.separador-deportes-container {
    background-color: #0f2940;
    padding: 1rem 0 9rem 0;
    color: white;
}


.separador-deportes-grid {
    display: flex;
    flex-direction: column;
    max-width: 140rem;
    margin: 0 auto;
}

.separador-deportes-data {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.separador-deportes-img {
    margin: 0;
    height: auto;
    overflow: hidden;


}

.separador-deportes-img img {
    object-position: center;
}

.separador-deportes-titulo {
    max-width: 140rem;
    margin: 0 auto;
    color: white;
    border-bottom: none;
}


.separador-deportes-titulo-noticia {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 15px;
    color: white;
}

.separador-deportes-titulo h1 {
    color: white;
}

.separador-deportes-principal {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}

.separador-deportes-epigrafe {
    color: white;
    opacity: .7;
    margin-bottom: 2rem;

}

.separador-deportes-epigrafe-size {
    color: white;
    opacity: .7;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 22px;
}

.separador-deportes-titulo-noticia-size {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 15px;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: var(--fuenteSecundaria);
}

.separador-deportes-epigrafe-size::after {
    font-family: monospace;
    content: "______";
    display: block;
    line-height: 2px;
    margin-bottom: 15px;
}

.separador-noticias-right {
    display: flex;
    flex-direction: column;
    margin-top: 2.6rem;
    width: auto;
    height: 38%;
}

.separador-deportes-titulo h1 {
    margin-left: 1rem;
}

.separador-deportes-side {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /*max-width: 60%;*/
}


.separador-deportes-img-right {
    display: flex;
}



.separador-deportes-epigrafe::after {
    font-family: monospace;
    content: "_______";
    display: block;
    line-height: 2px;
    margin-bottom: 15px;

}



/* Extra breakpoints para personalización */
@media only screen and (min-width: 576px) {

    .separador-deportes-epigrafe {
        color: white;
        opacity: .7;
        margin-bottom: 2rem;
    }


    .separador-noticias-right {
        display: flex;
        flex-direction: row;
        margin-top: 4.6rem;
        /*width: 47%;
        height: 38%;*/
    }


    .separador-deportes-side {
        flex-direction: column;
        flex-wrap: wrap;
        /*max-width: 60%;*/
    }



    .separador-deportes-grid {
        flex-direction: column;
        max-width: 140rem;
        margin: 0 auto;
    }


    .separador-noticias-right {
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) {
    .separador-deportes-titulo-noticia-size {
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }

    .separador-noticias-right {
        flex-direction: row;
    }

    .separador-deportes-img-right {
        display: flex;
        max-width: 22rem;
    }

}

@media only screen and (min-width: 900px) {
    .separador-deportes-titulo {
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }

    .separador-deportes-img img {
        width: 50%;
    }

    .separador-deportes-img {
        display: flex;
        margin: 1rem 1rem 40px 40px;
    }

    .separador-noticias-right {
        margin: 1rem 1rem 40px 40px;
    }

    .separador-deportes-img-right {
        max-width: 32rem;
    }
}

@media only screen and (min-width: 1200px) {




    .separador-noticias-right {
        width: 48%;
        display: flex;
        flex-direction: column;
        margin: 0 0 0 1rem;
    }

    .separador-deportes-grid {
        flex-direction: row;
    }

    .separador-deportes-img img {
        width: 100%;
    }

    .separador-deportes-img-right {
        display: block;
    }

    .separador-deportes-side {
        flex-direction: row;
        margin-top: 4rem;
        width: 130%;
    }

    .separador-deportes-img {
        flex-direction: column;
        margin: 1rem;
    }

    .separador-deportes-titulo-noticia-size {
        color: white;
        font-size: 1.4rem;
    }

    .separador-deportes-img img {
        width: 100%;
        height: 53.6rem;
    }
}

@media only screen and (min-width: 1400px) {
    .separador-noticias-right {
        width: 34%;
    }

    .separador-deportes-side {
        justify-content: space-around;
        width: 64%;
    }
}