a {
  text-decoration: none !important;
  color: #000 !important;
}

a:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.img-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.noticias .destacada img {
  width: 100%;
}

.noticias .destacada h2 {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #083133;
  font-size: 26px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.noticias h2 {
  font-family: 'Merriweather', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000;
  font-size: 17px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.publicidad_full {
  width: 100%;
  height: auto;
}

/* SINGLE */
.titulo_nota {
  color: #083133;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.texto_nota {
  font-family: 'Merriweather', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.6;
}

.texto_single a {
  color: #083133;
  font-weight: bold;
}

.texto_single a:hover {
  color: #083133;
  font-weight: bold;
}

/* SINGLE */

/* AJUSTES CELULAR */
@media (max-width: 800px) {
  .noticias .destacada h2 {
    font-size: 20px;
  }

  .titulo_nota {
    font-size: 1.4rem;
  }

  .texto_nota {
    font-size: 1rem;
    line-height: 27px;
  }

}