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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.7);
  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: #000;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #6a1b1b;
}

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

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

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: rgba(0, 0, 0, 0.7);
}
a:hover {
  opacity: 0.7;
}

.btn {
  border-radius: 5px;
  background: #6a1b1b;
  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;
}

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

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

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

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

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

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

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

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

.page-template-home .banner h1 {
  max-width: 100%;
}
.page-template-home .banner .txt {
  max-width: 100%;
}
.page-template-home .banner .btnsBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .page-template-home .banner .btnsBanner {
    flex-direction: column;
  }
}
.page-template-home .banner .btnsBanner .btn:last-child {
  background: #9ba879;
}

.home__restaurante {
  padding-top: 40px;
  padding-bottom: 48px;
  border-bottom: 15px solid #9ba879;
}
.home__restaurante .intro {
  display: flex;
  gap: 50px;
}
@media (max-width: 1199px) {
  .home__restaurante .intro {
    flex-direction: column;
    gap: 16px;
  }
}
.home__restaurante .intro .right .txt {
  max-width: 655px;
}
.home__restaurante .intro .right .btn {
  display: block;
  width: fit-content;
  margin: 32px 0 0 auto;
}
@media (max-width: 1199px) {
  .home__restaurante .intro .right .btn {
    margin: 32px 0;
  }
}
.home__restaurante .restauranteImgs {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 1199px) {
  .home__restaurante .restauranteImgs {
    flex-direction: column;
  }
}
.home__restaurante .restauranteImgs .imgBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home__restaurante .restauranteImgs .imgBox.item-1 {
  width: 430px;
  height: 420px;
}
@media (max-width: 1199px) {
  .home__restaurante .restauranteImgs .imgBox.item-1 {
    width: 100%;
    height: 200px;
  }
}
.home__restaurante .restauranteImgs .imgBox.item-2 {
  width: 344px;
  height: 336px;
}
@media (max-width: 1199px) {
  .home__restaurante .restauranteImgs .imgBox.item-2 {
    width: 100%;
    height: 200px;
  }
}
.home__restaurante .restauranteImgs .imgBox.item-3 {
  width: 344px;
  height: 195px;
}
@media (max-width: 1199px) {
  .home__restaurante .restauranteImgs .imgBox.item-3 {
    width: 100%;
    height: 200px;
  }
}
.home__entradas {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  position: relative;
  padding-top: 44px;
}
.home__entradas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.home__entradas > .container {
  position: relative;
}
.home__entradas .boxEntradas * {
  color: white;
}
.home__entradas .boxEntradas .btn {
  background: #9ba879;
  margin-top: 24px;
}
.home .imgDestaque {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 373px;
  border-bottom: 15px solid #6a1b1b;
}
@media (max-width: 1199px) {
  .home .imgDestaque {
    height: 170px;
  }
}
.home__mercado {
  padding: 48px 0;
  border-bottom: 15px solid #6a1b1b;
  background: #9ba879;
}
.home__mercado > .container {
  display: flex;
  gap: 50px;
}
@media (max-width: 1199px) {
  .home__mercado > .container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.home__mercado .imgMercado {
  background-repeat: no-repeat;
  background-size: cover;
  width: 494px;
  height: 352px;
}
@media (max-width: 1199px) {
  .home__mercado .imgMercado {
    width: 100%;
  }
}
.home__mercado .contentMercado {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 655px;
}
.home__mercado .contentMercado * {
  color: white;
}
.home__mercado .contentMercado .contentTxt svg {
  margin-bottom: 32px;
}
.home__mercado .contentMercado .btn {
  width: fit-content;
}
.home .reserva {
  background: #f5ede0;
  border-bottom: 15px solid #9ba879;
  padding: 24px 0 48px;
}
.home .reserva .txt {
  text-align: center;
}
.home .reserva .boxesReserva {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .home .reserva .boxesReserva {
    flex-direction: column-reverse;
  }
}
.home .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;
}
.home .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;
}
.home .reserva .boxesReserva .imgReserva h2 {
  color: white;
  position: relative;
}
@media (max-width: 1199px) {
  .home .reserva .boxesReserva .imgReserva {
    width: 100%;
    height: 300px;
  }
}
.home .reserva .boxesReserva .formReserva .formWrapper {
  background: #fff;
  border: 1px solid #d1d5c9;
  border-radius: 10px;
  padding: 40px;
}
.home .reserva .boxesReserva .formReserva .formRow {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .home .reserva .boxesReserva .formReserva .formRow {
    flex-direction: column;
    gap: 15px;
  }
}
.home .reserva .boxesReserva .formReserva .formRow .half {
  flex: 1;
}
.home .reserva .boxesReserva .formReserva .formGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.home .reserva .boxesReserva .formReserva .formGroup label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}
.home .reserva .boxesReserva .formReserva .formGroup input,
.home .reserva .boxesReserva .formReserva .formGroup select,
.home .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;
}
.home .reserva .boxesReserva .formReserva .formGroup input:focus,
.home .reserva .boxesReserva .formReserva .formGroup select:focus,
.home .reserva .boxesReserva .formReserva .formGroup textarea:focus {
  outline: none;
  border-color: #a0a58d;
}
.home .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;
}
.home .reserva .boxesReserva .formReserva .formGroup textarea {
  resize: vertical;
  min-height: 120px;
  height: 120px;
}
.home .reserva .boxesReserva .formReserva .formSubmit {
  margin-top: 10px;
}
.home .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;
}
.home .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;
}
.home__instagram {
  padding: 48px 0;
  border-bottom: 15px solid #9ba879;
}
.home__instagram .title {
  text-align: center;
}
.home__instagram .title .btnfacebook {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 24px auto;
  border-radius: 13px;
  background: #9ba879;
}

