.blockFeatured-type1-item .blockFeatured-picture img,
.blockFeatured-type1-item .blockFeatured-picture picture,
.blockFeatured-type1-item .blockFeatured-picture .contentPicture,
.blockFeatured-type1-item .blockFeatured-picture .contentPicture a {
  border-radius: 24px;
}
.blockFeatured-type1-item .blockFeatured-content .contentTitle {
  margin-bottom: 30px;
  font-weight: 700;
}
.blockFeatured-type1-item .blockFeatured-content .contentTitle a {
  color: #3065AF;
}
.blockFeatured-type1-item .blockFeatured-content .contentTitle a:focus {
  color: #3065AF;
}
.blockFeatured-type1-item .blockFeatured-content .contentTitle a:hover {
  color: var(--colorCorp);
}
.blockFeatured-type1-item .blockFeatured-content .contentPlainText {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.blockFeatured-type1-item .blockFeatured-content .contentDate,
.blockFeatured-type1-item .blockFeatured-content .contentLinklist {
  margin-bottom: 14px;
}
@media (min-width: 1440px) {
  .blockFeatured-type1-item .blockFeatured-picture {
    margin-right: 30px;
  }
  .blockFeatured-type1-item .blockFeatured-picture picture {
    width: 464px;
    height: 334px;
  }
  .blockFeatured-type1-item .blockFeatured-content .contentTitle {
    font-size: 24px;
    line-height: 28px;
    color: #3065AF;
  }
  .blockFeatured-type1-item .blockFeatured-content .contentPlainText {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1439px) {
  .blockFeatured-type1-item .blockFeatured-content .contentPlainText {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .blockFeatured-type1-item .blockFeatured-content .contentTitle {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .blockFeatured-type1-item .blockFeatured-picture {
    margin-right: 20px;
  }
  .blockFeatured-type1-item .blockFeatured-picture picture {
    width: 340px;
    height: 320px;
  }
}
@media (max-width: 1023px) {
  .blockFeatured-type1-item .blockFeatured-content .contentTitle {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .blockFeatured-type1-item {
    display: flex;
  }
  .blockFeatured-type1-item .blockFeatured-picture {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .blockFeatured-type1-item .blockFeatured-picture picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .blockFeatured-type1-item .blockFeatured-content {
    min-width: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .blockFeatured-type1-item .blockFeatured-content .contentTitle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blockFeatured-type1-item .blockFeatured-content .contentButton {
    margin-top: auto;
  }
  .blockFeatured-type1-item .blockFeatured-content .contentButton .btn {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .blockFeatured-type1-item .blockFeatured-picture {
    margin-bottom: 12px;
  }
  .blockFeatured-type1-item .blockFeatured-content .contentButton {
    margin-top: 20px;
  }
  .blockFeatured-type1-item .blockFeatured-content .contentButton .btn {
    width: 100%;
    display: flex;
  }
}

#inicio .noticias1 {
  background-color: #EEF0F2;
}
#inicio #noticias-featured .contentTitle a {
  color: #495057;
  font-family: var(--fontFamilyTitle);
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
#inicio #noticias-featured .contentDate {
  color: #ACB5BD;
}
#inicio #noticias-featured .contentPlainText {
  color: #212429;
  font-size: 16px;
  line-height: 28px;
}
#inicio #noticias-featured .contentButton {
  padding-top: 70px;
}
#inicio #noticias-featured .contentButton a::after {
  content: "\ec6c";
  font-family: "icomoon";
  font-size: 20px;
  margin-left: 5px;
}
#inicio #noticias-featured .blq-btn .btn {
  color: var(--colorCorp);
  border-radius: 100px;
  border: 2px solid var(--colorCorp);
  background-color: transparent;
  padding: 10px 20px;
}/*# sourceMappingURL=type1-item.css.map */