
/* @Media */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,700;0,900;1,200;1,300;1,400;1,500;1,700;1,900&family=K2D:ital,wght@0,200;0,400;0,600;0,800;1,200;1,400;1,600;1,800&display=swap');

/* Estilos de Inicio sesion */
* { margin:0;
    padding:0;
    box-sizing: border-box; }

img { max-width: 100%;}

#inicio {   min-height: 100vh;
            min-height: -webkit-fill-available;
            background-color:white;
            display: flex;
            flex-direction: column;
}

HTML { height: -webkit-fill-available;}

#inicio main {  max-width: 100%;
                margin: 0 auto;
                font-family: sans-serif; }

#inicio h1 { margin: 0.5em 0 auto ;
             font-family: 'Barlow Condensed', sans-serif; 
             font-weight: 600;
             font-variant-caps:all-small-caps;
             font-size: 65px;
}


main p { margin: 1em 0em 0em 0em ;
         font-family: 'Barlow Condensed', sans-serif; 
         font-weight: 400;      
         font-size: 20px; }

.r { width: 100%;
     display: flex;
     flex-direction: column; }

#inicio #registrarse, input { 
            border: 1px;
            border-bottom-style: solid;
            font-family: 'Barlow Condensed', sans-serif; 
            font-weight: 200; 
            font-style: oblique;
            font-size: 18px;
            margin:15px;
}

#inicio button a { font-size:40px; }

#registrarse button a { font-size:40px;}

#recuperar button a { font-size:40px; }

button { display:flex;
         justify-content: center;
         appearance:button;
         text-shadow: none;
         -webkit-writing-mode: horizontal-tb !important;
         border-radius: 10px;
}

button: hover { display:flex;
                justify-content: center;
                appearance:button;
                text-shadow: none;
                -webkit-writing-mode: horizontal-tb !important;
                border-radius: 10px;
                background-color: #06FFBE;
}


button a {  color:#ffffff;
            text-align: center;
            text-decoration: none;
            font-family: 'Barlow Condensed', sans-serif; 
            font-weight: 500;
}

.btnvioleta { display: flex;
              flex-direction: row;
              text-align: center;
              font-size: 16px;
              padding: 10px;
              margin: 0.4em;
              border-color: transparent;
              background-color:#9500FF;
              transition: all .2s ease-in;
              border-radius: 10px;
}

.btnvioleta:hover { background-color:#FFCC29;
                    transition: all 0.2s ease-in; }

#inicio a { text-decoration: none;
            display: flex;
            flex-direction: column;
            text-align: center; }

#inicio h4 { font-size: 0.6em;
             text-align: center;
             margin: 0.2em;
             font-family: sans-serif; }

#logoindex { display: flex;
             justify-content:center;
             margin-top: 50px; }

footer h6 { display:flex;
            justify-content: center;
            justify-items: center;
            text-align: center;
            font-size: 7px;
            margin: 10px;
            font-family: 'K2D', sans-serif;
}



/** Mobile first 630 x 640 **/

     
@media screen and (min-width: 600px){ 
    
        #inicio { display: flex;
        justify-content: space-around; }

        #inicio h1{ }
    
}

/*** dispositivos laptops/desktops ***/
 
@media screen and (min-width: 992px){ }
     

/* Estilos de registrarse  */

h2 { margin: 0.5em 0 auto ;
     font-family: 'Barlow Condensed', sans-serif; 
     font-weight: 600;
     font-size: 65px; }

#registrarse main { font-family: sans-serif;
                    max-width: 100%;
                    margin: 0 auto;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
}

#registrarse h2 { font-size: 3em;
                  margin:2em 0 auto ; }

#registrarse main p { font-size:1.5em;
                      margin: 1.2em 0em 0em 0em ; }

.r a { text-decoration: none; }

.c { width: 100%;
     display: flex;
     flex-direction: column; }


/*** Home ***/

#home { font-family:'Barlow Condensed', sans-serif; 
        background-color:#000000;
        margin-top:850px; }

#home main nav ul { max-width: 50em;
                    margin: 0 auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding-right: 40px;
                    padding-bottom: 100px;
                    max-width: 100%;
}

#mainhome { display: flex;
            flex-direction: column;
            justify-content: center;
            background-size:cover;
            background-position:center;
            max-width: 100%;
            height: 20em;
}

