body {
  font-family: 'Open Sans', sans-serif !important;
}

/*endereco rotativo*/
.content-slider {
  width: 100%;
  height: 55px;
}

.slider {
  height: 50px;
  width: 100%;
  margin: 5px auto 0;
  overflow: visible;
  position: relative;
}

.carousel-inner {
  height: 450px !important;
}

.carousel-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.9;
}

.mask {
  overflow: hidden;
  height: 60px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  list-style: none;
}

.slider .quote {
  font-size: 50px;
  font-style: italic;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}

.slider li.anim1 {
  animation: cycle 15s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 15s linear infinite;
}


.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }

  4% {
    top: 0px;
  }

  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }

  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }

  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }

  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }

  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }

  96% {
    top: -325px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }

  16% {
    top: -325px;
    opacity: 0;
  }

  20% {
    top: 0px;
    opacity: 1;
  }

  24% {
    top: 0px;
    opacity: 1;
  }

  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }

  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }

  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }

  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }

  36% {
    top: -325px;
    opacity: 0;
  }

  40% {
    top: 0px;
    opacity: 1;
  }

  44% {
    top: 0px;
    opacity: 1;
  }

  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }

  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }

  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }

  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }

  56% {
    top: -325px;
    opacity: 0;
  }

  60% {
    top: 0px;
    opacity: 1;
  }

  64% {
    top: 0px;
    opacity: 1;
  }

  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }

  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }

  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }

  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }

  76% {
    top: -325px;
    opacity: 0;
  }

  80% {
    top: 0px;
    opacity: 1;
  }

  84% {
    top: 0px;
    opacity: 1;
  }

  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }

  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}

/* Personaliza a barra de rolagem vertical */
::-webkit-scrollbar {
  width: 5px;
  /* Largura da barra de rolagem */
}

/* Estilo do botão da barra de rolagem */
::-webkit-scrollbar-button {
  background-color: #ccc;
}

/* Estilo da alça da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: #838383;
}

/* Estilo da área da barra de rolagem que não contém a alça */
::-webkit-scrollbar-track {
  background-color: #eee;
}

.slider-depoimentos {

  width: 372px;
  max-width: 350px;
  max-height: 205px;
  overflow-x: overlay;
  margin-right: 40px;
  padding: 5px 10px;
}


/*endereco rotativo*/
.top_bg {
  background: rgb(209, 166, 106);
  background: linear-gradient(0deg, rgba(209, 166, 106, 1) 0%, rgba(161, 117, 73, 1) 50%, rgba(209, 166, 106, 1) 100%);
}

.address {
  color: #fff;
  padding: 5px 0;
  margin: 0;
}

.social-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: right;
}

.social-item {
  display: inline-block;
  color: #fff;
}

.nav-link {
  color: #a17549 !important;
  text-transform: uppercase;
}

.ban-caption {
  position: absolute;
  text-align: left;
  left: 15%;
  top: 5%;
  color: #fff;
}

.ban-caption h2 {
  font-size: 3rem;
  width: 490px;
}

.ban-caption p {
  font-size: 1.2rem;
}

.ban-caption a {
  border: 1px solid #fff;
  padding: 6px 35px;
  font-size: 1.2rem;
  color: #fff;
}


.ban-caption h2 {
  padding: 0 0 50px 0;
}

.ban-caption p {
  padding: 50px 0;
}

.locais,
.tratamentos,
.noticias,
.varizes,
.diagnosticos {
  padding: 60px 0;
}

.odr {
  padding: 60px 0 0;
}

.convenio,
.depoimento,
.location {
  padding: 100px 0;
}

footer {
  padding: 20px 0;
}

.section-title {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  margin: 20px 0;
  font-weight: bold;
  font-size: 26px;
}

.section-title-convenio {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  margin: 20px 0;
  font-weight: bold;
  font-size: 26px;
}

.section-title-duvida {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  margin: 20px 0;
  font-weight: bold;
  font-size: 26px;
}

.section-title-local {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  margin: 20px 0;
  font-weight: bold;
  font-size: 26px;
}

.section-title::after {
  content: '';
  position: absolute;
  background-color: #a17549;
  width: 7%;
  height: 2px;
  bottom: -10px;
  left: 14px;

}

.section-title-2::after {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  margin: 20px 0;
  font-weight: bold;
  font-size: 26px;

}

.section-title-p-2::after {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  margin: 20px 0;
  font-weight: bold;
  font-size: 26px;

}

.section-title-3 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 20px 0;
  font-weight: 500;
  font-size: 19px;

}

.section-title-p-2 {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  font-weight: 500;

}

