@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(01-who-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; 

 
    /*color fondo del diseño*/
}

#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: 260px;
    max-height: 260px;
    margin:0 auto;

    
}

.offcanvas {
    background-color: #df3c00 !important;
 
  
 
}

#offcanvasNavbar {

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

}

#animation_container{
    height: auto;
    display: block;
    margin:0 auto;
    position:relative; 
    max-width: 260px;
    max-height: 260px;
    margin:0 auto;
   
   
}

.container-general{
    display:flex;    
    
    align-items: center;  
    margin: 0 auto;
    margin-top:5rem;
    padding-bottom: 2rem;
    width:100%;
    max-width: 1000px;        
}

.who-img {margin:0 auto; 
width: 50%;
}

.who-img img {width:90%; margin:0 auto;}

.texto-principal{    
    text-align: left;
    justify-content: center; 
    font-family: kremlin;    
}

h1{   
    font-size: 3rem;
    color:#df3c00;  
    margin-bottom:0rem;
    padding-bottom:0rem;  
   
}






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

/*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;
    color: #df3c00;


}

/* 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*/


/*input con transición ********************************************/


.formulario-container {
    position: relative; 
   font-size: 1rem;
  margin-top: 3rem;
  height: auto;
  
  width:100%;
}

.form-control{
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color: #d6cece;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;    
   width: 600px;
   height: 140px;
  
  
}

.form-control:focus{
    background-color: transparent;
    color: #d6cece;
    border: #fff;   
    font-family: Arial, Helvetica, sans-serif;
   
   
}

#mensajeEnviado {
    text-align: center;
    font-size: 2rem;
    color: #ffffff; 
    display: none;
    width:38rem;
  
          
}

.thanks{     
    text-align: left;
    font-size: 3.2rem;
    line-height: 3.4rem;
    padding: 0px;
    margin: 0px;

}

.but{
    text-align: left;
    color: #df3c00;
    font-size: 1.5rem;   
    padding: 0px;
}

/*placeholder para distintos navegadores*/

.form-control::placeholder {
    color: #808080; /* Cambia el color del placeholder a gris claro */
    opacity: 1; /* Asegura que el placeholder sea completamente visible */
}

.form-control::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #808080;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Firefox */
    color: #808080;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
    opacity: 1;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
    opacity: 1;
}


#formulario-fade {
    transition: opacity 0.8s ease-in-out; /* Transición de opacidad de 0.5 segundos */
}

#mensaje {
    transition: opacity 0.8s ease-in-out; /* Transición de opacidad de 0.5 segundos */
    opacity: 0; /* Inicialmente oculto */
    display: none; /* Inicialmente oculto */
}

#mensaje.show {
    opacity: 1; /* Visible */
    display: block; /* Visible */
}

#formulario-fade.hide {
    opacity: 0; /* Oculto */
    display: none; /* Oculto */
}

#enviarBtn{
    border-radius: 1rem;
    width: 6rem;
    font-weight: 300;
    font-size: 1.2rem;
    background-color: #ffffff;
    color: #000;
    align-self: start;
    margin-top: 10px;
    padding: 0px;
}



/*BTN KEEP CLICKING*/
.btn-primary{
    margin-top: 5rem;
    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(01-who-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;
    }

    .form-control{
        background-color: #00000063;
        justify-content: center;
        color: #d6cece;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;    
       width:100%;
       height: 130px;       
    }
    

    h1 {
       font-size:4rem;
        line-height: 4rem;
        text-align: center;
        margin-top: 1rem;
       
    }
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;
    } 

.form-control {
    height:20rem;
margin-top:1.5rem;
margin-bottom:1.5rem;
}

    #formulario-fade{

        text-align: center;
    }

    #enviarBtn{
        border-radius: 5rem;
        width: 8rem;
        font-weight: 300;
        font-size: 1.6rem;
        background-color: #ffffff;
        color: #000;
        align-self:center;
        margin-top: 1.5rem;
        padding: 0px;
        margin:0 auto;
      
       
        
    }

    .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(01-who-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: 2rem;
    
   
}




.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;
    
 
    
        }

        .formulario-container {
            position: relative; 
           font-size: 1rem;
          margin-top: 3rem;
          height: auto;
          text-align:center;
          
          width:90%;
          margin:0 auto;
        }
        
        .form-control{
            background-color: transparent;
            justify-content: center;
            align-items: center;
            color: #d6cece;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1rem;    
           width: 100%;
           height: 200px;
           margin-top:1rem;
           margin-bottom:1.5rem;
          
          
        }
        
        .form-control:focus{
            background-color: transparent;
            color: #d6cece;
            border: #fff;   
            font-family: Arial, Helvetica, sans-serif;
           
           
        }

        #enviarBtn{
            border-radius: 5rem;
            width: 8rem;
            font-weight: 300;
            font-size: 1.6rem;
            background-color: #ffffff;
            color: #000;
            align-self:center;
            margin-top: 1.5rem;
            padding: 0px;
            margin:0 auto;
           
            
        }
        
        #mensajeEnviado {
            text-align: center;
            font-size: 2rem;
            color: #ffffff; 
            display: none;
            width:80%;
            margin:0 auto;
          
                  
        }
        
        .thanks{     
            text-align: center;
            font-size: 2.3rem;
            line-height: 2.4rem;
            padding: 0px;
            margin: 0px;
            width:100%;
            margin:0 auto;
        
        }
        
        .but{
            text-align: center;;
            color: #df3c00;
            font-size: 1rem;   
            padding: 0px;
        }

      

h1{
    margin-top:2.5rem;
    font-size: 2.5rem;
    line-height:2.5rem;
    text-align: center;       
    width:100%;
    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;

}

}