* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* elementos html */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: "Merriweather", Arial;

    font-size: 1.6em;
}

.con_sombra {
    text-shadow: 0 0 6px rgba(0, 0, 0, .75);
}

h2 {
    font-family: "Roboto", Arial;

    font-size: 0.8em;
    padding-left: 0;
}

p, label {
    font-family: "Roboto", Arial;

    font-size: 1.3em;
    line-height: 1.2em;
}

/* layout */
span {
    font-family: "Roboto", Arial;
}

.mosca {
    display: none;
    position: unset;
    bottom: 10px;
    right: 6px;

    text-align: right;
    width: auto;

    z-index: 9999;
}

.panel, .panel2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 98vh;
    
    background: #fff;

    display: block;
    align-content: center;
}

.panel2 {
    flex-flow: row wrap;
}

.panel .contenido, .panel2 .contenido {
    padding: 1% 1% 1% 2%;
	width: 98%;
}

#slideTwo, #slideThree, #slideFour, #slideFive, #slideSix, #slideSeven, #slideEight {display:none}

.panel aside, .panel2 aside {
    width: 0;
    height: 0;
    
    padding: 0;

    align-self: center;

    -webkit-box-shadow: -3px 0px 15px -5px rgba(0,0,0,0);
    -moz-box-shadow: -3px 0px 15px -5px rgba(0,0,0,0);
    box-shadow: -3px 0px 15px -5px rgba(0,0,0,0);
}

.panel2 aside {
    height: 100%;
    width: 100%;
    padding: 6% 0;
}

aside.no-shadow {
    -webkit-box-shadow: 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0);
}

#buttonContainer {
    width: 100%;
    text-align: center;
}

.cervezas {
    background-image: url(../img/cerveza.jpg);
    background-size: cover;

}

.comida-rapida {
    background-image: url("../img/comida-rapida.jpg");
    background-size: cover;
}

.comida-rapida.con-cover {
    background-image: url("../img/comida-rapida-cover.jpg");
    background-size: cover;
	background-attachment: fixed;
}

.cervezas.con-cover {
    background-image: url(../img/cerveza-cover.jpg);
    background-size: cover;
    background-attachment: fixed;

}

.deporte {
    background-image: url("../img/deportivas.jpg");
    background-size: cover;
}

.deportes.con-cover {
	background-image: url("../img/deportivas-cover.jpg");
    background-size: cover;
	background-attachment: fixed;
}

.detergentes {
    background-image: url("../img/detergente.jpg");
    background-size: cover;
}

.detergente.con-cover {
	background-image: url("../img/detergente-cover.jpg");
    background-size: cover;
	background-attachment: fixed;
}

.tecnologia {
    background-image: url(../img/tecnologia.jpg);
    background-size: cover;

}

.tecno.con-cover {
    background-image: url(../img/tecnologia-cover.jpg);
    background-size: cover;
    background-attachment: fixed;

}

.telecomunicaciones.con-cover {
    background-image: url("../img/telecomunicaciones-cover.jpg");
    background-size: cover; 
}

.supermercados.con-cover {
    background-image: url(../img/supermercados-cover.jpg);
    background-size: cover;
}

.supermercados {
    background-image: url(../img/supermercados.jpg);
    background-size: cover;

}

.champus {
    background-image: url(../img/champu.jpg);
    background-size: cover;
}

.modas {
    background-image: url(../img/moda.jpg);
    background-size: cover; 
}

.modas.con-cover {
    background-image: url(../img/moda-cover.jpg);
    background-size: cover; 
}

.telecomunicaciones {
    background-image: url(../img/telecomunicaciones.jpg);
    background-size: cover; 
}

.tvod {
    background-image: url(../img/tvondemand.jpg);
    background-size: cover; 
}

.tvod.con-cover {
    background-image: url(../img/tvondemand-cover.jpg);
    background-size: cover; 
}

.espanolas {
    background-image: url(../img/espanolas.jpg);
    background-size: cover;
}

.espanol.con-cover {
    background-image: url("../img/espanolas-cover.jpg");
    background-size: cover;
    background-attachment: fixed;

}

.grid {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
}

.grid article {
    width: 120px;
    height: 120px;
}

.grid article span {
	position: absolute;
	top: 50%;
	left: 50%;
	
	text-align: center;
	
	transform: translate(-50%, -50%);
}

