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;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.center {
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}

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

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

h2 {
  color: #5B4434;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 140.625% */
  font-family: "Montserrat", sans-serif;
}

h3,
h4,
h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 118.5%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

p,
li,
a,
.fonte-padrao {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 146%;
  /* or 31px */
  color: #686969;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.p-relative {
  position: relative;
}

.f-right {
  float: right;
}

.color-marrom {
  color: #5B4434;
}

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

.color-blue {
  color: #29278B;
}

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

.color-white {
  color: white;
}

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

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

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

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

.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 {
  background: white;
  backdrop-filter: blur(18.35px);
  /* Note: backdrop-filter has minimal browser support */
  padding: 25px 0px;
}

nav a {
  background: linear-gradient(90deg, rgba(9, 58, 23, 0.5) 0%, rgba(69, 190, 103, 0.5) 100%), #45BE67;
  border-radius: 9999px;
  color: white;
  padding: 10px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
}

nav a i {
  padding-right: 10px;
}


/*-------- INICIO -----*/
.full-banner-inicio {
  background-image: url(/wp-content/themes/dr-marcio/src/img/full-banner-inicio.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 950px;
  padding-top: 91px;
}

.full-banner-inicio h1 {
  color: #5B4434;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 75% */
}

.full-banner-inicio h1 span {
  color: #B59D8C;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  display: block;
}

.full-banner-inicio h2 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  /* 428.571% */
  font-style: normal;
  padding: 12px 27px;
  border-radius: 99px;
  border: 0.5px solid rgba(181, 157, 140, 0.50);
  background: rgba(181, 157, 140, 0.08);
  display: inline-block;
  margin-bottom: 30px;
}

.full-banner-inicio h2 i {
  margin-right: 7px;
}

.full-banner-inicio p {
  color: #424242;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 35px;
  /* 134.615% */
  margin-top: 10px;
}

.cta-wpp-header {
  display: block;
  width: 630px;
  height: 61px;
  padding: 10px 10px 16px 20px;
  align-items: center;
  gap: 30px;
  border-radius: 999px;
  background: #E3CAA5;
  box-shadow: 0 4px 27.4px 0 rgba(255, 255, 255, 0.65);
  /* FONTE */
  color: #5B4434;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  justify-content: center;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  margin-top: 26px;
}

.cta-wpp-header i {
  padding: 10px 12px;
  color: white;
  font-size: 20px;
  margin-left: 10px;
  font-weight: bolder;
  border-radius: 999px;
  background: #B59D8C;
}

/*----- PARTE 2 ----*/
.bg-pt-2 {
  padding-top: 70px;
  padding-bottom: 110px;
}

.p-icone-x {
  display: flex;
}

.p-icone-x img {
  margin-right: 10px;
  object-fit: contain;
  position: relative;
  bottom: 8px;
}

.card-pt-2 {
  border-radius: 10px;
  border: 0.5px solid rgba(181, 157, 140, 0.50);
  background: rgba(181, 157, 140, 0.08);
  display: flex;
  padding: 20px 30px;

}

.card-pt-2 p {
  color: #424242;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 8px;
  line-height: 113%;
  /* 22.6px */
}

.cta-padrao {
  border-radius: 999px;
  background: #E3CAA5;
  padding: 8px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 26px;
}

/*-------- PARTE 3 -----*/
.bg-pt-3 {
  background-image: url(/wp-content/themes/dr-marcio/src/img/bg-pt-3.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 714px;
  padding-top: 91px;
}

.bg-pt-3 h2 {
  margin-bottom: 20px;
}

.bg-pt-3 p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
  /* 32.6px */
}

.cta-leia-mais {
  padding: 8px 20px;
  border-radius: 999px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 200% */
  border-radius: 999px;
  background: #E3CAA5;
  margin-top: 15px;
}


