/* .nav-item button.nav-link {
    border: transparent;
    background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border-radius: 20px;
    
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .4);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    box-shadow: inset 2px 4px 5px rgba(0, 0, 0, .4);


}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link img {
    max-height: 60px;
    max-width: 90px; 
} */

.after::before {
    background-image: linear-gradient(0, #cfe6f2, #cfe6f2);
    content: url(../img/recetas/nav/rndp.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: start;
    justify-content: center;
    color: var(--bcbs-blue);
    /* box-shadow: 2px 4px 5px rgba(0, 0, 0, .4);; */
}

.heroAll {
    background-size: cover;
    aspect-ratio: 3.25;
    width: 100%;
}

.heroHome {
    background-image: url(../img/hero/last/hero-main-new-t.svg);
    background-color: #EC8900!important;
    aspect-ratio: 3.25!important;
    
}

.heroSemanaF4A {
    background-image: url(../img/hero/last/heroSemanaSaludable-tt.svg);
    aspect-ratio: 3.4 !important;
    /* background-color: #EC8900; */
    
}


.heroFeriaFamiliar {
    background-image: url(../img/hero/last/heroFeriaFamiiar-t2.svg);
    background-color: #EC8900;
    aspect-ratio: 5.25!important;
    
}

.heroRecetas {
    background-image: url(../img/hero/last/heroRecetas.svg);
    aspect-ratio: 3.1 !important;
    /* background-color: #E97D04!important; */
}



@media (min-width:1800px) {
    /* .heroSemanaF4A {
        aspect-ratio: unset;
        background-size: auto 600px;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        
    }

    .heroAll {
        background-size: auto 600px;
        aspect-ratio: unset;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        height: 600px;
        background-color: #EC8900;
    } */
}

.bg-bcbs-light-blue {
    background-color: var(--bcbs-blue-light);
}

.miniFoot a {
    color: white !important;
    font-weight: 500;
}

.coachesSemanaFit {
    background: url('../img/semanaF4A/coaches.svg');
    background-size: cover;
    aspect-ratio: 1.6;
    /* height: 600px; */
}

.bg-faded-light {
    background-color: #cfe6f2;
    /* background-color: #eef1f8; */
}

.bg-faded-white {
    background-color: #fafafac5;
    
}

.actividadesFeria {
    background: url('../img/feria/actividadesFeria.svg');
    background-size: cover;
    aspect-ratio: 1.84;

}

.indexRecetas {
    background-image: url(../img/recetasSaludables/indexRecetas.svg);
    background-size: cover;
    aspect-ratio: 1.64;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--bcbs-orange);
}

img.mapas-carrera {
width: 30vw;
}

@media (max-width: 500px) {
    img.mapas-carrera {
        width: 100%;
        }
}

.btn-whatsapp {
    background-color: #25D366!important;
}

.card-description {
    text-align: justify;
    hyphens: auto;
}