.noticia-single .image {
  height: 220px;
  margin: 15px 0 40px;
}

.noticia-single .item .text-box {
  padding: 20px 0 15px;
  border-top: thin solid #4d4d4d;
  border-bottom: thin solid #4d4d4d;
  margin: 30px 0 20px;
}

.noticia-single .item .tag {
  padding: 8px 15px;
  color: #808080;
  background: #e6e6e6;
  margin-right: 15px;
}

.noticia-single .item .text::after {
  margin: 10px auto 35px;
}

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

.noticia-single .img {
  height: 220px;
}

.noticia-single .box-text {
  padding: 50px 25px 15px;
  position: relative;
}

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

@media (min-width: 576px) {
  .noticia-single .img {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .noticia-single .image {
    height: 420px;
  }

  .noticia-single .img {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .noticia-single .img {
    height: 220px;
  }

  .noticia-single .item .text-box {
    padding: 40px 100px 20px 0;
    margin: 40px 0 30px;
  }
}