*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#menu{
  position: fixed;
  color: #FFF;
  width: 100vw;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#menu .item{
  cursor: pointer;
}
#menu .logo{
  height: 60px;
}
#menu.ativo{
  background-color: #435b12;
}

/* TOPO */
#topo{
  width: 100vw;
  height: 90vh;
  background-image: url("../img/topo.jpg");
  background-size: cover;
  color: #FFF;
}
#topo .d-flex{
  height: 100%;
}
#topo .d-flex .titulo{
  font-weight: 900;
  font-size: 120px;
  line-height: 120px;
}
#topo .texto{
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
}

.tres_listras .l1,
.tres_listras .l2,
.tres_listras .l3{
    width: 20px;
    height: 0px;
    -webkit-transition: .6s cubic-bezier(0,-0.09,0,.99);
    -moz-transition: .6s cubic-bezier(0,-0.09,0,.99);
    -o-transition: .6s cubic-bezier(0,-0.09,0,.99);
    transition: .6s cubic-bezier(0,-0.09,0,.99);
}
.tres_listras .l1.ativo,
.tres_listras .l2.ativo,
.tres_listras .l3.ativo{
    width: 20px;
    height: 90px;
}
.tres_listras .l1{
    transition-delay: 0.1s;
}
.tres_listras .l2{
    transition-delay: 0.2s;
}
.tres_listras .l3{
    transition-delay: 0.3s;
}

#menu #nav-icon{
width: 30px;
height: 30px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
margin-left: 15px;
}

#menu #nav-icon span{
display: block;
position: absolute;
height: 2px; 
width: 100%;
background: #FFF;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


#menu #nav-icon span:nth-child(1) {
  top: 0px;
}

#menu #nav-icon span:nth-child(2),
#topo_fixo #nav-icon span:nth-child(3) {
  top: 10px;
}

#menu #nav-icon span:nth-child(4) {
  top: 20px;
}

#menu #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu #nav-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 9px;
}

#menu #nav-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 8px;
}

#menu #nav-icon.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}

#menu_aberto{
  position: fixed;
  top:90px;
  left: 0vw;
  width: 100vw;
  background-color: rgba(0,0,0,0.5);
  display: none;
  height: calc(100vh - 90px);
  z-index: 9999999;
}
#menu_aberto .itens{
  position: absolute;
  right: -500px;
  background-color: rgb(50 50 50 / 80%);
  min-width: 300px;;
  height: calc(100vh - 90px);
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}
#menu_aberto .itens div{
  padding: 15px 20px;
  display: block;
  color: #FFF;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}
#menu_aberto .itens div:hover{
  color:#435b12;
  background-color: #FFF;
  padding-left: 30px;
}

/* QUEM SOMOS */
#quemSomos{
  background-image: url("../img/bgQuemSomos.png");
  background-size: cover;
}
#quemSomos .texto{
  width: 50%;
  color: #81a238;
}
#quemSomos .texto .titulo{
  font-size: 46px;
  font-weight: 900;
}
#quemSomos .imagem{
  width: 50%;
}
#quemSomos .imagem img{
  width: 100%;
}

/* CARACTERÍSTICAS */
#caracteristicas{
  background-color:#eaf4d3;
  color: #81a238;
}
#caracteristicas .titulo{
  font-size: 46px;
  line-height: 46px;
}
#caracteristicas span{
  font-weight: 900;
}
#caracteristicas .imagem1{
  background-color: #FFF;
  width: 100%;
}
#caracteristicas .subTitulo{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

/* APLICAÇÃO */
#aplicacao{
  color: #81a238;
}
#aplicacao .titulo{
  font-size: 46px;
  font-weight: 900;
}
#aplicacao .item{
  font-weight: 700;
}
#aplicacao .item img{
  width: 100%;
}
#aplicacao .item .box{
  width: 100%;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); 
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#aplicacao .item .box img{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* ONDE ESTAMOS */
#ondeEstamos{
  background-color: #435b12;
  color: #FFF;
}
#ondeEstamos .titulo{
  font-size: 46px;
  font-weight: 900;
  color: #81a238;
}
#ondeEstamos .lado{
  width: 50%;
}
#ondeEstamos .lado .mapa{
  width: 100%;
}


/* FALE CONOSCO */
#faleConosco{
  background-color: #FFF;
  color: #81a238;
  text-align: center;
  padding: 100px 0px;
}
#faleConosco .titulo{
  font-size: 46px;
  font-weight: 900;
  color: #81a238;
}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width : 10px) and (max-width : 767px) {
  #topo .titulo,
  #topo .texto{
    width: 100%;
    text-align: center;
  }
  #topo .titulo{
    display: none;
  }
  #topo{
    height: 100vh;
  }
  #topo .texto{
    text-align: center;
    font-size: 18px;
    margin-top: -50%;
  }

  #menu .item {
    display: none;
  }

  #quemSomos .texto,
  #quemSomos .imagem{
    width: 100%;
    text-align: center;
    width: 100%;
  }
  #quemSomos .texto .titulo {
    font-size: 24px;
  }

  #caracteristicas .titulo {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  #caracteristicas .d-flex div{
    width: 100%;
  }
  #caracteristicas img{
    width: 100%;
  }
  #caracteristicas .subTitulo {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }

  #aplicacao{
    text-align: center;
  }

  #aplicacao .item {
    font-weight: 700;
    width: 100%;
  }
  #aplicacao .titulo {
    font-size: 24px;
  }

  #ondeEstamos .titulo {
    font-size: 24px;
  }
  #ondeEstamos .lado{
    width: 100%;
    text-align: center;
  }

  #faleConosco .titulo {
    font-size: 24px;
  }

}