/* GLOBAL STYLES
-------------------------------------------------- */
/* Eliminamos padding-top del body */
body {
  padding-top: 0;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel container */
#myCarousel {
  background-color: #333;
  height: 100vh;
  position: relative;
  margin-top: 0;
}

/* Carousel inner */
.carousel-inner {
  background: rgba(0, 0, 0, 0.4);
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
}

/* Cada slide */
.carousel-item {
  position: relative;
  height: 100vh;
  background: transparent;
}

/* Ajusta tamaño uniforme para todas las imágenes del carrusel */
.carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* Texto dentro de los slides */
.carousel-caption {
  position: absolute;
  bottom: 20%;
  z-index: 10;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* Carousel general */
.carousel {
  margin-bottom: 4rem;
  margin-top: 0;
  padding-top: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  .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;
  }
}
