#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner {
    background-color: #fff !important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner .sp-dropdown-items {
    gap: 0px;
}
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
    border-bottom: 1px solid #0000000d;
}
#sp-header.header-sticky {
    background: #ffffff !important;
}
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-droprgba-inner li.sp-menu-item>a, #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>span {
    font-size: 14px;
    line-height: 1 !important;
}
.sp-module .menu-oferta-flotante {
    display: inline-block!important;
    position: fixed;
    top: calc(50% - 185px);
    right: 0px;
    z-index: 999;
    -webkit-animation-name: menu-oferta-flotante;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-oferta-flotante;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@media screen and (max-width: 2600px){
.sp-module .menu-oferta-flotante {
    width: 95px;
    top:29%;
    bottom: 60%;
    right: 0px;
    box-shadow: 0px -3px 5px rgb(255 255 255 / 0%);
    -webkit-animation-name: menu-oferta-flotante-resp;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-oferta-flotante-resp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }}

/*---Menu  flotante moviles---*/
.sp-module .menu-movil-flotante {
    display: inline-block!important;
    position: fixed;
    bottom: -1%;
    z-index: 999;
    -webkit-animation-name: menu-movil-flotante;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-movil-flotante;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@media screen and (max-width: 414px){
.sp-module .menu-movil-flotante {
    width: 355px;
    left: 37%;
    box-shadow: 0px -3px 5px rgba(0 0 0 / 0%);
    -webkit-animation-name: menu-movil-flotante-resp;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-movil-flotante-resp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }}

@media screen and (max-width: 414px){
.sp-module .menu-oferta-flotante {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0px;
    box-shadow: 0px -3px 5px rgba(0 0 0 / 0%);
    -webkit-animation-name: menu-oferta-flotante-resp;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-name: menu-oferta-flotante-resp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }}