@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
p strong {
  color: #d4967d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #d4967d;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1 strong {
  color: #d4967d;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Gilda Display", serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #d4967d;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #1d1d1d;
}
a:hover {
  opacity: 0.7;
}

.btn {
  border-radius: 4px;
  background: #d4967d;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 16px;
}

.btn:hover {
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(212, 150, 125, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(212, 150, 125, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #d4967d !important;
}

*::-moz-scrollbar-thumb:active {
  background: #d4967d !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #614747 !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 8px;
  background: #614747 !important;
}

.footer {
  background: #e5e3dc;
}
.footer__top {
  padding: 60px 0 90px;
}
.footer__top * {
  color: #614747;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .footer__top > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logoFooter {
  max-width: 370px;
}
.footer__top .logoFooter img:first-child {
  margin-bottom: 16px;
}
.footer__top .menuFooter .primary-menu {
  display: flex;
  align-items: center;
  gap: 38px;
}
.footer__top .menuFooter .primary-menu li {
  margin-bottom: 12px;
}
.footer__top .menuFooter .primary-menu li a {
  color: #614747;
  font-size: 16px;
  font-weight: 400;
}
.footer__top .btnsFooter .btnFooter {
  background: #614747;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5e3dc;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer__top .btnsFooter .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.footer__bottom > .container {
  border-top: 4px solid white;
  padding: 29px 0;
}
@media (min-width: 1200px) {
  .footer__bottom > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__bottom > .container {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  color: #614747;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin: 0;
}

.page-template-home .boxBanner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-template-home .boxBanner .banner {
    background-position: center 20%;
  }
  .page-template-home .boxBanner .banner .container {
    justify-content: flex-end;
  }
  .page-template-home .boxBanner .banner h1 {
    max-width: 680px;
    text-align: right;
  }
  .page-template-home .boxBanner .banner .banner__txt {
    max-width: 560px;
    margin-left: 0;
  }
  .page-template-home .boxBanner .banner .btnBanner {
    margin: inherit;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-home .boxBanner.container {
    max-width: 1680px;
    height: 730px;
  }
}
.page-template-home .boxBanner .banner.-video {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
  color: #fff;
}
.page-template-home .boxBanner .banner.-video .video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.page-template-home .boxBanner .banner.-video .video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content {
  position: relative;
  z-index: 2;
  text-align: justify;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content h1 {
  font-size: 3rem;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content .txt {
  margin: 15px 0;
  max-width: 600px;
  margin-inline: auto;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content .botoesBanner {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.page-template-home .boxBanner .banner.-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.homepage .homeSobreMim {
  padding: 60px 0;
}
.homepage .homeSobreMim .container {
  max-width: 1200px;
  margin: 0 auto;
}
.homepage .homeSobreMim__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.homepage .homeSobreMim__content {
  margin-top: 16px;
}
.homepage .homeSobreMim__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .homepage .homeSobreMim__grid {
    grid-template-columns: 1fr;
  }
}
.homepage .homeDepoimentos {
  padding: 60px 0;
  background: #fafafa;
}
.homepage .homeDepoimentos .container {
  max-width: 1200px;
  margin: 0 auto;
}
.homepage .homeDepoimentos__header {
  text-align: justify;
  margin-bottom: 32px;
}
.homepage .homeDepoimentos__sliderWrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.homepage .homeDepoimentos__slider {
  width: 100%;
}
.homepage .homeDepoimentos__card {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 24px 20px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage .homeDepoimentos__cardText {
  margin-bottom: 20px;
}
.homepage .homeDepoimentos__cardFooter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.homepage .homeDepoimentos__nome {
  font-weight: 600;
}
.homepage .homeDepoimentos__idade {
  font-size: 0.9em;
}
.homepage .homeDepoimentos__arrow {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .homeDepoimentos__arrow--prev {
  margin-right: 8px;
}
.homepage .homeDepoimentos__arrow--next {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .homepage .homeDepoimentos__arrow {
    position: absolute;
    top: -60px;
  }
  .homepage .homeDepoimentos__arrow--prev {
    right: 56px;
  }
  .homepage .homeDepoimentos__arrow--next {
    right: 8px;
  }
}
.homepage .homeCta {
  padding: 0;
}
.homepage .homeCta__bg {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .homepage .homeCta__bg {
    background-position: center 39%;
  }
}
.homepage .homeCta__overlay {
  background: rgba(0, 0, 0, 0.45);
  padding: 120px 0;
}
.homepage .homeCta__overlay .container {
  max-width: 1200px;
  margin: 0 auto;
}
.homepage .homeCta__content {
  text-align: justify;
  padding: 80px 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.homepage .homeCta__content * {
  color: #fff;
}
.homeTratamentos {
  padding: 60px 0;
  background: #fafafa;
}

.homeTratamentos .container {
  max-width: 1200px;
  margin: 0 auto;
}

.homeTratamentos__header {
  text-align: justify;
  margin-bottom: 32px;
}

.homeTratamentos__subtitle {
  margin-top: 8px;
}

.homeTratamentos__sliderWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeTratamentos__slider {
  width: 100%;
}
@media (max-width: 768px) {
  .homeTratamentos__slider {
    width: 90%;
  }
}

.homeTratamentos__card {
  border: 1px solid #d4967d;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
}

.homeTratamentos__cardImage img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.homeTratamentos__cardBody {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  min-height: fit-content;
}

.homeTratamentos__cardBody h3 {
  margin: 0;
  min-height: 75px;
}

.homeTratamentos__cardBody p {
  flex: 1;
}

.homeTratamentos__cardBody .btn {
  align-self: flex-start;
}

.homeTratamentos__arrow {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #d4967d;
  color: white;
  font-size: 18px;
}
@media (max-width: 768px) {
  .homeTratamentos__arrow {
    width: 20px;
    height: 20px;
    margin: 0 !important;
  }
}

.homeTratamentos__arrow span {
  display: inline-block;
}

.homeTratamentos__arrow--prev {
  margin-right: 8px;
}

.homeTratamentos__arrow--next {
  margin-left: 8px;
}

.homeResultados__text {
  text-align: justify;
}

.homeResultados {
  padding: 60px 0;
}
.homeResultados .slick-prev:before,
.homeResultados .slick-next:before {
  color: #d4967d;
  font-size: 32px;
}
@media (max-width: 767px) {
  .homeResultados .slick-prev:before,
  .homeResultados .slick-next:before {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .homeResultados .slick-prev {
    left: -16px;
  }
}
@media (max-width: 767px) {
  .homeResultados .slick-next {
    right: -16px;
  }
}
.homeResultados .slick-dots {
  display: none !important;
}

.homeResultados .container {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .homeResultados .container:nth-child(2) {
    max-width: 1480px;
  }
}

.homeResultados__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.homeResultados__slider {
  margin-top: 32px;
}

.homeResultados__gridImages .imgResultados {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 340px;
  height: 570px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .homeResultados__gridImages .slideDesktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .homeResultados__gridImages .slideMobile {
    display: none !important;
  }
}

.homeResultados__content {
  margin-top: 16px;
}

.homeResultados__image {
  max-width: 560px;
  margin: 0 8px;
  /* A imagem "depois" será cortada pela metade */
  /* Barra vertical */
}
@media (max-width: 1199px) {
  .homeResultados__image {
    max-width: 340px;
  }
}
.homeResultados__image .ba-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 450px;
  overflow: hidden;
  cursor: ew-resize;
}
.homeResultados__image .ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeResultados__image .ba-after {
  clip-path: inset(0 50% 0 0);
}
.homeResultados__image .ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  cursor: ew-resize;
  z-index: 10;
}

.homeResultados__image .homeResultados__slide .imgResultado {
  width: 533px;
  height: 412px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .homeResultados__image .homeResultados__slide .imgResultado {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .homeResultados__grid {
    grid-template-columns: 1fr;
  }
}
.sobreNos .sobreIntro {
  padding: 60px 0;
}
.sobreNos .homeTratamentos {
  background: #f5f4f3;
}
.sobreNos .sobreIntro .container {
  max-width: 1200px;
  margin: 0 auto;
}
.sobreNos .sobreIntro__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.sobreNos .sobreIntro__content {
  margin-top: 16px;
}
.sobreNos .sobreIntro__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .sobreNos .sobreIntro__grid {
    grid-template-columns: 1fr;
  }
}
.sobreNos .sobreSecao {
  padding: 60px 0;
}
.sobreNos .sobreSecao .container {
  max-width: 1200px;
  margin: 0 auto;
}
.sobreNos .sobreSecao__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.sobreNos .sobreSecao__content {
  margin-top: 16px;
}
.sobreNos .sobreSecao__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .sobreNos .sobreSecao__grid {
    grid-template-columns: 1fr;
  }
}
.sobreNos .sobreProcedimentos {
  padding: 60px 0;
}
.sobreNos .sobreProcedimentos .container {
  max-width: 1200px;
  margin: 0 auto;
}
.sobreNos .sobreProcedimentos__header {
  text-align: justify;
  margin-bottom: 32px;
}
.sobreNos .sobreProcedimentos__sliderWrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.sobreNos .sobreProcedimentos__slider {
  width: 100%;
}
.sobreNos .sobreProcedimentos__card {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sobreNos .sobreProcedimentos__cardImage img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sobreNos .sobreProcedimentos__cardBody {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sobreNos .sobreProcedimentos__arrow {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .sobreNos .sobreProcedimentos__arrow {
    position: absolute;
    top: -60px;
  }
  .sobreNos .sobreProcedimentos__arrow--prev {
    right: 56px;
  }
  .sobreNos .sobreProcedimentos__arrow--next {
    right: 8px;
  }
}
.sobreNos .sobreFaq {
  padding: 60px 0;
}
.sobreNos .sobreFaq .container {
  margin: 0 auto;
}
.sobreNos .sobreFaq__title {
  text-align: justify;
  margin-bottom: 32px;
}
.sobreNos .sobreFaq__item {
  border-radius: 8px;
  border: 2px solid #c8dfdd;
  margin-bottom: 12px;
  overflow: hidden;
}
.sobreNos .sobreFaq__item.open {
  border: 2px solid #d4967d;
}
.sobreNos .sobreFaq__question {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 18px 20px;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6665 16.0001H21.3332M29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001C2.6665 8.63628 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001Z' stroke='%23C8DFDD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.9998 21.3333L15.9998 10.6666M15.9998 2.66658C23.3636 2.66658 29.3332 8.63612 29.3332 15.9999C29.3332 23.3637 23.3636 29.3333 15.9998 29.3333C8.63604 29.3333 2.6665 23.3637 2.6665 15.9999C2.6665 8.63612 8.63604 2.66658 15.9998 2.66658Z' stroke='%23C8DFDD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 99%;
}
.sobreNos .sobreFaq__question.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M10.6665 16.0001H21.3332M29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001C2.6665 8.63628 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001Z' stroke='%23D4967D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.sobreNos .sobreFaq__answer {
  display: none;
  padding: 20px;
  background: #fafafa;
}

.contacto {
  padding-top: 48px;
}

.contactSection {
  padding: 24px 0 48px;
}
.contactSection .contactWrapper {
  display: flex;
  border: 1px solid #c5d5d5;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contactSection .contactWrapper {
    flex-direction: column;
  }
}
.contactSection .contactForm {
  flex: 1;
  padding: 40px;
  border-right: 1px solid #c5d5d5;
  max-width: 630px;
}
@media (max-width: 768px) {
  .contactSection .contactForm {
    border-right: none;
    border-bottom: 1px solid #c5d5d5;
  }
}
.contactSection .contactForm form {
  max-width: 563px;
}
.contactSection .contactForm form .formRow {
  display: flex;
  gap: 15px;
}
@media (max-width: 600px) {
  .contactSection .contactForm form .formRow {
    flex-direction: column;
  }
}
.contactSection .contactForm form .formGroup {
  width: 100%;
  margin-bottom: 20px;
}
.contactSection .contactForm form .formGroup.half {
  flex: 1;
}
.contactSection .contactForm form .formGroup input,
.contactSection .contactForm form .formGroup textarea,
.contactSection .contactForm form .formGroup select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  color: #2c2c2c;
  font-family: inherit;
  transition: border-color 0.2s ease;
  background: transparent;
}
.contactSection .contactForm form .formGroup input:focus,
.contactSection .contactForm form .formGroup textarea:focus,
.contactSection .contactForm form .formGroup select:focus {
  border-color: #d00321;
  outline: none;
}
.contactSection .contactForm form .formGroup input::placeholder,
.contactSection .contactForm form .formGroup textarea::placeholder,
.contactSection .contactForm form .formGroup select::placeholder {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup label {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup textarea {
  height: 120px;
  resize: none;
}
.contactSection .contactForm form .formSubmit {
  text-align: left;
}
.contactSection .contactForm form .formSubmit input[type=submit] {
  background: #d4967d;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20V4L22 12L3 20ZM5 17L16.85 12L5 7V10.5L11 12L5 13.5V17ZM5 17V12V7V10.5V13.5V17Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 50px;
}
.contactSection .contactInfo {
  flex: 0 0 40%;
  padding: 40px;
  background: #fff;
}
.contactSection .contactInfo h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.contactSection .contactInfo p strong {
  color: #1d1d1d;
}
.contactSection .contactInfo .btnWhats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
  background: #00d35e;
  padding: 8px 16px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  margin: 16px 0;
}
.contactSection .contactInfo .infoItem {
  margin-bottom: 20px;
}
.contactSection .contactInfo .infoItem strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}
.contactSection .contactInfo .infoItem p {
  margin: 0;
  color: #333;
  font-size: 15px;
}
.contactSection .contactInfo .infoItem p a {
  color: #d00321;
  text-decoration: none;
}
.contactSection .contactInfo .infoItem p a:hover {
  text-decoration: underline;
}

.iframeMapa {
  padding-bottom: 48px;
}
.iframeMapa p {
  margin: 0 !important;
}
.iframeMapa > .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1199px) {
  .iframeMapa > .container {
    flex-direction: column;
  }
  .iframeMapa > .container iframe {
    width: 100%;
  }
}

.pageServicos .tratamentosIntro {
  padding: 60px 0 20px;
  text-align: justify;
}
.pageServicos .tratamentosIntro .container {
  max-width: 1200px;
  margin: 0 auto;
}
.pageServicos .tratamentosIntro__subtitle {
  margin-top: 10px;
}
.pageServicos .tratamentosLista {
  padding: 40px 0 80px;
}
.pageServicos .tratamentosLista .container {
  max-width: 1300px;
  margin: 0 auto;
}
.pageServicos .tratamentosLista__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pageServicos .tratamentosLista__card {
  border: 2px solid #d4967d;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pageServicos .tratamentosLista__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.pageServicos .tratamentosLista__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pageServicos .tratamentosLista__content h3 {
  margin: 0;
}
.pageServicos .tratamentosLista__content p {
  flex: 1;
}
.pageServicos .tratamentosLista__content .btn {
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .pageServicos .tratamentosLista__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pageServicos .tratamentosLista__grid {
    grid-template-columns: 1fr;
  }
}

.single-tratamentos .header {
  position: relative;
}

.tratamentoSingle {
  padding: 60px 0;
}

.tratamentoSingle .container {
  max-width: 900px;
  margin: 0 auto;
}

.tratamentoSingle__content {
  margin: 20px 0 40px;
}

.tratamentoSingle__galeriaWrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.tratamentoSingle__galeria {
  width: 100%;
}

.tratamentoSingle__galeriaItem {
  margin: 0 8px;
}

.tratamentoSingle__galeriaItem img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.tratamentoSingle__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 22px;
}

.tratamentoSingle__voltar {
  display: inline-block;
  margin-top: 40px;
}

.tratamentosLista {
  padding: 60px 0;
}

.tratamentosLista .container {
  max-width: 1300px;
  margin: 0 auto;
}

.tratamentosLista__title {
  text-align: justify;
  margin-bottom: 10px;
}

.tratamentosLista__subtitle {
  text-align: justify;
  margin-bottom: 40px;
}

.tratamentosLista__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.tratamentosLista__card {
  border: 2px solid #d4967d;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tratamentosLista__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.tratamentosLista__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tratamentosLista__content h3 {
  margin-bottom: 10px;
}

.tratamentosLista__content p {
  flex: 1;
  margin-bottom: 20px;
}

.tratamentosLista__content .btn {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .tratamentosLista__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tratamentosLista__grid {
    grid-template-columns: 1fr;
  }
}
.pageBlog {
  padding: 62px 0 0;
  background: #f3f3f3;
  border-bottom: 20px solid #614747;
}
.pageBlog__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .pageBlog__intro {
    padding-bottom: 45px;
  }
}
.pageBlog__intro .title h2 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
}
@media (max-width: 1199px) {
  .pageBlog__intro .title h2 {
    font-size: 42px;
  }
}
.pageBlog__intro .title p {
  color: #252121;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 109%; /* 28.34px */
  letter-spacing: -0.52px;
}
.pageBlog__destaque .blogPost {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost {
    flex-direction: column-reverse;
  }
}
.pageBlog__destaque .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 432px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost .blogImg {
    width: 100%;
  }
}
.pageBlog__destaque .blogPost .contentBlog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.pageBlog__destaque .blogPost .contentBlog .boxBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pageBlog__destaque .blogPost .contentBlog .boxBtn .btn {
  margin: 0;
}
.pageBlog__destaque .blogPost .contentBlog .txt h2 {
  color: #252121;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 83%; /* 41.5px */
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost .contentBlog .txt h2 {
    font-size: 32px;
    line-height: 130%;
  }
}
.pageBlog__destaque .blogPost .contentBlog .txt p {
  color: #252121;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%; /* 28.34px */
  letter-spacing: -0.52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pageBlog__destaque .blogPost .contentBlog .btn {
  border-radius: 4px;
  color: white;
  padding: 8px 24px;
}
.pageBlog__txt {
  text-align: justify;
  padding: 48px 0;
}
.pageBlog__blog .titleBlog {
  text-align: justify;
}
.pageBlog__blog__txt {
  text-align: justify;
}
.pageBlog__blog__boxes {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 48px;
}
.pageBlog__blog__boxes .slick-dots {
  bottom: -50px;
}
.pageBlog__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #d4967d;
  font-size: 20px;
}
.pageBlog__blog__boxes .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' fill='%23a07e28'/%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-prev::before {
  content: "";
}
.pageBlog__blog__boxes .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' fill='%2312D0FF'/%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-next::before {
  content: "";
}
.pageBlog__blog__boxes .blogPost {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.pageBlog__blog__boxes .blogPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pageBlog__blog__boxes .blogPost:hover .cardImg {
  transform: scale(1.05);
}
.pageBlog__blog__boxes .blogPost:hover .cardContent {
  background: #e4ecf4;
}
.pageBlog__blog__boxes .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 287px;
  border-radius: 16px;
}
.pageBlog__blog__boxes .blogPost .contentBlog {
  padding: 16px 16px 32px;
  text-align: justify;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
  text-align: justify;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt h4 {
  color: #252121;
}
.pageBlog__blog__boxes .blogPost .contentBlog .btn {
  border-radius: 28px;
  background: #c7a14a;
  padding: 8px 24px;
}
.pageBlog__blog__boxes .blogPost .contentBlog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.pageBlog__img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .pageBlog__img {
    background-position: center center;
  }
}
.pageBlog__img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pageBlog__img > .container {
  position: relative;
}
.pageBlog__img__content {
  text-align: justify;
}
.pageBlog__img__content h2 {
  color: #fff;
  text-align: justify;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .pageBlog__img__content h2 {
    font-size: 32px;
    line-height: 130%;
  }
}

