.desarrollo-web{
    font-size: 10px;
    text-align: center;
}

.seccion-footer{
    padding: 5px 0 5px 0;
    background-color: #f6f6f6;
    position: fixed;
    bottom: 0;
    width: 100vw;
}

.footer-web{
    margin: 30px 0 0 0;
}

/* FOOTER SIDEBAR DESKTOP */
.seccion-footer-desktop{
    padding: 5px 0 5px 0;
    background-color: #211466;
    position: fixed;
    bottom: 0;
    width: 240px;
    color: #fff;
}