html{
    font-size: 62.5%;
}
.menu-section{
    border-right: none;
    min-width: 0;
    padding-left: 0;
}
.menu-section:hover, .menu-section:focus, a:focus{
    background-color: transparent;
}
header{
    padding-left: 40px;
    box-shadow: none;
}
body{
    background-color: white;
}
main{
    width: 100%;
    max-height: calc(100vh - 64px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 50px;
}
footer{
    background-color: #f5f5f5;
    padding: 1.75rem 2.5rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}
.panel-1{
    width: 460px;
    padding: 32px;
    box-shadow: var(--input-border-1) !important;
    margin-bottom: 0;
}
.panel-1:hover{
    cursor: default;
}
.fila{
    width: 100%;
}
.panel_inicio_sesion{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 30px;
}
.titulo-inicio-sesion{
    font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
    max-width: 400px;
}
.button-new{
    color: var(--fondo-button);
    background-color: transparent;
}
.input-login{
    border-radius: var(--redondeo-esquinas);
    background-color: white;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .24);
}
.help-button{
    color: var(--fondo-button);
    font-size: 14px;
}