#noticias-detalles {
  font-family: "Montserrat", sans-serif;
  background-color: white;
}

#noticias-detalles .header-detalles {
  height: 50vh;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#noticias-detalles .bg-green {
  background-color: rgba(0, 61, 17, 0.6);
}

#noticias-detalles .text-select {
  font-size: small;
}

#noticias-detalles .enlaces-nav a {
  text-decoration: none;
  color: #fec480;
}

#noticias-detalles .enlaces-nav a:hover span {
  color: #ffa331;
  font-size: 1rem;
  font-weight: bold;
}

#noticias-detalles .enlaces-nav a span {
  font-size: 0.95rem;
  color: #fec480;
}

.enlaces-noticias a {
  text-decoration: none;
  color: #aeaeae;
}

.enlaces-noticias span {
  font-size: small;
}

.enlaces-noticias:hover a span {
  color: #0bb249;
  margin-left: 0.8rem;
}

.text-publicado {
  color: #696969;
  font-size: 0.8rem;
}

.publicacion-header {
  font-weight: bold;
  font-size: 0.9rem;
  color: #696969;
}

.publicacion-body {
  color: #aeaeae;
}

.body-detalles .publicaciones .col-md-6 {
  min-height: 60vh;
}

.border-publicaciones {
  border-right: 2px #e9e9e9 solid;
}

.noticias-publicidad {
  width: 100%;
  height: 120px;
  background-color: #eeeeee;
  color: #c6c6c6;
  font-size: small;
  font-weight: bold;
}

.border-notas {
  border-bottom: 1px #e9e9e9 solid;
}

.publicado-body > p {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
  .body-detalles .publicaciones .col-md-6 {
    height: auto;
  }
}
