.text-align-justify{
	text-align: justify;
}

.box-description-section-text {
    text-align:justify;
    hyphens: auto;
    -webkit-hyphens: auto;
		word-spacing: -0.05em;
  	#word-break: break-all;
}

.justify-items-center {

justify-items:center;
}

#.recent-news img {
  width:300px;
	max-width: 300px;
	height:210px;
  max-height:210px;
}

.recent-news li{
  min-width:300px;
  background: #FFFF;
  box-shadow: 1px 1px 10px 0px RGBA(0, 0, 0, 0.2);
  padding-bottom: 3rem;
  #max-width: 300px;
  #margin-right:  auto;
  #margin-left: auto;
}

.recent-news dl.list-inline {
  display: none;
}

.recent-news .article-intro-image {
  margin: 0px -15px;
}

.recent-news .mod-articles-title{
  font-size: 16px;
}

.recent-news .mod-articles-date {
  font-size: 12px
}
.recent-news ul {
  #justify-content:start;
}

/*********************** ACTUAL NEWS PAGE **********/
.article-details {  
    max-width: 800px; /* Keeps lines readable */
    margin: 0 auto; /* Centers the content */
    padding: 24px; /* Good spacing inside */
    font-size: 18px; /* Readable text */
    line-height: 1.7; /* Comfortable line spacing */
}

.noticias .article-introtext,
.anuncios .article-introtext{
   display: none;
}
