/*----------------------------------------------------------------------------------
# Cabeçalho Section
----------------------------------------------------------------------------------*/

#cabecalho {
  width: 100%;
  position: relative;
  background-image: url('../imgs/cabecalho/servicos-dark.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cabecalho h2 {
  color: #fff;
  opacity: 0.35;
  font-family: 'Impact', 'Open Sans', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#cabecalho p {
  color: #fff;
  opacity: 0.6;
  font-weight: 600;
  font-family: Lato-thin, "Open Sans", sans-serif;
}

@media screen and (max-width: 575px) {
  #cabecalho {
    padding: 100px 0 25px 10px;
  }
  #cabecalho h2 {
    font-size: 35px;
		margin-bottom: 1px;
	}
  #cabecalho p {
    font-size: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #cabecalho {
    padding: 110px 0 25px 0;
  }
	#cabecalho h2 {
		font-size: 50px;
		margin-bottom: 5px;
	}
  #cabecalho p {
    font-size: 17px;
    margin-top: -8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#cabecalho {
		padding: 110px 0 30px 0;
	}
  #cabecalho h2 {
		font-size: 55px;
		margin-bottom: 10px;
	}
  #cabecalho p {
    font-size: 18px;
    margin-top: -12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #cabecalho {
    padding: 120px 0 40px 0;
  }
  #cabecalho h2 {
    font-size: 60px;
    margin-bottom: 15px;
  }
  #cabecalho p {
    font-size: 20px;
    margin-top: -22px;
  }
}

@media screen and (min-width: 1200px) {
  #cabecalho {
    padding: 120px 0 40px 0;
  }
  #cabecalho h2 {
    font-size: 60px;
    margin-bottom: 15px;
  }
  #cabecalho p {
    font-size: 20px;
    margin-top: -22px;
  }
}











/* ------- servicos ------------------------------------------------------------*/

#servicos {
  padding: 20px 0;
}

#servicos .card {
  padding: 0px !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
}

#servicos .f1 {
  background-color: rgba(253, 253, 253, 0.6);
  /* background-image: url('../imgs/intranet/icones/icon_consulte.svg') !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}
#servicos .f2 {
  background-color: rgba(253, 253, 253, 0.65);
  /* background-image: url('../imgs/intranet/icones/icon_editais.svg') !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}
#servicos .f3 {
  background-color: rgba(253, 253, 253, 0.7);
  /* background-image: url('../imgs/intranet/icones/icon_informe.svg') !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}
#servicos .f4 {
  background-color: rgba(253, 253, 253, 0.75);
  /* background-image: url('../imgs/intranet/icones/icon_documentos.svg') !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}
#servicos .f5 {
  background-color: rgba(253, 253, 253, 0.8);
  /* background-image: url('../imgs/intranet/icones/icon_organograma.svg') !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}

#servicos .card-body h1 {
  font-size: 17px;
  text-transform: uppercase !important;
  /* opacity: 0.7 !important; */
  font-family: 'Arial', 'Open Sans', sans-serif !important;
  color: #444B5C;
  /* letter-spacing: 1px; */
  margin: 6px 0 5px 0;
  font-weight: 600 !important;
}

#servicos a {
  color: #444B5C;
}

#servicos a:hover {
  color: #444B5C;
}

#servicos ul {
  list-style-type: none !important;
  margin-left: -40px !important;
  margin-bottom: 0 !important;
  font-size: 15.5px !important;
}

#servicos li {
  color: #fff;
  margin-bottom: 3px;
}


/*----------------------------------------------------------------------------------
# Busca Section
----------------------------------------------------------------------------------*/

#busca-nova {
  background: #f2f2f2;
  position: relative;
  padding: 40px 0 15px 0;
  /* box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.1); */
}
#busca-resultado {
  padding: 60px 0 40px 0;
  background-color: #fafafa;
}




/* /////////// oportunidades ////////////////////////// */


#oportunidades {
  background: #f1f1f1;
  padding: 45px 0 100px 0;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);  
  font-family: 'Arial', 'Montserrat', 'Open Sans', sans-serif !important;
}

