
    /* === Base / Reset === */
*,
*::before,
*::after { box-sizing: border-box; }

html:focus-within { scroll-behavior: smooth; }

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
b, strong{
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

:root{
  --font-family: "gotham", sans-serif;
  --beige: #cab485;
  --white: #fff;
  --black: #000;
  --container: 70%;
  --radius: 40px;
  --gray: #7d7d7d;

}
.mobile{
  display: none;
}
.desktop{
  display: block;
}
/* Containers */
.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; padding: 0 40px; }

/* === Hero === */
.hero{
  position: relative;
  padding: 0;
  background: transparent;
  border-bottom: none;
}
.hero-img{
  width: 100%;
  height: auto;
}


#manifesto { scroll-margin-top: 80px;
background-color: var(--black); color: var(--white); }

.manifesto{
  display: flex;
  align-items: center;
}

.manifesto:not(.manifesto--alt){
  background: var(--beige);
  color: #fff;
}

.manifesto__wrap{
  text-align: left;
  margin-inline: auto;
}


.manif-text{
  margin: 0 0 1.5rem 0;
  color: inherit;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.4vw;
}
.manif-text strong{
  font-weight: 800;
}

/* CTA debajo */
.manif-cta{ margin-top: 14px; }

/* Botones base */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.05rem;
  border-radius: 0;
  font-weight: 700;
  border: none;
  background: var(--beige);
  color: var(--black);
  font-size: 1.2vw;
  transition: transform .08s ease, background .2s ease, background-color .2s ease;
}
.btn:focus-visible{ outline: none; box-shadow: 0 0 0 .25rem rgba(197, 157, 115, .35); }
.btn:hover{ transform: translateY(-1px);background: var(--white); }


/* === Sección Pesquisa === */
.pesquisa{
  background: #f4f1ef;
  color: #000;
}
.pesquisa__wrap{
  text-align: center;
  padding-block: 44px; 
}
.pesquisa__img{
  margin-inline: auto;
}
.pesquisa__img--top{
  max-width: 400px;  
  width: 96%;
}
.pesquisa__img--bottom{
  max-width: 860px;  /* más ancha */
  width: 98%;
  margin-top: 18px;
}
.pesquisa__cta{
  margin-top: 22px;
}

/* Botón marrón para CTA final de la nueva sección */
.btn-brown{
  background: var(--brown-cta);
  color: #fff;
  border-color: var(--brown-cta);
}
.btn-brown:hover{
  filter: brightness(0.95);
}

/* === Footer === */
.footer-banner{
  padding: 0;
  background: var(--black);
  text-align: center
}

