@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::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; } }

.tab_noticias {
  padding: 30px 0px; }

.menu_noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0px; }
  .menu_noticias a {
    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;
    text-decoration: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e7335c;
    padding: 15px;
    margin: 0px 5px;
    position: relative;
    color: #fff;
    cursor: pointer; }
  .menu_noticias a.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    height: 60%;
    background-color: #e7335c;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

.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); } }
