@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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: #3a3a32;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 160%;
}

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

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

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

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

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

h4 {
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 160%;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

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

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

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

.btn {
  border-radius: 4px;
  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(58, 58, 50, 0.15) !important;
}

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

*::-webkit-scrollbar-thumb:hover {
  background: rgba(26, 26, 22, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(26, 26, 22, 0.75) !important;
}

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

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

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

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

.footer {
  background: #fdfdfb;
}
.footer__top {
  padding: 60px 0 90px;
}
.footer__top * {
  color: #3a3a32;
}
.footer__top h4 {
  color: #1a1a16;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Playfair Display", serif;
}
.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;
  text-align: center;
}
.footer__top .logoFooter .txtLogo {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
  color: #3a3a32;
  margin-top: 16px;
}
.footer__top .logoFooter img:first-child {
  margin-bottom: 16px;
}
.footer__top .menuFooter .primary-menu li {
  margin-bottom: 12px;
}
.footer__top .menuFooter .primary-menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #3a3a32;
  transition: color 0.3s ease;
}
.footer__top .menuFooter .primary-menu li a:hover {
  color: #d4af8c;
}
.footer__top .btnsFooter {
  text-align: center;
}
.footer__top .btnsFooter .btnFooter {
  background: #d4af8c;
  padding: 12px 24px;
  display: inline-block;
  color: #1a1a16;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.footer__top .btnsFooter .btnFooter:hover {
  background: #c9a961;
  transform: translateY(-2px);
}
.footer__top .btnsFooter .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
.footer__top .btnsFooter .redes .redeSocial {
  transition: transform 0.3s ease;
}
.footer__top .btnsFooter .redes .redeSocial:hover {
  transform: translateY(-4px);
}
.footer__top .btnsFooter .newsLetter form label {
  display: none;
}
.footer__top .btnsFooter .newsLetter form input {
  width: 100%;
}
.footer__top .btnsFooter .newsLetter form input.tnp-submit {
  cursor: pointer;
}
.footer__bottom > .container {
  border-top: 1px solid #e5e5e0;
  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: #3a3a32;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.page-template-home .banner {
  position: relative;
}
.page-template-home .banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .page-template-home .banner {
    height: 500px;
    background-position: right;
  }
}
@media (min-width: 1200px) {
  .page-template-home .banner {
    height: 100vh;
    background-position: right;
  }
}
.page-template-home .banner > .container {
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .page-template-home .banner > .container {
    justify-content: center;
    text-align: center;
  }
}
.page-template-home .banner .boxBanner {
  max-width: 605px;
}
.page-template-home .banner .boxBanner .btnsBanner {
  display: flex;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .page-template-home .banner .boxBanner .btnsBanner {
    justify-content: center;
    margin-top: 24px;
  }
}
.page-template-home .banner .boxBanner .btnsBanner .btnBanner {
  border-radius: 4px;
  background: #d4af8c;
  padding: 12px 32px;
  font-weight: 500;
  color: #1a1a16;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-template-home .banner .boxBanner .btnsBanner .btnBanner {
    padding: 10px 24px;
    font-size: 14px;
  }
}
.page-template-home .banner .boxBanner .btnsBanner .btnBanner:hover {
  background: #c9a961;
  transform: translateY(-2px);
}
.page-template-home .banner .boxBanner .btnsBanner .btnBanner:nth-child(2) {
  background: transparent;
  border: 2px solid #d4af8c;
  color: white;
}
.page-template-home .banner .boxBanner .btnsBanner .btnBanner:nth-child(2):hover {
  background: rgba(255, 255, 255, 0.1);
}

