.fechaDetalleNoticia{
  background-color:#FF8341;
  width:12.5rem;
  color:white;
  float:right;
  text-align:center;
}

.cardBaner{
  border-radius: 0.5rem;
}

.cardBanerFecha{
  font-size: 1rem;
}

.card-title{
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.card-text{
  margin: 0 1rem 0 0.375rem;
  font-size: 1rem;
  text-align: justify;
}

.btn-publicacion{
  display: flex;
  flex-direction: row-reverse;
  margin-top: auto;
}

.imagen-baner-noticia, .img-baner{
  width: auto !important;
  height: auto !important;
  max-width: 22rem !important;
  max-height: 13.5rem !important;
  margin: auto;
  padding: 0.25rem;
}

.cabecera{
  padding: 0.313rem;
  padding-left: 0.625rem;
  color:white;
  border-radius:0.5rem 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.container-noticias{
  width: 85%;
  margin: auto;
}

.tituloBaner{
  margin: 0.5rem !important;
}

.card-body.d-flex.flex-column.card-noticia {
  height: 100%;
}