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

#cabecalho {
  width: 100%;
  position: relative;
  background-image: url('../imgs/cabecalho/informatica.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;
  }
}


/*----------------------------------------------------------------------------------
# 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;
}



/*----------------------------------------------------------------------------------
# Destaque Section
----------------------------------------------------------------------------------*/

#destaques {
  padding: 0 0 25px 0;
  background-color: #fff;
}

#destaques .feature-1 .wrap-icon {
  margin: 0 auto;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
}

#destaques .feature-1 .wrap-icon i {
  font-size: 27px;
}

#destaques .feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #234983, #2d71a2);
}

#destaques .feature-1 .wrap-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #F2F2F2;
  font-size: 1.7rem;
}

#destaques .feature-1 .wrap-icon .icon a {
  color: #F2F2F2;
  transition: 0.3s;
}

#destaques .title {
  font-weight: 600;
  font-size: 15px;
  position: relative;
}

#destaques .title a {
  color: #2d71a2;
  transition: 0.3s;
}

#destaques .title a:hover {
  color: #555;
  text-shadow: 0 0 15px rgba(0,0,0,.2), 0 0 25px rgba(0,0,0,.2);
}


/*--------------------------------------------------------------
# Letreiro
--------------------------------------------------------------*/
#letreiro {
  padding: 35px 0 0 0;
  background-color: #fff;
  color: #444;
}
#letreiro a {
  color: #175e91;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/*
#features {
  padding: 45px 0 0 0;
}

#features .nav-tabs {
  border: 0;
}

#features .nav-pills .nav-link {
  background-color: transparent !important;
  margin: 2px 0 !important;
  border-radius: 5px !important;
}

#features .nav-link {
  border: 0;
  padding: 15px 25px !important;
  transition: 0.3s;
  color: #21413c;
}

#features .nav-link:hover {
  color: #2d71a2;
}

#features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0 !important;
}

#features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

#features .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
}

#features .nav-link.active h4 {
  color: #2d71a2;
}

#features .nav-link.active p {
  color: #2d71a2;
}

#features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
 */




/* /////////////////////////////////////// */
/*  BIBLIOTECA - noticias */

#acontece {
  padding: 60px 0 60px 0;
  background-color: #f2f2f2;
  color: #a7a7a7;
  overflow: hidden;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#acontece .icon-boxes li {
  list-style-type: none;
  margin-bottom: 22px;
  margin-left: -35px;
}

#acontece .content li {
  margin-bottom: 20px;
  margin-left: -18px;
}

#acontece .content {
  padding: 0 0 18px 0;
  background: #003D64;
  border-radius: 0px;
  color: #fff;
}

#acontece .content .noticias_q {
  padding: 0px 23px 0px 23px !important;
}

#acontece .content h3 {
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 30px;
  color: #5d5e5f;
  font-family: 'Impact', 'Open Sans', sans-serif;
  letter-spacing: 3px;
}

#acontece .content a {
  color: #fff;
}

#acontece .content a:active, .content a:hover {
  color: #ededed !important;
}

#acontece .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

#acontece .content .more-btn i {
  font-size: 14px;
}

#acontece .content .more-btn:hover {
  color: #2F6182;
  background: #fff;
}

#acontece .icon-boxes .icon-box {
  text-align: left;
  /* background: #f3f3f3; */
  padding: 15px 20px 10px 20px;
  width: 100%;
  /* border: 1px solid #eef0ef;
  border-radius: 5px; */
}

#acontece .card-title {
  margin-bottom: 0 !important;
  background-color: #003D64 !important;
}

#acontece .cgrey {
  background-color: #fff !important;
}

#acontece ul {
  list-style-type: circle !important;
}

#acontece .icon-boxes .icon-box h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 35px 20px;
  font-family: 'Impact', 'Open Sans', sans-serif;
  letter-spacing: 2.5px;
  color: #777;
}

#acontece .icon-boxes .icon-box .azul h4 {
  color: #777 !important;
}

#acontece .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

