@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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;
  background: black;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: white;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #5a2a57;
}

h1 {
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
  }
}
h1 strong {
  color: #5a2a57;
}

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

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: white;
}
a:hover {
  opacity: 0.7;
}

.btn {
  background: #c8a059;
  padding: 16px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  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);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 16px;
    text-align: center;
  }
}

.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(255, 255, 255, 0.15) !important;
}

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

*::-webkit-scrollbar-thumb:hover {
  background: rgba(90, 42, 87, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(90, 42, 87, 0.75) !important;
}

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

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

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

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

.pageHome {
  padding-top: 220px;
}
.pageHome__s1 > .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .pageHome__s1 > .container {
    flex-direction: column;
  }
}
.pageHome__s1__content {
  max-width: 710px;
}
.pageHome__s1__content h2 {
  font-size: 48px;
  font-weight: bold;
  color: white;
}
.pageHome__s1__content p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.pageHome__s1__content .buttons {
  margin-top: 65px;
}
.pageHome__s1__content .listHome {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .pageHome__s1__content .listHome {
    padding-top: 80px;
  }
}
.pageHome__s1__content .listHome .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  max-width: 480px;
  gap: 16px;
  list-style: disc;
  padding-left: 20px;
}
.pageHome__s1__content .listHome .list li {
  max-width: 220px;
  color: white;
  list-style: disc;
}
.pageHome__s1__content .listHome .list li::marker {
  color: #c8a059;
  font-size: 28px;
}
.pageHome__s1__content .google-reviews-widget {
  padding-top: 50px;
}
.pageHome__s1__img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 700px;
}
@media (max-width: 1199px) {
  .pageHome__s1__img {
    margin-top: 24px;
    height: 350px;
  }
}
.pageHome__s2 {
  padding-top: 70px;
}
.pageHome__s2__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageHome__s2__title h4 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding: 8px 24px;
  background: #2c2c2c;
}
.pageHome__s2__boxes {
  padding-top: 72px;
  display: flex;
  gap: 85px;
}
@media (max-width: 1199px) {
  .pageHome__s2__boxes {
    flex-direction: column;
  }
}
.pageHome__s2__boxes .sliderImgs {
  width: 50%;
}
@media (max-width: 1199px) {
  .pageHome__s2__boxes .sliderImgs {
    width: 100%;
  }
}
.pageHome__s2__boxes .content {
  max-width: 625px;
}
.pageHome__s2__boxes .content .title {
  font-size: 32px;
  font-weight: bold;
  color: white;
  position: relative;
}
.pageHome__s2__boxes .content .title::before {
  content: "";
  position: absolute;
  width: 198px;
  height: 14px;
  background: #c8a059;
  bottom: -12px;
}
.pageHome__s2__boxes .content .txt {
  padding-top: 60px;
}
.pageHome__s2__boxes .content .txt p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  color: white;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .pageHome__s2__boxes .content .txt p {
    font-size: 18px;
    line-height: 32px;
  }
}
.pageHome__s2__boxes .content .button {
  padding-top: 60px;
}
.pageHome__s2__boxes .boxImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 663px;
}
@media (max-width: 1199px) {
  .pageHome__s2__boxes .boxImg {
    width: 100%;
    height: 400px;
    background-position: center;
  }
}
.pageHome__s3 {
  padding-top: 100px;
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  .pageHome__s3 {
    padding-top: 70px;
  }
}
.pageHome__s3__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageHome__s3__title h4 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding: 8px 24px;
  background: #2c2c2c;
  margin: 0;
}
.pageHome__s3__lojas {
  display: flex;
  gap: 48px;
  padding-top: 48px;
}
@media (max-width: 1199px) {
  .pageHome__s3__lojas {
    flex-direction: column;
  }
}
.pageHome__s3__lojas .boxLoja {
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 760px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  width: 100%;
}
@media (max-width: 1199px) {
  .pageHome__s3__lojas .boxLoja {
    height: 450px;
  }
}
.pageHome__s3__lojas .boxLoja__content {
  background: #2c2c2c;
  padding: 14px 22px;
  width: 100%;
}
.pageHome__s3__lojas .boxLoja__content p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.6px;
  letter-spacing: -0.8px;
}
@media (max-width: 1199px) {
  .pageHome__s3__lojas .boxLoja__content p {
    font-size: 16px;
  }
}
.pageHome__s3__lojas .boxLoja__content .btn {
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
}
.pageHome__s4 {
  background: #181313;
  padding: 80px 0;
  border-bottom: 42px solid #c8a059;
}
.pageHome__s4 #main-container > div.bg-background-secondary.min-h-screen.flex.flex-1.flex-col > header {
  display: none !important;
}
.pageHome__s4 iframe .bg-background-primary {
  display: none !important;
}
.pageHome__s4__txt {
  max-width: 725px;
  margin: 0 auto;
  text-align: center;
}
.pageHome__s4__txt h2 {
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  margin-bottom: 41px;
}
.pageHome__s4__txt p {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.54px;
  margin-bottom: 24px;
}
.pageHome__s4__txt b {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  letter-spacing: -0.54px;
}
.pageHome__s4__boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}
.pageHome__s4__boxes__img {
  padding-top: 24px;
}
.pageHome__s4__boxes__img .boxImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 710px;
  height: 720px;
  border-radius: 16px;
}
.pageHome__s4__boxes__content .boxImg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 8px;
  padding: 16px;
  margin: 0 auto 24px;
  width: fit-content;
}
.pageHome__s4__boxes__content .title {
  font-weight: bold;
  color: white;
  margin-bottom: 24px;
  text-align: center;
}
.pageHome__s4__boxes__content .boxes .box {
  background: #242020;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.pageHome__s4__boxes__content .boxes .box strong {
  color: white;
}
.pageHome__s4__boxes__content .boxes .box p {
  color: white;
  margin: 0;
}
.pageHome__s5 {
  padding: 60px 0;
}
.pageHome__s5__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageHome__s5__title h4 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding: 8px 24px;
  background: #2c2c2c;
  margin: 0;
}
.pageHome__s5 .content {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding-top: 24px;
  margin: 0 auto;
}
.pageHome__s5 .content h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%; /* 39.9px */
  letter-spacing: -1.4px;
}
.pageHome__s5 .content input.tnp-email {
  background: transparent !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8a059 !important;
  color: white;
  margin-bottom: 12px;
}
.pageHome__s5 .content input.tnp-email::placeholder {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
}
.pageHome__s5 .content input.tnp-submit {
  background: #c8a059 !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: -0.96px !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 16px !important;
  cursor: pointer;
  width: 100%;
}
.pageHome__s5 .content .tnp-privacy-field label {
  color: white;
}
.pageHome__s5 .content .btn {
  width: 100%;
  text-align: center;
}

