.contact-pag1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/tren_accesibilidad_vias.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: top;
    height: 20rem;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 10rem;
    font-family: 'Muli' ,'sans-serif';
    font-style: normal;
    color: #FFF;
    margin-bottom: 1.25rem;
    font-weight: 300;
    letter-spacing: .9px;
}

.contact-pag1 h1{
    margin: 0 auto;
    font-size: 5rem;
    font-weight: lighter;
}


.contact-contenido {
    font-family: 'Muli' ,'sans-serif';
    padding-right: 10%;
    padding-left: 10%;
    text-align: left;
}

.contact-contenido h3 {
    font-weight: bolder;
    font-size: 1.7rem;
    letter-spacing: 0.14rem;
}

.contact-contenido h4 {
    font-weight: bolder;
    font-size: 1.5rem;
    letter-spacing: 0.14rem;
} 

.contact-contenido h5 {
    font-weight: bolder;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    margin-bottom: 15px;
    margin-top: 35px;
} 

.contact-contenido p {
    font-weight: 100;
    font-size: 1.6rem;
    color: #8E9DAE;
    line-height: 1.6rem;
}

.contact-contenido label {
    font-weight: 100;
    font-size: 1.4rem;
    color: #8E9DAE;
    line-height: 1.6rem;
}

.contact-contenido input {
    font-weight: 100;
    font-size: 1.8rem;
    color: #aaa;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;

}

.contact-contenido textarea {
    font-weight: 100;
    font-size: 1.8rem;
    color: #aaa;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;

}


.contact-contenido button {
    font-weight: 100;
    font-size: 1.8rem;
    color: #fff;
    background-color: #32373c;
    width: auto;
    padding: 15px;
    border-radius: 40px;
    border: 1px solid #f1f1f1;

}

.mapa { 
    margin-top: 40px;
}