/*Inicio topo*/
#logomarca {
    max-width: 50%;
    margin: 2em auto;
}
#topo-institutos h1 {
	color: #666;
	font-weight: 600;
	margin-top: 0.1em;
	font-size: 2.8em;
	text-transform: uppercase;
}
#topo-institutos p {
	margin: .5em 0 0;
	font-size: 1.5em;
	color: #666;
}
#topo-institutos .col-sm-7{
  border-left: 2px solid #ccc;
  margin-top: 2.5em;
}
#redes-sociais a{
	margin:.4em;
}
#redes-sociais a:hover{
	color: #3379B7;
	text-decoration: none;
}
#redes-sociais {
	text-align: right;
	margin-top: 1.5em;
	color: #666;
  padding: 0;
  overflow: hidden;
}
#redes-sociais span{
  font-size: 1.3em;
  line-height: 1.7;
  display: inherit;
}
.icon-lock:before {
  content:"\f004";
}
.glyphicon-envelope{
	margin-bottom:2em;
}
.glyphicon-envelope::before,.glyphicon-earphone::before  {
    margin-right: 0.3em;
    vertical-align: calc(-6%);;
}
.btn-search {
	background: #3379B7;
	float: none;
	display: inline-flex;
	padding: 0.1em;
	font-size: 1.5em;
}
#redes-sociais .btn-search:hover{
	color:#fff;
}

#menu, .navbar-fixed-top{
  font-size: 16px;
  background: #3379B7;
}
.navbar{
  border: none;
  margin-bottom: 0;
}
#menu li a{
  color: #fff;
  background:#3379B7;
  font-size:1.016em;
  font-weight:700;
  padding: 1.5em;
}
#menu li.active a, #menu li a:hover, #menu li a:focus, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  color: #3379B7;
  background:#f1f1f1;
}
.caret2{
  font-size: 10px !important;
}
.dropdown-menu a{
  padding: 7.5px 10px !important;
  font-weight: 400 !important;
}
.dropdown-menu {
  font-size:  .935em;
  font-weight:400;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#destaque, #informes, #docentes, #fotos{
  margin-bottom: 5em;
}
#informes .row, #docentes .row, #fotos .row{
  margin-bottom: 3em;
}
#destaque {
	background: #e0e0e0;
	padding: 2em 0;
}
#carousel-example-generic{
  margin-right: 0 ;
}
.carousel-caption {
	background: none;
	left: 50%;
	height: 100%;
	padding: 0 1em;
}
.carousel-inner > .item > img {
	line-height: 1;
	padding: 5em 0;
}
.carousel-indicators {
  bottom: -28px;
  left: 50%;
}
.carousel-indicators li{
  border: 1px solid #145571;
  background: #fff;
}
.carousel-indicators .active {
  border: 3px solid #145571;
  background-color: #145571;
  margin: 0 5px;
}
.carousel-control.left,.carousel-control.right {
	background: none;
}
.carousel-caption h2{
  margin-top: .5em;
}
.carousel-caption p {
  font-size: 2.1em;
}
.carousel-caption h2,.carousel-caption p {
  color: #333;
  font-weight: 400;
  text-shadow: none;
}

.titulo-padrao .titulo{
    width: 40%;
}


.titulo-barra {
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    height: 6.70em;
    margin: 2em 0 4em;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.titulo-barra h2 {
	font-size: 3em;
	font-weight: 600;
	line-height: 2.01;
	text-align: center;
	width: 40%;
	border-bottom: 3px solid #3379B7;
    margin-top:0.16em;

}
.media {
  padding: 1em 0;
}
.mais {
	top: 5em;
    align-self: flex-end;
}

#informes{
  padding: 0;
  margin-bottom: 0;
}
#informes .col-sm-3 h3{
  font-size: 2em;
}
/* inicio professor*/
.hoverzoom {
  position: relative;
  overflow: hidden;
  padding: .5em;
  /*display: table-cell;*/
}
.hoverzoom > img {
  border-radius: 2px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	     -o-transform: scale(1.15);
	        transform: scale(1.15);
}
.cycle-slideshow a {
  text-decoration: none;
}
.nome{
  text-align: center;
  white-space: normal;
  color: #666; 
  text-transform: uppercase;
}
.nome h3 {
  font-size: 1.7em;
  font-weight: bold;
}
.nome p{
  font-size: 1em;
}
.carousel-control.left, .carousel-control.right{
  width: 3em;
  cursor: pointer;
}
.carousel-control.left, .carousel-control.right{

}
/* inicio fotos*/

#fotos .col-sm-3 {
  padding: 0 !important;
}
#copy a {
  color: #fff;
}
.topo-rodape {
  font-size: 1em;
}
/* mobile */
@media (max-width: 767px) {
.titulo-padrao .titulo{
    width:95%;
}
.titulo-barra {
    border-bottom: 0px;
}

#logomarca {
  width: 20%;
  margin: 2em auto 0;
}
#topo-institutos .col-sm-7 {
  border-left: none;
  margin-top: 0;
}
#topo-institutos p {
  margin: 0 0 10px;
  font-size: 1.2em;
  color: #666;
  text-align: center;
}
.navegacao .navbar-header {
  margin-right: 0;
}
.navbar-brand:hover {
  color: #fff;
}
#destaque > div, .destaque{
  padding: 0;
}
#carousel-example-generic{
  margin-right: 0;
}
.carousel-caption {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85)), center top url("../img/transparente-3.png");
  height: 50%; 
  left: 0;
  padding: 0;
}
#carousel-example-generic {
  margin-left: 0;

}
.carousel-caption h2 {
  font-size: 2.2em;
  padding: 15px;
  color: #fff;
}
.col-sm-6.col-sm-offset-3, #fotos .col-sm-3 {
  padding: 0;
}
.titulo-barra h2 {
  margin-left: initial;
  width: 100%;
}
#informes .row{
  margin-bottom: 0em;
}
#informes .col-md-4.col-sm-4 {
  padding: 0;
}
img{
  width: 100%;
}
.media-body h3 {
  font-size: 1.9em;
}
.conteudo-comum {
  padding: 0;
}
#fotos .col-sm-3 {
  margin: 15% 2%;
}
}
@media (min-width: 577px) and (max-width: 767px) {


#informes .col-sm-3 img{
  width: 50%;
}
.hoverzoom {
  margin: 0 30%;
}

    .noticias-padrao a h3 {
        padding-left: 0px;
        margin: 20px 0 35px 0;
        width: 50%;
    }

}
@media (max-width: 767px) { 

}
@media (min-width: 768px) and (max-width: 991px) {

.titulo-padrao .titulo{
    width: 70%;
}

#topo-institutos .col-sm-7 {
  width: 57%;
}
#topo-institutos h1 {
  font-size: 2em;
}
#redes-sociais {
  width: 22%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
  width: 50%;
}
.carousel-caption h2 {
  font-size: 2.5em;
}
.titulo-barra h2 {
  width: 80%;
}
.carousel-caption p {
  font-size: 1.5em;
}
#informes .col-sm-3{
  padding: 0 5px;
}
#informes .col-sm-3 h3 {
  font-size: 1.7em;
}
.carousel-control.left, .carousel-control.right {
  width: 1.7em;

}
}
@media (min-width: 992px) and (max-width: 1199px) {
titulo-padrao .titulo{
    width: 70%;
}


#menu li a {
  padding: 15px 1.3em;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
  width: 50%;
}
.carousel-caption p {
  font-size: 1.9em;
}
.titulo-barra h2 {
  width: 66%;
}
}
