.swiper-button-prev:after, .swiper-button-next:after {
    content: ''!important;
}

.swiper-container {
    width: 100%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*-------------------------------------------------------------------------*/

/* sliders Series - ambientes / productos
/*-------------------------------------------------------------------------*/

ul.infoProductos__listado {
    height: 100px !important;
    overflow-y: auto;
}

.titulo__tab {
    color: #b3b3b3 !important;
}

.menu-horizontal .menu-smart .menu-smart__titulo {
    margin: 0px !important;
    font-size: 11px;
}

.category_name .category__title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 5px;
}

.info-ambiente {
    position: absolute;
    display: block;
    visibility: visible;
    width: 35px;
    height: 35px;
    z-index: 100;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
}

.panelInfoProductos {
    position: absolute;
    top: -230px;
    right: 35px;
    min-width: 300px;
    width: 388px;
    height: 220px;
    min-height: 220px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    color: #ffffff;
    z-index: 106;
    border-radius: 20px 20px 20px 20px;
}

.panelInfoProductos--vacio {
    position: absolute;
    top: -130px;
    right: 35px;
    min-width: 300px;
    width: 388px;
    min-height: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    color: #ffffff;
    z-index: 106;
    border-radius: 20px 20px 20px 20px;
}

.panelInfoProductos h4 {
    color: #fff;
    padding-left: 0px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}

.panelInfoProductos--vacio h4 {
    color: #fff;
    padding-left: 0px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}

.listado-productos, .listado-productos a {
    color: #ffffff;
}

.listado-productos span {
    font-size: 10px!important;
    display: inline;
}

.swiper-pagination-bullet-active {
    background: #fff;
}


.swiper-button-next, .swiper-button-prev {
    background-size: 35px 44px!important;
    width: 35px!important;
    height: 44px!important;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.32), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.panelAmbientes .fa {
    color: #ffffff;
    padding-right: 20px;
}

/* responsive */

@media (max-width: 1199px) and (min-width: 960px) {
    .swiper-container {
        height: 450px;
    }
}

@media (max-width: 959px) and (min-width: 769px) {
    .swiper-container {
        height: 450px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-container {
        height: 450px;
    }
}

@media screen and (max-width: 569px) {
    .swiper-container {
        height: 450px;
    }
}

@media screen and (max-width: 425px) {
    h2.primary_font.sliderSeries {
        font-size: 1.5rem;
        color: #ffffff;
    }
}