.homePage {
  background: #fdfdfb;
}
.homePage .section-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  color: #1a1a16;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .homePage .section-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.homePage .apresentacao {
  padding: 100px 0 80px;
  background: white;
  text-align: center;
}
.homePage .apresentacao__content {
  max-width: 800px;
  margin: 0 auto;
}
.homePage .apresentacao__content h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 24px;
}
.homePage .apresentacao__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3a3a32;
}
.homePage .atelier {
  padding: 80px 0;
  background: #fdfdfb;
}
.homePage .atelier__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1199px) {
  .homePage .atelier__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.homePage .atelier__img img {
  width: 100%;
  border-radius: 8px;
}
.homePage .atelier__txt h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 24px;
}
.homePage .atelier__txt p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3a3a32;
  margin-bottom: 16px;
}
.homePage .atelier__txt .btn {
  margin-top: 32px;
  background: #d4af8c;
  color: #1a1a16;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.homePage .atelier__txt .btn:hover {
  background: #c9a961;
  transform: translateY(-2px);
}
.homePage .colecoes {
  padding: 80px 0;
  background: white;
}
.homePage .colecoes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1199px) {
  .homePage .colecoes__grid {
    grid-template-columns: 1fr;
  }
}
.homePage .colecoes .colecao-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.homePage .colecoes .colecao-item__img {
  height: 700px;
  background-size: cover;
  position: relative;
}
.homePage .colecoes .colecao-item__img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}
.homePage .colecoes .colecao-item__content {
  padding: 32px;
  background: white;
}
.homePage .colecoes .colecao-item__content h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 16px;
}
.homePage .colecoes .colecao-item__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a32;
  margin-bottom: 24px;
}
.homePage .colecoes .colecao-item__content .btn {
  background: #d4af8c;
  color: #1a1a16;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.homePage .colecoes .colecao-item__content .btn:hover {
  background: #c9a961;
  transform: translateY(-2px);
}
.homePage .nossas-noivas {
  padding: 80px 0;
  background: #fdfdfb;
}
.homePage .nossas-noivas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .homePage .nossas-noivas__grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
  }
}
.homePage .nossas-noivas__carousel {
  padding: 0 50px;
  margin: 0 -12px;
  position: relative;
}
@media (max-width: 768px) {
  .homePage .nossas-noivas__carousel {
    padding: 0 40px;
    margin: 0 -8px;
  }
}
@media (max-width: 480px) {
  .homePage .nossas-noivas__carousel {
    padding: 0 30px;
  }
}
.homePage .nossas-noivas__carousel .slick-list {
  overflow: hidden;
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .homePage .nossas-noivas__carousel .slick-list {
    margin: 0 -8px;
  }
}
.homePage .nossas-noivas__carousel .slick-slide {
  padding: 0 12px;
  height: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .homePage .nossas-noivas__carousel .slick-slide {
    padding: 0 8px;
  }
}
.homePage .nossas-noivas__carousel .slick-slide > div {
  height: 100%;
  width: 100%;
}
.homePage .nossas-noivas__carousel .slick-track {
  display: flex;
  align-items: flex-start;
}
.homePage .nossas-noivas__carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 0;
  color: #1a1a16;
}
.homePage .nossas-noivas__carousel .slick-arrow:hover {
  background: #d4af8c;
  border-color: #d4af8c;
}
.homePage .nossas-noivas__carousel .slick-arrow.slick-prev {
  left: 0;
}
.homePage .nossas-noivas__carousel .slick-arrow.slick-prev::before {
  content: "←";
  font-size: 20px;
  color: #1a1a16;
}
.homePage .nossas-noivas__carousel .slick-arrow.slick-next {
  right: -16px;
}
.homePage .nossas-noivas__carousel .slick-arrow.slick-next::before {
  content: "→";
  font-size: 20px;
  color: #1a1a16;
}
.homePage .nossas-noivas__carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  list-style: none;
  padding: 0;
}
.homePage .nossas-noivas__carousel .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.homePage .nossas-noivas__carousel .slick-dots li.slick-active {
  background: #d4af8c;
  width: 32px;
  border-radius: 6px;
}
.homePage .nossas-noivas__carousel .slick-dots li button {
  display: none;
}
.homePage .nossas-noivas .noiva-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  aspect-ratio: 3/4;
}
@supports not (aspect-ratio: 3/4) {
  .homePage .nossas-noivas .noiva-item {
    height: 0;
    padding-bottom: 133.33%;
  }
}
.homePage .nossas-noivas .noiva-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 16px;
}
@supports not (aspect-ratio: 3/4) {
  .homePage .nossas-noivas .noiva-item__img {
    position: absolute;
  }
}
.homePage .nossas-noivas .noiva-item__img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  border-radius: 8px;
}
.homePage .nossas-noivas .noiva-item__img:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.homePage .testemunhos {
  padding: 80px 0;
  background: white;
  text-align: center;
}
.homePage .testemunhos__texto {
  max-width: 900px;
  margin: 0 auto 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3a3a32;
}
.homePage .testemunhos__texto * {
  color: #3a3a32;
}
.homePage .testemunhos__shortcode {
  max-width: 1200px;
  margin: 0 auto;
}
.homePage .braga-noivos {
  padding: 80px 0;
  background: #fdfdfb;
  text-align: center;
}
.homePage .braga-noivos__content {
  max-width: 800px;
  margin: 0 auto;
}
.homePage .braga-noivos__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3a3a32;
  margin-bottom: 32px;
}
.homePage .braga-noivos__img {
  margin-top: 40px;
}
.homePage .braga-noivos__img img {
  width: 100%;
  border-radius: 8px;
}
.homePage .chamada-final {
  padding: 100px 0;
  background: #e4e4e4;
  text-align: center;
}
.homePage .chamada-final p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #3a3a32;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.homePage .chamada-final .btn-large {
  background: #d4af8c;
  color: #1a1a16;
  padding: 16px 48px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 16px auto;
}
.homePage .chamada-final .btn-large:hover {
  background: #c9a961;
  transform: translateY(-2px);
}

