/* Estilos globales
-------------------------------------------------- */
/* Relleno debajo del pie de página y texto más claro */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* PERSONALIZA EL CARRUSEL
-------------------------------------------------- */

/* Clase base de carrusel */
.carousel {
  margin-bottom: 4rem;
}
/* Desde el posicionamiento de la imagen, necesitamos ayudar al título. */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declarar alturas debido a la posición del elemento img */
.carousel-item {
  height: 32rem;
}


/* CONTENIDO DE MARKETING
-------------------------------------------------- */

/* Alinee al centro el texto dentro de las tres columnas debajo del carrusel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl: comenzar: ignorar */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl: fin: ignorar */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Espaciar el Bootstrap <hr> más */
}

/* Reducir los títulos de marketing */
/* rtl: comenzar: eliminar */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl: fin: eliminar */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Aumentar el tamaño del contenido del carrusel */
  .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;
  }
}
