body[class*="home"] .more-news:hover .more-news__title h2,
body[class*="home"] .more-news:hover .more-news__title {
  background: inherit;
  color: var(--op-color-teal);
  border-top: none !important;
}

body[class*="home"] .more-news .more-news__title {
  border-top: none;
}


body[class*="home"] .more-news .more-news__title h2 {
  width: unset;

  font-family: var(--nunito);
  font-weight: 800;
  font-size: 1.28em;
  letter-spacing: 2.25px;
  line-height: 28px;
  text-align: left;
  color: var(--op-color-teal);
  padding: 0;
  background: transparent;
  margin-bottom: 0;
}

/*
body[class*="home"] .more-news .btn-cargar-mas-noticias {
  display: none;
}
*/

/* nodos */
body[class*="home"] .more-news-article {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 28px;
}

body[class*="home"] .more-news-article .more-news-article__picture {
  min-width: 101px;

  border-radius: 4px;
  overflow: hidden;
}

body[class*="home"] .more-news-article .more-news-article__picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

body[class*="home"]
  .more-news-article
  .more-news-article__content
  .index__small-article__category {
  display: none !important;
}

body[class*="home"] .more-news-article .more-news-article__mobile-date {
  display: none;
}

body[class*="home"] .more-news-article .more-news-article__title {
  /* font-size: 1em; */
  margin-bottom: 14px;
}

body[class*="home"] .more-news-article .more-news-article__title a {
  color: var(--op-color-black-30);
  /* font-size: 1.35em; */
}

body[class*="home"] .more-news-article .more-news-article__content {
  border-bottom: 1px dotted var(--op-color-middle-grey);
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {

  .more-news__list .articulo-cargar-mas .index__small-article__category {
    display: none !important;
  }


}



@media screen and (min-width: 767.9px) {
  body[class*="home"] .more-news-article {
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  body[class*="home"] .more-news-article .index__small-article__category {
    border: none;
    font-size: 14px;
    font-weight: bold;
  }

  body[class*="home"] .more-news-article .index__small-article__category a {
    color: var(--op-color-teal);
  }

  body[class*="home"] .more-news-article .more-news-article__picture {
    width: 37%;
    height: unset;
    margin-right: 25px;
  }

  body[class*="home"] .more-news-article .more-news-article__content {
    width: calc(100% - 37% - 25px);

    word-break: break-word;
  }

  body[class*="home"]
    .more-news-article
    .more-news-article__content
    .more-news-article__title
    a {
    color: var(--op-color-black-4d);
  }

  /* body[class*="home"]
    .more-news-article:hover
    .more-news-article__content
    .more-news-article__title {
    text-decoration: none;
  } */

  body[class*="home"]
    .more-news-article:hover
    .more-news-article__content
    .more-news-article__title
    a {
    color: #000;
  }

  body[class*="home"] .more-news__button {
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1023.9px) {
  body[class*="home"] .more-news .more-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    column-gap: 28px;
    row-gap: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  body[class*="home"] .more-news-article {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  body[class*="home"] .more-news-article .more-news-article__picture {
    min-width: unset;
    width: 39%;
  }

  body[class*="home"] .more-news-article .more-news-article__content {
    width: calc(100% - 39% - 25px);
  }

  body[class*="home"] .more-news-article .more-news-article__picture img {
    aspect-ratio: 1/1;
    height: auto;
  }

  body[class*="home"] .more-news-article .index__small-article__category {
    text-align: left;
    width: 100%;
  }

  body[class*="home"] .more-news-article__content .more-news-article__summary,
  body[class*="home"] .more-news-article__content .more-news-article__date {
    display: none;
  }

  body[class*="home"] .more-news__button {
    margin-top: 28px;
  }
}

@media screen and (min-width: 1365.9px) {
  body[class*="home"] .more-news-article .more-news-article__title {
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
  }
}