.pageBlog__destaque {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque {
    flex-direction: column;
  }
}
.pageBlog__destaque .blogPost--principal {
  position: relative;
  display: flex;
  flex-direction: column;
}
.pageBlog__destaque .blogPost--principal .blogImg {
  width: 780px;
  height: 452px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost--principal .blogImg {
    width: 100%;
    height: 190px;
  }
}
.pageBlog__destaque .blogPost--principal .contentBlog {
  margin-top: 20px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .txt h2 {
  font-size: 24px;
  font-family: "Gilda Display", serif;
  margin-bottom: 10px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .txt p {
  font-size: 16px;
  line-height: 24px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .btn {
  margin-top: 15px;
}
.pageBlog__destaque .blogLateral {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral {
    flex-direction: column;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
  width: 220px;
  height: 190px;
  flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
    width: 100%;
    height: 300px;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt p {
  font-size: 14px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt .blogDate {
  font-size: 0.8rem;
  display: block;
  margin-top: 4px;
}

.blocosHomeEva .bloco {
  padding: 60px 0;
  background: #e5e1d6;
  border-bottom: 15px solid #612418;
}
.blocosHomeEva .bloco__intro {
  text-align: justify;
  margin-bottom: 40px;
}
.blocosHomeEva .bloco__intro h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco__intro p {
  max-width: 800px;
  margin: 0 auto;
}
.blocosHomeEva .bloco .abas {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blocosHomeEva .bloco .abas .aba {
  background: #e5e1d6;
  border: 2px solid #612418;
  color: #612418;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.blocosHomeEva .bloco .abas .aba.ativa, .blocosHomeEva .bloco .abas .aba:hover {
  background: #612418;
  color: #fff;
}
.blocosHomeEva .bloco .abaConteudo {
  display: none;
}
.blocosHomeEva .bloco .abaConteudo.ativa {
  display: block;
  animation: fadeIn 0.4s ease;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  padding-top: 24px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto {
  border: 1px solid #612418;
  border-radius: 8px;
  text-align: justify;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .imgCard {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .txtCard {
  padding: 16px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto h3 {
  color: #612418;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto p {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .btn {
  display: inline-block;
  background: #612418;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blocoDestaque {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoDestaque .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blocoDestaque .container {
    flex-direction: column;
  }
}
.blocoDestaque .left {
  max-width: 687px;
  position: relative;
}
.blocoDestaque .left .itensDestaque {
  padding-top: 24px;
}
.blocoDestaque .left .itensDestaque .itemDestaque {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blocoDestaque .left .itensDestaque .itemDestaque .icone {
  background: #d4967d;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocoDestaque .left .itensDestaque .itemDestaque h4 {
  margin: 0;
}
.blocoDestaque .left .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.blocoDestaque .right .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoDestaque .right .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.blocoBolo {
  background: #e5e1d6;
  padding: 48px 0 0;
  position: relative;
}
.blocoBolo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #612418;
}
.blocoBolo .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blocoBolo .txt {
  text-align: justify;
  padding-bottom: 24px;
}
.blocoBolo .btnBolo {
  color: white;
  margin-bottom: 16px;
}
.blocoBolo .logoEva {
  position: absolute;
  bottom: 48px;
  right: 25px;
}

.blocoEventos {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoEventos .container {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1199px) {
  .blocoEventos .container {
    flex-direction: column-reverse;
  }
}
.blocoEventos .right {
  max-width: 687px;
  position: relative;
}
.blocoEventos .right .txt {
  margin-bottom: 24px;
}
.blocoEventos .right .txt ul {
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 16px;
}
.blocoEventos .right .txt ul li {
  list-style: disc;
  font-weight: 700;
  margin-bottom: 8px;
}
.blocoEventos .right .btn {
  color: white;
}
.blocoEventos .right .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .blocoEventos .right .logoEva {
    bottom: -50px;
    right: 0px;
    max-width: 90px;
  }
}
.blocoEventos .left .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoEventos .left .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.blocoExperiencias {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoExperiencias .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1199px) {
  .blocoExperiencias .container {
    flex-direction: column;
  }
}
.blocoExperiencias .right {
  max-width: 687px;
  position: relative;
}
.blocoExperiencias .right .txt {
  margin-bottom: 24px;
}
.blocoExperiencias .right .txt ul {
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 16px;
}
.blocoExperiencias .right .txt ul li {
  list-style: disc;
  font-weight: 700;
  margin-bottom: 8px;
}
.blocoExperiencias .right .btn {
  color: white;
}
.blocoExperiencias .right .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .blocoExperiencias .right .logoEva {
    bottom: -60px;
    right: 0px;
    max-width: 90px;
  }
}
.blocoExperiencias .left .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoExperiencias .left .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #2c1810;
  -webkit-font-smoothing: antialiased;
}

/* Titles */
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.02em;
}

/* ------------ HEADER ------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #f0ebe3;
  z-index: 1000;
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  height: 80px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  height: 50px;
}

.header-link {
  text-decoration: none;
  color: #5c4033;
  font-size: 14px;
  transition: 0.3s;
}

.header-link:hover {
  color: #a0826d;
}

/* ------------ HERO ------------ */
.hero {
  padding-top: 128px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #faf8f6, white);
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}

.hero-grid {
  display: grid;
  gap: 48px;
}

.is-hidden {
  display: none !important;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.badge {
  display: inline-block;
  padding: 8px 16px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 50px;
  color: #a0826d;
  border: 1px solid rgba(160, 130, 109, 0.3);
  margin-bottom: 24px;
}

.hero-title {
  font-size: 48px;
  margin-bottom: 24px;
}

.hero-text {
  font-size: 18px;
  color: rgba(92, 64, 51, 0.8);
  margin-bottom: 40px;
}

/* ------------ FORM CARD ------------ */
.form-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid #e8dfd0;
  border-radius: 24px;
  padding: 32px;
  max-width: 450px;
}

.form-title {
  font-size: 28px;
}

.form-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #c9a882, transparent);
  margin: 12px 0 24px;
}

.form-group {
  margin-bottom: 16px;
}

.form-input {
  width: 100%;
  padding: 16px 20px;
  background: #faf8f6;
  border: 1px solid #e8dfd0;
  border-radius: 12px;
  font-size: 15px;
  transition: 0.3s;
}

.form-input:focus {
  outline: none;
  border-color: #c9a882;
  box-shadow: 0 0 0 3px rgba(201, 168, 130, 0.1);
}

.formGroup {
  margin-bottom: 16px;
}

.formSubmit {
  margin-top: 24px;
}

.btn-primary {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #d4967d;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.form-privacy {
  font-size: 12px;
  margin-top: 12px;
  text-align: justify;
  color: rgba(92, 64, 51, 0.6);
}

/* HERO IMAGE */
.hero-image-wrapper {
  position: relative;
}

.hero-image-glow {
  position: absolute;
  inset: -16px;
  background: linear-gradient(135deg, rgba(201, 168, 130, 0.2), rgba(160, 130, 109, 0.1));
  filter: blur(40px);
  border-radius: 24px;
}

.hero-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.hero-image img {
  width: 100%;
  object-fit: cover;
}

/* ------------ SECTIONS ------------ */
.section {
  padding: 60px 0;
}

.section-white {
  background: #fff;
}

.section-gradient {
  background: linear-gradient(to bottom, white, #faf8f6);
}

.section-light {
  background: #faf8f6;
}

.section-header {
  text-align: justify;
  margin-bottom: 64px;
}

.section-title {
  font-size: 48px;
}

.section-divider {
  width: 64px;
  height: 2px;
  background: linear-gradient(to right, transparent, #c9a882, transparent);
  margin: 0;
}

.section-text {
  max-width: 800px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.7;
}

/* ===========================================
   ESTILOS GERAIS DOS FORMULÁRIOS
   =========================================== */
.lp-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-form .form-title {
  font-size: 28px;
  color: #2c1810;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", serif;
}
.lp-form .form-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #c9a882, transparent);
  margin-bottom: 16px;
}
.lp-form .form-privacy {
  font-size: 12px;
  color: rgba(92, 64, 51, 0.6);
  text-align: justify;
  margin-top: 8px;
  line-height: 1.5;
}

/* ===========================================
   INPUTS
   =========================================== */
.form-group {
  margin-bottom: 0;
}

.form-input,
.wpcf7 input:not([type=submit]),
.wpcf7 textarea {
  width: 100%;
  padding: 16px 20px;
  background: #faf8f6;
  border: 1px solid #e8dfd0;
  border-radius: 12px;
  font-size: 15px;
  color: #2c1810;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
}
.form-input::placeholder,
.wpcf7 input:not([type=submit])::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(92, 64, 51, 0.4);
}
.form-input:focus,
.wpcf7 input:not([type=submit]):focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #c9a882;
  box-shadow: 0 0 0 3px rgba(201, 168, 130, 0.1);
}

/* Ajustes CF7 */
.wpcf7-form-control-wrap {
  display: block;
}

/* ===========================================
   BOTÃO
   =========================================== */
.btn-primary,
.wpcf7 input[type=submit] {
  width: 100%;
  padding: 16px;
  background: #d4967d;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(160, 130, 109, 0.25);
}
.btn-primary:hover,
.wpcf7 input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(160, 130, 109, 0.35);
}

/* Botão maior na CTA */
.cta-section .btn-primary,
.cta-section .wpcf7 input[type=submit] {
  padding: 20px;
  font-size: 18px;
}

/* ===========================================
   MENSAGENS DE SUCESSO / ERRO DO CF7
   =========================================== */
.wpcf7-response-output {
  margin: 0 !important;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(56, 193, 114, 0.15);
  border-color: #38c172;
  color: #2f855a;
}
.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-validation-error {
  background: rgba(229, 62, 62, 0.15);
  border-color: #e53e3e;
  color: #742a2a;
}

/* Erros individuais */
span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #b83232;
  margin-top: 4px;
  display: block;
}

/* Remove borda de erro padrao do CF7 */
.wpcf7-not-valid {
  border-color: #e53e3e !important;
}

/* ===========================================
   FORMULÁRIO DENTRO DO HERO (CARD)
   =========================================== */
.hero .lp-form {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e8dfd0;
  border-radius: 24px;
  padding: 32px;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 50px -12px rgba(160, 130, 109, 0.05);
  max-width: 450px;
}

/* ===========================================
   FORMULÁRIO DENTRO DA CTA FINAL
   =========================================== */
.cta-form-card .lp-form {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 25px 50px rgba(160, 130, 109, 0.1);
  backdrop-filter: blur(20px);
}

.icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #faf8f6, #f0ebe3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #2c1810;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #f0ebe3;
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  height: 50px;
  width: auto;
}

.logo-title {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  color: #2c1810;
  letter-spacing: -0.01em;
}

.logo-subtitle {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a0826d;
  margin-top: -4px;
}

.header-link {
  color: #5c4033;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}

.header-link:hover {
  color: #a0826d;
}

/* Hero Section */
.hero {
  padding-top: 128px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #faf8f6, white);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a0826d;
  border: 1px solid rgba(160, 130, 109, 0.3);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.hero-title {
  font-size: 48px;
  color: #2c1810;
  margin-bottom: 24px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 60px;
  }
}
.hero-text {
  font-size: 18px;
  color: rgba(92, 64, 51, 0.8);
  margin-bottom: 40px;
  line-height: 1.7;
  max-width: 600px;
}

/* Form Card */
.form-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid #e8dfd0;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(160, 130, 109, 0.05);
  max-width: 450px;
}

.form-title {
  font-size: 28px;
  color: #2c1810;
  margin-bottom: 8px;
}

.form-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #c9a882, transparent);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 16px;
}

.form-input {
  width: 100%;
  padding: 16px 20px;
  background: #faf8f6;
  border: 1px solid #e8dfd0;
  border-radius: 12px;
  font-size: 15px;
  color: #2c1810;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
}

.form-input:focus {
  outline: none;
  border-color: #c9a882;
  box-shadow: 0 0 0 3px rgba(201, 168, 130, 0.1);
}

.form-input::placeholder {
  color: rgba(92, 64, 51, 0.4);
}

.btn-primary {
  width: 100%;
  padding: 16px;
  background: #d4967d;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(160, 130, 109, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(to right, #8b6f5c, #b39771);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(160, 130, 109, 0.35);
}

.form-privacy {
  font-size: 12px;
  color: rgba(92, 64, 51, 0.6);
  text-align: justify;
  margin-top: 12px;
}

/* Hero Image */
.hero-image-wrapper {
  position: relative;
}

.hero-image-glow {
  position: absolute;
  inset: -16px;
  background: linear-gradient(135deg, rgba(201, 168, 130, 0.2), rgba(160, 130, 109, 0.1));
  border-radius: 24px;
  filter: blur(40px);
}

.hero-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* Section Styles */
.section-white {
  background: white;
}

.section-light {
  background: #faf8f6;
}

.section-gradient {
  background: linear-gradient(to bottom, white, #faf8f6);
}

.section-header {
  text-align: justify;
  margin-bottom: 64px;
}

.section-title {
  font-size: 48px;
  color: #2c1810;
  margin-bottom: 16px;
  text-align: justify;
}

.section-divider {
  width: 64px;
  height: 2px;
  background: linear-gradient(to right, transparent, #c9a882, transparent);
  margin: 0;
}

.section-text {
  font-size: 18px;
  color: rgba(92, 64, 51, 0.8);
  line-height: 1.7;
  max-width: 800px;
  margin: 24px auto 0;
}

.txt {
  padding: 16px 0;
  text-align: justify;
}
.txt h2 {
  font-size: 48px;
  color: #2c1810;
  margin-bottom: 16px;
}

.shortcode {
  margin-top: 24px;
}

/* Icon Box */
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #faf8f6, #f0ebe3);
  border: 1px solid #e8dfd0;
  border-radius: 50%;
  margin-bottom: 32px;
}

.icon-box svg {
  width: 36px;
  height: 36px;
  color: #a0826d;
}

/* Grid Layouts */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}
/* Card */
.card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid #e8dfd0;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s;
  height: 100%;
}