#entrada {  display:flex;
            flex-direction: column;
            justify-content: center;
            margin:25px;
            color:#ffffff;
            font-family:'Barlow Condensed', sans-serif; 
            font-size: 30px;
            text-align: center;
            padding-top:820px;
            padding-bottom: 90px;
}

#entrada p { display:flex;
             flex-direction: column;
             justify-content: center;
             margin:10px; }

/* Menu arriba */

.barra { background: white;
         position:fixed;
         width: 100%;
         top: 0px;
         left: 0px;
         display: flex;
         justify-content:space-between;
         z-index: 9999;
}

#logo  { order:2;  
         display:flex;
         justify-content:center;
         margin: 20px;
         cursor:pointer;
}

#iconoperfil  { order: 3;
                margin: 20px;
                cursor:pointer;}


/* Menu del medio home */


#principal { display: flex;
             background-image: white;
             position: absolute;
             flex-direction: column;
             align-content: center;
             justify-items: center;
             min-width: 100%;    
             margin-bottom: 80px;
             width: 100%;
}

#sec0 { display:flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px; }

#sec1 { display:flex;
        flex-direction: column;
        background-color: #ffffff;
        border-radius: 15px;
        margin-left: 40px;
        margin-top:30px;
}

#sec2{  display:flex;
        flex-direction: column;
        background-color: #ffffff;
        border-radius: 15px;
        margin-left: 40px;
        margin-top:30px;
}

#sec3 { display:flex;
        flex-direction: column;
        background-color: #ffffff;
        border-radius: 15px;
        margin-left: 40px;
        margin-top:30px;
}

#dibu1 { display: flex;
         justify-content:center;
         margin-top: 1px; }

#dibu2 { display: flex;
         justify-content:center;
         margin-top: 1px; }

#dibu3 { display: flex;
         justify-content:center;
         margin-top: 1px; }

#principal a {  text-decoration: none;
                color:#000000;
                text-align: center;       
                font-size: 3em;
                line-height: 2em;
}

#sec0 h1 {  display:flex;
            justify-content: center;
            text-decoration: none;
            color: #06FFBE;
            text-align: center;       
            font-size: 55px;
            margin-left: 30px;
}

#principal h2 { text-decoration: none;
                color:#ffffff;
                text-align: center;
                margin-left:35px;
                font-size: 1.5em;
                font-style: italic;
}

#principal h3 { text-decoration: none;
                color:#9500FF;
                text-align: center;       
                font-size: 18px;
                margin: 15px 40px 15px 40px;
                font-family: 'K2D', sans-serif;
}

.btnfluo {  background-color:#06FFBE;
            margin: 2em 2em 2em 2em ;
            border:0; }

.btnrojo {  background-color: #FE4F38;
            margin: 2em 2em 2em 2em ;
            border:0; }

.btnamarillo {  background-color: #FFCC29;
                margin: 2em 2em 2em 2em ;
                border:0; }

.btnfluo:hover { background-color:#00c692;
                 margin: 2em 2em 2em 2em ;
                 border:0; }

.btnrojo:hover { background-color: #c41700;
                 margin: 2em 2em 2em 2em ;
                 border:0; }

.btnamarillo:hover { background-color: #af8500;
                     margin: 2em 2em 2em 2em ;
                     border:0; }


/* Menu desplegable */

#llamamenu{ background:#ffffff;
            color: #000000;
            cursor: pointer;
            height: 2.5em;
            width: 2.5em;
            display: flex;
            position: relative;
            border:0;
            z-index: 9999;
            margin:20px;
}

#llamamenu i {  padding: 0;
                margin: auto;
                cursor:pointer; }

header nav ul { background: white;
                position: fixed;
                left: 100%;
                top: 75px;
                height: 100vh;
                width: 50%;
                z-index: 9990;
                transition: all .5s ease;
                list-style: none;
                text-align: center;
}

header nav ul li a { display: block;
                     font-family: 'K2D', sans-serif;
                     color: black;       
                     cursor: pointer;
                     font-size: 18px;
                     text-decoration: none;
                     margin: 20px;
                     font-weight: bold;  
                     padding: 15px 20px;
                     background-color: #06ffbe;
                     border-radius: 15px;
}

header nav ul li a:hover { 
    font-family: 'K2D', sans-serif;
    color: white;       
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    margin: 25px;
    font-weight: bold;
}

.visible {  left: 50%;
            transition: all .30s ease; }
    
    
/* Menu abajo */

#piebotones { background: white;
              position:fixed;
              bottom: 0px;
              right: 0px;
              left:0px;
              display: flex;
              justify-content:space-between;
              z-index: 9999;
}

