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

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

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

.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: #734749;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 150% */
  font-family: "Montserrat", sans-serif;
}

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

p,
li,
a,
.fonte-padrao {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.p-relative {
  position: relative;
}

.f-right {
  float: right;
}

.color-rose {
  color: #845537;
}

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

.color-blue {
  color: #095D74;
}

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

.color-white {
  color: white;
}

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

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

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

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

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

.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: #0a9e4a;
  width: 100%;
}

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

.botao-fixo-rodape-2 a {
  color: white;
  background-color: #007BFF;
  width: 100%;
}

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

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

nav {
  display: flex;
  width: 514px !important;
  height: 61px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 300px;
  border-radius: 9999px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 20px 31px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(9.949999809265137px);
}

.cta-header {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(169, 100, 103, 0.00) 0%, rgba(169, 100, 103, 0.20) 100%), #CB8587;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  display: flex;
  padding: 5px 20px;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  width: 220px;
  text-align: left;
  text-decoration: none;
  float: right;
}

.cta-header i {
  font-size: 20px;
  color: white;
  float: right;
  position: relative;
  top: 5px;
  left: 10px;
}

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

.full-banner-inicio h1,
.full-banner-inicio h1 a {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  text-decoration: none;
  margin-top: 37px;
  margin-bottom: 26px;
}

.full-banner-inicio h2 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 60px;
  /* 93.75% */
}

.full-banner-inicio h2 span {
  display: block;
  font-weight: 800;
}

.full-banner-inicio .col-lg-6 {
  margin-top: 350px;
}

.cta-topo {
  display: flex;
  width: 320px;
  height: 61px;
  padding: 16px 10px 16px 25px;
  border-radius: 999px;
  background: #FFF;
  box-shadow: 0 4px 27.4px 0 rgba(255, 255, 255, 0.65);
  color: #2F180B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  position: relative;
  right: 40px;
}

.cta-topo i {
  border-radius: 999px;
  background: #C98385;
  font-size: 20px;
  padding: 10px 12px;
  color: white;
  margin-left: 25px;
  margin-top: -5px;
}

.cta-home {
  display: flex;
  width: 230px;
  height: 61px;
  padding: 16px 10px 16px 25px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(169, 100, 103, 0.00) 0%, rgba(169, 100, 103, 0.20) 100%), #CB8587;
  color: white;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  position: relative;
}

.cta-home i {
  border-radius: 999px;
  background: #FFF;
  font-size: 20px;
  padding: 10px 12px;
  color: #A96467;
  font-weight: bolder;
  margin-left: 25px;
  margin-top: -5px;
}

@media(min-width: 992px) {
  .right {
    display: flex;
    align-items: end;
    flex-direction: column;
  }
}

.bg-parte-2 {
  padding: 52px 0px 80px;
  background: #F2F1EF;
}

.avaliacoes {
  margin-top: 75px;
}

/*------- PARTE 3 -------*/
.bg-parte-3 {
  padding-top: 32px;
}

.bg-parte-3 h2 {
  margin-top: 130px;
}