.newsletter-message {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.newsletter-message.success {
  color: #28a745; /* verde */
}

.newsletter-message.error {
  color: #dc3545; /* vermelho */
}

.pageContacto {
  padding-bottom: 90px;
}
.pageContacto .s1 {
  padding-bottom: 32px;
}
.pageContacto .s1__intro {
  max-width: 997px;
  margin: 0 auto;
}
.pageContacto .s1__intro h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  text-align: center;
  margin-bottom: 8px;
}
.pageContacto .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.54px;
}
.pageContacto .contact-form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: white;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .pageContacto .contact-form-container {
    max-width: 100%;
    flex-direction: column;
  }
}
.pageContacto .contact-form-container .contact-form-left {
  flex: 1;
  max-width: 50%;
  padding-left: 46px;
  padding-top: 38px;
}
@media (max-width: 1199px) {
  .pageContacto .contact-form-container .contact-form-left {
    padding: 24px;
  }
}
.pageContacto .contact-form-container .contact-form-left h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 95%; /* 47.5px */
  letter-spacing: -2px;
}
.pageContacto .contact-form-container .contact-form-left form {
  display: flex;
  flex-direction: column;
}
.pageContacto .contact-form-container .contact-form-left form p {
  margin: 0;
}
.pageContacto .contact-form-container .contact-form-left form input,
.pageContacto .contact-form-container .contact-form-left form textarea {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(44, 44, 44, 0.29);
  outline: none;
}
@media (max-width: 1199px) {
  .pageContacto .contact-form-container .contact-form-left form input,
  .pageContacto .contact-form-container .contact-form-left form textarea {
    width: 100%;
  }
}
.pageContacto .contact-form-container .contact-form-left form input::placeholder,
.pageContacto .contact-form-container .contact-form-left form textarea::placeholder {
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}
.pageContacto .contact-form-container .contact-form-left form [type=submit] {
  padding: 12px;
  background-color: #d8a400;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.pageContacto .contact-form-container .contact-form-left form [type=submit]:hover {
  background-color: #c79200;
}
.pageContacto .contact-form-container .contact-form-left form textarea {
  height: 100px;
}
.pageContacto .contact-form-container .contact-form-right {
  flex: 1;
  max-width: 50%;
}
.pageContacto .contact-form-container .contact-form-right .map-container iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .pageContacto .contact-form-container .contact-form-left,
  .pageContacto .contact-form-container .contact-form-right {
    max-width: 100%;
  }
}