.quemSomos .historia {
  padding: 40px 0 70px;
  border-bottom: 15px solid #6a1b1b;
}
.quemSomos .historia > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .quemSomos .historia > .container {
    flex-direction: column-reverse;
  }
}
.quemSomos .historia .imgHistoria {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 554px;
  height: 481px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .quemSomos .historia .imgHistoria {
    width: 100%;
    height: 300px;
  }
}
.quemSomos .historia .txtHistoria {
  max-width: 600px;
}
.quemSomos .historia .btn {
  margin: 24px 0;
  display: block;
  width: fit-content;
}
.quemSomos .valores {
  padding: 50px 0;
  border-bottom: 15px solid #6a1b1b;
}
@media (min-width: 1200px) {
  .quemSomos .valores > .container {
    max-width: 1440px;
  }
}
.quemSomos .valores .boxValores {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .quemSomos .valores .boxValores {
    flex-direction: column;
    gap: 32px;
  }
}
.quemSomos .valores .boxValores .itemValor {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.quemSomos .valores .boxValores .itemValor::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2784313725);
}
@media (max-width: 1199px) {
  .quemSomos .valores .boxValores .itemValor::after {
    width: 100%;
    height: 1px;
    top: calc(100% + 16px);
    left: 0;
    right: auto;
    transform: translateY(0);
  }
}
.quemSomos .valores .boxValores .itemValor:last-child::after {
  display: none;
}
.quemSomos .valores .boxValores .itemValor h3 {
  color: #6a1b1b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%; /* 27.2px */
  margin: 0;
}
.quemSomos .valores .boxValores .itemValor .txtValor {
  color: #6a1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 21.76px */
}
.quemSomos .reserva {
  padding: 40px 0 40px;
  border-bottom: 15px solid #6a1b1b;
}
.quemSomos .reserva > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .quemSomos .reserva > .container {
    flex-direction: column-reverse;
  }
}
.quemSomos .reserva .imgReserva {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 554px;
  height: 481px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .quemSomos .reserva .imgReserva {
    width: 100%;
    height: 300px;
  }
}
.quemSomos .reserva .txtReserva {
  max-width: 600px;
}
.quemSomos .reserva .btn {
  margin: 24px 0;
  display: block;
  width: fit-content;
}
.quemSomos .destaque {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 535px;
  border-bottom: 15px solid #9ba879;
}
@media (max-width: 1199px) {
  .quemSomos .destaque {
    height: 150px;
  }
}
.quemSomos .depoimentos {
  padding: 20px 0 40px;
  border-bottom: 15px solid #6a1b1b;
}
.quemSomos .depoimentos .txt {
  text-align: center;
}
.quemSomos .depoimentos__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-top: 24px;
  padding-bottom: 10px;
  /* oculta scrollbar no desktop */
}
@media (max-width: 1199px) {
  .quemSomos .depoimentos__grid {
    flex-direction: column;
  }
}
.quemSomos .depoimentos__grid::-webkit-scrollbar {
  height: 6px;
}
.quemSomos .depoimentos__grid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.quemSomos .depoimentos__item {
  flex: 0 0 412px;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 26px 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  border: 1px solid rgba(106, 27, 27, 0.8);
  background: #f9f9f7;
}
.quemSomos .depoimentos__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.quemSomos .depoimentos__texto {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: left;
}
.quemSomos .depoimentos__texto h1,
.quemSomos .depoimentos__texto h2,
.quemSomos .depoimentos__texto h3,
.quemSomos .depoimentos__texto h4,
.quemSomos .depoimentos__texto h5,
.quemSomos .depoimentos__texto h6 {
  color: #6a1b1b;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%; /* 32.64px */
}
.quemSomos .depoimentos__autor {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3490196078);
  padding-top: 24px;
}
.quemSomos .depoimentos__foto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.quemSomos .depoimentos__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quemSomos .depoimentos__nome {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.quemSomos .depoimentos__avaliacao {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.quemSomos .depoimentos__avaliacao .estrela {
  color: #ffcc00;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .quemSomos .depoimentos {
    padding: 60px 0;
  }
  .quemSomos .depoimentos__item {
    padding: 30px 20px;
  }
  .quemSomos .depoimentos__texto {
    font-size: 14px;
  }
}

.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: #6a1b1b;
  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: #6a1b1b;
  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: #000;
  border-radius: 12px;
  color: white;
  padding: 10px 24px;
  width: fit-content;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .contato .contato__wrapper {
    grid-template-columns: 1fr;
  }
}

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

