/*** 

====================================================================
	Reset
====================================================================

 ***/
 
 * {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none !important;
	cursor:pointer;
    color:#80bc00 !important;
    
}

a:hover,a:focus,a:visited{
	text-decoration:none !important;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-weight:600;
	font-family: 'Dosis', sans-serif;
}


.container{
    max-width:1200px;
	padding:0px 15px;
    margin:0 auto;
    height: 100vh !important;
}



#login{
    
    background-size: cover;
}

#login form{
    padding: 10vh 5% 0% 5%;
}

#login form .form-group img{
    max-width: 36%;
    margin-left: 32%;
}


#login form .form-group input{
    padding: 25px;
    border: none;
}

.green-log-acent{
    padding: 10px 10px;
    font-size: 16px;
    background-color: #80bc00;
    color: #fff;
}

.black-log-acent {
    padding: 10px 10px;
   
    background-color:#ededed;
    font-size: 16px;
    color: #000;
}

.supertitles{
    text-align: center;
    font-size: 24px;
}

.goback{
    width: 50px; margin-top: 20px; position: fixed;
    z-index: 10;
}

.boxform{
    background-color: #fff;
    padding: 10%;
}

.form-control {
    background-color: #ededed !important;
}

.btn-solutions {
    color: #fff;
    background-color: #80bc00;
    border-color: #80bc00 !important;
    padding: 10px !important;
    width: 100%;
    font-size: 16px !important;
    border-radius: 5px !important;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.text-button{
    width: 90%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 20px;
    text-shadow: 1px 1px rgba(0,0,0,.3);
}

.text-button span{
    color:#80bc00;
}

.registrarme{
    color: #fff !important;
    text-transform: uppercase;
    background-color: black;
    padding: 16px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
}

#head{

    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    border-radius: 5px;
    height: 85px;
    background-color: white;
    position: fixed;
    z-index: 1000;
    background-image: url("../images/header.jpg");
    background-position: left center;
    background-size: cover;
}


#tab-bar{
    height: 60px;
    width: 98%;
    margin-left: 1%;
    position: fixed;
    padding: 0px;
    bottom: 5px;
    box-shadow: 2px 2px 15px #adabab;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: solid 0px #ccc;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    z-index: 10;
    border-radius: 5px;
}

.tab-bar-icon{
    width: 20%;
    text-align: center;
    float: left;
}

.tbicono{
    background-image: url("../images/icons/over-icons.svg");
    background-size: 50%;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.tab-bar-icon img{
   padding: 5px 10px 10px 10px !important;
    width: 60px;
    height: 60px;

}

.tab-bar-icon:hover #tab-bar{
    background-color: #444;
}


#user-tab{
    height: 65px;
    padding: 5px 0px;
    width: 100%;
    margin-top: 100px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    display: none;
}


.tab-detail h1{
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0px;
    
}

.tab-detail h2{
    font-size: 12px;
    margin-top: 0px;
    
}

.cimage{
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 50px;
    
}

.cimage img{
    max-width: 100%
}

.tab-points img{
    width: 35px;
    float: left;
}
.tab-points h2{
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 0px;
}

#directory{
    min-height: 55px;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    margin-top: 94px;
    background-color: rgba(255,255,255,.9);
    z-index: 10;
    width: 98%;
    margin-left: 1%;
    border-radius: 5px;
}
#directory h1{
    font-size: 18px;
    margin-top: 15px;
}

#directory .icono{
    width: 50px;
    padding: 0px 0px 0px 10px;
    background-image: url("../images/icons/over-icons.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#directory .icono-none{
    padding: 0px 0px 0px 10px;
   
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


#principal-banner{
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
}

.carousel-inner {
    border-radius: 5px;
}

.sectiontitlessmall{
    font-size: 16px;
    padding: 0% 2%;
}

.sectiontitlessmall span{
    font-size: 10px;
    text-align: right;
    float: right;
    padding-top: 4px;
}


.librerias{
    padding: 0px 2%;
    height: 180px !important;
    margin-bottom: 20px;
}

.cuadros-wall{
    width: 29%;
    border-radius: 5px;
    float: left;
    margin: 2%;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);

}

