/*
* **********************************
* ################################## ESTILOS DE notices-documents
* **********************************
*/

/*
========================
======================== ALTERA BODY
========================
*/

body {
  background-color: #f3f7fc;
}



body.niveis-graduacao #pos-editais{
  display: none !important;
}

body.niveis-pos-graduacao #editais-graduacao{
  display: none !important;
}

/*
========================
======================== NOTICES DOCUMENTS
========================
*/

.notices-documents {
  margin-top: 50px;
}
@media(max-width: 1024px) {
    .notices-documents {
        width: 90%;
        margin: 50px auto 0;
    }
}

.notices-documents .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notices-documents-left {
  flex-basis: 30%;
}

@media(max-width: 1024px) {
  .notices-documents-left {
    flex-basis: 100%;
  }
}

.notices-documents-left h2{
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;
}


/* NAV */
.notices-documents-nav {
  float: left;
  width: 100%;
}

.notices-documents-nav-li {
  background-color: #FFF;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;

  -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 51, 73, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(35, 51, 73, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(35, 51, 73, 0.2);
}

.notices-documents-nav-li>a {
  float: left;
  width: 100%;
  padding: 20px 25px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #292c39;
  text-transform: uppercase;
  cursor: pointer;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.notices-documents-nav-li:last-child a {
  border-bottom: 0;
}

.notices-documents-nav-li-accordion>a span {
  width: 18px;
  height: 18px;
  position: relative;
  float: right;
}

.notices-documents-nav-li-accordion>a span::after {
  font-size: 24px;
  color: #0078e7;
  font-weight: 700;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  content: "\f055";
}

.notices-documents-nav-li-accordion.active span:after {
  content: "\f056";
}

.notices-documents-nav-sub {
  display: none;
  float: left;
  width: 100%;
  border-top: 1px solid #d8dde2;
  padding-top: 15px;
}

.notices-documents-nav-sub-li {
  float: left;
  width: 100%;
}

.notices-documents-nav-sub-li>a {
  float: left;
  width: 100%;
  padding: 7px 35px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #292c39;
  text-transform: uppercase;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.notices-documents-nav-sub-li>a:hover {
  color: #007dc5;
}

.notices-documents-right {
  flex-basis: 67%;
}

@media(max-width: 1024px) {
  .notices-documents-right {
    flex-basis: 100%;
    margin-top: 40px;
  }
}

.notices-documents-search-restult {
  margin-bottom: 30px;
}

.notices-documents-search-restult h1 {
  font-size: 2.6rem;
  color: #292c39;
  font-weight: 400;
}

.notices-documents-search-restult h1 strong {
  color: #0078e7;
  text-transform: uppercase;
}

.notices-documents-item {
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 15px;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.notices-documents-item-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8dde2;
}

.notices-documents-item-header h1 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #292c39;
}

@media(max-width: 1024px) {
  .notices-documents-item-header h1 {
    flex-basis: 100%;
    text-align: center;
  }
}

.notices-documents-item-header h1 span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}

.notices-documents-item-header .btn {
  background-color: #0078e7;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFF;
  padding: 13px 30px;
}

@media(max-width: 1024px) {
  .notices-documents-item-header .btn {
    flex-basis: 100%;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
  }
}

.notices-documents-item-header .btn i {
  margin-left: 10px;
}

.notices-documents-item-header .btn:hover {
  background-color: #0045a0;
}