#acontece .mais-n {
  color: #5d5e5f;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 1px !important;
}
#acontece .mais-n-azul {
  color: #777 !important;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 1px !important;
}

#acontece .mais-n a {
  color: #777 !important;
}
#acontece .mais-n-azul a {
  color: #777 !important;
}

#acontece .h4-cinza {
  color: #777 !important;
  font-family: 'Impact', 'Open Sans', sans-serif;
  letter-spacing: 3px;
  margin-top: 35px !important;
}

#acontece .mais-n-cinza {
  color: #777 !important;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 1px !important;
}
#acontece .mais-n-cinza a {
  color: #777 !important;
}

#acontece .mais-ed {
  color: #2F6182;
  text-align: left;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

#acontece .data-e {
  font-size: 14px;
  color: #9e9e9e;
}

#acontece .titulo-e {
  font-size: 17px;
  font-weight: 600;
  color: #003D64;
  letter-spacing: 1.1px;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
  line-height: 1.28;
}

#acontece .titulo-n {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: .8px;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: -12px !important;
  margin-left: 25px !important;
  padding: 0 !important;
}

#acontece .date-not-t {
  font-size: 11px !important;
  color: #888 !important;
}

#acontece .titulo-nr {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: .8px;
}

#acontece .space1 {
  margin: 0 0 60px 0 !important;
}
#acontece .space2 {
  margin: 0 0 3px 0 !important;
}

#acontece .data_evento_b {
  background-color: #eaeaea !important;
  border: 2px solid #eaeaea !important;
  padding: 7px 0 2px 0;
  margin-top: 6px;
  color: #727272 !important;
  font-weight: 700 !important;
  line-height: 15px !important;
  max-width: 49px !important;
  height: 49px !important;
  border-radius: 50%;
  font-size: 13px;
}

@media screen and (max-width: 575px) {
  #acontece .data_evento_b {
    background-color: transparent !important;
    border: 0 !important;
    color: #f1f1f1 !important;
  padding: 12px 0 2px 0;
  }
}

#acontece .vert_align {
  padding: 16px 0 2px 2px !important;
}


#acontece .card {
  border: 0 !important;
}

#acontece hr {
  border-top: 1px solid #ededed !important;
}

#acontece .noticia_s_title {
  /* position: absolute;
  -ms-flex: 1 1 auto; */
  padding: 10px 10px 0 10px;
  /* background-color: #000000bd; */
  background-color: #003D64 !important;
  text-align: left;
  bottom: 0;
  padding: 13px 23px 0 23px;
}

#acontece .noticia_s_title h5 {
  font-weight: 600;
  font-size: 20px!important;
  line-height: 1.28;
  letter-spacing: 1px;
  font-family: 'Bitter', Arial, Helvetica, sans-serif !important;
}

#acontece .noticia_s_title a {
	color: #fafafa;
}

#acontece .noticias-links {
  font-size: 16px !important;
  font-weight: 700;
  text-transform: lowercase;
  color: #b5b5b5;
}
#acontece .noticias-links a {
  font-size: 16px !important;
  font-weight: 700;
  text-transform: lowercase;
  color: #b5b5b5;
}

#acontece .zoom {
	overflow: hidden;
}

#acontece .zoom img {
	max-width: 100%;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#acontece .zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#acontece .card .noticia_seta {
    position: absolute;
    -ms-flex: 1 1 auto;
    background-color: transparent !important;
    bottom: 0 !important;
    padding-left: 20px !important;
    padding-bottom: 0 !important;
  }

#acontece .not-conect {
    max-height: 45px !important;
  }

#acontece .social-links {
  margin-left: 25px;
  display: flex;
}
#acontece .social-links a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003d64;
  color: #fff;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#acontece .btn-acontece {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
    color: #003d64;
    border: 2px solid #003d64;
}

#acontece .btn-acontece:hover {
    background-color: #003d64;
    color: #fff;
    border: 2px solid #003d64;
}

