.overlay{
    background-color: #007095DB;
}
.apertura{
    background-image: url('../Img/backLandingFormacion.png');
    background-position: initial;
}

.columna1 h1{
    font-size: 28px !important;
    text-transform: uppercase;
}

.fila2 ul li::before {
   background-color : #00ACD6;
}

.columna1 h3{
    background-color: transparent;
    color: #CFF4FF;
    margin-top: 2rem;
}

.formulario h3{
    color: initial;
}

.contenidoInformacion h2.black{
    margin-top: 3rem;
    text-transform: uppercase;
}

li b{
    font-family: Nimbus Bold;
} 

.contenidoInformacion .division{
    margin-top: 3rem;
}

.contenidoInformacion li::before{
    background-color: #00ACD6;
}

.enlace, .columnas .columna2 .formulario form input[type="submit"]{
    background-color: #00ACD6;
}

span.blue{
    color: #00ACD6;
}

.division a{
color: black;
text-decoration: none;
}
.division a:hover{
    cursor: pointer;
    text-decoration: underline;
}