@font-face {
    font-family: 'kremlin';
    src: url('../../kremlin/kremlin.woff2') format('woff2'),
        /* Formato moderno y recomendado */
        url('../../kremlin/kremlin.ttf') format('truetype');
    /* Opcional, solo si es necesario */
    font-weight: normal;
    font-style: normal;
}

html, main, section,
nav {
    padding: 0rem;
    margin: 0rem;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;    
   
    background-repeat: no-repeat;
    background-image: url(20-captcha-desktop.jpg);  
  
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100vh; /* Asegura que el body cubra toda la altura */
    width: 100vw; /* Asegura que el body ocupe el 100% del ancho */
    margin: 0;
    background-color: #0e0f1d; 
}

#dom_overlay_container{
    pointer-events:none;
     overflow:hidden;
      width:200px;
       height:200px;
     
           display: none;
           margin:0 auto; 
          
         
}

#_preload_div_{  
 
          height:200px;
           width: 200px;
            text-align: center;  
           
            margin:0 auto;
               
            	
}

#_preload_div_ span{
    display: inline-block;
     
    
      margin:0 auto;    
   
}

#_preload_div_ img{
   
     max-height: 100%;
    
}

#canvas {
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
    position:relative;
    max-width: 360px;
    max-height: 339px;
    margin:0 auto;

    
}

#offcanvasNavbar {

    background-image: url(bg-menu.jpg) !important ; 
    background-color: #df3c00 !important;
  
   
    background-repeat: no-repeat !important;
    width:80%;
   

}

.animate { height:auto; height:320px;}

#animation_container{
    height: auto;
    display: block;
    margin:0 auto;
    position:relative; 
    max-width: 360px;
    max-height: 339px;
    margin:0 auto;
    margin-top:0rem;
    padding:0;
   
   
}

.container-general{
    display:block;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
    margin-top:3rem;
    
}

.texto-principal{    
    text-align: center;
    justify-content: center; 
    font-family: kremlin;  
    margin-left: 0rem;
    margin-bottom: 0rem;;
 

}

h1{   
    font-size: 3rem;
    color: #ffffff;
    line-height: 3.1rem;
    width:100%;
    line-height: 2.7rem;
  
}

.naranja {color: #df3c00;}

h2{
   color: #df3c00;
   font-size: 1.5rem;
   line-height: 1.6rem;
 
}

/*contenedor general para darle max width 1100*/
.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem;
}

header {
    max-width: 100%;
    padding: 0%;
}

.navbar {
    padding: 0%;
}

.navbar-nav {
    display: flex;
}

.navbar-brand {
    width: auto;
}

.nav-link {
    color: #ffffff !important;
    font-size: 1.2084rem;
    font-weight: 200;
}

.nav-item {
    margin-right: 1.5rem;
    font-family: 'kremlin';
}

.navbar-toggler-icon {
    background-color: #ff3300;
    color: #ffffff
}

.navbar-toggler {
    background-color: transparent;
    /* Fondo transparente */
    border: none;
    /* Elimina el borde */
    padding: 0;
    /* Elimina el padding */
    position: relative;
    z-index: 10;
}

.navbar-toggler:focus {
    outline: none;
    /* Opcional: elimina el outline al hacer foco */
    box-shadow: none;
    /* Opcional: elimina la sombra al hacer foco */
}

.offcanvas {
    background-color: #df3c00 !important;
    /* Fondo oscuro semitransparente */
}

.btn-close {
    width: auto;
    margin-top: 1rem;


}

/* Estilos para el menú hamburguesa en general */
.menu-hamburguesa {
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: block;
    flex-direction: row;
    justify-content: space-between;
    background-color: #df3c00;
    padding: 6px;
    padding-top: 11px;
}

.menu-hamburguesa-lineas {
    width: 100%;
    height: 3px;
    margin-bottom: 7px;
    background-color: white;
    /* Líneas blancas */
    transition: 0.3s;
}

