
.contact{
    padding:5em 0;
}
.contact h3.heading span:after {
    left: 26%;
}
.contacto-datos {

  margin-bottom: 20px;
}

.icono-contacto{
  color: #3385c6;
  margin: 10px;
}

.contact-form-left .contacto-datos span {
    margin-right: 5px;
}


.contacto-form{
    margin: 2em 0 0 0;
}

.contacto-form input[type="text"], input[type="email"]{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #444;
    width: 100%;
    float:left;
    outline: none;
    padding: 8px 15px 8px 0px;
    color: #696969;
    margin-bottom: 1.5em;
}
.contacto-form input[type="email"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: none;
    padding: 8px 15px 8px 0px;
    color: #696969;
    margin-bottom: 1.5em;

}
.contacto-form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    color: #696969;
    resize: none;
    padding: 8px 15px 8px 0px;
    margin-bottom: 1em;

}
.boton-mail{
  margin: 20px;
  text-align:center


}
.btn-enviar {
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    background-color: #0F7FE1;
    border-color: #0F7FE1;
}

.btn-enviar:hover {
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    background-color: #2ba5eb ;
    border-color: #2ba5eb ;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.loader-pos{
    position: absolute;top: 40%;left: 0;right: 0;bottom: 20%;margin: auto;
}
/*-- //contact --*/