.page--front .home-news-teaser {
  max-width: 1410px;
  width: 100%;
  margin: 220px auto 0 auto;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1024px) {
  .page--front .home-news-teaser {
    margin-top: 97px;
  }
}
.page--front .home-news-teaser .view-id-news .field--nothing-1 {
  position: relative;
}
.page--front .home-news-teaser .view-id-news .field--nothing-1 .field--image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  max-height: 640px;
}
@media (max-width: 1024px) {
  .page--front .home-news-teaser .view-id-news .field--nothing-1 .field--image {
    height: 450px;
    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;
  }
  .page--front .home-news-teaser .view-id-news .field--nothing-1 .field--image img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--front .home-news-teaser .view-id-news .field--nothing-1 .actualidad {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3);
          box-shadow: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .page--front .home-news-teaser .view-id-news .field--nothing-1 .actualidad {
    padding: 50px 0 20px 0;
  }
}
.page--front .home-news-teaser .view-id-news .field--nothing {
  background-color: #AC0C22;
  padding: 50px 36px 30px 36px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .page--front .home-news-teaser .view-id-news .field--nothing {
    padding: 26px 26px 16px 26px;
  }
}
.page--front .home-news-teaser .view-id-news .field--nothing .caption {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .page--front .home-news-teaser .view-id-news .field--nothing .caption {
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}
.page--front .home-news-teaser .view-id-news .field--nothing .link {
  font-size: 17px;
  margin-right: 26px;
  text-align: right;
}
.page--front .home-news-teaser .view-id-news .field--nothing .link a:after {
  content: "";
  background-image: url("../img/arrow-white-right.svg");
  background-repeat: no-repeat;
  background-size: 65%;
  position: absolute;
  width: 16px;
  height: 12px;
  margin-top: 7px;
  margin-left: 8px;
}
/*# sourceMappingURL=news-block.css.map */
