@charset "UTF-8";


* { box-sizing: border-box; }

body, input, textarea, button, select, option {
    font-family: 'JD Sans Pro', sans-serif;
}

body {
    margin:0;    
    font-size:10px;
    color:var(--oScriptsColor2);
    font-weight: 400;
    background: #000000;
    position: relative;
}

* {
-webkit-tap-highlight-color: transparent;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: right; }

input, textarea {
    box-shadow: none !important;
    outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #323031 inset !important;
  -webkit-text-fill-color: white !important;
}

a { text-decoration:none; transition: all 0.3s; }

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.3em;
}

img {
    max-width:100%;
}

.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.espacio1 { height: 1em; width:100%; }
.espacio2 { height: 2em; width:100%; }
.espacio3 { height: 3em; width:100%; }
.espacio4 { height: 4em; width:100%; }
.espacio5 { height: 5em; width:100%; }
.espacio6 { height: 6em; width:100%; }
.espacio7 { height: 7em; width:100%; }
.espacio8 { height: 8em; width:100%; }
.espacio9 { height: 9em; width:100%; }
.espacio10 { height: 10em; width:100%; }

.amarillo {
    color: #FFDD00;
}

.container {
    width: 100%;
    max-width: 172em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
}

.columnas,
.items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
}
.columnas .columna,
.items .item {
    padding: 1.5em;
    flex: 0 0 50%;
    max-width: 50%;
}

#topbar {
    background: #ffffff;
}
#topbar img {
    display: block;
}
#topbar .columnas {
    align-items: center;
    margin: 0;
}
#topbar .columnas .columna {
    flex: 0 0 50;
    max-width: 50%;
}
#topbar .columnas .columna.izq {
    display: flex;
    justify-content: flex-end;
    padding: 2em 0;
    flex: 0 0 40%;
    max-width: 40%;
}
#topbar .columnas .columna.der {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2em 5em 2em 0;
    flex: 0 0 60%;
    max-width: 60%;
}
#topbar .columnas .columna.izq .container {
    max-width: 86em;
    margin: 0;
}

#topbar .columnas .columna.der .item {
    padding: 0 2em;
}


#topbar .bases {
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
    text-decoration-line: underline;
    color: #377C2B;
}
#topbar .bases:hover {
    color: #0D0D0D;
}
#topbar .user {
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
    color: #377C2B;
}
#topbar .user img {
    display: inline-block;
    vertical-align: middle;
    margin: -0.3em 0.5em 0 0;
}

#topbar .botonlogout {
    width: 3.8em;
    height: 3.8em;
    background: #377C2B;
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
#topbar .botonlogout svg {
    display: block;
    width: 2.4em;
    height: auto;
}
#topbar .botonlogout:hover {
    background: #000000;
}


body.home, body.homeprov {
    background: url(images/home_fondo.jpg) center no-repeat #000000;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

body.home .middle {
    min-height: 91vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.overlayform {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
}
#home {
    position: relative;
}
#home .container {
    max-width: none;
    padding: 0 52em 0 18em;
    position: relative;
}
#home header {
    padding: 16em 0 14em;
    overflow: hidden;
}
#home .contenido {
    position: relative;
}
#home header h1 {
    font-weight: 700;
    font-size: 4.0em;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 13em;
    margin: 0 0 1em;
}
#home header h1 span {
    background: #367C2B;
    padding: 0.35em 0.5em;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* para Safari */
}

#home header h2 {
    font-weight: 400;
    font-size: 3.6em;
    line-height: 1.3em;
    color: #FFFFFF;
    max-width: 18em;
    margin: 0 0 0.5em;
}
#home header h2 strong {
    color: #FFDD00;
}

#home header .lugarConce {
    color: #000;
    font-size: 3em;
    text-transform: uppercase;
    background: #FD0;
    padding: 0.4em 1em;
    display: inline-block;
    font-weight: 600;
    margin: 0.5em 0 0.2em;
}