.section-title-p-3 {
  text-transform: uppercase;
  color: #a17549;
  position: relative;
  margin: 20px 0;
  font-weight: 500;
  font-size: 19px;

}

.owl-nav {
  position: relative;
  top: -375px;
  color: #fff;
}

.owl-nav i {
  font-size: 30px;
  color: #fff;
}

.owl-prev {
  position: absolute;
  left: -19px;
}

.owl-next {
  position: absolute;
  right: -19px;
}

.risco {
  color: #fff !important;
  width: 150px !important;
  height: 1px !important;
  margin-left: 13px !important;
  opacity: 1;
}

.risco2 {
  color: #a17549 !important;
  width: 150px !important;
  height: 1px !important;
  margin-left: 13px !important;
  opacity: 1;
}

.wht-title,
.sct-wht-title {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 25px 0;
}

.wht-title::after,
.sct-wht-title::after {}

.ft-mn-list {
  list-style: none;
  padding: 25px 0 0;
}

.ft-item {
  padding: 5px 0;
}

.ft-lnk {
  color: #fff;
  text-decoration: none;
}

.logo-ft {
  width: 250px;
  padding-top: 30px;
}

.box-agende {
  border: solid 1px #fff;
  border-radius: 25px;
  padding: 25px;
  position: relative;
  width: 300px;
  height: 220px;
  margin: 50px auto 0;
}

.box-agende p {
  padding: 15% 58px;
  font-size: 18px;
  text-align: justify;
}

.box-agende img {
  position: absolute;
  left: 40%;
  top: -50px;
  background-color: #fff;
  border-radius: 50%;
}

.box-agende svg {
  position: absolute;
  left: 40%;
  bottom: -50px;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: rgb(209, 166, 106);
  padding: 10px;
}

.box-lnk {
  text-decoration: none;
}

.wht-txt {
  color: #FFF;
}

.txt-legal {
  padding: 20px 0;
}

.trump-logo {
  float: right;

  padding: 15px 0;
}

.trump-logo img {
  width: 80%;
}

.lc-title {
  color: #a17549;
  font-size: 1.3rem;
}

.lc-address,
.lc-tel {
  padding-top: 15px;
  margin: 0;
  font-weight: 700;
}

.lc-tel svg {
  color: #a17549;
}

.lc-tel-lnk {
  text-decoration: none;
  color: #000;
}

.btn-agenda-consulta {
  border: 1px solid #a17549;
  width: 182px;
  margin: 15px 0;
  text-align: center;
  padding: 5px 10px;
  color: #a17549;
  border-radius: 8px;
  font-weight: 700;
}

.info-row {
  padding: 40px 0;
}

.odr p {
  font-size: 17px;
  line-height: 30px;
}

.list-cons {
  list-style: none;
}

.cons-item {
  display: inline-block;
  padding: 20px;
}

.cons-item:first-child {
  padding-left: 0;
}

.glt-txt {
  color: #a17549;
  padding-top: 25px;
  font-size: 24px;
}

.gld-title {
  color: #a17549;
  padding-top: 25px;
}

.gld-modal-txt {
  color: #a17549;
  font-size: 24px;
  margin: 15px 0;
}

.wht-button {
  color: rgb(209, 166, 106) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  background-color: #fff !important;
  border: solid 1px rgb(209, 166, 106) !important;
}

.gld-button {
  background: rgb(209, 166, 106);
  background: linear-gradient(0deg, rgba(209, 166, 106, 1) 0%, rgba(161, 117, 73, 1) 50%, rgba(209, 166, 106, 1) 100%);
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}

.gld-btn-priority {
  padding: 25px 50px !important;
}

.form-label {
  color: #a17549;
}

.form-control {
  color: #a17549;
  border: solid 1px #a17549 !important;
  border-radius: 10px;
}

.mhn-inner {
  padding: 15px 10px;
}

.mhn-inner img {
  border-radius: 10px 10px 0 0;
}

.mhn-inner h4 {
  text-transform: uppercase;
}

.mhn-text a {

  position: relative;
  bottom: -32px;
  background: #fff;
  border: 1px solid #a17549;
  border-radius: 8px;
  color: #a17549 !important;
  font-weight: 800;
}

.mhn-text-d a {

  position: relative;
  bottom: -50px;
  background: #fff;
  border: 1px solid #a17549;
  border-radius: 8px;
  color: #a17549 !important;
  font-weight: 800;
}


.mhn-text {
  border-radius: 0 0 10px 10px;
  max-height: 300px;
}

