#noticias, #album {
  background-color: #f0f0f0;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.img-fluid {
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.botones {
  display: flex;
  align-items: center;
  justify-content: center;
}

h2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#albumHeader {
  background-image: url("../imagenes/album.png");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.noticia {
  display: flex;
  justify-content: center;
}

.titulo-noticia {
  color: white !important;
}

.subtitulo-noticia {
  font-size: 15px;
  color: white !important;
  font-weight: 600;
}

.subtitulo_subseccion {
  color: white !important;
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .img-fluid {
    max-width: 90%;
  }
  #album, #elementosAlbum {
    display: grid;
    justify-content: center;
  }
  #titulo, #cuerpo, #botoncito {
    display: grid;
    text-align: center;
  }
}
/* Para pantallas medianas */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .img-fluid {
    max-width: 100%;
  }
  #album, #elementosAlbum {
    display: grid;
    justify-content: center;
  }
  #titulo, #cuerpo, #botoncito {
    display: grid;
    text-align: center;
  }
}
/* Para pantallas grandes */
@media screen and (min-width: 769px) {
  .img-fluid {
    width: 200px;
  }
}/*# sourceMappingURL=album.css.map */