@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-size: contain;
    background-repeat: no-repeat;
    background-color: #0e0f1d;   
    /*color fondo del diseño*/
}

/*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%;
    background-color: #20205d
}

.navbar {
    padding: 0%;
}

.navbar-nav {
    display: flex;
}

.navbar-brand {
    width: auto;
}

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

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

#offcanvasNavbar {

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

}

.navlink {font-family: kremlin !important}

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

/*termina nav*/

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




.hero-img-desktop {width:100%; position:relative}
.hero-img-desktop img {width:100%; position:relative}




.hero-img {
 width:100%;
 position:relative;
 display:none;
 height:auto;

}

.hero-img img {
    width:100%;
    
}


.contenedor-welcome {
    display:flex;
   
    width: 100%;
    max-width: 1100px;

  
    height:auto;
   
  
   
    /*incluye padding al ancho total para que no pase el 100 x ciento*/
}

.welcome {
    
    width: 40%;
    font-size: 3.5rem;
    color: #ffffff;
    font-family: 'kremlin';
    line-height: 3.6rem;
 
    height:auto;
    text-align: right;
    margin:0 auto;
 
    padding-right: 1rem;
}



.texto-banner {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.33rem;
   
    text-align: left;
    width:60% !important;
    height:auto;
 
    padding-left:1rem;
    opacity:80% !important;
    
   


}






.arrow {
    margin-top:3.5rem !important;
    position: relative;
    bottom: 10px;
    width: 2rem;
    height: 2rem;  
    margin:0 auto;
    text-align: center;
     
 
    animation: bounce 4s infinite;
    /* Animación */
   
    overflow: none;
    
}

.arrow img {width:100%; position: relative;}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/*contenedor general de los botones*/
.botonera {margin-top:0rem; position:relative}
.container-botones {
    margin-left: 0;
    
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

/*contenedor general de la fila*/
.container-botones .row {
    width: 100%;
    display: flex;
    justify-content: center;


}

.emoji {
    text-align: center;
    margin-top: 1.5rem;
}



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




.login-button {
    background-color: #ff3c00;
    /* Color de fondo azul */
    padding: 1px 20px;
    /* Espacio interior */
    border: none;
    /* Sin borde */
    border-radius: 15px;
    /* Bordes redondeados */
    cursor: pointer;
    /* Cursor de mano */
    margin-top: 0.5rem;
    font-size: 16px;
    /* Tamaño de fuente */
    text-decoration: none;
    /* Elimina el subrayado del enlace */
    transition: background-color 0.3s ease;
    /* Transición suave del color de fondo */

}

.login-button:hover {
    background-color: #ff3c00;
    /* Color de fondo azul más oscuro al pasar el cursor */
}

.texto-banner {
    width: 100%;
    font-size: 20.7322 px;
    font-weight: 300;
}


.faq {
    font-size: 3rem;
    position: relative;
    font-family: kremlin;
    color: #df3c00;
    text-align: start;
}

.container-faq {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    height: auto;

}

.container-ilustracion {
    margin-top: 2rem;
    width: 55%;
    align-self: start;
    margin-right: 2rem;
}

.personaje {
    width: 100%;
}

.container-accordion {
    position: relative;
    height: auto;
    /* Ajusta la altura según sea necesario */
    overflow-y: auto;
    width: 45%;
    background-color: #0e0f1d7b;
    font-size: larger;
    /*tamaño letra contenedor abierto*/
}

.accordion {
    --bs-accordion-bg: #0e0f1d;
    --bs-accordion-active-bg: #0e0f1d;
    color: #ccc;
    border: none;
}

.accordion-button {
    color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: none;
    font-size: 1.1rem !important;
    line-height:1.4rem;
}

.accordion-collapse {
    color: #999;
    text-decoration: none;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #fff;
    border: none;
    font-size: 1.1rem !important;
    line-height: 1.4rem;
}

.accordion-body{
    font-size: 1.1rem;
    line-height:1.4rem;

}

.accordion-header {
    box-shadow: none;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 10px;
    /* Agrega un poco de padding para mejor apariencia */
}

.accordion-header h3 {
    margin: 0;
    /* Elimina el margen del encabezado */
}

.accordion-header i {
    cursor: pointer;
    font-size: 1em;
    /* Ajusta el tamaño de la flecha */
    font-weight: 600;
}

.accordion-item {
    border: none;
    /* Elimina el borde predeterminado de los ítems */
    text-decoration: none;
    color: #ccc;
}


.accordion-button::after {
    background-image: url("assets/home-img/cruz-01.png");
    height: 2rem;
   

}

.accordion-button:not(.collapsed)::after {
    background-image: url("assets/home-img/cruz-01.png");
}


.faq-number {
    color: #df3c00;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 0.5rem;
    font-family: kremlin;
}

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

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

.social-icons .tiktok{ padding:0.5rem;}

.facebook {
    margin-right: 1.2rem;
}

/*boton*/
.container-botones .btn {
    width: 70% !important;
    background-color: #ff3c00;
    /* Espacio interior */
    border: none;
    /* Sin borde */
    border-radius: 32px;
    /* Bordes redondeados */
    cursor: pointer;
    /* Cursor de mano */
    margin-top: 0.5rem;
  
    color: #ffffff;
    font-family: kremlin;
    font-size:20px !important;
}

.button-5 {
    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 */
}



.button-5:hover {
    animation-name: shake;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
    background-position: 100% 0%;
    /* Mueve el degradado hacia la derecha */
}


@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);
    }


}

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

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


.copyright {color:#999; font-family: arial;}


/*  para pantallas pequeñas */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        margin: 0px;
        padding: 0px;

    }

    body {
        background-image:none;
      
    }

    header{

        height:auto;
        background-color: #171749;
    }

    nav{
        height:auto;
       
    }