.pageAgendamento .agendamentoHeader {
  text-align: center;
}
.pageAgendamento .agendamentoHeader .tabs {
  display: flex;
  gap: 20px;
  margin-top: 48px;
}
.pageAgendamento .agendamentoHeader .tabLink {
  background: none;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.pageAgendamento .agendamentoHeader .tabLink.active {
  border-color: #000;
}
.pageAgendamento .tabContent {
  display: none;
}
.pageAgendamento .tabContent.active {
  display: block;
}
.pageAgendamento .boxForm {
  background: #f7f7f7;
  border-radius: 12px;
}
.pageAgendamento .entrega {
  padding: 60px 0;
  background: #0a1e4d;
  position: relative;
  background-image: url("http://farmaciamatias.com/wp-content/uploads/2025/11/Background-2.png");
  background-size: 64px;
}
.pageAgendamento .entrega::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pageAgendamento .entrega * {
  color: #fff;
}
.pageAgendamento .entrega .entrega__grid {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.pageAgendamento .entrega .img img {
  width: 100%;
}

.pageAgendamento {
  padding: 60px 0;
  /* ---------------- TABS ---------------- */
  /* ---------------- BOX SUPERIOR ---------------- */
  /* ---------------- FORM GRID ---------------- */
  /* Full width fields */
  /* Two-column fields */
  /* One-column fields */
  /* Input base style */
  /* Linha separadora */
  /* ---------------- UPLOAD DE ARQUIVO ---------------- */
  /* ---------------- BOTÃO ENVIAR ---------------- */
  /* ---------------- RESPONSIVO ---------------- */
}
.pageAgendamento .tabs {
  display: flex;
  gap: 32px;
  margin-bottom: 20px;
}
.pageAgendamento .tabs button {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  color: #333;
}
.pageAgendamento .tabs button.active {
  color: #0a1e4d;
  font-weight: 600;
  border-bottom: 2px solid #0a1e4d;
}
.pageAgendamento .boxForm {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 30px;
}
.pageAgendamento .title {
  background: #1a1a16;
  padding: 16px;
  position: relative;
  background-image: url("http://farmaciamatias.com/wp-content/uploads/2025/11/Background-2.png");
  background-size: 64px;
}
.pageAgendamento .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pageAgendamento .title * {
  color: #fff;
  position: relative;
}
.pageAgendamento .title .title {
  position: relative;
}
.pageAgendamento .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  padding: 35px;
  padding-bottom: 15px;
  border: 1px solid #efe2e2;
  background: #fafafa;
}
@media (max-width: 767px) {
  .pageAgendamento .form-grid {
    padding: 16px;
  }
}
.pageAgendamento .col-2 {
  grid-column: span 1;
}
.pageAgendamento .col-1 {
  grid-column: span 1;
}
.pageAgendamento .full {
  grid-column: span 2;
}
.pageAgendamento .fullWidth {
  grid-column: span 4;
}
.pageAgendamento .form-grid label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
  font-size: 15px;
}
.pageAgendamento .form-grid input,
.pageAgendamento .form-grid textarea,
.pageAgendamento .form-grid select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}
.pageAgendamento .form-grid input:focus,
.pageAgendamento .form-grid textarea:focus {
  border-color: #0a1e4d;
}
.pageAgendamento textarea {
  resize: vertical;
  height: 52px;
}
.pageAgendamento .linha-separadora {
  grid-column: 1/span 4;
  height: 2px;
  background: #f1cace;
  margin: 10px 0;
}
.pageAgendamento .inputUploadWrapper {
  position: relative;
  grid-column: 1/span 4;
}
.pageAgendamento .inputUploadWrapper input[type=file] {
  padding-right: 55px;
}
.pageAgendamento .inputUploadWrapper .iconUpload {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  font-size: 18px;
}
.pageAgendamento .submit-area {
  grid-column: 1/span 4;
  text-align: center;
  margin-top: 10px;
}
.pageAgendamento .submit-area input[type=submit] {
  background: #55c786;
  color: #182752;
  padding: 12px 35px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  width: fit-content;
}
.pageAgendamento .submit-area input[type=submit]:hover {
  background: #45b474;
}
@media (max-width: 1024px) {
  .pageAgendamento .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageAgendamento .full {
    grid-column: 1/span 2;
  }
  .pageAgendamento .submit-area {
    grid-column: 1/span 2;
  }
  .pageAgendamento .inputUploadWrapper {
    grid-column: 1/span 2;
  }
}
@media (max-width: 600px) {
  .pageAgendamento .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pageAgendamento .col-2,
  .pageAgendamento .full,
  .pageAgendamento .col-1 {
    grid-column: 1;
  }
  .pageAgendamento .submit-area {
    grid-column: 1;
  }
  .pageAgendamento .inputUploadWrapper {
    grid-column: 1;
  }
}

.tabContentAgendamento {
  padding: 100px 0 0;
}

