/* Aplicar 'Tiempos Headline' al H1 del banner principal y a otros H1 de esta vista */
.page-emprendimiento h1 {
    font-family: 'TiemposHeadline' !important;
    line-height: 88px !important;
    font-size: 48px !important;
    
}

.page-emprendimiento h2 {
    font-family: 'TiemposHeadline' !important;
    font-size: 48px !important;
}

.page-emprendimiento h3 {
    font-family: 'TiemposHeadline' !important;
    font-size: 32px;
}

.page-emprendimiento h4 {
    font-family: 'TiemposHeadline' !important;
    font-size: 30px;
}

.page-emprendimiento a {
    font-family: 'BentonSansBBVA-Medium' !important;
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 15px;
}

/* Botón "Más información" de las tarjetas de oferta formativa */
.btn-width {
    background-color: #f7f8f8;
    color: #001391;
}
.btn-width:hover {
    background-color: #f0f0f0;
    color: #070E46 !important;
}

/* Botón "Inscribirme" de las tarjetas de oferta formativa (pisa el background-color inline) */
.btn-bbva {
    background-color: #001391 !important;
    color: #ffffff !important;
}
.btn-bbva:hover {
    background-color: #070E46 !important;
    color: #ffffff !important;
}

.page-emprendimiento p {
    font-family: 'BentonSansBBVA-Book' !important;
    color:hsla(233, 82%, 15%, 1);
    font-size: 20px;
}
.banner-hero{
    max-width: 600px;
}

.slide-counter {
    color: #070E46;
    font-size: 15.01px;
    font-family: 'BentonSansBBVA-BookItalic', sans-serif;
    background-color: white;
    border-radius: 40px;
    padding: 9px 12px;
}


/* --------------------------------------------------------------------------
   Resolución Tablets (De 768px a 991px)
-------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

    .page-emprendimiento h1, h2 {

        font-size: 32px !important;
        
    }

    .banner-hero{
        margin-top: 300px;
        max-width: 100%;
    }

}


/* --------------------------------------------------------------------------
   Resolución Celulares (Hasta 767px)
-------------------------------------------------------------------------- */
@media (max-width: 767px) {

    .page-emprendimiento h1, h2 {

        font-size: 32px !important;
        
    }

    .banner-hero{
        margin-top: 300px;
        max-width: 100%;
    }

}

@media (max-width: 991px) {
    .carousel-item .btn-bbva,
    .carousel-item .btn-width {
        flex: 0 0 calc(50% - 0.5rem);
        width: calc(50% - 0.5rem);
        max-width: calc(101% - 0.5rem);
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 15.01px !important;
    }
    .page-emprendimiento h2{
        font-size: 32px !important;
    }
}