.card:hover {
  border-color: rgba(201, 168, 130, 0.4);
  box-shadow: 0 20px 40px rgba(160, 130, 109, 0.08);
  transform: translateY(-4px);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #faf8f6, #f0ebe3);
  border: 1px solid #e8dfd0;
  border-radius: 16px;
  margin-bottom: 24px;
  transition: transform 0.3s;
}

.card:hover .card-icon {
  transform: scale(1.1);
}

.card-icon svg {
  width: 28px;
  height: 28px;
  color: #a0826d;
}

.card-text {
  font-size: 18px;
  color: #2c1810;
  line-height: 1.6;
}

/* White Card */
.white-card {
  background: white;
  border: 1px solid #e8dfd0;
  border-radius: 16px;
  padding: 40px;
  transition: all 0.3s;
  height: 100%;
  text-align: justify;
}

.white-card:hover {
  border-color: rgba(201, 168, 130, 0.4);
  box-shadow: 0 20px 40px rgba(160, 130, 109, 0.1);
  transform: translateY(-4px);
}

.white-card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #faf8f6, #f0ebe3);
  border: 1px solid #e8dfd0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s;
}

.white-card:hover .white-card-icon {
  transform: scale(1.1);
}

.white-card-icon svg {
  width: 36px;
  height: 36px;
  color: #a0826d;
}