/* Estilos para el menú hamburguesa activo (cuando está abierto) */
.menu-hamburguesa.activo .menu-hamburguesa-lineas {
    background-color: white;
    /* Líneas blancas */
}

.custom-close-icon {
    background: none;
    /* Elimina el fondo del botón */
    border: none;
    /* Elimina el borde */
    padding: 0;
    /* Elimina el padding */
    cursor: pointer;
    /* Para indicar que es clickable */
    width: 30px;
    /* Ancho igual al del icono */
    height: 30px;
    /* Alto igual al del icono */
    display: flex;
    /* Para centrar el icono vertical y horizontalmente */
    align-items: center;
    justify-content: center;
    background-color: aliceblue;
}

.custom-close-icon img {
    width: 20px;
    /* Ajusta el tamaño del icono de cierre */
    height: 20px;
   
}

.btn-close {
    outline: none;
    /* elimina el outline al hacer foco */
    box-shadow: none;
    opacity: 100%;
   
    /* elimina la sombra al hacer foco */
}

.btn-close:hover {
    outline: none;
    /* elimina el outline al hacer foco */
    box-shadow: none;
    opacity: 100%;
   
    /* elimina la sombra al hacer foco */
}

.login-button{
    
        background-color: #ff3c00;
        padding: 1px 20px;
        border: none;
        border-radius: 15px;
        cursor: pointer;
        margin-top: 0.5rem;
        font-size: 16px;
        text-decoration: none;
    
}

.btn-general{
    margin-top: 2rem;    
    text-align: center;
}

/*bot cta*/
.play-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    background-color: #171836;
    color: white;
    display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center;
    padding:  10px 0px;
    text-decoration: none;
    z-index: 9999;
 
    box-sizing: border-box;
    font-family:kremlin;
  }
  

  
  .play-content {
    display: flex;
    align-items: center;
    
   
    
  }

  .play-banner:hover{
    background-color: #232374;
  }
  
  .play-icon {
    height: 20px;
    width: auto;
    margin-right: 10px;
  }
  
  .play-text {
 
    font-size: 1.4rem;
  }
  
/*end-bot-cta*/




/*BTN KEEP CLICKING*/
.btn-primary{
    margin-top: 0rem !important;
    border-radius: 32px;
    background: #ff3300;    
    border: none;
    width: 15rem;
    height: auto;
    padding: 0.5rem;
    text-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: kremlin;
    margin: 0 auto;
    background-image: linear-gradient(to right, #ff3300, #ac8f0f, #ff3c00);
    background-size: 300% 100%;
    /* El degradado es 3 veces más ancho que el botón */
    background-position: 0% 0%;
    /* Posición inicial del degradado */
    transition: background-position 0.5s ease;
    /* Transición suave */
    /* Degradado horizontal */
}


.btn-primary:hover{  
    animation-name: shake;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
    background-position: 100% 0%;
}


@keyframes shake {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 0);
    }

    50% {
        transform: translate(0, 0);
    }

    75% {
        transform: translate(-5px, 0);
    }

    100% {
        transform: translate(0, 0);
    }


}

footer a {padding:0.2rem;} 


.social-icons {
    margin: 1.5rem; 
}

.social-icons a {
    text-decoration: none;
}





.pie-pagina {
    align-items: center;
    margin-bottom: 0rem;
    
   
}

.hi-clickme {
    text-decoration: none;
    font-weight: 100;
    color: #ffffff;
    font-size: 1.3rem;
    opacity:80%;
    

}

.terms {
    text-decoration: none;
    color: #df3c00;
    font-size: 1.3rem;
    font-family: kremlin;
    padding: 0.5rem;
    
}

.terms:hover {
    color: #ffffff;
}



