.page-noticias .item {
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
          box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.page-noticias .image {
  height: 220px;
}

.page-noticias .text-box {
  padding: 50px 25px 35px;
  position: relative;
}

.page-noticias .date {
  width: 66px;
  height: 70px;
  background: #ff5a00;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: -45px;
}

.page-noticias .btn {
  margin: 45px auto 0;
}

.page-noticias .py100 {
  padding: 60px 0;
}

.page-noticias .page-link {
  width: 30px;
  height: 30px;
  color: #ccc;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  background: #e6e6e6;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: ease all .4s;
  -o-transition: ease all .4s;
  transition: ease all .4s;
}

.page-noticias .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.page-noticias .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.page-noticias .page-item.active .page-link {
  color: #fff;
  background-color: #ff5a00;
  border: none;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0 0 10px rgba(255, 90, 0, .7);
          box-shadow: 0 0 10px rgba(255, 90, 0, .7);
}

.page-noticias .page-item:hover .page-link {
  color: #fff;
  background-color: #ff5a00;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(255, 90, 0, .7);
          box-shadow: 0 0 10px rgba(255, 90, 0, .7);
}

.page-noticias .pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .page-noticias .image {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .page-noticias .image {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .page-noticias .image {
    height: 220px;
  }
}