@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;
  background: #f7f7f7;
}

body,
input,
textarea,
button {
  font-family: "Helvetica Now Display";
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Now Display";
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: black;
  font-size: 18px !important;
  font-weight: 400;
  font-family: "Helvetica Now Display";
  line-height: 24px;
}

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

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

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

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

h4 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px !important;
  }
}

h5 {
  font-size: 20px !important;
  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: black;
}
a:hover {
  opacity: 0.7;
}

.btn {
  border-radius: 28px;
  background: #e9cfcf;
  padding: 16px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  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);
  padding: 8px 16px;
  font-size: 18px !important;
}

.btn:hover {
  color: #000;
  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(233, 207, 207, 0.75) !important;
}

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

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

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

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

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

.homeHighlights {
  padding: 4rem 0;
  background-color: #ffffff;
}
.homeHighlights__txt {
  text-align: center;
  padding-bottom: 32px;
}
.homeHighlights__item {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  margin-bottom: 32px;
  gap: 32px;
}
@media (max-width: 1199px) {
  .homeHighlights__item {
    flex-direction: column;
  }
}
.homeHighlights__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .homeHighlights__item:nth-child(even) {
    flex-direction: column;
  }
}
.homeHighlights__item:hover {
  transform: translateY(-5px);
}
.homeHighlights__item .homeHighlights__content {
  text-align: left;
  max-width: 610px;
}
@media (max-width: 1199px) {
  .homeHighlights__item .homeHighlights__content {
    max-width: 100%;
  }
}
.homeHighlights__item .homeHighlights__content ul {
  padding-left: 24px;
}
.homeHighlights__item .homeHighlights__content ul li {
  list-style: disc;
  margin-bottom: 16px;
}
.homeHighlights__item .homeHighlights__image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .homeHighlights__item .homeHighlights__image {
    height: 400px;
  }
}
.homeHighlights__item__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #5a2a57;
}
.homeHighlights__item__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f3b73;
  margin-bottom: 0.5rem;
}
.homeHighlights__item__text {
  font-size: 1rem;
  color: #444;
}
.homeHighlights__last {
  text-align: center;
}
.homeHighlights__btn {
  text-align: center;
}
.homeHighlights__btn .buttonHighlights {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #5a2a57;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.homeHighlights__btn .buttonHighlights:hover {
  background-color: #5a2a57, 8%;
}

.homeAbout {
  padding: 4rem 0;
  background-color: #f8f8f8;
  text-align: center;
}
.homeAbout .container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .homeAbout .container {
    flex-direction: column;
  }
}
.homeAbout__content {
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1199px) {
  .homeAbout__content {
    text-align: center;
  }
}
.homeAbout__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 800px;
  height: 400px;
  border-radius: 16px;
}
.homeAbout__text p {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.homeAbout__text p strong {
  color: #1f3b73;
}
.homeAbout__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #5a2a57;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.homeAbout__button:hover {
  background-color: #5a2a57, 8%;
}

.homeCta {
  background-color: #1f3b73;
  color: #ffffff;
  padding: 3rem 0;
  text-align: center;
}
.homeCta__content {
  max-width: 700px;
  margin: 0 auto;
}
.homeCta__text * {
  color: white;
}
.homeCta__text h2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
.homeCta__button {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background-color: #ffffff;
  color: #5a2a57;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.homeCta__button:hover {
  background-color: #ffffff, 5%;
  color: #5a2a57, 10%;
}

.homeMarcas {
  padding: 48px 0;
  background: #f9f9f9;
  text-align: center;
  border-radius: 16px;
  position: relative;
  /* Slick carousel lúdico */
  /* Responsivo */
}
.homeMarcas .slick-slider .slick-track,
.homeMarcas .slick-slider .slick-list {
  display: flex;
  padding-bottom: 16px;
}
.homeMarcas .marcas-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 32px;
}
.homeMarcas .marca-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  margin: 0 16px;
}
.homeMarcas .marca-item:hover {
  transform: translateY(-5px) rotate(-2deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.homeMarcas .marca-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s;
}
.homeMarcas .marca-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .homeMarcas .marcas-carousel {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .homeMarcas .marcas-carousel {
    gap: 10px;
  }
}

.title {
  text-align: left;
}
.title img {
  max-width: 216px;
}
.title__txt {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding-top: 50px;
}
.title__txt h2 {
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 42.75px */
  letter-spacing: -0.9px;
  margin: 0;
}
.title__txt .line {
  width: 334px;
  height: 6px;
  background: #e9cfcf;
}
.title p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Helvetica Now Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 23.75px */
  letter-spacing: -0.5px;
  margin-top: 16px;
}

