blockquote {
  font-weight: normal;
  font-style: italic;
  border-top: 1px solid var(--footer-bg-color);
  border-bottom: 1px solid var(--footer-bg-color);
  color: var(--color-primary);
  padding: 10px;
}
.destacat-home {padding: 3rem 5rem 5rem 5rem; font-size: larger !important;}
.destacat-home h5, .destacat-home .lead {font-size: larger !important; color: #333333 !important;}
.desc-article {text-align: justify;}
.logo-text {display: none;}

li.active > a {
  background: #3b2300;
  border-radius: 5px;
  color: #ffffff !important;
  padding: .25rem 1rem !important;
}
li > a:hover {
  background: #c6b6ac;
  border-radius: 5px;
  color: #3b2300 !important;
  padding: .25rem 1rem !important;
}