.cuadros-wall img{ 
    max-width: 100%;
}


.cuadros-wall-dos{
    width: 46%;
    border-radius: 5px;
    float: left;
    margin: 2%;
    overflow: hidden;

}

.cuadros-wall-dos img{ 
    max-width: 100%;
}


.news-text-cuadros{
    width: 100%;
    float: left;
    padding: 15px 10px 15px 5px;
}

.news-text-cuadros h1{
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    color: black;
    height: 28px;
    overflow: hidden;
}

.news-text-cuadros h2{
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    color: dimgray;
    line-height: 17px;
    height: 50px;
    overflow: hidden;
}


#saldo {
    overflow: hidden;
    text-align: center;
    
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-top-left-radius: 10px;
    float: left;
    padding: 0px 0px;
    background-color: rgb(255 255 255 / 90%);
    z-index: 100;
    margin-bottom: 5px;
}

#saldo h1{
    color: #000;
    text-align: left;
    padding: 0px 0% 0px 3%;
    font-size: 16px;
    width: 85%;
    float: left;
    margin-top: 10px;
}

#saldo h1 span{
    float: right;
    text-align: right;
}

.coins{
        width: 15%;
    float: right;
    padding-top: 0px;
}

.coins img{
    width: 40px;
    float: right;
}

#fullbox{
    padding: 10px 15px;
    float: left;
    width: 100%;
    min-height: 200px;
}


#contend{
    
    height: auto;
    min-height: 150px;
}

.profile{
    padding:163px 40px 20px 40px !important;
}

.homeprofile{
    padding:163px 0px 20px 0px !important;
}

.premios{
    padding: 163px 1% 170px 1%;
    
}

.notificaciones{
    padding-top: 163px;
    width: 96%;
    margin-left: 2%;
}

.notificaciones ul{

}

.notificaciones ul li{
    border-bottom: 5px solid #92b91d;
    padding: 25px 15px 15px 15px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

.notificaciones ul li p{
    font-size: 14px;
}

.notificaciones ul li h1{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}

.notificaciones ul li small{
    font-size: 12px;
    position: absolute;
    right: 15px;
    margin-top: -45px;
}


.metasdelmes{
    padding-top: 150px;
    width: 96%;
    margin-left: 2%;
}

.metasdelmes ul li{
    margin-bottom: 10px;
    min-height: 110px;
    border-bottom: 5px solid #92b91d;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    background-color: #fbfbfb;
    color: #000;
    margin-top: 5px;
    }

.metahome{
    min-height: 110px;
    border-bottom: 1px solid #fff;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    background-color: #000;
    color: #fff;

}

.win-text{
    font-weight: bold;
    float: right;
    font-size: 14px;
    color: #92b91d;
}


.win-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    color: black;
}

.win-conted{
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    color: dimgray;
    line-height: 17px;
    height: 50px;
    overflow: hidden;
}

#home_menu{
    padding: 0px !important;
    position: fixed;
    bottom: 60px;
}

#thome_menu{
    padding: 0px !important;
    
}

.home-block{
    
padding: 10% 15px;
/* border-right: 1px solid #ccc; */
/* border-top: 1px solid #ccc; */
height: 16vh;
}



.home-block img{
    width: 65%;
    max-width: 65px;
}

.checked{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 10px;
}

.home-block h2{
    font-size: 10px;
    text-align: center;
    color: #666;
    margin-top: 5px;
    height: 10px;
}

.green-title-icon{
    background-color: #93b91d;
    height: 70px;
    padding: 10px!important;
    width: 100px;
    float: left;
}

.green-title-icon img{
    margin: 10px 0px 0px 5px;
}


.black-title-icon{
    background-color: #000;
    height: 70px;
    color: #fff;
    padding: 0px !important;
    font-weight: bold;
    float: left;
    min-width: 200px;
}

.black-title-icon h1{
    font-size: 25px;
    margin-top: 12px;
    position: absolute;
    z-index: 1;
    top: 10px;
    margin-left: 52px;
}

.triagle-box{
    width: 60px;
    height: 70px;
}
.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 55px 0 0;
    border-color: #93b91d transparent transparent transparent;
}

