#s-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: calc(100dvh - 90px);
    background-image: url("/src/img/fondo-amarillo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 30px;
    height: 100%;
}

#content-title-login {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#content-title-login img{
    width: 40%;
}

#content-title-login h2 {
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

#content-title-login p {
    font-size: 12px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

#content-title-login h2 b {
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#content-btn-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    gap: 15px;
}

#btn-login {
    width: 70%;
    text-align: center;
    font-size: 16px;
    color: var(--gris);    
	font-family: "BentonSans-Bold";
    padding: 8px 20px  ;
    border-radius: 40px;
    border: 1px solid var(--gris);
    background-color: #fff;
} 

#btn-problemas {
    font-size: 14px;
    color: var(--gris);
	font-family: "BentonSans-Light";
}

footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

footer img{
    height: 90px;
} 


@media screen and (min-width: 769px), print {
    
}