.blockFeatured-typeCustom-item,
.blockFeatured-typeCustom2-item {
  position: relative;
}
.blockFeatured-typeCustom-item .blockFeatured-content,
.blockFeatured-typeCustom2-item .blockFeatured-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.blockFeatured-typeCustom-item .blockFeatured-content .contentTitle,
.blockFeatured-typeCustom-item .blockFeatured-content .post-titulo,
.blockFeatured-typeCustom2-item .blockFeatured-content .contentTitle,
.blockFeatured-typeCustom2-item .blockFeatured-content .post-titulo {
  margin-bottom: 0;
  font-weight: 400;
}
.blockFeatured-typeCustom-item .blockFeatured-content .contentTaglist + .contentPlainText,
.blockFeatured-typeCustom2-item .blockFeatured-content .contentTaglist + .contentPlainText {
  margin-top: 10px;
}
.blockFeatured-typeCustom-item .blockFeatured-content .contentButton,
.blockFeatured-typeCustom2-item .blockFeatured-content .contentButton {
  padding-top: 30px;
}
.blockFeatured-typeCustom-item .blockFeatured-content > *:last-child,
.blockFeatured-typeCustom2-item .blockFeatured-content > *:last-child {
  margin-bottom: 0 !important;
}
.blockFeatured-typeCustom-item a,
.blockFeatured-typeCustom2-item a {
  display: block;
}
.blockFeatured-typeCustom-item a picture,
.blockFeatured-typeCustom2-item a picture {
  overflow: hidden;
}
.blockFeatured-typeCustom-item a picture img,
.blockFeatured-typeCustom2-item a picture img {
  transition: transform 0.2s;
}
.blockFeatured-typeCustom-item a .blockFeatured-content,
.blockFeatured-typeCustom2-item a .blockFeatured-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.blockFeatured-typeCustom-item a:hover picture img,
.blockFeatured-typeCustom2-item a:hover picture img {
  transform: scale(1.2);
}
.blockFeatured-typeCustom-item a:hover picture:before,
.blockFeatured-typeCustom2-item a:hover picture:before {
  opacity: 0.8;
}
@media (min-width: 1440px) {
  .blockFeatured-typeCustom-item .blockFeatured-content,
  .blockFeatured-typeCustom2-item .blockFeatured-content {
    padding: 30px;
  }
  .blockFeatured-typeCustom-item .blockFeatured-content .contentTitle,
  .blockFeatured-typeCustom-item .blockFeatured-content .post-titulo,
  .blockFeatured-typeCustom2-item .blockFeatured-content .contentTitle,
  .blockFeatured-typeCustom2-item .blockFeatured-content .post-titulo {
    font-size: 20px;
    line-height: 32px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blockFeatured-typeCustom-item .blockFeatured-content .contentTitle,
  .blockFeatured-typeCustom-item .blockFeatured-content .post-titulo,
  .blockFeatured-typeCustom2-item .blockFeatured-content .contentTitle,
  .blockFeatured-typeCustom2-item .blockFeatured-content .post-titulo {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .blockFeatured-typeCustom-item .blockFeatured-content,
  .blockFeatured-typeCustom2-item .blockFeatured-content {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .blockFeatured-typeCustom-item .blockFeatured-content,
  .blockFeatured-typeCustom2-item .blockFeatured-content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .blockFeatured-typeCustom-item .blockFeatured-content .contentTitle,
  .blockFeatured-typeCustom-item .blockFeatured-content .post-titulo,
  .blockFeatured-typeCustom2-item .blockFeatured-content .contentTitle,
  .blockFeatured-typeCustom2-item .blockFeatured-content .post-titulo {
    font-size: 16px;
    line-height: 24px;
  }
  .blockFeatured-typeCustom-item .blockFeatured-picture picture img,
  .blockFeatured-typeCustom2-item .blockFeatured-picture picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}/*# sourceMappingURL=typeCustom-item.css.map */