/* Extra pequeño: xs - No necesita media query (0px en adelante) */

#background-banner{
  background-image: url('../img/XS/xs-home-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#banner-2{
  background-image: url('../img/XS/xs-home-background-ready-to-sell.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner{
  background-image: url('../img/XS/xs-home-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  /* sm - Small (teléfonos grandes) */
}

@media (min-width: 768px) {
  /* md - Medium (tabletas) */
  #background-banner{
    background-image: url('../img/M/m-home-background.jpg');
  }
  #banner-2{
    background-image: url('../img/M/m-home-background-ready-to-sell.jpg');
  }
  #banner{
    background-image: url('../img/M/m-home-background.jpg');
  }
}

@media (min-width: 992px) {
  /* lg - Large (escritorio) */
  #background-banner{
    background-image: url('../img/L/l-home-background.jpg');
  }
  #banner-2{
    background-image: url('../img/L/l-home-background-ready-to-sell.jpg');
  }
  #banner{
    background-image: url('../img/M/m-home-background.jpg');
  }
}

@media (min-width: 1200px) {
  /* xl - Extra large */
  #background-banner{
    background-image: url('../img/XL/xl-home-background.jpg');
  }
  #banner-2{
    background-image: url('../img/XL/xl-home-background-ready-to-sell.jpg');
  }
  #banner{
    background-image: url('../img/XL/xl-home-background.jpg');
  }
}

@media (min-width: 1400px) {
  h1{ font-size: 72px; }
  /* xxl - Extra extra large */
  #banner{ min-height: 80vh; }
  #background-banner{
    background-image: url('../img/XXL/xxl-home-background.jpg');
  }
  #banner-2{
    height: 590px;
    background-image: url('../img/XXL/xxl-home-background-ready-to-sell.jpg');
  }
  #banner{
    background-image: url('../img/XXL/xxl-home-background.jpg');
  }
  .swiper {
    width: 100%;
    height: 300px;
  }
}
