*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
nav{
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  font-family: ARIAL;
  padding: 0 5%;
  height: 110px;
  background-color: #73BF4F;
}

nav .logo{
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}

nav .list{
  float: right;
  padding: 0;
  margin: 0;
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .list li{
  list-style: none;
}

@font-face {
    font-family: Corbel;
    src: url(CorbelItalic.ttf);

}

nav .list a{
  font-family: Corbel ;
  display: block;
  text-transform: uppercase;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  text-decoration: none;
}

nav .list a:hover{
  border-bottom: 4px solid #F79533;
}

#toggle{
  position: absolute;
  top: -100px;
}

nav .icon-bars{
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

nav .icon-bars .line{
  width: 30px;
  height: 5px;
  background-color: #ffff;
  margin: 5px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}

@media (max-width:1250px){
  nav .logo{
    float: none;
    width: auto;
    justify-content: center;
  }

  nav .list{
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #73BF4F;
    overflow: hidden;
    transition: all .5s ease-in-out ;
  }

  nav .list a{
    font-size: 20px;
  }

  nav :checked ~ .list{
    bottom: 0;
  }
  nav .icon-bars{
    display: block;
  }
}









.insumo{
  background-color: #ffff;
    border-radius:63px;
 margin-left: 200px;
 margin-right: 200px;
 
    border-color: #707070;
   border-width: 1px;
   border-style: solid;
}


.titulo{
  font-size: 25px;
  margin-left: 50px;
}


p{
  font-size: 15px;
  color: black;
  font-family:'Noto Sans Georgian', sans-serif;
  margin-left: 50px;
  margin-right: 50px;
  text-align: justify;
}

.send-btn{
   background:#62BB51;
    color: #fff;
   font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 18px;
    width: 150px;
    height: 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1
}
.send-btn:hover{
  font-family:'Alexandria', sans-serif ;
  
}
.insu{
  margin-left: 50px;
}


@media (max-width:1250px){
  .insumo{
    margin-left: 10px;
width: 95%;}

.send-btn{

    width: 50px;
    height: 30px;

}



  }






.whats{
  padding: 35px;
      display: block;
    position: relative;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;

}
.wa{
      position: fixed;
    bottom: 140px;
    right: 80px;
  
}





  













footer{
background-color: #F79533;
height: auto;


  bottom:0; 

}



.container{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:center;

}

.item-0{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:40%;
}
      
.item-1{
  color: #ffff;
   font-family: 'Alexandria', sans-serif ;
   font-size: 25px;
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  text-align: justify;
  width:25%;
}
      
.item-2{
  color: #ffff;
  font-family:'Alexandria', sans-serif ;

  font-size: 25px;
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  text-align: justify;
  width:20%;
}
      

.icon{
  padding: 10px;
  height: 50px;
  width: 50px;
}
@media (max-width: 1250px){



  .container{
    text-align: center;

    display: block;
    margin-left: 50px;
    margin-right: 50px;
  }
  .item-0,.item-1, .item-2{
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}

