/* Minification failed. Returning unminified contents.
(48,28): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(156,21): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
 */
/*.body {
    background-color: var(--color-red-txt--primary);
}

.container-reglamentos {
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .container-reglamentos > h1 {
        text-align: center;
        color: white;
        font-family: 'Pinup-Regular';
        text-transform: uppercase;
        font-size: 32px;
    }

.contenido-reglamentos {
    margin-top: 40px;
    width: 95%;
    max-width: 1000px;
}

.li {
    list-style-type: disc;
    list-style-position: outside;
}

.li-r {
    list-style-type: upper-roman;
}

.pl-20 {
    padding-left: 20px;
}

@media(max-width: 768px) {
}

@media(max-width: 900px) {
}
*/


.main-container {
    background-color: var(--color-red-txt--primary);
}

.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';
}

.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;
    color: white !important;
}

.reglamentos-title {
}

    .reglamentos-title h1 {
        color: white;
        font-size: 48px;
        font-family: 'Pinup-Regular';
        text-transform: uppercase;
        /* max-width: 400px; */
        font-size: calc(30px + .5vw);
        text-align: center;
    }

.reglamentos-html {
    margin-top: 50px;
    width: 95%;
}

@media(max-width: 768px) {
}

@media(min-width: 900px) {
}

@media(max-width: 900px) {
}

