body#ppgsf .page-header {
  background: #33D0B9 url(../img/ppgsf/PPGSF.png) no-repeat top center;
  padding-bottom: 54px;
}

body#ppgsf .page-header .header-logo h1 img {
  max-width: 350px;
}

body#ppgsf .page-header .header-logo .box-telefone h3 a {
  color: #00241c;
}

body#ppgsf .page-header .acesso-facil-ppgsf {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

body#ppgsf .page-header .acesso-facil-ppgsf li {
  display: inline-block;
}

body#ppgsf .page-header .acesso-facil-ppgsf li a {
  display: block;
  width: 150px;
  text-decoration: none;
  color: #fff;
  padding: 3px 10px;
  background: #078178;
  border-radius: 2px;
  border: 1px solid #1c8b83;
}

body#ppgsf .page-header .acesso-facil-ppgsf li a:hover {
  background: #000;
}

body#ppgsf .breadcrumb-bar {
  background-color: rgba(7, 129, 120, 0.85);
  margin-top: -64px;
}

body#ppgsf #breadcrumbs li a {
  background-color: #078178;
}

body#ppgsf nav.header-menu, body#ppgsf nav.mestrado-menu {
  border-bottom: 1px solid #002939;
  background-color: transparent;
}

body#ppgsf nav.mestrado-menu {
  border-bottom: 1px solid #078178;
}

body#ppgsf nav.header-menu .menu-mestrado-container > ul > li a, body#ppgsf nav.mestrado-menu .menu-principal-container > ul > li a, body#ppgsf nav.mestrado-menu .menu-mestrado-container > ul > li a {
  color: #000000;
}

body#ppgsf .page-cards article {
  max-width: 295px;
}

body#ppgsf .ppgsf-calendario h4 {
  font-size: 1.3em;
  padding: 32px 0;
  margin: 0;
}

body#ppgsf .ppgsf-calendario img {
  border-radius: 6px;
  width: 100%;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

body#ppgsf .ppgsf-calendario ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

body#ppgsf .ppgsf-calendario ul li {
  border: 1px solid #ccc;
  border-top-width: 0;
  padding: 8px;
}

body#ppgsf .ppgsf-calendario ul li:first-child {
  border-top: 1px solid #ccc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

body#ppgsf .ppgsf-calendario ul li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

body#ppgsf .ppgsf-calendario ul li:hover {
  background-color: #d3fff9;
}