@media (min-width: 992px) {
  .modal-dialog {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 991.99px) {
  .modal-dialog {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.modal-header h2 {
  text-align: left;
  font-size: 24px;
  color: #27292C;
}

@media(max-width: 420px) {
  .modal-header h2 {
    text-align: left;
    font-size: 18px;
    color: #27292C;
  }

  .modal-body {
    padding: 30px 20px;
  }
}

.modal-body {
  background: #F0F0F0;
  padding: 30px 40px;
}

.btn-close {
  position: absolute;
  right: 40px;
  background: none;
  color: #29278B;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 146%;
  /* 46.72px */
  opacity: 1;
}

.btn-close:hover {
  color: red;
  transition: all 0.3s ease;
}

.modal-body .logo-modal {
  margin-top: 35%;
  width: 101px;
  margin-bottom: 20px;
}

.modal-body h2 span {
  display: block;
}


.modal-body p {
  color: #555;
  font-family: "Sora", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  /* 29.2px */
  width: 100%;
  margin-bottom: 25px;
}

.modal-body a {
  border-radius: 8px;
  background: linear-gradient(90deg, #B5593C 4.48%, rgba(220, 117, 43, 0.94) 76.12%);
  height: 46px;
  color: #FFF;
  font-family: Sora;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 17.775px */
  text-transform: uppercase;
  padding: 13px 34px;
  margin-top: 20px;
}

.modal-body img {
  width: 100%;
}

.modal-text {
  padding: 0px 35px;
}

.modal-header {
  background: #919F88;
  padding: 40px;
}

.modal-header .btn-close {
  color: red;
  background: none;
  font-size: 24px;
  padding: 0;
  margin-bottom: 5px;
  font-weight: bolder;
  opacity: 1;
}

@media(max-width: 992px) {
  .modal-body .logo-modal {
    margin-top: 20px;
  }

  .modal-bg {
    text-align: center;
  }

  .modal-text {
    padding: 0px 15px;
    margin-bottom: 40px;
  }

  .modal-body h2 {
    font-size: 26px;
  }

  .modal-body h3 {
    font-size: 16px;
    margin-top: 40px;
  }

  .modal-body p {
    font-size: 16px;
  }

  .modal-body a {
    margin-bottom: 20px;
  }

  .btn-close {
    color: #29278B;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
    /* 35.04px */
  }
}

@media(max-width: 369px) {
  .modal-body a {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 10px 10px;
    height: 40px;
  }

  .modal-body h2 {
    font-size: 20px;
  }

  .modal-body p {
    font-size: 14px;
  }

  .modal-text {
    margin-bottom: 10px;
  }
}


/*---- PARTE 4 ----*/
.bg-parte-4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #5B4434;
}

.bg-parte-4 h3 span {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  /* 125% */
  color: #E3CAA5;
  text-transform: capitalize;
  display: block;
}

.bg-parte-4 h3 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 60px;
  /* 166.667% */
  color: white;
  text-transform: capitalize;
}

/*---- PARTE 5 ----*/

.bg-ronco-apneia {
  background: #fff;
  /* ajuste conforme seu layout */
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.color-brown {
  color: #6b4a3a;
}

.lista-consequencias {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item-consequencia {
  border: 0.5px solid rgba(181, 157, 140, 0.50);
  background: rgba(181, 157, 140, 0.08);
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.item-consequencia img {
  margin-top: 0px;
}

.item-consequencia strong {
  font-weight: 600;
}

.img-ronco-apneia {
  object-fit: cover;
  border-radius: 16px;
  width: 650px;
  height: 490px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 145%; */
  z-index: 0;
}

/*---- PARTE 6 ----*/
.bg-ronco-impactos {
  background: white;
}

.color-brown {
  color: #6b4a3a;
}

/* wrapper da timeline */
.timeline-wrapper {
  padding: 40px 0;
}

/* linha vertical central */
.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #e0d4c8;
  transform: translateX(-50%);
  z-index: 1;
}

/* cada item da timeline */
.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

/* ponto central */
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E3CAA5;
  border: 4px solid #E3CAA5;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* card de impacto */
.card-impacto {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.card-impacto-body {
  padding: 18px 20px;
}

.card-impacto-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #6b4a3a;
  margin-bottom: 6px;
}

.card-impacto-body p {
  margin: 0;
  font-size: 0.95rem;
  color: #5c5c5c;
}

/* responsivo: em telas pequenas, cards ficam alinhados em uma coluna */
@media (max-width: 767.98px) {
  .timeline-line {
    left: 12px;
    transform: none;
  }

  .timeline-dot {
    left: 12px;
    transform: translate(-50%, -50%);
  }

  .card-impacto {
    margin-left: 28px;
  }
}


.timeline-left .card-impacto {
  margin-right: 40px;
}

.timeline-right .card-impacto {
  margin-left: 40px;
}

.timeline-left .card-impacto::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #B59D8C;
}

.timeline-right .card-impacto::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #B59D8C;
}


/*---- PARTE 5 ----*/
.bg-parte-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-pt-5 {
  border-radius: 10px;
  background: #F2F1EF;
  margin-top: 40px;
  padding: 30px;
  height: 100%;
}

.card-pt-5 h3 {
  color: #383B34;
  margin: 15px 0px;
  font-weight: bold;
}

.card-pt-5 p {
  font-size: 16px;
}

.card-pt-5 li {
  font-size: 16px;
  margin-bottom: 12px;
}

.card-pt-5 ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

/*---- PARTE 6 ----*/
.bg-parte-6 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F2F1EF;
}

.bg-parte-6 h2 {
  margin-top: 60px;
}

.bg-parte-6 img {
  z-index: 99;
  position: relative;
}

.card-pt-6-green {
  padding: 40px 47px;
  align-items: center;
  display: flex;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  border-radius: 16px;
  background: rgba(181, 157, 140, 0.08);
  margin-top: -157px;
  z-index: 0;
}

.card-pt-6-green h3 span,
.card-pt-6 h3 span {
  color: #B59D8C;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 93.75% */
  text-transform: uppercase;
  margin-right: 32px;
  position: relative;
  top: 10px;
}

.card-pt-6-green h3,
.card-pt-6 h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
  /* 52.16px */
}