.reserva {
  background: #f5ede0;
  border-bottom: 15px solid #9ba879;
  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: #6a1b1b;
  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: #6a1b1b;
  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;
}

.areaNegocios__grid {
  padding: 48px 0;
  border-bottom: 16px solid #bfbfbf;
}
.areaNegocios__grid > .container {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1199px) {
  .areaNegocios__grid > .container {
    flex-direction: column-reverse;
  }
}
.areaNegocios__grid .imgIntro {
  width: 466px;
  height: 257px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
}
@media (max-width: 1199px) {
  .areaNegocios__grid .imgIntro {
    width: 100%;
  }
}
.areaNegocios__grid__txt {
  max-width: 558px;
}
@media (max-width: 1199px) {
  .areaNegocios__grid__txt {
    max-width: 100%;
    text-align: center;
  }
}
.areaNegocios__grid .btn {
  display: block;
  width: fit-content;
  margin-top: 24px;
  border: none;
}
@media (max-width: 1199px) {
  .areaNegocios__grid .btn {
    margin: 24px auto;
  }
}
.areaNegocios__contacto {
  background: #6a1b1b;
  padding: 100px 0;
}
.areaNegocios__contacto .txt {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.areaNegocios__contacto .txt h2 {
  font-size: 60px;
}
@media (max-width: 1199px) {
  .areaNegocios__contacto .txt h2 {
    font-size: 32px;
  }
}
.areaNegocios__contacto .txt p {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .areaNegocios__contacto .txt p {
    font-size: 20px;
  }
}
.areaNegocios__contacto .txt * {
  color: white;
}
.areaNegocios__contacto .txt .btn {
  background: white;
  color: #6a1b1b;
  display: block;
  width: fit-content;
  margin: 32px auto;
  border-radius: 28px;
}

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.custom-modal__content {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 640px;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.custom-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

.custom-modal__body {
  line-height: 1.6;
  color: #333;
}

.blogSection {
  padding: 80px 0;
}
.blogSection .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.blogSection__header {
  text-align: center;
  margin-bottom: 40px;
}
.blogSection__header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.blogSection__header p {
  color: #555;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}
.blogSection__featured {
  display: flex;
  gap: 30px;
  background: #6a1b1b;
  color: #fff;
  border-radius: 14px;
  padding: 25px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blogSection__featured {
    flex-direction: column;
  }
}
.blogSection__featured__img {
  flex: 0 0 45%;
  border-radius: 10px;
  overflow: hidden;
}
.blogSection__featured__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blogSection__featured__img:hover img {
  transform: scale(1.08);
}
.blogSection__featured__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blogSection__featured__content .meta {
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 16px;
}
.blogSection__featured__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: white;
}
.blogSection__featured__content p {
  font-size: 1rem;
  color: white;
}
.blogSection__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.blogCard {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none !important;
}
.blogCard:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}
.blogCard a {
  text-decoration: none;
  color: inherit;
}
.blogCard__img {
  overflow: hidden;
}
.blogCard__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 16px;
}
.blogCard__img:hover img {
  transform: scale(1.08);
}
.blogCard__content {
  padding: 20px;
}
.blogCard__content .meta {
  display: block;
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8117647059);
  padding-bottom: 10px;
}
.blogCard__content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.blogCard__content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.4;
}