#contend-titles{
    min-height: 200px;
    padding-top: 160px;
    width: 98%;
    margin-left: 1%;
}

.image-capacita{
    width: 100%;
    height: 100px;
    background-color: #e41495;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    
}

.imagen-banners-internos{
    width: 100%;
    height: 150px;
    background-color: #e41495;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    
}

.action-home{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 40px;
}


.action-capacita{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    min-height: 40px;
}

label{
    width: 80% !important;
    font-size: 14px !important;
    padding-top: 0px !important;
    font-weight: 400 !important;
    margin-top: -15px !important;
    vertical-align: text-top !important;
}


.subtitles h4{
    margin-bottom: 0px !important;

}

.subtitles p{

}

.juegos-box{
    margin-bottom: 20px;
    height: 240px;
}

.juegos-box img{
    width: 100%;
}

.juegos-box h1{
    font-size: 14px;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    color: #333;
}

.juegos-box h2{
    font-size: 12px;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    color: #333;
}

.juegos-box p{
    font-size: 12px;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    color: #333;
}

#contend-titles-notittle {
    width: 98%;
    margin-left: 1%;
}

.bot-back-green{
    background-color: #93b91d;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    width: 98%;
    margin-left: 0%;
    border-radius: 5px;
    line-height: 15px;
    margin-bottom: 5px;
}

.bot-back-blue{
    background-color: #3a3939;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    width: 98%;
    margin-right: 1%;
    border-radius: 5px;
    line-height: 15px;
}


.bot-back-gray{
    background-color: #353535;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    line-height: 15px;
}

.bot-back-red{
    background-color: #DD0000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    width: 100%;
}

.action-training{
    position: fixed !important;
    bottom: 0px;
    z-index: 100;
}


.action-cart{
    position: fixed !important;
    bottom: 60px;
    z-index: 100;
    bottom: 75px;
}

.action-price{
    position: fixed !important;
    bottom: 120px;
    z-index: 100;
    width: 100%;
}



.cart-box{
    padding: 5px !important;
    border-radius: 5px;
    background-color: #fff;
}

.cart img{
    width: 100%;
}

.cart h1{
    font-size: 16px !important;

}

.cart h2{
    font-size: 19px !important;
    color: #93b91d;
    margin-top: 10px;
}

.cart p{
    font-size: 12px !important;
    height: 33px;
    overflow: hidden;
}

.fixed-bottom{
    height: 60px;
    width: 100%;
    float: left;
}


.premios-wall{
    margin: 1% !important;
    border: solid 0px #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 48% !important;
}


.premios-wall h1{
    font-size: 16px !important;
    text-align: center !important;
    color: #333;
    height: 35px;

}

.premios-wall p{
    font-size: 12px !important;
    text-align: center !important;
    height: 16px;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
      text-overflow: ellipsis;
}

.premios-wall h2{
    font-size: 18px !important;
    text-align: center !important;
    color: #92b91d;
    margin-top: 0px;
}



.prize-action{
    margin-top: 20px;
    text-align: center;
    background-color: #93b91d;
    padding: 10px 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    
}


.btn-primary {
    color: #fff;
    background-color: #92b91d !important;
    border-color: #92b91d !important;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden !important;
  }
  .custom-file-input::before {
    content: 'Imagen de identificación';
    display: inline-block !important;
    background-color: #ededed !important;
    border: 0px solid #92b91d !important;
    border-radius: 5px !important;
    padding: 40px 8px !important;
    outline: none !important;
    white-space: nowrap !important;
    -webkit-user-select: none !important;
    cursor: pointer !important;
    text-shadow: 1px 1px #fff !important;
    font-weight: 700 !important;
    font-size: 10pt !important;
    width: 125%;
    text-align: center;
  }
  .custom-file-input:hover::before {
    border-color: black !important;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #92b91d, #92b91d) !important;
  }

  

  #headimguser{
    height: 30px; width: 30px; margin: 0 auto; border-radius: 50%; background-position: center; background-size: cover; 
  }

  #profileheadimguser{
    height: 50px; width: 50px; margin: 0 auto; border-radius: 50%; background-position: center; background-size: cover;  
  }



  .pheadimguser{
      color: #fff;
      font-size: 10px;
      text-align: center;
      display: none;
  }

  .pheadpuntos{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: -5px;
}