/* .roundedButton {
    position: relative;
    opacity: 1;
    border: 3px solid rgba(0,0,0,.6);
    border-radius: 20px;
    margin: 1.5%;

    box-shadow: 0 0 0 rgba(51,51,51,.7),
                inset 6px 8px 6px rgba(222,222,222,.6);
    

    transform: perspective(400px) translateZ(0);

    will-change: transform;
    transition: all .2s;
} */
.roundedButton {
    opacity: 1;
    width: 48%;
    position: relative;
    animation-duration: 0.4s;
    /* 
    border: 3px solid rgba(0,0,0,.6);
    border-radius: 20px;
    margin: 1%;

    box-shadow: 0 0 10px rgba(51,51,51,.6),
                inset 6px 8px 6px rgba(222,222,222,.4);
    

    transform: perspective(400px) translateZ(0);

    will-change: transform; */
    transition: all .2s;
}

/* .cervezas .roundedButton {
    background: #e60000;
}

.deportes .roundedButton {
	background: #e60000;
}

.detergente .roundedButton {
	background: #e60000;
}

.comida-rapida .roundedButton {
	background: #e60000;
}

.tecno .roundedButton {
    background: #467c98;
}

.espanol .roundedButton {
    background: #e60000;
}

.telecomunicaciones .roundedButton {
	background: #e60000;
}


.supermercados .roundedButton {
    background: #e60000;
}

.modas .roundedButton {
    background: #e60000;
}

.tvod .roundedButton {
    background: #e60000;
}

.champu .roundedButton {
    background: #467c98;
}

.teleco .roundedButton {
    background: #e60000;
} */

/* .roundedButton:hover {
    box-shadow: 0 0 10px 4px rgba(0,0,0,.6),
                inset 6px 8px 6px rgba(222,222,222,.4);
    border: 3px solid rgba(0,0,0,.6);

    background: #005500;

    transform: perspective(400px) translateZ(20px);

    cursor: pointer;
} */
.roundedButton:hover {

    /*transform: perspective(400px) translateZ(20px);*/
    animation: rubberBand 0.5s ease-out;
    cursor: pointer;
}
/*.roundedButton:active {
    transform: scale(3,3);
    opacity: .2;

    transition: transform 1s;
}*/

.roundedButton .item {
    position: absolute;
    top: 50%;
    left: 50%;

    text-align: center;

    transform:  translate(-50%, -50%);

    transition: all .2s;

    margin-top: 10px;
}

.roundedButton .item img{
    /* position: absolute;
    top: 50%;
    left: 50%;

    text-align: center;

    transform:  translate(-50%, -50%);

    transition: all .2s; */
    /* width: 90%; */
    border-radius: 15px;
    border: 3px solid var(--roxo);
    
}

.roundedButton img {
    width: 140%;
}

figcaption {
    margin-top: 2px;
    font-family: Arial;

    font-size: 0.8em;
    margin-right: -24px;
}

#formWrapper {
    width: 100%;
}

.fila {
    display: block;
    flex-flow: row wrap;
    align-content: flex-end;
}

.fila2 {
    display: inline-block;
}

.fila2 input[type='checkbox'] {
    margin: 0 10px;
}
/*
[type='checkbox'] + span {
    color: #666;
    font-size: .75em;
}

[type='radio'] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type='radio'] + img {
  cursor: pointer;
  opacity: .3;
}

[type='radio'] ~ span {
    opacity: 0;
    text-align: center;
    width: 90%;
    
    font-size: .8em;
    line-height: 1.2em;
}

[type='radio']:checked + img {
  opacity: 1;
}

[type='radio']:checked ~ span {
    opacity: 1;
    border: 1px solid #e60000;
    padding: 4px 2px;
    
    font-family: "Roboto";
    font-size: .7em;
    line-height: 1.2em;
    color: #e60000;
}

.radioWrapper{
    padding: 4px;
    align-self: flex-start;

    display: inline-block;
}

.inputTextWrapper {
    width: 100%;
    padding: 4px;
    
    align-self: flex-end;
}

[type='text'], [type='tel'], [type='email'] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc; 
    padding: 2px;
    background-color: transparent;

    font-size: 1.4em;
}

[type='text']:focus {
    border-bottom: 2px solid #00ff00;
}

.inputTextWrapper2 {
    width: 100%;
    padding: 4px;
    
    align-self: center;
}

.inputTextWrapper3 {
    width: 100%;
    padding: 4px;
    
    align-self: center;
}
*/
/* FORM */
.container {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #bd1c22;
  opacity: 1;

  width: 100%;
	
  border-radius: 10px;
	margin-top: 20px;
  /*min-height: 300px;*/
}

.container .section {
	border: 0;
}

.container .section h3{
  margin-bottom: 30px;
}

