body {
  background-color: #fcfcfc;
  overflow-x: hidden;
}

.muse-header {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

/* HEADER */

.ppgav-cover {
  height: 260px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.ppgav-cover-brand {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.ppgav-cover-brand svg {
  width: 240px;
  height: 43px;
}

header .navbar-nav .nav-item {
  padding: 4px 14px;
}

header .nav-link,
header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
}

@media (min-width: 1200px) {
  header .navbar-nav .nav-item {
    padding: 0 16px;
  }

  header .nav-link,
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}

/* PPGAV COMMON STYLES */

.ppgav-section {
  margin: 60px 0;
}

@media (max-width: 768px) {
  .ppgav-section {
    margin: 30px 0;
  }
}

.ppgav-section.no-margin-bottom {
  margin: 60px 0 0;
}

h1,
.ppgav-special-title {
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-transform: lowercase;
  position: relative;
  display: inline-block;
}

h1:not(.underline-disabled)::after,
.ppgav-special-title:not(.underline-disabled)::after {
  content: "";
  position: absolute;
  background: #ddd;
  width: 100vw;
  height: 1px;
  right: 0;
  bottom: -12px;
}

.ppgav-resumo {
  margin: 30px 0;
  font-weight: normal;
}

.content--texto p {
  font-size: 18px;
  line-height: 1.5em;
}

.content--texto li {
  margin: 1em 0;
}

/* BOOTSTRAP NAV TABS */

.ppgav-section .nav.nav-tabs li.active {
  order: -1;
}
.ppgav-section .nav.nav-tabs a.active {
  font-weight: bold;
}

/* BOOTSTRAP ACCORDION */

.content--accordion .accordion-button span {
  text-align: left;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-weight: bold;
}
.content--accordion .accordion-body {
  padding: 30px;
}

/* SIDEBAR */

.ppgav-sidebar--subtitle {
  font-size: 80%;
}
.ppgav-sidebar--link {
  font-weight: 600;
}

.ppgav-sidebar--card {
  background-color: #fff;
  overflow: hidden;
}

/* BREADCRUMBS */

.ppgav-breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.ppgav-breadcrumbs a:not(:last-child):after {
  content: "\0203A";
  margin: 0 10px;
  font-weight: bold;
}

/* LINKS */

.ppgav-breadcrumbs a:hover,
.ppgav-sidebar--card a:hover {
  text-decoration: underline;
}

/* BANNER */

.ppgav-banner-3-1 {
  width: 100%;
  display: block;
}
.ppgav-banner-3-1 img {
  width: 100%;
  border-radius: 10px;
}

/* VIDEO RESPONSIVE */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* INTEGRANTES */

@media (max-width: 768px) {
  .col-integrante {
    margin-top: 4px;
  }
  .col-integrante .card {
    margin-bottom: 4px;
  }
}

/* EGRESSOS FILTER */

#egressos-filter h5,
#egressos-filter-category {
  margin-bottom: 20px;
}
#egressos-filter-letters {
  display: flex;
  flex-wrap: wrap;
}
#egressos-filter-letters a {
  display: block;
  margin: 10px;
  font-size: 22px;
}

#egressos-filter-letters a.active {
  font-weight: bold;
}

/* DATA TABLES  */

.dataTables_wrapper {
  font-size: 12px;
}
