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

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

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

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

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

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

.btn {
  border-radius: 4px;
  background: #af6824;
  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);
}

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

.btnBanner {
  border-radius: 4px;
  background: #af6824;
  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);
  margin: 24px auto;
  display: block;
  width: fit-content;
}

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

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

/* Prefer the browser/OS native scrollbars. Remove aggressive customizations that hide arrows or change sizing.
   Use CSS hints that request native appearance when supported. */
/* Firefox: use auto (auto/thin) and default colors */
* {
  scrollbar-width: auto; /* options: auto, thin, none */
  scrollbar-color: initial; /* prefer system default */
}

/* IE/Edge legacy */
* {
  -ms-overflow-style: auto; /* options: auto | none | scrollbar */
}

/* Remove WebKit overrides if present elsewhere by resetting to auto appearance */
/* Do not override WebKit scrollbar pseudo-elements here so browsers render native scrollbars. */
@media (max-width: 1199px) {
  .page-template-home .banner {
    margin-top: 0;
  }
}
.page-template-home .boxBanner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-template-home .boxBanner.container {
    max-width: 100%;
    padding: 0;
    height: 730px;
  }
}
.page-template-home .boxBanner .banner.-video {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
  color: #fff;
}
.page-template-home .boxBanner .banner.-video .video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.page-template-home .boxBanner .banner.-video .video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content h1 {
  font-size: 3rem;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content .txt {
  margin: 15px 0;
  max-width: 600px;
  margin-inline: auto;
}
.page-template-home .boxBanner .banner.-video .boxBanner__content .botoesBanner {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.page-template-home .boxBanner .banner.-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.home-page .homeBoxes .box {
  background: #af6824;
  position: relative;
  padding: 24px;
}
.home-page .homeBoxes .box .logoEva {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media (max-width: 767px) {
  .home-page .homeBoxes .box .logoEva {
    display: none;
  }
}
.home-page .homeBoxes .box:nth-child(even) {
  background: #f4f3f2;
}
.home-page .homeBoxes .box:nth-child(even) .container {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .home-page .homeBoxes .box:nth-child(even) .container {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.home-page .homeBoxes .box .container {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .home-page .homeBoxes .box .container {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.home-page .homeBoxes .box .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-page .homeBoxes .box .content {
    text-align: center;
  }
}
.home-page .homeBoxes .box .content * {
  color: white;
}
.home-page .homeBoxes .box .content .btn {
  background: white;
  color: #af6824;
  width: fit-content;
}
@media (max-width: 767px) {
  .home-page .homeBoxes .box .content .btn {
    margin: 0 auto;
  }
}
.home-page .intro {
  text-align: center;
  padding: 60px 0;
  background: #f4f2ea;
}
.home-page .galeriaIntro {
  padding: 48px 0;
}
.home-page .galeriaIntro .galeriaIntro-slick .item {
  padding: 10px;
}
.home-page .galeriaIntro .galeriaIntro-slick .item .img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: all 1s ease;
}
.home-page .galeriaIntro .galeriaIntro-slick .item:hover .img {
  filter: grayscale(0%);
  transform: scale(1.03);
}
.home-page .galeriaIntro .galeriaIntro-slick .slick-slide {
  transition: filter 1s ease, transform 1s ease;
}
.home-page .galeriaIntro .galeriaIntro-slick .slick-current .img {
  animation: fadeColor 4s ease-in-out forwards;
}
@keyframes fadeColor {
  0% {
    filter: grayscale(100%);
  }
  50% {
    filter: grayscale(0%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.home-page .introLast {
  text-align: center;
  padding: 60px 0;
  background: #f4f2ea;
}
.home-page .galeriaIntroLast {
  padding: 48px 0;
  text-align: center;
}
.home-page .galeriaIntroLast .galeriaIntroLast-slick .item {
  padding: 10px;
}
.home-page .galeriaIntroLast .galeriaIntroLast-slick .item .img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: all 1s ease;
}
.home-page .galeriaIntroLast .galeriaIntroLast-slick .item:hover .img {
  filter: grayscale(0%);
  transform: scale(1.03);
}
.home-page .galeriaIntroLast .galeriaIntroLast-slick .slick-slide {
  transition: filter 1s ease, transform 1s ease;
}
.home-page .galeriaIntroLast .galeriaIntroLast-slick .slick-current .img {
  animation: fadeColor 4s ease-in-out forwards;
}
@keyframes fadeColor {
  0% {
    filter: grayscale(100%);
  }
  50% {
    filter: grayscale(0%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.home-page .about {
  padding: 60px 0;
  background: #f4f2ea;
}
.home-page .about > .container {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .home-page .about > .container {
    flex-direction: column-reverse;
  }
}
.home-page .about .aboutImg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 600px;
  height: 400px;
}
@media (max-width: 1199px) {
  .home-page .about .aboutImg {
    width: 100%;
    height: 300px;
  }
}
.home-page .about .content {
  max-width: 400px;
}
.home-page .experiencias {
  padding: 80px 0;
}
.home-page .experiencias .txt {
  text-align: center;
}
.home-page .experiencias .gridExperiencias {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 32px;
}
.home-page .experiencias .cardExperiencia {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  overflow: hidden;
  filter: grayscale(100%);
  transition: all 0.6s ease;
  cursor: pointer;
}
.home-page .experiencias .cardExperiencia:hover {
  filter: grayscale(0%);
}
.home-page .experiencias .cardExperiencia:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
.home-page .experiencias .cardExperiencia .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.home-page .experiencias .cardExperiencia .overlay h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: white;
}
.home-page .experiencias .cardExperiencia .overlay p {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
}
@media (max-width: 1024px) {
  .home-page .experiencias .gridExperiencias {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .home-page .experiencias .gridExperiencias {
    grid-template-columns: 1fr;
  }
}
.home-page .momentos {
  padding: 100px 0;
  text-align: center;
  background: #f4f2ea;
}
.home-page .momentos .titulo {
  margin-bottom: 40px;
}
.home-page .momentos .titulo h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-page .momentos .titulo p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}
.home-page .momentos .titulo .btnMomentos {
  display: inline-block;
  background: #c8ab71;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 600;
}
.home-page .momentos .titulo .btnMomentos:hover {
  background: #b2935d;
}
.home-page .momentos .momentos-slick .item {
  padding: 10px;
}
.home-page .momentos .momentos-slick .item .img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: all 1s ease;
}
.home-page .momentos .momentos-slick .item:hover .img {
  filter: grayscale(0%);
  transform: scale(1.03);
}
.home-page .momentos .momentos-slick .slick-slide {
  transition: filter 1s ease, transform 1s ease;
}
.home-page .momentos .momentos-slick .slick-current .img {
  animation: fadeColor 4s ease-in-out forwards;
}
@keyframes fadeColor {
  0% {
    filter: grayscale(100%);
  }
  50% {
    filter: grayscale(0%);
  }
  100% {
    filter: grayscale(0%);
  }
}

.page-template-quem-somos .footer .banner::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.52);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.sobre .intro .boxesSobre .box {
  background: #f4f2ea;
}
.sobre .intro .boxesSobre .box:nth-child(even) {
  background: transparent;
}
.sobre .intro .boxesSobre .box:nth-child(even) .container {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .sobre .intro .boxesSobre .box:nth-child(even) .container {
    flex-direction: column-reverse;
  }
}
.sobre .intro .boxesSobre .box .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 80px;
  padding: 80px 16px;
}
@media (max-width: 1199px) {
  .sobre .intro .boxesSobre .box .container {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.sobre .intro .boxesSobre .box .imgSobre {
  width: 450px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .sobre .intro .boxesSobre .box .imgSobre {
    width: 100%;
    height: 300px;
  }
}
.sobre .intro .boxesSobre .box .txt {
  max-width: 480px;
}
@media (max-width: 1199px) {
  .sobre .intro .boxesSobre .box .txt {
    max-width: 100%;
  }
}
.sobre .emocoes {
  background: #f4f2ea;
  padding: 80px 0;
}
.sobre .emocoes .txt {
  text-align: center;
}
.sobre .emocoes .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  text-align: center;
}
.sobre .emocoes .boxes .box {
  background: white;
  padding: 24px 10px;
  margin: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sobre .emocoes .boxes .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(22, 17, 3, 0.2);
}
.sobre .emocoes .boxes .box img {
  margin-bottom: 10px;
}

.page-template-contato .newsLetter {
  display: none !important;
}

.contacto {
  padding-top: 48px;
}

.contato {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .contato {
    padding: 40px 16px;
  }
}
.contato .contato__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border: 1px solid #61a6ab;
  border-radius: 16px;
  background: #fff;
}
.contato .contato__form {
  max-width: 630px;
  padding: 32px 16px;
}
.contato .contato__form .form-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contato .contato__form .form-grid .col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contato .contato__form .form-grid input,
.contato .contato__form .form-grid select,
.contato .contato__form .form-grid textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  font-family: inherit;
  resize: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contato .contato__form .form-grid input::placeholder,
.contato .contato__form .form-grid select::placeholder,
.contato .contato__form .form-grid textarea::placeholder {
  color: #2c2c2c;
}
.contato .contato__form .form-grid input:focus,
.contato .contato__form .form-grid select:focus,
.contato .contato__form .form-grid textarea:focus {
  border-color: #af6824;
  box-shadow: 0 0 0 2px rgba(212, 74, 26, 0.2);
}
.contato .contato__form .form-grid textarea {
  height: 150px;
}
.contato .contato__form .form-grid [type=file] {
  background: #fff;
  cursor: pointer;
}
.contato .contato__form .form-grid .btn-enviar {
  align-self: flex-start;
  background: #af6824;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20V4L22 12L3 20ZM5 17L16.85 12L5 7V10.5L11 12L5 13.5V17ZM5 17V12V7V10.5V13.5V17Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px;
  width: fit-content;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .contato .contato__form .form-grid .col-2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.contato .contato__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  border-left: 1px solid #61a6ab;
  padding: 30px;
}
@media (max-width: 1199px) {
  .contato .contato__info {
    border-left: 0;
    border-top: 1px solid #61a6ab;
  }
}
.contato .contato__info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contato .contato__info p {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  color: #222;
  margin-bottom: 24px;
}
.contato .contato__info .btn-whatsapp {
  background: #00d35e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contato .contato__info .btnMaps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e6e2d7;
  border-radius: 12px;
  color: #000000;
  padding: 10px 24px;
  width: fit-content;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .contato .contato__wrapper {
    grid-template-columns: 1fr;
  }
}

.iframeMapa p {
  margin: 0 0 24px;
  line-height: 0;
}

.reserva {
  background: #f5ede0;
  border-bottom: 15px solid #f4f3f2;
  padding: 24px 0 48px;
}
.reserva .txt {
  text-align: center;
}
.reserva .boxesReserva {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .reserva .boxesReserva {
    flex-direction: column-reverse;
  }
}
.reserva .boxesReserva .imgReserva {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 629px;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  position: relative;
}
.reserva .boxesReserva .imgReserva::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
}
.reserva .boxesReserva .imgReserva h2 {
  color: white;
  position: relative;
}
@media (max-width: 1199px) {
  .reserva .boxesReserva .imgReserva {
    width: 100%;
    height: 300px;
  }
}
.reserva .boxesReserva .formReserva .formWrapper {
  background: #fff;
  border: 1px solid #d1d5c9;
  border-radius: 10px;
  padding: 40px;
}
.reserva .boxesReserva .formReserva .formRow {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .reserva .boxesReserva .formReserva .formRow {
    flex-direction: column;
    gap: 15px;
  }
}
.reserva .boxesReserva .formReserva .formRow .half {
  flex: 1;
}
.reserva .boxesReserva .formReserva .formGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.reserva .boxesReserva .formReserva .formGroup label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}
.reserva .boxesReserva .formReserva .formGroup input,
.reserva .boxesReserva .formReserva .formGroup select,
.reserva .boxesReserva .formReserva .formGroup textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
  font-family: inherit;
  background: #fff;
  transition: border 0.3s ease;
}
.reserva .boxesReserva .formReserva .formGroup input:focus,
.reserva .boxesReserva .formReserva .formGroup select:focus,
.reserva .boxesReserva .formReserva .formGroup textarea:focus {
  outline: none;
  border-color: #a0a58d;
}
.reserva .boxesReserva .formReserva .formGroup select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
}
.reserva .boxesReserva .formReserva .formGroup textarea {
  resize: vertical;
  min-height: 120px;
  height: 120px;
}
.reserva .boxesReserva .formReserva .formSubmit {
  margin-top: 10px;
}
.reserva .boxesReserva .formReserva .formSubmit .btn-enviar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f2e6d8;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20V4L22 12L3 20ZM5 17L16.85 12L5 7V10.5L11 12L5 13.5V17ZM5 17V12V7V10.5V13.5V17Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px;
  padding-left: 60px;
}
.reserva .boxesReserva .formReserva .formSubmit .btn-enviar:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L13 1L8 11L6 7L1 6Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L13 1L8 11L6 7L1 6Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
  background: #000;
}

