.cotiza{
  margin-left: 350px;
  font-family: 'Alexandria', sans-serif;
  font-size: 40px;
}
.formu1{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;
 
}

.f1{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:30%;
}

#selClamshell{
  width: 250px;
}
      
.f2{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:20%;
}
@media (max-width: 1250px){
  .formu1{
  display: block;
 
  }
  .f1, .f2{
      width: 100% ;
  }
  .cotiza{
    margin-left: 10px;
  }

}

 form{
 font-size: 18px;
  border-radius:10px;
 margin-left: 100px;
 margin-right: 250px;
 
}

input[type="text"],select{
  display:block;
}



label{
font-family: 'Noto Sans Georgian', sans-serif;
font-size: 15px;
  font-weight:bold;
  display:block;
  margin:0px 0;
}


.formu2{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:flex-start;
  align-content:space-between;
  margin-left: 250px;
 
}

.f001{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:30%;
}
      
.f002{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:30%;
}
      
.f003{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:30%;
}
      
  @media (max-width: 1250px){
  .formu2, .ff{
  display: block;
  margin-left: 10px;
 
  }
  .f001, .f002, .f003{
      width: 100% ;
  }
  

}
    
.btn, .for{
   margin-left: 250px;
}

.formu11{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;
 
}

.f11{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:25%;
  margin-left: 50px;
}
      
.f12{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:30%;
}
.f111{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:25%;
  margin-left: 250px;
}

@media (max-width: 1250px){
  .formu11, .formu112{
  display: block;
 
  }
  .f11, .f12, .f111{
      width: 100% ;
  }
  .f111, .f11{
    margin-left: 10px;
    width: 100%;
  }

}

.mjs{
  margin-left: 250px;

}
textarea{
  width: 80%;
  height: 100px;
}

.formu112{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;
 
}

.f33{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  margin-left: 250px;
}
.one-half { width: 25%; }
.datos{
  margin-left: 250px;
  font-family: 'Alexandria', sans-serif;
  font-size: 40px;
}
.boton{
   background:#62BB51;
    color: #FFFF;
    font-family: 'Noto Sans Georgian', sans-serif ;
    font-size: 20px;
    width: 30%;
    height: 50px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.boton:hover{
  font-family:'Alexandria', sans-serif ;
  
}
@media (max-width: 1250px){
  
  .f33, .datos, .one-half, .mjs{
      width: 100%;
      margin-left: 10px;
  }
  .boton{
    display: block;
    width: 70%;

  }


}
@media (max-width: 1250px){
  
  form{
      width: 80%;
      margin-left: 30px;
  }

 


}

.hr{
  background:#62BB51 ;
        border: none;
        height: 12px;
        width: 100%;
        position: fixed;
         bottom:0;
           overflow: hidden;
}

.buu{
  margin-left: 250px;
  background:#62BB51;
    color: #FFFF;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    width: 20%;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.buu:hover{
  font-family:'Alexandria', sans-serif ;
  
}

.limpiar{
margin-left: 700px;
  background:#E22E2E;
    color: #FFFF;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    width: 15%;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.limpiar:hover{
  font-family:'Alexandria', sans-serif ;
  
}
@media (max-width: 1250px){
  
  .buu{
      width: 80%;
      margin-left: 30px;
  }

}

@media (max-width: 1250px){
  
  .limpiar{
      width: 50%;
      margin-left: 30px;
  }


 


}