#slider-products{
    overflow-x: hidden !important;
    /* background-color: #06071a; */
    background-image: url("images/17-1920x1080.png");
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 0px 50px 0px;
  }
  #slider-products .card{
    position: relative;
    background: white;
    width: 400px;
    height: 670px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #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: inherit !important; */
    color: #cfab57;
    font-weight: bolder;
    font-size: 1.6rem;
    text-align: center;
    
  }
  #slider-products .card .content h4{
    text-align: center;
    padding: 0.8rem;
  }
  /* SAVE */
  #slider-products .card .content .box-offer .save{
    font-size: 1.7rem;
    font-weight: 700;
    color: #cfab57 !important;
    /* font-family: inherit !important; */
    text-align: center !important;
    padding: 1rem;
  }
  /* PRICE */
  #slider-products .card .content .box-offer .price{
    font-weight: bold;
    font-size: 2rem;
    color: #cfab57;
    text-align: center !important;
    /* font-family: inherit; */
    /* padding: 1rem; */
  }
  /* FREE SHIPPING */
  #slider-products .card .content .box-offer .free{
    font-size: 1rem;
    font-weight: bold;
    color: black;
    text-align: center;
    /* font-family: inherit; */
    padding: 1rem;
  }
  
  #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: #cfab57!important;
    border-color: #cfab57!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: #cfab57!important;
  }
  @media screen and (max-width:768px){
    #slider-products .card, #slider-products .card .content, #slider-products .swiper-slide, #slider-products .box-image-slider{
        width: 332px !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.8rem !important;
    }
    .swiper-button-prev{
        left: 166px !important;
        right: auto;
    }
    .swiper-button-next{
        right: 166px !important;
        left: auto;
    }
  }
  
  #offers{
    background-color: #06071a;
  }

  .titulo-oferta1984 {
    padding-top: 2rem;
  }
  .titulo-oferta1984 .row {
    flex-direction: row-reverse;
  }
  .titulo-oferta1984 .row {
    align-items: center;
  }
  @media (max-width: 767px) {
    .titulo-oferta1984 .image-wrapper {
    }
  }
  @media (min-width: 992px) {
    .titulo-oferta1984 .text-wrapper {
      padding: 0 1rem;
    }
  }
  .titulo-oferta1984 .mbr-section-title {
    color: #cfab57;
    text-align: left;
  }
  .titulo-oferta1984 .mbr-text,
  .titulo-oferta1984 .mbr-section-btn {
    color: #353535;
    text-align: left;
  }

  
  .blink {
    animation: blinker 0.6s linear infinite;
    color: #cfab57;
    /* font-size: 30px; */
    font-weight: bold;
    font-family: sans-serif;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .blink-one {
    animation: blinker-one 1s linear infinite;
  }
  @keyframes blinker-one {
    0% {
      opacity: 0;
    }
  }
  .blink-two {
    animation: blinker-two 1.4s linear infinite;
  }
  @keyframes blinker-two {
    100% {
      opacity: 0;
    }
  }