.eventos .s1 {
  background: #4d5263;
  padding: 48px 0;
}
.eventos .s1__txt {
  text-align: center;
  margin-bottom: 48px;
}
.eventos .s1__txt * {
  color: white;
}
.eventos .s1__eventos .imgEvento {
  width: 302px;
  height: 472px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  margin: 0 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
.eventos .s1__eventos .imgEvento::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 22px;
  transition: background 0.4s ease;
}
.eventos .s1__eventos .imgEvento .redes {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  filter: brightness(0) invert(1);
}
.eventos .s1__eventos .imgEvento .txtEvento {
  position: relative;
}
.eventos .s1__eventos .imgEvento .txtEvento * {
  color: white;
}
.eventos .s1__eventos .imgEvento .txtEvento h2 {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 108%; /* 27px */
  letter-spacing: -0.5px;
  margin: 0;
}
.eventos .s1__eventos .imgEvento .txtEvento .infos {
  margin-bottom: 20px;
}
.eventos .s1__eventos .imgEvento .txtEvento .infos .data {
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%; /* 17.28px */
  letter-spacing: -0.32px;
}
.eventos .s1__eventos .imgEvento .txtEvento .descEvento p {
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 17.28px */
  letter-spacing: -0.32px;
}
.eventos .s1__eventos .imgEvento .txtEvento .btnEvento {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 19.44px */
  letter-spacing: -0.36px;
}
.eventos .s2 {
  background: #62a6ab;
  padding: 70px 0;
  border-bottom: 15px solid #4d5264;
}
.eventos .s2__boxes {
  display: flex;
  align-items: center;
  gap: 48px;
}
.eventos .s2__boxes .imgBox {
  background-repeat: no-repeat;
  background-size: cover;
  width: 410px;
  height: 508px;
  border-radius: 12px;
}
.eventos .s2__boxes__txt {
  max-width: 435px;
}
.eventos .s2__boxes__txt .txt h2 {
  color: white;
}
.eventos .s2__boxes__txt .txt p {
  color: rgba(255, 255, 255, 0.85);
}
.eventos .s2__boxes__txt .btnInstagram {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 12px;
  background: #f1ddb9;
  padding: 16px 48px;
  color: #62a6ab;
  font-weight: 700;
  margin: 48px 0;
  width: fit-content;
}

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

.page-template-ementa .ementa .bloco-refeicoes {
  border-bottom: 0;
}
.page-template-ementa .depoimentos {
  margin-top: 60px;
  border-top: 15px solid #6a1b1b;
}

@media (max-width: 767px) {
  .modal-ementa__dialog {
    padding: 10px !important;
  }
}