.circulos_planeta {
    display: block;
    position: absolute;
    width: 109.6em;
    top: 50%;
    transform: translateY(-50%);
    left: -8em;
    pointer-events: none;
    max-width: none;
}
#descuentos header .circulos_planeta {
    width: 95em;
    left: -15em;
}

.infoeventoContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em;
}

#home header .infoevento {
    position: relative;
    padding: 1.5em 4em;
    font-size: 1.25em;
}
#home header .infoevento img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#home header .infoevento h2 {
    font-weight: 400;
    font-size: 2.6em;
    line-height: 1.1em;
    color: #FFFFFF;
    margin: 0;    
}
#home header .infoevento h2 strong {
    font-weight: 700;
}



#home .info {
    background: #E6E6E6;
    padding: 6em 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#home .info .columnas {
    align-items: stretch;

}
#home .info .ferias {
    flex: 0 0 14em;
    max-width: 100%;    
    position: relative;
    padding: 2em 0;
}
#home .info .ferias::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -6em;
    background: #171717;
    border-radius: 0 0 1.5em 1.5em;
}
#home .info .ferias::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    right: 0;
}
#home .info .ferias span {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 2.9em;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
#home .info .ferias span.num {
    font-size: 7.8em;
    color: #FFDD00;
    line-height: 0.9em;
}
#home .info .txt {
    flex: 0 0 57em;
    max-width: 100%;
    padding: 0 5em;
    position: relative;
    display: flex;
    align-items: center;
}
#home .info .txt p {
    font-weight: 400;
    font-size: 2.4em;
    line-height: 1.2em;
    color: #171717;
    margin: 0;
}
#home .info .txt2 {
    flex: 0 0 47em;
    max-width: 100%;
    padding: 0 4.5em;
    position: relative;
    display: flex;
    align-items: center;
}
#home .info .txt2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    bottom: 1em;
    width: 1px;
    background: #171717;
}

#home .info .txt2 p {
    font-weight: 700;
    font-size: 2.6em;
    line-height: 1.2em;
    letter-spacing: 0.15em;
    color: #439439;
    text-transform: uppercase;
    margin: 0;
}

#home .forms {
    position: absolute;
    right: 0;
    top: 0;
    width: 55em;
    padding: 3.5em 5em;
    transition: all 0.3s;
    z-index: 100000;
}

#home .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5em;
}
#home .top a {
    font-weight: 400;
    font-size: 2.0em;
    line-height: 1em;
    color: #377C2B;
    transition: all 0.3s;
}
#home .top a:hover {
    color: #FFDD00;
}
#home .top .columna.der {
    margin-right: -5em;
}

#home .top.mobile {
    display: none;
    padding: 2em 5em 0;
    position: relative;
    z-index: 1;
}

#home .forms nav {
    display: flex;
    border-bottom: 1px solid #7A7A7A;
    pointer-events: all;
}
#home .forms nav .boton {
    padding: 2em 1.5em;
    display: block;
    flex: 0 0 50%;
    height: 100%;
    text-align: center;
    position: relative;
}

#home .forms nav .boton span {
    font-weight: 400;
    font-size: 1.9em;
    line-height: 1em;
    color: #7A7A7A;
    transition: all 0.3s;
}
#home .forms nav .boton::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1em;
    width: 100%;
    height: 0.4em;
    background: #377C2B;
    transition: all 0.3s;
    opacity: 0;
    transform: scaleX(0.5);
}
#home .forms nav .boton.activo span {
    font-weight: 600;
    color: #FFFFFF;
}
#home .forms nav .boton.activo::before {
    opacity: 1;
    transform: scaleX(1);
}
#home .forms .bloque {
    background: #0D0D0D;
    border-radius: 2em;
    height: 100%;
    width: 100%;
    position: relative;
    pointer-events: all;
}
#home .forms .bloque .destello {
    position: absolute;
    left: -0.4em;
    top: -0.4em;
    right: -0.4em;
    bottom: -0.4em;
    border: 0.4em solid rgba(255,221,0,1);
    box-shadow: 0 0 2em 0 rgba(255,221,0,0.5);
    opacity: 0;
    pointer-events: none;
}
#home .forms .bloque .contenido {
    padding: 4.5em;
    min-height: 74em;
}
#home .forms .bloque .titulo {
    display: flex;
    align-items: center;
}
#home .forms .bloque h2 {
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0 auto 0.5em;
}
#home .forms .bloque p {
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}