#iconscan  { order: 2;
             margin: 25px; 
             margin-top:28px;
             cursor:pointer; }


#iconatras  { order: 1;
              margin: 25px;
              cursor:pointer;
              margin-top: 32px; }



#iconochat { order: 3;
             margin: 25px;
             cursor:pointer; }

/*** Scan ***/
    
#scan { background-color: #06FFBE; }    

#mainscan { display: flex;
            flex-direction: column;
            justify-items: center;
            background-color:#06FFBE;
            padding-top: 4em;
            max-width: 100%;
            font-family: 'Barlow Condensed', sans-serif;
}

#mainscan3 { display: flex;
             flex-direction: column;
             justify-items: center;
             background-color:#06FFBE;
             padding-bottom: 10em;
             max-width: 100%;
             font-family: 'Barlow Condensed', sans-serif;
}

#mainscan3 h1 { display: flex;
                text-align: center;
                justify-content:center;
                font-size: 3em;
                margin: 0.5em 0 auto ;
                padding-top: 130px;
}

#mainscan h1 {  display: flex;
                text-align: center;
                justify-content:center;
                font-size: 3em;
                margin: 0.5em 0 auto ;
                padding-top: 20px;
                padding-bottom: 20px;
}

#fotoscan { display: flex;
            justify-content:center;
            align-content: center;
            margin-top: 150px; }

#telefono { display: flex; 
            justify-content: center;
            align-items: center;
            height: 170px;
            margin: 30px;
            padding: 20px;
}


#descripcion h4 {
        display: flex;
        flex-direction: column;
        justify-content:center; 
        text-align: left;
        height:40px;
        font-size:18px;
        margin:40px;
}

#mainscan #descripcion {
    background-color: #ffffff;
    border-radius: 25px; }



#o1 { margin:10em 0 0 0;
      display:flex;
      flex-direction: row; }

#o2, #o3{ display:flex;
          flex-direction: row; }

#mainscan button {  margin-left: 80px;
                    margin-right:80px;
                    font-size:40px; }

#mainscan3 button { margin-left: 80px;
                    margin-right:80px;
                    font-size:40px; }


/*** Quiz ***/
    
#quiz { background-color: #FE4F38; }    

#mainquiz { display: flex;
            flex-direction: column;
            justify-items: center;
            max-width: 100%;
            background-color:#FE4F38;
            padding-bottom: 10em;
            max-width: 100%;
            margin: 0 auto;
            font-family: sans-serif;
}

#mainquiz3 { display: flex;
             flex-direction: column;
             justify-items: center;
             max-width: 100%;
             background-color:#FE4F38;
             padding-bottom: 10em;
             max-width: 100%;
             margin: 0 auto;
             font-family: sans-serif;
}

#mainquiz h2 {  display: flex;
                font-family: 'Barlow Condensed', sans-serif;
                text-align: center;
                justify-content:center;
                font-variant: small-caps;
                font-size: 40px;
                font-weight: 900;
                margin: 20px ;
                padding-top: 120px;
}

#mainquiz3 h2 { display: flex;
                font-family: 'Barlow Condensed', sans-serif;
                text-align: center;
                justify-content:center;
                font-weight: 900;
                margin: 20px ;
                padding-top: 100px;
                font-size: 55px;
                font-variant-caps:all-small-caps;
}


#fotoquiz { display: flex;
            justify-content:center; }

#fotosprin { display: flex;
             justify-content:space-between;
             margin-top: 1px;
             margin:20px; }

#puntaje1 { display:flex;
            order:2;
            font-family: 'Barlow Condensed', sans-serif; }

#puntaje1 h3 {  display:flex;
                justify-content: center;
                font-size:30px; }

#puntaje2 { order:1;
            font-family: 'Barlow Condensed', sans-serif;
            margin-top: 15px; }

#puntaje2 h4 {  display:flex;
                justify-content: center;
                font-size:20px; }

#puntaje3 { order:3;
            font-family: 'Barlow Condensed', sans-serif;
            margin-top: 25px; }

#puntaje3 h4 {  display:flex;
                justify-content: center;
                font-size:20px; }

#pepe { display:flex;
        justify-content: center; }

#fer { display:flex;
       justify-content: center; }

#lucas { display:flex;
         justify-content: center; }

#maspuntajes h3 {   display: flex;
                    justify-content: center;
                    font-family: 'Barlow Condensed', sans-serif;
                    color: #ffffff;
                    font-size:25px;
}