/* GRID & LAYOUT */
.form-grid {
  display: grid;
  gap: 20px;
}

.form-grid .col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .form-grid .col-2 {
    grid-template-columns: 1fr;
  }
}
/* CF7 WRAPS (garante que virem “itens” da grid) */
.form-grid .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.form-grid p {
  margin: 0;
}

/* CAMPOS */
.form-grid input[type=text],
.form-grid input[type=email],
.form-grid input[type=tel],
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}

.form-grid textarea {
  height: 150px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: #af6824;
  box-shadow: 0 0 0 2px rgba(212, 74, 26, 0.2);
}

/* FILE INPUT */
.form-grid input[type=file] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.form-grid input[type=file]::-webkit-file-upload-button {
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 8px 12px;
  background: #eee;
  cursor: pointer;
}

/* BOTÃO (full width como no print) */
.form-grid input[type=submit],
.form-grid .btn-enviar {
  display: block;
  width: 100%;
  background: #af6824;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.02s ease-in;
}

.page-servicos .servicesList h2 {
  color: #af6824;
}
.page-servicos .servicesList .boxService {
  padding: 80px 0;
  text-align: center;
}
.page-servicos .servicesList .boxService .imgBox {
  width: 100%;
  max-width: 600px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .page-servicos .servicesList .boxService .imgBox {
    height: 350px;
  }
}
.page-servicos .servicesCards {
  background: #f4f2ea;
  padding: 80px 0;
}
.page-servicos .servicesCards .txt {
  text-align: center;
}
.page-servicos .servicesCards .cardsServices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.page-servicos .servicesCards .cardsServices .cardService {
  border: 1px solid #af6824;
  border-radius: 16px;
}
.page-servicos .servicesCards .cardsServices .cardService__img {
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0 0;
}
.page-servicos .servicesCards .cardsServices .cardService__txt {
  padding: 16px;
}
.page-servicos .servicesCards .cardsServices .cardService__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* número de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}
.page-servicos .servicesCards .cardsServices .cardService .btn {
  color: white;
  display: block;
  width: fit-content;
}

