.form-control {
    border: none;
    border-bottom: 2px solid #44B1D6;
    box-shadow: none;
    padding: 6px 12px;
    margin: 10px auto;
}
.direccion{
    /* font-size:1.6rem; */
}
.contact-form,
.direccion{
    height: 350px;
}
.direccion p {
    margin: 25px auto;
}
.direccion i{
    width: 40px;
    text-align: center;
}
.direccion i,
.direccion a  {
    color:#44B1D6;
}
#send{
    background: -moz-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0E5693), color-stop(22%, #0E5693), color-stop(100%, #37ACE7)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%); /* ie10+ */
    background: linear-gradient(0deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E5693', endColorstr='#37ACE7',GradientType=0 ); /* ie6-9 */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    padding: 4px 8px;
    text-transform: uppercase;
    border: 1px solid transparent;
    margin-right: 3px;
}
.red{
    color: red;
}