.wht-bg {
  background-color: #fff;
  color: #a17549;
  text-align: center;
  padding: 20px;
  min-height: 250px;
}

.wht-bg p {
  padding-top: 20px;
}

.ft-txt {
  color: #FFF;
  font-size: 14px;
}

.address-ft p:first-child {
  padding-top: 25px;
}

.ft-btn {
  margin-top: 15px;
}

.gld-bg {
  color: #fff;
  padding: 20px;
  min-height: 200px;
  text-align: center;
  background: rgb(209, 166, 106);
  background: linear-gradient(0deg, rgba(209, 166, 106, 1) 0%, rgba(161, 117, 73, 1) 50%, rgba(209, 166, 106, 1) 100%);
}

.bgimage {
  width: 100%;
  height: 300px;
  background: url('../../img/banner_locais.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
}

.bgimageconvenio {
  width: 100%;
  height: 300px;
  background: url('../../img/banner_convenio.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
}

.int-dtq-txt {
  font-size: 17px;
  padding: 20px 0 100px 0;
  font-weight: 300;
}

.int-dtq-txt p {
  text-align: justify;
}

.int-dtq-txt img {
  width: 100%;
}

.locais-int .infos {
  padding: 50px 0;
}

.locais-int .maps {
  padding: 50px 25px;
}

.locais-int #my-carousel .item img {
  width: 100%;
}

.locais-int .owl-next,
.locais-int .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.locais-int .owl-prev {
  left: 10px;
}

.locais-int .owl-next {
  right: 10px;
}

.locais-int .navigation-img-wrapper {
  margin-top: 4px;
  text-align: center;
}

.locais-int .navigation-img-wrapper .navigator,
.locais-int .navigation-img-wrapper .navigator2 {
  display: inline-block;
  width: 150px;
  height: 100px;
  text-align: center;
  background-color: rgb(224, 224, 224);
  line-height: 100px;
  color: white;
  font-size: 50px;
  cursor: pointer;
  border-radius: 6px;
}

.locais-int .navigation-img-wrapper .navigator.active,
.locais-int .navigation-img-wrapper .navigator2.active {
  color: white;
  background: rgba(90, 90, 90, 0.267);
}

.CookieMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #121212;
  z-index: 999;
  display: none;
}

.CookieMessage-content {
  color: white;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  font-family: sans-serif;
  line-height: 1.5;
  font-size: 12px;

}

.CookieMessage-content a {
  color: white;
}

.CookieMessage-content p {
  margin: 0 0 20px 0;
}

.CookieMessage-button {
  background: #00C2FF;
  display: inline-block;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: uppercase;

}

.CookieMessage-button:hover {
  background: #5cd9ff;
}

#main {
  /* margin-bottom: 50px; */
}

.navbar-toggler {
  position: absolute;
  top: 51px;
  right: 10px;
}

.odr-txt {
  padding-top: 50px;
}

.int-blk-link {
  color: #000;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}

.int-blk-link>p {
  padding: 5px 0 0 50px;
  text-transform: uppercase;

}

.cnt-img {
  margin: 50px auto;
}

.active-link {
  color: #a17549 !important;
  font-weight: 800;
}

.more-title {
  padding: 50px 0 30px 50px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .ban-caption h2 {

    font-size: 1.8rem;
    width: 290px;
  }

  .ban-caption p {
    font-size: 1.0rem;
    width: 290px;

  }

  .more-title {
    padding: 10px 0 30px 50px !important;
  }


  .section-title-convenio {

    padding-left: 13%;
  }

  .glt-txt {
    color: #a17549;
    padding-top: 25px;
    font-size: 18px !important;
    padding-left: 14%;
  }

  .slider-depoimentos a {

    font-size: 15px !important;
  }


  .txt-legal {
    font-size: 15px;
    padding: 0px 0 !important;

  }

  .trump-logo {
    padding: 0px 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }


  .trump-logo img {
    width: 30% !important;
  }

  .navbar-toggler {

    top: 19px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .atnd-logos {
    text-align: center;
  }

  .box-local-responsivo {
    margin: 0 auto;
    width: 190px;
  }

  .seu-elemento {
    display: flex !important;
    justify-content: center !important;
    margin-top: 25px !important;
    ;
  }

  .atnd-logos img {
    width: 45%;
  }

  .paralax-texto {
    max-height: 410px;
    overflow: scroll;
  }

  .mhn-text a {
    bottom: -7px !important;
  }


  .owl-next {
    right: -13px;
  }

  .owl-prev {
    left: -13px;
  }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .atnd-logos {
    text-align: center;
  }

  .cons-item {
    display: block;
    text-align: center;
  }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
