/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 3rem;
    color: #5a5a5a;
    background-color: #DBD7D7;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Clase de base del carrusel */
.carousel {
    margin-bottom: 4rem;
    margin-top: 10px;
}
.navbar.navbar-static-top.navbar-light.bg-faded.navbar-fixed-top {
}

/* Desde el posicionamiento de la imagen, tenemos que ayudar a la leyenda */
.carousel-caption {
    z-index: 10;
}

/* Declarar alturas debido al posicionamiento del elemento img*/
.carousel-item {
    height: 32rem;
    background-color: #777777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.carousel-indicators {
    top: 47px;
    right: 1.5rem;
    bottom: auto;
    left: auto;
    width: 1rem;
    margin-left: 0;
}

.carousel-indicators > li {
  margin-bottom: .25rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Centre alinee el texto dentro de las tres columnas debajo del carrusel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Disminuir los encabezados de comercialización */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Mejora 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;
  }
}
