div#botonera_sp {

    display: none;

}



@media(max-width: 767px){

    div#botonera_sp {

        display: flex;

        z-index: 100;

        background: #fff;

        gap: 1rem;

        padding: .75rem 2rem;

        border-radius: 0px;

        box-shadow: 0 0 10px rgba(0,0,0,.125);
        max-width: 90%;
        min-width: 75%;
        justify-content: space-between;

    }



    div#botonera_sp a img, div#botonera_sp a svg {

        width: 1.75rem;

    }

    

    div#botonera_sp a {

        display: flex;

        align-items: center;

        justify-content: center;

    }

}