.contacto {
  background: #fdfdfb;
  padding-top: 80px;
}
.contacto .contacto__intro {
  padding: 100px 0 60px;
  background: white;
  text-align: center;
}
.contacto .contacto__intro .txt {
  max-width: 800px;
  margin: 0 auto;
}
.contacto .contacto__intro .txt h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 24px;
}
.contacto .contacto__intro .txt p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3a3a32;
}
.contacto .contactSection {
  padding: 60px 0;
  background: #fdfdfb;
}
.contacto .contactSection .contactWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1199px) {
  .contacto .contactSection .contactWrapper {
    grid-template-columns: 1fr;
  }
}
.contacto .contactSection .contactForm {
  background: white;
  border-radius: 8px;
}
.contacto .contactSection .contactForm h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 24px;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-row {
  margin-bottom: 20px;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group {
  position: relative;
  /* Correção para iOS Safari não exibir placeholder em inputs date */
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group label {
  display: none;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=text],
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=email],
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=tel],
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date],
.contacto .contactSection .contactForm .contact-form-wrapper .form-group textarea,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e5e0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a32;
  background: white;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=text]::placeholder,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=email]::placeholder,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=tel]::placeholder,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date]::placeholder,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group textarea::placeholder,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group select::placeholder {
  color: #a8a89a;
  opacity: 1;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=text]:focus,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=email]:focus,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=tel]:focus,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date]:focus,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group textarea:focus,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group select:focus {
  outline: none;
  border-color: #d4af8c;
  box-shadow: 0 0 0 3px rgba(212, 175, 140, 0.1);
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=text]:invalid:not(:placeholder-shown),
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=email]:invalid:not(:placeholder-shown),
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=tel]:invalid:not(:placeholder-shown),
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date]:invalid:not(:placeholder-shown),
.contacto .contactSection .contactForm .contact-form-wrapper .form-group textarea:invalid:not(:placeholder-shown),
.contacto .contactSection .contactForm .contact-form-wrapper .form-group select:invalid:not(:placeholder-shown) {
  border-color: #e74c3c;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date] {
  position: relative;
  color: transparent; /* esconde o valor vazio do iOS */
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date]:before {
  content: "dd/mm/aaaa" !important; /* placeholder personalizado */
  color: #a8a89a;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date]:focus {
  color: #3a3a32 !important; /* mostra o texto ao escolher a data */
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date]:focus:before,
.contacto .contactSection .contactForm .contact-form-wrapper .form-group input[type=date]:valid:before {
  content: "";
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group textarea {
  min-height: 120px;
  resize: vertical;
  font-family: "Open Sans", sans-serif;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1a16' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.contacto .contactSection .contactForm .contact-form-wrapper .checkbox-group label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3a3a32;
  cursor: pointer;
}
.contacto .contactSection .contactForm .contact-form-wrapper .checkbox-group label input[type=checkbox] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  cursor: pointer;
  accent-color: #d4af8c;
}
.contacto .contactSection .contactForm .contact-form-wrapper .checkbox-group label a {
  color: #d4af8c;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.contacto .contactSection .contactForm .contact-form-wrapper .checkbox-group label a:hover {
  color: #c9a961;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-submit-wrapper {
  margin-top: 32px;
  text-align: center;
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-submit-wrapper input[type=submit],
.contacto .contactSection .contactForm .contact-form-wrapper .form-submit-wrapper .wpcf7-submit {
  background: #d4af8c;
  color: #1a1a16;
  padding: 14px 48px;
  border: none;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-submit-wrapper input[type=submit]:hover,
.contacto .contactSection .contactForm .contact-form-wrapper .form-submit-wrapper .wpcf7-submit:hover {
  background: #c9a961;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contacto .contactSection .contactForm .contact-form-wrapper .form-submit-wrapper input[type=submit]:active,
.contacto .contactSection .contactForm .contact-form-wrapper .form-submit-wrapper .wpcf7-submit:active {
  transform: translateY(0);
}
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-validation-errors,
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-mail-sent-ok,
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-mail-sent-ng,
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-spam {
  padding: 12px 16px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-validation-errors {
  background: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
}
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #28a745;
  color: #155724;
}
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-mail-sent-ng,
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-spam {
  background: #f8d7da;
  border: 1px solid #dc3545;
  color: #721c24;
}
.contacto .contactSection .contactForm .contact-form-wrapper .ajax-loader {
  margin: 10px auto;
  display: block;
}
.contacto .contactSection .contactForm .contact-form-wrapper .wpcf7-validates-as-required::after {
  content: " *";
  color: #dc3545;
}
.contacto .contactSection .contactForm .wpcf7-form input[type=text],
.contacto .contactSection .contactForm .wpcf7-form input[type=email],
.contacto .contactSection .contactForm .wpcf7-form input[type=tel],
.contacto .contactSection .contactForm .wpcf7-form input[type=date],
.contacto .contactSection .contactForm .wpcf7-form textarea,
.contacto .contactSection .contactForm .wpcf7-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e5e0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.contacto .contactSection .contactForm .wpcf7-form input[type=text]:focus,
.contacto .contactSection .contactForm .wpcf7-form input[type=email]:focus,
.contacto .contactSection .contactForm .wpcf7-form input[type=tel]:focus,
.contacto .contactSection .contactForm .wpcf7-form input[type=date]:focus,
.contacto .contactSection .contactForm .wpcf7-form textarea:focus,
.contacto .contactSection .contactForm .wpcf7-form select:focus {
  outline: none;
  border-color: #d4af8c;
  box-shadow: 0 0 0 3px rgba(212, 175, 140, 0.1);
}
.contacto .contactSection .contactForm .wpcf7-form input[type=submit] {
  background: #d4af8c;
  color: #1a1a16;
  padding: 14px 48px;
  border: none;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
}
.contacto .contactSection .contactForm .wpcf7-form input[type=submit]:hover {
  background: #c9a961;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contacto .contactSection .contactInfo h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 24px;
}
.contacto .contactSection .contactInfo h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  color: #1a1a16;
  margin-top: 32px;
  margin-bottom: 12px;
}
.contacto .contactSection .contactInfo .tels {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #3a3a32;
  margin-bottom: 24px;
}
.contacto .contactSection .contactInfo .btnWhats {
  background: #25d366;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
.contacto .contactSection .contactInfo .btnWhats:hover {
  background: #20ba5a;
  transform: translateY(-2px);
}
.contacto .contactSection .contactInfo .morada,
.contacto .contactSection .contactInfo .horario {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a32;
}
.contacto .iframeMapa {
  padding: 0;
  background: white;
}
.contacto .iframeMapa .mapa iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.pageServicos .txt {
  text-align: center;
}
.pageServicos .servicos {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background-size: 64px;
}
.pageServicos .servicos .container {
  position: relative;
}
.pageServicos .servicos .servicos__slider {
  gap: 20px;
  padding-top: 60px;
}
.pageServicos .servicos .servicos__slider .slick-prev:before,
.pageServicos .servicos .servicos__slider .slick-next:before {
  color: #182752;
  font-size: 32px;
  opacity: 1;
}
.pageServicos .servicos .servicos__slider .slick-prev {
  left: -32px;
}
.pageServicos .servicos .servicos__slider .slick-dots {
  display: none !important;
}
@media (max-width: 767px) {
  .pageServicos .servicos .servicos__slider {
    padding: 60px 24px 0;
  }
  .pageServicos .servicos .servicos__slider .slick-prev {
    left: 0;
  }
  .pageServicos .servicos .servicos__slider .slick-next {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .pageServicos .servicos .servicoItem {
    margin: 0 8px;
  }
}
.pageServicos .servicos .servicoItem .imgBox {
  background-size: cover;
  background-position: center;
  height: 311px;
  border-radius: 15px;
  position: relative;
}
.pageServicos .servicos .servicoItem .imgBox .btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.pageServicos .servicos .servicoItem .info {
  padding-top: 20px;
}
.pageServicos .servicos .servicoItem .info .title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.pageServicos .servicos .servicoItem .info .title h3 {
  margin: 0;
}
.pageServicos .servicos .servicoItem .info .title .separator {
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 600;
}
.pageServicos .servicos .servicoItem .info p {
  text-align: left;
}
.pageServicos .servicos .servicoItem .btn {
  border-radius: 15px;
  background: #77e6a8;
  color: #182752;
  font-weight: 700;
}
.pageServicos .servicos .img img {
  width: 100%;
}
.pageServicos .destaque {
  background: #1a1a16;
  padding: 60px 0;
}
.pageServicos .destaque__grid {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  .pageServicos .destaque__grid {
    flex-direction: column-reverse;
  }
}
.pageServicos .destaque__grid .txt {
  text-align: left;
}
.pageServicos .destaque__grid .txt * {
  color: white;
}
.pageServicos .pageAgendamento {
  padding: 0 0 60px;
  /* ---------------- TABS ---------------- */
  /* ---------------- BOX SUPERIOR ---------------- */
  /* ---------------- FORM GRID ---------------- */
  /* Full width fields */
  /* Two-column fields */
  /* One-column fields */
  /* Input base style */
  /* Linha separadora */
  /* ---------------- UPLOAD DE ARQUIVO ---------------- */
  /* ---------------- BOTÃO ENVIAR ---------------- */
  /* ---------------- RESPONSIVO ---------------- */
}
.pageServicos .pageAgendamento .tabContentAgendamento {
  padding: 0;
}
.pageServicos .pageAgendamento .tabs {
  display: flex;
  gap: 32px;
  margin-bottom: 20px;
}
.pageServicos .pageAgendamento .tabs button {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  color: #333;
}
.pageServicos .pageAgendamento .tabs button.active {
  color: #0a1e4d;
  font-weight: 600;
  border-bottom: 2px solid #0a1e4d;
}
.pageServicos .pageAgendamento .boxForm {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 30px;
}
.pageServicos .pageAgendamento .title {
  background: #1a1a16;
  padding: 16px;
  position: relative;
  background-image: url("http://farmaciamatias.com/wp-content/uploads/2025/11/Background-2.png");
  background-size: 64px;
}
.pageServicos .pageAgendamento .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pageServicos .pageAgendamento .title * {
  color: #fff;
  position: relative;
}
.pageServicos .pageAgendamento .title .title {
  position: relative;
}
.pageServicos .pageAgendamento .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  padding: 35px;
  padding-bottom: 15px;
  border: 1px solid #efe2e2;
  background: #fafafa;
}
@media (max-width: 767px) {
  .pageServicos .pageAgendamento .form-grid {
    padding: 16px;
  }
}
.pageServicos .pageAgendamento .col-2 {
  grid-column: span 1;
}
.pageServicos .pageAgendamento .col-1 {
  grid-column: span 1;
}
.pageServicos .pageAgendamento .full {
  grid-column: span 2;
}
.pageServicos .pageAgendamento .fullWidth {
  grid-column: span 4;
}
.pageServicos .pageAgendamento .form-grid label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
  font-size: 15px;
}
.pageServicos .pageAgendamento .form-grid input,
.pageServicos .pageAgendamento .form-grid textarea,
.pageServicos .pageAgendamento .form-grid select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}
.pageServicos .pageAgendamento .form-grid input:focus,
.pageServicos .pageAgendamento .form-grid textarea:focus {
  border-color: #0a1e4d;
}
.pageServicos .pageAgendamento textarea {
  resize: vertical;
  height: 52px;
}
.pageServicos .pageAgendamento .linha-separadora {
  grid-column: 1/span 4;
  height: 2px;
  background: #f1cace;
  margin: 10px 0;
}
.pageServicos .pageAgendamento .inputUploadWrapper {
  position: relative;
  grid-column: 1/span 4;
}
.pageServicos .pageAgendamento .inputUploadWrapper input[type=file] {
  padding-right: 55px;
}
.pageServicos .pageAgendamento .inputUploadWrapper .iconUpload {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  font-size: 18px;
}
.pageServicos .pageAgendamento .submit-area {
  grid-column: 1/span 4;
  text-align: center;
  margin-top: 10px;
}
.pageServicos .pageAgendamento .submit-area input[type=submit] {
  background: #55c786;
  color: #182752;
  padding: 12px 35px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  width: fit-content;
}
.pageServicos .pageAgendamento .submit-area input[type=submit]:hover {
  background: #45b474;
}
@media (max-width: 1024px) {
  .pageServicos .pageAgendamento .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageServicos .pageAgendamento .full {
    grid-column: 1/span 2;
  }
  .pageServicos .pageAgendamento .submit-area {
    grid-column: 1/span 2;
  }
  .pageServicos .pageAgendamento .inputUploadWrapper {
    grid-column: 1/span 2;
  }
}
@media (max-width: 600px) {
  .pageServicos .pageAgendamento .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pageServicos .pageAgendamento .col-2,
  .pageServicos .pageAgendamento .full,
  .pageServicos .pageAgendamento .col-1 {
    grid-column: 1;
  }
  .pageServicos .pageAgendamento .submit-area {
    grid-column: 1;
  }
  .pageServicos .pageAgendamento .inputUploadWrapper {
    grid-column: 1;
  }
}

.pageBlog {
  padding: 62px 0 0;
  background: #f3f3f3;
  border-bottom: 20px solid #d4af8c;
}
.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: center;
  padding: 48px 0;
}
.pageBlog__blog .titleBlog {
  text-align: center;
}
.pageBlog__blog__txt {
  text-align: center;
}
.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: #1a1a16;
  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: center;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
  text-align: center;
}
.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: center;
}
.pageBlog__img__content h2 {
  color: #fff;
  text-align: center;
  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: "Playfair 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: center;
  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: center;
}
.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: #1a1a16;
  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: center;
  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;
  }
}