.footer-img{
display: block;
    width: 800px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* utilidades */
.visually-hidden{
  position:absolute!important; width:1px!important; height:1px!important; padding:0!important;
  margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important;
}
.d-flex{
  display: flex;
  gap: 60px;
}
.col-img{
    width: 25%;
    display: flex;
    align-items: end;

}
.col-content{
  padding: 60px 0;
  width: 75%;
}
.identidade {
  padding: 1vw 0 0 0;
  background-image: url('../img/bg-identidade.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: var(--black);
  overflow: hidden;
}
.identidade h2, .raiz h2{
    font-weight: 300;
    font-size: 3vw;
    margin-left: -30px;
    margin-bottom: 1em;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.raiz h2{
  margin-left: 0;
}
.identidade h2 b, .raiz h2 b{
  display: block;
}
.identidade .block{
  margin-bottom: 2em;
  font-size: 1vw;
  line-height: 1.2;
}
.identidade .block b{
  font-size: 6vw;
  line-height: 1;
  font-weight: 800;
  display: block;
  color: var(--beige);
}
.identidade .block b span{
  font-size: .5em;
}
.identidade .d-flex{
  gap: 20px;
}
.identidade .col-content{
  padding: 60px 0;
  width: 75%;
}
.identidade .col-dados{
  width: 25%;
}

.raiz {
  padding: 40px 0;
  background-image: url('../img/bg-raiz.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: var(--white);
  overflow: hidden;
  height: 46.8vw;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.raiz .col-content{
  padding: 0;
  width: 100%;
  padding-right: 30%;
}
.raiz p, .identidade p{
  font-size: 1.4vw;
  margin-bottom: 1.5em;
}
.raiz p{
    padding-right: 40%;
}
.download__wrap{
  text-align: center;
}
.download{
  padding: 60px 0;
  text-align: center;
  background-image: url('../img/bg-download.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
 /* --- Layout da seção --- */
.dados-headline{
  text-align: center;
  font-size: 3vw;
  color: var(--black);
  padding: 0;
  margin: 3vw auto;
}
.bars-section {
  padding: 0 0 0 0;
  background-image: url('../img/bg-graf.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--black);
  overflow: hidden;
  height: 55vw;
  display: flex;
        flex-direction: column;
        justify-content: flex-end;
}

.bars-wrapper {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  position: relative;
  overflow: hidden;
}
.bars-wrapper.aos-animate {
  opacity: 1 !important;
  transform: none !important;
}
.renda{
      font-size: 1.2vw;
    width: 40%;
    display: block;
    position: absolute;
    left: 45%;
}
.renda b{
  font-weight: 800;
  font-size: 1.5em;
}
.bar {
  width: 22vw;
  height: 0; /* começa do zero */
  background-color: var(--gray);
  color: var(--white);
  transition: height 1s cubic-bezier(.23,1,.32,1);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.bar:first-child{
  background-color: var(--black);
  color: var(--white);
  z-index: 1;
  right: -1vw;
}
.bar:last-child{
  background-color: var(--white);
  color: var(--black);
  z-index: 3;
  right: 1vw;

}
.bar-label {
  display: block;
  font-size: 1.2vw;
  padding: 1.35em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  font-family: 'Gotham', sans-serif;
}
.bar-label b{
  font-size: 6vw;
  line-height: 1;
  font-weight: 800;
  display: block;
}
.bar-label b span{
  font-size: .5em;
}
@media (max-width: 960px){
 .bar-label, .identidade .block, .renda{
    font-size: 12px;
  }
  .identidade .block b, .bar-label b{
    font-size: 40px;
  } 
  .identidade h2, .raiz h2, .dados-headline{
    font-size: 20px;
    margin-left: auto;
  }
  .manif-text, .raiz p, .identidade p, .btn{
    font-size: 14px;
  }
.raiz{
  height: auto;
  min-height: 0;
}
}
  
@media (max-width: 600px){

  .mobile{
  display: block;
}
.desktop{
  display: none;
}
  .bar-label, .identidade .block, .renda{
    font-size: 12px;
  }
  .identidade .block b, .bar-label b{
    font-size: 36px;
  } 
  .identidade h2, .raiz h2, .dados-headline{
    font-size: 20px;
    margin-left: auto;
  }
  .manif-text, .raiz p, .identidade p, .btn{
    font-size: 14px;
  }
  .d-flex{
    flex-direction: column;
    gap: 20px;
  }
  .container{
    padding: 0;
  }
  .col-img{
    margin: 0;
        position: absolute;
    right: 30px;
    bottom: 0;
    width: 100px;
  }
  .col-content, .identidade .col-content, .identidade .col-dados{
    padding: 0;
    width: 100%;
  }
  .identidade .block{
    display: flex;
    gap: 10px;
  }
  #manifesto{
    padding: 20px 0;
    position: relative;
  }

  .raiz p, .raiz .col-content{
    padding-right: 0;
  }
    #manifesto .col-content{
    padding-right: 100px;
  }
  .raiz .col-content{
    padding-right: 0;
  }
  .raiz{
    height: auto;
    min-height: 0;
    background-image: none;
    background-color: #3f3f3f;
  }
  .bar-label{
    padding: .8em;
    font-size: 8px;
  }
  .bar{
    width: 28vw;
  }

  
}

@media (max-width: 440px){
    .bar{
    width: 33vw;
  }
    .bars-section{
    height: 300px;
  }
  .bars-wrapper{
    height: 100%;
  }
  .dados-headline{
    margin: 20px auto;
  }
    #manifesto .col-content{
    padding-right: 0;
  }
  .col-img{
    width: 60px;
  }

}