html {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

/* footer */
.footer-basic {
    background: linear-gradient(180deg, rgba(254,248,251,1) 25%, rgba(249,233,238,1) 55%);
    max-width: 100%;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.footerhilos {
    background: linear-gradient(180deg, rgba(254,248,251,1) 25%, rgba(249,233,238,1) 55%);
    max-width: 100%;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.pfoot{
    font-size: .75rem;
    color: #CA8290;  
}

@media screen and (max-width: 824px) {
    .footerhilos{
       margin-top: 1300px;
    }
    
}
/* @media screen and (max-width: 824px) {
    .footerhilos{
       display: none;
    }
    
} */