/*ESTILOS PARA INICIO DE SESIÓN*/
body {
    margin: 0;
    padding: 0;
 
  background-color: white;
  height: 100vh;
  font-family: 'Poppins', sans-serif ;


   
}




#htitulos
{
    padding: 17px;
    text-align: center;
    align-items: center;
   background: rgb(224, 157, 76);
  /*font-family: montserrat;*/
   font-size: 10px;
   color: white;
   

}

#htitulos2
{
    padding: 15px;
    text-align: center;
    align-items: center;
   
  /*font-family: montserrat;*/
   font-size: 10px;
   color: rgb(27, 26, 26);
   

}

#htitulos3
{
 display: flex;
 height: 70px;
 justify-content:center;
 background: rgb(224, 157, 76);
 font-size: 10px;
 color: white;
 align-items: center;
 text-align: center;
   

}


@media(max-width:700px)
{
    #htitulos3{
        flex-direction: column;

    }



}



.contenedor
{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 400px;
    background: white;
    border-radius: 20px;
}


.contenedor h1{
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
    

}

.contenedor form{
    padding: 0 40px;
    box-sizing: border-box;
}

form .usuario
{
    position: relative;
    border-bottom: 2px solid silver;
    margin: 30px 0;
}

.usuario input
{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;

}


.usuario label
{ 
    position: absolute;
    top: 50%;
    left: 5px;
    color: silver;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
}


.usuario span::before
{
    content: '';
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 2px;
    background:rgb(231, 179, 83);
    transition: .5s;


}


.usuario input:focus ~ label,
.usuario input:valid ~ label
{
top: -5px;
color:rgb(231, 179, 83);

}




.usuario input:focus ~ span::before,
.usuario input:valid ~ span::before{
    width: 100%;

}




.olvidocon
{
    margin: -5px 0 20px 5px;
    color: blue;
    cursor: pointer;

}


input[type="submit"]
{
    margin: -5px 0 20px 5px;
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: rgb(224, 157, 76);
    border-radius: 25px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    outline: none;
}

input[type="submit"]:hover{
    border-color: green;
    transition: 5s;

}








/*ESTILOS PARA PAGINA DE MENU*/



.cabeza img
{
    width: 50px;
    border-radius: 50%;

}

.cabeza i{
    font-size: 30px;
    cursor: pointer;
}

.cabeza
{
    display: flex;
    align-items: center; 
    justify-content: space-between;
    height: 50px;
    margin-bottom: 30px;

}

.aside{
    height: 100vh;
    width: 300px;
    background-color: rgb(224, 157, 76);
    color: white;
    position: fixed;
    transition: all .5s ease;
}

.usuarioimg
{
    display: flex;
    align-items: center;
}

.usuarioimg img
{
    margin-right: 10px;
}


.opciones div 
{
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 5px;
    border:solid thin rgb(216, 226, 222);
    border-radius: 10px;
    font-size: 1.1rem;

}

.opciones div:hover{
    background-color: rgb(98, 100, 102);
    transition: all .5s ease-in-out;
}


.opciones i{

    font-size: 1.4rem;
    margin-right: 10px;
}




.aside.active{
    width: 70px;
    transition: all .4s ease;
}



.aside.active .opcion,
.aside.active .usuarioimg
{
    display: none;
    transition: all .4s eased;

}


.aside.active .cabeza i{
    margin: auto;
}



/*ESTILOS PARA REPORTES*/

/*ESTILOS PARA CONFIGURACIÓN DE PERFIL*/
.contenedor2
{
    position: absolute;
    top: -42%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 400px;
    background: white;
    border-radius: 20px;
}



.contenedor2 h1{
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
    

}

.contenedor2 form{
    padding: 0 40px;
    box-sizing: border-box;
}


button[type="submit"]
{
    margin: -5px 0 20px 5px;
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: rgb(224, 157, 76);
    border-radius: 25px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    outline: none;
}

button[type="submit"]:hover{
    border-color: rgb(36, 39, 36);
    transition: 5s;

}

/*ESTILOS PARA REGISTRAR PROVEEDOR*/
.contenedor3
{
    position: absolute;
    top: -45%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 400px;
    background: white;
    border-radius: 20px;
}



.contenedor3 h3{
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
    

}

