/* SITE */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.navbar-right{
  padding-top: 35px;
}

footer {
  color: #FFF;
  margin-top: 30px;
}

.nivel1 {
  background-color: #2c343f;
  padding: 20px;
}

.nivel1 nav ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
}

.nivel1 nav ul li {
  margin: 2px 0;
  font-size: 0.7em;
  line-height: 18px;
}

.nivel2 {
  background-color: #3c4756;
}

.endereco-rodape {
  font-size: 0.8em;
  padding: 20px;
}

.nivel3 {
  border-top: #545e6b solid 1px;
  background-color: #455365;
  font-size: 14px;
}

.rede-social {
  margin: 10px;
  font-size: 14px;
}

.rede-social a{
  color: #333;
}

.rede-social a i {
  font-size: 2em;
  color: #14a751;
}

.titulo-barra {
  border-bottom: 2px solid #AAA;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}


/* HOME */

.container-destaque{
  padding: 5% 10%;
}

.row-destaque{
  overflow: hidden;
  margin: 0;
}

.col-destaque{
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.bg-home-dest{
  background-position: center;
  background-size: cover;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  z-index: 1;
}

.bg-home-dest:hover{
  transform: scale(1.2);
  z-index: 2;
}

.bg-eventos{
  background-image: url("../img/bgeventos.jpg");
}

.bg-livraria{
  background-image: url("../img/bglivraria.jpg");
}

.bg-ead{
  background-image: url("../img/bgead.jpg");
}

.bg-coordenador{
  background-image: url("../img/bgcoordenador.jpg");
}

.bg-eventos a, .bg-livraria a, .bg-ead a, .bg-coordenador a{
  color:#333;
}

@media (max-width: 767px) {
  .container-destaque{
    padding: 1% 10%;
  }

  .bg-home-dest h2{
    margin-top: 5px;
  }
}

@media (max-width: 980px) {
  .bg-home-dest h2{
    font-size: 20px;
    line-height: 37px;
  }

  .bg-home-dest h4{
    font-size: 16px;
  }
}

.titulo-home{
  padding-bottom: 2px;
  border-bottom: 1px solid #01A451;
  color: #14A751;
}

.noticia-home{
  padding-bottom: 5px;
  border-bottom: 1px solid #EEE;
}

.titulo-noticia{
  font-size: 1.2em;
}

.noticia-home img{
  width: 100%;
}

.noticia-home a{
  color: #333;
}

.noticia-home a:hover{
  color: #00873a;
}

/* FIM - HOME */

/* RODAPE */
footer{
  color: #fff;
  background-color: #14A751;
}

footer a{
  color: #FFF;
}

.redes-sociais{
  margin: 5px;
}

/* FIM - RODAPE */

/* QUEM SOMOS */

.quemsomos_itens  a{
  display:block;
	height:150px;
	width:115px;
	margin-right:5px;
	float:left;
	text-align:center;
  color: #333;
}

.menu-lateral a{
  color: #333;
}

.menu-lateral a:hover{
  color: #14A751;
}

.titulo-galeria{
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 5px 0;
  background-color: #EEE;
}

.galeria-diretores img{
  border: 5px solid #14A751;
  margin-bottom: 5px;
}

/* FIM - QUEM SOMOS */

/* NOTICIAS */

.noticia-foto{
  position:relative;
  float:left;
  margin:10px 20px 20px 5px;
}

/* FIM - NOTICIAS */

/* VIDEOS */

.videoItem{
    width: 100%;
    margin-top: 2em;
}
.playerVideo{
    width: 100%;
    height: 300px;
    border: none;
}

/* FIM - VIDEOS */

/* CONTATO */

.caixa-form{
  display: none;
}

/* FIM - CONTATO */

/* PROJETOS */
.img-projetos{
  max-width:116px;
  width:100%;
  margin-bottom:10px;
}
/* QUEM SOMOS (PROJETOS) */

/* FIM - QUEM SOMOS (PROJETOS) */
/* FIM - PROJETOS */

/* FIM - SITE */