.quem-somos {
  padding: 48px 0;
}
.quem-somos .title__txt h2 {
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
}
.quem-somos__intro {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 767px) {
  .quem-somos__intro {
    flex-direction: column;
  }
}
.quem-somos__intro .quem-somos__image {
  flex: 1;
}
.quem-somos__intro .quem-somos__image img {
  width: 100%;
  border-radius: 8px;
}
.quem-somos__intro .quem-somos__content {
  flex: 1;
}
.quem-somos__intro .quem-somos__content h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.quem-somos__intro .quem-somos__content p {
  color: #221f1f;
  font-family: "Helvetica Now Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 42.9px */
  letter-spacing: -0.6px;
  margin-bottom: 32px;
}

.servicos {
  padding: 48px 0;
}
.servicos .title__txt h2 {
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 42.75px */
  letter-spacing: -0.9px;
  max-width: 365px;
}
.servicos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  padding-top: 55px;
}
.servicos__grid .card {
  background: #fff;
  padding: 20px 20px 32px;
  border: 1px solid #e9cfcf;
  background: #fff;
}
.servicos__grid .card:nth-child(2) {
  border: 1px solid rgba(0, 0, 0, 0.52);
  background: #e9cfcf;
}
.servicos__grid .card:nth-child(2) .btn {
  background: white;
}
.servicos__grid .card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 16px;
}
.servicos__grid .card h4 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  text-align: left;
  color: #000;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 42.9px */
  letter-spacing: -0.6px;
}
.servicos__grid .card p {
  margin-bottom: 16px;
  color: #000;
  text-align: left;
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 132%; /* 21.12px */
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}

.metricas {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  position: relative;
}
.metricas::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.53);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.metricas__grid {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}
.metricas__grid .metrica {
  flex: 1;
  min-width: 200px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: #e9cfcf;
  padding: 48px 0;
}
.metricas__grid .metrica h2 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 114.4px */
  letter-spacing: -1.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.metricas__grid .metrica span {
  color: #000;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 114.4px */
  letter-spacing: -1.6px;
}
.metricas__grid .metrica p {
  color: rgba(0, 0, 0, 0.76);
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 132%; /* 26.4px */
  letter-spacing: -0.4px;
}

.projetos {
  padding: 80px 0;
  text-align: center;
}
.projetos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  padding-top: 55px;
  margin-bottom: 60px;
}
.projetos__grid .boxImg {
  border: 1px solid #e9cfcf;
  background: #fff;
  padding: 16px;
}
.projetos__grid .boxImg:nth-child(even) {
  background: #e9cfcf;
}
.projetos__grid img {
  width: 100%;
}

.cta {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 33px 20px 90px;
}
.cta h2 {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
  max-width: 658px;
  margin: 24px auto;
}
@media (max-width: 767px) {
  .cta h2 {
    font-size: 32px !important;
  }
}
.cta p {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 28.5px */
  letter-spacing: -0.9px;
}
.cta .btn {
  display: block;
  width: fit-content;
  margin: 80px auto 0;
}

.contato {
  padding: 80px 0 0;
}