.pageHistoria .s1__intro {
  max-width: 997px;
  margin: 0 auto;
}
.pageHistoria .s1__intro h1 {
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  margin-bottom: 55px;
  text-align: center;
}
.pageHistoria .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.54px;
}
.pageHistoria .s2 {
  padding-top: 70px;
  position: relative;
}
.pageHistoria .s2::before {
  content: "";
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
}
.pageHistoria .s2__imgs {
  display: flex;
  gap: 32px;
  position: relative;
}
@media (max-width: 1199px) {
  .pageHistoria .s2__imgs {
    flex-direction: column;
  }
}
.pageHistoria .s2__imgs .boxImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 924px;
  height: 693px;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .pageHistoria .s2__imgs .boxImg {
    width: 100%;
    height: 400px;
  }
}
.pageHistoria .s2__imgs .boxImg.last {
  width: 490px;
}
@media (max-width: 1199px) {
  .pageHistoria .s2__imgs .boxImg.last {
    width: 100%;
  }
}

.pageLojas .s1__intro {
  max-width: 997px;
  margin: 0 auto;
}
.pageLojas .s1__intro h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  margin-bottom: 55px;
  text-align: center;
}
.pageLojas .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.54px;
}
.pageLojas .s2 {
  padding-bottom: 72px;
}
.pageLojas .s2__imgs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}
.pageLojas .s2__imgs .boxImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
@media (max-width: 1199px) {
  .pageLojas .s2__imgs .boxImg {
    padding: 16px;
  }
}
.pageLojas .s2__imgs .boxImg .boxContent {
  background: #2c2c2c;
  padding: 16px;
  width: 100%;
  min-height: 236px;
}
.pageLojas .s2__imgs .boxImg .boxContent .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pageLojas .s2__imgs .boxImg .boxContent .title p {
  color: #c8a059;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 22.08px */
  letter-spacing: -0.96px;
  margin: 0;
}
.pageLojas .s2__imgs .boxImg .boxContent h4 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 27.6px */
  letter-spacing: -0.8px;
}
.pageLojas .s2__imgs .boxImg .boxContent .boxes {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  gap: 16px;
  min-height: 106px;
}
@media (max-width: 1199px) {
  .pageLojas .s2__imgs .boxImg .boxContent .boxes {
    flex-direction: column;
    gap: 16px;
  }
}
.pageLojas .s2__imgs .boxImg .boxContent .boxes .left,
.pageLojas .s2__imgs .boxImg .boxContent .boxes .right {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 22.08px */
  letter-spacing: -0.64px;
}
.pageLojas .s2__imgs .boxImg .boxContent .boxes .left p,
.pageLojas .s2__imgs .boxImg .boxContent .boxes .right p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 22.08px */
  letter-spacing: -0.64px;
  margin: 0;
}
.pageLojas .s2__imgs .boxImg .boxContent .boxes .right {
  text-align: center;
}
.pageLojas .s2__imgs .boxImg .boxContent .btn {
  display: block;
  width: 100%;
  text-align: center;
}

.pageGaleria .s1__intro {
  max-width: 997px;
  margin: 0 auto;
}
.pageGaleria .s1__intro h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  margin-bottom: 32px;
  text-align: center;
}
.pageGaleria .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.54px;
}
.pageGaleria .s2 {
  padding-top: 48px;
  padding-bottom: 72px;
}
.pageGaleria .s2__galeria {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* sempre 3 colunas */
  gap: 16px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageGaleria .s2__galeria {
    gap: 8px;
  }
}
.pageGaleria .s2__galeria .imgGaleria {
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* opcional */
  background-size: cover; /* importante: cobre toda a área */
  background-repeat: no-repeat;
  aspect-ratio: 1/1; /* força mesma altura: 1:1 (quadrado) */
  min-height: 180px;
}
@media (max-width: 1199px) {
  .pageGaleria .s2__galeria .imgGaleria {
    background-position: center;
  }
}

