
/* GENERAL */

.breadcrumb {
    margin-bottom: 0px!important;
    background-color: #f2f2f2!important;
    border-bottom: 1px solid #ccc;
}

.charlas {
    max-width: 600px;
}

  
.titulo-formacion {
    font-size: 70px;
    line-height: 70px;
}

.modalidad-formacion {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

.bajada-formacion {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

.link-formacion:hover {
    text-decoration: none;
}

.fondo-00 {
    background-color: #0f0f0f;
}

.fondo-01 {
    background-color: #128bcc;
}

.fondo-02 {
    background-color: #ccc;
}

.fondo-03 {
    background-color: #333;
}

.fondo-04 {
    background-color: #c3d148;
}

.fondo-05 {
    background-color: #e6e6e6;
}

.fondo-06 {
    background-color: #F0F8FD;
}

.fondo-07 {
    background-color: #0c1342;
}

.fondo-08 {
    background-color: #bed034!important;
}

.texto-blanco {
    color:#fff!important;
}

/* FORMACION */
h2.subtitulo {
    background-color: #777;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#fff;
}

.btn {
    background-color: #128bcc;
    color:#fff!important;
}

.btn:hover {
    background-color: #333;
    color:#fff;
}

.btn-08 {
    background-color: #bed034;
    color:#fff;
}

.btn-08:hover {
    background-color: #0f0f0f;
    color:#fff;
}

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

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

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

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