
body{
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
}
.container{
  max-width: 90vw;
}
.bloquinho{
  width: 20px;
  height: 20px;
  background-color: #000;
  margin-right: 50px;
}
.titulo{
  font-size: 50px;
  line-height: 50px;
  font-family: 'Neo Sans Pro', sans-serif;
}
.bg_cinza{
  background-color: #858585;
}
.bg_preto{
  background-color: #000 !important;
}
.linha_preta{
  border: .5px solid #000 !important;
}

nav{
  transition: all .5s ease-in-out;
}

#topo{
  margin: 0 5%;
  padding: 0px 20px;
  position: fixed;
  top: 0px;
  width: 90%;
  text-transform: uppercase;
  z-index: 9;
  backdrop-filter: blur(20px);
  background-color: #ffffffcb;
}
#topo .logo{
  height: 60px;
  margin: 40px 20px;
  transition: all .5s ease-in-out;
}
#topo.interno .logo{
  filter: brightness(100%) invert(1);
}
#topo.interno{
  color: #000;
}
#topo.interno .nav-link{
  color: #000 !important;
}

#topo .logo.ativo,
#topo.interno .logo.ativo{
  height: 40px;
  margin: 20px 20px;
}
nav.ativo{
  margin: auto 0;
}

/* Hero Section */
#hero{
  background: url('../img/banner.jpg') no-repeat center center;
  background-size: cover;
  height: 85vh;
  position: relative;
  font-family: 'Neo Sans Pro', sans-serif;
}
#hero.interno{
  background: url('../img/banner.jpg') no-repeat center center;
  background-size: cover;
  margin-top: 140px;
  height: 60vh;
  position: relative;
  font-family: 'Neo Sans Pro', sans-serif;
  margin: 140px 0 0 calc(5% + 50px);
}
#hero.interno.quemsomos{
  background: url('../img/aperto_mao.jpg') no-repeat center center;
}
#hero h5,
#hero h1{
  font-weight: 400;
}
#hero .container{
  padding-left: 55px;
}
#hero .cores{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: 0 5%;
  opacity: .8;
}
#hero.interno .cores{
  width: 100%;
  margin: 0;
}
#hero .cores .a{background-color: #8BA76C; height: 40px; width: 20%;}
#hero .cores .b{background-color: #6AB4B6; height: 40px; width: 20%;}
#hero .cores .c{background-color: #D46F3B; height: 40px; width: 20%;}
#hero .cores .d{background-color: #D7AE24; height: 40px; width: 20%;}
#hero .cores .e{background-color: #82A4D3; height: 40px; width: 20%;}

/* QUEM SOMOS */
#quemsomos{
  margin: 0 5%;
  padding: 100px 35px 140px;
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
}
#quemsomos .row{
  margin-top: 80px;
}
#quemsomos span{
  font-weight: 700;
  font-size: 14px;
}
#quemsomos img{
  filter: brightness(0%);
  width: 70%;
  margin: auto;
}

.blocos{
  margin: 0 5%;
  padding: 100px 35px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}
.blocos .o_titulo{
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

/* Quadros_linha */
.quadros_linha{
  margin-bottom: 20px;
}
.quadros_linha .quadro{
  width: 11px;
  height: 11px;
  background-color: #FFF;
}
.quadros_linha .linha{
  flex-grow: 1;
  border: .5px solid #FFF;
}

/* Estilos do formulário */
#formulario{
  background-color: #E3E3E3;
}
form input, 
form textarea {
  border: none !important;
  background-color: inherit !important;
  border: 0px !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding-left: 0px !important;
  background: transparent !important;
}

form input::placeholder, 
form textarea::placeholder {
  color: #555;
}

form button {
  margin-left: auto !important;
  width: fit-content !important;
  background-color: inherit !important;
  border: 0px !important;
  color: #000 !important;
  text-decoration: underline;
  padding: 0px 0px !important;
}

footer{
  background-color: #000;
  color: #FFF;
  padding: 60px 0px 80px;
}
footer .logo{
  margin-top: auto;
}
footer .texto{
  font-size: 16px;
  font-weight: 600;
  margin-top: auto;
}
footer .menu div{
  padding: 5px 0;
}
footer .endereco{
  margin-top: auto;
  text-align: right;
}

#whatsapp {
  padding: 0px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 100px;
  z-index: 999;
}

/* 
-------------------------------
-------------------------------
------------- AOS -------------
-------------------------------
-------------------------------
*/
.aos {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease-out;
}

.aos.visible {
  opacity: 1;
  transform: translateY(0);
}

#hamburger{
  display: none;
}
#bt_fechar{
  display: none;
}
/* Ajustes de responsividade */
@media (max-width: 768px) {

  #hamburger{
    display: block;
    height: 30px;
    margin: auto 0;
  }
  #bt_fechar{
    display: none;
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 2;
    font-size: 50px;
  }

  #hero{
    background: url('../img/banner_mobile.jpg') no-repeat center center;
    background-size: cover;
    align-items: end !important;
    padding-bottom: 50px;
  }

  #hero .container{
    width: 90%;
    padding-left:0px
  }

  .bloquinho {
    margin-right: 10px;
  }

  .titulo{
    font-size: 30px;
    line-height: 30px;
  }
  .hero {
    height: 50vh;
    margin-top: 80px;
  }

  nav{
    display: none !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    font-size: 20px;
  }
  nav li{
    width: 100%;
    padding: 10px 0;    
  }
  nav li a,
  #topo.interno .nav-link{
    color: #FFF !important;
    text-align: center;
  }

  #topo {
    margin: 0%;
    padding: 0px 20px;
    width:100%;
  }
  #topo .logo{
    height: 60px;
    margin: 20px 0px;
  }
  #topo .logo.ativo, 
  #topo.interno .logo.ativo{
    margin: 20px 0px;
  }

  #hero .cores{
    width: 100%;
    margin: 0%;
  }
  #hero .cores .a,
  #hero .cores .b,
  #hero .cores .c,
  #hero .cores .d,
  #hero .cores .e{
    height: 20px;
  }

  #quemsomos{
    margin: 0;
    padding: 50px 35px 50px;
    font-size: 16px;
  }
  #quemsomos .row {
    margin-top: 20px;
  }
  #quemsomos img{
    margin-top: 30px;
    width: 50%;
  }

  .blocos {
    margin: 0;
    padding: 50px 35px;
  }
  .blocos .o_titulo {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
  }

  footer{
    text-align: center;
  }
  footer .logo{
    margin-bottom: 20px;
  }
  footer .endereco {
    margin-top: 20px;
    text-align: center;
  }

  #hero.interno{
    margin: 100px 0 0 0;
  }
  #hero.interno.quemsomos{
    background-size: cover;
    height: 30vh;
  }
}
