img.img-as-banner{
  width: 100%;
}

.flex{
  display: flex;
  align-items: center;
}

.space-between{
  justify-content: space-between;
}

.justify-end{
  justify-content: flex-end;
}

#main-container a{
  color: #404041;
  text-decoration: none;
  font-style: italic;
}

#main-container a.btn.btn-success{
  color: white;
}

#section-aside{
  background-color: #152732;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 12px;
}

#section-aside > article{
  margin-bottom: 20px;
}

#section-aside > article > h4{
  text-align: center;
}

#section-aside a{
  color: white;
}

#section-info > article.certificate > img{
  width: 90%;
  margin-left: 5%;
}

#section-info > article.coordinator{
  margin-top: 25px
}

#section-info > article.coordinator > iframe{
  width: 100%;
  border: 0px;
}

#section-info > article > ul > li >h5 {
  font-style: italic;
  margin-bottom: 0px;
}

#section-info > article > ul > li > p {
  font-size: 16px;
}

#documents_section{
  text-align: center;
}

#documents_section li{
  list-style: none;
  margin-left: 15px;
  margin-top: 5px;
}

#documents_section p, h5{
  width: 100%;
  border-bottom: .5px solid rgba(128, 128, 128, 0.185);
}

#documents_section h5{
  text-align: start;
}

#category_title{
  justify-content: center;
}

#category_title span{
  margin-left: 15px;
}

#subcategory_title span{
  margin-left: 15px;
}

#document_icon{
  margin-right: 15px;
  cursor: pointer;
}

#category_panel{
  background-color: #152732;
}

#category_panel a{
  color: white;
}


#documentacion h2{
  color: #245C4F;
  /*color: #1B396A;*/
}

#documentacion a{
  color: #9d2449;
  font-weight: bold;
}