.contato-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 74px 74px 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .contato-wrapper {
    padding: 24px;
  }
}
.contato-wrapper .form-contato {
  flex: 1;
}
.contato-wrapper .form-contato form.wpcf7-form {
  /* Campos que ocupam a largura inteira */
  /* Botão enviar */
}
.contato-wrapper .form-contato form.wpcf7-form > p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 45%;
}
@media (max-width: 767px) {
  .contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap input,
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  font-size: 14px;
  outline: none;
  background: transparent;
  transition: border-color 0.3s;
  padding-top: 40px;
}
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap input::placeholder,
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #2c2c2c;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap input:focus,
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  border-color: #000;
}
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap textarea {
  min-height: 120px;
  resize: vertical;
}
.contato-wrapper .form-contato form.wpcf7-form .wpcf7-form-control-wrap[data-name=your-message] {
  width: 100%;
}
.contato-wrapper .form-contato form.wpcf7-form input[type=submit] {
  background: #e9c8c8;
  color: #000;
  font-weight: bold;
  padding: 12px;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
  width: 100%;
}
.contato-wrapper .form-contato form.wpcf7-form input[type=submit]:hover {
  background: #d9b6b6;
}
.contato-wrapper .line {
  background: #e9cfcf;
  width: 1px;
  height: 600px;
}
@media (max-width: 767px) {
  .contato-wrapper .line {
    display: none;
  }
}
.contato-wrapper .info-contato {
  flex: 1;
  min-width: 250px;
}
.contato-wrapper .info-contato h2 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 47.5px */
  letter-spacing: -2px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contato-wrapper .info-contato h2 {
    font-size: 32px;
  }
}
.contato-wrapper .info-contato .info-item {
  margin-bottom: 32px;
}
.contato-wrapper .info-contato .info-item h3 {
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 28.5px */
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .contato-wrapper .info-contato .info-item h3 {
    font-size: 24px;
  }
}
.contato-wrapper .info-contato .info-item p {
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .contato-wrapper .info-contato .info-item p {
    font-size: 16px;
  }
}
.contato-wrapper .info-contato .info-item a {
  color: inherit;
  text-decoration: none;
}
.contato-wrapper .info-contato .info-item a:hover {
  text-decoration: underline;
}

.mapa iframe {
  width: 100%;
  border: none;
  margin-top: 40px;
}

.page-template-equipe .banner h1 {
  max-width: 677px;
  margin: 0 auto;
}
.page-template-equipe .cta h2 {
  max-width: 100%;
}
.page-template-equipe .cta p {
  max-width: 503px;
  margin: 0 auto;
}

.essencia {
  padding: 50px 0;
}
.essencia__intro {
  display: flex;
  align-items: center;
  gap: 55px;
  flex-wrap: wrap;
  padding-top: 55px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .essencia__intro {
    flex-direction: column;
  }
}
.essencia__intro .essencia__image {
  flex: 1;
}
.essencia__intro .essencia__image img {
  width: 100%;
  border-radius: 16px;
}
.essencia__intro .essencia__content {
  flex: 1;
}
.essencia__intro .essencia__content h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.essencia__intro .essencia__content p {
  color: #221f1f;
  font-family: "Helvetica Now Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 42.9px */
  letter-spacing: -0.6px;
  margin-bottom: 32px;
}
.essencia__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .essencia__cards {
    padding-top: 50px;
  }
}
.essencia__cards .card {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: #e9cfcf;
  padding: 24px;
  text-align: center;
}
.essencia__cards .card h3 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 71.5px */
  letter-spacing: -1px;
}
.essencia__cards .card p {
  color: rgba(0, 0, 0, 0.76);
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 132%; /* 23.76px */
  letter-spacing: -0.36px;
}

.equipa {
  padding: 40px 0 90px;
}
.equipa__intro {
  display: flex;
  align-items: center;
  gap: 55px;
  flex-wrap: wrap;
  padding-top: 55px;
}
.equipa__intro .equipa__image {
  flex: 1;
}
.equipa__intro .equipa__image img {
  width: 100%;
  border-radius: 16px;
}
.equipa__intro .equipa__content {
  max-width: 580px;
}
.equipa__intro .equipa__content p {
  color: #221f1f;
  font-family: "Helvetica Now Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 42.9px */
  letter-spacing: -0.6px;
  margin-bottom: 32px;
}