/* Process Steps */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  position: relative;
}

@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.step {
  text-align: justify;
  position: relative;
}

.step-number {
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, #a0826d, #c9a882);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 20px 40px rgba(160, 130, 109, 0.2);
  position: relative;
  transition: transform 0.3s;
}

.step:hover .step-number {
  transform: scale(1.05);
}

.step-number::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(201, 168, 130, 0.3);
  border-radius: 50%;
  transform: scale(1.15);
}

.step-number span {
  font-size: 32px;
  color: white;
  font-family: "Cormorant Garamond", serif;
}

.step-text {
  font-size: 18px;
  color: #2c1810;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 auto;
}

/* Testimonials */
.testimonial-card {
  background: white;
  border: 1px solid #e8dfd0;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s;
  margin-bottom: 24px;
}

.testimonial-card:hover {
  border-color: rgba(201, 168, 130, 0.4);
  box-shadow: 0 20px 40px rgba(160, 130, 109, 0.08);
}

.quote-icon {
  width: 32px;
  height: 32px;
  color: #c9a882;
  opacity: 0.4;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 18px;
  color: #2c1810;
  line-height: 1.6;
  margin-bottom: 16px;
}

.testimonial-author {
  font-size: 14px;
  color: rgba(92, 64, 51, 0.7);
}

