@media (max-width: 991.98px) { /* Esto apunta a pantallas menores que 'lg' */
    .navbar-collapse {
        width: 100%; /* Ocupa el 100% del ancho de su contenedor (el .container) */
        box-sizing: border-box; /* Incluye padding y borde en el ancho total */
    }

    .navbar-nav {
        width: 100%; /* Haz que la lista de navegación también ocupe todo el ancho */
    }

    .navbar-nav .nav-item {
        width: 100%; /* Haz que cada elemento de la lista ocupe todo el ancho */
        text-align: center; /* Centra el texto si deseas */
        margin-bottom: 5px; /* Añade un pequeño espacio entre los botones */
    }

    .navbar-nav .nav-item .btn {
        width: 95%; /* Haz que los botones ocupen casi todo el ancho del item, dejando un pequeño padding */
        /* Puedes ajustar este porcentaje o usar padding en el li */
    }

   
}

/* Estilo para pagina login */
#login {
    width: 100%;
    height: 100%;
    background-size: 100% 100vb;
    background-image: url(../assets/fondo/fondo-login.webp);
    display: flex;
    justify-content: center;
    align-items: center;
}

#content {
    border: 0px solid #000;
    /* background-color: rgba(255,255,255,0.85) !important; */
    /* position: absolute; */
    /* left: calc(33%); */
    /* top: -12%; */
    width: 400px;
    /* height: 100%; */
    /* margin-top: -12%; */
    /* margin-left: -20%; */
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* -webkit-box-shadow: 0px -1px 20px 5px rgba(0,0,0,0.29); */
    -moz-box-shadow: 0px -1px 20px 5px rgba(0, 0, 0, 0.29);
    /* box-shadow: 0px -1px 20px 5px rgba(0,0,0,0.29); */
    /* border-radius: 5px; */
    background: rgb(255, 255, 255);
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); */
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);*/
    padding-top: 1%;
    /* top: 15%; */
    /* bottom: 28%; */
    border-radius: 8px;
    min-height: 40%;
    padding: 10px;
    margin-top: -2%;
    /*opacity: 0.9;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);

}

#btLogin {
    background-image: linear-gradient(-150deg,
            #9500ff,
            #4653ac,
            #00b100);

    color: white;
    font-size: 20px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-bottom: 30px;
    width: 140px;

    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    /* Definir la sombra */
}

#btLogin:active {
    transform: scale(0.80);
}

#btLogin:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    /* Cambiar la sombra al pasar el cursor sobre el botón */
}

.loading.spinner-border {
    display: none;
    /* O cualquier otro valor que necesites */
}

.contenedor-datos {
    font-size: 20px;
}

h2 {

    margin-bottom: 8px;
    color: #4895ef;
    margin-top: 60px;
}


.imagen-bienvenida {
    width: 100%;
    height: 100vb;
    object-fit: cover;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
    filter: brightness(0.95);
}

.contenedor-nav {
    /* background-color: #023e8a; */
    background-image: linear-gradient(-150deg,
            #ff00e4,
            #9500ff,
            #282f5b,
            #174672,
            #282f5b,
            #38b000,
            #008000);
}

.img-logo {
    width: 100px;
}


.seccion1 {

    padding-top: 180px;

    color: white;

    height: 100vb;

    /*padding-bottom: 100px; */

    /* background-color: #023e8a; */
}

#seccion2{
    margin-top: 55px;
}

.slogan {
    margin-top: 10px;
    font-size: 55px;
    font-weight: 600;
    color: #fff;

    text-shadow: #0077b6 0.1em 0.1em 0.2em
}

.slogan2 {
    font-size: 35px;
    font-weight: 500;

    text-shadow: #0077b6 0.1em 0.1em 0.2em
}

.btn {
    margin: 5px;
}