.card-pt-6 {
  padding: 40px 47px;
  align-items: center;
  display: flex;
  gap: 32px;
  align-self: stretch;
  border-radius: 0px;
  border-bottom: 1px solid #000;
}

.pt-6-center {
  margin: 22px 0px;
}

/*---- PARTE 7 ----*/
.bg-parte-7 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-pt-7 {
  display: flex;
  padding: 25px 30px;
  border-radius: 16px;
  background: #F2F1EF;
  margin-bottom: 15px;
}

.bg-parte-7 h2 {
  margin-bottom: 50px;
}

.splide.is-initialized {
  height: 100%;
}

.img-pt-7 {
  height: 100%;
  object-fit: cover;
}

/*---- PARTE 8 ----*/
.bg-parte-8 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #5B4434;
}

/*---- PARTE 9 ----*/
.bg-parte-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-parte-9 h2 {
  margin-top: 33px;
  margin-bottom: 15px;
}


/*---- PARTE 11 ----*/
.bg-parte-11 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F2F1EF;
}

.bg-parte-11 img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.bg-pt-11 {
  background-image: url(/wp-content/themes/dr-marcio/src/img/bg-pt-11.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 442px;
  padding-top: 120px;
  padding-bottom: 80px;
}

.bg-pt-11 h2 {
  color: white;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 90% */
}

.bg-pt-11 p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
  /* 39.12px */
}

/*---- PARTE 12 ----*/
.bg-parte-12 {
  padding-top: 80px;
}

.bg-parte-12 h2 {
  margin-bottom: 48px;
}

/*---- PARTE 13 ----*/
.bg-parte-13 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-parte-13 h2 {
  margin-bottom: 50px;
}