#home .forms .bloque .icono {
    margin: 0 auto 2em;
    width: 14em; height: 14em;
    background: #377C2B;
    border-radius: 10000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .forms .bloque .botones {
    display: flex;
    justify-content: center;
}
#home .forms .bloque .botones a {
    margin: 0.5em;
    flex: 0 0 6em;
    max-width: 100%;
}

#home .forms label {
    color: #ffffff;
    font-size: 1.6em;
}
#home .forms label a {
    color: var(--oScriptsColor1);
}


.botongenerico {
    font-family: 'JD Sans Pro', sans-serif;
    display: inline-block;
    border: 0;
    border-radius: 4em;
    padding: 0.8em 1.5em;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 700;
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    /* width: 12em; */
    max-width: 100%;
}
.botongenerico:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--oScriptsColor1);
}
.botongenerico.amarillo {
    border-color: #FFDD00;
    color: #FFDD00;
}
.botongenerico.amarillo:hover {
    background: #FFDD00;
    border-color: #FFDD00;
    color: #000000;
}



.ctas {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.8em;
}
.ctas .botongenerico {
    margin: 0.4em;
}

.grecaptcha-badge {
    display: none;
}

.popup {
    padding: 8em 10em;
    border-radius: 0em;
    position: relative;
    border-radius: 2em;
}
.popup * {
    position: relative;
    z-index: 1;
}
.popup .fondo {
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    right: 0.2em;
    bottom: 0.2em;
    /*background: #171717;*/
    border-radius: 0em;
    z-index: 0;
}
.popup h2,
#legales h2 {
    font-weight: 700;
    font-size: 3.4em;
    line-height: 1.3em;
    color: #ffffff;
}
.popup h2 span{
    display: inline-block;
}
.popup h2 strong,
#legales h2 strong {
    font-weight: 700;
    color: #FFDD00;
}

.popup h3,
#legales h3 {
    font-weight: 500;
    font-size: 2.2em;
    line-height: 1.2em;
    /*text-align: center;*/
    color: #ffffff;
}
.popup p,
.popup li,
#legales p,
#legales li {
    font-weight: 300;
    font-size: 1.7em;
    line-height: 1.3em;
    /*text-align: center;*/
    color: #FFFFFF;
}
.popup li p,
.popup li li,
#legales li p,
#legales li li {
    font-size: 1em;
}

.popup table,
#legales table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.8em;
}
.popup table td,
#legales table td {
    border: 1px solid #ffffff;
    padding: 0.5em;
}

#legales .container {
    max-width: 120em;
}
#legales {
    padding: 6em 0;
}
#legales .botongenerico {
    font-size: 1.7em;
}


#descuentos {
    background: #E6E6E6;
    background-size: 100% auto;
}


#descuentos header {
    background: url(images/descuentos_header.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}
