/* Minification failed. Returning unminified contents.
(97,41): run-time error CSS1039: Token not allowed after unary operator: '-color-pink-txt--primary'
 */
.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;
}

.contenido-reglamentos {
    width: 100%;
    max-width: 1000px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    table th, table td {
    }

    table th {
    }

.container-reglamentos {
    padding-top: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    max-width: 1600px;
}

.main-render {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.li {
    list-style-type: disc;
    list-style-position: outside;
}

.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 {
        color: white;
        font-size: 48px;
        text-transform: uppercase;
        font-size: calc(50px + .5vw);
        text-align: center;
        font-family: 'BurbankBigCondensedBold';
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--color-pink-txt--primary);
        padding-inline: 20px;
    }

.reglamentos-html {
    margin-top: 50px;
    width: 100%;
}

@media(min-width: 1200px) {
    .main-container {
        background-image: url(/Content/assets/tycos/bg_dt_tycos.webp);
        background-position: top;
    }


    .container-reglamentos {
        align-items: end;
    }

    .reglamentos-title h1 {
        text-align: left;
    }
}