#acontece .btn-acontece-col-2 {
  /* padding-left: 0 !important; */
  padding-right: 0 !important;
  margin-left: 25px !important;
}

@media screen and (max-width: 767px) {
  #acontece .btn-acontece-col-1 {
    text-align: center !important;
  }
  #acontece .btn-acontece-col-2 {
    margin-top: 20px !important;
    margin-left: 40px !important;
  }
}



/* //////////////////////////////////////////////////////////////// */

#mais-servicos {
  /* padding: 50px 0 0 0; */
  color: #545454;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);
  /* border-top: 1px solid #545454;
  border-bottom: 1px solid #545454; */
}

@media (max-width: 450px) {
  #mais-servicos {
    background-color: #9d9d9d !important;
  }
}
@media (min-width: 451px) {
  #mais-servicos {
    background-color: #9d9d9d !important;
    background-image: url('../imgs/informatica/servicos.png') !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}

#mais-servicos .content + .content {
  margin-top: 100px;
}

#mais-servicos .content h3 {
  font-weight: 600;
  font-size: 26px;
}

#mais-servicos .content ul {
  list-style: none;
  padding: 0;
}

#mais-servicos .content ul li {
  padding-bottom: 10px;
}

#mais-servicos .content ul i {
  font-size: 10px;
  padding-right: 4px;
  color: #545454;
}

#mais-servicos .content ul a {
  color: #545454;
}

#mais-servicos .content ul a:hover {
  color: #6d6d6d !important;
}

#mais-servicos .content p:last-child {
  margin-bottom: 0;
}

#mais-servicos .bold {
  font-weight: 600;
}

#mais-servicos .ver_mais {
  color: #5d5e5f;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 1px !important;
  text-align: right !important;
}

#mais-servicos .ver_mais a {
  color: #5d5e5f;
}

#mais-servicos .card {
  border: 0 !important;
  background-color: transparent !important;
}

#mais-servicos .card-title {
  margin-bottom: .85rem;
  font-weight: 600;
  font-family: 'Montserrat', 'Open Sans', sans-serif !important;
  text-transform: uppercase;
  font-size: 17px !important;
  color: #333;
}

#mais-servicos .ul-card {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 575px) {
  #mais-servicos .card {
    border: 0 !important;
    margin-top: -8px !important;
    background-color: transparent !important;
  }
  #mais-servicos .card-body {
    padding: 0 !important;
  }
  #mais-servicos .ul-card {
    margin-bottom: 30px !important;
  }
}




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

#servicos {
  background: rgb(255 255 255 / 100%);
  padding: 50px 0 100px 0;
  background-image: url('../imgs/informatica/services.png') !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#servicos .d-flex {
  display: inline !important;
}

#servicos .icon-box {
padding: 20px;
position: relative;
overflow: hidden;
background: rgb(0 61 100 / 90%);
box-shadow: 0 0 29px 0 rgb(21 24 35 / 38%);
transition: all 0.3s ease-in-out;
border-radius: 8px;
z-index: 1;
min-height: 161px !important;
}

#servicos .icon-box::before {
content: '';
position: absolute;
background: #f2f2f2;
right: -60px;
top: -40px;
width: 90px;
height: 90px;
border-radius: 50px;
transition: all 0.3s;
z-index: -1;
}

#servicos .icon-box:hover::before {
background: #f2f2f2;
right: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 0px;
}

#servicos .icon {
margin: 0 auto 20px auto;
padding-top: 18px;
display: inline-block;
text-align: center;
border-radius: 50%;
width: 60px;
height: 60px;
background: #f2f2f2;
transition: all 0.3s ease-in-out;
}

#servicos .icon i {
font-size: 25px;
line-height: 1;
color: rgb(0 61 100 / 90%);
}

#servicos .title {
font-weight: 700;
margin-bottom: 3px;
font-size: 16px;
}

#servicos .title a {
color: #f1f1f1;
}

#servicos .icon-box:hover .title a, #servicos .icon-box:hover {
color: #000;
}