#oportunidades .card {
  border-radius: 0 !important;
  border: 0 !important;
}

#oportunidades .card a {
  color: #222222;
}
#oportunidades .card a:hover {
  color: #555555;
}

#oportunidades .card:hover {
  background-color: #f1f1f1;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block; /* importante */
}

#oportunidades .card-title {
  font-family: 'Arial', 'Montserrat', 'Open Sans', sans-serif !important;
  font-size: 22px !important;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 25px;
}
#oportunidades .card-body {
  font-family: 'Arial', 'Montserrat', 'Open Sans', sans-serif !important;
}


#oportunidades .bg-info a {
  color: #fff !important;
}
#oportunidades .bg-info a:hover {
  color: #f2f2f2 !important;
}

#oportunidades .btn-oportunidades {
  display: inline-block;
  padding: 13px 15px;
  font-size: 22px;
  background: #f1f1f1;
  color: #242424;
  border-radius: 8px;
  margin-bottom: 10px;
}






/* /////////// oportunidades-news ////////////////////////// */
#oportunidades-news {
  background: #ffffff;
  padding: 45px 0 55px 0;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);  
  font-family: 'Arial', 'Montserrat', 'Open Sans', sans-serif !important;
}

/* Card clicável */
#oportunidades-news .news-card {
  display: block;
  background: #f1f1f1;
  border-radius: 0;
  padding: 15px 20px;
  margin-bottom: 15px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

#oportunidades-news .news-card:hover {
  text-decoration: none;
  /* transform: translateY(-2px); */
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/* Data */
#oportunidades-news .date-box {
  width: 70px;
  min-width: 60px;
  border-right: 1px solid #d3d3d3;
  margin-right: 15px;
}

#oportunidades-news .day {
  font-size: 20px;
  font-weight: bold;
}

#oportunidades-news .month {
  font-size: 12px;
  color: #999;
}

/* Conteúdo */
#oportunidades-news .content h6 {
  font-size: 15px;
}

#oportunidades-news .content small {
  font-size: 13px;
}

/* Seta */
#oportunidades-news .arrow {
  font-size: 22px;
  color: #ccc;
  margin-left: 10px;
  transition: 0.3s;
}

#oportunidades-news .news-card:hover .arrow {
  color: #000;
  transform: translateX(3px);
}

#oportunidades-news .hat {
  color: #E0A800 !important;
  font-weight: bold;
  font-size: 15px;
}


#oportunidades-news p {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 22px;
}

#oportunidades-news .chapeu-bolsa {
  text-transform: uppercase;
}





@media (min-width: 992px) {
  .menu-sec {
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
    /* height: calc(100vh - 4rem); */
    overflow-y: auto;
  }
  .menu-sec-bibl {
    position: static !important;
  }
}







/* /////////// vagas ////////////////////////// */


#vagas {
  background: #fff;
  padding: 45px 0 60px 0;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#vagas .card {
  border-radius: 0 !important;
}
#vagas .card-title {
  font-size: 22px !important;
  letter-spacing: 1px;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
#vagas .bg-info a {
  color: #fff !important;
}
#vagas .bg-info a:hover {
  color: #f2f2f2 !important;
}
#vagas .vagas_fechadas {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;

}
#vagas .vagas_fechadas a {
  color: #5A6268;
}
#vagas .vagas_fechadas a:hover {
  color: #8c8c8c;
}


/* /////////// apoio ////////////////////////// */

#apoio {
  background: #fff;
  padding: 60px 0 0px 0;
}

#apoio .grey {
  background-color: #f2f2f2 !important;
  margin: 20px 0 25px 0 !important;
  padding: 20px 27px !important;
  border-color: transparent;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

#apoio .grey p {
  margin-left: 70px !important;
  line-height: 25px;
  font-size: 15px;
}

#apoio .pag-curso-title {
  margin-top: 145px !important;
}

#apoio .apoio-img {
  padding: 30px;
}