.pheadpuntos img{
    width: 20px;
}

  #carthome{

  }

  #carthome img{
      width: 30px;
  }

  #finalspace{
      height: 60px;
  }





.premios-dewall{
    padding: 15px !important;
    border: solid 0px #e9e9e9;
}

.premios-dewall img{
    width: 80%;
    margin-left: 10%;
}

.premios-dewall h1{
    font-size: 18px !important;
    text-align: center !important;
    color: #333;

}

.premios-dewall h2{
    font-size: 21px !important;
    text-align: center !important;
    color: #92b91d;
    font-weight: bold;
}

.premios-dewall p{
    font-size: 14px !important;
    text-align: center !important;
    height: 40px;
    overflow: hidden;
    color: #333;
}

.detail,
			.drift-demo-trigger {
				float: none;
			}

			.drift-demo-trigger {
				max-width: 100%;
				width: auto;
				margin: 0 auto;
			}

			.detail {
				margin: 0;
				width: auto;
            }

            .form-radio
            {
                 -webkit-appearance: none;
                 -moz-appearance: none;
                 appearance: none;
                 display: inline-block;
                 position: relative;
                 background-color: #f1f1f1;
                 color: #666;
                 top: 0px;
                 height: 30px;
                 width: 30px;
                 border: 0;
                 border-radius: 50px;
                 cursor: pointer;     
                 margin-right: 7px;
                 outline: none;
                 margin-right: 15px !important;
                 
            }
            .form-radio:checked::before
            {
                 position: absolute;
                 font: 13px/1 'Open Sans', sans-serif;
                 left: 11px;
                 top: 7px;
                 content: '\02143';
                 transform: rotate(40deg);
                 margin-right: 15px;
            }
            .form-radio:hover
            {
                 background-color: #f7f7f7;
                 margin-right: 15px;
            }
            .form-radio:checked
            {
                 background-color: #f1f1f1;
                 margin-right: 15px;
                 
            }
            label
            {
                 font: 16px 'Open Sans', sans-serif;
                 color: #333;
                 -webkit-font-smoothing: antialiased;
                 -moz-osx-font-smoothing: grayscale;
                 cursor: pointer;
                 
            } 

            #preguntas{
                padding: 7% 7% 10% 7%;
                border-bottom: #92b91d 5px solid;
                background-color: #fff;
                border-radius: 5px;
                margin-top: 5px;

            }

            #preguntas h1{
                font-size: 16px;
                margin-top: 0px;
                line-height: 22px;
            }

            #preguntas div{
                margin-left: 20px;
            }

            #quiz{
                background-color: transparent;
                
            }

            
            .zoomHolder
            {
               width:100%;
               height:auto;
               position:relative;
               overflow:hidden
            }
            #page {
                padding-top:0px;
                 padding-bottom:0px;
                 
                width:100%;
                margin-left: auto;
                margin-right: auto;
                 
                margin-top:0px;
                /* Fallback for web browsers that doesn't support RGBa */
                background: rgb(255, 255, 255);
                /* RGBa with 0.6 opacity */
                background: rgba(255, 255, 255, 0.7);
                
                border-right: solid 1px #EBE7E7;
                border-left: solid 1px #EBE7E7;
                min-height: 100%;
            }
            
            
            #imgContainer{
                width: 100%;
                height: 100vh;
            }
            
            #positionButtonDiv{
                /* Fallback for web browsers that doesn't support RGBa */
                background: rgb(58, 56, 63);
                /* RGBa with 0.6 opacity */
                background: rgba(58, 56, 63, 0.8);	
                border: solid 1px #100000;
                color:#FFFFFF;
                padding: 8px;
                text-align: center;
                position: fixed;
                right: 15px;
                top: 90px;
                width: 80px;
            }
            
            #positionButtonDiv .positionButtonSpan img{
                float: right;
                border:0;
            }
            
            .positionMapClass area{
                cursor: pointer;
            }
            
            .zoomButton{
                border:0;
                cursor: pointer;
            }
            
            .zoomableContainer{
               /* background-image: url("../images/assets/transparent.png");*/
               background-color: #000;
            }


            #agotado{
                background-image: url("../images/agotado.png");
                position: absolute;
                z-index: 10;
                height: 100%;
                width: 100%;
            }
            

    #home-premio{
        margin: 10px 0px 30px 0px;
    }

    #home-premio h1{
        font-size: 18px;
        font-weight: 800;
        color: #333 !important;
    }

    #home-premio p{
        color: #333 !important;
    }

    #home-premio h2{
        font-size: 16px;
    font-weight: bold;
    color: #93b91d;
    }


    #home-directory{
        min-height: 70px;
        /* padding: 10px 0px; */
        /* border-bottom: 1px solid #ccc; */
        /* position: fixed; */
        /* margin-top: 100px; 
        background-color: rgba(255,255,255,.9);
        z-index: 10;*/
    }
    #home-directory h1{
        font-size: 22px;
        margin-top: 12px;
        
    }
    
  
    #home-directory .icono{
        padding: 0px 0px 0px 10px;
        background-image: url("../images/icons/over-icons.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    #home-directory .icono-none{
        padding: 0px 0px 0px 10px;
       
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .puntos{
        width: 96%;
    border-radius: 5px;
    background-color: #000;
    padding: 10px 20px;
    }

    .puntos h1{
        color: #FFFFFF;
        font-size: 15px;
        margin-top: 0px;
        
    }

    .puntos h1 small{
        text-align: right;
        float: right;
        font-size: 15px;
        color: #fff;
        font-weight: 800;
    }

    .progress {
        height: 25px !important;
        margin-bottom: 10px !important;
        border-radius: 14px !important;
        font-size: 14px !important;
        background-color: #dbdbdb !important;
    }

    .progress-bar{
        background-color: #92b91d !important;
        border-radius: 14px !important;
        min-height: 25px;
    }

    #fullmenu {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        position: fixed;
        z-index: 10000;
        right: -100%;
        opacity: 0;
    }


    .slidemenu {
        float: left;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, .96);
    }

    .item-menu {
        width: 33.3%;
        height: 25%;
        float: left;
    }

    .closemenu {
        background-color: #000;
        height: 49px;
        width: 57px;
        padding: 7px;
        float: right;
        margin-top: 36px;
    }

    .rednumber{
        width: 20px;
        height: 20px;
        background-color: #DD0000;
        color: #EBE7E7;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        z-index: 10;
        margin-left: 41px;
        margin-top: 5px;
        border-radius: 40px;
    }

    .bigrednumber{
        margin-left: 63px;
        margin-top: -10px;
        width: 25px;
        height: 25px;
        padding-top: 2px;
        background-color: #DD0000;
        color: #EBE7E7;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        z-index: 10;
        border-radius: 40px;
    }


    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%) !important;
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%) !important;
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0))) !important;
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }


    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%) !important;
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%) !important;
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0001))) !important;
        background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    #timer{
        position: fixed;
        padding: 15px 14px;
        color: #fff;
        font-weight: bold;
        background-color: #F44336;
        float: right;
        right: 10px;
        top: 101px;
        border-radius: 50%;
    }

    .parpadea {
  
        animation-name: parpadeo;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
      
        -webkit-animation-name:parpadeo;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
      }

    .talla{
        position: absolute;
        top: 75px;
        padding: 10px;
        right: 15px;
        text-align: center;
        font-weight: bold;
    }
      
    .metasucccess{
        background-color: #93b91d !important;
    }