#descuentos header .columnas {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#descuentos header .columna {
    flex: 0 0 100%;
    max-width: 100%;
}
#descuentos header .columna.izq {
    flex: 0 0 54em;
    padding: 7em 0 6em;
}
#descuentos header .columna.der {
    flex: 0 0 32em;
}
#descuentos header .columna.der .top {
    background: #ffffff;
    border-radius: 2em 2em 0 0;
    padding: 3em 3em 1em;
    text-align: center;
}
#descuentos header .columna.der .top p {
    margin: 0;
    font-size: 1.7em;
    line-height: 1em;
    color: #0D0D0D;
    font-style: italic;
    font-weight: 500;
}
#descuentos header .columna.der .top .qrcode {
    padding: 0em;
}
#descuentos header .columna.der .top img {
    display: block;
    margin: 0 auto;
}
#descuentos header .columna.der a {
    display: block;
    width: 100%;
    font-size: 1.8em;
    line-height: 1em;
    color: #ffffff;
    background: #439439;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 1.5em 1em;
    border-radius: 0 0 1em 1em;
    transition: all 0.3s;
}
#descuentos header .columna.der a svg {
    display: inline-block;
    vertical-align: middle;
    width: 1.77em;
    margin: -0.5em 0.3em 0;
}
#descuentos header .columna.der a svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
#descuentos header .columna.der a:hover {
    background: #FFDD00;
    color: #000000;
}
#descuentos header .columna.der a:hover svg path {
    fill: #000000;
}

#descuentos header h1 {
    font-weight: 700;
    font-size: 4.0em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 13em;
    margin: 0 0 1.5em;
}
#descuentos header h1 span {
    background: #367C2B;
    padding: 0.35em 0.5em;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* para Safari */
}


#descuentos header h3 {
    font-weight: 500;
    font-size: 2.7em;
    line-height: 1.1em;
    color: #FFFFFF;
    margin: 0 0 1.2em;
    text-transform: uppercase;
}
#descuentos header .info {
    margin: 2em 0;
    position: relative;
    padding-left: 4em;
}
#descuentos header .info img {
    position: absolute;
    left: 0;
    top: 0;
}
#descuentos header h2 {
    font-weight: 400;
    font-size: 2.8em;
    color: #FFFFFF;
    margin: 0;    
}
#descuentos header h2 strong {
    font-weight: 700;
}

#descuentos .cupones {
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -1em;

}
#descuentos .cupones .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 1em;
}
.cupon {
    position: relative;
    display: block;
}

#popupCupones .cupon {
    font-size: 0.9em;
    border: 1px solid rgba(255,255,255,0.3);
}

.cupon .top {
    padding: 3em 2.5em 3em;
    background: center top no-repeat url(images/cupon_fondo.jpg) #0F0F0F;
    background-size: cover;
    position: relative;
    min-height: 26em;
    min-height: 22em;
}

.cupon .top .titulo,
.cupon .top .info {    
    position: relative;
}
.cupon .top .titulo {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.cupon .top .titulo h5 {
    font-family: 'JD Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1em;
    color: #ffffff;
    margin: 0;
}

.cupon .top .titulo .columna {
    flex: 0 0 auto;
    max-width: 75%;
    position: relative;
}
.cupon .top .titulo .columna .linea {
    position: absolute;
    top: 4em;
    left: 0;
    width: 34em;
    text-align: right;
    height: 2px;
    background: rgb(255,221,0);
    background: linear-gradient(90deg, rgba(255,221,0,1) 0%, rgba(255,221,0,0) 100%);
}

.cupon .top .titulo h3 {
    font-family: 'JD Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 5.0em;
    line-height: 1em;
    color: #FFDD00;
    margin: 0em;
    margin-top: 0.1em;
}


.cupon .top .titulo .columna.der img {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 1em;
    margin-top: 0.1em;
}

.cupon .top .info {
    align-items: flex-end;
    padding: 0.5em 0;
}
.cupon .top .info .columna {
    flex: 0 0 54%;
    max-width: 54%;
}
.cupon .top .info h4 {
    font-family: 'JD Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 2.3em;
    line-height: 1.2em;
    color: #FFDD00;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}

.cupon .top .info h6 {
    font-family: 'JD Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 4.6em;
    line-height: 0.7em;
    color: #ffffff;
    margin: 0;
    margin-bottom: 0.4em;
}
.cupon .top .info h6 span {
    font-size: 0.6em;
    line-height: 0.9em;
    margin-top: 0.2em;
}

.cupon .top .info .botongenerico {
    font-size: 2em;
    padding: 0.7em 1.6em;
    margin-bottom: 0em;
    width: auto;
    text-transform: none;
}
.cupon .top .info .botongenerico:hover {
    background: #FFDD00;
    border-color: #FFDD00;
    color: #0F0F0F;
}

.cupon .top .foto {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22.5em;
    height: 17em;
    border-radius: 5em 0 0 0;
    background: center no-repeat;
    background-size: cover;
}
#popupCupones .cupon .top .foto {
    width: 17em;
    height: 12em;
    border-radius: 5em 0 0 0 ;
}

.cupon .bottom {
    background: #0F0F0F;
    position: relative;
    width: 100%;
    padding: 1em;
    /*display: table;*/
}
.cupon .bottom .columna {
    /*display: table-cell;*/
    padding: 0.3em;
    vertical-align: middle;
}
.cupon .bottom .columna.der {
    width: 14em;
}
.cupon .bottom p {
    font-family: 'JD Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0;
}
.cupon .bottom a {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.1em;
    text-decoration-line: underline;
    color: #377C2B;
}
.cupon .bottom a:hover {
    color: #ffffff;
}


#cupon {
    background: #000000;
}

