@font-face {
  font-family: primer print;
  src: url(../tipografias/primer_print.ttf);
  font-family: primer-print-bold;
  src: url(../tipografias/primer_print_bold.ttf); }

.banner {
  position: relative;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: primer-print-bold;
  -webkit-box-shadow: 0px 1px 25px 0px #000000;
  box-shadow: 0px 1px 25px 0px #000000; }
  .banner h1 {
    font-size: 50px; }

    .banner h1 {
    font-size: 50px; }
    .banner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    bottom: 0;
}
.banner .container{
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .banner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px; }
    .banner h1 {
      font-size: 60px; } }

.fecha {
  font-family: primer-print-bold;
  color: #e7335c;
  font-size: 40px; }

.titulo_noticia {
  font-family: primer-print-bold;
  font-size: 30px; }

.datos span {
  font-family: "primer print";
  font-size: 18px;
  margin-right: 25px; }

.texto_noticia {
  font-family: "primer print";
  color: #000;
  padding: 15px 0px;
  font-size: 15px; }

.imagen_portada img {
  margin: 25px auto 10px; }

.seccion_tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.items_noticias {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  .items_noticias h3 {
    font-family: primer-print-bold;
    font-size: 28px; }
  .items_noticias p {
    font-family: "primer print";
    font-size: 18px;
    text-align: justify; }

.imagen_noticia {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center; }

.btn-ch {
  background-color: #e7335c;
  border: none;
  color: #fff;
  line-height: 2.5em;
  padding: 0px 35px;
  font-family: "primer print";
  border-radius: 18px; }

@media (min-width: 426px) {
  .items_noticias {
    width: 80%; } }

@media (min-width: 550px) {
  .seccion_tab__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .items_noticias {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px); } }

@media (min-width: 768px) {
  .items_noticias {
    width: calc(33.33% - 30px); } }
