/*Niveles*/
:root {
    --colCorpG: #104292;
    --colCorpG2: #71B023;
    --colCorpB: #060708;
    --colCorpBl: #0b95ff;
    --colCorpY: #81c443;
    --colG: #f2f2f2;
    --colW: #f5f5f5;
    --bluemx: #8cb7e8;
}
.main-level-yellow{
    text-align: center;
    padding: 20px;
    min-height: 290px;
    color: #ffffff;
    background-color: var(--colCorpY);
}
.main-level-yellow .level-text{
    position: relative;
    padding-top: 30px;
    max-width: 80%;
    margin: 0 auto;
}
.main-level-blue{
    text-align: center;
    padding: 20px;
    min-height: 290px;
    color: #ffffff;
    background-color: var(--colCorpB);
}
.main-level-blue .level-text{
    position: relative;
    padding-top: 30px;
    max-width: 80%;
    margin: 0 auto;
}
.main-level-green{
    text-align: center;
    padding: 20px;
    min-height: 290px;
    color: #ffffff;
    background-color: var(--colCorpG);
}
.main-level-green .level-text{
    position: relative;
    padding-top: 30px;
    max-width: 80%;
    margin: 0 auto;
}
.level-title{
    font-size: 1.5em;
    font-weight:600;
}
.level-font{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
/**********************************************************************/

 
/* Comportamiento de animacion */
@keyframes cardviewBack {
  0 {
    left: -10px;
    z-index: 0;
  }
  50% {
    left: -250px;
    z-index: 0;
    transform: rotateZ(-25deg);
  }
  51% {
    z-index: 1;
  }
  100% {
    left: -10px;
    z-index: 1;
  }
}
@keyframes cardviewFront {
  0% {
    left: -10px;
    z-index: 1;
  }
  50% {
    left: -250px;
    z-index: 1;
    transform: rotateZ(-25deg);
  }
  51% {
    z-index: 0;
  }
  100 {
    left: -10px;
    z-index: 0;
  }
}
@keyframes cardviewBack2 {
  0% {
    right: -10px;
  }
  50% {
    right: -250px;
    transform: rotateZ(25deg);
  }
  100 {
    right: -10px;
  }
}
@keyframes cardviewFront2 {
  0% {
    right: -10px;
  }
  50% {
    right: -250px;
    transform: rotateZ(25deg);
  }
  100 {
    right: -10px;
  }
}
/** fin tarjeta
 ******************************** **/ 



.texto-encima{
    color: white;
    position: absolute;
    top: 50px;
    left: 10px;
}
.centrado {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(44, 59, 130, 0.8);
    border-radius: 10px;
    color: #fff;
    padding: 5px;
    border: 2px solid #71B023;
    cursor: pointer;
}

.nivel-azul{background: var(--colCorpG); padding: 10px;}
.nivel-azul p{line-height: 1.6em;}
.nivel-verde{background: var(--colCorpG2); border-radius: 0px 0px 50px 00px;} 
.nivel-bicolor{background-image: linear-gradient(to right bottom, #104292 50%,#71B023 50%); }
.nivel-verde p{line-height: 1.1em; margin-top: 25px;}
.nivel-fecha{color: var(--colCorpG2); font-size: 1.1em; padding-left: 15px; line-height: .10; font-weight: 400;}
.nivel-lugar{color: #fff; font-size: 1.4em; padding-left: 15px; line-height: . ; padding-top: -50px; font-weight: 400;}
.nivel-ubicacion{color: #fff; font-size: .8em; padding-left: 15px; line-height: .10; margin-top: -50px; font-weight: 400;}
.nivel-autopista{color: var(--colCorpG2); font-size: .8em; padding-left: 15px; line-height: .10; margin-top: -50px; font-weight: 400;}
.nivel-puntosN{color: #fff; font-size: 2em; font-weight: 600;}
.nivel-puntos{color: #fff; font-size: 1em; font-weight: 600;}
.nivel-num{background: var(--colCorpG2); font-size: 2em; border-radius: 20px 0px 0px 50px; font-weight: 600;color: #fff;}

.pasecard{background: #fff;color: #444; border-radius: 30px; padding: 50px; border: 4px solid #104292; color: var(--colCorpG);}
.pasecard h2{color: var(--colCorpG);}
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
    justify-items: center;
}
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:20px; background:#71B023; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:10%;top:calc(50% - 20px); font-size: 2em; }
    .MultiCarousel .leftLst { left:0;  }
    /*.MultiCarousel .leftLst { left:0; background-image: url(../images/juego/arrow-left.svg); }*/
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
        .txtjuego{font-size: .9em; font-weight: 400; line-height: 1.2em; color: #fff; padding-top: 10px; padding-bottom: 10px; background: #104292;}

.div-juegos {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
    justify-items: center;
}
    .div-juegos .MultiCarousel-inner .item > div {
        text-align: center;
        padding: 10px;
        margin: 20px;
        background: #71B023;
        color: #666;
    }

.btn-jugar {
    color: #fdfdfd !important;
    /*background-color: #e3741b;*/
    background-image: linear-gradient(to right bottom, #e3741b 50%, #ac4f04 50.1%);
    /*background: linear-gradient(rgb(75, 3, 34), rgb(100%, 0%, 60%));*/
    padding: 10px 19px;
    border-radius: 3px;
    font-weight: 400;
    /*border: solid 2px var(--colCorpG);*/
    border-right: 2px solid #104292;
    border-bottom: 2px solid #104292;
    border-left: 2px solid #104292;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
    margin-top: 10px;
    height: 50px;
}
        .btn-jugar a{
            color: #fff;
        }
        
        .btn-jugar:hover{
            color: #ffffff !important;
            font-weight:400;
            background-color: #444;
            border: solid 1px #444;
            transition-duration: 0.3s;
        }

        .btn-jugarunlock {
            color: #e3741b !important;
            /*background-color: #e7d809;*/
            /*background-image: linear-gradient(red 50%,blue 50%);*/
            background-image: linear-gradient(to right bottom, #e7d809 50%, #f5ed83 50.1%);
            padding: 10px 19px;
            border-radius: 3px;
            font-weight: 400;
            /*border: solid 2px var(--colCorpG);*/
            border-right: 2px solid #border-right: 2px solid #104292;
            border-bottom: 2px solid #104292;
            border-left: 2px solid #104292;;
border-bottom: 2px solid #104292;
border-right: 2px solid #104292;
            display: inline-block;
            cursor: pointer;
            transition-duration: 0.3s;
            margin-top: 10px;
            height: 80px;
            
        }
        .btn-jugarunlock a{
            color: #104292;
        }
        
        .btn-jugarunlock:hover{
            color: #104292 !important;
            font-weight:400;
            background-color: #444;
            border: solid 1px #444;
            transition-duration: 0.3s;
        }

        .appbullet{color: #fff;}

        .qr{width: 200px;}

        .beneficio img{padding: 40px;}

.pad15{
    min-height:520px;

}

.btn-tags {
    color: #fdfdfd !important;
    /*background-color: #e3741b;*/
    background-image: linear-gradient(to right bottom, #e3741b 50%, #ac4f04 50.1%);
    /*background: linear-gradient(rgb(75, 3, 34), rgb(100%, 0%, 60%));*/
    padding: 5px 9px;
    border-radius: 3px;
    font-weight: 400;
    /*border: solid 2px var(--colCorpG);*/
    border-right: 2px solid #104292;
    border-bottom: 2px solid #104292;
    border-left: 2px solid #104292;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
    margin-top: 20px;
    height: 40px;
}