@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.85);
  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.85);
  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: #0b2d6d;
}

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

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

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

.btn {
  border-radius: 4px;
  background: #f47b20;
  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(11, 45, 109, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(11, 45, 109, 0.75) !important;
}

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

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

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

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

.page-template-home .banner h1 {
  max-width: 100%;
}
.page-template-home .banner .txt {
  max-width: 100%;
}

.home-page .home-servicos {
  background: #fff;
  position: relative;
}
.home-page .home-servicos__wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 48px 40px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: absolute;
  margin: 0 auto;
  max-width: 980px;
  left: 0;
  right: 0;
  bottom: -60px;
}
@media (max-width: 1199px) {
  .home-page .home-servicos__wrapper {
    position: inherit;
  }
}
.home-page .home-servicos__itens {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .home-page .home-servicos__itens {
    flex-direction: column;
    gap: 20px;
  }
}
.home-page .home-servicos__item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .home-page .home-servicos__item {
    border-bottom: 1px solid #f47b20;
    padding-bottom: 8px;
  }
}
.home-page .home-servicos__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #d97b38; /* mesma cor dos divisores do layout */
}
@media (max-width: 1199px) {
  .home-page .home-servicos__item:not(:last-child)::after {
    display: none;
  }
}
.home-page .home-servicos__item img {
  width: 22px;
  height: auto;
  display: inline-block;
}
.home-page .home-servicos__item span {
  color: #000;
  font-size: 1rem;
}
.home-page .home-servicos__estrelas img {
  width: 120px;
  height: auto;
  display: inline-block;
}
.home-page .servicos {
  padding: 80px 0;
  background: #f3f3f3;
  border-bottom: 15px solid #0b2d6d;
}
.home-page .servicos .servicos__intro {
  text-align: center;
  margin: 48px auto 60px;
}
.home-page .servicos .servicos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .home-page .servicos .servicos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .home-page .servicos .servicos__grid {
    grid-template-columns: 1fr;
  }
}
.home-page .servicos .servicos__card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-page .servicos .servicos__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.home-page .servicos .servicos__imagem {
  width: 410px;
  height: 267px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .home-page .servicos .servicos__imagem {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.home-page .servicos .servicos__conteudo {
  padding: 5px 10px;
}
.home-page .servicos .servicos__conteudo h3 {
  margin-bottom: 6px;
}
.home-page .servicos .servicos__conteudo .servicos__local {
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-page .servicos .servicos__conteudo .servicos__local img {
  width: 14px;
  height: 14px;
}
.home-page .servicos .servicos__conteudo .servicos__local span {
  font-size: 0.95rem;
}
.home-page .home-beneficios {
  text-align: center;
  padding: 48px 0 72px;
}
.home-page .home-beneficios__titulo {
  margin-bottom: 10px;
}
.home-page .home-beneficios__texto {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #333;
}
.home-page .home-beneficios__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .home-page .home-beneficios__grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
.home-page .home-beneficios__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
@media (max-width: 600px) {
  .home-page .home-beneficios__item {
    justify-content: center;
    text-align: center;
  }
}
.home-page .home-beneficios__item h3 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
}
.home-page .home-beneficios__item p {
  font-size: 0.95rem;
  color: #333;
}
.home-page .home-beneficios__icone {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #d9d9d9;
  padding: 8px;
}
.home-page .home-beneficios__icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-page .home-beneficios__imagem {
  width: 100%;
  height: 552px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .home-page .home-beneficios__imagem {
    height: 300px;
  }
}
.home-page .pageBlog {
  border-top: 15px solid #0b2d6d;
  border-bottom: 15px solid #0b2d6d;
  padding-bottom: 70px;
}
.home-page .pageBlog .pageBlog__destaque {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1199px) {
  .home-page .pageBlog .pageBlog__destaque {
    flex-direction: column;
  }
}
.home-page .pageBlog .pageBlog__destaque .blogPost--principal {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-page .pageBlog .pageBlog__destaque .blogPost--principal .blogImg {
  width: 780px;
  height: 452px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .home-page .pageBlog .pageBlog__destaque .blogPost--principal .blogImg {
    width: 100%;
    height: 190px;
  }
}
.home-page .pageBlog .pageBlog__destaque .blogPost--principal .contentBlog {
  margin-top: 20px;
}
.home-page .pageBlog .pageBlog__destaque .blogPost--principal .contentBlog .txt h2 {
  font-size: 24px;
  font-family: "Gilda Display", serif;
  margin-bottom: 10px;
}
.home-page .pageBlog .pageBlog__destaque .blogPost--principal .contentBlog .txt p {
  font-size: 16px;
  line-height: 24px;
}
.home-page .pageBlog .pageBlog__destaque .blogPost--principal .contentBlog .btn {
  margin-top: 15px;
}
.home-page .pageBlog .pageBlog__destaque .blogLateral {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.home-page .pageBlog .pageBlog__destaque .blogLateral .blogPost--lateral {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .home-page .pageBlog .pageBlog__destaque .blogLateral .blogPost--lateral {
    flex-direction: column;
  }
}
.home-page .pageBlog .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) {
  .home-page .pageBlog .pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
    width: 100%;
    height: 300px;
  }
}
.home-page .pageBlog .pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.home-page .pageBlog .pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt p {
  font-size: 14px;
}
.home-page .pageBlog .pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt .blogDate {
  font-size: 0.8rem;
  display: block;
  margin-top: 4px;
}
.home-page .home-reels {
  text-align: center;
  padding: 48px 0;
}
.home-page .home-reels__titulo {
  margin-bottom: 10px;
}
.home-page .home-reels__texto {
  margin: 0 auto 30px;
}
.home-page .home-reels__botao {
  margin-bottom: 50px;
}
.home-page .home-reels__botao .btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f47b20;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
  gap: 8px;
  margin: 0 auto;
}
.home-page .home-reels__feed {
  margin-top: 20px;
  /* Garante espaçamento e responsividade caso o shortcode gere um slider */
}
.home-page .home-reels__feed iframe,
.home-page .home-reels__feed .instagram-feed,
.home-page .home-reels__feed .wp-block-shortcode {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.home-page .home-newsletter {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 160px 0;
}
.home-page .home-newsletter__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 992px) {
  .home-page .home-newsletter__content {
    flex-direction: column;
    text-align: center;
  }
}
.home-page .home-newsletter__titulo {
  max-width: 670px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  color: white;
}
@media (max-width: 1199px) {
  .home-page .home-newsletter__titulo {
    font-size: 24px;
  }
}
.home-page .home-newsletter__form form {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 6px 10px;
}
.home-page .home-newsletter__form form .tnp-field-email label {
  display: none;
}
.home-page .home-newsletter__form form input[type=email] {
  border: none;
  background: transparent;
  padding: 12px 14px;
  font-size: 16px;
  width: 280px;
  color: #333;
  outline: none;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: #fff;
}
.home-page .home-newsletter__form form input[type=email]::placeholder {
  color: #2c2c2c;
}
.home-page .home-newsletter__form form input[type=submit],
.home-page .home-newsletter__form form .btn {
  background: #f47b20;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 600px) {
  .home-page .home-newsletter__form form {
    flex-direction: column;
    width: 100%;
  }
  .home-page .home-newsletter__form form input[type=email] {
    width: 100%;
  }
  .home-page .home-newsletter__form form input[type=submit] {
    width: 100%;
  }
}

.page-quemSomos {
  /* ===== HISTÓRIA ===== */
  /* ===== BANNER FINAL ===== */
}
.page-quemSomos .quemSomos-historia {
  padding: 80px 0;
  /* BG como cover + medidas exatas */
}
@media (max-width: 1199px) {
  .page-quemSomos .quemSomos-historia {
    padding: 80px 16px;
  }
}
.page-quemSomos .quemSomos-historia__titulo {
  margin-bottom: 0;
  text-align: center;
}
.page-quemSomos .quemSomos-historia__estrelas {
  margin-bottom: 40px;
  text-align: center;
}
.page-quemSomos .quemSomos-historia__estrelas img {
  width: 120px;
  height: auto;
}
.page-quemSomos .quemSomos-historia__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: start;
}
@media (max-width: 900px) {
  .page-quemSomos .quemSomos-historia__grid {
    grid-template-columns: 1fr;
  }
}
.page-quemSomos .quemSomos-historia__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* ocupa as 2 colunas */
}
.page-quemSomos .quemSomos-historia__item.half {
  grid-column: span 1;
  max-width: 508px;
}
.page-quemSomos .quemSomos-historia__item.full {
  grid-column: 1/-1;
  max-width: 100%;
  margin-top: 32px;
  text-align: center;
}
.page-quemSomos .quemSomos-historia__item.full .quemSomos-historia__imagem {
  width: 100%;
}
.page-quemSomos .quemSomos-historia__imagem {
  width: 508px;
  height: 267px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .page-quemSomos .quemSomos-historia__imagem {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.page-quemSomos .quemSomos-banner {
  position: relative;
  padding: 170px 0;
  text-align: center;
  color: #fff;
  border-top: 15px solid #0b2d6d;
  /* BG cover */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-quemSomos .quemSomos-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.page-quemSomos .quemSomos-banner__conteudo {
  position: relative;
  z-index: 2;
  /* Botão usa estilo global .btn; só reforço a borda na cor do tema */
}
.page-quemSomos .quemSomos-banner__conteudo h2 {
  max-width: 560px;
  margin: 0 auto 25px;
  color: white;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .page-quemSomos .quemSomos-banner__conteudo h2 {
    font-size: 24px;
  }
}
.page-quemSomos .quemSomos-banner__conteudo .btn {
  background: #f47b20;
  color: white;
}

.page-template-contato .reserva {
  padding: 80px 0;
  text-align: center;
  border-bottom: 15px solid #0b2d6d;
}
.page-template-contato .reserva .txt {
  padding-bottom: 24px;
}
.page-template-contato .home-newsletter {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 160px 0;
}
.page-template-contato .home-newsletter__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 992px) {
  .page-template-contato .home-newsletter__content {
    flex-direction: column;
    text-align: center;
  }
}
.page-template-contato .home-newsletter__titulo {
  max-width: 670px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  color: white;
}
@media (max-width: 1199px) {
  .page-template-contato .home-newsletter__titulo {
    font-size: 24px;
  }
}
.page-template-contato .home-newsletter__form form {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 6px 10px;
}
.page-template-contato .home-newsletter__form form .tnp-field-email label {
  display: none;
}
.page-template-contato .home-newsletter__form form input[type=email] {
  border: none;
  background: transparent;
  padding: 12px 14px;
  font-size: 16px;
  width: 280px;
  color: #333;
  outline: none;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: #fff;
}
.page-template-contato .home-newsletter__form form input[type=email]::placeholder {
  color: #2c2c2c;
}
.page-template-contato .home-newsletter__form form input[type=submit],
.page-template-contato .home-newsletter__form form .btn {
  background: #f47b20;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 600px) {
  .page-template-contato .home-newsletter__form form {
    flex-direction: column;
    width: 100%;
  }
  .page-template-contato .home-newsletter__form form input[type=email] {
    width: 100%;
  }
  .page-template-contato .home-newsletter__form form input[type=submit] {
    width: 100%;
  }
}

.contacto {
  background: #f3f3f3;
}

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

.map {
  border-top: 15px solid #0b2d6d;
  border-bottom: 15px solid #0b2d6d;
  padding: 32px 0;
}

.iframeMapa {
  text-align: center;
}
.iframeMapa iframe {
  margin-top: 24px;
  border-radius: 8px;
}

/* 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: #0b2d6d;
  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: #0b2d6d;
  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 {
  padding: 80px 0;
  background: #f3f3f3;
  border-bottom: 15px solid #0b2d6d;
}
.page-servicos .servicosCards {
  padding: 0 0 80px;
}
.page-servicos .servicosCards .servicosCards__header {
  text-align: center;
  margin-bottom: 50px;
}
.page-servicos .servicosCards .servicosCards__header h2 {
  font-size: 2.2rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 700;
}
.page-servicos .servicosCards .servicosCards__header p {
  color: #555;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.page-servicos .servicosCards .servicosCards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.page-servicos .servicosCards .servicosCards__card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.page-servicos .servicosCards .servicosCards__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__img img:hover {
  transform: scale(1.05);
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__content {
  padding: 25px;
  text-align: center;
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__content .servicosCards__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__content .servicosCards__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__content h3 {
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 600;
}
.page-servicos .servicosCards .servicosCards__card .servicosCards__content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}
.page-servicos .servicos__intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
.page-servicos .servicos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .page-servicos .servicos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .page-servicos .servicos__grid {
    grid-template-columns: 1fr;
  }
}
.page-servicos .servicos__card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-servicos .servicos__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.page-servicos .servicos__imagem {
  width: 410px;
  height: 267px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .page-servicos .servicos__imagem {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.page-servicos .servicos__conteudo {
  padding: 5px 10px;
}
.page-servicos .servicos__conteudo h3 {
  margin-bottom: 6px;
}
.page-servicos .servicos__conteudo .servicos__local {
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-servicos .servicos__conteudo .servicos__local img {
  width: 14px;
  height: 14px;
}
.page-servicos .servicos__conteudo .servicos__local span {
  font-size: 0.95rem;
}

.single-servico {
  background: #f3f3f3;
  /* ===== INTRO ===== */
  /* ===== BANNER ===== */
  /* ===== FORM ===== */
}
.single-servico .servico-intro {
  padding: 80px 0;
}
.single-servico .servico-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 40px;
}
@media (max-width: 900px) {
  .single-servico .servico-intro__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.single-servico .servico-intro__info h1 {
  margin-bottom: 15px;
}
.single-servico .servico-intro__info .servico-intro__pais {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-servico .servico-intro__info .servico-intro__pais img {
  width: 18px;
  height: 18px;
}
.single-servico .servico-intro__info .servico-intro__pais span {
  font-weight: 500;
}
.single-servico .servico-intro__descricao p {
  line-height: 1.6;
  color: #333;
}
.single-servico .servico-banner {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-servico .servico-formulario {
  background: #f9f9f9;
  padding: 80px 0;
  border-bottom: 15px solid #0b2d6d;
}
.single-servico .servico-formulario form {
  background: #fff;
  padding: 40px 50px;
  border: 1px solid #d6e0ea;
  border-radius: 8px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .single-servico .servico-formulario form {
    padding: 24px;
  }
}
.single-servico .servico-formulario .form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* 💡 Centraliza o conteúdo */
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .single-servico .servico-formulario .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .single-servico .servico-formulario .form-grid {
    grid-template-columns: 1fr;
  }
}
.single-servico .servico-formulario .form-grid .btn {
  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: 48px;
  width: 230px;
  background-color: #f47b20 !important;
}
.single-servico .servico-formulario .col-submit {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 10px;
}

.page-projetos {
  background: #e4f2fb;
  border-bottom: 15px solid #0b2d6d;
  padding: 24px 0 48px;
}
.page-projetos .projetos {
  width: 100%;
}
.page-projetos .projetos__tittle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-projetos .projetos__tittle h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 108%;
  letter-spacing: -2%;
  text-align: center;
}
.page-projetos .projetos__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.page-projetos .projetos__imagens {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.page-projetos .projetos__imagens .boxes {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 295px;
  border-radius: 4px 4px 0px 0px;
}
.page-projetos .projetos__imagens .imagens-conteudo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px 12px;
  width: 100%;
  background: white;
  border-radius: 4px;
  border: 1px solid #0071bc;
}
.page-projetos .projetos__imagens .imagens-conteudo h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 108%;
  letter-spacing: -2%;
}
.page-projetos .projetos__imagens .imagens-conteudo ul li {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 108%;
  letter-spacing: -2%;
  margin-left: 16px;
}
.page-projetos .projetos__imagens .imagens-conteudo p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 118%;
  letter-spacing: -2%;
}
.page-projetos .projetos__imagens .imagens-conteudo a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  padding: 12px 24px;
  background: #0071bc;
  width: fit-content;
  border-radius: 4px;
}

