
/*CSS checklist */
.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
    list-style: square url("images/topo.png");
 }
 .cid-tafY7rNFyF .mbr-overlay {
     opacity: 0.1; 
     background-color: #ffffff;
 
 }

/*CSS móvil */
 @media (max-width: 767px) {
    .cid-tafY7rNFyF {
        padding-bottom: 1rem;
    }
    .cid-tafY7rNFyF .mbr-overlay {
        opacity: 0.6; 
        background-color: #ffffff;

    }
    .cid-t6h5E4QZs6 .modalWindow .modalWindow-video {
        height: calc(98vw);
        width: 98vw;
        margin: 0 auto;
    }   
}

/* *************SLIDER************* */



#slider-products{
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
  }
  #slider-products .card{
    position: relative;
    background: white;
    width: 400px;
    height: 650px;
    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: 280px !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: 'Be Vietnam Pro', sans-serif;
    color: #5e5549;
    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: #5e5549 !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center !important;
  }
  /* PRICE */
  #slider-products .card .content .box-offer .price{
    font-weight: bold;
    font-size: 2rem;
    text-align: center !important;
    color: black;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  /* FREE SHIPPING */
  #slider-products .card .content .box-offer .free{
    font-size: 0.9rem;
    font-weight: bold;
    color: #5e5549;
    text-align: center !important;
    font-family: 'Be Vietnam Pro', sans-serif;
  }
  
  #slider-products .swiper-slide{
    width: 400px;
  }
  #slider-products .box-image-slider{
    width: 350px;
    height: 354px;
    padding: 20px;
  }
  #slider-products .box-image-slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #slider-products select{
    margin-bottom: 10px;
  }

  .swiper-button-next,
  .swiper-button-prev{
  color: #f23a3a!important;
  }
  .swiper__list{
    list-style: none !important;
    text-align: center;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
  #slider-products select {
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #b8957c;
    border-radius: 3px;
    margin-top: -20px;
    outline: none !important;
  }
/*
  #slider-products .card, #slider-products .card .content, #slider-products .swiper-slide, #slider-products .box-image-slider {
    width: 334px !important;
  }*/
  #slider-products .card .content .box-offer .free {
    font-size: 0.8rem !important;
    text-align: center !important;
  }

#offers{
  background-color: #06071a;
}

