body{
    background: #5C97F7;
}

.h1_eventos{
    font-size: 8em;
    color: white;
    font-weight: bold;
    text-align: left;
}
.h1_eventos span{
    color: white;
}

.h2_eventos{
    text-align: left;
    font-size: 1.5em;
    color: white;
}
.h2_espacio{
    text-align: left;
    font-size: 2em;
    color: white;
    font-weight: bold;
}
.h2_espacio span{
    color: #0047BA;
}

.txt_evento{
    font-size: 1.5em;
    color: white;
    font-weight: bold;
}
.txt_evento a{
    color: #0047BA;
}
.txt_evento a:hover{
    color: yellow;
}

.text_01{
    font-size: 1.5em;
    color: #5C97F7;
}
.text_02{
    width: 650px;
    font-size: 3em;
    color: #5C97F7;
    font-weight: bold;
}
.text_03{
    font-size: 1.5em;
    color: #5C97F7;
}
.preescolar_img_01{
    width: 100%;
    max-width: 500px;
}
.preescolar_img_02{
    margin-top: 50px;
    width: 100%;
    max-width: 400px;
}

.li_actividades{
    list-style-type: none;
    margin: 0;
    padding: 0;    
}

/* Movil */
.h1_eventos_movil{
    font-size: 2.5em;
    color: white;
    font-weight: bold;
    text-align: left;   
}
.h2_eventos_movil{
    text-align: left;
    font-size: 1.5em;
    color: white;
    font-weight: bold;   
}