.pageBlog {
  padding: 53px 0 0;
  border-bottom: 15px solid #0b2d6d;
}
.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: #0b2d6d;
  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;
}

.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.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: 80px 0;
}

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

.header {
  transition: background 0.3s, position 0.3s;
  z-index: 1;
  background: #fff;
}
@media (max-width: 1199px) {
  .header {
    padding: 12px 0;
  }
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top {
  padding: 12px 0 0;
}
@media (min-width: 1200px) {
  .header__top {
    display: none !important;
  }
}
.header__top .headerRight {
  justify-content: space-between;
  flex-direction: column;
  gap: 16px !important;
  padding-top: 16px;
}
.header__top__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top__left .headerSocial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__top__left .infos {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 767px) {
  .header__top__left .infos {
    gap: 24px;
  }
}
.header__top__left .infos a {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .header__top__left .infos a {
    font-size: 12px;
    gap: 8px;
  }
  .header__top__left .infos a img {
    width: 24px;
  }
}
.header__top__left .redes {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__top__left .redes a {
  background: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 3px;
}
.header__top__left * {
  color: white;
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .headerRight {
  display: flex;
  align-items: center;
  gap: 57px;
}
@media (max-width: 1199px) {
  .header .headerRight.desk {
    display: none;
  }
}
.header .btnMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 4px;
  background: #f47b20;
  color: white;
  font-weight: 500;
  padding: 8px 30px;
}
@media (max-width: 1199px) {
  .header .btnMenu {
    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;
}
.header .logo {
  max-width: 270px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 180px;
  }
}
@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.85);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: rgba(0, 0, 0, 0.85);
  }
}
.header .primary-menu li a:hover {
  background: #f47b20;
  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);
}

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

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  background: 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;
}
.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: 4px;
  background: #f47b20;
  padding: 8px 24px;
  color: white;
  margin: 48px auto;
  display: block;
  width: fit-content;
}

.footer__top {
  background: white;
}
.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 .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: #f47b20;
  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;
}
.footer__top .morada {
  max-width: 230px;
}
@media (max-width: 1199px) {
  .footer__top .morada {
    text-align: center;
  }
}
.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: white;
}
.footer__bottom > .container {
  border-top: 4px solid #f47b20;
  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;
}