/* =====================================================
   PÁGINAS
===================================================== */

.page{

    margin-top:-80px;
    padding:3rem 0 4rem;

}


/*.page{

    padding:3rem 0 4rem;

} */

.page .container{

    max-width:1000px;

}

.page h1{

    margin-bottom:3rem;

}

.page h2{

    margin-top:3rem;

    margin-bottom:1rem;

    color:var(--color-primary);

}

.page p{

    margin-bottom:1.25rem;

    line-height:1.9;

    color:var(--color-text);

}

.page hr{

    margin:2rem 0;

    border:none;

    border-top:1px solid #E5E2DB;

}

.page p:last-child{
    margin-bottom:0;
}

.page{
    margin-bottom:0;
    padding-bottom:0;
}