/*CSS checklist */
.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
    list-style: square url("images/topo.png");
 }
.mbr-text.mbr-fonts-style.counter-container.display-4>ul li {
    list-style: square url("images/topo2.png");
    font-size: 1.2rem;
 }

/*CSS Video para móvil */
 @media (max-width: 767px) {
    .cid-t6h5E4QZs6 .modalWindow .modalWindow-video {
        height: calc(98vw);
        width: 98vw;
        margin: 0 auto;
    }   
}


/* Slider */
#slider-products{
    background-image: url("images/fondooferta.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
    overflow-x: hidden !important;
}
#slider-products .mbr-overlay {
    background: #000000;
    opacity: 0.6;
  }
#slider-products .card{
    position: relative;
    background: white;
    width: 400px;
    height: 819px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width:768px){
    #slider-products .card, #slider-products .card .content, #slider-products .swiper-slide, #slider-products .box-image-slider{
        width: 323px !important;
    }
    #slider-products .card .content h3{
        font-size: 1.4rem !important;
    }
    #slider-products .card .content .box-offer .save{
        font-size: 1.2rem !important;
    }
    #slider-products .card .content .box-offer .price{
        font-size: 1.4rem !important;
    }
    #slider-products .card .content .box-offer .free{
        font-size: 0.9rem !important;
    }
}
#slider-products .card .content{
    width: 400px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#slider-products .card .content h3{
    font-family: 'Varela Round', sans-serif;
    color: #ffe161;
    font-weight: bolder;
    font-size: 1.9rem;
    text-align: center;
}
#slider-products .card .content h4{
    text-align: center;
}
/* SAVE */
#slider-products .card .content .box-offer .save{
    font-size: 1.7rem;
    font-weight: 700;
    color: #477f37 !important;
    font-family: 'rubik', sans-serif !important;
    text-align: center !important;
}
/* PRICE */
#slider-products .card .content .box-offer .price{
    font-weight: bold;
    font-size: 2rem;
    color: black;
    font-family: 'Varela Round', sans-serif !important;
}
/* FREE SHIPPING */
#slider-products .card .content .box-offer .free{
    font-size: 1rem;
    font-weight: bold;
    color: black;
    font-family: 'Varela Round', sans-serif !important;
}

#slider-products .swiper-slide{
    width: 400px;
}
#slider-products .box-image-slider{
    width: 350px;
    height: 380px;
    padding: 20px;
}
#slider-products .box-image-slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#slider-products select{
    margin-bottom: 10px;
}
#slider-products .btn-custom{
    background-color: #ffe161!important;
border-color: #ffe161!important;
color: #fff!important;
padding: 1rem 3rem;
    border-radius: 50px;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
}
#slider-products .btn-custom:hover{
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.50);
box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.50);
}
.swiper-button-next,
.swiper-button-prev{
color: #ffe161!important;
}

@media (max-width:768px){
    .swiper-button-prev {
        left: 296px;
        right: auto;
    }
    .swiper-button-next{
        right: 296px;
        left: auto;
    }
}