#cupon .cupon {
    font-size: 9px;
    width: 170em;

}
#cupon .cupon .top {
    height: 70em;
    padding: 6em 8em;
    background: url(images/cupon_fondo.jpg) center no-repeat;
    background-size: 100% auto;
    position: relative;
}
#cupon .cupon .top .middle {
    flex: 0 0 100%;
    max-width: 100%;
}
#cupon .cupon .bottom {
    height: 12em;
    padding: 2.5em 8em;
}
#cupon .cupon .bottom p {
    font-size: 1.3em;
    line-height: 1.3em;
}

#cupon .cupon .top::before {
    display: none;
}
#cupon .cupon .top .titulo {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
#cupon .cupon .top .titulo .columna {
}
#cupon .cupon .top .titulo .columna .linea {
    position: absolute;
    top: 7em;
    left: 0;
    width: 120em;
    text-align: right;
    height: 0.3em;
    background: rgb(255,221,0);
    background: linear-gradient(90deg, rgba(255,221,0,1) 0%, rgba(255,221,0,0) 100%);
}
#cupon .cupon.estilo02 .top .titulo .columna .linea {
    background: rgb(57,61,63);
    background: linear-gradient(90deg, rgba(57,61,63,1) 0%, rgba(57,61,63,0) 100%);
}
#cupon .cupon .top .titulo .columna img {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 3em;
    margin-top: 0.1em;
}

#cupon .cupon .top .titulo h5 {
    font-size: 4em;
}
#cupon .cupon .top .titulo p {
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size : 11px;
    letter-spacing : 3px;
    color : #FFFFFF;
}
#cupon .cupon .top .titulo h3 {
    font-size: 15em;
    line-height: 0.85em;
}
#cupon .cupon .top .info {
    display: block;
    margin-top: -1.5em;
    height: 48em;
    display: flex;
    align-items: center;
    max-width: 55%;
}
#cupon .cupon .top .info h4 {
    font-size : 8em;
    margin-bottom: 0.2em;
    line-height: 1em;
}
#cupon .cupon .top .info h6 {
    font-size : 18em;
    margin: 0;
    line-height: 0.7em;
}
#cupon .cupon .top .info h6 span {
    font-size: 0.5em;
    line-height: 1em;
    margin-top: 0;
}
#cupon .cupon .top .info p {
    margin-top: 1.2em;
    color: #ffffff;
    font-size: 3em;
    letter-spacing: 0.15em;
}
#cupon .cupon .top .foto {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70em;
    height: 46em;
    border-radius: 12em 0 0 0;
    background: center no-repeat;
    background-size: cover;
}

