:root {
    --principal: #401951;
    --principal2: #602979;
    --secundario: #fe62a3;
    --enlaces: #fc8565;
}
/* Resets */
/* Resets */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--principal);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--principal);
}




.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hellosin';
    font-weight: 400;
    font-display: swap;
    color: #fff;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 2em;
}

p,
li {
    font-family: 'Hellosin';
    font-size: 1em;
    color: #fff;
}

label {
    font-size: .9em;
    margin-bottom: .9em;
    color: #fff;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* Color */
/* Color */
.bg-rojo {
    background: red;
}

.bg-verde {
    background: green;
}

.bg-amarillo {
    background: yellow;
}

.bg-blanco {
    background: white;
}

/* links */
/* links */
a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: var(--enlaces)
}

.linkMain {
    color: var(--enlaces);
    transition: color 0.3s;
}

.linkMain:hover {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */
/* Buttons */


/* FORM */
/* FORM */
button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: var(--principal);
    font-weight: 900;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background: #fff;
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
    transition: .3s ease;
}
button:hover {
    background: var(--enlaces);
    color: #fff;
    transition: .3s ease;
}
.btnEnviarFinalizar {
    color: #fff;
    background-color: var(--enlaces);
}
.btnEnviarFinalizar:hover, .btnEnviarFinalizar:focus, .btnEnviarFinalizar:active {
    color: #fff;
    background-color: var(--enlaces);
}

.form-control {
    width: 100%;
    background: #d7fbf947;
    border: 0;
    padding: 0.46em 0.46em 0.46em 0.8em !important;
    height: auto !important;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    text-transform: uppercase;
}

.form-control.leaderBoard {
    text-align: center;
    font-size: 1.2em;
}


.form-control.leaderBoard:disabled {
    color: black;
    background-color: #d7fbf947;
    opacity: .35;
}

input[type="date"].form-control {
    color: #fff;
}

.form-control {
    border: 0;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}


input[type="date"] {
    color-scheme: dark;
}

.form-control:focus {
    border-color: var(--principal2);
    box-shadow: 0 0 0 0.25rem var(--principal2);
    background-color: var(--principal2);
    color: #fff;
}

.form-control::placeholder {
    font-size: .8em;
    color: #fff;
}

.inputSelect {
    width: 100%;
    background-color: #EAEAEA;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    border-radius: 0.6em;
    border: 0;
    padding: 0.46em 0.46em 0.46em 0.8em !important;
    height: auto !important;
    margin-bottom: 1.6em;
}

.form-check-input:checked {
    background-color: var(--enlaces);
    border-color: var(--enlaces);
}

.labelLeader {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
}

/*::::::::::::::::::::::::::::
        LANDING PAGE
::::::::::::::::::::::::::::*/

.wrap {
    background-image: url(https://image.digitalmultiplaza.com/lib/fe3811747364047c751271/m/1/73052fc2-52d1-4b60-ada3-ecf9edd7bf6d.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

h1.title {
    background-color: var(--secundario);
    margin-bottom: 0 !important;
    font-size: 1.5em;
}

.wrap form {
    padding: 2em;
    background-color: var(--principal);
}



.wrap .bgEasterDesk {

    min-height: 100vh;

}

.wrap .img-multiplaza {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.wrap .contentText {
    background-color: var(--principal);
    padding: 1.5em 1.5em;
}
.wrap .contentText::-webkit-scrollbar-track {
    background: var(--principal);
}
/* Handle */
.wrap .contentText::-webkit-scrollbar-thumb {
    background: var(--secundario);
}
/* Handle on hover */
.wrap .contentText::-webkit-scrollbar-thumb:hover {
    background: var(--secundario);
}

.wrap .contentText ol {
    padding: 0;
}

.wrap .contentText ol li {
    margin: .8em;
    padding: .2em;
    font-size: 1em;
}

.logo {
    max-width: 620px;
    width: 100%;
    margin: 3em auto 0 auto;
    display: block;
    filter: drop-shadow(0 0 10px black);
}

.wrap .bgEasterMobile .logoMovil {
    display: none;
}

.form-check label {
    position: relative;
    top: 3px;
    left: 5px;
}

.logoFooter {
    max-width: 320px;
    width: 100%;
    margin: 2em auto 1em auto;
    display: block;
    filter: drop-shadow(0 0 15px black);
}

.contenTable {
    max-height: 650px;
    overflow-y: scroll;
}
.contenTable::-webkit-scrollbar-track {
    background: var(--principal);
}
/* Handle */
.contenTable::-webkit-scrollbar-thumb {
    background: var(--secundario);
}
/* Handle on hover */
.contenTable::-webkit-scrollbar-thumb:hover {
    background: var(--secundario);
}
table th,
table td {
    color: #fff;
}

.btnCategory {
    max-width: 200px;
    font-weight: 600;
    text-transform: uppercase;
}

.check {
    background: var(--principal2) !important;
    color: #fff !important;
}



/*Thank you Page*/
.bgGracias {
    min-height: 100vh;
    background-color: var(--principal);
    background-size: cover;
    background-position: 50% 20%;
    position: relative;
    background-repeat: no-repeat;
}

.bgGracias::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--principal);
    background: linear-gradient(360deg, rgba(96, 41, 121, 1) 10%, rgba(96, 41, 121, 0.3925945378151261) 69%, rgba(96, 41, 121, 0) 100%);
    z-index: 0;
}

.bgGracias .contentText {

    padding: 1em;
    border-radius: 1em;
    position: relative;
    z-index: 1;
}

.bgGracias .logoFooter {
    position: relative;
    z-index: 1;
}

.bgGracias form {
    padding: 0;
    position: relative;
    z-index: 1;
}





/*::::::::::::::::::::::::::::
:::::::::MEDIA QUERIES:::::::
::::::::::::::::::::::::::::*/

/* Tablet */
@media only screen and (max-width: 1200px) {

    .wrap .bgEasterDesk .logo {
        max-width: 400px;
        margin: 5em auto 0 auto;
    }

}


/* Tablet */
@media only screen and (max-width: 991px) {

    .wrap .bgEasterDesk {
        display: none;
    }

    .wrap .bgEasterMobile {
        position: relative;
        z-index: 1;
        padding-top: 2em;
        min-height: 100vh;
        display: flex;
    }


    h1,
    p,
    img,
    label,
    input,
    button {
        position: relative;
        z-index: 1;
    }

    .wrap .bgEasterMobile .logoMovil {
        max-width: 350px;
        width: 100%;
        margin: 1.5em auto;
        display: block;
    }

    .form-control {
        background: #d7fbf96b;
    }



}

@media only screen and (max-width: 991px) {
    .contenTable {
        max-height: 385px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2em;
    }
}

/* Mobile */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.8em;
    }

    .logoFooter {
        max-width: 170px;
    }

    .wrap form {
        padding: 1em;
    }
}

/* Media queries for navbar */


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 1200px) and (min-width: 0px) {}