
    .sticky-bottoms {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        z-index: 9999;
    }
    .boton-sticky-bottom {
        display: inline-block;
        margin: 0 10px;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
    }
    .boton-sticky-bottom:hover {
        opacity: 0.8;
    }
    