.privacidad {
    text-align: right;
    padding: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.privacidad a {
    font-family: 'JD Sans Pro', sans-serif;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.3;
    transition: all 0.3s;
    font-weight: 500;
}
.privacidad a:hover {
    opacity: 1;
}

#console {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 400px;
    background: #000000;
    padding: 20px;
    font-size: 14px;
    color: #ffffff;
    z-index: 1000;
}



#popupCupones .cupones {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
}
#popupCupones .cupones .item {
    padding: 1em;
    flex: 0 0 50%;
    max-width: 50%;
}
#popupCupones .cupones .item .cupo {
    font-size: 0.9em;
}
#popupCupones .cupon .top .info {
    max-width: 55%;
}
#popupCupones .cupon,
#popupCupones .cupon .top {
    height: 100%;
}
#popupCupones .ctas {
    justify-content: center;
}


#popupRegistroExistoso {
    background: #E6E6E6 !important;
    border-radius: 2em;
}
#popupRegistroExistoso .qrcode {
    padding: 3em;
    background: #ffffff;
    display: inline-block;
    margin: 0 auto;
    border-radius: 2em;
    margin-bottom: 4em;
}

#popupRegistroExistoso h2 {
    margin: 0 auto;
    max-width: 17em;
    color: #000000;
    text-transform: uppercase;
}
#popupRegistroExistoso h2 strong {
    color: #377C2B;
}
#popupRegistroExistoso .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#popupRegistroExistoso .info .columna {
    padding: 0.5em 0.5em 0.5em 4em;
    position: relative;
    margin: 0.5em;
}
#popupRegistroExistoso .info .columna img {
    position: absolute;
    left: 0;
    top: 0.4em;
}
#popupRegistroExistoso .info .columna p {
    font-size: 2.6em;
    line-height: 1.2em;
    color: #000000;
    font-weight: 400;
    margin: 0;
}
#popupRegistroExistoso .info .columna br {
    display: none;
}
#popupRegistroExistoso .info .columna p strong {
    font-weight: 700;
}

#popupRegistroExistoso .aclaracion {
    font-size: 2.2em;
    line-height: 1.2em;
    color: #000000;
    font-weight: 400;
    margin: 0;
}

#popupCupones .fondo {
    background: #000000;
}

#popupCalendario td {
    color: #FFFFFF;
    font-size: 2.5em;
    padding: 1em 0.5em;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}




/* ---------------------- Media Queries ------------------ */

@media (max-width: 1850px) {
    
}
@media (max-width: 1800px) {
    body {
        font-size: 9.5px;
    }
        
}

@media (max-width: 1700px) {
    body {
        font-size: 9px;
    }
    .cupon .bottom p {
        font-size: 11px;
    }
}

@media (max-width: 1650px) {    

}

@media (max-width: 1600px) {
    body {
        font-size: 8.5px;
    }
    #descuentos {
    background-size: 192em auto;
    }
    
    
}

@media (max-width: 1500px) {
    body {
        font-size: 8px;
    }
    #home .container {
        padding: 0 52em 0 12em;
    }
}

@media (max-width: 1400px) {
    #home .info .txt {
        flex: 0 0 74em;
    }
    #home .info .txt2 {
        margin-top: 4em;
    }
}

@media (max-width: 1300px) {
    #descuentos header .columna.der {
        background-size: cover;
        position: relative;
    }
    #descuentos .cupones .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1250px) {
}

@media (max-width: 1200px) {
    #home .container {
        padding: 0 52em 0 8em;
    }
    #home .info .txt {
        flex: 0 0 53em;
    }
}

@media (max-width: 1200px) {
    header .circulos_planeta {
        left: -20.7em;
    }
    #descuentos header .circulos_planeta {
        left: -15.7em;
    }
}