.imageContainer {
    width: 96%;
    height: 96%;
    max-width: 800px;
    max-height: 600px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #2b2b2c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  
  .imageContainer > img {
    display: block;
    max-width:100%;
    max-height:100%;
    cursor: move;
    touch-action: none;
  }
  
  /*
  .zoom {
    display:inline-block;
    position: relative;
    
    &img{
      display: block;
    }
  }
  */

  .imagenperfil{
      width:150px;
      height: 150px;
      border-radius: 50%;
      background-position: center;
      background-size: cover;
  }

  .profile-user {
    width: 100%;
    height: 250px;
    background-color: #999;
    border-radius: 20px;
    /* position: absolute; */
    /* margin: 90px 0 auto 30%; */
    border: solid 2px #fff;
    background-position: center;
    background-size: contain;
    background-size: cover;
}

.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b-AeOLfc-b0t70b .ndfHFb-c4YZDc-GSQQnc-LgbsSe{
    display: none !important;
    opacity: 0 !important;
}

.google-bots{
    width: 100%;
    height: 90vh;
}

#box-prog{
    display:none;
}

.progress-bar {
    width: 0;
  }
  

  .progress .progress-bar {
    transition: unset !important;
  }

  

.transition{
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
      @-moz-keyframes parpadeo{  
        0% { opacity: 1.0; }
        50% { opacity: 0.7; }
        100% { opacity: 1.0; }
      }
      
      @-webkit-keyframes parpadeo {  
        0% { opacity: 1.0; }
        50% { opacity: 0.7; }
         100% { opacity: 1.0; }
      }
      
      @keyframes parpadeo {  
        0% { opacity: 1.0; }
         50% { opacity: 0.7; }
        100% { opacity: 1.0; }
      }

      .demo input[type="checkbox"] {
        display: none;
    }
    .demo input[type="checkbox"] + label span {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../images/checkbox-uncheck.png);
        background-size: cover;
        cursor: pointer;
    }
    .demo input[type="checkbox"]:checked + label span {
        background: url(../images/checkbox-check.png);
        background-size: cover;
    }

