
.contacto{
    background-color: rgba(102,205,170,0.3);
    padding-top: 40px;
    width: auto;
    
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 40px;
}
 input[type="text"], input[type="email"], textarea{
    padding: 15px;
    border: none;
    width: 100%;
    margin-left: 40px;
    font-family: verdana;
    border-radius: 3px;
    margin-bottom: 30px;
}
textarea{
    height: 150px;
    min-height: 150px;
    max-height: 250px;
}
.divB .boton{
    background: #366152!important;
    border: none;
    margin-top: 30px;
    margin-left: 40px;
    padding: 10px 30px;
    cursor: pointer;
    font-family: verdana;
    color: #FFF!important;
    border-radius: 3px;
    margin-bottom: 20px;
}
.boton:hover{
     background: #567a6c!important;
   
}
.fas{
    color: #366152;
    font-size: 25px;
    margin-top: 20px;
}
@media (max-width: 570px){
    input[type="text"], input[type="email"], textarea{
        width: 80%!important;
    }
    .boton{
        width: 50%;
        margin-right: 30px;
    }
}