#servicos .icon-box:hover .icon {
  background: #c0c0c0;
}

#servicos .icon-box:hover .icon i {
color: #3C3C3C;
}





/* /////////////////////////////////////// */
/*  BIBLIOTECA - contatos */

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

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

#contatos a, #contatos a:hover {
  color: #002135 !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: #002135;
  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: #002135;
}

#contatos .info {
  color: #333333;
}

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

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

#contatos .form #sendmessage {
  color: #002135;
  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: #002135;
}

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


/* /////////////////////////////////////// */
/*  BIBLIOTECA - numeros */


#facts {
  background: #234983;
  padding: 45px 0 60px 0;
  box-shadow: inset 12px 0px 12px 0px rgba(0, 0, 0, 0.1);
  /* background-image: url('../imgs/informatica/facts.png') !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}


#facts .sobre {
  color: #f2f2f29c;
  /* text-transform: uppercase; */
  font-size: 24px;
  font-family: 'Impact', 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

#facts .sobre a {
  color: #f2f2f29c;
}
#facts .sobre a:hover {
  color: #f1f1f1;
}

#facts .sobre-cel {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Impact', 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

#facts .sobre-cel ul {
  list-style: none;
}
#facts .sobre-cel li {
  margin-bottom: 12px;
}

#facts .sobre-cel a {
  color: #f2f2f2;
}
#facts .sobre-cel a:hover {
  color: #f1f1f1;
  font-weight: 900;
}

#facts .tit-indicadores {
  color: #f2f2f2;
  /* text-transform: uppercase; */
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  background-color: #ffffff21;
  padding-left: 10px;
  padding-right: 10px;
}

#facts .counters span {
  font-size: 38px;
  display: inline-block;
  color: #f2f2f2;
  font-weight: 700;
}

#facts .counters i {
  color: #f2f2f2;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #f2f2f2;
}

#facts .facts-icon-pos {
  font-size: 38px;
  color: #263868;
  font-weight: 700;
  padding-bottom: 20px;
}

#facts .section-header h3 {
  color: #858585 !important;
  font-weight: 600;
  text-transform: uppercase;
}


/* /////////////////////////////////////// */
/*  LINHA DO TEMPO */

.linha-tempo {
  padding: 40px 0 40px 0;
}

.linha-tempo .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.linha-tempo .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.linha-tempo .resume-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.linha-tempo .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.linha-tempo .resume-item ul {
  padding: 10px 0 20px 20px;

}

.linha-tempo .resume-item ul li {
  padding-bottom: 10px;
}

.linha-tempo .resume-item:last-child {
  padding-bottom: 0;
}

.linha-tempo .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}




/* /////////////////////////////////////// */
/*  BIBLIOTECA - galeria */

#gallery {
  padding: 50px 25px;
  background: #234983;
  overflow: hidden;
}

#gallery .slick-slide {
    margin: 0px 3px;
}

#gallery .slick-slide img {
    width: 100%;
}

#gallery .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#gallery .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#gallery .slick-list:focus {
    outline: none;
}

#gallery .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#gallery .slick-slider .slick-track,
#gallery .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#gallery .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#gallery .slick-track:before,
#gallery .slick-track:after {
    display: table;
    content: '';
}

#gallery .slick-track:after {
    clear: both;
}

#gallery .slick-loading .slick-track {
    visibility: hidden;
}

#gallery .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

#gallery .slick-slide {
    float: right;
}

#gallery .slick-slide img {
    display: block;
}

#gallery .slick-slide .slick-loading img {
    display: none;
}

#gallery .slick-slide.dragging img {
    pointer-events: none;
}

#gallery .slick-initialized  .slick-slide {
    display: block;
}

#gallery .slick-loading  .slick-slide {
    visibility: hidden;
}

#gallery .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#gallery .slick-arrow .slick-hidden {
    display: none;
}





#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: disclosure-closed;
  color: #0067A6;
  margin-left: 20px;
}
#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;
  }
}




/* ////////////////// 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 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;
}