.contenedor3 form{
    padding: 0 40px;
    box-sizing: border-box;
}


button[type="submit"]
{
    margin: -5px 0 20px 5px;
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: rgb(224, 157, 76);
    border-radius: 25px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    outline: none;
}

button[type="submit"]:hover{
    border-color: rgb(36, 39, 36);
    transition: 5s;

}


/*ESTILOS PARA TABLAS DE VALES*/


#contenedorvale
{
    margin: 150px auto;
    width:90%;
    top: -30%;

}



#contenedorvale2
{
    margin: 150px auto;
    width:90%;
    top: -15%;

}

#contenedorvale2 .b{
    background-color:white;
    color: black;
    text-align: center;
    border-bottom: solid 5px #0f0f0f;
}










table
{
    background-color: white;
    text-align: left;
    width: 100%;
    border-collapse:collapse;
}
th,
td {
   padding: 20px;
}

thead
{
    background-color:  rgb(224, 157, 76);
   border-bottom: solid 5px #0F362D;
    color: white;
}


tr:nth-child(even)
{
    background-color: #ddd;
}





/*TABLA REPORTE MENSUAL*/

#contenedorvale .b{
    background-color:white;
    color: black;
    text-align: center;
    border-bottom: solid 5px #0f0f0f;


}

.btnvales
{
    margin: -5px 0 20px 5px;
    width:fit-content;
    height: 50px;
    border: 1px solid;
    background: rgb(224, 157, 76);
    border-radius: 25px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    outline: none;
}











/*Menu_ventanilla*/


.nav
{
    background-color:  rgb(224, 157, 76);
    --img1:scale(1);
    --img2:scale(0);

}


.nav:has( .dropdown:target)
{
    --img1: scale(0);
    --img2: scale(1);

}

.nav_contenedor
{
    width: 90%;
    margin: 0 auto;
    height: 70px;
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-areas: "title img";
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.titulo
{
    color: white;
    grid-area: title;
   
    


}

.nav_menu
{
    grid-area: img;
    position:fixed;
    z-index: 10;

    transform: var(--img1);
}


.nav_menu2
{
   
    transform: var(--img2);
}

.icono
{
    width: 30px;
    display: block;

}


.dropdown
{
    position: absolute;
    background: rgb(224, 157, 76);
    width: 75%;
    max-width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 1 em;
    display: grid;
    align-content: center;
    gap: 1rem;
    overflow-y: auto;
}


.dropdown_lista
{
    list-style: none;
}

.link
{
    color: white;
    padding: 1em .7em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .6rem;
    position: relative;
    background-color:var(--bg, transparent);
    border-radius: 6px;
}


.dropdown_lista:has( :checked)
{
    --rows: 1fr;
    --rotate: rotate(180deg);
    --bg: rgb(98, 100, 102);
}

.dropdown_check
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropdown_content
{
    display: grid;
    grid-template-rows: var(--rows, 0fr);
    transition: .3s grid-template-rows;

}

.dropdown_sub
{
    overflow: hidden;
}

.dropdown_li{
    width: 85%;
    list-style: none;
    margin-left: auto;
    
}

.dropdown_anchor
{
    padding: 1em 0;
    display: block;
    color: white;
    text-decoration: none;
}
.dropdown_arrow
{
    margin-left: auto;
    transform: var(--rotate, 0);
    transition: .2s transform;
}

/*estilos para contendor de perfil*/
.contenedor4
{
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 400px;
    background: white;
    border-radius: 20px;
}





.contenedor4 h3{
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
    

}

.contenedor4 form{
    padding: 0 40px;
    box-sizing: border-box;
}






form .usuario1
{
    position: relative;
    border-bottom: 2px solid silver;
    margin: 30px 0;
}

.usuario1 input
{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;

}


.usuario1 label
{ 
    position: absolute;
    top: -5px;
    color:rgb(231, 179, 83);
    left: 5px;
   
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
}


.usuario1 span::before
{
    content: '';
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 2px;
    background:rgb(231, 179, 83);
    transition: .5s;


}


/*estilos para cambiar contraseña*/

.contenedor5
{
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 400px;
    background: white;
    border-radius: 20px;
}





.contenedor5 h3{
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
    

}

.contenedor5 form{
    padding: 0 40px;
    box-sizing: border-box;
}