.accordion-item {
  border: none;
}

.accordion-header {
  border-bottom: 1px solid #383B34;
}

.accordion-item {
  padding: 0 30px;
  margin-top: 0;
}

.accordion-button::after {
  background-image: url(/wp-content/themes/dr-marcio/img/+.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/themes/dr-marcio/img/-.png);
}

.accordion-button:not(.collapsed) {
  color: #383B34;
  background-color: #F2F1EF;
  font-weight: bolder;
}

/*---------- Footer ---------*/
.bg-footer {
  padding: 40px 0px;
  background: #5B4434;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.bg-footer h2 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  line-height: normal;
}

.bg-footer img {
  margin-bottom: 15px;
}

.bg-footer p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.bg-footer a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.a-loc {
  text-decoration: none;
}

.a-tel i,
.a-wpp i {
  display: none;
  margin-right: 5px;
}

.a-tel:hover i,
.a-wpp:hover i {
  font-weight: bolder;
  transition: all 0.3s ease;
  display: inline;
}

.a-tel:hover {
  color: #25d366;
  transition: 0.3s all ease;
}

.a-wpp:hover {
  color: #00CFF6;
  transition: 0.3s all ease;
}

.a-loc:hover {
  color: #DFA116;
  transition: 0.3s all ease;
}

#p-wta3 {
  margin-top: 25px;
}

#p-wta3 a:hover {
  color: #007bff;
  transition: 0.3s all ease;
}

.bg-footer .footer-h2 {
  margin-bottom: 0;
  line-height: normal;
}


.custom-arrows {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 14px;
}

.custom-arrows button {
  background: #6b8e23;
  color: #fff;
  border: none;
  padding: 0px 16px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  transition: 0.3s;
}

.custom-arrows button:hover {
  background: #4e6b1a;
}

.btn-play {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  /* sua cor */
  border: 3px solid #919F88;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #919F88;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-play:hover {
  background-color: #7a8c70;
}


.bg-parte-12 iframe {
  justify-content: center;
  align-items: center;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 400px;
  width: 60%;
}

@media(max-width: 992px) {
  .bg-parte-12 iframe {
    width: 100%;
  }

  .bg-parte-12 .modal-header {
    padding: 20px;
  }

  .bg-parte-12 h3 {
    text-align: left;
    font-size: 18px;
  }
}

/* ---- MEDIA QUERIES ---- */
@media(min-width: 992px) and (max-width: 1199.98px) {
  .bg-pt-2 img {
    height: 100%;
  }

  .card-pt-2 img {
    height: auto;
    margin-top: 10px;
  }

  /*--- PARTE 3 ---*/
  .bg-pt-3 {
    padding-bottom: 80px;
    height: auto;
  }

  /*--- PARTE 11 ---*/
  .bg-pt-11 {
    padding-top: 80px;
  }
}