.page-vestidos {
  background: #fdfdfb;
}
.page-vestidos .vestidos-intro {
  padding: 80px 0 48px;
  background: white;
  text-align: center;
}
.page-vestidos .vestidos-intro__content {
  max-width: 800px;
  margin: 0 auto;
}
.page-vestidos .vestidos-intro__content h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 24px;
  font-style: italic;
}
.page-vestidos .vestidos-intro__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3a3a32;
}
.page-vestidos .vestidos-filtros {
  padding: 0 0 48px;
  background: #fdfdfb;
}
.page-vestidos .vestidos-filtros .filtros {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page-vestidos .vestidos-filtros .filtros .filtro-categoria-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-vestidos .vestidos-filtros .filtros .filtro-btn {
  padding: 10px 24px;
  background: white;
  border: 1px solid #e5e5e0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3a3a32;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.page-vestidos .vestidos-filtros .filtros .filtro-btn:hover, .page-vestidos .vestidos-filtros .filtros .filtro-btn.active {
  background: #d4af8c;
  color: #1a1a16;
  border-color: #d4af8c;
}
.page-vestidos .vestidos-filtros .filtros .filtro-btn .filtro-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.page-vestidos .vestidos-filtros .filtros .filtro-btn.is-expanded .filtro-arrow {
  transform: rotate(180deg);
}
.page-vestidos .vestidos-filtros .filtros .filtro-principal {
  font-weight: 600;
  position: relative;
}
.page-vestidos .vestidos-filtros .filtros .filtro-subcategorias {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: white;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
  min-width: 200px;
  margin-top: 0;
}
.page-vestidos .vestidos-filtros .filtros .filtro-subcategorias.is-open {
  max-height: 500px;
  opacity: 1;
  padding: 8px;
  margin-top: 8px;
}
.page-vestidos .vestidos-filtros .filtros .filtro-subcategorias .filtro-subcategoria {
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  width: 100%;
  justify-content: flex-start;
  border: 1px solid transparent;
  background: #fdfdfb;
}
.page-vestidos .vestidos-filtros .filtros .filtro-subcategorias .filtro-subcategoria:hover {
  background: #d4af8c;
  border-color: #d4af8c;
}
.page-vestidos .vestidos-filtros .filtros .filtro-subcategorias .filtro-subcategoria.active {
  background: #d4af8c;
  color: #1a1a16;
  border-color: #d4af8c;
}
.page-vestidos .vestidos-galeria {
  padding: 60px 0 80px;
  background: white;
}
.page-vestidos .vestidos-galeria .vestidos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .page-vestidos .vestidos-galeria .vestidos-grid {
    grid-template-columns: 1fr;
  }
}
.page-vestidos .vestidos-galeria .vestido-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-vestidos .vestidos-galeria .vestido-item__img img {
  width: 100%;
  height: auto;
  max-height: 510px;
}
.page-vestidos .vestidos-galeria .vestido-item__content {
  padding: 24px;
}
.page-vestidos .vestidos-galeria .vestido-item__content h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 12px;
}
.page-vestidos .vestidos-galeria .vestido-item__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a32;
  margin-bottom: 20px;
}
.page-vestidos .vestidos-galeria .vestido-item__content .btn {
  background: #d4af8c;
  color: #1a1a16;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.page-vestidos .vestidos-galeria .vestido-item__content .btn:hover {
  background: #c9a961;
  transform: translateY(-2px);
}
.page-vestidos .vestidos-destaques {
  padding: 80px 0;
  background: #f7f4f0;
}
.page-vestidos .vestidos-destaques .destaques-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  text-align: center;
}
.page-vestidos .vestidos-destaques .destaques-grid .destaque-item {
  background: white;
  padding: 16px;
  border-radius: 8px;
}
.page-vestidos .vestidos-destaques .destaques-grid .destaque-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 16px;
}
.page-vestidos .vestidos-destaques .destaques-grid .destaque-item p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a32;
}

