.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
}

.cover-image2 {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: contain!important;
    background-color: black; /* Fondo negro */
}

a.nav-link {
    color: black !important;
}

a:hover.nav-link {
    color: rgb(233, 72, 99) !important;
}