.UltimasNoticias img {
  display: block;
  width: 100%;
  height: auto; }

.UltimasNoticias .contenedor {
  padding: 51px 24px 56px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .UltimasNoticias .contenedor {
      flex-direction: row;
      flex-wrap: wrap;
      padding: 55px 89px 99px;
      max-width: var(--layout-xl); } }
  @media (min-width: 1400px) {
    .UltimasNoticias .contenedor {
      padding: 101px 120px 135px;
      max-width: var(--layout-xxl); } }

.UltimasNoticias .titulo {
  width: 100%;
  display: block;
  margin-bottom: 11px; }
  @media (min-width: 1080px) {
    .UltimasNoticias .titulo {
      margin-bottom: 15px; } }
  @media (min-width: 1400px) {
    .UltimasNoticias .titulo {
      margin-bottom: 16px; } }
  .UltimasNoticias .titulo,
  .UltimasNoticias .titulo * {
    color: var(--almost-black);
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    font-weight: 900;
    text-wrap: balance;
    text-decoration: none; }
    .UltimasNoticias .titulo a,
    .UltimasNoticias .titulo * a {
      color: currentColor;
      text-decoration: none; }
    @media (min-width: 1080px) {
      .UltimasNoticias .titulo,
      .UltimasNoticias .titulo * {
        font-size: 34px;
        line-height: 42px; } }
    @media (min-width: 1400px) {
      .UltimasNoticias .titulo,
      .UltimasNoticias .titulo * {
        font-size: 46px;
        line-height: 56px; } }
  .UltimasNoticias .titulo * {
    margin: 0; }

.UltimasNoticias .texto {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 1080px) {
    .UltimasNoticias .texto {
      margin-bottom: 0; } }
  .UltimasNoticias .texto,
  .UltimasNoticias .texto * {
    color: var(--grey-text);
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    text-wrap: balance; }
    @media (min-width: 1080px) {
      .UltimasNoticias .texto,
      .UltimasNoticias .texto * {
        font-size: 10px;
        line-height: 18px; } }
    @media (min-width: 1400px) {
      .UltimasNoticias .texto,
      .UltimasNoticias .texto * {
        font-size: 14px;
        line-height: 24px; } }
  .UltimasNoticias .texto * {
    margin: 0; }

.UltimasNoticias .acciones {
  display: flex;
  flex-direction: column;
  width: 100%; }

.UltimasNoticias .enlace {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-alt);
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  margin-right: auto;
  padding-right: 45px;
  position: relative; }
  @media (min-width: 1080px) {
    .UltimasNoticias .enlace {
      font-size: 10px;
      line-height: 18px; } }
  @media (min-width: 1400px) {
    .UltimasNoticias .enlace {
      font-size: 16px;
      line-height: 19px; } }
  .UltimasNoticias .enlace:after {
    content: '';
    display: block;
    border-left: 8px solid var(--blue-alt);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .UltimasNoticias .enlace:before {
    content: '';
    display: block;
    background-color: var(--blue-alt);
    width: 18px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%); }

.UltimasNoticias .imagen {
  display: block;
  width: 100%; }

.UltimasNoticias .categorias {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 8px; }
  @media (min-width: 1080px) {
    .UltimasNoticias .categorias {
      margin-bottom: 15px; } }
  @media (min-width: 1400px) {
    .UltimasNoticias .categorias {
      margin-bottom: 18px; } }

.UltimasNoticias .categoria a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background-color: var(--brown);
  color: var(--white);
  font-size: 11px;
  line-height: 15px;
  font-weight: 900;
  text-decoration: none; }

