body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #00CFF6;
  border-radius: 20px;
  border: 3px solid #00CFF6;
}

.owl-theme .owl-dots {
  display: none;
}

.fonte-verde-escuro {
  color: #0c5029;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  cursor: url(https://lp.clinicalotus.es/wp-content/themes/lotus/img/cursor.png), pointer;
}

h2 {
  color: #0C4F29;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
}

h3,
h4,
h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140.5%;
  font-family: "Inter", sans-serif;
}

p,
li,
a,
.fonte-padrao {
  color: #7F7F7F;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.p-relative {
  position: relative;
}

.f-right {
  float: right;
}

.color-marrom {
  color: #62483B;
}

.color-black {
  color: #27292C;
}

.color-green {
  color: #0C4F29;
}

.fonte-green {
  color: #0A9E4A;
}


.color-blue {
  color: #00007A;
}

.fonte-bold {
  font-weight: bold;
}

.color-white {
  color: white;
}

.color-pink {
  color: #8F3846;
}

.font-20 {
  font-size: 20px;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.centraliza {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.centraliza-desk-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.botao-wpp-flutuante:hover {
  transition: 0.8S;
  background-color: #DDAA6B;
  color: white;
}

.botao-wpp-flutuante {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.word {
  position: relative;
}

.word::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #FF8731;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  animation: infinite-line 2s linear infinite;
}

.botao-fixo-rodape-1,
.botao-fixo-rodape-2 {
  position: fixed;
  bottom: -100px;
  /* Inicialmente fora da tela */
  left: 0;
  width: 100%;
  transition: bottom 0.5s ease-in-out;
  z-index: 1000;
}

/* Botão WhatsApp */
.botao-fixo-rodape-1 {
  bottom: 38.5px;
  /* Espaço para o segundo botão */
}

.botao-fixo-rodape-1 a {
  color: white;
  background-color: #DFA116;
  width: 100%;
}

/* Botão Telefone */
.botao-fixo-rodape-2 {
  bottom: 0px;
}

.botao-fixo-rodape-2 a {
  color: black;
  background-color: #F8F2F4;
  width: 100%;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

.nav-header {
  background: white;
  backdrop-filter: blur(18.35px);
  /* Note: backdrop-filter has minimal browser support */
  padding: 15px 0px;
}

.nav-header a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
  padding: 10px 40px 10px 20px;
}

.nav-header a i {
  position: relative;
  top: 2px;
}


/*-------- INICIO -----*/
.full-banner-inicio {
  background-image: url(/wp-content/themes/dr-matheus-vieira/imgv2/full-banner-inicio.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 150px;
  height: 850px;
  position: relative;
}

.full-banner-inicio h1 {
  color: #0A9E4A;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
  margin-top: 45px;
}

.full-banner-inicio h1 span {
  display: block;
  color: #0C4F29;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.full-banner-inicio h3 {
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #0C4F29;
  background: rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(17.5px);
  color: #0C4F29;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 95.196%;
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: left;
}

.img-dr-matheus-topo {
  position: absolute;
  bottom: 0%;
  left: 55%;
  transform: translateX(-50%);
}


.full-banner-inicio h3 img {
  margin-right: 10px;
}

.margin-h3{
  margin-top: 150px;
}

.cta-padra-wpp {
  border-radius: 5px;
  background: linear-gradient(0deg, #0C4F29 0%, #0C4F29 100%);
  padding: 12px 25px;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 146%;
  /* 35.04px */
  text-decoration: none;
  width: 400px;
  margin-bottom: 12px;
  position: relative;
}

.cta-padra-wpp i {
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 13px;
  font-weight: bolder;
}

.cta-convenios {
  background: linear-gradient(90deg, #B5593C 4.48%, rgba(220, 117, 43, 0.94) 76.12%);
  border-radius: 8px;
  color: white;
  padding: 15px 35px 15px 20px;
  display: inline-block;
  width: 400px;
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  line-height: 118.5%;
  /* or 19px */
  text-transform: uppercase;
  position: relative;
  right: 20px;
}

.cta-convenios i {
  font-weight: bolder;
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 5px;
  border-radius: 8px;
  background: #FFF;
  padding: 8px;
  color: #DC752BF0;
}

/*----------- PARTE 2 -----------*/
.bg-parte-2 {
  padding-top: 120px;
  padding-bottom: 90px;
}

.bg-parte-2 h2 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.bg-parte-2 img {
  width: 100%;
}

/*----------- PARTE 3 -----------*/
.bg-parte-3 {
  padding-bottom: 120px;
}

.bg-parte-3 h2 {
  margin-bottom: 40px;
}

/*----------- PARTE 4 -----------*/
.bg-parte-4 {
  padding-bottom: 120px;
}

.bg-parte-4 h2 {
  margin-bottom: 40px;
}

.card-foto {
  background: rgba(7, 43, 23, 0.70);
  backdrop-filter: blur(17.149999618530273px);
  color: white;
  font-weight: 600;
  margin-top: -55px;
  padding: 20px 36px;
  margin-bottom: 0;
}

.card-pt-4 {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding: 0;
  display: flex;
  margin-top: 25px;
  background: #F5F5F5;
}

.card-pt-4 img{
  width: 100%;
  height: 100%;
}

.card-pt-4-text {
  padding: 69px 50px;
  padding-bottom: 0;
}

.card-pt-4-p {
  background: #0A9E4A;
  padding: 20px 30px;
  color: white;
}

.card-pt-4 h3 {
  margin-bottom: 20px;
}

.w-900 {
  width: 90%;
  margin-top: -169px;
  margin-left: auto;
}

.w-900-right {
  width: 90%;
  margin-top: -169px;
}

/*----------- PARTE 5 -----------*/
.bg-parte-5 {
  background: #0C4F29;
  color: white;
}

.img-container {
  min-height: 599px;
  background: url('/wp-content/themes/dr-matheus-vieira/imgv2/avaliacao-cirurgica.png') center/cover no-repeat;
}

.bg-parte-5 .cta-padra-wpp {
  background: #0A9E4A;
}

/*----------- PARTE 6 -----------*/

.accordion-item {
  border: none;
  border-bottom: 1px solid #dee2e6 !important;
  /* Linha sutil embaixo */
  background-color: transparent;
}

.accordion-button {
  color: #6c757d !important;
  /* Cinza médio do texto */
  font-weight: 600;
  padding: 1.5rem 0.5rem;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Cor do texto quando aberto */
.accordion-button:not(.collapsed) {
  color: #2d4a27 !important;
}

/* Customizando a seta (ícone) */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2328a745'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1.25rem;
}


/*----------- PARTE 7 -----------*/
.bg-pt-7 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}


.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0 20px;
}

.splide__slide img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.splide__slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.bg-custom-green {
  background-color: #2d4a27;
}

.content-wrapper-left {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.container-alignment {
  max-width: 570px;
  width: 100%;
}

@media (max-width: 768px) {
  .content-wrapper-left {
    justify-content: center;
  }

  .container-alignment {
    max-width: 100%;
  }
}

/*----------- PARTE 8 -----------*/




.bg-pt-8 .cta-padra-wpp {
  background: #0A9E4A;
}

/*---- MEDIA QUEIRES -----*/
@media(min-width: 992px) and (max-width: 1200px){
  .img-dr-matheus-topo{
    position: absolute;
    bottom: 0%;
    left: 57%;
    transform: translateX(-50%);
    width: 644px;
    z-index: 1;
  }

  .full-banner-inicio .col-lg-5{
    position: relative;
    z-index: 2;
  }

  /*---- PARTE 2 ---*/
  .bg-parte-2 h2{
    margin-top: 0;
  }

  .bg-parte-2 img{
    height: 100%;
    object-fit: cover;
  }

  /*---- PARTE 4 ---*/
  .card-pt-4-text{
    padding: 69px 35px;
    padding-bottom: 0;
  }

  .card-pt-4 img{
    object-fit: cover;
    height: 700px;
  }

  .card-foto{
    padding: 20px 20px;
  }

  .w-900, .w-900-right{
    width: 100%;
  }

  .px-lg-5{
    padding: 0 !important;
  }
}

@media(max-width: 992px){
  /*----------- INICIO -----------*/
  .full-banner-inicio{
    background-image: url(/wp-content/themes/dr-matheus-vieira/imgv2/full-banner-inicio-mobile.png);
    text-align: center;
    padding-top: 30px;
    height: 1200px;
    position: relative;
    background-position-y: 45%;
  }

  .full-banner-inicio h1{
    margin-top: 25px;
  }

  .ctas-negado{
    margin-top: 0px;
  }

  .left{
    margin-left: 0 !important;
  }

  .full-banner-inicio .cta-padra-wpp{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 10px;
    width: 500px;
  }

  .img-dr-matheus-topo{
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
  }

  .ctas-negado{
     position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);

  }

  /*----------- PARTE 2 -----------*/
  .bg-parte-2{
    text-align: center;
  }

  .cta-padra-wpp{
    width: 100%;
  }

  /*----------- PARTE 4 -----------*/
  .card-pt-4{
    display: block;    
  }

  .card-pt-4-text{
    padding: 25px;
    text-align: center;
  }

  .card-pt-4 img{
    width: 100%;
  }

  .w-900-right {
    margin-top: -142px;
  }
  
  .w-900 {
    width: 90%;
    margin-top: -142px;
  }

  .order-2-mob{
    order: 1;
  }

  /*----------- PARTE 5 -----------*/
  .bg-parte-5 .row{
    display: block;
  }

  .bg-parte-5, .bg-pt-8{
    text-align: center;
  }

  .img-container{
    min-height: 420px;
  }

  .content-wrapper-left{
    padding: 60px 0px !important;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;    
  }
}

@media(max-width: 768px){
  .w-900{
    margin-top: -168px;
  }

  .w-900-right{
    margin-top: -196px;
  }

  .content-wrapper-left{
    padding: 60px 40px !important;
  }
}

@media(max-width: 550px){
  .full-banner-inicio{
    height: 830px;
  }

  .img-dr-matheus-topo{
      margin-top: auto;
    height: 490px;
  }

  .full-banner-inicio h1 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .ctas-negado {  
      margin-top: 0;
    }  

  .full-banner-inicio h1 span{
    font-size: 28px;
  }

  .full-banner-inicio .cta-padra-wpp{
    width: auto;
  }

  /*----- PARTE 3 -------*/
  .w-900, .w-900-right{
    font-size: 13px;
    padding: 20px;
  }

  .w-900-right{
    margin-top: -163px;
  }

  /*----- PARTE 5 -------*/
  .bg-custom-green{
    padding: 60px 30px !important;
  }

  .content-wrapper-left{
    padding: 0 !important;
  }
}

@media(max-width: 420px){
    .full-banner-inicio {
      height: 800px;
      background-size: cover;
      background-image: url(/wp-content/themes/dr-matheus-vieira/imgv2/full-banner-inicio-mobile-2.png);
    }

  .full-banner-inicio h1 {
    margin-top: 8px;
  }

    .w-900-right {
        margin-top: -165px;
        width: 95%;
    }  

        .w-900 {
        margin-top: -165px;
    }
}

@media(max-width: 380px){
  h2{
    font-size: 32px;
    line-height: normal;
  }

  .logo-topo{
width: 148px;
height: 56px;
  }

    .full-banner-inicio {
      height: 740px;
      background-size: cover;
      padding-top: 20px;
    }

  .full-banner-inicio h1 {
    margin-top: 8px;
  }

  .full-banner-inicio h1 span{
    font-size: 26px;
  }

    .w-900-right {
        margin-top: -165px;
        width: 95%;
    }  

        .w-900 {
        margin-top: -165px;
    }
}

@media(max-width: 350px){
  h2{
    font-size: 32px;
    line-height: normal;
  }

    .full-banner-inicio {
      height: 680px;
      background-size: cover;
      padding-top: 20px;
    }

    .full-banner-inicio .cta-padra-wpp{
      padding-left: 25px;
    }

  .full-banner-inicio h1 {
    margin-top: 8px;
  }

  .full-banner-inicio h1 span{
    font-size: 25px;
  }

  .cta-padra-wpp{
    font-size: 13px;
    text-align: left;
    padding-left: 15px;
  }

    .w-900-right, .w-900 {
        margin-top: -90px;
        width: 100%;
    }  

    .bg-pt-8 img{
      min-height: auto !important;
      max-width: 100%;
    }
}

@media(max-width: 330px){
  h2{
    font-size: 28px;
    line-height: normal;
  }

    .full-banner-inicio {
      height: 630px;
      background-size: cover;
      padding-top: 20px;
    }

    .full-banner-inicio .cta-padra-wpp{
      padding-left: 25px;
    }

  .full-banner-inicio h1 {
    margin-top: 8px;
    font-size: 18px;
  }

  .card-pt-4-p{
    padding: 20px 15px;
  }

  .full-banner-inicio h1 span{
    font-size: 23px;
  }

  .cta-padra-wpp i {
    position: absolute;
    font-size: 20px;
    right: 9px;
    top: 11px;
    font-weight: bolder;
}

  .cta-padra-wpp{
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
  }

    .w-900-right, .w-900 {
        margin-top: -90px;
        width: 100%;
    }  

    .bg-pt-8 img{
      min-height: auto !important;
      max-width: 100%;
    }
}

.cta-padra-wpp:hover{
  background: white;
  color: #0A9E4A;
  border: 2px solid #0A9E4A;
  transition: all 0.3s ease-in-out;  
}