.boxSabor {
  display: none;
}
.boxSabor__pratos {
  margin-bottom: 24px;
}
.boxSabor__pratos .prato-item {
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
.boxSabor__pratos .prato-item .prato-preco {
  color: #9ba879;
  font-weight: bold;
  font-size: 18px;
}

.ementa .txt {
  text-align: center;
}
.ementa .bloco-refeicoes {
  padding: 28px 0;
  background-color: #fff;
  border-bottom: 15px solid #6a1b1b;
}
.ementa .bloco-refeicoes .txt {
  text-align: center;
}
.ementa .bloco-refeicoes .ementas {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .ementa .bloco-refeicoes .ementas {
    flex-direction: column;
    gap: 40px;
  }
}
.ementa .bloco-refeicoes .ementaDomingo,
.ementa .bloco-refeicoes .ementaSemanal {
  text-align: center;
}
.ementa .bloco-refeicoes .ementaDomingo .btnEmenta,
.ementa .bloco-refeicoes .ementaDomingo .btnEmentaSemanal,
.ementa .bloco-refeicoes .ementaSemanal .btnEmenta,
.ementa .bloco-refeicoes .ementaSemanal .btnEmentaSemanal {
  display: block;
  width: fit-content;
  margin: 24px auto;
}
.ementa .bloco-refeicoes .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.ementa .bloco-refeicoes .btnEncomenda {
  background: #9ba879;
  display: block;
  width: fit-content;
  margin: 24px auto;
}
.ementa .bloco-refeicoes .refeicoes-grid {
  display: grid;
  gap: 40px;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .ementa .bloco-refeicoes .refeicoes-grid {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .ementa .bloco-refeicoes .refeicoes-grid {
    gap: 25px;
  }
}
.ementa .bloco-refeicoes .refeicoes-grid .slick-prev::before,
.ementa .bloco-refeicoes .refeicoes-grid .slick-next::before {
  color: #6a1b1b;
}
@media (max-width: 767px) {
  .ementa .bloco-refeicoes .refeicoes-grid .slick-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .ementa .bloco-refeicoes .refeicoes-grid .slick-next {
    right: -10px;
  }
}
.ementa .bloco-refeicoes .refeicao-card {
  margin: 0 16px;
  cursor: pointer;
}
.ementa .bloco-refeicoes .refeicao-card .refeicao-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.ementa .bloco-refeicoes .refeicao-card .refeicao-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ementa .bloco-refeicoes .refeicao-card .refeicao-img:hover img {
  transform: scale(1.05);
}
.ementa .bloco-refeicoes .refeicao-card .refeicao-titulo {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
.ementa .bloco-refeicoes .refeicao-card .refeicao-texto {
  font-size: 15px;
  color: #444;
  line-height: 1.4;
}
.ementa .bloco-qualidade {
  padding: 24px 0;
  background: #fff;
  border-bottom: 15px solid #6a1b1b;
}
.ementa .bloco-qualidade .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.ementa .bloco-qualidade .qualidade-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .ementa .bloco-qualidade .qualidade-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .ementa .bloco-qualidade .qualidade-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.ementa .bloco-qualidade .qualidade-card .qualidade-img {
  width: 373px;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 355px;
}
@media (max-width: 1199px) {
  .ementa .bloco-qualidade .qualidade-card .qualidade-img {
    width: 100%;
    aspect-ratio: auto;
  }
}
.ementa .bloco-qualidade .qualidade-card .qualidade-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ementa .bloco-qualidade .qualidade-card .qualidade-img:hover img {
  transform: scale(1.05);
}
.ementa .bloco-qualidade .qualidade-card .qualidade-titulo {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}
.ementa .bloco-qualidade .qualidade-card .qualidade-texto {
  font-size: 15px;
  color: #444;
  line-height: 1.4;
  max-width: 300px;
}
.ementa .depoimentos {
  border-bottom: 15px solid #6a1b1b;
}
.ementa .bloco-localizacao {
  padding: 70px 0;
  background: #f3f3f3;
  border-bottom: 15px solid #6a1b1b;
}
.ementa .bloco-localizacao .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.ementa .bloco-localizacao .localizacao-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid #61a6ab;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .ementa .bloco-localizacao .localizacao-grid {
    grid-template-columns: 1fr;
  }
}
.ementa .bloco-localizacao .localizacao-info {
  padding: 40px;
  border-right: 1px solid #61a6ab;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .ementa .bloco-localizacao .localizacao-info {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
.ementa .bloco-localizacao .localizacao-info .localizacao-titulo {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.ementa .bloco-localizacao .localizacao-info .localizacao-texto {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}
.ementa .bloco-localizacao .localizacao-info .localizacao-texto h2 {
  font-size: 28px;
}
.ementa .bloco-localizacao .localizacao-info .localizacao-texto p {
  margin-bottom: 20px;
}
.ementa .bloco-localizacao .localizacao-info .localizacao-texto strong {
  font-weight: 600;
}
.ementa .bloco-localizacao .localizacao-info .btn-mapas {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
  width: fit-content;
  margin: 15px auto;
}
.ementa .bloco-localizacao .localizacao-info .btn-mapas span {
  margin-left: 8px;
}
.ementa .bloco-localizacao .localizacao-info .btn-mapas:hover {
  background: #333;
}
.ementa .bloco-localizacao .localizacao-mapa .localizacao-titulo {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  padding: 40px 40px 0;
}
.ementa .bloco-localizacao .localizacao-mapa .iframe-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ementa .bloco-localizacao .localizacao-mapa .iframe-wrap p {
  height: 100%;
}
.ementa .bloco-localizacao .localizacao-mapa .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 12px;
  transform-origin: center center;
}
.cardEffect:hover {
  transform: scale(1.05) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
.cardEffect img {
  transition: transform 0.4s ease;
}
.cardEffect:hover img {
  transform: scale(1.1);
}

.depoimentos {
  padding: 20px 0 40px;
  border-bottom: 15px solid #6a1b1b;
}
.depoimentos .txt {
  text-align: center;
}
.depoimentos__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-top: 24px;
  padding-bottom: 10px;
  /* oculta scrollbar no desktop */
}
@media (max-width: 1199px) {
  .depoimentos__grid {
    flex-direction: column;
  }
}
.depoimentos__grid::-webkit-scrollbar {
  height: 6px;
}
.depoimentos__grid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.depoimentos__item {
  flex: 0 0 412px;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 26px 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  border: 1px solid rgba(106, 27, 27, 0.8);
  background: #f9f9f7;
}
.depoimentos__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.depoimentos__texto {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: left;
}
.depoimentos__texto h1,
.depoimentos__texto h2,
.depoimentos__texto h3,
.depoimentos__texto h4,
.depoimentos__texto h5,
.depoimentos__texto h6 {
  color: #6a1b1b;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%; /* 32.64px */
}
.depoimentos__autor {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3490196078);
  padding-top: 24px;
  gap: 16px;
}
.depoimentos__foto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.depoimentos__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.depoimentos__nome {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.depoimentos__avaliacao {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.depoimentos__avaliacao .estrela {
  color: #ffcc00;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .depoimentos {
    padding: 60px 0;
  }
  .depoimentos__item {
    padding: 30px 20px;
  }
  .depoimentos__texto {
    font-size: 14px;
  }
}

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

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

.header {
  transition: background 0.3s, position 0.3s;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header__top {
  background: #6a1b1b;
  padding: 16px 0;
}
.header__top .infosContacto {
  display: flex;
  gap: 42px;
}
@media (max-width: 1199px) {
  .header__top .infosContacto {
    gap: 12px;
  }
}
.header__top .infosContacto li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white !important;
}
@media (max-width: 1199px) {
  .header__top .infosContacto li img {
    width: 14px;
  }
}
.header__top .infosContacto li span {
  color: white !important;
}
@media (max-width: 1199px) {
  .header__top .infosContacto li span {
    font-size: 10px;
  }
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 55px;
}
.header .redes {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .redes a {
  background: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 3px;
}
.header .btnMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 12px;
  background: #61a6ab;
  height: 52px;
  color: #f2ddb9;
  font-weight: 500;
  padding: 8px 16px;
  font-size: 18px;
}
.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;
}
.header .logo {
  max-width: 145px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 145px;
  }
}
@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;
  }
}
.header .primary-menu li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px;
  border-radius: 4px;
  padding: 8px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: rgba(0, 0, 0, 0.7);
  }
}
.header .primary-menu li a:hover {
  background: #6a1b1b;
  color: white;
  opacity: 1;
}
.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;
}
@media (max-width: 1199px) {
  .banner {
    background-position: inherit;
  }
}
.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
}
.banner > .container {
  position: relative;
}
.banner h1 {
  text-align: center;
  margin: 16px auto;
  color: white;
}
.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 .btnBanner {
  border-radius: 5px;
  background: #6a1b1b;
  font-weight: 500;
  padding: 10px 40px 10px 10px;
  color: white;
  margin: 48px auto;
  display: block;
  width: fit-content;
  position: relative;
}
.banner .btnBanner::before {
  content: "";
  position: absolute;
  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 12H6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3V6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.79998 7.79998L5.59998 5.59998' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.2 7.79998L18.4 5.59998' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.79998 16.2L5.59998 18.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12L21 15L17 17L15 21L12 12Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
}