.single-vestido {
  background: #fdfdfb;
}
.single-vestido .single-vestido-content {
  padding: 60px 0;
}
.single-vestido .vestido-breadcrumb {
  margin-bottom: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #3a3a32;
}
.single-vestido .vestido-breadcrumb a {
  color: #d4af8c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-vestido .vestido-breadcrumb a:hover {
  color: #c9a961;
}
.single-vestido .vestido-breadcrumb span {
  margin: 0 8px;
  color: #a8a89a;
}
.single-vestido .vestido-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1199px) {
  .single-vestido .vestido-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.single-vestido .vestido-galeria {
  position: sticky;
  top: 80px;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1199px) {
  .single-vestido .vestido-galeria {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
.single-vestido .vestido-galeria-main {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 520px;
  width: 100%;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single-vestido .vestido-galeria-main img {
  display: block;
  max-width: 100%;
  max-height: 680px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  background: transparent !important;
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-main img {
    max-height: 380px;
  }
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-main {
    min-height: 350px;
    max-width: 100%;
  }
}
.single-vestido .vestido-galeria-slick .slick-list {
  border-radius: 10px;
  overflow: hidden;
  min-height: 580px;
  max-height: 700px;
  display: flex;
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-slick .slick-list {
    min-height: 350px;
    max-height: 400px;
  }
}
.single-vestido .vestido-galeria-slick .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 580px;
  background: transparent;
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-slick .slick-slide {
    min-height: 350px;
  }
}
.single-vestido .vestido-galeria-slick .slick-slide img {
  display: block;
  max-width: 100%;
  max-height: 680px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  background: transparent !important;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.single-vestido .vestido-galeria-slick .slick-slide img:hover {
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-slick .slick-slide img {
    max-height: 380px;
  }
}
.single-vestido .vestido-galeria-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 0;
  color: #1a1a16;
}
.single-vestido .vestido-galeria-slick .slick-arrow:hover {
  background: #d4af8c;
  border-color: #d4af8c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.11);
  transform: translateY(-50%) scale(1.07);
}
.single-vestido .vestido-galeria-slick .slick-arrow span {
  font-size: 25px;
  line-height: 1;
  color: #1a1a16;
  transition: color 0.2s ease;
}
.single-vestido .vestido-galeria-slick .slick-arrow:hover span {
  color: white;
}
.single-vestido .vestido-galeria-slick .slick-arrow.slick-prev {
  left: 12px;
}
.single-vestido .vestido-galeria-slick .slick-arrow.slick-next {
  right: 12px;
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-slick .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .single-vestido .vestido-galeria-slick .slick-arrow span {
    font-size: 19px;
  }
  .single-vestido .vestido-galeria-slick .slick-arrow.slick-prev {
    left: 4px;
  }
  .single-vestido .vestido-galeria-slick .slick-arrow.slick-next {
    right: 4px;
  }
}
.single-vestido .vestido-galeria-single {
  width: 100%;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-single {
    min-height: 350px;
  }
}
.single-vestido .vestido-galeria-single img {
  display: block;
  max-width: 100%;
  max-height: 680px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: transparent !important;
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-single img {
    max-height: 380px;
  }
}
.single-vestido .vestido-galeria-thumbs {
  margin-top: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.single-vestido .vestido-galeria-thumbs .slick-list {
  margin: 0 -6px;
  padding: 0 !important;
}
.single-vestido .vestido-galeria-thumbs .slick-slide {
  padding: 0 6px;
  cursor: pointer;
}
.single-vestido .vestido-galeria-thumbs .slick-slide img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  opacity: 0.7;
  transition: opacity 0.24s, border-color 0.24s;
  border: 2px solid transparent;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .single-vestido .vestido-galeria-thumbs .slick-slide img {
    width: 54px;
    height: 54px;
  }
}
.single-vestido .vestido-galeria-thumbs .slick-slide.slick-current img, .single-vestido .vestido-galeria-thumbs .slick-slide:hover img {
  opacity: 1;
  border-color: #d4af8c;
  background: white;
}
.single-vestido .vestido-galeria-thumbs img {
  cursor: pointer;
}
.single-vestido .vestido-zoom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.single-vestido .vestido-zoom-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.single-vestido .vestido-zoom-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(4px);
}
.single-vestido .vestido-zoom-modal-content {
  position: relative;
  z-index: 10000;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-vestido .vestido-zoom-modal-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  overflow: hidden;
  position: relative;
  cursor: default;
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal-image-wrapper {
    padding: 40px 20px;
  }
}
.single-vestido .vestido-zoom-modal-image-wrapper img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.single-vestido .vestido-zoom-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 1;
  color: #1a1a16;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10001;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.single-vestido .vestido-zoom-modal-close:hover {
  background: #d4af8c;
  color: white;
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal-close {
    width: 40px;
    height: 40px;
    font-size: 28px;
    top: 10px;
    right: 10px;
  }
}
.single-vestido .vestido-zoom-modal .vestido-zoom-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 8px;
  z-index: 10001;
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal .vestido-zoom-controls {
    top: 10px;
    left: 10px;
    gap: 6px;
  }
}
.single-vestido .vestido-zoom-modal .vestido-zoom-controls button {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 1;
  color: #1a1a16;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  font-weight: 300;
}
.single-vestido .vestido-zoom-modal .vestido-zoom-controls button:hover:not(:disabled) {
  background: #d4af8c;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.single-vestido .vestido-zoom-modal .vestido-zoom-controls button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal .vestido-zoom-controls button {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
.single-vestido .vestido-zoom-modal .vestido-zoom-controls .vestido-zoom-in {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal .vestido-zoom-controls .vestido-zoom-in {
    font-size: 22px;
  }
}
.single-vestido .vestido-zoom-modal .vestido-zoom-controls .vestido-zoom-out {
  font-size: 32px;
  font-weight: 300;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal .vestido-zoom-controls .vestido-zoom-out {
    font-size: 26px;
  }
}
.single-vestido .vestido-zoom-modal .vestido-zoom-controls .vestido-zoom-reset {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal .vestido-zoom-controls .vestido-zoom-reset {
    font-size: 18px;
  }
}
.single-vestido .vestido-zoom-modal-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 20px;
  z-index: 10000;
}
.single-vestido .vestido-zoom-modal-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 36px;
  line-height: 1;
  color: #1a1a16;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  position: relative;
}
.single-vestido .vestido-zoom-modal-nav button:hover {
  background: #d4af8c;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .single-vestido .vestido-zoom-modal-nav button {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
}
.single-vestido .vestido-zoom-modal-nav .vestido-zoom-modal-prev {
  left: 20px;
}
.single-vestido .vestido-zoom-modal-nav .vestido-zoom-modal-next {
  right: 20px;
}
.single-vestido .vestido-info {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.09);
}
@media (max-width: 768px) {
  .single-vestido .vestido-info {
    padding: 22px;
  }
}
.single-vestido .vestido-info .vestido-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e0;
}
.single-vestido .vestido-info .vestido-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .single-vestido .vestido-info .vestido-header h1 {
    font-size: 32px;
  }
}
.single-vestido .vestido-info .vestido-header .vestido-categorias {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single-vestido .vestido-info .vestido-header .vestido-categorias .vestido-categoria {
  display: inline-block;
  padding: 6px 16px;
  background: #d4af8c;
  color: #1a1a16;
  border-radius: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.single-vestido .vestido-info .vestido-descricao {
  margin-bottom: 32px;
}
.single-vestido .vestido-info .vestido-descricao p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #3a3a32;
}
.single-vestido .vestido-info .vestido-detalhes {
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #e5e5e0;
}
.single-vestido .vestido-info .vestido-detalhes h2 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 16px;
}
.single-vestido .vestido-info .vestido-detalhes-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a32;
}
.single-vestido .vestido-info .vestido-detalhes-content p {
  margin-bottom: 16px;
}
.single-vestido .vestido-info .vestido-detalhes-content ul,
.single-vestido .vestido-info .vestido-detalhes-content ol {
  margin-left: 24px;
  margin-bottom: 16px;
}
.single-vestido .vestido-info .vestido-detalhes-content li {
  margin-bottom: 8px;
}
.single-vestido .vestido-info .vestido-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid #e5e5e0;
}
.single-vestido .vestido-info .vestido-actions .btn {
  padding: 14px 32px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}