.pageServicos {
  padding-bottom: 90px;
}
.pageServicos .s1__intro {
  max-width: 997px;
  margin: 0 auto;
}
.pageServicos .s1__intro h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  margin-bottom: 55px;
  text-align: center;
}
.pageServicos .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.54px;
}
.pageServicos .s2 {
  padding-bottom: 72px;
  border-bottom: 28px solid #c8a059;
}
.pageServicos .s2__servicos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 32px;
}
.pageServicos .s2__servicos .boxServicos {
  background: #222;
  padding: 26px 42px;
  text-align: center;
  width: 340px;
  height: 340px;
}
.pageServicos .s2__servicos .boxServicos h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 28.5px */
  letter-spacing: -1.2px;
  margin: 0;
}
.pageServicos .s2__servicos .boxServicos img {
  margin: 34px auto;
}
.pageServicos .s2__servicos .boxServicos p {
  color: #ccbfbf;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.56px;
}
.pageServicos .s3 {
  padding-top: 45px;
}
.pageServicos .s3__title {
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
  .pageServicos .s3__title {
    font-size: 32px;
  }
}
.pageServicos .s3__txt {
  padding-top: 32px;
}
.pageServicos .s3__txt p {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%; /* 30.24px */
  letter-spacing: -0.54px;
}
@media (max-width: 1199px) {
  .pageServicos .s3__txt p {
    font-size: 16px;
  }
}
.pageServicos .s3__tabs {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-top: 80px;
  gap: 16px;
}
@media (max-width: 1199px) {
  .pageServicos .s3__tabs {
    gap: 24px;
  }
}
.pageServicos .s3__tabs .tab {
  background: #c8a059;
  padding: 16px;
}
.pageServicos .s3__tabs .tab.active {
  border-bottom: 10px solid white;
}
.pageServicos .s3__tabs h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 25.65px */
  letter-spacing: -0.54px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .pageServicos .s3__tabs h4 {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 28px;
  }
}
.pageServicos .s3__tabs p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 1199px) {
  .pageServicos .s3__tabs p {
    font-size: 14px;
    line-height: 24px;
  }
}
.pageServicos .s3 .boxesAgendamentos {
  padding-top: 80px;
}
.pageServicos .s3 .boxesAgendamentos .box {
  display: none;
}
.pageServicos .s3 .boxesAgendamentos .box.active {
  display: block;
}

.pageProdutos .s1__intro {
  margin: 0 auto;
}
.pageProdutos .s1__intro h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  margin-bottom: 20px;
  text-align: center;
}
.pageProdutos .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.54px;
}
.pageProdutos .s2 {
  padding-top: 48px;
  padding-bottom: 72px;
  border-bottom: 42px solid #c8a059;
}
.pageProdutos .s2__produtos {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.pageProdutos .s2__produtos .boxProdutos {
  background: #222;
  padding: 26px 16px 26px 36px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .pageProdutos .s2__produtos .boxProdutos {
    flex-direction: column;
  }
}
.pageProdutos .s2__produtos .boxProdutos .content {
  max-width: 620px;
}
@media (max-width: 1199px) {
  .pageProdutos .s2__produtos .boxProdutos .content {
    width: 100%;
  }
}
.pageProdutos .s2__produtos .boxProdutos .imgProduto {
  background-repeat: no-repeat;
  background-size: cover;
  width: 290px;
  height: 300px;
  border-radius: 4px;
}
.pageProdutos .s2__produtos .boxProdutos h4 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 28.5px */
  letter-spacing: -1.2px;
  margin: 16px auto;
}
.pageProdutos .s2__produtos .boxProdutos p {
  color: #ccbfbf;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 20.7px */
  letter-spacing: -0.72px;
}

