html,
body{
  height: 100%;
}

body{

  overflow-x: hidden;
  font-family: 'Dobra-Web';
}

header{
  background: url(../images/bg_kv.jpg) no-repeat;
  background-size:cover;
  background-position: top center;
  height:auto;
  width: 100%;
  color:#ffffff;
  margin-bottom:3rem;
}

header .central{
  padding-bottom: 4rem;
}

.silhueta{
  position: relative;
  bottom: 5%;
  margin-bottom: 0;
  width: 100%;

}

.logo {
  padding-top: 12vh;
  margin-bottom: 5%;
}

.logo img{
  max-width: 444px;
}



.quebra-linha{
  display:block;
}

.compromissos{
 padding-top:50px;
}


.box-call{
  background-color: #5fc32e21;
}
.box-call-conteudo{
  max-width: 1010px;
  margin:0 auto;
}


.texto-compromissos-mobile{
  display:none;
  color: var(--texto-negativo-cor);
    font-size: 16px;
    text-transform: none;
    font-family: var(--fonte-regular);
}

.texto-compromisso{
  display:none;
  margin-top:30px;
  font-size: var(--fonte-tamanho-medio);
}

.texto-compromisso.ativo{
  display:block;
  color: white;
}

.compromisso.ativo,
.compromisso:hover{
  color: white;
}

.compromisso{
  position:relative;
}

.compromisso h4{
  text-transform: uppercase;
  font-size:1.25rem;
  padding-top:90px;
}



.compromisso::after{
  content: '';
  width:96px;
  height:82px;
  position:absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: red;
  z-index:200;
}

.compromisso.dados.ativo::after{
  background: url(../images/icon2.png) no-repeat;
}


.compromisso.dados::after{
  background: url(../images/icon2-black.png) no-repeat;
}



.compromisso.representar::after{
  background: url(../images/icon1.png) no-repeat;
}

.compromisso.representar.ativo::after{
  background: url(../images/icon1-white.png) no-repeat;
}

.compromisso.auto::after{
  background: url(../images/icon3.png) no-repeat;
}

.compromisso.auto.ativo::after{
  background: url(../images/icon3-white.png) no-repeat;
}

.compromisso.edu::after{
  background: url(../images/icon4.png) no-repeat;
}

.compromisso.edu.ativo::after{
  background: url(../images/icon4-white.png) no-repeat;
}

.barrinha-bolinha{
  width: 100%;
  height: 13px;
  background-color: #fff;
  border-radius: 10px;
  display:flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.bola{
  width:25px;
  height:25px;
  border-radius: 50%;
  cursor:pointer;
  background-color: white;
  margin-right: 5%;
}

.bola:hover,
.bola.ativo{
  background-color: #da8d0f;
  border: 5px solid white;
  box-sizing: border-box;
}



.centralizado{
  text-align: center;
}


.boxes-visao{
  display:flex;
  gap:20px;
  width:100%;
  padding-top:30px;
}

.visao-box,
.missao-box,
.valores-box{
  padding:40px 25px;
  border-radius:15px;
}

.visao-box{
  background-color: #80c342;
  min-width: 25%;
}

.missao-box{
  background-color: #a5d479;
  flex-grow:1;
}

.valores-box{
  background-color: #cee8b6;
}

.box-visao-titulo{
  font-size:30px;
  display:block;
  font-weight: bold;
  font-family: var(--fonte-bold);
}

.empresas{
  display:flex;
  gap:40px;
  padding-bottom:25px;
  align-items: center;
  margin:50px auto;
  align-items: flex-start;

}

.empresa-titulo{
  font-size:1.75rem;
  font-weight: bold;
}

.texto-empresas.barra{
  border-bottom: 3px solid var(--cor-amarelo);
  padding-bottom: 8%;
}

.texto-empresas {
  font-size:1.5rem;
}



#empresas{
  padding-top:50px;
}


.botao-sobe {
  bottom: 60%;
}



@media (min-height: 1000px) and (max-width: 1300px) {
  .logo {
    padding-top: 20%;
  }
  .logo img {
      max-width:350px;
  }
  .titulo-inicio{
    font-size:2.5rem;
  }
}




@media (max-width:1500px){


  .compromisso {
    font-size: 1rem;
    padding-bottom: 2rem;
  }
  .compromisso::after {
    width: 100px;
    height: 68px;
    background-size: 65% !important;
    left: 65%;
  }
  .empresas img{
    max-width: 250px;
    height: auto;
  }
}

@media (max-width:1280px){
  .empresas img{
    max-width: 180px;
    height: auto;
  }
}

@media (max-width:1024px){

  .compromisso {
    font-size: 12px;
  }
}


@media (max-width:980px){

  
  .box-compromissos{
    padding: 45px 35px;
  }

  .lista-compromisso {
    flex-direction: column;
    align-items: flex-start;
    gap:0;
    padding-top:0;
  }
  
  .compromisso {
    font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
  }

  .barrinha-bolinha {
    display: none;
  }
  .texto-compromissos-mobile {
    display: block;
  }

  .mancha-1{
    z-index:-1;    
  }

  .mancha-1 img{
    max-width: 150px;
  }

  .boxes-visao {
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-visao-titulo {
      font-size: 1.25rem;
  }
  
  .visao-box, .missao-box, .valores-box {
      font-size: 1rem;
  }

  .subtitulo-conteudo-interno.visao{
    padding-top:30px;
  }

  .empresas {
    padding-top: 55px;
  }
  .compromisso.dados::after,
  .compromisso.representar::after,
  .compromisso.auto::after,
  .compromisso.edu::after {
      background-size: 70%;
      background-position: center;
      left: 50%;
  }

  .titulo-inicio {
    font-size: var(--fonte-titulo-mobile);
    padding-top: 0;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
  }

  .texto-empresas.barra{
    border-bottom:0;
  }

  .compromisso h4 {
      padding-top: 60px;
  }
  .texto-compromisso.ativo {
      display: none;
      visibility: hidden;
  }

  .empresa-img{
    text-align: center;
    width: 100%;
  }
  .empresa-img img{
    margin:auto auto;
  }

}


@media (max-width:650px){

  .box-compromissos {
      padding: 45px 15px;
  }
  .texto-compromisso.ativo{
    display:none !important;
  }
 

  .empresas {
    flex-direction: column;
    margin:20px;
  }

  .visao-box, .missao-box, .valores-box {
      width: 100%;
  }
  .logo img{
    max-width: 200px;
  }
  .titulo-inicio{
    font-size:1.6rem;
    padding-top:0;
  }
  .empresa-titulo{
    font-size:1.2rem !important;
  }
  .logo {
    padding-top: 30px;
  }

}