.menugamers{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    position: fixed;
    z-index: 1000;
    margin-top: 100px;
    background-color: #161616;
}

.actiongamers{
    color: #fff;
    text-align: center;
    width: 33%;
    float: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;   
}


.actiongamers:hover{
    color:#fff;
  
}

.info-gamers{
    width: 90%;
    margin-left: 5%;
    color: #fff;
    font-size: 16px;
}

.info-gamers h2{
    font-size: 23px;
    font-weight: bolder;
    text-align: center;
}

.info-gamers h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 40px;
    text-align: center;
}

.info-gamers h4{
    font-size: 21px;
    font-weight: bolder;
    text-align: center;
}

.info-gamers h5{
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 40px;
    text-align: center;
}

.info-gamers h5 small{
    color:#fff;
}

.info-gamers h6{
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
}





.premios-gamers{
    width: 90%;
    margin-left: 5%;
    color: #fff;
    font-size: 16px;
}

.premios-gamers h2{
    font-size: 23px;
    font-weight: bolder;
    text-align: center;
}

.premios-gamers h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 40px;
    text-align: center;
}

.premios-gamers h4{
    font-size: 21px;
    font-weight: bolder;
    text-align: center;
}

.premios-gamers h5{
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 40px;
    text-align: center;
}

.premios-gamers h5 small{
    color:#fff;
}

.premios-gamers h6{
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
}

.traininglist{
    width: 33.3%;
    height: auto;
    min-height: 114px;
    border-bottom: 0px solid #eee;
    overflow: hidden;
    float: left;
}

.trainiglist-h1{
    font-size: 14px;
}

.training-image{
    width: 90%;
    background-color: #fff;
    float: left;
    margin-top: 15px;
    text-align: center;
    margin-left: 5%;
}

.training-image img{
    padding: 0px;
    border-radius: 5px;
}


.training-text{
    width: 100%;
    float: left;
}

.training-text h1{
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5%;
    font-weight: 400;
    color: black;
    text-align: center;
    width: 95%;
    height: 30px;
    overflow: hidden;
    margin-top: -10px;
}


.training-text h2{
    font-size: 15px;
    margin-top: -5px;
    padding-left: 15px;
    font-weight: 400;
    color: darkslategray;
    margin-bottom: 5px;
}

.training-text p{
    font-size: 12px;
    margin-top: 0px;
    padding-left: 0px;
    font-weight: 600;
    color: #92b91f;
    text-align: center;
}

.boxcheked{
    height: 25px;
    margin-top: 12%;
    margin-left: 8%;
    position: absolute;
    z-index: 1;

}

