.header {
    background-color: #000000 !important;
}

#number-header:hover {
    color: #e6e67c !important;
}

.sticky-header.header-middle.fixed {
    background-color: #000000 !important;
}

.menu .megamenu {
    width: 181%;
}

.txt-slide {
    color: white !important;
}

.zoomContainer {
    display: none;
}

.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 63px;
    bottom: 80px;
    right: 25px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
}

.btn-wsp:hover {
    background: #20ba5a;
}

.sidebar-shop {
    height: 500px !important;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wsp {
        width: 63px;
        height: 63px;
        line-height: 66px;
    }

    .home-slide h4 {
        font-size: 2em;
    }

    .home-slide .btn {
        margin-top: 11px;
        font-size: 1.40em;
    }

    #img-banner-nosotros {
        background: 50%/cover #D4E1EA url('../images/page-header-bg-mob.jpeg') !important;
    }

    #banner-1 {
        background: #2A95CB center/cover url('../images/demoes/demo38/banners/banner-mob.png') !important;
    }

    #banner-2 {
        background: #2A95CB center/cover url('../images/demoes/demo38/banners/banner-mob.png') !important;
    }

    .banner-big-sale .btn {
        font-size: 0.99em;
    }

    .sidebar-shop {
        height: auto !important;
    }
}

.fondo-title {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    border-radius: 5px;
}

#section-categoria {
    background-image: url('../images/demoes/demo38/banners/category-banner.png')
}