/*  para pantallas pequeñas */
@media (min-width: 579px) and (max-width: 768px) { 

    body{
        background-image: url(20-captcha-mobile.jpg);
    }

    .navbar .container {
        max-width: 90%;
        height: 2.5rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .navbar-nav {
        display: flex;
        margin-left: 3rem;
    }

    .navbar-brand img {
        margin-right: 10px;
    }

    .navbar-toggler {
        margin-left: 10px;
    }


    .nav-link {
        color: #ffffff !important;
        font-size: 1.4rem;
        font-weight: 200;
        line-height: 4rem;
    }

    .menu-hamburguesa-lineas {
        background-color: white;
    }

    .container-general{
        display: block;
        max-width: 600px;
        margin-top: 4rem;

    }

    .texto-principal{
display:block;
margin-left:0rem;


    }

    h1 {
       font-size:4rem;
        line-height: 4rem;
        text-align: center;
        margin-top: 1rem;
        padding-top:2rem;
       
    }
h2 {
    font-size:1.5rem;
    text-align: center;}


    .login-button {
        background-color: #ffffff;
        color: #df3c00 !important;
        width: 40%;
        height: auto;
        line-height: 2rem;
        font-size: 1.3rem;
        text-align: center;
        margin-top: 1.5rem;
    } 

    .btn-primary{
        margin-top: 4rem;
    }

    .pie-pagina {
        align-items: center;
        margin-bottom: 1.5rem;
        
       
    }



   

    .social-icons {
        margin-bottom: 2rem;
    }

    .social-icons img {
        width: 4rem;
        margin: 1rem;
    }

    .hi-clickme {
        font-size: 2rem;
    }

    .terms-privacy{       
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding-top: 1.5rem;
    }

    .terms {
        font-size: 2rem;
    }


}

@media screen and (min-width: 320px) and (max-width: 578px) {

    body{
        background-image: url(20-captcha-mobile.jpg);
    }


    .container {
        max-width: 100%;
        margin: 0px;
        padding: 0px;
        
    }

    .navbar .container {
        margin-top:0.4rem;
        max-width: 95%;
        margin:0 auto;
    }

    .navbar-nav {
        display: flex;
        margin-left: 3rem;

    }

    .navbar-brand img {
        margin-right: 10px;
    }

    .navbar-toggler {
        margin-left: 10px;
    }

    .nav-link {
        color: #ffffff !important;
        font-size: 1.4rem;
        font-weight: 200;
        line-height: 4rem;
    }    

    .menu-hamburguesa-lineas {
        background-color: white;
    }

    .login-button {
        background-color: #ffffff;
        color: #df3c00 !important;
        width: 60%;
        height: auto;
        line-height: 2rem;
        font-size: 1.3rem;
        text-align: center;
        margin-top: 1.5rem;
        border-radius: 20px;
    } 

/*Determina el ancho de el panel naranja del menú*/
.offcanvas.offcanvas-end{
    width: 100%;  
}


#canvas {
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
    position:relative;

    
}

#animation_container{
    height: auto;
    display: block;
    margin:0 auto;
    position:relative; 
    margin-top: 0rem;
    
   
}




.container-general{
    display: block;
    text-align: center;
    width:100%;
max-width:100%;
    position:relative;
    margin-top:1rem;

   
    
}

.texto-principal{
    display:block;
    margin-left:0rem;

    width:100%;
    margin-top: 1.5rem;
    
 
    
        }

h1{
    margin-top:2.5rem;
    font-size: 2.5rem;
    line-height:2.5rem;
    text-align: center;
   
    
    width:90%;
    margin:0 auto;
}

h2{
    font-size: 1.4rem;
    line-height:1.6rem ;
    text-align: center;
}

.btn-primary{
    border-radius: 32px;   
    width: 15rem;
    height: 3rem;
    text-align: center;
    align-items: center;
    font-size: 1.5rem;
    margin-top: 3rem;
}

.pie-pagina {
    align-items: center;
    margin-bottom: 1.5rem;
    
   
}


.social-icons img {
    width: 3.8rem;
    margin: 0.2rem;

}

.hi-clickme {
    font-size: 1.5rem;
    
}

.terms {
    font-size: 1.2rem;
    float: none;
    margin-top: 1.5rem;

}

}