/* section {
  width: 550px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 200px;
} */

.carousel-indicators .active {
  transition: all 0.3s ease-in-out;
  border: solid 2px #ffff00;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 0.7s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.carousel {
  width: 550px;
  height: 400px;
}

.carousel-inner {
  width: 100%;
  height: 300px;
}

.carousel-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-indicators {
  position: relative;
}

.carousel-indicators li {
  box-sizing: border-box;
  width: 70px;
  height: 50px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  border: solid 2px transparent;
  opacity: 0.5;
}

.picas {
  width: auto !important;
  height: 300px;
}

.tumb {
  background-color: #336666;
  padding: 15px;
  margin: 0;
  margin-top: 20px;
  border-radius: 10px;
  gap: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(55%) sepia(99%) saturate(271%) hue-rotate(9deg) brightness(156%) contrast(98%);
  margin-bottom: 35px;
}

.carousel-control-next,
.carousel-control-prev {
  align-items: flex-end;
  z-index: 1000;
}

.carousel-control-prev {
  justify-content: flex-start;
  left: 5;
}

.carousel-control-next {
  justify-content: flex-end;
  right: 5;
}

video {
  width: 100%;
  height: auto;
}

/* mi modal */

.o_1 {
  cursor: pointer;
}

.mi_modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 100px;
  position: fixed;
  top: 0;
  z-index: 2000000001 !important;
}

.mi_modal_closse {
  padding: 10px;
  color: white;
  font-size: 1.7rem;
  z-index: 21;
  cursor: pointer;
  transition: all 175ms ease-in-out;
}

.mi_modal_closse:hover {
  transform: rotate(0.25turn);
}

.mi_modal_c {
  width: 50%;
}

.mi_modal_c img {
  height: 80vh;
}

.mi_modal_hidden {
  visibility: hidden;
  transition: all 175ms ease-in-out;
}

.mi_modal_visible {
  visibility: visible;
  transition: all 175ms ease-in-out;
}

.resalte {
  color: #ffff00;
  text-align: right;
}

.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .carousel {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .carousel-inner {
    width: 100%;
    height: 240px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    margin-bottom: 30px;
  }

  .carousel-indicators li {
    width: 50px;
    height: 40px;
  }
}