#apoio .content {
  background: transparent;
}

#apoio .title {
  color: #0067A6;
  font-weight: 700;
  font-size: 32px;
}

#apoio p {
  line-height: 26px;
}

#apoio p:last-child {
  margin-bottom: 0;
}

#apoio .icon-box {
  background: transparent;
  background-size: cover;
  margin-top: 20px;
}

#apoio .icon-box .icon {
  float: left;
  background: transparent;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0067A6;
  transition: all 0.3s ease-in-out;
}

#apoio .icon-box .icon i {
  color: #0067A6;
  font-size: 24px;
}

#apoio .icon-box:hover .icon {
  background: #0067A6;
}

#apoio .icon-box:hover .icon i {
  color: #fff;
}

#apoio .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

#apoio .icon-box .title a {
  color: #0067A6;
}

#apoio .icon-box .description {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

#apoio .apoio-extra {
  padding-top: 60px;
}

#apoio .apoio-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

#apoio ul {
  margin-left: 40px;
  margin-bottom: 40px !important;
}

#apoio ul li {
  line-height: 30px;
  list-style-type: none;
  color: #0067A6;
}
#apoio ul li a {
  color: #0067A6;
  font-weight: 400;
}
#apoio ul li a:hover {
  color: #939393 !important;
  font-weight: 500;
}

@media (max-width: 668px) {
  #apoio .icon-box {
    background: transparent;
    background-size: cover;
    padding: 17px 18px 10px 15px !important;
  }
}

@media (max-width: 1024px) {
  #apoio .apoio-img {
    display: none !important;
  }
  #apoio ul {
    list-style: none;
    padding: 0;
    font-weight: 500;
    margin-top: 15px;
    margin-left: 80px;
  }
}

#apoio .chevron {
  font-size: 11px !important;
  padding: 0 5px 0 0;
  color: #a7a7a7;
}


/* /////////////// contatos /////////////////// */

#contatos {
  background: #676767;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background-size: cover;
  padding: 50px 0;
  position: relative;
  color: #f1f1f1;
}

#contatos .section-header h3 {
  text-align: left !important;
  color: #f1f1f1 !important;
}

#contatos a, #contatos a:hover {
  color: #fff !important;
}


#contatos .dir {
  font-size: 17px !important;
}

#contatos .contact-about p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}

#contatos .social-links {
  padding-bottom: 20px;
}

#contatos .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #003D64; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  /* border: 1px solid #003D64; */
}

#contatos .social-links a:hover {
  /* background: #003D64; */
  color: #fff;
}

#contatos .info {
  color: #333333;
}

#contatos .info i {
  font-size: 25px;
  color: #f1f1f1;
  float: left;
  line-height: 1;
}

#contatos .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
  color: #f1f1f1;
  margin-top: -10px;
}

#contatos .form #sendmessage {
  color: #f1f1f1;
  border: 1px solid #003D64;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contatos .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contatos .form #sendmessage.show,
#contatos .form #errormessage.show,
#contatos .form .show {
  display: block;
}

#contatos .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contatos .form input,
#contatos .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contatos .form button[type="submit"] {
  background: #263868;
  border: 0;
  border-radius: 5px;
  padding: 8px 30px;
  color: #fff;
}

#contatos .form button[type="submit"]:hover {
  cursor: pointer;
}



/* /////////////// divulga /////////////////// */

#divulga {
  background: #f2f2f2;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background-size: cover;
  padding: 50px 0;
  position: relative;
  color: #f1f1f1;
}

#divulga .section-header h3 {
  text-align: center !important;
  color: #333 !important;
}

#divulga p {
  color: #555;
  margin-bottom: 20px !important;
}

#divulga a, #divulga a:hover {
  color: #fff !important;
}

#divulga .info {
  color: #333333;
}

#divulga .info i {
  font-size: 25px;
  color: #f1f1f1;
  float: left;
  line-height: 1;
}

#divulga .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
  color: #f1f1f1;
  margin-top: -10px;
}