.star-rating {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

.star {
  width: 14px;
  height: 14px;
  color: #c9a882;
  fill: #c9a882;
}

/* Before/After */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.before-after-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e8dfd0;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.before-after-item {
  position: relative;
}

.before-after-label {
  position: absolute;
  top: 16px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 0.05em;
  border: 1px solid #e8dfd0;
}

.label-before {
  left: 16px;
  color: #5c4033;
}

.label-after {
  right: 16px;
  background: #d4967d;
  color: white;
  border: none;
}

.before-after-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

/* Trust Indicators */
.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  text-align: justify;
}

@media (min-width: 768px) {
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.trust-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, white, #faf8f6);
  border: 1px solid #e8dfd0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 10px 25px rgba(160, 130, 109, 0.05);
  transition: all 0.3s;
}

.trust-icon:hover {
  transform: scale(1.1);
  border-color: rgba(201, 168, 130, 0.4);
}

.trust-icon svg {
  width: 36px;
  height: 36px;
  color: #a0826d;
}

.trust-text {
  font-size: 18px;
  color: #2c1810;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 auto;
}

/* Final CTA */
.cta-section {
  padding: 128px 0;
  background: linear-gradient(135deg, #faf8f6, #f0ebe3, #e8dfd0);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent);
  filter: blur(80px);
}

.cta-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 168, 130, 0.1), transparent);
  filter: blur(80px);
}