.navbar{


height:auto;


}






    .navbar .container {
        max-width: 100%;
        height: auto;
        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: 100;
        line-height: 4rem;
    }

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



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

   


    .hero-img {
        display:block;
        height:auto;
        position:relative;
    }

    .hero-img-desktop {display:none;}

    .hero-img img
    {width:100%;
        position:relative;
        height:auto;
    }

    h1 {
        line-height: 5rem;
        text-align: center;
        justify-content: center;
        display: flex;
        position:relative;
        height:auto;
    }

    .contenedor-welcome {
        margin-top: 0rem;
       display:block;
        text-align: center;
        width: 100%;
      height:auto;
        padding-left: 0rem;
        position:relative;
        height:auto;
       
       
    }

    .welcome {
       
        width: 90%;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        font-size: 5rem;
        line-height: 5.2rem;
        position:relative;
        height:auto;
        padding-right: 0rem;
    }

 

    .texto-banner {
        font-size: 1.4rem;
        line-height:1.6rem;
        width: 90% !important;
        text-align: center;
        margin: 0 auto;
        position:relative;
        height:auto;
        padding:0rem;
    }


   

    .arrow {
        height: 3rem;
        width: 6rem;
        margin:0 auto;
        margin-top:5rem;
       
        text-align: center;
    }

    .emoji {
        text-align: center;
        margin-top: 1.5rem;
    }

    .emoji img {
        width: 40%;
    }

    .container-botones {
        padding: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-botones .row {
        width: 100%;
    }

    .container-botones .btn {
        width: 80%;
    }

    .container-botones .col {
        width: 50%;
        padding: 0.2rem;
        /* Agregado para espacio alrededor de los botones */
        box-sizing: border-box;
        /* Asegura que el padding se incluya en el ancho */
    }

    .container-botones .col .btn {
        width: 50%;
        height: 70%;
        margin: 0;
        padding: 0.5rem;
        box-sizing: border-box;
        background-color: #df3c00;
        border-radius: 35px;
        font-size: 3px;
        color: #ffffff;
        font-family: kremlin;
    }

    .accordion-header {
        box-shadow: none;
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        padding: 10px;
        /* Agrega un poco de padding para mejor apariencia */
    }



    h3 {
        text-align: center;
        margin: 0 auto;
    }

    .faq {
        font-size: 3rem;
        text-align: center;
        margin: 0 auto !important;
        margin-top: 3rem;
    }

    .container-faq {
        display: block;
        width: 100%;
        justify-content: center;
        margin: 0 auto;

    }

    .faq-number {
        color: #df3c00;
        font-size: 1.2rem;
        font-weight: 600;
        margin-right: 1rem;
        font-family: kremlin;
    }


    .accordion-button{       
        text-align: center;
         width: 100%;        
         justify-content: center;
         font-size: 1.4rem;
    }

    .accordion-button::after {
       margin-left: 1rem;      
          
    }

    .accordion-button:not(.collapsed){
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    
    .accordion-button:not(.collapsed)::after {
       margin-left: 1rem;
       line-height: 1.7rem;
       font-size: 1.4rem;
    }
    
    .accordion-item{
        text-align: center;
        width: 100%;
        line-height: 1.7rem;
        font-size: 1.4rem;
            
    }

    .container-ilustracion {
        width: 100%;
        align-self: center;
        margin: 0 auto;
    }

    .container-accordion {
        width: 90%;
        margin: 0 auto;
    }

    .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) {

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


    .navbar .container {
        max-width: 100%;
        margin-top:0.5rem;
    }

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


  

    .hero-img-desktop {display:none;}

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

   
    .contenedor-welcome {
        height: auto;
        margin-top: auto;
        margin: 0 auto;
        display:block;
        width:100%;
       
    }

    .welcome {
               font-size: 2.7rem;
        line-height: 2.6rem;
        width: 90%;
        margin-bottom:0.5rem;    
      
               text-align: center;
               padding-right: 0rem;
    }

    .texto-banner {
        font-size: 1.2rem;
        line-height: 1.4rem;
        text-align: center;
        width:90% !important;
        padding:0rem;
       
    }

    .arrow-container {
        height: 3rem;
        margin-top: 5rem;
    }

    .arrow {
        height: 3rem;
        width: 6rem;
        margin:0 auto;
        margin-top:5rem;
    }

    .arrow img{
        width: 60%;
      
    }

    .container-botones {
        padding: 0.1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-botones .col {
        padding: 0.5rem;
        /* Agregado para espacio alrededor de los botones */
        box-sizing: border-box;
        /* Asegura que el padding se incluya en el ancho */
        font-size: 2px;
    }

    .container-botones .btn {
        width: 90% !important;
        background-color: #ff3c00;
        /* Espacio interior */
        border: none;
        /* Sin borde */
        border-radius: 32px;
        /* Bordes redondeados */
        cursor: pointer;
        /* Cursor de mano */
        margin-top: 0.5rem;
      
        color: #ffffff;
        font-family: kremlin;
        font-size:17px !important;
    }



.offcanvas.offcanvas-end{

    width: 80%;
    
  
}




    .faq {
        font-size: 3.5rem;
    }

    .container-faq {
        width: 100%;
        text-align: center;

    }

    .container-ilustracion {
        width: 100%;        
    }

    .container-accordion {
        width: 90%;
       
    }

    .accordion-item{
        text-align: center;       
    }

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

    }

    .social-icons img {
        width: 3.6rem;
        margin: 0rem;

    }

    .tiktok { padding:0rem}

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

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

    }


}