:root {
    /* --campana-background-color: rgb(21, 10, 59);
    --campana-background-color-light: rgb(81, 61, 151);
    --campana-primary-color: #cf9f57;*/

    --campana-background-color: radial-gradient(circle, rgba(209, 143, 50, 1) 0%, rgba(253, 96, 47, 1) 25%, rgba(253, 29, 29, 1) 50%, rgba(185, 45, 113, 1) 75%, rgba(131, 58, 180, 1) 100%);
    --campana-background-color-light: rgb(81, 61, 151);
    --campana-primary-color: #cf9f57ed;

}

* {
    /* border: solid 1px red; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    list-style-type: none;
    font-family: "Montserrat", sans-serif !important;
}

@font-face {
    font-family: 'HelveticaRegular';
    src: url('../..//commons/fonts/Helvetica/Helvetica LT.ttf');
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('../..//commons/fonts/Helvetica/Helvetica LT Bold.ttf');
}

@font-face {
    font-family: 'HelveticaLight';
    src: url('../..//commons/fonts/Helvetica/Helvetica LT Light.ttf');
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../..//commons/fonts/Bebas/BebasNeue Regular.otf');
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('../..//commons/fonts/Bebas/BebasNeue Bold.otf');
}

@font-face {
    font-family: 'BebasNeueLight';
    src: url('../..//commons/fonts/Bebas/BebasNeue Light.otf');
}

body {
    font-family: "Montserrat", sans-serif;
    color: #444444;
    overflow: hidden;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.table {
    display: table;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

.h700 {
    height: 700px;
}

.h100vh {
    height: 100vh;
}

.max-100vh {
    max-height: 100vh;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.clearfix {
    clear: both;
}

.op5 {
    opacity: .5;
}

.op7 {
    opacity: .7;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt120 {
    padding-top: 120px;
}

.pt150 {
    padding-top: 150px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb150 {
    padding-bottom: 150px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr80 {
    padding-right: 80px;
}

.pl80 {
    padding-left: 80px;
}

.pr100 {
    padding-right: 100px;
}

.ml2 {
    margin-left: 2%;
}

.mr2 {
    margin-right: 2%;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr40 {
    margin-right: 40px;
}

.ml20 {
    margin-left: 20px;
}

.ml50 {
    margin-left: 50px;
}

.col-5 {
    width: 5%;
}

.col-10 {
    width: 10%;
}

.col-12 {
    width: 12.5%;
}

.col-15 {
    width: 15%;
}

.col-16 {
    width: 16.666%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33.3%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-85 {
    width: 85%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.horizontal-align {
    margin: 0 auto;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.justify {
    text-align: justify;
}

/* ------------ END HELPER CLASSES ------------*/

body {
    color: #333333 !important;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
}

h1 {
    font-size: 34px;
    padding-bottom: 20px;
}


h2 {
    font-size: 30px;
    padding-bottom: 15px;
}

h3 {
    font-size: 24px;
    padding-bottom: 10px;
}

p.big {
    font-size: 20px;
}

.bold {
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
}

.light {
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
}

p {
    font-size: 16px;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
    color: #ff5555;
    padding: 5px;
}

a {
    cursor: pointer;
    color: #ffffff;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
}

.yellow {
    color: #F2AC2F;
}

.yellowBack {
    background-color: #F2AC2F;
}

.blueLight {
    color: #50575B;
}

.bluelightBack {
    background-color: #50575B;
}

.blueMedium {
    color: #1E262D;
}

.bluemediumBack {
    background-color: #1E262D;
}

.blueDark {
    color: #11181E;
}

.bluedarkBack {
    background-color: #11181E;
}

.goldBack {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#845a35+0,f2ac2f+55,f2ac2f+100 */
    background: #845a35;
    /* Old browsers */
    background: -moz-linear-gradient(top, #845a35 0%, #f2ac2f 55%, #f2ac2f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #845a35 0%, #f2ac2f 55%, #f2ac2f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #845a35 0%, #f2ac2f 55%, #f2ac2f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#845a35', endColorstr='#f2ac2f', GradientType=0);
    /* IE6-9 */
}

.gold {
    background: -moz-linear-gradient(top, #845a35 0%, #f2ac2f 55%, #f2ac2f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #845a35 0%, #f2ac2f 55%, #f2ac2f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #845a35 0%, #f2ac2f 55%, #f2ac2f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contenedor {
    width: 1140px;
    margin: auto;
}

input {
    padding: 10px;
    font-size: 16px;
    height: 40px;
    border: none;
}

.button {
    display: block;
    padding: 10px;
    font-size: 16px;
    height: 40px;
    border: none;
    width: 150px;
    cursor: pointer;
}

.blueButton {
    background: #cf9f57;
    border: 1px solid none;
    margin-top: 20px;
    color: white;
    font-family: Montserrat;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.blueButton:hover{
    cursor: pointer;
}

.blueButtonRegistration {
    padding: 12px 24px;
    height: 48px;
    background: #e6b76a;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 15px;
    width: 100%;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(207, 159, 87, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
}

.blueButtonRegistration:hover {
    background: #e6b76a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(207, 159, 87, 0.3);
}

.blueButtonRegistration:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(207, 159, 87, 0.2);
}

#descargaReglamento.goldButton {
    width: 361px;
}

.blueButton:hover {
    background: linear-gradient(135deg, var(--campana-primary-color), #e6b76a);
    color: white;
    border: 1px solid var(--campana-primary-color);
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(207, 159, 87, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.mensaje {
    display: block;
    /* padding: 12px; */
    font-size: 16px;
    /* height: 45px;*/
    border: none;
    cursor: pointer;
    margin-top: 15px;
    position: relative;
    border-radius: 5px;

}

.mensaje i {
    position: absolute;
    right: 15px;
    opacity: .4;
}

.mensajeOk {
    background-color: #C8E8B3;
}

.mensajeOk p {
    color: #3C763D;
}

.mensajeError {
    background-color: #FFB9A4;
}

.mensajeError p {
    color: #9E2D2D;
}

img.logo {
    width: 150px;
}


/************************  HOMEPAGE ************************/

.indexBackground {
    /*background-image: url(../..//commons/img/bg-1-2.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    background: radial-gradient(circle, rgba(0, 165, 188, 1) 0%, rgba(189, 0, 196, 1) 45%, rgba(2, 0, 36, 1) 90%);
    /* background: var(--campana-background-color) */
    height: 100vh;
    position: relative;
}

.indexBackgroundLogin {
    /* background: #FFF; */
    /*background: radial-gradient(circle, rgba(8,15,41,1) 0%, rgba(23,57,121,1) 50%, rgba(8,14,41,1) 100%);*/
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(189,0,196,1) 45%, rgba(0,165,188,1) 90%);*/
    background: radial-gradient(circle, rgba(209, 143, 50, 1) 0%, rgba(253, 96, 47, 1) 25%, rgba(253, 29, 29, 1) 50%, rgba(185, 45, 113, 1) 75%, rgba(131, 58, 180, 1) 100%);
}

.indexBackgroundhidden {
    display: none;
}

.cabezal {
    padding: 30px 0;
}

.cabezal .logIn {
    padding-top: 5px;
}

.cabezal .logIn .textoError {
    position: absolute;
    color: #ff5555;
    font-size: 12px;
    padding-top: 7px;
}


.barraSuperior {
    background-color: #19003c;
}

.homeInput {
    padding-left: 0;
    color: white;
    border-bottom: 1px solid white;
    background: transparent;
    margin-right: 20px;
    position: relative;
}

@-webkit-keyframes autofill {
    to {
        color: white;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.homeInput::placeholder {
    color: white;
}

.homeInput.inputError {
    border-bottom: 1px solid #FF5555;
}

.homeInput.inputError::placeholder {
    color: white;
}

.contenedorTitulo,
.auspiciantes {
    width: 370px;
}

.titulo {
    padding-top: 50px;
}

.registro {
    height: calc(100vh - 116px);
}

.contenidoRegistro {
    padding: 5% 5% 5% 5%;
    background: linear-gradient(135deg, rgba(15, 25, 55, 0.85) 0%, rgba(25, 35, 75, 0.85) 25%, rgba(40, 50, 95, 0.85) 50%, rgba(50, 40, 85, 0.85) 75%, rgba(30, 20, 60, 0.85) 100%);
    border-radius: 10px;
}

.contenidoRegistro h3 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #50575B;
}

p.orgullo {
    padding-bottom: 20px;
}

p.evento {
    font-size: 14px;
    line-height: 1.2em;
}

h1.campanas {
    font-size: 40px;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
    padding: 0;
}

h1.campanas.masGrande {
    font-size: 43px;
}


h1.edicion {
    font-size: 56px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 0;
}

.contenedorSelect {
    position: relative;
}

.contenedorSelect::after {
    content: '\f107';
    font-family: 'Montserrat';
    color: white;
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
    opacity: .7;
    pointer-events: none;
}

.formSelect {
    padding: 5px 12px;
    background: #11181E;
    color: rgba(256, 256, 256, .7);
    height: 45px;
    font-size: 16px;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
    border: 1px solid white;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.formSelect option {
    display: block;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
    border: 1px solid white;
    cursor: pointer;
}

.formInput {
    padding: 12px;
    height: 45px;
    color: #ffffff;
    border: 1px solid var(--campana-primary-color);
    background: transparent;
    border-radius: 5px;
    margin-top: 15px;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
}

.formInput::placeholder {
    color: white;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
    opacity: .7;
}

.formInput.inputError {
    border: 1px solid #FF5555;
}

.formSelect.inputError {
    border: 1px solid #FF5555;
}

.formInput.inputError::placeholder {
    color: #FF5555;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
}

.formInputCheckbox {
    color: white;
    /* font-family: BebasNeueLight, sans-serif;
    letter-spacing: 1px; */
    font-weight: lighter;
    opacity: .7;
    margin-top: -10px;
}

.auspiciantes img {
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 25px;
}


.auspiciantes img:hover {
    opacity: 1;
}

.auspiciantes .contenidoAuspicia {
    padding-top: 100px;
}

.auspiciantes .contenidoSponsors,
.auspiciantes .contenidoApoyan {
    padding-top: 20px;
}

.auspiciantes .contenidoApoyan img {
    max-height: 20px;
}

.box-validador {
    font-weight: bolder;
    color: #dd9d2a;
    font-size: 26px;
    margin: 100px;
    text-align: center;
}


[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

/************************ END HOMEPAGE ************************/

.icon-svg-empty {
    width: 22px;
    height: 22px;
}

.icon-svg-checked {
    position: absolute;
    width: 30px;
    height: 30px;
}