#maspuntajes h5 { display: flex;
                  justify-content: center;
                  font-family: 'Barlow Condensed', sans-serif;
                  color: #ffffff;
                  margin:5px; 
                  font-size: 18px;
}

#maspuntajes div {  background-color: #c62d19;
                    border-radius: 20px;
                    margin:6px;
                    margin-left: 30px;
                    margin-right: 15px;
                    margin-bottom:10px;
}

#maspuntajes {  display:flex;
                flex-direction: column;
                justify-content: center;
                background-color: #000000;
                border-radius: 15px;
                margin-left:50px;
                margin-right:50px;
}

.puntajes { display: block;
            margin: 10px;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 20px;
            padding: 20px;
}

#maspuntajes h6 {
    color:#ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-content: center;
    font-size:18px;
    margin-top: 5px; 
}

#maspuntajes h6:hover { color:#9500FF;
                        background-color: #FFCC29; }

#preguntas {
    display:flex;
    flex-direction: row;
    align-content: center;
    margin: auto;
    font-family: 'K2D', sans-serif;
}

#preguntas span { margin:1px;
                  font-size: 25px; }

#mainquiz button { margin-left: 80px;
                   margin-right:80px;
                   font-size:40px; }

#mainquiz3 button { margin-left: 80px;
                    margin-right:80px;
                    font-size:40px; }

#btnmensaje a { color: #5b009b;
                display:flex;
                justify-content:flex-start;
                text-decoration:  none;
                font-family: 'K2D', sans-serif;
                font-weight: 900;
}


#btnmensaje a:hover {
        color: #FFCC29;
        display:flex;
        justify-content: flex-start;
        text-decoration:  none;
        font-family: 'K2D', sans-serif;
}


/*** Coleccion ***/

#colec { display: flex;
         background-color: #FFCC29;
         align-content: center; }    

#maincolec { display: flex;
             flex-direction: column;
             justify-items: center;
             max-width: 100%;
             max-height: 100%;
             background-color:#FFCC29;
             padding-bottom: 8em;
             margin: 0 auto;
             font-family: sans-serif;
             margin-bottom: 80px;
}

#maincolec h1 {
            display: flex;
            text-align: center;
            justify-content:center;
            font-size: 3em;
            margin: 0.5em 0 auto ;
            padding-top: 120px;
            font-family: 'Barlow Condensed', sans-serif;
}

#secc1, #secc2, #secc3 {
    display:flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:30px;   
}

#o1 { margin-top:15px; }

#maincolec h3 { display:flex;
                justify-content: center;
                margin: 20px;
                font-family: 'K2D', sans-serif; }

#maincolec button { display:flex;
                    justify-content: center;
                    font-size: 20px; }


#descripcion p { order:3;
                 display:flex;
                 text-align: left;
                 font-size: 14px;  
                 font-family: 'K2D', sans-serif; }

#descripcion img {  order:1;
                    margin: 20px; }

#descripcion {
            display:flex;
            flex-direction: column;
            font-size: 15px;
            text-align: right;
            font-family: 'K2D', sans-serif;
            margin: 20px;
}

.btnvermas { order:3;
             display: flex;
             justify-self:center;
             align-content:flex-end;
             align-items: center;
             margin:10px;
             font-size:30px;
             background-color: #9500FF;
             height:50px;
             width: 150px;
             margin-top:70px;
}

/*** Perfil ***/

#perfil { background-color: #8bffe1; }

#fotoperfil { display: flex;
              justify-content:center;
              margin-top: 120px; }

#mainperfil { background-color: #8bffe1;
              margin-bottom: 150px; }

#mainperfil h1 {
            display: flex;
            text-align: center;
            justify-content:center;
            font-size: 3em;
            margin: 0.5em 0 auto;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 35px;
}

#mainperfil h2 {
            display: flex;
            text-align: center;
            justify-content:center;
            margin: 0.5em 0 auto;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 20px;
            color: #9500FF;
}

#mainperfil h4 {
            display: flex;
            text-align: center;
            justify-content:center;
            font-family: 'K2D', sans-serif;
            font-size: 3em;
            margin: 0.5em 0 auto ;
            font-size: 18px;
}   

#btncanjear a {
        color: #FE4F38;
        display:flex;
        justify-content: center;
        text-decoration:  none;
        margin-top: 8px;
        margin-bottom: 8px;
        font-family: 'K2D', sans-serif;
        font-weight: 900;
        font-size: 22px;
}

