.formacion .titulo {
    background-color: #ccc;
}

.formacion .header {
    background-color: #dcdcdc;
}

.formacion hr {
    margin: 0px;
}

.formacion .titulo_highlight{
    background-color: #ccc!important;
    border-bottom: 1px solid #ccc;
}

.formacion .selector .bloque_01 {
    background-color: #dcdcdc;
}

.formacion .selector .bloque_02 {
    background-color: #f2f2f2;
}

.formacion .btn_programa {
    border: 1px solid #249BE2;
    border-bottom: 3px solid #249BE2;
    color: #288FCB;
    padding: 15px;
    width: 100%;
    display: block;
    background-color: #fff;
}

.formacion .frase_destacada {
    color: #288FCB!important;
}

.formacion .btn_programa:hover {
    text-decoration: none;
    background-color: #288FCB;
    color: #fff!important;
}

.formacion h3 {
    color: #128bcc;
}

.formacion .horarios .dia {
    background-color: #fff;
}

.formacion .horarios .horarios_del_dia {
    background-color: #f2f6f8;
}

#btn_flotante {
    position: fixed;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 100;
}

/*----------------------------------------------------*/
  
@media screen and (min-width: 0px) {
    .formacion h1 {
        font-size: 30px!important;
        line-height: 30px!important;
    }

    .formacion .frase {
        font-size: 20px!important;
        line-height: 20px!important;
    }

    .formacion h3 {
        font-size: 25px;
    }
}

@media screen and (min-width: 750px) {
    .formacion h1 {
        font-size: 45px!important;
        line-height: 40px!important;
    }

    .formacion .frase {
        font-size: 25px!important;
        line-height: 25px!important;
    }

    .formacion h3 {
        font-size: 25px;
    }
}

@media screen and (min-width: 995px) {
    .formacion h1 {
        font-size: 50px!important;
        line-height: 55px!important;
    }

    .formacion .frase {
        font-size: 30px!important;
        line-height: 35px!important;
    }

    .formacion h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1170px) {
    .formacion h1 {
        font-size: 60px!important;
        line-height: 65px!important;
    }

    .formacion .frase {
        font-size: 35px!important;
        line-height: 40px!important;
    }

    .formacion h3 {
        font-size: 30px;
    }
}