/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
} */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
}
.carousel-control-next {
  display: flex;
  justify-content: flex-end;
  margin-right: 3em;
}

.carousel-control-prev {
    display: flex;
    justify-content: flex-start;
    margin-left: 3em;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: invert(1);
}
.carousel-indicators [data-bs-target] {
  background-color: red
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

#carrusel-caja {
    /* -moz-animation: automatizacion 15s infinite linear;
    -o-animation: automatizacion 15s infinite linear;
    -webkit-animation: automatizacion 15s infinite linear;
    animation: automatizacion 15s infinite linear;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease; */
    width: 100%;
    /* transition-duration: 0.6s;
    transform: translate3d(0, 0px, 0px); */
}
#myCarousel{
    margin: 0 auto;
    overflow: hidden;
    /* text-align: left; */
}
.imagenes{
    height: 500px;
    width: 100%;
}
.carousel-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    /* float: left; */
    /* width: 33.333%; */
}
/* #carouselProductsNew .carousel-item{
  display: inline-block;
  width: 33.333%;
  margin-right: 0;
  float: none;
}
#carouselProductsNew .carousel-inner{
  width: 150%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
#carouselProductsNew .carousel-item.active{
  display: inline-block;
  margin-right: 0;
  float: none;
} */
@-moz-keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}

.carousel-container-products {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.carousel-products {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner-products {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel-item-products {
  flex: 0 0 400px;
}

.carousel-products img {
  width: 100%;
}

.products-carousel-prev, .products-carousel-next {
  font-size: 15px;
  margin: 0 10px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: red;
  color: #ffffff;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 575.98px) {
  .carousel-item {
    height: auto;
  }
}
 @media (max-width: 360px) {
   .carousel-item-products {
      flex: 0 0 310px;
    }
 }
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