.blog-single {
  margin-top: 180px;
}

.projeto-single {
  /* Projetos gallery styles */
}
.projeto-single .projeto-gallery-wrapper {
  margin: 2rem auto 2rem auto; /* center wrapper */
}
.projeto-single .projeto-gallery-main {
  margin-top: 48px;
}
.projeto-single .projeto-gallery-main .gallery-main-item,
.projeto-single .projeto-gallery-thumbs .gallery-thumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.projeto-single .projeto-gallery-main img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.projeto-single .projeto-gallery-thumbs {
  margin-top: 12px;
}
.projeto-single .projeto-gallery-thumbs .gallery-thumb-item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.7;
}
.projeto-single .projeto-gallery-thumbs .slick-current .gallery-thumb-item img,
.projeto-single .projeto-gallery-thumbs .gallery-thumb-item.slick-current img {
  opacity: 1;
  border: 2px solid var(--main-color, #333);
}
.projeto-single .projeto-gallery-main .slick-arrow {
  z-index: 5;
}
.projeto-single .projeto-gallery-thumbs .slick-track {
  display: flex;
  gap: 16px;
}
.projeto-single .projeto-gallery-thumbs .gallery-thumb-item {
  width: fit-content !important;
  cursor: pointer;
}

.pageBlog {
  padding: 62px 0 0;
  background: #f3f3f3;
  border-bottom: 20px solid #f4f3f2;
}
.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: #af6824;
  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: "Gilda Display", serif;
  margin-bottom: 10px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .txt p {
  font-size: 16px;
  line-height: 24px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .btn {
  margin-top: 15px;
}
.pageBlog__destaque .blogLateral {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral {
    flex-direction: column;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
  width: 220px;
  height: 190px;
  flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
    width: 100%;
    height: 300px;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt p {
  font-size: 14px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt .blogDate {
  font-size: 0.8rem;
  display: block;
  margin-top: 4px;
}

.blocosHomeEva .bloco {
  padding: 60px 0;
  background: #e5e1d6;
  border-bottom: 15px solid #612418;
}
.blocosHomeEva .bloco__intro {
  text-align: 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: #af6824;
  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;
  }
}

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

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

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

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

.page-template-page-default .content-default {
  padding: 180px 0;
}

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

.header {
  transition: background 0.3s, position 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  padding: 0;
  transition: opacity 0.4s ease, background 0.3s, position 0.3s;
}
@media (min-width: 1200px) {
  .header.hidden .logo {
    transform: scale(0.92);
    top: 0;
    max-width: 220px;
    opacity: 1 !important;
  }
  .header.hidden .headerRight {
    margin-top: 0;
  }
  .header.hidden .header__bottom {
    margin-bottom: 0;
  }
  .header.hidden .header__top {
    padding: 0;
  }
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__top {
  padding: 16px 0;
  transition: padding 0.3s ease;
}
@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;
  }
}
.header__bottom .logo {
  opacity: 1 !important;
}
@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;
}
@media (min-width: 1200px) {
  .header .headerRight {
    margin-top: -24px;
    transition: margin-top 0.3s ease;
    position: relative;
  }
}
.header .headerRight nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1200px) {
  .header .headerRight .lang-header {
    position: absolute;
    right: 0;
  }
  .header .headerRight .lang-header .gtranslate_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header .headerRight .lang-header .gtranslate_wrapper a {
    font-size: 18px;
    position: relative;
  }
  .header .headerRight .lang-header .gtranslate_wrapper a::after {
    content: "|";
    position: absolute;
    right: -12px;
  }
  .header .headerRight .lang-header .gtranslate_wrapper a:nth-child(3)::after {
    content: none;
  }
}
.header .headerRight .lang-header select {
  border: none;
  background: transparent;
  font-size: 18px;
}
.header .headerRight .redes {
  display: flex;
  gap: 8px;
}
@media (max-width: 1199px) {
  .header .headerRight .redes.desk {
    display: none;
  }
}
.header .btnMenu,
.header .btnPedido {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 4px;
  background: #af6824;
  color: white;
  font-weight: 500;
  padding: 8px 16px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .header .btnMenu,
  .header .btnPedido {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.header .headerSocial {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .header .headerSocial .redes {
    display: none;
  }
}
.header .headerSocial .tel a {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .header .logo {
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: left center;
    will-change: transform, opacity;
    position: relative;
    top: 24px;
  }
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 120px;
  }
}
@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: 24px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.header .primary-menu li a {
  color: #323e4f;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #323e4f;
  }
}
.header .primary-menu li a:hover {
  background: #af6824;
  color: white;
  opacity: 1;
}
@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: #af6824;
    color: white;
  }
  .header .primary-menu li:hover > .sub-menu {
    display: block;
  }
}
.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);
}

