::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}
.btn-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: all 300ms ease 0ms;
    z-index: 99;
}
@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}

.hand{
    cursor: pointer;
}


.bkg-button-cart{
   padding: 1em ;
   width: 3em;
   height: 3em;
   background-color: #1d1f21 !important;
   opacity: 0.3;
   border: 0.01em solid #2498F3;
}

.bkg-button-social{
    padding: 1em ;
    width: 2em;
    height: 2em;
    background-color: #1d1f21 !important;
    opacity: 0.5;
    border: 0.01em solid #2498F3;
 }

.bkg-aviso{
    width: max-content;
    padding: 0.5em;
    height: auto;
    background-color: #1d1f21 !important;
    opacity: 0.5;
    border: 0.01em solid #2498F3;
}