.cta-container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.cta-header {
  text-align: justify;
  margin-bottom: 48px;
}

.cta-title {
  font-size: 56px;
  color: #2c1810;
  margin-bottom: 24px;
  line-height: 1.1;
}

.cta-text {
  font-size: 18px;
  color: rgba(92, 64, 51, 0.8);
  line-height: 1.7;
  max-width: 600px;
  margin: 24px 0;
}

.cta-form-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 25px 50px rgba(160, 130, 109, 0.1);
}

/* Footer */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-logo-img {
  height: 80px;
  width: auto;
  margin-bottom: 16px;
}

.footer-logo-title {
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 4px;
}

.footer-logo-subtitle {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a882;
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 24px 0;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.social-link:hover {
  background: #c9a882;
  transform: scale(1.1);
}

.social-link svg {
  width: 16px;
  height: 16px;
  color: white;
}

.footer-title {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 24px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact:hover {
  color: #c9a882;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 16px;
  height: 16px;
}

.schedule-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.schedule-time {
  color: #c9a882;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.footer-link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #c9a882;
}

/* Success Message */
.success-message {
  text-align: justify;
  padding: 32px 0;
}

.success-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #a0826d, #c9a882);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.success-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}

.success-title {
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  color: #2c1810;
  margin-bottom: 12px;
}

.success-text {
  color: rgba(92, 64, 51, 0.7);
}

.hidden {
  display: none;
}

.txtResultados h2 {
  font-size: 48px;
  color: #2c1810;
  margin-bottom: 16px;
  text-align: justify;
}
.txtResultados p {
  font-size: 18px;
  color: rgba(92, 64, 51, 0.8);
  margin-bottom: 40px;
  line-height: 1.7;
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 1199px) {
  .imgEffect {
    width: 100%;
  }
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.imgFilter {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.imgFilter:hover {
  filter: grayscale(0%);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.295);
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 24px 0;
  background: #e5e3dc;
}
.header.headerLP {
  background: white;
  padding: 4px 0;
}
.header.headerLP .logo {
  max-width: 370px;
}
@media (max-width: 767px) {
  .header.headerLP .logo {
    max-width: 180px;
  }
}
.header.headerLP .headerRight {
  display: flex !important;
}
.header.headerLP .headerRight a {
  color: rgba(92, 64, 51, 0.8);
}
@media (max-width: 767px) {
  .header.headerLP .headerRight a {
    font-size: 14px;
  }
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header > .container {
    max-width: 1440px;
  }
}
.header__top {
  border-bottom: 1px solid #d4967d;
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .header__top {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__bottom {
    margin-bottom: -24px;
    transition: margin-bottom 0.3s ease;
  }
}
@media (max-width: 1199px) {
  .header__bottom > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .header__bottom .logo.desk {
    display: none;
  }
}
.header__bottom .logo.mob {
  display: none;
}
@media (max-width: 1199px) {
  .header__bottom .logo.mob {
    display: block;
  }
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .headerTop {
  background: white;
  padding: 24px 0;
}
.header .headerRight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header .headerRight.desktop {
    display: none;
  }
}
.header .headerRight.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .header .headerRight.mobile {
    display: flex;
    flex-direction: column;
  }
}
.header .headerRight .redes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 370px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 190px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
  }
  .header nav.active {
    display: block;
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.header .primary-menu li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #1d1d1d;
  }
}
@media (max-width: 1199px) {
  .header .primary-menu li > .sub-menu {
    padding-top: 16px;
    padding-left: 16px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .header .primary-menu li > .sub-menu {
    position: absolute;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    padding: 16px 8px;
    z-index: 2;
    border-radius: 0 0 8px 8px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
  .header .primary-menu li > .sub-menu li a {
    padding: 8px 16px;
    font-size: 16px;
  }
  .header .primary-menu li > .sub-menu li a:hover {
    background: #d4967d;
    color: white;
  }
  .header .primary-menu li:hover > .sub-menu {
    display: block;
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 80px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.banner h1 {
  color: white;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: justify;
}
.banner__txt {
  max-width: 800px;
  margin: 0 auto;
}
.banner__txt * {
  color: white;
}
.banner__txt p {
  font-size: 18px;
  line-height: 25px;
}
.banner .boxBanner .btnBanner {
  margin: 30px 0;
}