.UltimasNoticias .superior {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 1080px) {
    .UltimasNoticias .superior {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 1400px) {
    .UltimasNoticias .superior {
      margin-bottom: 52px; } }
  @media (min-width: 1080px) {
    .UltimasNoticias .superior .izquierda {
      max-width: 520px;
      margin-right: auto; } }
  @media (min-width: 1400px) {
    .UltimasNoticias .superior .izquierda {
      max-width: 710px; } }
  .UltimasNoticias .superior .titulo,
  .UltimasNoticias .superior .titulo * {
    font-family: var(--font-secondary); }

.UltimasNoticias .posts {
  width: 100%; }
  @media (min-width: 1080px) {
    .UltimasNoticias .posts {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }

.UltimasNoticias .destacado {
  width: 100%;
  margin-bottom: 47px; }
  @media (min-width: 1080px) {
    .UltimasNoticias .destacado {
      max-width: 415px;
      margin-right: auto;
      margin-bottom: 0; } }
  @media (min-width: 1400px) {
    .UltimasNoticias .destacado {
      max-width: 550px; } }
  .UltimasNoticias .destacado .imagen {
    margin-bottom: 23px; }
    @media (min-width: 1080px) {
      .UltimasNoticias .destacado .imagen {
        margin-bottom: 32px; } }
    @media (min-width: 1400px) {
      .UltimasNoticias .destacado .imagen {
        margin-bottom: 42px; } }
    .UltimasNoticias .destacado .imagen img {
      height: 214px;
      object-fit: cover;
      object-position: center top; }
      @media (min-width: 1080px) {
        .UltimasNoticias .destacado .imagen img {
          height: 271px; } }
      @media (min-width: 1400px) {
        .UltimasNoticias .destacado .imagen img {
          height: 360px; } }
  .UltimasNoticias .destacado .titulo {
    width: 100%;
    display: block;
    margin-bottom: 8px; }
    @media (min-width: 1080px) {
      .UltimasNoticias .destacado .titulo {
        margin-bottom: 10px; } }
    .UltimasNoticias .destacado .titulo,
    .UltimasNoticias .destacado .titulo * {
      color: var(--grey-alt);
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      font-weight: 900;
      text-wrap: balance; }
      @media (min-width: 1080px) {
        .UltimasNoticias .destacado .titulo,
        .UltimasNoticias .destacado .titulo * {
          font-size: 17px;
          line-height: 23px; } }
      @media (min-width: 1400px) {
        .UltimasNoticias .destacado .titulo,
        .UltimasNoticias .destacado .titulo * {
          font-size: 24px;
          line-height: 32px; } }
    .UltimasNoticias .destacado .titulo * {
      margin: 0; }
  .UltimasNoticias .destacado .excerpt {
    width: 100%; }
    .UltimasNoticias .destacado .excerpt,
    .UltimasNoticias .destacado .excerpt * {
      color: var(--grey-text);
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      font-weight: normal;
      text-wrap: balance; }
      @media (min-width: 1080px) {
        .UltimasNoticias .destacado .excerpt,
        .UltimasNoticias .destacado .excerpt * {
          font-size: 10px;
          line-height: 18px; } }
      @media (min-width: 1400px) {
        .UltimasNoticias .destacado .excerpt,
        .UltimasNoticias .destacado .excerpt * {
          font-size: 14px;
          line-height: 24px; } }
    .UltimasNoticias .destacado .excerpt * {
      margin: 0; }

@media (min-width: 1080px) {
  .UltimasNoticias .listado {
    max-width: 348px; } }

@media (min-width: 1400px) {
  .UltimasNoticias .listado {
    max-width: 554px; } }

.UltimasNoticias .post {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-bottom: 0;
  margin-bottom: 20px; }
  @media (min-width: 1080px) {
    .UltimasNoticias .post {
      gap: 18px;
      margin-bottom: 24px; } }
  @media (min-width: 1400px) {
    .UltimasNoticias .post {
      gap: 24px;
      margin-bottom: 31px; } }
  .UltimasNoticias .post:last-child {
    margin-bottom: 0; }
    @media (min-width: 1080px) {
      .UltimasNoticias .post:last-child {
        margin-bottom: 0; } }
  .UltimasNoticias .post .imagen {
    max-width: 100px; }
    @media (min-width: 1080px) {
      .UltimasNoticias .post .imagen {
        max-width: 121px; } }
    @media (min-width: 1080px) {
      .UltimasNoticias .post .imagen {
        max-width: 160px; } }
    .UltimasNoticias .post .imagen img {
      height: 75px;
      object-fit: cover;
      object-position: center top; }
      @media (min-width: 1080px) {
        .UltimasNoticias .post .imagen img {
          height: 91px; } }
      @media (min-width: 1080px) {
        .UltimasNoticias .post .imagen img {
          height: 120px; } }
  .UltimasNoticias .post .titulo {
    width: 100%;
    display: block;
    margin-bottom: 13px; }
    @media (min-width: 1080px) {
      .UltimasNoticias .post .titulo {
        margin-bottom: 16px; } }
    @media (min-width: 1400px) {
      .UltimasNoticias .post .titulo {
        margin-bottom: 17px; } }
    .UltimasNoticias .post .titulo,
    .UltimasNoticias .post .titulo * {
      color: var(--grey-alt);
      font-size: 12px;
      line-height: 16px;
      text-align: left;
      font-weight: bold;
      text-wrap: balance; }
      @media (min-width: 1080px) {
        .UltimasNoticias .post .titulo,
        .UltimasNoticias .post .titulo * {
          font-size: 14px;
          line-height: 19px; } }
      @media (min-width: 1400px) {
        .UltimasNoticias .post .titulo,
        .UltimasNoticias .post .titulo * {
          font-size: 20px;
          line-height: 27px; } }
    .UltimasNoticias .post .titulo * {
      margin: 0; }
  .UltimasNoticias .post .categorias {
    gap: 7px;
    margin-bottom: 0; }
    @media (min-width: 1400px) {
      .UltimasNoticias .post .categorias {
        gap: 11px; } }
  .UltimasNoticias .post .categoria a {
    font-size: 7px;
    line-height: 14px;
    padding: 2px 9px; }
    @media (min-width: 1400px) {
      .UltimasNoticias .post .categoria a {
        padding: 6px 20px;
        font-size: 11px;
        line-height: 15px; } }