.pageCandidatura {
  padding-bottom: 32px;
}
.pageCandidatura .s1 {
  padding-bottom: 52px;
}
.pageCandidatura .s1__intro {
  max-width: 997px;
  margin: 0 auto;
}
.pageCandidatura .s1__intro h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 66.5px */
  letter-spacing: -2.8px;
  text-align: center;
  margin-bottom: 24px;
}
.pageCandidatura .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.54px;
}
.pageCandidatura .candidatura {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #000;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .pageCandidatura .candidatura {
    padding-right: 15px;
    padding-bottom: 24px;
    flex-direction: column;
  }
}
.pageCandidatura .candidatura__form {
  flex: 1 1 50%;
  padding: 30px 0 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pageCandidatura .candidatura__form {
    padding: 24px 0;
    flex: 1;
  }
}
.pageCandidatura .candidatura__form h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 47.5px */
  letter-spacing: -2px;
}
.pageCandidatura .candidatura__form form {
  display: flex;
  flex-direction: column;
}
.pageCandidatura .candidatura__form form p {
  margin: 0;
}
.pageCandidatura .candidatura__form form input,
.pageCandidatura .candidatura__form form textarea {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(44, 44, 44, 0.29);
  outline: none;
}
.pageCandidatura .candidatura__form form input::placeholder,
.pageCandidatura .candidatura__form form textarea::placeholder {
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}
.pageCandidatura .candidatura__form form [type=submit] {
  padding: 12px;
  background-color: #d8a400;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.pageCandidatura .candidatura__form form [type=submit]:hover {
  background-color: #c79200;
}
.pageCandidatura .candidatura__form form textarea {
  height: 100px;
}
.pageCandidatura .candidatura__image {
  flex: 1 1 50%;
}
@media (max-width: 1199px) {
  .pageCandidatura .candidatura__image {
    flex: 1;
  }
}
.pageCandidatura .candidatura__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageEquipe {
  padding-bottom: 70px;
}
.pageEquipe .s1__intro {
  max-width: 1016px;
  margin: 0 auto;
  padding-bottom: 32px;
}
.pageEquipe .s1__intro h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -2.8px;
  margin-bottom: 42px;
  text-align: center;
}
.pageEquipe .s1__intro .txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.54px;
}
.pageEquipe .s2__equipe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}
.pageEquipe .s2__equipe .boxMembro {
  background-repeat: no-repeat;
  background-size: cover;
  height: 445px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.pageEquipe .s2__equipe .boxMembro .contentBox {
  background: #2c2c2c;
  padding: 16px;
  width: 100%;
}
.pageEquipe .s2__equipe .boxMembro .contentBox .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pageEquipe .s2__equipe .boxMembro .contentBox .title p {
  color: #c8a059;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 22.08px */
  letter-spacing: -0.96px;
  margin: 0;
}
.pageEquipe .s2__equipe .boxMembro .contentBox h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%; /* 38.64px */
  letter-spacing: -1.12px;
  margin: 0;
}

.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-page-default .header {
  background: rgba(0, 0, 0, 0.85);
  transition: background 0.3s, position 0.3s;
}
.page-template-page-default .content-default {
  padding: 80px 0;
}

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

.header {
  transition: background 0.3s, position 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 24px;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 6px;
  position: relative;
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .header > .container {
    padding: 8px 16px;
  }
}
.header > .container::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #cfa349;
  pointer-events: none;
}
.header .logo {
  max-width: 200px;
  padding: 16px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    display: none;
    position: absolute;
    top: 0;
    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: 14px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
  }
}
.header .primary-menu li a {
  color: #2c2c2c;
  font-weight: 500;
  padding: 12px;
  border-radius: 4px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #2c2c2c;
  }
}
.header .btn {
  font-size: 16px;
}
.header .iconsHeader {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .iconsHeader__item {
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}
.header .iconsHeader__item:hover {
  transform: scale(1.05);
}
.header .iconsHeader__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.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-color: rgba(31, 59, 115, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
}
.banner h1 {
  text-align: center;
  margin: 16px auto;
  color: white;
}
.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;
}

main {
  padding-top: 220px;
}

.footer__top {
  background: #222;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #c8a059;
  padding: 48px 0;
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top h4 {
  font-size: 24px;
}
.footer__top .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer__top .logos {
    align-items: center;
    text-align: center;
  }
}
.footer__top .logos p {
  color: white;
}
.footer__top .logos .logo {
  max-width: 240px;
}
.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-bottom: 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: 32px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  .footer__top .txt .btns {
    align-items: center;
  }
}
.footer__top .txt .btns .btn {
  background: white;
  color: #000;
  min-width: 302px;
  opacity: 1;
  border-radius: 8px;
}
.footer__top .txt .btns.contacto {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
}
.footer__top .txt .btns.contacto a {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 8px;
}
.footer__top .txt .btns.contacto a:hover {
  color: #000 !important;
}
.footer__top .txt .btns.contacto .btn {
  background: white;
  max-width: 32px;
  max-height: 32px;
  text-align: center;
  min-width: inherit;
  border-radius: 8px;
}
.footer__bottom {
  text-align: center;
  background: #222;
  padding: 32px 0;
}
@media (max-width: 1199px) {
  .footer__bottom {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}