.page-template-projetos .cta h2 {
  max-width: 100%;
}
.page-template-projetos .cta p {
  max-width: 520px;
  margin: 0 auto;
}
.page-template-projetos .cta .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .page-template-projetos .cta .btns {
    flex-direction: column;
  }
}
.page-template-projetos .cta .btns .btnWhats {
  display: none !important;
  border-radius: 28px;
  background: #00e510;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  padding: 8px 16px;
}
.page-template-projetos .cta .btns .btn {
  margin: inherit;
  color: #000;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}

.pageProjetos {
  padding: 70px 0 0;
}
.pageProjetos__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.pageProjetos__intro .title h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
}
.pageProjetos__intro .title p {
  color: #252121;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.52px;
}
.pageProjetos__filtros {
  display: flex;
  align-items: center;
  gap: 24px;
}
.pageProjetos__filtros__item a {
  border-radius: 28px;
  border: 1px solid #e9cfcf;
  padding: 8px 24px;
}
.pageProjetos__filtros__item a.active {
  background: #e9cfcf;
}
.pageProjetos__txt {
  text-align: center;
  padding: 32px 0;
}
.pageProjetos__projetos .titleprojetos {
  text-align: center;
}
.pageProjetos__projetos__txt {
  text-align: center;
}
.pageProjetos__projetos__boxes {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 48px;
  padding-bottom: 90px;
}
.pageProjetos__projetos__boxes .slick-dots {
  bottom: -50px;
}
.pageProjetos__projetos__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #e9cfcf;
  font-size: 20px;
}
.pageProjetos__projetos__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;
}
.pageProjetos__projetos__boxes .slick-prev::before {
  content: "";
}
.pageProjetos__projetos__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;
}
.pageProjetos__projetos__boxes .slick-next::before {
  content: "";
}
.pageProjetos__projetos__boxes .projetosPost {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  border: 1px solid #e9cfcf;
  background: #fff;
  padding: 16px;
  max-width: 372px;
}
.pageProjetos__projetos__boxes .projetosPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pageProjetos__projetos__boxes .projetosPost:hover .cardImg {
  transform: scale(1.05);
}
.pageProjetos__projetos__boxes .projetosPost:hover .cardContent {
  background: #e4ecf4;
}
.pageProjetos__projetos__boxes .projetosPost .projetosImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 287px;
  border-radius: 0;
}
.pageProjetos__projetos__boxes .projetosPost .contentprojetos {
  padding: 16px 16px 32px;
  text-align: center;
}
.pageProjetos__projetos__boxes .projetosPost .contentprojetos .txt {
  margin-bottom: 32px;
  text-align: left;
}
.pageProjetos__projetos__boxes .projetosPost .contentprojetos .txt h4 {
  color: #000;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 42.9px */
  letter-spacing: -0.6px;
}
.pageProjetos__projetos__boxes .projetosPost .contentprojetos .btn {
  background: #e9cfcf;
  border-radius: 28px;
  color: #000;
  padding: 12px 40px;
}
.pageProjetos__projetos__boxes .projetosPost .contentprojetos p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.pageProjetos__img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pageProjetos__img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pageProjetos__img > .container {
  position: relative;
}
.pageProjetos__img__content {
  text-align: center;
}
.pageProjetos__img__content h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
  max-width: 740px;
  margin: 0 auto;
}

.pageBlog {
  padding: 40px 0 0;
}
.pageBlog__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 90px;
}
.pageBlog__intro .title h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
}
.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 {
  padding-top: 55px;
}
.pageBlog__destaque .blogPost {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
@media (max-width: 767px) {
  .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: 767px) {
  .pageBlog__destaque .blogPost .blogImg {
    width: 100%;
  }
}
.pageBlog__destaque .blogPost .contentBlog {
  max-width: 586px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0;
}
.pageBlog__destaque .blogPost .contentBlog .txt h2 {
  color: #252121;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
}
.pageBlog__destaque .blogPost .contentBlog .txt p {
  color: #252121;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  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: 28px;
  background: #e9cfcf;
  padding: 12px 40px;
}
.pageBlog__txt {
  text-align: center;
  padding: 32px 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;
  padding-bottom: 90px;
}
.pageBlog__blog__boxes .slick-dots {
  bottom: -50px;
}
.pageBlog__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #e9cfcf;
  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 {
  background: #000;
  border-radius: 28px;
  color: #e9cfcf;
  padding: 12px 40px;
}
.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;
}
.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: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
  max-width: 740px;
  margin: 0 auto;
}