.boxBanner {
  position: relative;
}
.boxBanner .arrowBanner {
  position: absolute;
  left: calc(50% - 24px);
  top: 80%;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-top: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 80px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.52);
  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;
  max-width: 600px;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: center;
}
.banner .txt {
  text-align: center;
  margin: 0 auto;
}
.banner .txt h2 {
  font-weight: 500;
}
.banner .boxBanner .botoesBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .banner .boxBanner .botoesBanner {
    flex-direction: column;
  }
}
.banner .boxBanner .botoesBanner .btnBanner {
  border-radius: 4px;
  background: #b9626a;
  padding: 8px 24px;
  color: white;
}
.banner .boxBanner .botoesBanner .btnBanner:last-child {
  background: #f4f3f2;
}

.footer .boxBanner .bannerFooter .banner {
  height: 420px;
}
.footer .boxBanner .bannerFooter .banner h1 {
  max-width: 100%;
}
.footer__top {
  background: #faf9f7;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logoFooter {
  text-align: center;
}
@media (max-width: 1199px) {
  .footer__top .logoFooter {
    text-align: center;
  }
}
.footer__top .logoFooter .logoPrr {
  max-width: 370px;
  margin: 0 auto;
}
.footer__top .logoFooter .txt {
  max-width: 410px;
  padding-top: 20px;
  text-align: center;
}
.footer__top .logoFooter .txt p {
  font-size: 12px;
  line-height: 18px;
}
.footer__top .social {
  text-align: center;
}
.footer__top .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__top .social ul li {
  background: white;
  border-radius: 8px;
}
.footer__top .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer__top .social .btns {
  margin-top: 40px;
}
.footer__top .social .btns .btnFooter {
  background: #931a1d;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  border-radius: 8px;
  margin-top: 24px;
}
.footer__top .contacto .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__top .contacto .info a {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.footer__top .menuFooter ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.footer__top .morada {
  max-width: 230px;
}
@media (max-width: 1199px) {
  .footer__top .morada {
    text-align: center;
  }
}
.footer__top .morada p {
  font-size: 14px;
  line-height: 20px;
}
.footer__top .morada .listaFooter li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.footer__top .morada .listaFooter li img {
  width: 16px;
}
.footer__top .morada iframe {
  width: 228px;
  height: 149px;
  border-radius: 8px;
}
.footer__bottom {
  text-align: center;
  background: #faf9f7;
}
.footer__bottom > .container {
  border-top: 4px solid #af6824;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__bottom > .container {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  margin: 0;
  text-align: center;
  color: #af6824;
}

.blog-single {
  padding: 80px 0;
}