/* =======================================
            MOBILES
=========================================*/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* =======================================
            TABLETS
=========================================*/
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* =======================================
            ESCRITORIO
=========================================*/
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

  /* Promociones home */
  .label-oferta {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    font-size: 5rem;
  }

  .imagen-fondo-promo {
    height: 600px;
  }

  #env-explicacion {
    color: #c0cbd8;
    font-size: 2rem;
    max-width: 800px;
    margin: 0 auto;
  }

  .owl-theme .owl-nav {
    position: absolute;
    margin-top: -300px;
    width: 100%;
  }


}
