/*
Theme Name: Wemerson
Theme URI: https://www.lloyd.com.br/
Author: Ilton Mendes (Clonado por Wemerson)
Author URI: URL do Autor (opcional)
Description: Clone exato do tema pai Ra3n (theme1) para customizações pontuais.
Version: 1.0
License: Licença do Tema (por exemplo, GPL)
License URI: URL da Licença (opcional)
Text Domain: wemerson
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");

.fx-cresce {
  transition: all ease 0.4s;
}

.fx-cresce:hover {
  transform: scale(1.05);
  transition: all ease 0.2s;
}

/* Classes de cores */
.cor-azul {
  color: #0A2540;
}

.cor-azulclaro {
  color: #0079F1;
}

.cor-azulclaro2 {
  color: #C4DCF4;
}

.cor-laranja {
  color: #F95900;
}

.cor-brancogelo {
  color: #f1f3f5;
}

/* Classes de fundo */
.fundo-azul {
  background-color: #0A2540;
}

.fundo-azulclaro {
  background-color: #0079F1;
}

.fundo-azulclaro2 {
  background-color: #C4DCF4;
}

.fundo-laranja {
  background-color: #F95900;
}

.fundo-brancogelo {
  background-color: #f1f3f5;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "DM Sans", sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

form input:focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  position: relative;
}

*,
input,
select,
textarea,
option,
button {
  outline: none !important;
}

/* header */
.head {
  display: flex;
  padding: 31px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background-color: #f1f3f5;
}

.head ul#menu-menu-1 {
  list-style: none;
  display: flex;
  margin: 12px 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.head ul#menu-menu-1 li a {
  color: #0A2540;
  font-size: 14px;
}

.head ul#menu-menu-1 li a:hover {
  color: #0079F1;
}

.tel-header {
  font-size: 14px;
  font-weight: 900;
  color: #0A2540;
  margin-left: 10px;
}