.bg-parte-3 .col-lg-4:nth-child(3) {
  margin-top: 49px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 114px;
  height: 114px;
  font-size: 54px;
  fill: rgba(255, 255, 255, 0.18);
  stroke-width: 1px;
  stroke: #FFF;
  backdrop-filter: blur(9.699999809265137px);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/*------- PARTE 4 -------*/
.card-pt-4 {
  display: flex;
  border-radius: 10px;
  background: radial-gradient(104.96% 104.96% at 50% 50%, #CB8587 34.87%, #845537 100%);
  padding: 50px 60px;
}

.card-pt-4-white {
  border-radius: 10px;
  background: #FFF;
  padding: 30px;
  margin-left: 27px;
}

.card-pt-4-white ul {
  margin-top: 20px;
  list-style-image: url(/wp-content/themes/dra-luana/img/check-rose.png);
}

.card-pt-4-white ul li {
  margin-bottom: 15px;
}

.card-pt-4-white ul li span {
  position: relative;
  left: 8px;
  bottom: 5px;
}

/*------- PARTE 5 -------*/
.bg-parte-5 {
  margin-top: -300px;
  background: #F2F1EF;
  padding-top: 325px;
  padding-bottom: 80px;
}

.card-pt-5-left {
  padding: 30px;
  border-radius: 10px;
  background: #FFF;
}

.card-pt-5-right {
  padding: 30px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 25px;
  display: flex;
  height: 182px;
}

.bg-parte-5 h2 {
  margin-bottom: 35px;
}

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

.bg-parte-6 .neoxel {
  margin-left: 50px;
}

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

.bg-parte-6 h4 {
  display: flex;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 20px;
  background: #F5F5F5;
}

.bg-parte-6 h4 img {
  margin-right: 15px;
  object-fit: contain;
}

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

.card-pt-7 {
  border-radius: 10px;
  background: #F2F1EF;
  padding: 30px;
  height: 220px;
  margin: 40px 0px;
}

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

/*------- PARTE 8 -------*/
.bg-parte-8 {
  background-image: url(/wp-content/themes/dra-luana/img/bg-parte-8.png);
  background-color: #F2F1EF;
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 70px;
  padding-bottom: 85px;
}

.quem-e-dra-luana {
  width: 646px;
  height: 867.248px;
}

.video-dra-luana {
  margin-top: -330px;
  margin-left: 45px;
}

.video-dra-luana img {
  width: 568px;
  height: 318.291px;
}

.video-dra-luana .play-button {
  top: 80%;
  left: 50%;
  background: rgba(255, 255, 255, 0.18);
  stroke-width: 0.879px;
  backdrop-filter: blur(8.528792381286621px);
}

/*------- PARTE 9 -------*/
.card-pt-9 {
  border-radius: 10px;
  background: radial-gradient(104.96% 104.96% at 50% 50%, #CB8587 43%, #845537 100%);
  padding: 50px 60px;
  margin-top: -80px;
  z-index: 9999;
  position: relative;
}

.card-pt-9 h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  /* 187.5% */
}

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

.bg-parte-10 .col-lg-10 {
  margin-bottom: 40px;
}

.timeline {
  position: relative;
  padding: 0px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #a97b7b;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 0px 20px 20px 20px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 92px;
  width: 12px;
  height: 12px;
  background-color: #a97b7b;
  border-radius: 50%;
  border: 2px solid white;
  z-index: 1;
}

.timeline-item-left {
  left: 0;
  text-align: left;
}

.timeline-item-left::before {
  right: -6px;
}

.timeline-item-right {
  left: 50%;
  text-align: left;
}

.timeline-item-right::before {
  left: -6px;
}

.timeline-box {
  background-color: #f5f3f1;
  padding: 20px;
  border-radius: 12px;
}

.timeline-number {
  background-color: #a97b7b;
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}

.timeline-title {
  color: #a97b7b;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item-left,
  .timeline-item-right {
    width: 100%;
    left: 0;
    text-align: left;
  }

  .timeline-item::before {
    left: 14px;
  }
}

/* Setas apontando para o círculo */
.timeline-box::after {
  content: '';
  position: absolute;
  top: 90px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-item-left .timeline-box::after {
  right: 10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #F2F1EF;
}

.timeline-item-right .timeline-box::after {
  left: 10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #F2F1EF transparent transparent;
}

/* Animações */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-left {
  animation: fadeLeft 1s ease forwards;
  opacity: 0;
}

.fade-right {
  animation: fadeRight 1s ease forwards;
  opacity: 0;
}

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

.bg-parte-11 img {
  height: 100%;
}

.card-pt-11 {
  border-radius: 10px;
  background: #FFF;
  padding: 30px;
}

.card-pt-11 ul {
  list-style-image: url(/wp-content/themes/dra-luana/img/check-rose.png);
}

.card-pt-11 ul li {
  margin-bottom: 15px;
  font-weight: 400;
}

.card-pt-11 ul li span {
  position: relative;
  left: 8px;
  bottom: 5px;
}

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

.bg-parte-12 h2 span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 28px;
}

.bg-parte-12 .cta-home {
  margin-top: 25px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 400px;
  border-radius: 15px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.faq-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.faq-question,
.faq-answer {
  border-radius: 15px;
  padding: 20px 25px;
  position: relative;
  max-width: 48%;
  flex: 1 1 300px;
  padding-bottom: 10px;
}

.faq-question i {
  color: #CB8587;
  ;
}

.faq-question {
  background: white;
  color: #000;
}

.faq-answer {
  background: #c78b8b;
  color: white;
  margin-top: 80px;
}

.check-icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 18px;
}

.check-icon-mobile {
  text-align: right;
  float: right;
  margin-top: 25px;
  font-size: 18px;
}

.check-icon-mobile i:nth-child(2) {
  margin-left: -9px;
}

@media (max-width: 768px) {

  .faq-question,
  .faq-answer {
    max-width: 100%;
  }

  .faq-item {
    flex-direction: column;
    gap: 20px;
  }
}

/*---- PARTE 14 ---*/
.bg-parte-14 {
  padding: 50px 0px 50px;
  background: #F2F1EF;
}

/*---- PARTE 15 ---*/
.bg-parte-15 {
  padding: 80px 0px 80px;
  background: radial-gradient(104.96% 104.96% at 50% 50%, #CB8587 0%, #734749 75.97%);
}

.bg-parte-15 h2 {
  font-weight: 500;
  margin-top: 74px;
  color: #FFF;
  margin-bottom: 25px;
}

.bg-parte-15 p a {
  color: #FFF;
  text-decoration: none;
}

.bg-parte-15 iframe {
  height: 249px;
  width: 100%;
  border-radius: 10px;
}

.form-container {
  padding: 60px;
  border-radius: 16px;
  border-radius: 10px;
  background: #FFF;
  width: 100%;
}

.form-container h3 {
  color: #734749;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 28.44px */
  text-align: center;
}

.form-container p {
  text-align: center;
  font-size: 16px;
}

.ajudar {
  height: 120px;
}

.form-container input {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 16px;
  color: #8E8E8E;
}

.form-container button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #C68082;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .bg-parte-15 .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
    margin-top: 25px;
  }
}

/*---- footer ---*/
.bg-footer {
  background: radial-gradient(104.96% 104.96% at 50% 50%, #CB8587 0%, #734749 75.97%);
  padding-top: 65px;
  padding-bottom: 80px;
  color: white;
}

.bg-footer img {
  margin: 50px 0px 25px;
}

.bg-footer p {
  color: white;
}

/*--- MEDIA QUERIES ---*/
@media(min-width: 1200px) and (max-width: 1400px) {
  .bg-parte-6 .neoxel {
    margin-left: 0;
  }
}

/*--- MEDIA QUERIES ---*/
@media(min-width: 992px) and (max-width: 1200px) {
  .bg-parte-3 .col-lg-4:nth-child(3) {
    margin-top: 0;
  }

  .bg-parte-3 img {
    margin-top: 130px;
  }

  .card-pt-5-right {
    height: auto;
  }

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

  .bg-parte-6 .neoxel {
    margin-left: 0;
  }

  .quem-e-dra-luana {
    object-fit: cover;
  }

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

@media(max-width: 992px) {
  .full-banner-inicio .col-lg-6 {
    margin-top: 0;
  }

  .full-banner-inicio h2 {
    margin-top: 300px;
  }

  .cta-topo {
    right: 0;
  }

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

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

  .bg-parte-3 .col-lg-4:nth-child(3) {
    margin-top: 0;
  }

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

  .play-button {
    left: 50%;
  }

  .card-pt-4-white {
    margin-top: 20px;
  }

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

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

  .card-pt-5-right {
    height: auto;
  }

  .card-pt-5-left {
    margin-bottom: 30px;
  }

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

  /*--- PARTE 6 ---*/
  .bg-parte-6 {
    padding: 50px 0px;
    text-align: center;
  }

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

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

  .card-pt-7 {
    height: auto;
    margin: 12px 0px;
  }

  .bg-parte-7 .col-lg-12 {
    margin-bottom: 30px;
  }

  .bg-parte-7 .col-lg-10 {
    margin-top: 25px;
  }

  /*--- PARTE 8 ---*/
  .bg-parte-8 {
    padding: 50px 0px;
    text-align: center;
  }

  .quem-e-dra-luana {
    width: auto;
    height: auto;
  }

  .video-dra-luana {
    margin-top: -150px;
  }

  .video-dra-luana img {
    width: auto;
    height: auto;
  }

  /*--- PARTE 10 ---*/
  .bg-parte-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .timeline-item {
    width: 100%;
  }

  .timeline::before,
  .timeline-item::before {
    display: none;
  }

  .timeline-item-right {
    left: 0;
  }

  /*--- PARTE 11 ---*/
  .bg-parte-11 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

  .bg-parte-11 img {
    height: auto;
    margin: 10px 0px 20px;
    width: 100%;
  }

  /*--- PARTE 12 ---*/
  .bg-parte-12 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

  .bg-parte-12 .cta-home {
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }

  /*--- PARTE 14 ---*/
  .faq-question,
  .faq-answer {
    max-width: 100%;
    width: 100%;
  }

  .faq-answer {
    margin-top: 0px;
  }

  .faq-question,
  .faq-answer {
    max-width: 100%;
    flex: 1 1 100%;
  }

  /*--- PARTE 15 ---*/
  .bg-parte-15 {
    padding-bottom: 40px;
  }

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

  .bg-parte-15 iframe {
    margin-bottom: 30px;
    margin-top: 15px;
  }

  /*--- footer ---*/
  .bg-footer {
    padding-top: 0;
  }

  .bg-parte-6 .neoxel {
    margin-left: 0;
  }

  .video-dra-luana {
    margin-left: 0;
  }

  .timeline-item {
    padding: 0;
  }

  .faq-answer {
    background-color: #d48c8c;
    /* cor do balão */
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    max-width: 90%;
    position: relative;
    margin: 12px 0;
    margin-left: 10%;
  }

  /* Triângulo na borda superior esquerda (pergunta) */
  .faq-answer::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 67px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 29px solid #d48c8c;
    transform: translateY(-100%);
  }

  /* Balão da pergunta */
  .faq-question {
    background-color: #fff;
    color: #333;
    padding: 16px;
    border-radius: 12px;
    max-width: 90%;
    position: relative;
    margin: 12px 0;
    align-self: flex-start;
  }

  /* Triângulo na borda superior esquerda (pergunta) */
  .faq-question::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 39px solid transparent;
    border-bottom: 25px solid #fff;
    transform: translateY(-100%);
  }
}

@media(max-width: 550px) {
  nav {
    width: 332px !important;
  }

  h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 275;
    line-height: 50px;
    /* 138.889% */
  }

  .full-banner-inicio {
    background-image: url(/wp-content/themes/dra-luana/img/banner-mobile.jpg);
    height: 850px;
  }

  .full-banner-inicio h1,
  .full-banner-inicio h1,
  .full-banner-inicio h1 a {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }

  .full-banner-inicio h2 {
    line-height: 52px;
    /* 108.333% */
    font-size: 48px;
  }

  .bg-parte-2 {
    padding-top: 0;
  }

  .card-pt-4 {
    padding: 50px 30px;
  }

  .card-pt-4-white {
    margin-left: 0;
  }

  .card-pt-9 {
    padding: 50px 60px;
  }

  .card-pt-9 h2 {
    line-height: 31px;
    font-size: 24px;
  }

  .form-container {
    padding: 30px;
  }
}

