.carousel .carousel-item {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease;
  object-fit: cover;
}
.linea-division {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 2px;
}
.linea-division span {
  width: 85%;
  background-color: orange;
}
.indicadores {
  background-color: blue;
  color: white;
}
/*Clases de Materialize*/
/*
.materialboxed:hover:not(.active) {
   opacity: 1 !important;
   transform: scale(1.05);
 } */
div.materialbox-caption {
  bottom: 1.5rem;
  left: 12rem;
  width: 50%;
  text-align: left;
  padding: 0% 5%;
  height: 50px;
  z-index: 1000;
  display: inline-block;
  background-color: pink;
  box-shadow: 5px 5px white;
  font-size: 21px;
  font-family: "Dancing Script", cursive;
}
.carousel .carousel-item img {
  border-radius: 15px;
}