.subtitulos {
    
    background: -webkit-linear-gradient(-150deg,
            #ff00e4,
            #9500ff,
            #174672,
            #282f5b,
            #38b000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /*background-image: linear-gradient(-150deg,
                    #9500ff,
                    #282f5b,
                    #282f5b,
                    #008000);
                    */
}

.boton-registrarte{
    background-image: linear-gradient(-150deg,
                    #9500ff,
                    #4653ac,
                    #00b100);

            color: white;
            font-size: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            border-radius: 3px;
            transition: all 0.2s ease;
            margin-bottom: 30px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.boton-registrarte:active {
    transform: scale(0.80);
}

.boton-registrarte:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    /* Cambiar la sombra al pasar el cursor sobre el botón */
}

.uno{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.dos {
    width: 50%;
    height: 100px; /*Eran 200*/
    position: relative;
    top: 77%;
}

#btn-comenzar{
    text-decoration: none;
    color: white;
    width: auto;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Centrado completo */
    
}

#boton-comenzar {
    border: 0;
    background-image: linear-gradient(-150deg,
            #ff00e4,
            #9500ff,
            #174672,
            #282f5b,
            #38b000,
            #008000);
    border-radius: 8px;
    color: white;
    display: flex;
    font-size: 24px;
    padding: 6px;
    cursor: pointer;
    transition: all 0.3s;

    margin-top: 70px;
    margin-bottom: 70px;

    text-decoration: none; /* Quitar la decoración de enlace */
    color: inherit; /* Heredar el color del texto del contenedor */

    
}

#boton-comenzar span {
    background-color: #111;
    padding: 16px 24px;
    border-radius: 6px;
    transition: .3s;
    font-size: 34px;
}

#boton-comenzar:hover span {
    background: none;
}

#boton-comenzar:active {
    scale: 110%;
}


/* para animacion de encojer */
/* Cambia la altura de la barra de navegación cuando se hace scroll */
/* Estilo para la barra de navegación que se encoje al hacer scroll */
.navbar {
    transition: all 0.5s ease;


}


.img-logo {
    width: 120px;
    transition: all 0.3s ease;
}

.shrink .img-logo {
    width: 70px;
    transition: all 0.3s ease;
    /* Agrega una transición suave para el tamaño del logotipo */
}

/* https://www.youtube.com/watch?v=6HFpw5fcaD8 
https://www.youtube.com/watch?v=z70GTU3p72I*/

/* Estilo para la fila de imágenes */
.row-imagenes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    /* Agrega margen negativo para contrarrestar el margen de las imágenes */
    background-color: rgba(0, 0, 0, 0.5);
}

/* Estilo para las imágenes */
.responsive-image {
    /*max-width: 100%;
    height: auto;*/

    width: 9%;
    height: 8%;
    /*margin-top: 350px; /* Agrega margen entre las imágenes */
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;

    /* animacion */
    transition: 0.5s;
    object-fit: cover;

    opacity: 0.5;
}

.responsive-image:hover {
    transform: scale(1.2);
    opacity: 1.5;
}

/* mantener la misma proporcion de tama;o de las imagenes*/
.img1 {
    width: 10%;
}

.img2 {
    width: 15%;
}

.img3 {
    width: 9%;
}

.img4 {
    width: 12%;
}

.img5 {
    width: 9%;
}

.img6 {
    width: 10%;
}

.img-punto-venta {
    width: 150%;
    height: auto;
}


li {
    list-style: none;
}

section {
    /*margin-top: 20px;
    margin-bottom: 10px;
    /* Espacio mínimo entre secciones (ajusta según tus necesidades) */
    /*padding: 20px; /* Relleno interno para dar espacio al contenido */
    /*border: 1px solid #ccc;
    /* Agregar un borde para mayor separación visual (opcional) */
    overflow: hidden;
    /* Evitar que los bordes colapsen con el contenido */

}

.contenedor-footer{
    background-image: linear-gradient(-150deg,
            #ff00e4,
            #9500ff,
            #282f5b,
            #174672,
            #282f5b,
            #38b000,
            #008000);

    color: white;

}

.footer-copy{

    color: #fff;
}

.boton-menu {
    color: #fff;
    font-size: 30px;
    padding: 8px 22px;
    border-radius: 6px;
    background: transparent;
    transition: all 0.2s ease;

    border-style: none;
    

}

.boton-menu:active {
    transform: scale(0.80)
}

.navbar-toggler{
    box-shadow: none !important;
    border-style: none !important;
}


.image-text {
    display: flex;
    /* Utiliza un contenedor flexible para alinear la imagen y el texto en línea */
    align-items: center;
    /* Centra verticalmente el contenido */
}

.image-text img {
    max-width: 100%;
    /* Ajusta el ancho máximo de la imagen según tus necesidades */
    margin-right: 10px;
    /* Agrega un margen derecho para separar la imagen del texto */
}

.image-text p {
    margin: 0;
    /* Elimina el margen predeterminado del párrafo */
}

/* para boton de visualizar contraseña */
#password-wrap {
    position: relative;
}

#show-password {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    width: auto;
    display: flex;
    align-items: center;
    z-index: 1000;

    border-style: none;
    background:transparent;
}

#show-password img{
    width: 100%;
    height: auto;
}