#botonesFixed {
    position: fixed !important;
    align-items: center;
    margin-bottom: 1.5em;
    bottom: 30px;
    top: 105px;
    width: 100%;
    height: 70px;
    z-index: 200;
    background-color: #18131F;
    color: #EDEDE3;
}
#SliderFull{
    margin-top: 40px;
}
#botonesFixed h4, #botonesFixed .botones {
    text-transform: uppercase;
    margin-bottom: 0;
}

#botonesFixed .titulo, #botonesFixed .botones {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;

}

#botonesFixed .titulo {
    text-align: center;
    background-color: white;
}

#botonesFixed .botones {
    background-color: #FE1430;
    line-height: 1.2;
    font-weight: 600;
    font-size: 0.9em;
    color: #EDEDE3;
    padding: 0 25px;
}
#botonesFixed .botones span {
    align-items: center;
    display: flex;
}

#botonesFixed .botones.destacado {
    background-color: #FE1430;
}

#botonesFixed .botones .fa-2x {
    font-size: 1.8em;
}

#botonesFixed a {
    color: #ffffff;
    text-decoration: none;
    margin: 0px 2px;

}

#botonesFixed a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 768px) {
    #botonesFixed {
        bottom: 55px;
        height: 45px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    #botonesFixed {
        top: 70px;
    }

}

@media (min-width: 1200px) {
    #botonesFixed {
        top: 90px;
    }

    #botonesFixed .botones {
        max-width: 180px;
    }

}
