body{
	font-family:Arial;
	font-size:16px;
	color:#000; 
	}	

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }

  .div_video {
  	padding: 0 15%;
  }

 #myCarousel .thumbnail {
	margin-bottom: 0;
}

.logo_redes {
	max-width: 50px;
	margin-right: 20px;
	float: left;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	top:40%;
	color:#1f3861;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #428BCA;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}

.carousel-indicators {
	bottom: 30px !important;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}

/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: 
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../font/entypo-selected.woff") format('woff'), 
	  url("../font/entypo-selected.ttf") format('truetype'), 
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Gamma Gallery Style */

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
 
.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media (max-width: 1280px){
	.fundo {
		background-color: #FFF;
		float: right;
	}
	
	.header {
		width: 100% !important;
		background: url(../img/header.png) no-repeat 0px 0px;
		background-size: cover;
		background-position: center;
		
	}
	
}

@media screen and (max-width: 750px) {


  .div_video {
  	padding: 0 15px;
  }

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}
	.menu {
		width: 85% !important;
	}
}

.  {
    padding: 5% 0% 0% 20%;
    margin: 10% 0% 0% 15%;
	max-width: 100%;
}

.center {
	text-align: center;
	margin: auto;
}

.center_text{
	text-align: justify;
	margin: auto;
}

.text_blue {
	color: #1f3861;
	font-size: 28px;
	font-weight: bold;
}

.header {
	height: 880px;
	width: 100%;
	background: url(../img/header.png) no-repeat 0px 0px;
	background-size: cover;
	background-position: center;
}

.header_texto_topo {
	width:35%; 
	float:left; 
	color:#102849; 
	font-weight:bold; 
	font-size:200%; 
	margin-left:5%; 
	padding-top: 10%;
}
.mobile {
	display: none;
}
	.fundo {
		float: right;
		margin-top: 20px;
	}
	.logo2 img, .logo3 img { 
		max-height: 80px;
		padding: 10px;
	}
	.logo3 img { 
		padding-top: 30px;
	}
@media (max-width: 990px){
	.header {
		width: auto;
		background: url(../img/header_medio.png) no-repeat 0px 0px;
		background-size: cover;
		background-position: center;
	}
	.menu {
		margin: 0%;
	}
	.logo2, .logo3 { width: 50% }
	.logo3 img { float: right; padding-top: 15px; }
}
@media (max-width: 900px){
	.fundo {
		background-color: #FFF;
		float: right;
	}
	
	.header {
		width: auto;
		background: url(../img/header_medio.png) no-repeat 0px 0px;
		background-size: cover;
		background-position: bottom;
		height: 780px;
	}
	
}

@media (max-width: 768px){
	.header {
		width: auto;
		background: url(../img/header_pqn1.jpg) no-repeat 0px 0px;
		background-size: cover;
		background-position: bottom;
		height: 780px;
	}
	.fundo { float: unset; }

	.logo2, .logo3 { width: 100%; }
	.logo2 img { 
		max-height: 100px;
	    margin: 0 auto;
	}
	.logo3 img { 
		max-height: 70px;
	    margin: 0 auto;
	    float: unset;
	    padding-top: 10px;
	}

	.menu {
		min-width: 177px;
		margin-right: 1%;
	}
	.form {
		padding: 2% !important;
	}
	.face {
		padding-top: 3%; 
	}
	.container {
		max-width: 90% !important;
		margin: auto !important;
	}
	.mobile {
		display: block;
	}
}

@media (max-width: 700px){
	.header {
		width: auto;
		background: url(../img/header_pqn1.jpg) no-repeat 0px 0px;
		background-size: cover;
		background-position: bottom;
		height: 780px;
	}
	
	.header_texto_topo {
		display: none;
	}
	
	
}
@media (max-width: 485px){
	.header {
		width: auto;
		background: url(../img/header_pqn1.jpg) no-repeat 0px 0px;
		background-size: cover;
		background-position: bottom;
		height: 780px;
	}
	.logo {
		min-width: 80%;
		margin: 0% 10%;
	}
	.logo2 {
		max-width: 100%;
		margin: 3%;
	}
	.logo3 {
		float: none;
		max-width: 100%;
		padding: 2%;
	}
	.menu {
		float: left;
		min-width: 200px;
		margin-left: 10%;
	}
}

.new_title {
	font-size: 24px;
	padding-top: 10px;
	color: #1f3861;
	font-weight: bold;
}

@media (max-width: 390px){
	.menu {
		margin-top: 25%;
	}
	.header {
		width: auto;
		background: url(../img/header_pqn1.jpg) no-repeat 0px 0px;
		background-size: cover;
		background-position: bottom;
		height: 780px;
	}
}

@media (max-width: 300px){
	.header {
		width: auto;
		background: url(../img/header_pqn1.jpg) no-repeat 0px 0px;
		background-size: cover;
		background-position: bottom;
		height: 780px;
	}
	.menu {
		margin-top: 20%;
	}
}
.header2 {
	width: auto;
	background-color: #dcc9b0;
}

.menu2 {
	background-color: #1f3861;
}

.logo_pqn {
	max-width: 100px;
	margin: auto;
}

.pad1 {
	padding: 1% 0% 0% 0%;
	color: #FFF;
	font-size: 14px;
}

.pad3 {
	padding: 3% 0% 0% 0%;
}

.pad2 {
	padding: 2% 0% 0% 0%;
}

.pad_lr {
	padding: 0% 2%;
}

.pad_r1 {
	padding: 0% 1% 1% 0%;
}

.margin5 {
	margin: 5px 0% 0% 3px;
}

.menu_footer a{
	font-weight: bold;
	font-size: 20px !important;
	color: #1f3861 !important;
}

.menu_footer li{
	list-style: none;
	margin: 15px;
}

.margin_pad {
	margin: 4%;
}

.margin2 {
	margin: 2% 2% 0% 2%;
	text-align: center;
}

.margin_lr {
	margin: 0% 2% 0% 2%;
}

.map {
	width: 100%; 
	height: 350px;
	padding: 2%
}

.back {
	height: 400px;
	width: 100%;
}

.back p{
	color: #FFF;
	font-size: 28px;
}

.face {
	float: right;
	max-width: 35px; 
	margin: -5px 100px 5px 0px !important;
}

.caption p {
	text-align: center;
}

.float_r {
	float: right;
}

.float_l {
	float: left;
}

.btn_form {
	margin: 2%;
}

.text_r {
	text-align: right;
}

.text_r label {
	padding-right: 1%;
	margin-top: 5px;
}

.text_r p {
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	padding-left: 7%;
	color: #1f3861;
}

.form {
	padding: 0% 0% 1% 0%;
}

.title {
	max-width: 70%;
	margin: auto;
	text-align: center;
}

.blue_title {
	color: #1f3861;
	font-size: 22px;
	font-weight: bold;
}

.article {
	max-width: 92%;
	text-align: justify;
	margin: 0% 4% 0% 4%;
}

.img_positivo {
	max-width: 300px;
	margin: 5px;
}

.matricula {
	max-width: 250px;
	margin: 1%;
}

.email {
	color: #666;
}

.email:hover {
	color: #000;
}

.text_black  a {
	color: #000;
}