/* main slider */
  .contenedor-carousel {
    width: 100%;
    height: 100vh;
    background-color: black;
  }
  .carousel-item-main {
    height: 100vh;
  }
  
  .imagen-carusel-new {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }

  .container-carousel-image {
    height: 100vh;
    width: 100%;
  }

  .imagen-carusel-new.mobile {
    display: none !important;
  }

  @media screen and (max-width: 799px) {
      .slider-mobile {
        display: block !important;
      }
      .slider-desktop {
        display: none !important;
      }
      .slider-tablet {
        display: none !important;
      }
      .slider-desktop-xl {
        display: none !important;
      }
  }

  @media screen and (min-width: 800px) {
      .slider-tablet {
        display: block !important;
      }
      .slider-desktop {
        display: none !important;
      }
      .slider-mobile {
        display: none !important;
      }
      .slider-desktop-xl {
        display: none !important;
      }
  }

  @media screen and (min-width: 1350px) {
      .slider-desktop {
        display: block !important;
      }
      .slider-mobile {
        display: none !important;
      }
      .slider-tablet {
        display: none !important;
      }
      .slider-desktop-xl {
        display: none !important;
      }
  }

  @media screen and (min-width: 1700px) {
      .slider-desktop {
        display: none !important;
      }
      .slider-mobile {
        display: none !important;
      }
      .slider-tablet {
        display: none !important;
      }
      .slider-desktop-xl {
        display: block !important;
      }
  }




  /*
  @media screen and (min-width: 300px) {
      .slider-desktop {
        display: block !important;
      }
      .slider-mobile {
        display: none !important;
      }
      .slider-tablet {
        display: none !important;
      }
      .slider-desktop-xl {
        display: none !important;
      }
  }*/

/* main slider */