.container .section.is-active{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.container .button, .container .submit {
  background-color: #bd1c22;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.container .submit{
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container input[type="text"],
.container input[type="email"],
.container input[type="tel"],
.container input[type="password"],
.container select {
  display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #ffffff;
  border: none;
  width: 100%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.container input[type="radio"]{
  display: none;
}

.container input[type="radio"] + label{
  display: block;
  border: 0px solid #ccc;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.container input[type="radio"] + label:before{
  content: "✔";
  position: absolute;
  right: 34%;
  top: 12%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #fff;
  color: #1274B3;
  display: none;
	text-align: center;
}

.container input[type="radio"]:checked + label:before{
  display: block;
}

.container input[type="radio"] + label h4{
  margin: 15px;
  color: #fff;
}

.container input[type="radio"]:checked + label{
  border: 0px solid #fff;
}

.container input[type="radio"]:checked + label h4{
  color: #fff;
}

#noProxima, #Proxima {display: none;}

.wrap {
  background: #bd1c22;
  border-radius: 10px;
  /*padding: 39px 45px 19px;*/
	
  margin: auto;
}
.wrap .tips {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 0;
  margin: auto;
  width: 98%;
  color: #fff;
}
.wrap .tips p {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 50%;
  width: 50%;
}
.wrap .group {
  position: relative;
  padding-bottom: 5px;
}
.wrap .group::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #edf0f5;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  z-index: 1;
  transform: translate(-50%,0);
}
/*.wrap .group.active label {
  top: -15px;
  font-size: 14px;
}*/
.wrap .group.active::before {
  background: #bd1c22;
}
.wrap svg {
  width: 70px;
  position: absolute;
  top: -27%;
  right: 0;
  fill: #c5d6e7;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.wrap svg.active {
  fill: #222222;
}
/*
.wrap label {
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  pointer-events: none;
}
*/
.wrap .number {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.wrap .number.active {
  color: #B7DBFE;
	text-decoration: line-through;
}
.wrap .count {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.wrap .count.active {
  color: #B7DBFE;
	text-decoration: line-through;
}
.wrap .upper {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.wrap .upper.active {
  color: #B7DBFE;
  text-decoration: line-through;
}
.wrap input {
  border: 0;
  position: relative;
  display: block;
  /*width: 50%;*/
  padding: 4px 0;
}
.wrap input:focus {
  outline: none;
}


[type='submit'] {
    border: 0px solid #333;
    background: #380B61;
    color: #fff;
	
	width: 90%;

    border-radius: 10px;
    padding: 20px 14px !important;

    text-transform: none;
    font-size: 1.45em !important;
    font-weight: 400;
	white-space: normal;

    margin: 0;
}

[type='submit'] {
    cursor: pointer;
}

[type='number'] {
    padding: 8px 4px;
    font-size: 1.4em;
}

/* ANIMACIÓN DE RULETA */
@keyframes ruleta {
    from {
        transform-origin: center;
        transform: rotateZ(0);
    }
    to {
        transform-origin: center;
        transform: rotateZ(3600deg);
    }
}

@keyframes clicBoton {
    from {
        transform-origin: center;
        transform: scale(1,1);
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: scale(4,4);
        opacity: .1;
    }
}


.animado {
    animation: ruleta 5s ease-out;
}

.clicado {
    animation: clicBoton 250ms ease-out;
}

.notAnimado {
    animation: none;
}

.ruleta {
    position: relative;
    width: 100%;
    height: 100%;
    top: 6%;
}

.ruleta > img {
    width: 100%;
}

.pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pointer > img {
    width: 200px;
}

#birthDateContainer {
    display: none;
}

/* colores */
.fondoBlanco {background-color: #fff;}
.blanco {color: #fff;}
.gris_oscuro {color: #333;}
.rojo {color: #333333;
background-color: #fff;font-size: .9em;}

/* helpers */
.margenSup10 {margin-top: 5px}
.margenSup20 {margin-top: 10px}
.margenSup40 {margin-top: 20px}
.margenSup60 {margin-top: 30px}

.textoCentrado {text-align: center;}
.font-xs {font-size: .7em}
.font-s {font-size: .85em}
.font-xl {font-size: 1em}
.font-roboto {font-family: 'Roboto',Arial;}

.only-mobile {display:block;}
.no-mobile {display:none;}

/* LIGHTBOX */
#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: rgba(0,0,0,.75);
	
	z-index: 99999;
	
	display: none;
}

.lb-container {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: #fff;
	padding: 10px;
	
	transform: translate(0, 0);
	
	border-radius: 0;
}

#btnCerrar {
	border: 0px solid #333;
    background: #380B61;
    color: #fff;
	
	width: 50%;
	margin: auto;

    border-radius: 10px;
    padding: 20px 14px !important;

    text-transform: uppercase;
    font-size: 1.1em !important;
    font-weight: 700;

}

#btnCerrar:hover {
	
	cursor: pointer;
	
}

#pgcheck_container {
	display: none;
}