body{
    background: yellow;
}
.h1_formacion{
    font-size: 6em;
    color: black;
    font-weight: bold;
}
.imgs_flot_01{
    width: 280px;
    transform: rotate(15deg);    
}
.imgs_flot_02{
    width: 280px;   
    transform: rotate(10deg);
}
.imgs_flot_03{
    width: 280px;
    transform: rotate(-2deg);
}
.numero{
    font-size: 3em;font-weight: bold;
}
.numero_select{
    font-size: 3em;font-weight: bold;color: white;
}
.formacion{
    font-size: 2.5em;font-weight: bold;
}
.formacion_select{
    font-size: 2.5em;font-weight: bold;color: white;
}
.describe{
    font-size: 1.5em;
}
.describe_select{
    font-size: 1.5em;color: white;
}
.bgfondo01{
    background: #5C97F7;
    color: white;
}
.bgfondo02{
    background: #441DAD;
    color: white;
}
.bgfondo03{
    background: #0047BA;
    color: white;
}
.bgfondo04{
    background: transparent;
    color: black;
}
/* movil */
.h1_formacion_movil{
    font-size: 2.5em;
    color: black;
    font-weight: bold;
}
.numero_movil{
    font-size: 2em;
    font-weight: bold;
}
.formacion_movil{
    font-size: 2em;
    font-weight: bold;
}
.describe_movil{
    font-size: 1em;   
}