.pie-fijo {
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.btn-confirm {
    background-color: rgba(151, 97, 165, 1);
    color: white;
    border-radius: 40px;
}

.fondo-basic {
    background-image: url(../images/web/vector_corazones.png);
    background-color: rgba(151, 97, 165, 1);
    padding-bottom: 90px;
    padding-top: 20px;
}

.btn-nav {
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .fondo-basic {
        padding-bottom: 60px;
        padding-top: 0;
    }
}