
.swiper-container {
    width: 100%;
    height: 600px;
    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
/*-------------------------------------------------------------------------*/
.info-ambiente {
    position: relative;
    display: block;
    visibility: visible;
    left: -20px;
    top: -50px;
    width: 35px;
    height: 35px;
    z-index: 100;
    float: right!important;
    cursor: pointer;
}
.panelInfoProductos {
    top: 405px;
    right: 30px;
    min-width: 300px;
    width: 388px!important;
    height: 210px;
    min-height: 210px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    color: #ffffff;
    position: absolute;
    z-index: 106;
    float: right;
}
.panelInfoProductos h4 {
    color: #fff;
    padding-left: 0px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}
.panelAmbientes {
    font-size: 24px;
    position: relative;
    top: 70px;
    left: 20px;
}
.panelAmbientes2 {
    font-size: 24px;
    position: relative;
    top: 0px;
    left: 20px;
}
.panelAmbientes .fa, .panelAmbientes2 .fa {
    color:#ffffff;
    padding-right:20px;
}
.listado-productos, .listado-productos a {
    color:#ffffff;
}
.listado-productos span {
    font-size: 10px!important;
}

.site-content .list-centered, .list-centered {
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
    list-style: none;
}
.list_shop_categories {
    margin: 0px 0 3px;
}
h2.primary_font.sliderSeries {
    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);
    font-size:60px;
    color:#ffffff;
}
.swiper-pagination-bullet-active {
    background: #fff!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../../uploads/images/arrow-left-peq.png')!important;
    left: 20px!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../../uploads/images/arrow-right-peq.png')!important;
    right: 20px!important;
}
.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);
}

/* responsive */
@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:34px;
        color:#ffffff;
    }
}