/* ---- MEDIA QUERIES ---- */
@media(max-width: 992px) {
  .bg-pt-2 {
    text-align: center;
  }

  .cta-wpp-header {
    width: 100%;
    text-align: left;
    padding: 17px 10px 16px 20px;
  }

  .cta-wpp-header i {
    float: right;
    position: relative;
    bottom: 5px;
  }

  .card-pt-2 {
    display: block;
  }

  .bg-pt-2 h2 {
    margin-top: 20px;
  }

  .p-icone-x {
    margin: 20px 0px;
  }

  /*--- PARTE 3 ---*/
  .bg-pt-3 {
    text-align: center;
    padding-bottom: 0px;
    background-image: url(/wp-content/themes/dr-marcio/src/img/bg-pt-3-mobile.png);
    height: auto;
  }

  /*----- PARTE 4 -----*/
  .bg-ronco-apneia,
  .bg-ronco-apneia .container {
    padding: 0;
    max-width: 100%;
  }

  .bg-ronco-apneia {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .bg-ronco-apneia .col-lg-4,
  .bg-ronco-apneia .col-lg-10 {
    padding: 0 30px;
  }

  .bg-ronco-apneia .img-ronco-apneia {
    position: relative;
    left: 0;
    right: 0;
    transform: none;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 500px;
  }

  .card-impacto img {
    width: 100%;
  }

  /*----- PARTE 5 -----*/
  .timeline-line,
  .timeline-left .card-impacto::after,
  .timeline-right .card-impacto::after,
  .timeline-dot {
    display: none;
  }

  .timeline-right .card-impacto {
    margin-left: 0;
  }

  .timeline-left .card-impacto {
    margin-right: 0;
    margin-left: 0px;
  }

  /*----- PARTE 6 -----*/
  .card-pt-6-green {
    margin-top: 25px;
  }

  .bg-parte-6 h2 {
    margin-top: 30px;
  }

  /*----- PARTE 7 -----*/

  .bg-parte-7 .col-lg-5 {
    order: 2;
  }

  .bg-parte-7 .center {
    align-items: baseline !important;
    justify-content: flex-start !important;
    display: block !important;
  }

  .card-pt-7 img {
    margin-bottom: 10px;
  }

  .card-pt-7 {
    display: block;
  }

  /*----- PARTE 8 -----*/
  .bg-parte-8 h2 {
    margin-bottom: 35px;
  }

  .bg-parte-8 img {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

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

  .bg-parte-9 h2 {
    margin-top: 0;
  }

  .bg-parte-9 img {
    margin-top: 20px;
  }

  /*--- PARTE 11 ---*/
  .bg-pt-11 {
    text-align: center;
    padding-top: 240px;
    padding-bottom: 60px;
    height: auto;
    background-image: url(/wp-content/themes/dr-marcio/src/img/bg-pt-11-mobile.png);
  }

  .accordion-item {
    padding: 0;
  }
}

@media(max-width: 550px) {
  .full-banner-inicio {
    background-image: url(/wp-content/themes/dr-marcio/src/img/banner-mobile.png);
    padding-top: 20px;
    height: 1000px;
  }

  .full-banner-inicio h1 {
    color: #5B4434;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 150% */
  }

  .full-banner-inicio h1 span {
    color: #B59D8C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
  }

  .full-banner-inicio p {
    color: #424242;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    /* 133.333% */
  }

  .full-banner-inicio h2 {
    background: none;
    border: none;
    margin-top: 15px;
  }

  /*---- PARTE 6 ----*/
  .card-pt-6,
  .card-pt-6-green {
    padding: 20px;
  }

  .card-pt-6-green h3 span,
  .card-pt-6 h3 span {
    font-size: 40px;
    margin-right: 10px;
  }

  .card-pt-6-green h3,
  .card-pt-6 h3 {
    font-size: 25px;
  }
}

@media(max-width: 420px) {
  h2 {
    color: #5B4434;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 112.5% */
  }

  .full-banner-inicio h2 {
    padding: 0;
  }

  .bg-pt-3 p {
    font-size: 16px;
  }
}

@media(max-width: 361px) {
  h2 {
    color: #5B4434;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 112.5% */
  }

  .full-banner-inicio h2 {
    padding: 0;
    font-size: 17px;
    line-height: normal;
  }

  .full-banner-inicio p {
    font-size: 16px;
  }

  .bg-pt-3 p {
    font-size: 16px;
  }
}

@media(min-width: 340px) and (max-width: 380px) {

  .card-pt-6-green h3,
  .card-pt-6 h3 {
    font-size: 21px;
  }

  .card-pt-6-green h3 span,
  .card-pt-6 h3 span {
    font-size: 36px;
    margin-right: 3px;
  }

  .bg-pt-11 h2 {
    font-size: 32px;
  }

  .bg-pt-11 p {
    font-size: 20px;
  }
}

@media(min-width: 0px) and (max-width: 339.99px) {

  .card-pt-6-green h3,
  .card-pt-6 h3 {
    font-size: 17px;
  }

  .card-pt-6-green h3 span,
  .card-pt-6 h3 span {
    font-size: 26px;
    margin-right: 3px;
    top: 4px;

  }

  .bg-pt-11 h2 {
    font-size: 32px;
  }

  .bg-pt-11 p {
    font-size: 20px;
  }
}


.cta-container-2 {
  position: fixed;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 45px;
  z-index: 1000;
}

.cta-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.cta-button{
	background-color: #25d366;
}

.cta-button:hover{
	background: #383B34;
	color: white;
	transition: all 0.3s ease-in
}

.cta-text {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cta-container:hover .cta-text {
  opacity: 1;
  transform: translateX(0);
}

.cta-wpp-header:hover, .cta-padrao:hover{
 background-color: #25d366;
 color: white;
 border: 1px solid white;
 transition: all 0.3s ease-in; 
}

.cta-wpp-header:hover i, .cta-padrao:hover i{
 background-color: white;
 color: #25d366;
 border: 1px solid white;
 transition: all 0.3s ease-in; 
}

.full-banner-inicio iframe{
  width: 626px;
  height: 333px;
}

@media(max-width: 768px) {
  .full-banner-inicio iframe{
    width: 100%;
    height: 179px;
  }
}


/*--------- CSS NEW -----------*/
.bg-pt-7{
  padding-top: 70px;
  padding-bottom: 70px;
}

@media(min-width: 1200px){
  .bg-pt-7 p{
    width: 70%;
  }
}

.card-pt-7-new{
  border-radius: 10px;
  border: 0.5px solid rgba(181, 157, 140, 0.50);
  background: rgba(181, 157, 140, 0.08);
  padding: 30px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.eclipse{
  position: absolute; 
  top: 0%;
  left: 0;
}

.polissonagrafia{
  position: relative;
  z-index: 9;
  height: 100%;
}

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

.bg-pt-7 ul{
  list-style: url(/wp-content/themes/dr-marcio/src/img/check-gold.png);
}

.bg-pt-7 li{
  margin-bottom: 15px;
  font-weight: bold;
  color: #424242;
}

.bg-pt-7 li span{
  position: relative;
  left: 8px;
  bottom: 3px;
}

/*------- PARTE 8 ------*/
.bg-pt-8{
  padding-bottom: 70px;
}

.bg-pt-8 h2{
  text-align: center;
  margin-bottom: 40px;
}

.bg-pt-8 h3{
  border-radius: 10px;
  padding: 15px 24px;
  border: 0.5px solid rgba(181, 157, 140, 0.50);
  background: rgba(181, 157, 140, 0.08);
  display: flex;
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 23.2px */
}

.bg-pt-8 h3 img{
  object-fit: contain;
  margin-right: 10px;
}

/*------- PARTE 9 ------*/
.bg-pt-9{
  position: relative;
  padding-bottom: 70px;
}

.card-pt-9{
  border-radius: 10px;
  border: 0.5px solid rgba(181, 157, 140, 0.50);
  background: rgba(181, 157, 140, 0.08);
  padding: 30px;
  margin-top: 20px;
}

.bg-pt-9 .card-pt-9 p{
  width: 100%;
}

@media(min-width: 1200px){
  .bg-pt-9 p{
    width: 85%;
  }
}

.card-pt-9 h3{
  color: #5B4434;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.card-pt-9 .cta-padrao{
  margin-top: 10px;
}

.eclipse-2{
  position: absolute; 
  top: 0%;
  right: 0;
}

.como-e-o-exame{
  position: relative;
  z-index: 9;
}

@media(max-width: 992px){
  .bg-pt-7, .bg-pt-8, .bg-pt-9{
    text-align: center;
  }

  .bg-pt-7 h2{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-pt-7-new li{
    text-align: left;
  }

  .eclipse, .eclipse-2{
    display: none;
  }

  .como-e-o-exame{
    margin-top: 30px;
  }
}