#divulga .form #sendmessage {
  color: #f1f1f1;
  border: 1px solid #003D64;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#divulga .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#divulga .form #sendmessage.show,
#divulga .form #errormessage.show,
#divulga .form .show {
  display: block;
}

#divulga .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#divulga .form input,
#divulga .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#divulga .form button[type="submit"] {
  background: #263868;
  border: 0;
  border-radius: 5px;
  padding: 8px 30px;
  color: #fff;
}

#divulga .form button[type="submit"]:hover {
  cursor: pointer;
}

#divulga label {
  color: #333;
  font-weight: 600;
}

#divulga .block-info {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
}

#divulga .sub-block-info {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  padding: 15px;
}

#divulga .title-block {
  font-size: 16px;
  font-weight: 800;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  text-align: left;
  color: #004882;
  padding-bottom: 5px;
}

#divulga input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #5e5e5e;
}

/* ////////////////// PAGINA DE POSTS DA BIBLIOTECA */

#post {
  padding: 60px 0 40px 0;
  /* text-align: justify; */
  box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.1) !important;
  background-color: #fafafa;
  white-space:nowrap !important;
  white-space: normal !important;
  text-align: left !important;
}

#post .grupo {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #dedede;
  color: #333;
  padding: 5px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#post .cor1 {
  background-color: #f2f2f2;
  padding: 5px 0 0 5px;;
}

#post .cor2 {
  background-color: #fafafa;
  padding: 5px 0 0 5px;;
}

#post p {
  font-size: 15px;
  margin: 0 !important;
  padding: 5px 0 !important;
  /* text-align: left !important; */
}

#post .title {
  font-family: Impact;
  color: #757c82;
  border-bottom: 1px solid #757c82;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin-bottom: 25px !important;
}

#post .title-not {
  font-size: 25px !important;
  letter-spacing: 1px;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  margin-bottom: 10px !important;
  color: #535556;
}

#post li {
  padding-bottom: 12px;
}

/* #post a {
color: #0067A6 !important;
}
#post a:hover {
color: #196fa0 !important;
} */

#post h5 {
  font-size: 19px !important;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
}

@media (max-width: 576px) {
  #post .img-intranet {
    height: 40px;
  }
}

@media (min-width: 577px) {
  #post .img-intranet {
    height: 55px;
    margin-bottom: .5rem;
  }
}

#post .table td, #post .table th {
  font-size: 14px !important;
}

#post .table td {
  padding: 0.4rem 0.7rem !important;
}





#comissoes {
  padding: 60px 0 40px 0;
  /* text-align: justify; */
  box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.1) !important;
  background-color: #fafafa;
  white-space:nowrap !important;
  white-space: normal !important;
  text-align: left !important;
}

#comissoes .grupo {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #dedede;
  color: #333;
  padding: 5px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#comissoes .cor1 {
  background-color: #f2f2f2;
  padding: 5px 0 0 5px;;
}

#comissoes .cor2 {
  background-color: #fafafa;
  padding: 5px 0 0 5px;;
}

#comissoes p {
  font-size: 15px;
  margin: 0 !important;
  padding: 4px 0 !important;
  /* text-align: left !important; */
}

#comissoes .title {
  font-family: Impact;
  color: #757c82;
  border-bottom: 1px solid #757c82;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin-bottom: 25px !important;
}

#comissoes .title-not {
  font-size: 25px !important;
  letter-spacing: 1px;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  margin-bottom: 10px !important;
  color: #535556;
}

/* #comissoes a {
color: #0067A6 !important;
}
#comissoes a:hover {
color: #196fa0 !important;
} */

#comissoes .h5, h5 {
  font-size: 19px !important;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
}

@media (max-width: 576px) {
  #comissoes .img-intranet {
    height: 40px;
  }
}

@media (min-width: 577px) {
  #comissoes .img-intranet {
    height: 55px;
    margin-bottom: .5rem;
  }
}

#comissoes .table td, .table th {
  font-size: 14px !important;
}

#comissoes .table td {
  padding: 0.4rem 0.7rem !important;
}


