@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");
.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: #101010;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  color: #101010;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #b9a16b;
}

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

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #b9a16b;
}

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

h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}
@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: #101010;
}
a:hover {
  opacity: 0.7;
}

.btn {
  background: #b9a16b;
  border-radius: 8px;
  padding: 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  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);
}

.btn:hover {
  background: linear-gradient(135deg, #b9a16b 0%, #b9a16b 100%);
  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(16, 16, 16, 0.15) !important;
}

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

*::-webkit-scrollbar-thumb:hover {
  background: rgba(185, 161, 107, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(185, 161, 107, 0.75) !important;
}

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

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

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

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

.woocommerce-page > .container {
  padding-top: 240px;
}
.woocommerce-page .woocommerce-ordering select {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
  background: transparent;
}

.woocommerce-cart .header,
.woocommerce-checkout .header,
.woocommerce-account .header {
  background: #b9a16b !important;
}
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-cart__submit-button,
.woocommerce-account .wc-block-cart__submit-button {
  background: #e91e63;
  color: #fff;
  border-radius: 12px;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  border: none;
  transition: background 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.woocommerce-cart .wc-block-cart-items thead tr th span,
.woocommerce-checkout .wc-block-cart-items thead tr th span,
.woocommerce-account .wc-block-cart-items thead tr th span {
  font-size: 16px;
}
.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-cart__totals-title,
.woocommerce-account .wc-block-cart__totals-title {
  font-size: 16px !important;
}

.single-product .header {
  background: #b9a16b !important;
}
.single-product .product_title {
  font-size: 32px;
  color: #b9a16b;
}
.single-product .quantity .qty {
  height: 35px;
}
.single-product .posted_in {
  font-size: 14px;
  font-weight: 600;
}
.single-product .woocommerce-product-gallery__wrapper {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  padding: 32px !important;
}
.single-product .woocommerce-Tabs-panel {
  padding: 16px 32px !important;
}
.single-product .related {
  padding: 0 32px;
}
.single-product ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.single-product ul:before {
  display: none !important;
}
.single-product ul .product {
  background: white;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: inherit !important;
  padding: 16px !important;
}
.single-product ul .product img {
  border-radius: 12px;
  margin-bottom: 1rem;
}
.single-product ul .product h3 {
  font-family: "Gilda Display", serif;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.single-product ul .product .price {
  color: #b9a16b;
  font-weight: bold;
  margin-bottom: 1rem;
}
.single-product ul .product a.button {
  background: #b9a16b;
  color: #fff;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.single-product ul .product a.button:hover {
  background: #b9a16b;
}

.tax-product_cat .header {
  background: #b9a16b !important;
}
.tax-product_cat .container {
  padding-top: 240px;
}
.tax-product_cat ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.tax-product_cat ul.products::before {
  display: none !important;
}
.tax-product_cat ul.products li.product {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: inherit !important;
}
.tax-product_cat ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.tax-product_cat ul.products li.product a {
  text-decoration: none;
}
.tax-product_cat ul.products li.product h2 {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.tax-product_cat ul.products li.product .price {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #b9a16b;
  font-size: 1.1rem;
}
.tax-product_cat ul.products li.product .button {
  background: #e91e63;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
.tax-product_cat ul.products li.product .button:hover {
  background: #b9a16b;
}
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.tax-product_cat ul.products li.product .woocommerce-loop-product__price {
  font-weight: bold;
  color: #b9a16b;
  margin-bottom: 1rem;
}
.tax-product_cat ul.products li.product .woocommerce-product-details__short-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
}
.tax-product_cat ul.products li.product .woocommerce-product-details__sku {
  font-size: 0.9rem;
}

.woocommerce-shop > .container,
.page-template-page-loja-categoria > .container {
  padding-top: 80px;
}
.woocommerce-shop ul.products,
.page-template-page-loja-categoria ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.woocommerce-shop ul.products::before,
.page-template-page-loja-categoria ul.products::before {
  display: none !important;
}
.woocommerce-shop ul.products li.product,
.page-template-page-loja-categoria ul.products li.product {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: inherit !important;
}
.woocommerce-shop ul.products li.product:hover,
.page-template-page-loja-categoria ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.woocommerce-shop ul.products li.product a,
.page-template-page-loja-categoria ul.products li.product a {
  text-decoration: none;
}
.woocommerce-shop ul.products li.product h2,
.page-template-page-loja-categoria ul.products li.product h2 {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.woocommerce-shop ul.products li.product .price,
.page-template-page-loja-categoria ul.products li.product .price {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #b9a16b;
  font-size: 1.1rem;
}
.woocommerce-shop ul.products li.product .button,
.page-template-page-loja-categoria ul.products li.product .button {
  background: #e91e63;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
.woocommerce-shop ul.products li.product .button:hover,
.page-template-page-loja-categoria ul.products li.product .button:hover {
  background: #b9a16b;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.page-template-page-loja-categoria ul.products li.product .woocommerce-loop-product__title {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__price,
.page-template-page-loja-categoria ul.products li.product .woocommerce-loop-product__price {
  font-weight: bold;
  color: #b9a16b;
  margin-bottom: 1rem;
}
.woocommerce-shop ul.products li.product .woocommerce-product-details__short-description,
.page-template-page-loja-categoria ul.products li.product .woocommerce-product-details__short-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
}
.woocommerce-shop ul.products li.product .woocommerce-product-details__sku,
.page-template-page-loja-categoria ul.products li.product .woocommerce-product-details__sku {
  font-size: 0.9rem;
}

/* Botão de filtros */
.btn-filtros {
  display: block;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #004aad;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

.btn-filtros .arrow {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s;
}

.btn-filtros.active .arrow {
  transform: rotate(180deg);
}

/* Container da loja */
.sidebarBox {
  gap: 20px;
}
.sidebarBox.active .sidebar-loja {
  opacity: 1;
  height: 100%;
  max-height: 100%;
}

/* Sidebar */
.sidebar-loja {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
  border: 1px solid #e7e6e6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.sidebar-loja ul li {
  margin-bottom: 16px;
}

.woocommerce-ordering {
  display: none !important;
}

/* Conteúdo da loja */
.conteudo-loja {
  flex: 1;
}

/* Quando sidebar aberta */
.sidebarBox.open .sidebar-loja {
  max-height: 2000px; /* garante todo o conteúdo visível */
  opacity: 1;
}

.sidebar-loja .closeSidebar {
  display: none;
}

/* Mobile: sidebar deslizando */
@media (max-width: 991px) {
  .sidebarBox {
    flex-direction: column;
  }
  .sidebar-loja {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    flex-direction: column;
    transition: transform 0.5s ease;
    z-index: 999;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    justify-content: flex-start;
    gap: 16px;
    overflow: auto;
  }
  .sidebar-loja .closeSidebar {
    display: block;
    background: black;
    width: 40px;
    height: 40px;
    padding: 12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
  }
  .sidebarBox.open .sidebar-loja {
    transform: translateX(0);
  }
}
.sidebarBox {
  display: none;
  margin-bottom: 20px;
}

.sidebarBox.active {
  display: block;
}

.btn-filtros {
  display: block;
  padding: 12px 15px;
  background: #b9a16b;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
}

.btn-filtros .arrow {
  float: right;
  transition: transform 0.3s;
}

.btn-filtros.active .arrow {
  transform: rotate(180deg);
}

.quemSomos__s1 {
  padding: 90px 0;
  position: relative;
  background: #f4f0ea;
}
.quemSomos__s1 > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container {
    height: inherit;
  }
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container .contentImg {
    width: 100%;
  }
}
.quemSomos__s1 > .container.last {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container.last {
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .quemSomos__s1 .reverse {
    flex-direction: column-reverse;
  }
}
.quemSomos__s1 .reverse .quemSomos__s1__img {
  left: 0;
  top: 540px;
}
.quemSomos__s1__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 540px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .quemSomos__s1__img {
    width: 100%;
    position: inherit;
    height: 300px;
    border-radius: 16px;
  }
}
.quemSomos__s1__txt {
  max-width: 420px;
  background: white;
  border-radius: 8px;
  padding: 32px;
  position: relative;
  left: 70px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .quemSomos__s1__txt {
    left: 0;
  }
}
.quemSomos__s1__txt h2 strong {
  color: #b9a16b;
}
.quemSomos__s2 {
  padding: 48px 0;
}
.quemSomos__s2 > .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .quemSomos__s2 > .container {
    flex-direction: column;
  }
}
.quemSomos__s2__txt {
  max-width: 550px;
}
@media (max-width: 1199px) {
  .quemSomos__s2__txt {
    max-width: 100%;
  }
}
.quemSomos__s2__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  width: 600px;
  height: 400px;
}
@media (max-width: 1199px) {
  .quemSomos__s2__img {
    width: 100%;
  }
}
.quemSomos__s3 {
  padding: 60px 0;
}
.quemSomos__s3 h2 {
  text-align: center;
}
.quemSomos__s3__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  padding-top: 24px;
}
.quemSomos__s3__boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(160, 126, 40, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.quemSomos__s3__boxes .box:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(160, 126, 40, 0.35);
}
.quemSomos__s3__boxes .box h4,
.quemSomos__s3__boxes .box p {
  margin: 0;
  text-align: center;
}
.quemSomos__s3__boxes .box img {
  max-width: 80px;
}
.quemSomos__s4__equipa {
  display: flex;
  align-items: center;
  background: #b9a16b;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .quemSomos__s4__equipa {
    flex-direction: column;
  }
}
.quemSomos__s4 .boxTxt {
  max-width: 500px;
  padding-left: 32px;
}
@media (max-width: 1199px) {
  .quemSomos__s4 .boxTxt {
    padding: 24px;
  }
}
.quemSomos__s4 .boxTxt * {
  color: white;
}
.quemSomos__s4__img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 600px;
  height: 540px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .quemSomos__s4__img {
    width: 100%;
    position: inherit;
    height: 300px;
    border-radius: 16px;
  }
}
.quemSomos__s5 {
  padding-top: 60px;
  padding-bottom: 32px;
}
.quemSomos__s5__txt {
  text-align: center;
}
.quemSomos__s5__iframe {
  padding-top: 16px;
}
.quemSomos__s5__iframe iframe {
  width: 100%;
  border-radius: 16px;
}

/* Campos do Gift Card */
.giftcard-container form input,
.giftcard-container form select,
.giftcard-container form textarea {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

/* Botão de compra */
.giftcard-container form button {
  background-color: #ff6600;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
}

.giftcard-container form button:hover {
  background-color: #e65c00;
}

.variations .reset_variations {
  background: #7f54b3;
  color: white;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
}

.variations tbody tr {
  display: flex;
  gap: 16px;
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@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);
}

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

.page-template-default:not(.page-id-282) .header {
  background: #b9a16b !important;
}
.page-template-default > .container {
  padding: 200px 0 80px;
}

.btnContacto {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btnContacto:hover {
  background: #b9a16b;
  color: white !important;
}
.btnContacto img {
  max-width: 24px;
}

.header {
  transition: background 0.3s, position 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
.header.fixed {
  position: fixed;
  background: #b9a16b;
  transition: background 0.3s, position 0.3s;
}
.header .container-header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.header .container-header .left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .btnMenu {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.header .btnMenu:hover {
  background: #b9a16b;
  color: white;
}
.header .btnMenu img {
  max-width: 40px;
  filter: brightness(0) invert(1);
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .header .btnMenu img {
    max-width: 28px;
  }
}
.header .logo {
  max-width: 180px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 90px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
    align-items: flex-start !important;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .header nav.active {
    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: 32px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .primary-menu li a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #333;
  }
}
@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:hover > .sub-menu {
    display: block;
  }
  .header .primary-menu li:hover > .sub-menu::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: white;
    height: 100%;
    width: 5000dvw;
    top: 0;
    z-index: -1;
  }
  .header .primary-menu li.menu-loja:hover > .sub-menu {
    display: flex;
    gap: 16px;
  }
  .header .primary-menu li.menu-loja > .sub-menu > li {
    border-bottom: 1px solid #333;
  }
  .header .primary-menu li.menu-loja > .sub-menu > li > a {
    color: #333 !important;
    background-color: transparent !important;
    font-weight: 700;
  }
  .header .primary-menu li.menu-loja > .sub-menu li {
    position: relative;
    min-width: 200px;
    border-radius: 0;
  }
  .header .primary-menu li.menu-loja > .sub-menu li > .sub-menu {
    display: block;
    padding: 0;
    border-radius: 0;
  }
  .header .primary-menu li.menu-loja > .sub-menu li > .sub-menu li {
    padding: 8px 0;
  }
  .header .primary-menu li.menu-loja > .sub-menu li > .sub-menu li:first-child {
    margin-top: 16px;
  }
  .header .primary-menu li.menu-marcas:hover > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .header .primary-menu li > .sub-menu {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    left: 0;
    top: 24px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
    border-radius: 4px;
    width: fit-content;
  }
  .header .primary-menu li > .sub-menu li.logo-agatha > a, .header .primary-menu li > .sub-menu li.logo-antony > a, .header .primary-menu li > .sub-menu li.logo-calvin > a, .header .primary-menu li > .sub-menu li.logo-karl > a, .header .primary-menu li > .sub-menu li.logo-dkny > a, .header .primary-menu li > .sub-menu li.logo-timberland > a, .header .primary-menu li > .sub-menu li.logo-wedoble > a, .header .primary-menu li > .sub-menu li.logo-billieblush > a {
    display: block;
    color: transparent;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center;
    width: 135px;
    height: 110px;
  }
  .header .primary-menu li > .sub-menu li.logo-agatha:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-agatha:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-agatha > a {
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/agatha-ruiz-de-la-prada-logo.png") !important;
  }
  .header .primary-menu li > .sub-menu li.logo-antony:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-antony:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-antony > a {
    display: block;
    color: transparent;
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/OIP-1.webp") !important;
  }
  .header .primary-menu li > .sub-menu li.logo-calvin:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-calvin:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-calvin > a {
    display: block;
    color: transparent;
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/52e5a88b8e738341b237b8dafce9f47f.w3000.h600-1-scaled.png") !important;
  }
  .header .primary-menu li > .sub-menu li.logo-karl:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-karl:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-karl > a {
    display: block;
    color: transparent;
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/00950288487d15cddf0544cc5a3385b2.jpg") !important;
  }
  .header .primary-menu li > .sub-menu li.logo-dkny:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-dkny:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-dkny > a {
    display: block;
    color: transparent;
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/OIP.webp") !important;
  }
  .header .primary-menu li > .sub-menu li.logo-timberland:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-timberland:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-timberland > a {
    display: block;
    color: transparent;
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/R.jpeg") !important;
  }
  .header .primary-menu li > .sub-menu li.logo-wedoble:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-wedoble:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-wedoble > a {
    display: block;
    color: transparent;
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/wedoble.jpg") !important;
  }
  .header .primary-menu li > .sub-menu li.logo-billieblush:hover {
    background-color: inherit;
  }
  .header .primary-menu li > .sub-menu li.logo-billieblush:hover a {
    color: transparent;
  }
  .header .primary-menu li > .sub-menu li.logo-billieblush > a {
    display: block;
    color: transparent;
    background-image: url("https://lacasitadeluci.pt/wp-content/uploads/2025/09/image_04fb04d9-5100-4cd3-b1ce-157e864a6a5a.webp") !important;
  }
  .header .primary-menu li > .sub-menu li > a {
    color: #333;
    font-weight: 400;
  }
  .header .primary-menu li > .sub-menu li > .sub-menu::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: white;
    height: 90vh;
    width: 5000dvw;
    top: 0;
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .header .primary-menu .sub-menu {
    display: none;
    padding-left: 15px;
  }
  .header .menu-toggle {
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
  }
  .header .menu-item.open > .sub-menu {
    display: block;
  }
  .header .menu-item.open > a .menu-toggle {
    transform: rotate(180deg);
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  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;
}
.banner h1 {
  text-align: center;
  margin: 16px auto;
  color: white;
  font-size: 48px;
  max-width: 990px;
}
@media (max-width: 1199px) {
  .banner h1 {
    font-size: 32px;
  }
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
}
.banner__txt {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.banner__txt h2 {
  font-weight: 500;
}
.banner__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .banner__btns {
    flex-direction: column;
  }
}
.banner__btns .btn {
  padding: 16px 24px;
}

.home .novidades-estacao {
  /* ===== Grid de produtos ===== */
  /* ===== Card do produto ===== */
  /* Efeito hover do card */
  /* Link interno do card */
  /* Wrapper da imagem */
  /* Zoom da imagem ao passar o mouse */
  /* Etiqueta "Novo" */
  /* Título do produto */
  /* Botão "Ver produto" */
  /* Aparecer botão no hover */
  /* Responsivo para telas pequenas */
}
.home .novidades-estacao__txt {
  text-align: center;
  padding-bottom: 48px;
}
.home .novidades-estacao .produtos-novidades {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.home .novidades-estacao .card-produto {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.home .novidades-estacao .card-produto:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.home .novidades-estacao .card-produto a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
}
.home .novidades-estacao .img-wrapper {
  position: relative;
  overflow: hidden;
}
.home .novidades-estacao .img-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
.home .novidades-estacao .card-produto:hover .img-wrapper img {
  transform: scale(1.05);
}
.home .novidades-estacao .etiqueta-novo {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e91e63;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 8px;
  text-transform: uppercase;
}
.home .novidades-estacao .card-produto h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 12px 10px 0;
  color: #333;
  min-height: 48px; /* evita que cards fiquem desalinhados */
}
.home .novidades-estacao .btn-ver-produto {
  display: block;
  width: 80%;
  margin: 12px auto 15px;
  padding: 10px 0;
  text-align: center;
  background: #e91e63;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  border-color: #e91e63;
  cursor: pointer;
}
.home .novidades-estacao .card-produto:hover .btn-ver-produto {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 600px) {
  .home .novidades-estacao .produtos-novidades {
    grid-template-columns: 1fr;
  }
}
.home .categorias-destaque {
  padding: 48px 0;
  /* Grid Responsivo */
  /* Card de categoria */
  /* Link do card */
  /* Wrapper da imagem com altura fixa */
  /* Título centralizado sobre a imagem */
  /* Botão "Ver" escondido inicialmente */
  /* Botão aparece no hover do card */
  /* Responsivo */
}
.home .categorias-destaque__txt {
  text-align: center;
  padding-bottom: 32px;
}
.home .categorias-destaque .produtos-categorias {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.home .categorias-destaque .card-categoria {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 360px; /* altura fixa do card */
}
.home .categorias-destaque .card-categoria:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.home .categorias-destaque .card-categoria a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  height: 100%;
}
.home .categorias-destaque .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home .categorias-destaque .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* força a imagem preencher o box sem distorcer */
  transition: transform 0.3s;
}
.home .categorias-destaque .card-categoria:hover .img-wrapper img {
  transform: scale(1.05);
}
.home .categorias-destaque .card-categoria h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dc4949;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 6px rgb(0, 0, 0);
  margin: 0;
  pointer-events: none;
  width: 90%; /* evita que títulos longos quebrem o layout */
}
.home .categorias-destaque .btn-ver-categoria {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #b9a16b; /* primaryColor */
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
  border: none;
  cursor: pointer;
}
.home .categorias-destaque .card-categoria:hover .btn-ver-categoria {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  background: #e91e63; /* secondaryColor */
}
@media (max-width: 600px) {
  .home .categorias-destaque .produtos-categorias {
    grid-template-columns: 1fr;
  }
  .home .categorias-destaque .card-categoria {
    height: 400px;
  }
}
.home .avaliacoes {
  padding: 48px 0;
  /* Grid de avaliações */
  /* Card de avaliação */
  /* Texto do depoimento */
  /* Nome do cliente */
  /* CTA Instagram */
  /* Responsivo */
}
.home .avaliacoes__txt {
  text-align: center;
  padding-bottom: 16px;
}
.home .avaliacoes .avaliacoes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.home .avaliacoes .card-avaliacao {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.home .avaliacoes .card-avaliacao .avaliacao-estrelas {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 8px;
}
.home .avaliacoes .card-avaliacao .avaliacao-estrelas svg {
  width: 24px;
  height: 24px;
}
.home .avaliacoes .card-avaliacao .avaliacao-estrelas svg path {
  fill: #b9a16b;
  stroke: #b9a16b;
}
.home .avaliacoes .card-avaliacao:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.home .avaliacoes .card-avaliacao .depoimento {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.5;
}
.home .avaliacoes .card-avaliacao .cliente {
  display: block;
  font-weight: bold;
  color: #e91e63; /* secondaryColor */
  font-size: 14px;
  text-align: right;
}
.home .avaliacoes .cta-instagram {
  margin-top: 30px;
  text-align: center;
}
.home .avaliacoes .cta-instagram a {
  display: inline-block;
  background: #b9a16b; /* primaryColor */
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}
.home .avaliacoes .cta-instagram a:hover {
  background: #e91e63; /* secondaryColor */
}
@media (max-width: 600px) {
  .home .avaliacoes .avaliacoes-grid {
    grid-template-columns: 1fr;
  }
}
.home .nossas-marcas-ludico {
  padding: 20px 0;
  background: #f9f9f9;
  text-align: center;
  border-radius: 16px;
  position: relative;
  /* Slick carousel lúdico */
  /* Responsivo */
}
.home .nossas-marcas-ludico .slick-slider .slick-track,
.home .nossas-marcas-ludico .slick-slider .slick-list {
  display: flex;
  padding-bottom: 16px;
}
.home .nossas-marcas-ludico .marcas-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.home .nossas-marcas-ludico .marca-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  margin: 0 16px;
}
.home .nossas-marcas-ludico .marca-item:hover {
  transform: translateY(-5px) rotate(-2deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.home .nossas-marcas-ludico .marca-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s;
}
.home .nossas-marcas-ludico .marca-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .home .nossas-marcas-ludico .marcas-carousel {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .home .nossas-marcas-ludico .marcas-carousel {
    gap: 10px;
  }
}
.home .destaques-amor {
  padding: 70px 0;
  /* Grid para as coleções */
  /* Card da coleção */
  /* Overlay com título e botão */
  /* Responsivo */
}
.home .destaques-amor__txt {
  text-align: center;
  padding-bottom: 16px;
}
.home .destaques-amor .destaques-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.home .destaques-amor .card-colecao {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  height: 560px; /* altura maior para imagens “high” */
}
.home .destaques-amor .card-colecao a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.home .destaques-amor .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.home .destaques-amor .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.home .destaques-amor .card-colecao:hover img {
  transform: scale(1.05);
}
.home .destaques-amor .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* escurece a imagem para legibilidade */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.home .destaques-amor .card-colecao:hover .overlay {
  opacity: 1;
}
.home .destaques-amor .overlay h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.home .destaques-amor .btn-ver-colecao {
  background: #b9a16b; /* primaryColor */
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.home .destaques-amor .btn-ver-colecao:hover {
  background: #e91e63; /* secondaryColor */
}
@media (max-width: 768px) {
  .home .destaques-amor .destaques-grid {
    grid-template-columns: 1fr;
  }
  .home .destaques-amor .card-colecao {
    height: 440px;
  }
}
.home .cta-final {
  background: rgba(128, 128, 128, 0.0901960784);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  margin: 40px 0;
  position: relative;
  /* Botões */
  /* Responsivo */
}
.home .cta-final .cta-final h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.home .cta-final .botoes-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.home .cta-final .botoes-cta a {
  display: inline-block;
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s;
  background: #b9a16b;
  color: white;
}
.home .cta-final .botoes-cta a:hover {
  background: #e91e63; /* secondaryColor */
  color: #fff;
}
@media (max-width: 600px) {
  .home .cta-final .botoes-cta {
    flex-direction: column;
  }
  .home .cta-final .botoes-cta a {
    width: 100%;
    text-align: center;
  }
}
.home__s1 {
  padding: 48px 0;
}
.home__s1 > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f0ea;
  padding: 0;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .home__s1 > .container {
    flex-direction: column;
    gap: 0;
  }
}
.home__s1__txt {
  max-width: 510px;
  padding: 32px;
}
.home__s1__txt .txt {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .home__s1__txt {
    max-width: 100%;
  }
}
.home__s1__txt h2 strong {
  color: #b9a16b;
}
.home__s1__txt .infosEscola {
  margin-bottom: 36px;
}
.home__s1__txt .infosEscola .info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
}
.home__s1__txt .infosEscola .info p {
  margin: 0;
}
.home__s1 .boxImg {
  display: flex;
}
.home__s1__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
  width: 400px;
  height: 520px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1199px) {
  .home__s1__img {
    width: 100%;
    height: 300px;
  }
}
.home__s1__img:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.home__s1__imgFirst {
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 400px;
  position: relative;
  top: 60px;
}
@media (max-width: 1199px) {
  .home__s1__imgFirst {
    top: 70px;
    height: 150px;
  }
}
.home__s2 {
  padding: 48px 0 72px;
}
.home__s2 h2 {
  text-align: center;
}
.home__s2__destaques {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  padding-top: 48px;
}
.home__s2__destaques .boxDestaque {
  position: relative;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.3s;
}
.home__s2__destaques .boxDestaque__img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.home__s2__destaques .boxDestaque__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 32px 16px;
  text-align: center;
}
.home__s2__destaques .boxDestaque .price {
  color: #b9a16b;
  font-weight: 700;
  font-size: 18px;
}
.home__s2__destaques .boxDestaque h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #333;
}
.home__s2__destaques .boxDestaque__desc {
  font-size: 1rem;
  line-height: 1.5;
}
.home__s2__destaques .boxDestaque__desc p {
  color: #333;
}
.home__s2__destaques .boxDestaque .btn {
  margin-top: 24px;
}
.home__diferenciais {
  padding: 70px 0;
  background: rgba(239, 233, 224, 0.2784313725);
}
.home__diferenciais__txt {
  text-align: center;
  padding-bottom: 48px;
}
.home__diferenciais__boxes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .home__diferenciais__boxes {
    flex-direction: column-reverse;
  }
}
.home__diferenciais__boxes .boxImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 530px;
  height: 400px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .home__diferenciais__boxes .boxImg {
    width: 100%;
    height: 260px;
  }
}
.home__diferenciais__boxes .boxTxt {
  max-width: 620px;
}
.home__s3 {
  position: relative;
  padding: 70px 0;
  background-attachment: fixed;
}
.home__s3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.home__s3__txt {
  text-align: center;
  position: relative;
}
.home__s3__txt * {
  color: white;
}
.home__s3 .boxEventos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding-top: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .home__s3 .boxEventos .slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .home__s3 .boxEventos .slick-next {
    right: 0;
  }
}
.home__s3 .boxEventos .evento {
  margin: 0 24px;
  background: #f4f0ea;
  min-height: 600px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .home__s3 .boxEventos .evento {
    min-height: 550px;
  }
}
.home__s3 .boxEventos .evento .content {
  padding: 16px;
}
.home__s3 .boxEventos .evento .content * {
  color: #333;
}
.home__s3 .boxEventos .evento .content .evento__data {
  color: #ce2b37;
}
.home__s3 .boxEventos .evento .imgEvento {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 1199px) {
  .home__s3 .boxEventos .evento .imgEvento {
    height: 200px;
  }
}
.home__s3 .btn {
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.home__s4 {
  padding: 48px 0 70px;
}
.home__s4__txt {
  text-align: center;
}
.home__s4__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.home__s4__boxes .box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px;
  background: rgba(128, 128, 128, 0.0901960784);
}
.home__s4__boxes .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.home__s4__boxes .box .icone {
  display: none !important;
}
.home__s4__boxes .box .stars {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.home__s4__boxes .box .txt {
  min-height: 96px;
}
.home__s4__boxes .box .txt p {
  color: #333;
}
.home__s4__boxes .box .info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home__s4__boxes .box .info .icone {
  background: #b9a16b;
  padding: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__s4__boxes .box .info .nome {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
}
.home__s4__boxes .box .info .posicao {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #333;
}
.home__s5 {
  text-align: center;
  padding: 70px 0;
  background: rgba(128, 128, 128, 0.0901960784);
}
.home__s5__txt {
  text-align: center;
  margin-bottom: 48px;
}
.home__s5__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.contacto__s1 {
  padding: 48px 0;
}
.contacto__s1__txt {
  max-width: 672px;
  margin: 0 auto;
  text-align: center;
}
.contacto__s2 .container {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  .contacto__s2 .container {
    flex-direction: column;
  }
}
.contacto__s2__form {
  background: white;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 50%;
}
@media (max-width: 1199px) {
  .contacto__s2__form {
    width: 100%;
    padding: 16px;
  }
}
.contacto__s2__form p {
  margin: 0;
}
.contacto__s2 .wpcf7 form input,
.contacto__s2 .wpcf7 form select,
.contacto__s2 .wpcf7 form textarea {
  border: 1px solid rgba(102, 102, 102, 0.2117647059);
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  width: 100%;
  color: #333;
  margin-top: 5px;
}
.contacto__s2 .wpcf7 form textarea {
  height: 100px;
}
.contacto__s2 .wpcf7 form .wpcf7-submit {
  background: #b9a16b;
  border-radius: 8px;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  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);
}
.contacto__s2 .wpcf7 form .wpcf7-submit:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}
.contacto__s2__mapa {
  width: 50%;
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .contacto__s2__mapa {
    width: 100%;
  }
}
.contacto__s2__mapa iframe {
  width: 100%;
}
.contacto__s3 {
  padding: 72px 0;
  text-align: center;
}
.contacto__s3 .container {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  .contacto__s3 .container {
    flex-direction: column;
  }
}
.contacto__s3__boxes {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1199px) {
  .contacto__s3__boxes {
    width: 100%;
  }
}
.contacto__s3__boxes .box {
  background: white;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.contacto__s3__boxes .box:first-child {
  border-radius: 16px 16px 0 0;
}
.contacto__s3__boxes .box:last-child {
  border-radius: 0 0 16px 16px;
}
.contacto__s3__boxes .box a {
  color: #333;
}
.contacto__s3__boxes .box h4,
.contacto__s3__boxes .box p {
  margin: 0;
}
.contacto__s3__boxes .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.contacto__s3__boxes .box:hover .icone {
  transform: scale(1.1);
}
.contacto__s3__boxes .box .icone {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contacto__s3__horario {
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media (max-width: 1199px) {
  .contacto__s3__horario {
    width: 100%;
  }
}
.contacto__s3__horario p {
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: center;
}

.footer {
  position: relative;
}
.footer svg {
  position: relative;
  top: 10px;
}
.footer svg path {
  fill: #222;
}
.footer__top {
  background: #222;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 48px;
  }
}
@media (max-width: 1199px) {
  .footer__top .footerMenu nav ul {
    text-align: center;
  }
}
.footer__top .footerMenu nav ul li + li {
  margin-top: 16px;
}
.footer__top .footerMenu nav ul li a {
  color: white;
  font-weight: 600;
}
.footer__top .footerMenu nav ul li > .sub-menu {
  display: none;
}
.footer__top .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}
@media (max-width: 1199px) {
  .footer__top .logos {
    align-items: center;
  }
}
.footer__top .logos p {
  color: white;
  text-align: center;
  font-size: 12px;
  max-width: 190px;
  line-height: 20px;
}
.footer__top .logos .logo {
  max-width: 180px;
}
.footer__top .logos .logo-ppr {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer__top .logos .logo-ppr {
    margin: 0;
  }
}
.footer__top .txt {
  text-align: center;
}
.footer__top .txt .linksSocials {
  padding-top: 16px;
}
.footer__top .txt .linksSocials > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__top .txt .linksSocials img {
  filter: brightness(0) invert(1);
}
.footer__top .txt * {
  color: white;
}
.footer__top .txt .btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
}
.footer__top .txt .btns.morada p {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer__top .txt .btns iframe {
    width: 100%;
  }
}
.footer__top .txt .btns .btn {
  background: white;
  color: #333;
  min-width: 207px;
  opacity: 1;
}
.footer__top .txt .btns .btn:hover {
  color: #333 !important;
}
.footer__top .txt .btns.contacto .btn {
  background: white;
  text-align: center;
  min-width: inherit;
}
.footer__bottom {
  text-align: center;
  background: #1e1e1e;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__bottom {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  margin: 0;
  color: white;
}

/* Formulário MailPoet */
.mailpoet_form {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 16px !important;
}

#mailpoet_form_1 {
  margin: 48px auto !important;
}

/* Campos de input */
.mailpoet_form input[type=email],
.mailpoet_form input[type=text] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-radius: 16px !important;
}

/* Botão */
.mailpoet_submit {
  background-color: #b9a16b !important; /* cor do tema */
  color: #fff;
  padding: 10px 20px;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer;
}

/* Hover no botão */
.mailpoet_form .mailpoet_submit:hover {
  background-color: #e91e63 !important;
}