@import"../theme/theme.min.css";
@import"../components-css/navbar.min.css";

@import"../components-css/footer.min.css";

.form__sticky {
    margin-top: 0
}

footer {
    margin: 0
}

.legales h1 {
    text-align: center;
    font: normal normal 600 40px / 56px Sora;
    letter-spacing: 0;
    color: #000;
}

.legales h2 {
    font: normal normal 600 28px / 56px Sora;
    letter-spacing: 0;
    color: #000;

}

.legales h3 {
    font: normal normal 600 22px / 42px Sora;
    letter-spacing: 0;
    color: #000;
}

.legales p, .legales li {
    font: normal normal 400 16px / 28px SoraL;
    letter-spacing: 0px;
    color: var(--color-gray-text);
    margin-top: 10px;
}

.legales h5 {
    font: normal normal 600 20px / 42px Sora;
    letter-spacing: 0;
    color: #000;
}

.avisoLegal, .politicas{
    padding-top: 10rem;
}