/* Estos son los estilos que utilice */
.imgArchive {
    margin: 0; /* Elimina márgenes */
    padding: 0; /* Elimina paddings */
    width: 50px; /* Define tamaño exacto */
    height: 50px;
    object-fit: contain; /* Ajusta la imagen sin distorsión */
}

.imgProducto {
    margin: 5px; /* Elimina márgenes */
    padding: 5px; /* Elimina paddings */
    width: 200px; /* Define tamaño exacto */
    height: 90%;
    object-fit: contain; /* Ajusta la imagen sin distorsión */
}

.textArchive {
    font-size: xx-small;
}

@media (min-width: 768px) {
    .imgArchive {
        margin: 0; /* Elimina márgenes */
        padding: 0; /* Elimina paddings */
        width: 50px; /* Define tamaño exacto */
        height: 50px;
        object-fit: contain; /* Ajusta la imagen sin distorsión */
    }
    .imgProducto {
        margin: 5px; /* Elimina márgenes */
        padding: 5px; /* Elimina paddings */
        width: 200px; /* Define tamaño exacto */
        height: 90%;
        object-fit: contain; /* Ajusta la imagen sin distorsión */
    }
}

#barraLateral, .menuItem, .navbar-brand {
    width: 8vw;
}

#renderBody {
    width: 91vw;
    margin-left: 8vw;
    min-height: 100vh;
}

@media (max-width: 768px) {
    #barraLateral, .menuItem {
        width: 0vw;
        display: none;
    }

    #renderBody {
        width: 98vw;
        margin-left: 1vw;
        min-height: 100vh;
    }
}

.navbar-brand {
    min-width: 8vw;
}




/* Estilos para los botones y forms */


label {
    font-size: small;
}

.form-control:hover {
    border-bottom: 2px inset black;
    transition: ease-in-out 0.4s;
    border: 1px solid black;
}

/* Botonera  */

.btnText {
    display: none;
    line-height: 1;
}

.btnBarra {
    width: 3rem;
    height: 3rem;
    transition: ease-in-out .2s;
}

    .btnBarra:hover .btnText {
        display: block;
        line-height: 1;
    }

    .btnBarra:hover {
        scale: 1;
        transition: ease-in-out 0.05s;
        outline: 2px solid #000000;
        outline-offset: 2px; /* Distancia entre el borde y el contenedor */
        width: 8rem;
        height: 3rem;
    }

/* Barra lateral botones */

.btnMenu {
    background-color: #ffffff00;
    transition: ease-out .2s;
    max-height: 8vh;
}

    .btnMenu:hover {
        scale: 1;
        transition: ease-in-out 0.1s;
        outline: 2px solid #000000;
        outline-offset: 2px; /* Distancia entre el borde y el contenedor */
    }

        .btnMenu:hover .btnIcon, .btnMenu:hover .btnLabel {
            color: #ff3a63;
            font-weight: bold;
            transition: ease-in-out .2s;
            scale: 0.9;
        }

    .btnMenu:hover, .btnMenu:active {
        background-color: #ff3a612a;
    }




/* Imagen de perfil */

.nav-item img {
    margin: 0; /* Elimina márgenes */
    padding: 0; /* Elimina paddings */
    width: 40px; /* Define tamaño exacto */
    height: 40px;
    object-fit: cover; /* Ajusta la imagen sin distorsión */
}

@media (min-width: 768px) {
    .nav-item img {
        margin: 0; /* Elimina márgenes */
        padding: 0; /* Elimina paddings */
        width: 50px; /* Define tamaño exacto */
        height: 50px;
        object-fit: cover; /* Ajusta la imagen sin distorsión */
    }
}


.imgArchive {
    margin: 0; /* Elimina márgenes */
    padding: 0; /* Elimina paddings */
    width: 50px; /* Define tamaño exacto */
    height: 50px;
    object-fit: contain; /* Ajusta la imagen sin distorsión */
}

.textArchive {
    font-size: xx-small;
}

@media (min-width: 768px) {
    .imgArchive {
        margin: 0; /* Elimina márgenes */
        padding: 0; /* Elimina paddings */
        width: 50px; /* Define tamaño exacto */
        height: 50px;
        object-fit: contain; /* Ajusta la imagen sin distorsión */
    }
}


#LoginForm {
    background-color: rgba(215, 215, 215, 0.5);
}


.fila:hover {
    outline: 1px solid #ff3a63;
    cursor: pointer;
}


/* *{outline: 2px solid #ff00001e} */

/* Estilos para el loader */
#load {
    margin-right: 4px;
    width: 32px;
    height: 32px;
}

#loader {
    display: none;
    min-width: 10vw;
    margin: 0 1vw;
    font-size: 1.5vw;
}

#loaderM {
    display: none;
    min-width: 8vw;
    margin: 0 1vw;
    font-size: .9vw;
}

.switch-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

select[multiple] {
    height: auto; /* Ajustar automáticamente */
    min-height: 60px; /* Altura mínima para que encaje con el diseño */
}

.drag-handle:hover {
    background-color: #ff3a63;
    color: white;
    border-radius: 40%;
}