.page-template-servicos .title h2 {
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 42.75px */
  letter-spacing: -0.9px;
}
.page-template-servicos .title p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Helvetica Now Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 31px */
  letter-spacing: -0.5px;
}
.page-template-servicos .cta h2 {
  max-width: 100%;
}
.page-template-servicos .cta p {
  max-width: 338px;
  margin: 0 auto;
}
.page-template-servicos .cta .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .page-template-servicos .cta .btns {
    flex-direction: column;
  }
}
.page-template-servicos .cta .btns .btnWhats {
  display: none !important;
  border-radius: 28px;
  background: #00e510;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  padding: 8px 16px;
}
.page-template-servicos .cta .btns .btn {
  margin: inherit;
  color: #000;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}

.servicos-detalhe {
  padding: 80px 0;
  text-align: center;
}
.servicos-detalhe h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.servicos-detalhe p {
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.servicos-detalhe__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.servicos-detalhe__grid .card {
  padding: 20px;
  border: 1px solid #e9cfcf;
  background: #fff;
}
.servicos-detalhe__grid .card img {
  width: 100%;
  margin-bottom: 16px;
}
.servicos-detalhe__grid .card h3 {
  color: #000;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 42.9px */
  letter-spacing: -0.6px;
  text-align: left;
}
.servicos-detalhe__grid .card p {
  color: #000;
  font-family: "Helvetica Now Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 132%; /* 21.12px */
  letter-spacing: -0.32px;
  text-align: left;
}
.servicos-detalhe__grid .card .btn {
  display: inline-block;
}

.processo {
  background: #f9f9f9;
  padding: 40px 0;
  text-align: center;
}
.processo h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.processo p {
  margin-bottom: 40px;
  color: #666;
}
.processo__etapas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding-top: 20px;
}
.processo__etapas .etapa {
  padding: 24px 0;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
.processo__etapas .etapa:last-child::after {
  display: none !important;
}
.processo__etapas .etapa::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.processo__etapas .etapa::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='51' viewBox='0 0 51 51' fill='none'%3E%3Cpath d='M31.5407 34.565L40.65 25.4558L31.3758 25.4799C34.762 25.4709 36.4773 29.5527 34.1012 31.9653L31.5407 34.565Z' fill='black'/%3E%3Cpath d='M40.65 25.4558L34.5771 19.3829L31.5407 16.3465L34.0965 18.9208C36.5036 21.3455 34.7924 25.4709 31.3758 25.4799L40.65 25.4558Z' fill='black'/%3E%3Cpath d='M14.1392 25.4558L31.3758 25.4799M40.65 25.4558L34.5771 19.3829L31.5407 16.3465M40.65 25.4558L31.5407 34.565M40.65 25.4558L31.3758 25.4799M28.5043 13.3101L31.5407 16.3465M28.5043 37.6014L31.5407 34.565M31.5407 16.3465L34.0965 18.9208C36.5036 21.3455 34.7924 25.4709 31.3758 25.4799M31.5407 34.565L34.1012 31.9653C36.4773 29.5527 34.762 25.4709 31.3758 25.4799' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
  right: -38px;
  top: calc(50% - 25px);
  transform: scale(0.8);
}
.processo__etapas .etapa img {
  position: relative;
}
.processo__etapas .etapa h4 {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 50.05px */
  letter-spacing: -0.7px;
  position: relative;
  margin: 0;
}
.processo__etapas .etapa p {
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 23.76px */
  letter-spacing: -0.36px;
  position: relative;
  margin: 0;
}

.orcamento-wrapper {
  padding: 40px 20px 0;
  background: #f9f9f9;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.orcamento-wrapper h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.orcamento-wrapper .orcamento-form {
  display: grid;
}
.orcamento-wrapper .orcamento-form p {
  margin: 0;
}
.orcamento-wrapper .orcamento-form input,
.orcamento-wrapper .orcamento-form select,
.orcamento-wrapper .orcamento-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
  background: transparent;
  margin-bottom: 16px;
}
.orcamento-wrapper .orcamento-form input::placeholder,
.orcamento-wrapper .orcamento-form select::placeholder,
.orcamento-wrapper .orcamento-form textarea::placeholder {
  color: #000;
}
.orcamento-wrapper .orcamento-form input:focus,
.orcamento-wrapper .orcamento-form select:focus,
.orcamento-wrapper .orcamento-form textarea:focus {
  border-color: #000;
}
.orcamento-wrapper .orcamento-form input[type=file] {
  padding: 5px;
}
.orcamento-wrapper .orcamento-form input[type=submit] {
  background: #e9cfcf;
  color: #000;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 6px;
  margin: 0;
}

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

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

