body  {
    font-family: 'Open Sans', sans-serif;
}

.cuerpo  {
    font-family: 'Open Sans', sans-serif;
    background-color: #F5FAFD; 
}


.pag1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/tunel.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 60rem;
    text-align: center;
    padding-top: 10rem;
    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;
}

.pag1 h1{
    margin: 0 auto;
    max-width: 890px;
    margin-top: 10rem;
    font-size: 5rem;
    font-weight: 300;
}

.pag1 h2{
    font-size: 2rem;
}


.contenido {
    font-family: 'Muli' ,'sans-serif';
    margin: 0 auto;
    max-width: 1232px;
    padding-inline: 10px;
    padding-top: 20px;
}

.contenido h2 {    
    font-weight: bolder;
    font-size: 19pt;
    letter-spacing: 0.14rem;
    color: #03a9f4;
    text-transform: uppercase;
    text-align: center;
}

.contenido h3 {
    font-weight: bolder;
    font-size: 17pt;
    letter-spacing: 0.14rem;
}

.contenido h4 {
    font-weight: bolder;
    font-size: 1.5rem;
    letter-spacing: 0.14rem;
} 

.contenido h5 {
    font-weight: bolder;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
} 

.contenido p {
    font-weight: 100;
    font-size: 14pt;
    color: #8E9DAE;
    line-height: 2.3rem;
    text-align: justify;
}

.icono{
    background-color: #03a9f4 ;
    color: #FFF;
    padding: 3rem;
    border-radius: 60px;
    font-size: 6rem;
    height: auto;
}


.contenido label {
    font-weight: 100;
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1.6rem;
}

.contenido input {
    font-weight: 100;
    font-size: 1.8rem;
    color: #aaa;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;

}

.contenido textarea {
    font-weight: 100;
    font-size: 1.8rem;
    color: #aaa;
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;

}




.construccion {
    margin-top: 17rem;
    text-align: center;
}

.construccion h3 {
    font-size: 3rem;
    font-weight: 200;
    text-transform: uppercase;
    
}

.construccion p {
    font-size: 2rem;
    font-weight: lighter;
    color: #3C424F;
}

.locomotora {
    width: 100% ;
    height: auto;
}


.resaltado {
    font-size: 1.8rem !important;
    font-weight: bold !important;
    text-decoration: underline;
}



.aviso-cookies {
    display: none;
    background-color: #FFF;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-family: "Open Sans",sans-serif;
    z-index: 100;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
    text-align: justify;
    padding-top: 40px;
}

.aviso-cookies.activo {
    display: block;
}

.img-cookie {
    width: 100px;
    top: -50px;
    left: calc(50% - 50px);
    position: absolute;
}


.boton {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    color: #FFFFFF;
    border-color: #1863DC;
    background-color: #1863DC;
    transition: .3s ease all;
    margin-bottom: 15px;
}

.boton-blanco {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    color: #1863DC;
    border-color: #1863DC;
    background-color: #fff;
    transition: .3s ease all;
    margin-bottom: 15px;
}




.boton:hover {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    color: #FFFFFF;
    border-color: #1863dc84;
    background-color: #1863dc84;
    transition: .3s ease all;
    margin-bottom: 15px;
}

.boton-blanco:hover {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    color: #1863DC;
    border-color: #1863dc84;
    background-color: #aaaaaa;
    transition: .3s ease all;
    margin-bottom: 15px;
}


.aviso-cookies .titulo {
    margin-bottom: 15px;
}

.aviso-cookies .parrafo {
    margin-bottom: 15px;
}

.aviso-cookies .enlace {
    color: #03a9f4;
    text-decoration: none;
    font-size: 14px;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
}

.fondo-aviso-cookies.activo {
    display: block;
}

.fondo-azul {
    background-color: #03a9f4;
    border-radius: 10px;
    padding: 15px;
}

.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:1;
}


.telefono {
    text-decoration: underline;
    font-weight: bold !important;
}