@media(max-width: 365px) {
  h2 {
    line-height: 40px;
    font-size: 30px;
  }

  .full-banner-inicio h2 {
    font-size: 44px;
  }

  .card-pt-4-white {
    padding: 30px 15px;
  }

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

  .card-pt-9 {
    padding: 50px 35px;
  }
}

@media(max-width: 340px) {
  nav {
    width: 300px !important;
  }

  .cta-header {
    padding: 5px 10px;
    width: 190px;
    font-size: 13px;
  }

  .cta-topo {
    width: 100%;
    font-size: 16px;
  }

  h2 {
    line-height: 36px;
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .full-banner-inicio h2 {
    font-size: 40px;
  }

  .full-banner-inicio h1,
  .full-banner-inicio h1,
  .full-banner-inicio h1 a {
    font-size: 15px;
  }

  .card-pt-4-white {
    padding: 30px 15px;
  }

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

  .card-pt-9 {
    padding: 40px 15px;
  }

  .card-pt-5-right {
    padding: 30px 15px;
  }
}

@media(max-width: 320px) {
  nav {
    width: 100% !important;
  }

  .full-banner-inicio {
    height: 750px;
  }

  .cta-header {
    padding: 5px 10px;
    width: 190px;
    font-size: 13px;
  }

  .cta-topo {
    width: 100%;
    font-size: 13px;
    padding: 16px 10px 16px 15px;
  }

  .cta-topo i {
    border-radius: 999px;
    background: #C98385;
    font-size: 17px;
    padding: 10px 10px;
    color: white;
    margin-left: 0;
    margin-top: -5px;
  }

  h2 {
    line-height: 28px;
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  .full-banner-inicio h2 {
    font-size: 36px;
    margin-top: 284px;
    line-height: 41px;
  }

  .full-banner-inicio h1,
  .full-banner-inicio h1,
  .full-banner-inicio h1 a {
    font-size: 14px;
  }
}

/*------- HOVER -----*/

.cta-topo:hover{
  background: linear-gradient(90deg, rgba(169, 100, 103, 0.00) 0%, rgba(169, 100, 103, 0.20) 100%), #CB8587;
  transition: all 0.3s ease-in-out;
  font-weight: bolder;
  color: white;
}

.cta-topo:hover i{
  background-color: white;
  color: #CB8587;
  transition: all 0.3s ease-in-out;
}

.cta-header:hover i{
  transition: all 0.3s ease-in-out;
  color: white;
  color: #CB8587;
}

.cta-header:hover {
  background-color: white;
  font-weight: bolder;
  color: #CB8587;
  border: 1px solid #CB8587;
  transition: all 0.3s ease-in-out;
}

.cta-home:hover i{
  background: linear-gradient(90deg, rgba(169, 100, 103, 0.00) 0%, rgba(169, 100, 103, 0.20) 100%), #CB8587;
  transition: all 0.3s ease-in-out;
  font-weight: bolder;
  color: white;
}

.cta-home:hover{
  background-color: white;
  color: #CB8587;
  transition: all 0.3s ease-in-out;
  border: 1px solid #CB8587;
}

/*---- BLACK -----*/

.header-black {
  background-image: url(/wp-content/themes/dra-luana/img/full-banner-inicio-black.png);
}

.main-black h2{
  color: #00264C;
}

.main-black  .cta-topo i{
  background: #00264C;
}

.main-black .cta-home, .header-black .cta-header, .header-black .cta-topo i{
  background: #00264C;
}

.main-black  .cta-home i{
  color: #00264C;
}

.main-black .color-rose, .main-black .timeline-title, .main-black .form-container h3{
  color: #00264C;
}

.main-black .color-white, .main-black .bg-parte-15 h2{
  color: white;
}

.main-black  .card-pt-4{
  color: white;
  border-radius: 10px;
  background: radial-gradient(104.96% 104.96% at 50% 50%, #00264C 34.87%, #010C1F 100%);
}

.main-black .card-pt-4-white ul, .main-black .card-pt-11 ul{
  list-style-image: url(/wp-content/themes/dra-luana/img/check-blue.png);
}

.main-black .card-pt-9{
  border-radius: 10px;
background: radial-gradient(104.96% 104.96% at 50% 50%, #00264C 34.87%, #000 100%);
}

.main-black .timeline-number, .main-black .timeline::before, .main-black .timeline-item::before, .main-black .form-container button{
  background-color: #00264C;
}


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

.bg-parte-14-dark{
  background-color: #F5F5F5;
  padding-top: 51px;
  padding-bottom: 80px;
}

.bg-parte-14-dark h2, .bg-parte-14 h2{
  margin-bottom: 30px;
}

.bg-parte-14-dark .accordion-item p {
  margin: 20px 40px;
}

.bg-parte-14-dark .accordion-item {
  border: none;
  background-color: #F5F5F5;
  margin-bottom: 25px;
  border-bottom: 0.5px solid #00264C;
  border-top-left-radius: calc(0);
  border-top-right-radius: calc(0);
}

.bg-parte-14-dark .accordion-button {
  border-radius: 0px;
  font-size: 18px;
  background-color: #F5F5F5;
  padding: 20px 30px;
  border: none;
  border-top-left-radius: calc(0);
  border-top-right-radius: calc(0);
}

.bg-parte-14-dark .accordion-button:not(.collapsed) {
  color: #00264C;
  border-bottom: 0.5px solid #00264C;
}

.bg-parte-14-dark .accordion-body{
  background: #F5F5F5;
}

.main-black .bg-parte-15{
  background: radial-gradient(104.96% 104.96% at 50% 50%, #00264C 34.87%, #001C38 100%);
}

.footer-dark .bg-footer{
  background: radial-gradient(104.96% 104.96% at 50% 50%, #00264C 34.87%, #001C38 100%);
}

.bg-footer{
  padding-top: 0;
}

.main-black .quem-e-dra-luana{
  width: auto;
  height: 553.019px;
  aspect-ratio: 186/185;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-left: 39px;
}

.main-black .video-dra-luana{
  margin-top: -132px;
}

@media(max-width: 992px){
  .main-black .quem-e-dra-luana{
    margin-left: 0;
    width: auto;
    height: auto;
    margin: 20px 0px;
  }

  .timeline-box{
    margin-bottom: 15px;
  }
}

@media(max-width: 550px){
  .header-black{
    background-image: url(/wp-content/themes/dra-luana/img/topo-mobile-dark.png);
  }
}