body  {
    font-family: 'Open Sans', sans-serif;
    background-color: #F5FAFD; 
}

.cuerpo  {
    font-family: 'Open Sans', sans-serif;
    background-color: #F5FAFD; 
}

.omi-pag1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/tren.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;
    padding-inline: 20px;
}

@media (max-width: 425px) {
    .omi-pag1 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/tren.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position-y: top;
        height: 35rem;
        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;
        padding-inline: 20px;
    }
}

.omi-pag1 h1{
    margin: 0 auto;
    font-size: 5rem;
    font-weight: lighter;
}


.omi-contenido {
    font-family: 'Muli' ,'sans-serif';
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    padding-inline: 10px;
}

.omi-contenido h3 {
    font-weight: bolder;
    font-size: 17pt;
    letter-spacing: 0.14rem;
}

.omi-contenido h4 {
    font-weight: bolder;
    font-size: 1.5rem;
    letter-spacing: 0.14rem;
} 

.omi-contenido h5 {
    font-weight: bolder;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    margin-bottom: 15px;
    margin-top: 35px;
} 

.omi-contenido p {
    font-weight: 100;
    font-size: 14pt;
    color: #8E9DAE;
    line-height: 2.3rem;
    text-align: justify;
}

.omi-contenido li {
    font-weight: 100;
    font-size: 14pt;
    color: #8E9DAE;
    line-height: 2.3rem;
    text-align: justify;
}


.omi-contenido label {
    font-weight: 100;
    font-size: 1.4rem;
    color: #8E9DAE;
    line-height: 1.6rem;
}

.omi-contenido input {
    font-weight: 100;
    font-size: 1.8rem;
    color: #aaa;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;

}

.omi-contenido textarea {
    font-weight: 100;
    font-size: 1.8rem;
    color: #aaa;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;

}


.omi-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;
}