.container-800 {
  width: 100%;
  max-width: 800px;
}

.sener-noticia-single {
  position: relative;
  height: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #777;
}
.sener-noticia-single .noticia-single__background-resource, .sener-noticia-single .noticia-single__overlay-background, .sener-noticia-single .noticia-single__background-resource--image, .sener-noticia-single .noticia-single__background-resource.darken::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sener-noticia-single .noticia-single__background-resource--image, .sener-noticia-single .noticia-single__background-resource.darken::after {
  content: "";
}
.sener-noticia-single .noticia-single__background-resource--image {
  background-size: cover;
  background-repeat: no-repeat;
}
.sener-noticia-single .noticia-single__background-resource.darken::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.sener-noticia-single .noticia-single__background-resource, .sener-noticia-single .noticia-single__overlay-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
.sener-noticia-single .noticia-single__contenido {
  margin: auto;
  padding: 2rem;
}
.sener-noticia-single .noticia-single__contenido--tag {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2.28571px;
  text-transform: uppercase;
  background: #fff;
  display: inline-flex;
  margin: 0 10px 10px 0;
  padding: 0.2rem 0.5rem;
}
.sener-noticia-single .noticia-single__contenido--titulo {
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.08333px;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

@media (min-width: 798px) {
  .sener-noticia-single .noticia-single__contenido {
    margin: auto 28px auto 38px;
  }
}
@media (min-width: 991px) {
  .sener-noticia-single .noticia-single__contenido {
    margin: auto;
    padding: 0;
  }
  .sener-noticia-single .noticia-single__contenido--tag {
    font-size: 16px;
  }
  .sener-noticia-single .noticia-single__contenido--titulo {
    font-size: 65px;
  }
}

/*# sourceMappingURL=modulo-cabecera-noticia.css.map */