.single-vestido .vestido-info .vestido-actions .btn.btn-primary {
  background: #d4af8c;
  color: #1a1a16;
}
.single-vestido .vestido-info .vestido-actions .btn.btn-primary:hover {
  background: #c9a961;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.single-vestido .vestido-info .vestido-actions .btn.btn-secondary {
  background: white;
  color: #3a3a32;
  border: 1px solid #e5e5e0;
}
.single-vestido .vestido-info .vestido-actions .btn.btn-secondary:hover {
  border-color: #d4af8c;
  color: #d4af8c;
  transform: translateY(-2px);
}
@media (max-width: 480px) {
  .single-vestido .vestido-info .vestido-actions .btn {
    width: 100%;
  }
}

.page-sobre-nos {
  background: #fdfdfb;
}
.page-sobre-nos .sobre-historia {
  padding: 80px 0;
  background: white;
}
.page-sobre-nos .sobre-historia__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.page-sobre-nos .sobre-historia__content h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 32px;
}
.page-sobre-nos .sobre-historia__content__texto {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #3a3a32;
}
.page-sobre-nos .sobre-historia__content__texto p {
  margin-bottom: 20px;
}
.page-sobre-nos .sobre-timeline {
  padding: 80px 0;
  background: #fdfdfb;
}
.page-sobre-nos .sobre-timeline .timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
@media (max-width: 767px) {
  .page-sobre-nos .sobre-timeline .timeline-grid {
    grid-template-columns: 1fr;
  }
}
.page-sobre-nos .sobre-timeline .timeline-slick-carousel-wrapper {
  position: relative;
  padding: 0 60px;
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .page-sobre-nos .sobre-timeline .timeline-slick-carousel-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .page-sobre-nos .sobre-timeline .timeline-slick-carousel-wrapper {
    padding: 0 40px;
  }
}
.page-sobre-nos .sobre-timeline .timeline-slick .slick-list {
  overflow: hidden;
  margin: 0 -12px;
}
.page-sobre-nos .sobre-timeline .timeline-slick .slick-slide {
  padding: 0 12px;
  height: auto;
  box-sizing: border-box;
}
.page-sobre-nos .sobre-timeline .timeline-slick .slick-slide > div {
  height: 100%;
  width: 100%;
}
.page-sobre-nos .sobre-timeline .timeline-slick .slick-track {
  display: flex;
  align-items: stretch;
}
.page-sobre-nos .sobre-timeline .timeline-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 0;
  color: #1a1a16;
  padding: 0;
  margin: 0;
}
.page-sobre-nos .sobre-timeline .timeline-arrow:hover {
  background: #d4af8c;
  border-color: #d4af8c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05);
}
.page-sobre-nos .sobre-timeline .timeline-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.page-sobre-nos .sobre-timeline .timeline-arrow span {
  font-size: 24px;
  line-height: 1;
  color: #1a1a16;
  transition: color 0.3s ease;
}
.page-sobre-nos .sobre-timeline .timeline-arrow:hover span {
  color: white;
}
.page-sobre-nos .sobre-timeline .timeline-arrow.timeline-prev {
  left: 0;
}
.page-sobre-nos .sobre-timeline .timeline-arrow.timeline-next {
  right: 0;
}
@media (max-width: 768px) {
  .page-sobre-nos .sobre-timeline .timeline-arrow {
    width: 40px;
    height: 40px;
  }
  .page-sobre-nos .sobre-timeline .timeline-arrow span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page-sobre-nos .sobre-timeline .timeline-arrow {
    width: 36px;
    height: 36px;
  }
  .page-sobre-nos .sobre-timeline .timeline-arrow span {
    font-size: 18px;
  }
}
.page-sobre-nos .sobre-timeline .timeline-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-sobre-nos .sobre-timeline .timeline-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.page-sobre-nos .sobre-timeline .timeline-item__img {
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #faf8f2;
  position: relative;
}
@media (max-width: 768px) {
  .page-sobre-nos .sobre-timeline .timeline-item__img {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .page-sobre-nos .sobre-timeline .timeline-item__img {
    height: 240px;
  }
}
.page-sobre-nos .sobre-timeline .timeline-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
  transition: transform 0.3s ease;
}
.page-sobre-nos .sobre-timeline .timeline-item__img:hover img {
  transform: scale(1.05);
}
.page-sobre-nos .sobre-timeline .timeline-item__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-sobre-nos .sobre-timeline .timeline-item__content h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #1a1a16;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .page-sobre-nos .sobre-timeline .timeline-item__content h3 {
    font-size: 28px;
  }
}
.page-sobre-nos .sobre-timeline .timeline-item__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a32;
  margin: 0;
}
.page-sobre-nos .sobre-familia {
  padding: 80px 0;
  background: white;
}
.page-sobre-nos .sobre-familia .section-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  color: #1a1a16;
  margin-bottom: 48px;
}
.page-sobre-nos .sobre-familia .familia-content {
  margin: 0 auto;
  display: flex;
  gap: 100px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .page-sobre-nos .sobre-familia .familia-content {
    flex-direction: column-reverse;
    gap: 48px;
  }
}
.page-sobre-nos .sobre-familia .familia-content .familia-img {
  max-width: 512px;
}
@media (max-width: 1199px) {
  .page-sobre-nos .sobre-familia .familia-content .familia-img {
    max-width: 100%;
  }
}
.page-sobre-nos .sobre-familia .familia-content .familia-img img {
  width: 100%;
  border-radius: 8px;
}
.page-sobre-nos .sobre-familia .familia-content .familia-texto {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #3a3a32;
  max-width: 430px;
}
@media (max-width: 1199px) {
  .page-sobre-nos .sobre-familia .familia-content .familia-texto {
    max-width: 100%;
  }
}

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

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

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

.cardEffect {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  background: white;
}
.cardEffect:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.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 rgba(0, 0, 0, 0.05);
  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;
}
.header .headerRight .btn {
  border-radius: 4px;
  background: #d4af8c;
  color: #1a1a16;
  border: none;
  padding: 10px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.header .headerRight .btn:hover {
  background: #c9a961;
  transform: translateY(-2px);
}
@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 .logo-text {
  color: white;
  font-family: "Playfair Display", serif;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 140px;
  }
}
@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;
  color: white;
  transition: color 0.3s ease;
}
.header .primary-menu li a:hover {
  color: #d4af8c;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #3a3a32;
  }
}
@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: #f5e6d3;
    color: #1a1a16;
  }
  .header .primary-menu li:hover > .sub-menu {
    display: block;
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
.banner::before {
  content: "" !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  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: center;
}
.banner h1 {
  color: white;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.banner__txt * {
  color: white;
}
.banner__txt p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
}
.content-default {
  padding: 150px 0 32px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation: fadeIn 0.6s ease-out;
}

.page-template-page-default .header,
.page-template-contato .header {
  background: rgba(26, 26, 22, 0.4392156863);
}