.imagen-bienvenida {
    width: 100%;
    height: 100vb;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: brightness(0.6);
}

.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: 10px;
}

.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 */
}

#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 */


}

#btn-comenzar {
    text-decoration: none;
    color: white;
}

#boton-comenzar span {
    background-color: #111;
    padding: 16px 24px;
    border-radius: 6px;
    transition: .3s;
}

#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;
}