@media (max-width: 1100px) {
}

@media (max-width: 1050px) {
    #descuentos header .columna.izq {
        padding: 7em 3em 7em 5em;
        width: 44em;
    }
    #descuentos header h2 {
        font-size: 3.2em;
    }
}

@media (max-width: 1000px) {
    #home .forms {
        width: 100%;

    }
    #home .forms {
        position: relative;
        right: auto;
        top: auto;
    }
    #home .container {
        padding: 0 8em;
    }
    
    #home header {
        padding-top: 16px;
    }
    #home header h2 {
        max-width: none;
    }
    #home .top.mobile {
        display: flex;
    }
    #home .top.nomobile {
        display: none;
    }
}

@media (max-width: 950px) {
    .botonMenuMobile,
    #menuMobile {
        display: block;
    }
    #descuentos header {
        height: auto;
    }
    #descuentos header .columna.izq {
        padding: 7em 2em 4em;
    }
    #descuentos header .columna.der {
        padding: 7em 2em;
    }
    #descuentos header h1 br {
        display: none;
    }
    #home .info .ferias {
        flex: 0 0 25%;
        max-width: 25%;
    }
    #home .info .txt {
        flex: 0 0 75%;
        max-width: 75%;
    }
    #home .info .txt2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    #home .info .flechas {
        display: none;
    }
    #home .info .txt2::before {
        display: none;
    }
}

@media (max-width: 900px) {
    #descuentos .cupones {
        justify-content: center;
    }
    #descuentos .cupones .item {
        flex: 0 0 100%;
        max-width: 60em;
    }
    #home .container {
        padding: 0 7em;
    }
    
}

@media (max-width: 800px) {
    .container,
    #home .container {
        padding: 0 6em;
    }
    #menuPrincipal {
        display: none;
    }
    #descuentos header .circulos_planeta {
        margin-top: -20em;
    }
    
}


@media (max-width: 750px) {
    #popupCupones .cupones {
        justify-content: center;
    }
    #popupCupones .cupones .item {
        flex: 0 0 52em;
        max-width: 100%;
    }
    #descuentos header .columna.der {
        padding: 0em 2em 7em;
    }
}

@media (max-width: 700px) {
    #topbar .columnas {
        flex-wrap: wrap;
        justify-content: center;
    }
    #topbar .columnas .columna.izq,
    #topbar .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    #topbar .columnas .columna.der { order: 1; }
    #topbar .columnas .columna.izq { order: 2; }
    #topbar img {
        margin: 0 auto;
    }
    #topbar .columnas .columna.der {
        padding: 2em 1em 0;
        font-size: 0.8em;
    }
}



@media (max-width: 650px) {
}

@media (max-width: 600px) {
    .container,
    #home .container {
        padding: 0 4em;
    }
    .popup {
        padding: 4em;
    }
    #popupRegistroExistoso h2 {
        font-size: 3.5em;
    }
}

@media (max-width: 550px) {
}

@media (max-width: 500px) {
    #home .forms {
        padding: 3em;
    }
    .cupon .top .info {
        flex-wrap: wrap;
    }
    .cupon .top .info .columna {
        padding: 1em 0;
    }

    .cupon .bottom,
    .cupon .bottom .columna.der {
        display: block;
    }
    #home .info .ferias {
        display: none;
    }
    #home .info .txt {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    #home header h1 {
        font-size: 3.5em;
    }
    #home header h2 {
        font-size: 3em;
    }
    .botongenerico {
        font-size: 2.2em;
    }
    .popup table, #legales table {
        font-size: 0.7em;
    }
    #popupCalendario {
        padding: 1em;
    }
}

@media (max-width: 450px) {
    #descuentos header {
        font-size: 0.8em;
    }
    .cupon .top .foto {
        width: 40%;
    }
    .cupon .top .info .columna {
        max-width: 60%;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 3em;
    }
}

@media (max-width: 350px) {
}