.checked_new{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: right;
    right: 20px;
    margin-top: 5px;
    margin-left: 1%;
    
}


.boxtimed{
    height: 25px;
    margin-top: 1%;
    margin-left: 25%;
    position: absolute;
    z-index: 1;

}

.checkedtimed_new{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    float: right;
    
}

.checkedtimed_new img{
    width: 100%;
}

.news-feed{
    /* 
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 13%);
 */
    width: 100%;
    height: 115px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: white;
    border-bottom: 5px solid #92b91f;
}

.news-image{
    width: 25%;
    float: left;
}

.news-image img{
    margin-top: 5px;
    width: 100%;
    padding: 5px;
}

.news-text{
    width: 75%;
    float: left;
    padding: 15px 10px 15px 5px;
}

.news-text h1{
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    color: black;
}

.news-text h2{
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    color: dimgray;
    line-height: 17px;
    height: 50px;
    overflow: hidden;
}

.news-text h2 iframe{
    border-radius: 5px !important;
}

iframe{
    border-radius: 5px !important;
}
.news-feed-detail{
    width: 98%;
    margin-left: 1%;
    
}

.news-feed-detail-image{
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    z-index: 10;
    border-radius: 5px;
}

.news-text-detail{
    width: 92%;
    margin-left: 4%;
}

.news-text-detail h1{
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
}

.news-text-detail h2{
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: dimgray;
    line-height: 22px;
}

.news-text-detail h3{
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    color: dimgray;
}

.bullets-title{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.bullets-box{
    min-height: 160px;
    width: 100%;
    background-color: #c0c0c0;
    float: left;
    background-position: center bottom;
    background-size: cover;
    border-radius: 5px;
    margin: 5px 0px;

}


.bullets-img{
    height: 40px;
    width: 43px;
    background: url(../images/training-bullet.jpg);
    background-size: cover;
    background-position: left top;
    float: left;

}

.bullet-img-text{
    min-width: 110px;
    width: auto;
    background-color: black;
    color: #fff;
    padding: 5px 15px;
    font-size: 19px;
    float: left;
    height: 40px;
    font-weight: bold;
    border-end-end-radius: 5px;
}

.bullet-boxed{
    width: 100%;        
    padding: 20px 0px;
}

.bullet-target{
    margin-left: 0px;
    color: black;
    font-size: 15px;
    line-height:23px;
    margin-bottom: 15px;
    background: url("../images/bullet.png"  ) no-repeat left top;
    background-size: 15px;
    padding: 0px 10px 0px 30px;
}
.divider{
    width: 100%;
    height: 5px;
    background-color: #80bd00;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.embedpdf{
	height: 100vh;
	width: 100vh;
}

.garantiah1 {
    font-weight: 800;
    text-align: left;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.garantiah2{
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 800;
}

.seleccatalogo{
    width: 90%;
    height: 40px;
    background-color: transparent;
    font-size: 16px;
}


.newplay5{
    padding-top: 92px;
    width: 96%;
    margin-left: 2%;
    border-radius: 5px;
    overflow: hidden;
}

.topplay5{
    width: 150%;
    height: 90px;
    position: fixed;
    z-index: 1;
    background-image: url("../images/newplaystation/top_play5.png");
    background-position: left;
    background-size: cover;
    margin-top: 38px;
    display: none;
}

.bottomplay5{
    width: 100%;
    height: 96px;
    position: fixed;
    z-index: 1;
    bottom: 60px;
    background-image: url("../images/newplaystation/bottom_play5.png");
    background-position: right;
    background-size: cover;
    display: none;
}

.submenup5{
    padding: 8px 0px 10px 0px;
    color: #353535 !important;
}

.reactive{
    background-color: #fff !important;
    color: #003c9d !important;
}

.reactive a{
    color: #003c9d !important;
}

.submenup5 a{
    color:#fff !important;
}

.fixplay{
 width: 100%;
 height: 60px;
 float: left;
}

.contend_play{
    
}

.menuplay5{
    width: 96%;
    height: 40px;
    background-color: #003c9d;
    position: fixed;
    z-index: 1;
    border-radius: 5px;
}

.playc{
    padding: 25% 5% 70px 5%;
}

.playc img{
    width: 75%;
}

.playc p{
    font-size: 18px;
    font-weight: 400;

}

.playc h1{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-top: 10%;
    color:#1f56aa;
    text-transform: uppercase;
}

.playc h2{
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
    color:#363636;
    text-transform: uppercase;
}

.playc a{
    background-color: #1f56aa;
    padding: 10px 15px;
    color: #fff !important;
    font-weight: 400;
    font-size: 19px;

}

.menuplay{
    padding:0px !important;
}

.menuplay h2{
    font-size: 14px;
    margin-top: 0px;
}




.playd{
    padding: 5% 5% 70px 5%;
    background-color: #eeeeee;
}


.playd h2{
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 10% 0px;
    color:#363636;
    text-transform: uppercase;
}

.playd p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
}


.playe{
    padding: 5% 5% 70px 5%;
    background-color: #fff;
}


.playe h2{
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 10% 0px;
    color: #363636;
    text-transform: uppercase;
}

.playe p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
}

