/* Minification failed. Returning unminified contents.
(81,21): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(90,46): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(91,47): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(119,28): run-time error CSS1039: Token not allowed after unary operator: '-gold'
(123,28): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(170,32): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
 */
.container-ganadores {
    padding-top: 2rem;
    padding-bottom: 5rem;
    background-image: url(/Content/assets/closepromotion/bg_mo_closepromo.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

/*----- SECTION 5 -----*/
.section5 {
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section5-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .section5-title h2 {
        width: 100%;
        text-align: center;
    }

        .section5-title h2 > svg {
            width: 100%;
            height: 100%;
            max-width: 500px;
        }

.section5-winners {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section5 .winners-container {
    color: white;
    width: 90%;
    max-width: 800px;
    padding: 40px 10px;
    /* margin: auto; */
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(65, 191, 205, 0.82);
    backdrop-filter: blur(2.5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 500px;
}

.section5 .winners-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Pinup-Regular';
}

.section5 .winners-container .winner-block[open] {
    margin-bottom: 25px;
}

.winner-block {
    width: 100%;
    max-width: 500px;
    font-family: 'Pinup-Regular';
}


    .winner-block[open] {
        background-color: white;
        border-radius: 20px;
        color: var(--color-red-txt--primary);
    }

        .winner-block[open] > summary {
            background-color: white;
        }

            .winner-block[open] > summary .arrow {
                transform: rotate(225deg);
                border-right: 2px solid var(--color-red-txt--primary);
                border-bottom: 2px solid var(--color-red-txt--primary);
                margin-top: 0;
            }

        .winner-block[open] > .content {
            font-family: 'Montserrat';
            color: black;
            text-align: left;
            margin-inline: 15px;
        }

    .winner-block .content > ul li {
        border-bottom: 1px black solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.section5 summary::-webkit-details-marker {
    display: none;
}

.section5 summary {
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
    align-items: center;
    padding: 20px 1rem;
    margin-bottom: .5rem;
    border: 2px solid var(--gold);
    border-radius: 15px;
    cursor: pointer;
    font-weight: 700;
    background-color: var(--color-red-txt--primary);
    transition: background .2s;
    position: relative;
}

    .section5 summary:hover {
    }

.section5 .arrow {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: transform .25s ease;
    margin-left: 1rem;
    margin-top: -10px;
    position: absolute;
    right: 20px;
}

.section5 .arrow {
    margin-top: -10px;
}

.section5 .content {
    padding: 0 1rem 1rem;
    line-height: 1.4;
    max-height: 200px;
    overflow: auto;
}

.section5 .content {
    animation: fadeIn .2s ease-out;
}

    .section5 .content::-webkit-scrollbar {
        width: 12px;
    }

    .section5 .content::-webkit-scrollbar-track {
        background-color: #C6ECF0;
        border-radius: 20px
    }

    .section5 .content::-webkit-scrollbar-thumb {
        background-color: var(--color-red-txt--primary);
        border-radius: 20px;
    }

        .section5 .content::-webkit-scrollbar-thumb:hover {
            background-color: #ff00009e;
        }

/*----- FIN SECTION 5 -----*/

@media(min-width: 900px){
    .container-ganadores {
        background-image: url(/Content/assets/closepromotion/bg_dt_closepromo.webp);
    }

    .section5 .winners-container {
        padding: 100px 60px;
    }

    .section5 .winners-title {
        font-size: 35px;
    }
}
