﻿#ganadores{
    background-color: #012162;
    background-image: url(/Personas/Paginas/PROMOCIONES/2024/gnial-content-award/imagenes/2025/seccion-ganadores.webp);
    background-size: cover;
    margin-top: -145px;
    padding-top: 180px;
    height: fit-content;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

@media(max-width:768px){
    #ganadores{
        background-color: #012162;
        margin-top: -145px;
    }    
}
#ganadores .title-ganadores{
    color: #fff;
    text-transform: none;
    font-size: 35px;
    text-align: center;
    padding: 50px 0px;
}

.cards-ganadores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.card-ganador{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.img-card-ganador{
    position: relative;
    z-index: 3;
}

.img-card-ganador img {
    width: 170px;
}

.desc-card-ganador {
    background-image: url(/Personas/Paginas/PROMOCIONES/2024/gnial-content-award/imagenes/2025/rectangulo-naranja.webp);
    background-size: cover;
    padding: 10px 35px;
    border-radius: 50px;
    margin-left: -40px;
    position: relative;
    min-width: 210px;
    text-align: center;
}

.desc-card-ganador h2 {
    color: #fff;
    font-size: 20px;
    text-transform: none;
}

.desc-card-ganador p {
    color: #fff;
    margin: 0;
}

@media (max-width: 500px) {
    #ganadores .title-ganadores{
        color: #fff;
        text-transform: none;
        font-size: 35px;
        text-align: center;
        padding: 150px 0px;
    }
}