.playe img{
    width: 100%;
}


.playj{
    padding: 10% 5% 70px 5%;
    background-color: #fff;
    background-image: url("../images/newplaystation/ps5-games-page-background-desktop-block-01.jpeg");
    background-size: cover;
    height: auto;
    float: left;
}


.playj h2{
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 15px 0px !important;
    color: #fff;
    text-transform: uppercase;
}

.playj p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    margin-top: 20px;
    color: #fff;
}

.gameboxedin{
    width: 100%;
    height: auto;
}

.gameicon{
    width: 20%;
    float: left;
}

.gameicon img{
    width: 100%;
}

.gameinfo{
    width: 80%;
    float: right;
}

.gameinfo h4{
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-top: 5px;
    font-weight: 400;
}

.gameinfo h5{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    padding-top: 16px;
    font-weight: 400;
}

.fondobannerjuegos{
    background-image: url("../images/newplaystation/banners_juegos.jpg");
    width: 100%;
    height: 250px;
    background-size: cover;
    margin-top: 45px;
    float: left;
    background-position: right;
    margin-bottom: 40px;
    
}

.jueguisimos{
    padding: 0px !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

.jueguisimos h1{
    font-size: 24px;
    font-weight: 400;
}

.jueguisimos p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px !important;
}



.fondobanneraccesorios{
    background-image: url("../images/newplaystation/banners_accesorios.jpg");
    width: 100%;
    height: 250px;
    background-size: cover;
    margin-top: 45px;
    float: left;
    background-position: right;
    margin-bottom: 40px;
    
}


.bannerhome{
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 20px;
}

.titulostab{
    font-size: 8px !important;
    margin-top: -13px !important;
    color: #333 !important;
    text-align: center !important;
    width: 100% !important;
    display: none;
}

.inscribegamer{
    background-color: #000 !important;
    border: none !important;
    padding: 5px 12px !important;
    height: 40px !important;
    color: #fff !important;
}

.accionesbusqueda{
    width: 100%;
    background-color: #000;
    margin-bottom: 20px;
    height: 65px;
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.buscar-capacitacion{
    width:100%;
}

.buscar-capacitacion input{
    padding: 9px;
    margin-top: 12px;
    margin-bottom: 7px;
    margin-left: 5%;
    width: 80%;
    border-radius: 5px;
}

.buscar-capacitacion button{
    width: 12%;
    padding: 9px;
    color: #fff;
    font-weight: bold;
    background-color: #92ae1f;
    border-radius: 5px;
}


.contend-banner-training{
    width: 100%;
    height: 143px;
    padding-top: 74px;
    background-position: left top;
    background-size: cover;
    border-radius: 5px;
}

.graybkcontrast{
    background-color: rgb(241 241 241) !important;
}

.tituloflash{
    font-size: 16px;
    width: 80%;
    margin: 0 10% 0 10%;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}

.titulopremioshome{
    font-size: 11px;
    text-align: center;
    color: #000;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 3px;
}

.imgpremioshome{
    padding: 5px;
    margin: 3px 0px;
}
