/* Minification failed. Returning unminified contents.
(114,21): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(224,23): run-time error CSS1046: Expect comma, found '2'
(224,28): run-time error CSS1046: Expect comma, found '/'
(407,21): run-time error CSS1039: Token not allowed after unary operator: '-color-cyan-txt--secondary'
 */
.main-container {
    background-image: url(/Content/assets/tycos/bg_mo_tycos.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.container-reglamentos {
    padding: 10rem 0 5rem;
    min-height: 100vh;
    width: 95%;
    max-width: 1000px;
}


.table-100 {
    max-width: 100%;
}

.pl-10 {
    padding-left: 20px;
    color: white;
}

    .pl-10 > p {
        margin: 0;
        color: white;
    }

.contenido-reglamentos h1,
.contenido-reglamentos h2,
.contenido-reglamentos h3,
.contenido-reglamentos h4 {
    color: white;
}

.contenido-reglamentos h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contenido-reglamentos h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contenido-reglamentos h3 {
    font-weight: bold;
}

.contenido-reglamentos p {
    text-align: justify;
    margin: 0;
    color: white;
    line-height: initial;
}

.contenido-reglamentos strong {
    font-weight: bold;
}

.contenido-reglamentos a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.table-responsive {
    overflow-x: auto;
    margin-bottom: 20px;
    border-radius: 15px;
}

    .table-responsive::-webkit-scrollbar {
        width: 1px;
        height: 8px
    }

    .table-responsive::-webkit-scrollbar-track {
        background-color: #ffffff2e;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background-color: #fbfbfb8f;
        border-radius: 10px;
    }

        .table-responsive::-webkit-scrollbar-thumb:hover {
            background-color: #fbfbfb;
        }

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    table th, table td {
        border: 1px solid white !important;
        padding: 8px;
        white-space: break-spaces;
        color: white;
    }

    table th {
        background-color: #f2f2f2;
        text-align: left;
        color: var(--color-red-txt--primary);
        font-size: 20px;
    }

@media screen and (max-width: 600px) {
    table th, table td {
        font-size: 12px;
    }
}

.container-reglamentos {
    padding-top: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

.contenido-reglamentos {
    padding-top: 3rem;
    /* padding-inline: 15px; */
    max-width: 100%;
    font-family: 'Montserrat';
}

.reglamentos-titulo {
    text-align: center;
    font-size: calc(1rem + 1vw);
    /* text-shadow: 0px 4px 8px #083679, 0px -2px 6px #082578; */
    font-weight: bold;
    font-family: 'Pinup-Regular';
}

.reglamentos-p {
    color: white;
    font-size: calc(10px + 1vw);
}

.header-titulo {
    cursor: pointer;
    padding: 1rem;
}

    .header-titulo.active {
        color: #306BF6; /* Cambia el color o el estilo de la pestaña activa */
        font-weight: bold;
    }



/*----------------------Checar estilo de abajo-----------------------*/
.main-render {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container-ganadores {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 7rem 20px;
    /* min-height: 100vh; */
    /* max-width: 40%; */
    /* height: 100%; */
}

.ganadores-table {
    min-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 90%;
    /* height: 100%; */
}

.sonic-img {
    max-width: 80%;
    min-width: 280px;
    /* width: 50%; */
}

.table-header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 5px 5px; */
    gap: 10px;
    width: 100%;
    margin: 0;
}

.header-titulo {
    text-shadow: none;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
}

.table_contenido-winner {
    padding: 0;
    min-height: 500px;
    /* justify-content: center; */
    height: 100%;
    /* max-height: 500px; */
    background: rgb(0 2 89 / 56%);
    width: 100%;
    /* max-width: 70%; */
    margin: 0;
    justify-content: center;
}


.header-titulo.active {
    background-color: #007bff;
    color: white;
    border-radius: 15px;
}

.sorteio-titulo {
    font-size: calc(5px + 1vw);
    max-width: 500px;
    text-align: center;
    color: white;
}

.winner-sorteio {
    padding: 10px 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    /* max-height: 500px; */
}

.sorteio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.sorteio-btn {
    width: 60%;
    border-radius: 20px;
    font-weight: bold;
}

.winner-valebrinde {
    padding: 10px 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    overflow: auto;
    max-height: 500px;
    /* scrollbar-width: none; */
    -ms-overflow-style: none;
}

    /* Estilos de la barra de desplazamiento */
    .winner-valebrinde::-webkit-scrollbar {
        width: 12px; /* Ancho de la barra de desplazamiento */
    }

    .winner-valebrinde::-webkit-scrollbar-track {
        background-color: #0E1E44; /* Color de fondo de la barra de desplazamiento */
    }

    .winner-valebrinde::-webkit-scrollbar-thumb {
        background-color: #6CCFFF; /* Color del "pulgar" que sube y baja */
        border-radius: 10px; /* Bordes redondeados para el pulgar */
    }

        .winner-valebrinde::-webkit-scrollbar-thumb:hover {
            background-color: #5BB3E1; /* Color al pasar el mouse por encima (opcional) */
        }

.valebrinde-item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 20px;
    padding: 10px 5px;
    /* border-bottom: 3px solid #2568E0; */
}

.valebrinde_item-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
}

.valebrinde_ganador-img {
    max-width: 20%;
    width: 20%;
}

.div-cpf {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.valenbrinde-nombre {
    font-size: calc(10px + 1vw);
}

.ganadores_div-img {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 30%;
}

.sorteio_sonicamar-img {
}

.div_ticket-img {
    /* float: left; */
    position: absolute;
    right: 40px;
    width: 15%;
}

.titulo_dt-ganhadores {
    font-size: calc(1rem + 1vw);
    width: 50%;
}


.header-p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 50%;
}


.sonic_titulos-img {
    width: 20%;
}

.li {
    list-style-type: disc;
    list-style-position: outside; /* o inside */
}

.li-r {
    list-style-type: upper-roman;
}

.pl-20 {
    padding-left: 20px;
}

.container-reglamentos li {
    color: white;
}


.container-reglamentos b {
    font-weight: 900;
}

.container-reglamentos ol,
.container-reglamentos ul {
    list-style: initial;
    padding-left: 25px;
}

.container-reglamentos a,
.container-reglamentos a:visited,
.container-reglamentos a:hover,
.container-reglamentos a:active {
    text-decoration: none;
}

.reglamentos-title {
}

    .reglamentos-title h1 {
        font-weight: bold;
        text-shadow: 4px 4px 0px white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        color: var(--color-cyan-txt--secondary);
        font-size: 48px;
        font-family: 'LtoUnicore-LabBlackIt';
        text-transform: uppercase;
        max-width: 400px;
        font-size: calc(40px + .5vw);
        text-align: center;
    }

.reglamentos-html {
    margin-top: 50px;
    width: 95%;
}

@media(max-width: 768px) {
    .sorteio-titulo {
        font-size: calc(12px + 1vw);
    }

    .table-100 {
        max-width: 100%;
    }
}

@media(min-width: 900px) {
    .main-container {
        background-image: url(/Content/assets/tycos/bg_dt_tycos.webp);
    }
}

@media(max-width: 900px) {
    .ganadores_div-img {
        display: none;
    }

    .table-header {
        max-width: 90%;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
        flex-direction: column;
    }

    .winner-valebrinde {
        padding-inline: 10px;
        display: flex;
        flex-direction: column;
    }

    .table_contenido-winner {
        max-width: initial;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
        background: none;
    }

    .ganadores-table {
        min-width: initial;
        width: 100%;
    }

    .valebrinde-item {
        /* background: rgb(0 2 89 / 57%); */
        /* box-shadow: 0px 0px 19px #2568E0; */
        /* border: 3px #306BF6 solid; */
        /* backdrop-filter: blur(5px); */
        /* border-radius: 20px; */
    }

    .titulo_dt-ganhadores {
        display: none;
    }

    .header-p {
        width: 100%;
    }

    .sonic_titulos-img {
        display: none;
    }

    .sorteio {
        flex-direction: column;
    }
}

