#botonesFixed{
    position: relative;
    align-items: center;
    z-index: 45;
    margin-bottom: 1.5em;
}

#botonesFixed h4, #botonesFixed .botones{
    text-transform: uppercase;
}

#botonesFixed .titulo, #botonesFixed .botones{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

#botonesFixed .titulo{
    text-align: center;
    background-color: white;
    border: 2px solid white;
}

#botonesFixed .botones{
    background-color: #ececec;
    line-height: 1.2;
    font-weight: 600;
    font-size: 0.9em;
    border: 2px solid white;
}
#botonesFixed .botones.destacado{
    background-color: #ffba00;
}

#botonesFixed .botones .fa-2x{
    font-size: 1.8em;
    margin-right: 1rem;
}

@media (min-width: 768px) {
    #botonesFixed{
        bottom: 60px;
        height: 60px;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    #botonesFixed{
        bottom: 30px;
    }
}
@media (min-width: 1200px) {
    #botonesFixed{
        bottom: 30px;
    }
    #botonesFixed.sticky {
        position: fixed !important;
        top: 105px;
        width: 100%;
        align-items: initial;
        height: 0px;
    }
    #botonesFixed .botones{
        max-width: 180px;
    }
}

/* mobile */
@media (max-width: 576px) {
    #botonesFixed .botones {
        line-height: 1.1;
        font-weight: 800;
        font-size: 0.55em;
        height: 40px;
    }
    #botonesFixed .botones i {
        margin-right: 2px !important;
    }
    /*     font-size: 0.7rem; */
    #botonesFixed .botones destacado {
        font-size: 0.7rem;
    }
}