/* HEADER */
.header {
  background-color: #323C72;
}
.upper-header {
  padding-bottom: 8px;
}
.journal-logo {
  max-height: 85px;
}
.lower-header {
  background-color: #89AC34;
}
.nav-link {
  font-size: 16px;
  font-family: 'Cardo', serif;
  text-transform: inherit !important;
  transition: all 0.3s ease-out;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #cdcdcd;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  #navigationPrimary {
    padding-bottom: 0px;
  }
  .header {
    padding-left: 0%;
    padding-right: 0%;
  }
  .upper-header, .lower-header {
    padding-left: 12%;
    padding-right: 12%;
    max-width: 100%;
  }
}


/* BODY */
.t-dest {
  color: #89AC34;
}
.t-dest2 {
  color: #323c72;
}
.subt-dest {
  margin-bottom: 25px;
  position:relative;
}
.subt-dest:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 95%;
  background-color: #275296;
  bottom: 2px;
  left: -9px;
}
.btn-dark {
  background-color: #275296;
  border-radius: 5px;
  border-color: #275296;
  padding: 10px 25px;  
  line-height: 1.2;
  font-size: 16px;
  font-family: 'Cardo', serif;
  transition: all 0.3s ease-out;
}
.btn-dark:hover {
  background-color: #323C72;
  border-color: #323C72;
  transition: all 0.3s ease-out;
}
.page li::marker {
  color: #275296;
}
p.sangria1, ul.sangria1, h3.sangria1, strong.sangria1, span.sangria1 {
  padding-left: 20px;
  display: block;
}
p.sangria2, ul.sangria2, h3.sangria2, strong.sangria2, span.sangria2 {
  padding-left: 40px;
  display: block;
}
p.sangria3, ul.sangria3, strong.sangria3, ol.sangria3, span.sangria3 {
  padding-left: 60px;
  display: block;
}
/* Home - Acerca de */
.container.journal_summary h2 {
  color: #89AC34;
}
.container.journal_summary div {
  color: #FFF;
  font-size: 17px;
  width: 97%;
}
.container.journal_summary a {
  background-color: #275296;
  border-radius: 5px;
  border-color: #275296;
  color: #FFF;
  padding: 6px 20px;  
  line-height: 1.2;
  font-size: 17px;
  font-family: 'Cardo', serif;
  transition: all 0.3s ease-out;
}
.container.journal_summary a:hover {
  background-color: #323C72;
  border-color: #323C72;
  transition: all 0.3s ease-out;;
}
.container.journal_summary > div > div:first-child {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .container.journal_summary {
    padding-left: 12%;
    padding-right: 12%;
    max-width: 100%;
  }
}
/* Home - Numero Actual */
.current_issue_label {
  color: #89AC34;
  font-family: 'Cardo', serif;
  text-transform: uppercase;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 600;
}
.current_issue_identification {
  margin: 10px 0;
  color: #323C72;
  font-size: 28px;
}
.published {
  font-family: 'Cardo', serif;
}
.description_label {
  font-size: 22px;
}
.read_more.btn.btn-secondary {
  background-color: #89ac34;
  border-color: #89ac34;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Cardo', serif;
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 400;
  transition: all 0.3s ease-out;
}
.read_more.btn.btn-secondary:hover {
  background-color: #323C72;
  border-color: #323C72;
  transition: all 0.3s ease-out;
}
/* Internas */
.current_page_title, h1.page_title {
  color: #89AC34;
  margin-bottom: 40px !important;
  position: relative;
  text-align: center;
}
.current_page_title h, h1.page_title {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.current_page_title h1:before {
  content: '';
  position: absolute;
  width: 20%;
  height: 2px;
  background-color: #275296;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
h1.page_title:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #275296;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page .container-page p {
  text-align: justify;
}
@media (min-width: 1400px) {
  .container-narrow {
    max-width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-narrow {
    padding-left: 20%;
    padding-right: 20%;
  }
}


/* FOOTER */
.site-footer {
  background-color: #ffffff;
  padding-bottom: 0px;
}
.site-footer .sidebar_wrapper {
  color: #000;
}
.site-footer .additional-footer-info {
  background-color: #323C72;
  padding-top: 80px;
  padding-bottom: 60px;  
}
footer p, footer li, footer a, footer .title {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Cardo', serif;
}
.user-page-footer {
  max-width: 92%;
  flex: 0 0 92%;
}
.pkpbrand-wrapper {
  max-width: 8%;
  flex: 0 0 8%;
  align-items: flex-end;
}
img.footer-brand-image {
  width: 95px;
  filter: invert(1);
}
@media (min-width: 992px) {
  .container-footer {
    padding-left: 0%;
    padding-right: 0%;
  }
  .site-footer .sidebar_wrapper, .site-footer .additional-footer-info {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (max-width: 991px) {
  .container-footer {
    padding-left: 0%;
    padding-right: 0%;
  }
  .site-footer .sidebar_wrapper, .site-footer .additional-footer-info {
    padding-left: 5%;
    padding-right: 5%;
  }
}