#btncanjear a:hover {
        color: #FFCC29;
        display:flex;
        justify-content: center;
        text-decoration:  none;
        margin-top: 8px;
        margin-bottom: 8px;
        font-family: 'K2D', sans-serif;
        font-weight: 900;
        font-size: 22px;
}

#btnjugar { 
        display: flex;
        flex-direction: column;
        justify-content:center;    
        max-width: 100%;
        font-size: 2em;
        padding: 0.1em;
        margin: 0.7em;
        border-color: transparent;
        background-color: #9500FF;
        margin-left: auto;
        margin-right: auto;
}

#btnjugar:hover { background-color: #06FFBE; }

/* Chat */

#mainchat { background-color: #e5e5e5;
            display:block;
            justify-content: center;
            height: 100vh; }

#chat { background-color: #cccccc; }

#enviar { background-color: #e5e5e5;
          margin: 40px 10px; }

#enviar:hover { background-color: #FFCC29;
                margin: 40px 10px; }


#fotoariel { display:flex;
             justify-content:center;
             margin: 90px; }

#fotoariel h3 { color:#000000;
                font-family: 'K2D', sans-serif;
                margin-top: 15px;
                margin-right: 10px; }

.mensaje1 {
    box-sizing: border-box;
    background-color: #ffc300;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    font-family: 'K2D', sans-serif;
    font-size: 5em;
    height: 70px;
    justify-content: space-between;
    padding: 20px;
    width: 75%;
    margin: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: .8rem;
    line-height: 1rem;
}  

span { font-size: 15px; }


.mensaje2 {
    box-sizing: border-box;
    background-color: #06FFBE;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    font-family: 'K2D', sans-serif;
    font-size: 5em;
    height: 70px;
    justify-content: space-between;
    padding: 15px;
    width: 65%;
    margin: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: .8rem;
    line-height: 1rem;
} 

#chat_escribir {
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin: 25px;
    padding:25px;
    background: white;
} 

#escribir {
    display:flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
    background-color: #e5e5e5;
}



/* Quienes somos */


#mainquienes {
            display: flex;
            flex-direction: column;
            justify-items: center;
            max-width: 100%;
            background-color: #9500FF;
            padding-bottom: 1em;
            margin: 0 auto;
            font-family: sans-serif;
}

#quienesSomos {
            background-color: #9500FF;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 40px;
            margin: 10px;
}

.titulo1 {  display: flex;
            justify-content: center;
            text-align: center;
            color: white;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 55px;
            font-variant-caps:all-small-caps;
            margin-top:-70px;
            margin-bottom:20px;
}

#quienesSomos p {
            display: flex;
            justify-content: center;
            text-align: center;
            color:#ffffff;
            padding: 2px;
            margin: 2px;
            margin-bottom:40px;
            font-size:18px;
}

#redes { display:flex;
         flex-direction: row;
         justify-content: center;
         margin-bottom: 40px; }

#iconface { display:flex;
            flex-direction: row;
            justify-content: center;
            margin-bottom: 20px;
            cursor:pointer;
            margin-right:10px;     
}

#iconinsta {   
            display:flex;
            flex-direction: row;
            justify-content: center;
            margin-bottom: 20px;
            cursor:pointer;
            margin-left: 10px;
}

/* Video Home */

video { display:flex;
        justify-content: center;
        margin-top: 35px;
        max-height: 100%;
        max-width: 100%;
        top:60%;
        bottom:50%;
        left:50%;
        background-color: #9500ff;
    
}


/* Como llegar */

#comollegar { background-color: #000000; }

#mapa { display: block;
        background-color: #000000;
        color: white;
        justify-content: center;
        text-align: center;
}

#maincomollegar {
            display: flex;
            flex-direction: column;  
            margin: 100px auto;
            justify-items: center;
            max-width: 100%;
            background-color:#000000;
            padding: 0.5em;
            margin-top: 100px;
            margin bottom: 100px;
}

#maincomollegar h1 { font-family: 'Barlow Condensed', sans-serif;
                     margin-bottom: 15px;
                     font-size: 55px;
                     font-variant-caps:all-small-caps; }

#maincomollegar h4 { margin-top:10px;
                     font-family: 'K2D', sans-serif;
                     margin-left:70px;
                     margin-right: 70px; }

#maincomollegar h5 { margin-top:10px;
                    font-family: 'K2D', sans-serif;
                    margin-left:70px;
                    margin-right: 70px; }