.page-template-page-default .header {
  background: rgba(0, 0, 0, 0.85);
  transition: background 0.3s, position 0.3s;
}
.page-template-page-default .content-default {
  padding: 180px 0 90px;
}

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

.page-template-default .header,
.single-blog .header,
.single-projetos .header {
  position: relative;
  background: #e9cfcf;
}
.page-template-default main,
.single-blog main,
.single-projetos main {
  padding: 80px 0;
}

.header {
  transition: background 0.3s, position 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 24px;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header > .container {
    max-width: 100%;
  }
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .logo {
  max-width: 200px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
  }
  .header nav.active {
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
  }
}
.header .primary-menu li a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: black;
  }
}
.header .primary-menu li a:hover {
  background: #e9cfcf;
  color: white;
  opacity: 1;
}
.header .iconsHeader {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .header .iconsHeader {
    display: none;
  }
}
.header .iconsHeader__item {
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}
.header .iconsHeader__item.btnOrcamento {
  border-radius: 28px;
  background: #000;
  color: #e9cfcf;
  font-family: "Helvetica Now Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  padding: 8px 24px;
}
.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: bottom 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;
}
.banner__txt {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.banner__txt h2 {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 28.5px */
  letter-spacing: -0.9px;
}
.banner__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .banner__btns {
    flex-direction: column;
  }
}
.banner__btns .btn {
  padding: 8px 16px;
}

.footer {
  background: #000;
}
.footer__top {
  background: #000;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top h4 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 48.3px */
  letter-spacing: -1.4px;
}
.footer__top .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer__top .logos {
    align-items: center;
    text-align: center;
  }
}
.footer__top .logos p {
  color: white;
}
.footer__top .logos .logo {
  max-width: 240px;
}
.footer__top .logos .logo-ppr {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer__top .logos .logo-ppr {
    margin: 0;
  }
}
.footer__top .txt {
  text-align: center;
}
.footer__top .txt .linksSocials {
  padding-bottom: 16px;
}
.footer__top .txt .linksSocials a {
  background: white;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 36px;
  height: 36px;
}
.footer__top .txt .linksSocials > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__top .txt * {
  color: white;
}
.footer__top .txt .btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  .footer__top .txt .btns {
    align-items: center;
  }
}
.footer__top .txt .btns .btn {
  background: white;
  color: black;
  min-width: 241px;
  opacity: 1;
  border-radius: 0;
  font-weight: bold;
  border-radius: 4px;
}
.footer__top .txt .btns.contacto {
  flex-direction: row;
}
.footer__top .txt .btns.contacto .btn {
  background: white;
  max-width: 32px;
  max-height: 32px;
  text-align: center;
  min-width: inherit;
  padding: 12px;
}
.footer__middle {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: #000;
  border-bottom: 4px solid #e9cfcf;
  padding: 32px 0 48px;
  gap: 135px;
}
.footer__middle .btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__middle .btns .btn {
  background: white;
  border-radius: 0;
  font-weight: bold;
}
.footer__middle .logo-ppr {
  max-width: 410px;
}
@media (max-width: 767px) {
  .footer__middle .logo-ppr {
    width: 100%;
  }
}
.footer__bottom {
  text-align: center;
  background: #000;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__bottom {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  color: #e9cfcf;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 44.16px */
  letter-spacing: -1.28px;
  margin: 0;
}