.footer * {
  color: #000000;
}
.footer .newsLetter {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  position: relative;
}
.footer .newsLetter::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.52);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.footer .newsLetter > .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .newsLetter > .container {
    flex-direction: column;
    justify-content: center;
    gap: 32px;
  }
}
.footer .newsLetter > .container h2 {
  color: white;
  font-size: 48px;
  line-height: 48px;
  max-width: 550px;
}
@media (max-width: 1199px) {
  .footer .newsLetter > .container h2 {
    max-width: 100%;
    font-size: 32px;
    text-align: center;
  }
}
.footer .newsLetter .newsletter-wrapper {
  display: flex;
  justify-content: center;
}
.footer .newsLetter form {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .footer .newsLetter form {
    flex-direction: column;
  }
}
.footer .newsLetter form label {
  display: none;
}
.footer .newsLetter .tnp-subscription {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
@media (max-width: 600px) {
  .footer .newsLetter .tnp-subscription {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .newsLetter .tnp-subscription input[type=email],
.footer .newsLetter .tnp-subscription .newsletter-email {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
  background: #fff;
  color: #333;
  font-family: inherit;
  width: 100%;
  transition: box-shadow 0.3s ease;
  width: 275px;
}
.footer .newsLetter .tnp-subscription input[type=email]::placeholder,
.footer .newsLetter .tnp-subscription .newsletter-email::placeholder {
  color: #000;
}
.footer .newsLetter .tnp-subscription input[type=email]:focus,
.footer .newsLetter .tnp-subscription .newsletter-email:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}
.footer .newsLetter .tnp-subscription input[type=submit],
.footer .newsLetter .tnp-subscription .newsletter-submit {
  background: #9aac7d;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.footer .newsLetter .tnp-subscription input[type=submit]:hover,
.footer .newsLetter .tnp-subscription .newsletter-submit:hover {
  background: #8fa06f;
}
.footer__top {
  background: #ffffff;
}
.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 .txt {
  max-width: 410px;
  padding-top: 20px;
  text-align: center;
}
.footer__top .logoFooter .logoPrr {
  margin-top: 32px;
}
.footer__top .social ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__top .social ul li {
  background: white;
  border-radius: 4px;
}
.footer__top .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer__top .social .redesFooter .socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__top .social .redesFooter .socials p {
  margin: 0;
  color: #6a1b1b;
}
.footer__top .social .btns {
  margin-top: 40px;
}
.footer__top .social .btns .btnFooter {
  background: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  border-radius: 0;
  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: 4px;
}
.footer__top .linksFooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__top .linksFooter ul li a {
  color: #000000;
  text-decoration: none;
}
.footer__top .linksFooter ul li a:hover {
  text-decoration: underline;
}
.footer__top .morada {
  max-width: 300px;
}
@media (max-width: 1199px) {
  .footer__top .morada {
    text-align: center;
  }
}
.footer__top .morada iframe {
  width: 228px;
  height: 126px;
  border-radius: 12px;
}
.footer__bottom {
  text-align: center;
  background: #ffffff;
}
.footer__bottom > .container {
  border-top: 4px solid #9ba879;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__bottom > .container {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  margin: 0;
  text-align: center;
}

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