/* Contactos */

#contactos { display:flex;
             flex-direction: column;
             justify-content: center;
             background-color: #9500FF; }

#maincont { display: flex;
            flex-direction: column;
            justify-items: center;
            max-width: 100%;
            padding-bottom: 5em;
            margin: 0 auto;
            background-color: #9500FF;
}



.btncontactos {
            display:flex;
            justify-content: center;
            font-size: 20px;
            margin: 0.5em;
            margin-left: 30px;
            margin-right: 30px;
            text-decoration: none;
            border-color: transparent;
            background-color:#000000;
}

#contactoform {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #9500FF;
    padding: 1em;
    margin-top: 100px;
    margin-bottom: 10px;
}

#contactoform h3 {
    display:flex;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 55px;
    font-variant-caps:all-small-caps;
}

.form-group { display:flex;
              justify-content: center;
              margin:8px; }

.form-group ::placeholder { color:white; }

 textarea { background-color:#9500FF ;
            border-color: white;
            text-align: center;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 18px;
}

.form-group input { background-color: #9500FF;
                    border: 1px;
                    border-bottom-style: solid;
                    font-weight: 200; 
                    font-size: 20px;
}
                                        
.input-group-text placeholder{ color:white; }

#contactoForm h3 {  display: flex;
                    justify-content: center;
                    align-items: center;
                    color: #ffffff; }

.m-0 {  text-align: center;
        margin:15px; }

/** Canjear **/

#ventana {  display:flex;
            flex-direction: row;
            justify-content: center;
            border-radius: 15px; }

.canjepopup {
    position: fixed;
    top: -100vh;
    z-index: 99999999;
    background-color: black;
    width: 20em;
    height. 20em;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.canjepopup .canjecomp {
    width: 100%;
    left: 0em;
    max-width: 500px;
    position: fixed;
    top: -100vh;
    transition: top 0.35s ease;
    background-color: white;
    box-shadow: 0em .2em 1em .3em #7FB7BF;
    border-radius: 2px;
    z-index: 999999; 
}

.canjepopup h1 {
    padding: 4em;
    margin-bottom:-3em;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 35px;
    color: #9500FF;
    text-align: center;
}

.canjepopup h3 {
    padding-bottom: 5em;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.canjepopup article { height: 300px;
                      background-color: white; }

.cerrarcanje {
    color: black;
    position: absolute;
    top: 0.2em;
    right: 0.370em;
    margin: 0;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.5em;
    text-decoration: none;
}

.canjepopup a:hover { color: black; }

.canjepopup:target { opacity: 1;
                     top: 0; }

.canjepopup .botoncerrar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999991;
}

.canjepopup:target .canjecomp {
    top: 50px;
    transition: top 0.35s ease; }

.canjecomp article .btna {
    margin-top: 2em;
    display: flex;
    justify-content: center; }

.canjecomp article .btnb {
    display: flex;
    justify-content: center; }


#canjear {
    display: flex;
    background-color: #ffffff;
    align-content: center; }    

#maincanjear {
            display: flex;
            flex-direction: column;
            justify-items: center;
            max-width: 100%;
            max-height: 100%;
            background-color:#ffffff;
            padding-bottom: 8em;
            margin: 0 auto;
            font-family: sans-serif;
            margin-bottom: 80px;
}

#maincanjear h1 {
            display: flex;
            text-align: center;
            justify-content:center;
            font-size: 3em;
            margin: 0.5em 0 auto ;
            padding-top: 120px;
            font-family: 'Barlow Condensed', sans-serif;
            color:#06FFBE;
}

#canje1, #canje2, #canje3, #canje4 {
    display:flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:30px;
}

#o1 { margin-top:15px; }

#maincanjear h3 {
            display:flex;
            justify-content: center;
            align-content: center;
            margin-left: 50px;
            margin-right: 50px;
            font-family: 'K2D', sans-serif;
            color:#9500FF;
}

#maincanjear button { display:flex;
                      justify-content: center;
                      font-size: 20px; }


#descripcion p {
            order:3;
            display:flex;
            text-align: left;
            font-size: 14px;  
            font-family: 'K2D', sans-serif;
}


#descripcion {
            display:flex;
            flex-direction: column;
            font-size: 15px;
            text-align: right;
            font-family: 'K2D', sans-serif;
            margin: 20px;
}

#secbtn { display:flex;
          flex-direction: row;
          justify-content: center; }