.btn-padrao {
  display: flex;
  height: 48px;
  padding: 10px 16px;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.btn-padrao img {
  width: 25px;
}

.btn-padrao:hover {
  background-color: #0079F1;
  color: #fff;
}

.barra-header {
  padding: 0.5em 0;
}

.social ul {
  list-style: none;
  display: flex;
  gap: 11px;
  padding: 0;
  margin: 0;
}

/* ends header */
/* index */
.banner {
  position: relative;
  padding-bottom: 80px;
  /* Added space for the button */
}

.banner .fundo {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  /* Changed from 600px to cover the full section */
  min-height: 600px;
  z-index: -1;
  opacity: 0.2;
  background-position: center;
}

.banner .fundo::after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -100px;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.btn-hero-cta {
  background: linear-gradient(90deg, #F95900 0%, #ff7b30 100%);
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  /* Pill shape */
  padding: 15px 40px;
  box-shadow: 0 10px 20px rgba(249, 89, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  margin-top: 20px;
}

.btn-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(249, 89, 0, 0.4);
  background: linear-gradient(90deg, #ff7b30 0%, #F95900 100%);
}

.btn-hero-secondary {
  background: transparent;
  color: #0A2540 !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  padding: 13px 38px;
  border: 2px solid #0A2540;
  transition: all 0.3s ease;
  display: inline-flex;
}

.btn-hero-secondary:hover {
  background: #0A2540;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(10, 37, 64, 0.2);
}

.btn-saiba-mais-outline {
  background: transparent !important;
  color: #0A2540 !important;
  border: 2px solid #0A2540;
  padding: 8px 33px;
  /* Compensating 2px border from the original 10px 35px */
}

.btn-saiba-mais-outline:hover {
  background: #0A2540 !important;
  color: #fff !important;
}

.banner h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 81.6px */
}

.banner h1 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.banner h2 {
  color: #0A2540;
  font-family: DM Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.banner h2 span {
  color: #3192F2;
  font-family: DM Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;

}

.banner .title {
  position: absolute;
  top: 0;
  padding: 4em 0;
}

.cuida .textos {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  min-height: 83px;
}

.cuida h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.cuida h1 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cuida h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.cuida h2 span {
  color: var(--complementares-verde-1, #45D9B5);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cuida h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.cuida h3 span {
  color: var(--complementares-roxo-1, #BE86EA);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cuida2 h1 {
  color: var(--wireframe-colors-black-2, #314B5D);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
}

.cuida2 h1 strong {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cuida2 h1 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.grupo-lloyd .box {
  display: grid;
  align-content: center;
}

.grupo-lloyd .text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.grupo-lloyd .text .b1 {
  background-color: #BE86EA;
  width: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  border-radius: 12px;
}

.grupo-lloyd .text .b2 {
  width: calc(100% - 73px);
  display: grid;
  justify-items: start;
  justify-content: start;
  align-content: center;
}

.grupo-lloyd .text .b2 span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.grupo-lloyd h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.grupo-lloyd h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.grupo-lloyd p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
}

.grupo-lloyd a {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
  text-decoration-line: underline;
}

.tornar {
  background: var(--complementares-roxo-5, #f4f0f7);
}

.tornar h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.tornar h1 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.tornar p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.tornar .box h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
}

.tornar .box p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.tornar .b-1 {
  justify-items: start;
}

.tornar .b-1 p {
  text-align: left;
}

.tornar .b-2 {
  justify-items: end;
}

.tornar .b-2 p,
.tornar .b-2 h2 {
  text-align: right;
}

.btn-saiba-mais {
  display: flex;
  height: 48px;
  padding: 10px 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: var(--brand-colors-orange-1, #F95900);
  color: var(--White, #FFF);
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-saiba-mais:hover {
  background: #fc7a34;
  color: var(--White, #FFF);
}

.estilo h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.estilo h1 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.estilo p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.homem-mulher h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.sistema h2 {
  color: var(--brand-colors-blue-2, #0079F1);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.sistema h2 span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sistema p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.sistema .tecnologias {
  position: relative;
  margin-top: -80px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.sonhamos {
  background: var(--complementares-roxo-4, #efedf1);
}

.sonhamos .box {
  display: grid;
  gap: 12px;
  align-content: center;
}

.sonhamos h2 {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 76.8px */
}

.sonhamos h2 span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sonhamos p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.mundo-tec .box {
  display: grid;
  gap: 12px;
  align-content: center;
}

.mundo-tec h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.mundo-tec h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.mundo-tec p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.imperdiveis h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
}

.imperdiveis h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.imperdiveis .img-imperdivel {
  width: 100%;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.imperdiveis p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.imperdiveis .card {
  display: grid;
  justify-items: center;
  gap: 15px;
  border: none;
  outline: none;
}

.imperdiveis .card img {
  border-radius: 20px;
  width: 90%;
}

.imperdiveis .card h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
}

.imperdiveis .card h4 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}

.imperdiveis .card span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.imperdiveis .card h5 {
  color: var(--brand-colors-orange-1, #F95900);
  text-align: center;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}

/* index ends */
/* sobre page */
.sobre .banner-sobre h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.sobre .banner-sobre h1 span {
  font-style: normal;
  font-weight: 700;
  position: absolute;
  margin: 0 15px;
  color: #0079F1;
}

.sobre .banner-sobre h1 span::after {
  content: "";
  display: block;
  background-image: url(img/traco.svg);
  width: 100%;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -8px;
}

.sobre .bem-vindo .box1 {
  display: grid;
  align-content: center;
  align-items: center;
  justify-items: start;
}

.sobre .bem-vindo h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 39px */
}

.sobre .bem-vindo h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.sobre .bem-vindo h1 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
}

.sobre .bem-vindo p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  /* 30px */
}

.sobre .cuidado h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 60px */
}

.sobre .cuidado h2 span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.sobre .cuidado h2 b {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.sobre .cuidado ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.sobre .cuidado ul li {
  width: 50%;
}

.sobre .cuidado ul li img {
  padding: 15px;
  background-color: rgba(0, 0, 255, 0.1019607843);
  border-radius: 5px;
}

.sobre .cuidado .video iframe {
  margin: 0 5%;
  border-radius: 25px;
}

/* DNA Section - Modern Background */
.sobre .cuidado {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f4f8 100%);
  position: relative;
  overflow: hidden;
}

.sobre .cuidado::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(249, 89, 0, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.sobre .cuidado::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(10, 37, 64, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.sobre .cuidado .valores .box2 {
  display: grid;
  justify-items: start;
  align-content: center;
}

.sobre .cuidado .valores .box2 h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
}

.sobre .cuidado .valores .box2 h2 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.sobre .cuidado .valores .box2 h2 span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-colors-orange-1, #F95900), transparent);
}

.sobre .cuidado .valores .box2 p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* DNA Cards - Glassmorphism Grid */
.sobre .cuidado .valores-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.sobre .cuidado .valores-box ul li {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  width: auto;
}

/* Gradient overlay on hover */
.sobre .cuidado .valores-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(249, 89, 0, 0.05) 0%, rgba(10, 37, 64, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.sobre .cuidado .valores-box ul li:hover::before {
  opacity: 1;
}

/* Animated border on hover */
.sobre .cuidado .valores-box ul li::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--brand-colors-orange-1, #F95900), var(--brand-colors-blue-1, #0A2540));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sobre .cuidado .valores-box ul li:hover::after {
  opacity: 0.3;
}

.sobre .cuidado .valores-box ul li:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(249, 89, 0, 0.15);
  border-color: rgba(249, 89, 0, 0.2);
}

/* Title styling */
.sobre .cuidado .valores-box ul li span {
  display: block;
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.sobre .cuidado .valores-box ul li:hover span {
  color: var(--brand-colors-orange-1, #F95900);
}

/* Icon styling */
.sobre .cuidado .valores-box ul li img {
  width: 72px;
  height: 72px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-right: 0;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 12px rgba(249, 89, 0, 0.2));
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.sobre .cuidado .valores-box ul li:hover img {
  transform: scale(1.15) rotate(5deg);
  filter: drop-shadow(0 8px 20px rgba(249, 89, 0, 0.35));
}

/* Description text */
.sobre .cuidado .valores-box ul li p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #666 !important;
  margin: 0;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.sobre .cuidado .valores-box ul li:hover p {
  color: #444 !important;
}

.sobre .cuidado .pilares h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 60px */
}

.sobre .cuidado .pilares h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.sobre .cuidado .pilares p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.sobre .conheca .img-colab {
  width: 100%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.sobre .conheca h4 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
}

p.esg {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
}



.sobre .conheca h4 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.sobre .conheca p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 41.6px */
}

.sobre .conheca h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 72.8px */
}

.sobre .conheca h2 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.sobre .conheca .users {
  text-align: center;
}

.sobre .conheca .users h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  margin-top: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sobre .conheca .users span {
  color: var(--brand-colors-blue-2, #0079F1);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}


.sobre .nossa-historia .box {
  border-radius: 24px;
  background: var(--brand-colors-blue-1, #0A2540);
  background-position: top;
  background-size: cover;
  min-height: 550px;
  position: relative;
  display: grid;
  gap: 40px;
  align-content: start;
}

.sobre .nossa-historia .box h2 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: DM Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 52px */
}

.sobre .nossa-historia .video {
  display: flex;
  justify-content: center;
  margin-top: -190px;
  z-index: 100;
}

.sobre .nossa-historia .video iframe {
  border-radius: 25px;
}

.sobre .nossa-historia h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
}

.sobre .nossa-historia h3 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.sobre .para-nos {
  background-size: contain;
  min-height: 550px;
  background-position: top center;
  position: relative;
  display: grid;
  gap: 40px;
  align-content: start;
  padding-top: 7em;
}

.sobre .para-nos h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sobre .para-nos h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sobre .para-nos a {
  background-color: #F95900;
  color: #fff;
  padding: 15px 40px;
}

.sobre .para-nos p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.sobre .para-nos .box2 {
  display: grid;
  align-items: center;
  align-content: center;
  justify-items: start;
}

.sobre .para-nos .evolucao h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sobre .para-nos .evolucao h2 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sobre .para-nos .evolucao .box {
  display: flex;
  justify-content: center;
}

.sobre .para-nos .evolucao p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.sobre .bemvindo-novo h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.sobre .bemvindo-novo .triangulo-verde {
  right: -128px;
  top: -7px;
  position: absolute;
  fill: #d2efe8;
  width: 275px;
  z-index: -1;
  transform: rotate(185deg);
}

.orange-triangle {
  left: 7px;
  top: 21px;
  position: absolute;
  fill: #f87b30;
  z-index: -1;
  transform: rotate(1deg);
}


.sobre .bemvindo-novo h1 span {
  color: var(--brand-colors-orange-1, #F95900);
}


.sobre .bemvindo-novo h5 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
}


.sobre .bemvindo-novo h5 {
  text-align: justify;
}

/* sobre page ends */







/* sustentabilidade page */
.sustenta h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #435D25;
}

.sustenta h1 span {
  font-style: normal;
  font-weight: 700;
  position: absolute;
  color: #7CA534;
}

.sustenta .desenvolvimento h2 {
  color: var(--sustentabilidade-green-1, #435D25);
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
}

.sustenta .desenvolvimento h2 span {
  color: var(--sustentabilidade-green-3, #B9D2AA);
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.sustenta .desenvolvimento p {
  color: var(--sustentabilidade-green-5, #21340C);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.sustenta .desenvolvimento .box2 {
  display: grid;
  align-content: center;
}

.sustenta .coleta h2 {
  color: var(--sustentabilidade-green-1, #435D25);
  font-family: DM Sans;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
}

.sustenta .coleta p {
  color: var(--sustentabilidade-green-5, #21340C);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.sustenta .coleta .box2 {
  display: grid;
  align-content: center;
}

.sustenta .coleta-steps .box-verde {
  border-radius: 35px;
  background-image: linear-gradient(to right, #435D25 80%, #B9D2AA 80%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3em 8em;
  position: relative;
}

.sustenta .coleta-steps .box-verde .triangulo-verde {
  position: absolute;
  right: -70px;
  top: 130px;
}

.sustenta .coleta-steps .box-verde .triangulo-verde-claro {
  position: absolute;
  left: -87px;
  bottom: 35px;
}

.sustenta .coleta-steps .box-verde .box2 {
  margin-top: 80px;
  height: calc(100% - 80px);
}

.sustenta .coleta-steps .box-verde>div {
  display: grid;
  align-content: space-evenly;
}

.sustenta .coleta-steps .box-verde h2 {
  color: #DFEED5;
  font-family: DM Sans;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sustenta .coleta-steps .box-verde .item {
  gap: 55px;
}

.sustenta .coleta-steps .box-verde .item .box-img {
  border-radius: 8px;
  background: #dfeed5;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.sustenta .coleta-steps .box-verde .item p {
  color: #E6F0E0;
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sustenta .habitos h2 {
  color: var(--sustentabilidade-green-5, #21340C);
  font-family: DM Sans;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 60px */
}

.sustenta .habitos p {
  color: var(--sustentabilidade-green-5, #21340C);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sustenta .habitos .box2 {
  display: grid;
  align-content: center;
}

.sustenta .passos .montando h2 {
  color: var(--sustentabilidade-green-5, #21340C);
  text-align: center;
  font-family: DM Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.sustenta .passos .montando h2 span {
  color: var(--sustentabilidade-green-2, #719959);
  font-family: DM Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sustenta .passos .montando p {
  color: var(--sustentabilidade-green-5, #21340C);
  font-family: DM Sans;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sustenta .passos .step {
  background-color: rgba(185, 210, 170, 0.2196078431);
  padding: 4em;
  border-radius: 25px;
}

.sustenta .passos .step p {
  color: var(--sustentabilidade-green-5, #21340C);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.sustenta .passos .step .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--sustentabilidade-green-5, #21340C);
}

.sustenta .passos .step svg {
  transition: all ease 0.4s;
}

.sustenta .passos .step svg.roda {
  transform: rotate(180deg);
  transition: all ease 0.4s;
}

.sustenta .passos .step .title>div {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: baseline;
}

.sustenta .passos .step ul.items {
  margin: 0;
  padding: 4em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  list-style-type: none;
}

.sustenta .passos .step ul.items li {
  display: flex;
  align-items: center;
}

.sustenta .passos .step ul.items li::before {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url("img/sustenta/folha.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.sustenta .passos .step ul.items li p {
  margin-left: 10px;
  color: var(--sustentabilidade-green-5, #21340C);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.sustenta .passos .step h2 {
  color: var(--sustentabilidade-green-1, #435D25);
  font-family: DM Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.sustenta .passos .step h3 {
  color: var(--sustentabilidade-green-2, #719959);
  font-family: DM Sans;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

/* sustentabilidade page ends */





/* alteracoes */

.novas-paginas h2 {

  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.novas-paginas h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
}

.novas-paginas h3 {
  color: var(--brand-colors-blue-2, #0079F1);
  text-align: center;
  font-family: DM Sans;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.novas-paginas p,
.novas-paginas ul li {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.novas-paginas h4 {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

/* 
.novas-paginas h3 {
    color: var(--brand-colors-blue-2, #0079F1);
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
} */



/* alteracoes ends */







/* imoveis page */
.imoveis {
  position: relative;
}

.imoveis .inicio h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.imoveis .inicio h1 span {
  font-style: normal;
  font-weight: 700;
  position: absolute;
  margin: 0 15px;
  color: #0079F1;
}

.imoveis .inicio h1 span::after {
  content: "";
  display: block;
  background-image: url(img/traco.svg);
  width: 100%;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
}

.imoveis .todo-imovel .triangulo-verde {
  right: -70px;
  top: 30px;
  position: absolute;
}

.imoveis .todo-imovel .triangulo-verde svg {
  fill: #d2efe8;
  width: 262px;
  transform: rotate(45deg);
}

.imoveis .todo-imovel .box {
  margin-left: 60px;
  display: grid;
  align-content: space-between;
  height: 100%;
}

.imoveis .todo-imovel h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
}


.imoveis h5 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 1em 0;
}


.imoveis .todo-imovel p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.imoveis .nossa-equipe {
  text-align: center;
}

.imoveis .nossa-equipe h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.imoveis .nossa-equipe h2 {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.imoveis .te-ajuda h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.imoveis .te-ajuda h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.imoveis .te-ajuda .titles {
  height: 100%;
  display: grid;
  align-content: center;
}


.imoveis .te-ajuda p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0;
}

.imoveis .te-ajuda span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.imoveis .imovel-vazio .triangulo-float {
  left: -83px;
  top: 30px;
  position: absolute;
}

.imoveis .imovel-vazio .triangulo-float svg {
  fill: #9FCDE6;
  width: 202px;
  transform: rotate(68deg);
}

.imoveis .imovel-vazio h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
}

.imoveis .imovel-vazio h3 {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.imoveis .imovel-vazio p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  margin: 15px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.imoveis .imovel-vazio a {
  display: inline-flex;
  padding: 24px 32px;
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 8px;
  background: var(--brand-colors-orange-1, #F95900);
}

.imoveis .imovel-vazio ul {
  list-style-type: disc;
  margin: 30px 0;
  padding: 0 19px;
}

.imoveis .imovel-vazio ul li {
  color: var(--blue-1-light-2, #668EA9);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 15px 10px 15px 0;
}

.imoveis .imovel-vazio ul li::before {
  content: "";
  display: inline-block;
  /*   background-image: url(img/point.svg);
  width: 12px;
  height: 16px; */
  margin-right: 20px;
  background-repeat: no-repeat;
}

.imoveis .renda-extra .box-azul {
  position: relative;
  border-radius: 24px;
  background-color: var(--brand-colors-blue-2, #0079F1);
  padding: 40px;
  background-image: url(img/serv-imoveis/fundo.png);
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.imoveis .renda-extra .box-azul h2 {
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 84px */
}

.imoveis .renda-extra .box-azul h3 {
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.imoveis .renda-extra .box-azul p {
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.imoveis .renda-extra .box-azul span {
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.imoveis .renda-extra .box-azul .conteudo {
  padding: 3em;
}

.imoveis .renda-extra .box-azul .coin-1 {
  position: absolute;
  right: 70px;
  top: -90px;
  width: 220px;
}

.imoveis .renda-extra .box-azul .coin-2 {
  position: absolute;
  left: 41px;
  bottom: -50px;
  width: 166px;
}

.imoveis .renda-extra .box-azul .coin-3 {
  position: absolute;
  right: 113px;
  bottom: -124px;
  width: 220px;
  rotate: 89deg;
}

.imoveis .renda-extra .box-azul ul {
  list-style-type: none;
  padding: 0;
}

.imoveis .renda-extra .box-azul ul li {
  color: #fff;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  display: flex;
  gap: 7px;
  font-weight: 400;
  line-height: 150%;
  margin: 15px 10px 15px 0;
}

.imoveis .renda-extra .box-azul ul li::before {
  content: "";
  display: inline-block;
  background-image: url(img/point-2.png);
  width: 12px;
  height: 16px;
  margin-right: 20px;
  background-repeat: no-repeat;
}

.imoveis .renda-extra .box-azul .texto-1 {
  padding-right: 26px;
}

.imoveis .diferenciais .dif-box>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.imoveis .diferenciais .dif-box span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.imoveis .diferenciais h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 38.571px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.imoveis .diferenciais h3 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 38.571px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.imoveis .entre-em-contato {
  background-image: url(img/fundo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.imoveis .entre-em-contato .container {
  padding: 4em 0;
}

.imoveis .entre-em-contato .container>div {
  display: grid;
  justify-items: center;
}

.imoveis .entre-em-contato h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
}

.imoveis .entre-em-contato h1 span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.imoveis .entre-em-contato a {
  background-color: #F95900;
  margin: 2.5em 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px;
  color: #fff;
}

/* imoveis page ends */
/* condominios page */
.condominios {
  position: relative;
}

.condominios .inicio h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.condominios .inicio h1 span {
  font-style: normal;
  font-weight: 700;
  /*   position: absolute; */
  /*   margin: 0 15px; */
  color: #0079F1;
}

/* .condominios .inicio h1 span::after {
  content: "";
  display: block;
  background-image: url(img/traco.svg);
  width: 100%;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -8px;
} */
.condominios .sec-2 .triangulo-verde {
  right: -70px;
  top: 30px;
  position: absolute;
}

.condominios .sec-2 .triangulo-verde svg {
  fill: #d2efe8;
  width: 262px;
  transform: rotate(45deg);
}

.condominios .sec-2 .box {
  margin-left: 60px;
  display: grid;
  align-content: space-between;
  height: 100%;
}

.condominios .sec-2 h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
}

.condominios .sec-2 h2 b {
  color: #F95900;
}

.condominios .sec-2 p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.condominios .citacao {
  background: rgba(196, 220, 244, 0.2901960784);
  min-height: 460px;
  border-radius: 25px;
  margin: 4em 0;
  display: grid;
  position: relative;
  align-content: center;
  justify-items: center;
}

.condominios .citacao .triangulo-laranja {
  position: absolute;
  top: 67px;
  left: -90px;
}

.condominios .citacao .triangulo-azul {
  position: absolute;
  bottom: -120px;
  right: -103px;
}

.condominios .citacao .foto1 {
  position: absolute;
  bottom: -70px;
}

.condominios .citacao h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 72.8px */
}

.condominios .citacao span {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 41.6px */
}

.condominios .oitenta-anos h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.condominios .oitenta-anos h3 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.condominios .oitenta-anos p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.condominios .adapta h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 84px */
}

.condominios .adapta h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.condominios .adapta p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
}

.condominios .adapta .items h3 {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

.condominios .adapta .items p {
  color: var(--wireframe-colors-black-1, #002137);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
}

.condominios .adapta .box-texto {
  display: grid;
  align-content: center;
}

.condominios .adapta .foto1 {
  width: 90%;
  margin: 0 5%;
}

.condominios .as-solucoes {
  background: var(--brand-colors-blue-2, #0079F1);
  padding: 8em 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.condominios .as-solucoes .triangulo-azul {
  position: absolute;
  top: -174px;
  left: -70px;
}

.condominios .as-solucoes h4 {
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.condominios .as-solucoes h2 {
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.condominios .as-solucoes p {
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.condominios .solucoes-items .card {
  border: none;
}

.condominios .solucoes-items .card .box {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.condominios .solucoes-items .card .box svg:first-child {
  position: absolute;
}

.condominios .solucoes-items .card h3 {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.condominios .solucoes-items .card p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.condominios .solucoes-items .card ul {
  margin: 0;
  padding: 3em 0;
  list-style: none;
}

.condominios .solucoes-items .card ul li {
  color: var(--blue-1-light-2, #668EA9);
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  margin: 0.7em 0;
}

.condominios .solucoes-items .card ul li::before {
  content: "";
  display: inline-block;
  background-image: url(img/point.svg);
  width: 12px;
  height: 16px;
  margin-right: 20px;
  background-repeat: no-repeat;
}

.condominios .tecnologia h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
}

.condominios .tecnologia h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.condominios .tecnologia p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.condominios .tecnologia span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.condominios .tecnologia .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 1.5em 0;
}

.condominios .tecnologia .item .box {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.condominios .tecnologia .item .box svg:first-child {
  position: absolute;
}




.condominios .tecnologia .item h4 {
  color: var(--brand-blue-1, #095A98);
  font-family: DM Sans;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24.539px */
}

.condominios .nossos-clientes {
  background-color: #fafbfc;
}

.condominios .nossos-clientes .img-depo {
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.condominios .nossos-clientes h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 84px */
}

.condominios .nossos-clientes h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.condominios .nossos-clientes p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.condominios .nossos-clientes .item .item-infos {
  background-color: #fff;
  padding: 2em 2em;
  display: grid;
  gap: 25px;
  border-radius: 25px;
}

.condominios .nossos-clientes .item p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.condominios .nossos-clientes .item .label .titles h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  /* 36px */
}

.condominios .nossos-clientes .item .label .titles span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

/* condomios page ends */
.nossos-clientes {
  background-color: #fafbfc;
}

.nossos-clientes .img-depo {
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.nossos-clientes h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 84px */
}

.nossos-clientes h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.nossos-clientes p {
  color: var(--brand-colors-blue-1, #0A2540);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.nossos-clientes .titles {
  padding: 15px 30px;
}

.nossos-clientes .titles h2 {
  font-size: 24px;
  text-align: left;
}

.nossos-clientes .item .item-infos {
  background-color: var(--brand-colors-blue-1, #0A2540);
  padding: 2em 2em;
  display: grid;
  gap: 25px;
  border-radius: 25px;
  min-height: 250px;
}

.nossos-clientes .item p {
  color: #fff;
  font-family: DM Sans;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.nossos-clientes .item .label .titles h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  /* 36px */
}

.nossos-clientes .item .label .titles span {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

/* menu */
.menu-items .menu-item-has-children {
  position: relative;
}

.menu-items .sub-menu {
  list-style: none;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 500;
  padding: 0;
  position: absolute;
  min-width: 176px;
  top: 39px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(109, 109, 109, 0.25);
  transition: all ease 0.2s;
}

.menu-items .sub-menu li a {
  padding: 12px 2em;
  display: block;
}

.menu-items .sub-menu li a:hover {
  background-color: #0079F1;
  color: #fff !important;
}

.menu-items .sub-menu.on {
  padding: 1em 0;
  height: -moz-fit-content;
  height: fit-content;
  transition: all ease 0.5s;
  display: block;
  opacity: 1;
}

/* ends menu */
/* blog */
.blog h1 {
  color: #0079F1;
  text-align: center;
  font-family: DM Sans;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 78.4px */
}

.blog p {
  color: var(--wireframe-colors-black-1, #002137);
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.blog .busca {
  border-radius: 16px;
  background: rgb(239, 246, 253);
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: -26px;
}

.blog .busca svg {
  position: absolute;
  left: 14px;
  top: 13px;
  width: 25px;
  z-index: 3;
}

.blog .busca form {
  height: 100%;
}

.blog .busca form input[type=text] {
  width: calc(100% - 65px);
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0 15px;
  color: var(--blue-2-light-1, #3192F2);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.blog .busca form input[type=text]::-moz-placeholder {
  color: var(--blue-2-light-1, #3192F2);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.blog .busca form input[type=text]::placeholder {
  color: var(--blue-2-light-1, #3192F2);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.blog .busca form input[type=submit] {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  padding: 0;
  background: none;
  border: none;
  z-index: 5;
  cursor: pointer;
}

.blog .busca form>div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.blog-items {
  background: rgba(196, 220, 244, 0.1);
}

.blog-items .post-destaque span,
.blog-items .posts-3 span {
  border-radius: 8px;
  background: #FFF0E8;
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 5px 15px;
}

.blog-items .post-destaque h2,
.blog-items .posts-3 h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
}

.blog-items .post-destaque p,
.blog-items .posts-3 p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.blog-items .post-destaque .infos,
.blog-items .posts-3 .infos {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 15px;
  padding-left: 5%;
}

.blog-items .post-destaque .button,
.blog-items .posts-3 .button {
  border-radius: 8px;
  background: var(--blue-2-light-1, #3192F2);
  display: inline-flex;
  height: 48px;
  padding: 10px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.blog-items .post-destaque {
  padding-top: 9em;
}

.blog-items .post-thumbnail {
  width: 100%;
  height: 400px;
  border-radius: 25px;
  background-size: cover;
}

.posts-3 h2 {
  font-size: 32px !important;
}

.posts-3 p {
  font-size: 13px !important;
}

.posts-3 .post-thumbnail {
  width: 100%;
  height: 300px;
}

.posts-3 .infos {
  padding-left: 0 !important;
}

.blog-ads {
  margin: 5em 0;
  padding: 5em 0;
}

.box-instagram {
  border-radius: 24px;
  background: var(--blue-2-light-5, #E8EFF4);
  min-height: 550px;
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  gap: 20px;
}

.box-instagram .insta-link a {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-left: 15px;
}

.box-instagram img {
  width: 60%;
}

.box-instagram h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}

.box-newsletter {
  border-radius: 24px;
  background: var(--brand-colors-blue-1, #0A2540);
  background-position: top;
  background-size: cover;
  min-height: 550px;
  position: relative;
  display: grid;
  gap: 40px;
  align-content: center;
}

.box-newsletter h2 {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: DM Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.box-newsletter .form-newsletter {
  width: 70%;
  margin: 0 15% 40px;
}

.box-newsletter .form-newsletter form {
  display: grid;
  gap: 15px;
}

.box-newsletter .form-newsletter input {
  width: 100%;
  height: 58px;
  padding: 15px;
  border: 0;
  outline: 0 !important;
  border-radius: 5px;
  font-size: 17px;
}

.box-newsletter .form-newsletter input[type=submit] {
  border-radius: 5px;
  background: var(--brand-colors-blue-2, #0079F1);
  color: #fff;
  transition: all ease 0.3s;
}

.box-newsletter .form-newsletter input[type=submit]:hover {
  background: #F95900;
  color: #fff;
  transition: all ease 0.2s;
  transform: scale(1.04);
}

.resultado .blog-items {
  background-color: transparent;
}

.resultado h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.resultado h1 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.resultado .post-destaque {
  padding: 2em 0 !important;
}

.resultado .post-destaque span {
  border-radius: 8px;
  background: #FFF0E8;
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 5px 15px;
}

.resultado .post-destaque h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
}

.resultado .post-destaque p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.resultado .post-destaque .infos {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 15px;
  padding-left: 5%;
}

.resultado .post-destaque .button {
  border-radius: 8px;
  background: var(--blue-2-light-1, #3192F2);
  display: inline-flex;
  height: 48px;
  padding: 10px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.resultado .post-destaque {
  padding-top: 9em;
}

.resultado .post-thumbnail {
  width: 100%;
  height: 400px;
  border-radius: 25px;
  background-size: cover;
}

.resultado .nada {
  background-color: #f0f1f8;
  padding: 2em;
  justify-items: center;
  border-radius: 1em;
}

.resultado .nada svg {
  width: 60px;
  fill: #666;
  margin-bottom: 15px;
}

.resultado .btn-padrao {
  border-radius: 8px;
  background: var(--blue-2-light-1, #3192F2);
  display: inline-flex;
  height: 48px;
  padding: 10px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.triangulo-laranja {
  position: absolute;
  position: absolute;
  bottom: -40px;
  left: -20px;
}

.triangulo-verde {
  right: -70px;
  top: 30px;
  position: absolute;
}

/* ends blog */
/* contato */
.contato .box2 h1 {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.contato .box2 h1 span {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.contato .box2 p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 2em 0;
}

.contato .form-contato ::-moz-placeholder {
  color: var(--blue-1-light-2, #668EA9);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.contato .form-contato ::placeholder {
  color: var(--blue-1-light-2, #668EA9);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.contato .form-contato input,
.contato .form-contato textarea {
  border-radius: 4px;
  background: rgba(245, 249, 254, 0.6);
  border: 0;
  outline: 0;
  padding: 14px 32px;
  width: 100%;
  margin: 7px 0;
}

.contato .form-contato textarea {
  height: 100px;
}

.contato .form-contato input[type=submit] {
  border-radius: 4px;
  background: #F95900;
  color: #fff;
  transition: all ease 0.3s;
}

.contato .form-contato input[type=submit]:hover {
  background: var(--brand-colors-blue-2, #0079F1);
  color: #fff;
  transition: all ease 0.2s;
  transform: scale(1.04);
}

.contato .icons-contato .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.contato .icons-contato .box a h4 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.contato .icons-contato .box a p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.proposta .box2 h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.proposta .box2 h1 span {
  color: #F95900;
  font-family: DM Sans;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.proposta .box2 p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 2em 0;
}

.proposta .form-proposta ::-moz-placeholder {
  color: var(--blue-1-light-2, #668EA9);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.proposta .form-proposta ::placeholder {
  color: var(--blue-1-light-2, #668EA9);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.proposta .form-proposta input,
.proposta .form-proposta textarea {
  border-radius: 4px;
  background: rgba(245, 249, 254, 0.6);
  border: 0;
  outline: 0;
  padding: 14px 32px;
  width: 100%;
  margin: 7px 0;
}

.proposta .form-proposta textarea {
  height: 100px;
}

.proposta .form-proposta input[type=submit] {
  border-radius: 4px;
  background: #F95900;
  color: #fff;
  transition: all ease 0.3s;
}

.proposta .form-proposta input[type=submit]:hover {
  background: var(--brand-colors-blue-2, #0079F1);
  color: #fff;
  transition: all ease 0.2s;
  transform: scale(1.04);
}

.proposta .icons-contato .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.proposta .icons-contato .box a h4 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.proposta .icons-contato .box a p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* ends contato */
.triangulo-azulclaro {
  position: absolute;
  right: -5px;
  margin-top: 67px;
  z-index: 10;
}

/* single post */
.single-post {
  position: relative;
}

.single-post .box-newsletter {
  min-height: 400px;
  position: relative;
  display: flex;
  gap: 20px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 7em 0;
}

.single-post .box-newsletter .form-newsletter form {
  display: flex;
  flex-wrap: wrap;
}

/* --- PREMIUM TIMELINE REDESIGN: "Watermark & Glass" --- */
.timeline-wrapper.premium {
  background: transparent;
  padding: 60px 20px;
  overflow: hidden;
}

.timeline-wrapper.premium h2.text-center {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 80px;
}

.timeline-wrapper.premium h2.text-center span {
  color: var(--brand-colors-orange-1, #F95900);
}

.timeline-wrapper.premium .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* Central glowing line */
.timeline-wrapper.premium .timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: linear-gradient(180deg, rgba(249, 89, 0, 0.2) 0%, var(--brand-colors-orange-1, #F95900) 50%, rgba(10, 37, 64, 0.2) 100%);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(249, 89, 0, 0.4);
}

.timeline-wrapper.premium .timeline-item {
  padding: 10px 50px;
  position: relative;
  width: 50%;
  z-index: 2;
  margin-bottom: 40px;
  background-color: transparent;
}

.timeline-wrapper.premium .timeline-item.left {
  left: 0;
}

.timeline-wrapper.premium .timeline-item.right {
  left: 50%;
}

/* Sleek connection dots */
.timeline-wrapper.premium .timeline-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 4px solid var(--brand-colors-orange-1, #F95900);
  border-radius: 50%;
  top: 40px;
  z-index: 3;
  box-shadow: 0 0 0 6px rgba(249, 89, 0, 0.15), 0 0 15px rgba(249, 89, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.timeline-wrapper.premium .timeline-item.left .timeline-dot {
  right: -12px;
}

.timeline-wrapper.premium .timeline-item.right .timeline-dot {
  left: -12px;
}

.timeline-wrapper.premium .timeline-item:hover .timeline-dot {
  transform: scale(1.4);
  background-color: var(--brand-colors-orange-1, #F95900);
  border-color: #fff;
  box-shadow: 0 0 0 8px rgba(249, 89, 0, 0.2), 0 0 20px rgba(249, 89, 0, 0.6);
}

/* Glassmorphism content cards */
.timeline-wrapper.premium .content {
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: relative;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(10, 37, 64, 0.05), border 1px solid rgba(255, 255, 255, 0.8);
  border-left: 5px solid transparent;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Orange border on hover */
.timeline-wrapper.premium .timeline-item:hover .content {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(10, 37, 64, 0.12), 0 0 0 1px rgba(249, 89, 0, 0.1);
  border-left-color: var(--brand-colors-orange-1, #F95900);
}

/* Massive Watermark Year */
.timeline-wrapper.premium .timeline-watermark {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 140px;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  color: rgba(10, 37, 64, 0.03);
  line-height: 1;
  letter-spacing: -5px;
  z-index: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  user-select: none;
}

.timeline-wrapper.premium .timeline-item.left .timeline-watermark {
  right: auto;
  left: -10px;
}

.timeline-wrapper.premium .timeline-item:hover .timeline-watermark {
  color: rgba(249, 89, 0, 0.06);
  transform: scale(1.05) rotate(-2deg);
}

/* Content Info (Above Watermark) */
.timeline-wrapper.premium .timeline-info {
  position: relative;
  z-index: 1;
}

.timeline-wrapper.premium .timeline-info h2 {
  color: var(--brand-colors-orange-1, #F95900);
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.timeline-wrapper.premium .timeline-info h3 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.timeline-wrapper.premium .timeline-info p {
  color: #4a5d70;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.timeline-wrapper.premium .timeline-info p:last-child {
  margin-bottom: 0;
}

.timeline-wrapper.premium .timeline-info p strong {
  color: var(--brand-colors-blue-1, #0A2540);
  font-weight: 700;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .timeline-wrapper.premium .timeline::after {
    left: 20px;
  }

  .timeline-wrapper.premium .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
  }

  .timeline-wrapper.premium .timeline-item.left,
  .timeline-wrapper.premium .timeline-item.right {
    left: 0;
  }

  .timeline-wrapper.premium .timeline-item.left .timeline-dot,
  .timeline-wrapper.premium .timeline-item.right .timeline-dot {
    left: 8px;
    right: auto;
  }

  .timeline-wrapper.premium .timeline-item.left .timeline-watermark {
    left: auto;
    right: -10px;
  }

  .timeline-wrapper.premium .timeline-watermark {
    font-size: 100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .timeline-wrapper.premium .timeline-item:hover .timeline-watermark {
    transform: translateY(-50%) scale(1.05) rotate(-2deg);
  }

  .timeline-wrapper.premium .content {
    padding: 30px 20px;
  }

  .timeline-wrapper.premium .timeline-info h2 {
    font-size: 28px;
  }

  .timeline-wrapper.premium .timeline-info h3 {
    font-size: 20px;
  }
}

.single-post .box-newsletter .form-newsletter form p:nth-child(2),
.single-post .box-newsletter .form-newsletter form p:nth-child(3) {
  width: 49%;
}

.single-post .box-newsletter .form-newsletter form p:nth-child(4) {
  width: 100%;
}

.single-post .img-lead {
  width: 100%;
  height: 380px;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  margin-bottom: 5em;
  position: relative;
}

.single-post .categoria {
  border-radius: 8px;
  background: #fff0e8;
  color: var(--brand-colors-orange-1, #F95900);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 5px 15px;
}

.single-post .single-content h1 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.single-post .single-content p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 15px;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

/* ends single post */

/* --- LLOYD NEWS: Novo layout editorial do post --- */

/* Hero do Post */
.lln-hero {
  background: #f5f9fc;
  border-bottom: 1px solid #dde8f0;
  padding: clamp(3rem, 7vw, 5.5rem) 1.5rem clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.lln-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.lln-hero .categoria {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand-colors-orange-1, #F95900) !important;
  text-decoration: none !important;
}

.lln-hero-title {
  font-size: clamp(2rem, 4.5vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--brand-colors-blue-1, #0A2540) !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  max-width: 20ch;
}

.lln-hero-meta {
  font-size: 0.9rem;
  color: #7a96aa;
  font-weight: 500;
}

/* Corpo do Post */
.lln-body {
  background: #fff;
  padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem clamp(3rem, 7vw, 6rem);
}

.lln-reading-col {
  max-width: 760px;
  margin: 0 auto;
}

/* Conteúdo editorial */
.lln-reading-col .entry-content>* {
  max-width: 100% !important;
}

.lln-reading-col .entry-content p {
  font-family: DM Sans, sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2a3f55;
  margin-bottom: 1.4em !important;
  max-width: 100% !important;
}

.lln-reading-col .entry-content h2 {
  margin-top: 3rem !important;
  margin-bottom: 0.9rem !important;
  color: var(--brand-colors-blue-1, #0A2540) !important;
}

.lln-reading-col .entry-content ul,
.lln-reading-col .entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.lln-reading-col .entry-content li {
  font-family: DM Sans, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #2a3f55;
}

.lln-reading-col .entry-content strong,
.lln-reading-col .entry-content b {
  color: var(--brand-colors-blue-1, #0A2540);
}

/* Newsletter no post */
.lln-body~.container .box-newsletter {
  min-height: 400px;
  position: relative;
  display: flex;
  gap: 20px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5em 0;
}

@media (max-width: 768px) {
  .lln-hero {
    padding: 2.5rem 1rem 2rem;
  }

  .lln-hero-title {
    font-size: clamp(1.7rem, 7vw, 2.4rem) !important;
  }

  .lln-body {
    padding: 2rem 1rem 3rem;
  }

  .lln-reading-col .entry-content h2 {
    margin-top: 2.5rem !important;
  }
}

/*  footer */
.zap-fixo {
  position: fixed;
  bottom: 60px;
  left: 30px;
  width: 62px;
  height: 90px;
  display: grid;
  gap: 10px;
  justify-content: center;
  justify-items: center;
}

.zap-fixo .circle {
  background-color: #25D366;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  cursor: pointer;
}

.zap-fixo .circle svg {
  width: 27px;
  transition: all ease 0.2s;
}

.zap-fixo .circle:hover {
  transition: all ease 0.2s;
  background-color: #128C7E;
}

.zap-fixo .circle:hover svg {
  width: 32px;
  transition: all ease 0.3s;
}

footer {
  background-color: #f1f3f5;
}

footer .footer {
  padding: 3em 0;
}

footer .footer .title,
footer .footer .redes {
  padding-bottom: 1.5em;
}

footer .footer .redes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer .redes h4 {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

footer .footer .redes ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

footer .footer .redes ul svg {
  fill: #F95900 !important;
}

footer .footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer .links .list1 ul,
footer .footer .links .list2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

footer .footer .links .list3 a {
  display: flex;
  align-items: flex-start;
}

footer .footer .links .list3 a img {
  margin-right: 15px;
}

footer .footer .links a {
  color: #0A2540;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

footer h2 {
  color: #0A2540;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding: 1.2em 0;
}

footer .copy {
  padding: 2em;
  border-top: 1px solid #95B0C2;
}

footer .copy span {
  color: #95B0C2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* ends footer */
/* responsive rules */
@media (max-width: 991px) {
  .banner .title {
    position: relative;
  }

  .banner .img-inicial {
    position: absolute;
    opacity: 0.2;
  }

  .banner h1 {
    font-size: 33px;
    text-align: center;
  }

  .banner h1 span {
    font-size: 33px;
    text-align: center;
  }

  .banner h2 {
    font-size: 23px;
    text-align: center;
  }

  .cuida {
    padding-top: 4em;
  }

  .cuida .box {
    padding: 4em;
  }

  .cuida .box .lares {
    order: 2;
  }

  .cuida .box h1,
  .cuida .box h2,
  .cuida .box h3,
  .cuida .box span {
    font-size: 33px;
    margin: 15px 0;
  }

  .cuida2 h1,
  .cuida2 h2,
  .cuida2 h3,
  .cuida2 span,
  .cuida2 strong {
    font-size: 33px !important;
  }

  .grupo-lloyd {
    text-align: center;
  }

  .grupo-lloyd a {
    margin: 30px 0;
  }

  .grupo-lloyd a.cafe {
    margin: 5px 0;
  }

  .tornar {
    text-align: center;
  }

  .tornar .box.b-2 h2,
  .tornar .box.b-2 p {
    justify-items: center;
    text-align: center;
    justify-content: center;
  }

  .tornar .box.b-2 {
    order: 2;
    justify-items: center;
    text-align: center;
    justify-content: center;
  }

  .tornar .box.b-1,
  .tornar .box.b-2 {
    padding-bottom: 6em;
  }

  .tornar .box.b-1 {
    justify-items: center;
    text-align: center;
  }

  .tornar .box.b-1 p {
    text-align: center;
  }

  .sistema .tecnologias {
    margin-top: 0px;
  }

  .zap-fixo {
    left: inherit;
    right: 24px;
  }

  .sonhamos a {
    width: 100%;
    margin: 30px 0;
  }

  .sonhamos .b-1 {
    order: 2;
  }

  .sonhamos .b-2 {
    order: 1;
  }

  .sonhamos h2,
  .sonhamos h2 span {
    font-size: 44px;
  }

  .mundo-tec,
  .sonhamos,
  .contato {
    text-align: center;
  }

  .contato .caixa {
    background-color: #f1f3f5;
    margin: 10px 0;
  }

  span::after {
    display: none !important;
  }

  .sobre h1,
  .sobre h1 span {
    font-size: 34px !important;
  }

  .sobre .banner-sobre h1 span {
    position: relative;
  }

  .sobre iframe {
    height: 240px;
  }

  .sobre .cuidado .valores-box ul {
    justify-content: start;
    display: grid;
  }

  .sobre .cuidado .valores-box ul li {
    padding: 1em 0em;
  }

  .sobre .cuidado .valores-box ul li span {
    font-size: 15px;
  }

  .sobre .nossa-historia .video {
    margin-top: 30px;
  }

  .sobre .para-nos {
    text-align: center;
  }

  .sobre .para-nos img {
    width: 70%;
    margin: 1em 15%;
  }

  .sobre .para-nos .box2 {
    justify-items: center;
  }

  .sobre .para-nos .evolucao .box {
    margin: 30px 0;
  }

  .sustenta .passos .step {
    padding: 2em;
    border-radius: 0;
  }

  .sustenta .passos .step h2,
  .sustenta .passos .step h3 {
    font-size: 23px;
  }

  .sustenta .passos .step ul.items {
    margin: 0;
    padding: 2em 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    list-style-type: none;
  }

  .sustenta .habitos h2 {
    font-size: 32px;
  }

  .sustenta h1 {
    font-size: 36px;
    margin: 1em 0;
  }

  .sustenta h1 span {
    position: relative;
  }

  .sustenta .coleta-steps .box-verde {
    padding: 4em 2em;
    background-color: #435D25;
    background-image: linear-gradient(to bottom, #435D25 87%, #B9D2AA 87%);
  }

  .sustenta .coleta-steps .box-verde .item {
    gap: 20px;
    padding: 3em 0;
  }

  .sustenta .coleta-steps .box-verde .bin {
    width: 40%;
    text-align: center;
    margin: 2em 30%;
  }

  .imoveis .entre-em-contato {
    background-image: none;
  }

  .imoveis .todo-imovel .box {
    margin-left: 0;
    padding: 3em 0;
  }

  .imoveis .imovel-vazio .box1 {
    order: 2;
  }

  .imoveis .imovel-vazio .box2 {
    order: 1;
  }

  .imoveis .renda-extra .box-azul {
    padding: 60px 10px;
  }

  .imoveis .renda-extra .box-azul h2,
  .imoveis .renda-extra .box-azul h3 {
    font-size: 44px;
    line-height: 120%;
  }

  .imoveis .renda-extra .box-azul .conteudo {
    padding: 3em 0.5em;
  }

  .imoveis .diferenciais .dif-box>div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 15px;
    background-color: #dbeaf9;
    padding: 10px;
  }

  .condominios .nossos-clientes .item {
    border: 2px solid #F95900;
    border-radius: 25px;
    margin: 1em 5%;
    width: 90%;
    padding: 0;
  }

  .condominios .as-solucoes {
    padding: 4em 0;
  }

  .condominios .as-solucoes h2 {
    font-size: 31px;
  }

  .condominios h3 {
    margin: 15px 0;
  }

  .condominios .comerciais .box-texto {
    order: 2;
  }

  .condominios .comerciais .box {
    order: 1;
  }

  .condominios .adapta .foto1 {
    width: 100%;
    margin: 0;
  }

  .condominios .citacao h2 {
    font-size: 31px;
  }

  .condominios .inicio .box1 {
    margin: 10px 0;
  }

  .condominios .inicio h1 {
    font-size: 36px;
  }

  .condominios .inicio h1 span {
    font-size: 36px;
  }

  .condominios .sec-2 .box {
    margin-left: 0 !important;
    display: grid;
    align-content: space-between;
    height: 100%;
    padding: 2em 0;
  }

  .condominios .sec-2 p {
    font-size: 17px;
  }

  .blog-items .post-destaque span .post-thumbnail,
  .blog-items .blog-items .posts-3 .post-thumbnail {
    width: 100%;
    height: 215px;
  }

  .blog-items .post-destaque span span,
  .blog-items .blog-items .posts-3 span {
    border-radius: 8px;
    background: #fff0e8;
    color: var(--brand-colors-orange-1, #F95900);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  footer .list1 ul,
  footer .list2 ul,
  footer .list3 ul {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  footer .redes {
    justify-content: flex-end !important;
  }

  footer .redes li {
    background-color: #064976;
    padding: 10px;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  footer .redes li svg {
    fill: #fff !important;
  }

  .logo {
    display: flex;
    justify-content: space-between;
    z-index: 20;
  }

  .button-mobile {
    width: 68px;
    background-color: #064976;
    height: 55px;
    border-radius: 5px;
    border: 3px solid #0079F1;
  }

  .menu-box {
    background: rgba(18, 71, 118, 0.8784313725);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all ease 0.4s;
    overflow: hidden;
  }

  .menu-box.on {
    height: 100vh;
    transform: translateY(0);
  }

  .botoes-menu {
    display: grid !important;
  }

  .menu {
    height: 100%;
    width: 100%;
    display: block !important;
  }

  .botoes-menu {
    width: 100%;
    display: block !important;
    margin: 2em 0;
    height: 30vh;
  }

  .botoes-menu a {
    margin: 10px 0;
  }

  .menu-items {
    padding: 6em 0 2em;
    height: 70vh;
  }

  .sub-menu.on {
    list-style: none;
    background-color: transparent;
    height: 0;
    overflow: hidden;
    display: none;
    padding: 0;
    position: relative;
    top: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(109, 109, 109, 0.25);
    transition: all ease 0.3s;
  }

  .head ul#menu-menu-1 li a,
  ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 1em 0;
    padding: 1em;
    width: 100%;
    display: block;
    border-radius: 7px;
  }

  .head ul#menu-menu-1 li a:hover,
  ul.sub-menu li a:hover {
    background-color: #F95900;
  }

  .menu-items .menu-item-has-children .sub-menu li+li {
    margin-top: 1em;
  }

  .menu-items .menu-item-has-children .sub-menu a {
    margin: 0 0 0 2em !important;
    width: calc(100% - 2em) !important;
  }

  .button-style {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
  }

  .button-style span {
    background-color: #fff;
    width: 60%;
    height: 2px;
    display: block;
    margin: 4px 0;
  }
}

@media (max-width: 1366px) {
  .botoes-menu a {
    font-size: 11px;
  }
}

/* responsive rules ends */
/*# sourceMappingURL=style.css.map */
* .lista-dois .item .box svg:first-child {
  width: 35px;
  height: 35px;
}


.lista-dois .item:nth-child(3n-2) .box svg {
  fill: #c283e9;
}

.lista-dois .item:nth-child(3n-2) .box svg:nth-child(2) {
  fill: #EADFF3;
}

.lista-dois .item:nth-child(3n-1) .box svg {
  fill: #3dd9b6;
}

.lista-dois .item:nth-child(3n-1) .box svg:nth-child(2) {
  fill: #d2efe8;
}

.lista-dois .item:nth-child(3n) .box svg {
  fill: #f95e00;
}

.lista-dois .item:nth-child(3n) .box svg:nth-child(2) {
  fill: #f6d7c4;
}

/* New Technology Sections - Homepage */
.integracao-bancaria h2,
.transparencia-tempo-real h2,
.tecnologia-tranquilidade h2 {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.integracao-bancaria h2 span,
.transparencia-tempo-real h2 span,
.tecnologia-tranquilidade h2 span {
  color: var(--brand-colors-blue-2, #0079F1);
  font-family: DM Sans;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.integracao-bancaria p,
.transparencia-tempo-real p,
.tecnologia-tranquilidade p {
  color: var(--brand-colors-blue-1, #0A2540);
  font-family: DM Sans;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}