@font-face
{
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/UyYrYy3ltEffJV9QueSi4UU-p1xzoRgkupcXIqgYFBc.woff2');
}
@font-face
{
	font-family: 'PT Sans Narrow IE';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/UyYrYy3ltEffJV9QueSi4UU-p1xzoRgkupcXIqgYFBc.eot');
}
@font-face
{
	font-family: 'PT Sans Narrow safari';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/PTSans-Narrow.ttf');
}
@font-face
{
	font-family: 'PT Sans Narrow safari 2';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/PTSans-Narrow.woff');
}
*
{
	font-family: inherit;
	font-family: 'PT Sans Narrow', 'PT Sans Narrow IE', 'PT Sans Narrow safari', 'PT Sans Narrow safari2';
	font-style: inherit;
	vertical-align: baseline;
}
.recuo
{
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 100px !important;
	padding-right: 100px !important;
}
.active
{
	background: #043854;
	color: #FFF !important;
}
body
{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
body main
{
	flex: 1 0 auto !important;
}
header #header-top
{
	background: #f2f2f2;
}
.sidenav
{
	background-color: #0a3953;
	color: #FFF;
	height: 0;
	left: 0;
	overflow-x: hidden;
	padding-left: 20px;
	position: fixed;
	top: 45px;
	transition: 0.5s;
	width: 100%;
}
.sidenav a
{
	color: #FFF;
	display: inline;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 50%;
	padding-top: 10px;
	vertical-align: super;
}
.scroll
{
	background: rgba(4, 56, 84, 0.47);
	border-radius: 15px;
	float: right;
	height: 25px;
	position: absolute;
	right: 15px;
	width: 25px;
}
.scroll i
{
	color: #fff;
	vertical-align: middle;
}
.sidenav i
{
	color: #FFF;
	padding-top: 5px;
	vertical-align: super;
}
.sidenav li
{
	display: inline;
	margin-top: 30px;
	padding-left: 0;
	text-align: left;
}
.sidenav > li:first-child
{
	margin-top: 10px;
}
nav#menuMobile
{
	background: #FFF;
	color: #0a3953;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}
#menuMobile-texto
{
	background: #FFF;
	bottom: initial;
	box-shadow: -4px -7px 92px -16px rgba(0, 0, 0, 0.48);
	color: #0e397f;
	display: block;
	font-size: 18pt;
	font-weight: bold;
	height: 46px;
	margin-top: 0;
	moz-box-shadow: -4px -7px 92px -16px rgba(0, 0, 0, 0.48);
	padding-top: 5px;
	position: fixed;
	text-align: left;
	text-transform: uppercase;
	webkit-box-shadow: -4px -7px 92px -16px rgba(0, 0, 0, 0.48);
	width: 100%;
	z-index: 20;
}
#menuMobile-texto label i
{
	color: #0e397f;
	display: inline;
	font-size: 27px;
	position: relative;
	right: 4px;
	top: 1px;
}
#telefoneMobile i
{
	position: relative;
	top: 8px;
}
#sideNav
{
	z-index: 20;
}
#openMenu
{
	width: 40%;
}
#telefoneMobile
{
	color: #0e397f;
	display: inline;
	float: right;
	font-size: 12pt;
	text-align: right;
}
#telefoneMobile i
{
	font-size: 12pt;
	vertical-align: super;
	margin-right:10px;
}
#telefoneMobile a
{
	color: #0e397f;
	vertical-align: sub;
}
#menuMobile ul ul li
{
	display: block;
}
#menuMobile ul ul
{
	font-size: 10pt;
	padding-left: 35px;
}
#contato>div
{
	display: inline;
	margin-left: 15px;
	text-align: right;
}
#contato i
{
	font-size: 12pt;
	margin-right: 3px;
	vertical-align: text-bottom;
}
#contato
{
	margin: 10px 0 10px 0;
	text-align: right;
}
#contato label
{
	font-weight: 100;
}
#contato > div:first-child label
{
	font-weight: bolder;
}
#contato a
{
	color: #777777;
}
#logo img
{
	background: #f2f2f2;
	border-radius: 7px;
	left: 100px;
	padding: 20px;
	position: absolute;
	top: 20px;
	width: 170px;
	z-index: 0;
}
#header-bottom
{
	min-height: 140px;
}
#header-bottom nav ul ul
{
	display: none;
}
#header-bottom nav ul li:hover>ul
{
	display: block;
}
#header-bottom nav ul
{
	list-style: none;
	position: relative;
}
#header-bottom nav ul:after
{
	clear: both;
	content: "";
	display: block;
}
#header-bottom nav ul li
{
	float: left;
	font-size: 13pt;
	moz-transition: all 500ms ease;
	ms-transition: all 500ms ease;
	o-transition: all 500ms ease;
	transition: all 500ms ease;
	webkit-transition: all 500ms ease;
}
#header-bottom nav ul li:hover
{
	background: #043854;
}
#header-bottom nav ul li:hover a
{
	color: #fff;
	text-decoration: none;
}
#header-bottom nav ul li a
{
	color: #757575;
	display: block;
	padding: 11px 15px;
	text-decoration: none;
}
#header-bottom nav ul ul a
{
	padding: 8px 15px;
}
#header-bottom nav ul ul
{
	background: #043854;
	border-radius: 0px;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	top: 100%;
	width: 163px;
	z-index: 1;
}
#header-bottom nav ul ul li
{
	float: none;
	moz-transition: all 2s ease;
	ms-transition: all 2s ease;
	o-transition: all 2s ease;
	position: relative;
	transition: all 2s ease;
	webkit-transition: all 2s ease;
	z-index: 1;
}
#header-bottom nav ul ul li a
{
	color: #fff;
	font-size: 10pt;
	moz-transition: all 500ms ease;
	ms-transition: all 500ms ease;
	o-transition: all 500ms ease;
	text-transform: uppercase;
	transition: all 500ms ease;
	webkit-transition: all 500ms ease;
}
#header-bottom nav ul ul li a:hover
{
	background: #FFF;
	color: #043854;
	text-decoration: none;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}
#header-bottom nav ul ul ul
{
	left: 100%;
	position: absolute;
	top: 0;
}
#header-bottom nav
{
	float: right;
	margin-top: 25px;
}
#contato .icons i
{
	font-size: 15pt;
	margin-right: 10px;
}
.facebook
{
	color: #3b5998;
}
.youtube
{
	color: #e62117;
}
.twitter
{
	color: #2aa9e0;
}
.instagram
{
	height: 18px;
	margin-right: 10px;
	position: relative;
	top: -3px;
	width: 18px;
}
#carouselIndex .carousel-control.left, .carousel-control.right
{
	background-image: none !important;
}
span.glyphicon.glyphicon-chevron-right,
span.glyphicon.glyphicon-chevron-left
{
	background: rgba(0, 0, 0, 0.11);
	border: 0px solid rgba(0, 0, 0, 0.21);
	border-radius: 30px;
	color: #ffffff;
	height: 45px;
	padding: 3px 2px 2px 2px;
	width: 45px;
}
span.glyphicon.glyphicon-chevron-right:hover,
span.glyphicon.glyphicon-chevron-left:hover
{
	background: rgba(0, 0, 0, 0.21);
}
#carouselIndex .carousel-control
{
	opacity: 1 !important;
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before
{
	font-size: 30px !important;
	vertical-align: text-bottom;
}
#carouselIndex #carousel-example-generic img
{
	display: block;
	margin: 0 auto !important;
}
#carouselIndex .carousel-indicators li
{
	background: #FFF !important;
	border-color: rgba(0, 0, 0, 0.22) !important;
	border-radius: 20px !important;
	margin-left: 7px !important;
	margin-right: 7px !important;
	padding: 5px;
}
#carouselIndex .carousel-indicators .active
{
	border-radius: 20px !important;
	padding: 7px;
}
#layerEscura {
	background: rgba(37, 37, 37, 0.6);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 120px;

}

#bannerTopo, #layerEscura
{
	height: 200px;
}
#bannerTopo h2
{
	border-left: 4px solid #ffb606;
	color: #FFF;
	font-size: 30pt;
	margin: 0;
	padding: 5px 0 5px 15px;
	text-transform: uppercase;
}
footer h3
{
	font-size: 12pt;
	margin-top: 0;
}
footer h2
{
	font-size: 13pt;
	margin-bottom: 25px;
	text-transform: uppercase;
}
footer iframe
{
	display: block;
	margin: 0 auto;
	width: 100% !important;
}
footer
{
	padding-bottom: 0;
}
footer #funcionamentoUnidade
{
	background: #043854;
	font-size: 13pt;
	padding: 10px 0 10px 0;
	text-align: center;
}
footer address label:first-child
{
	font-weight: bolder;
}
footer address label
{
	font-weight: 100;
	padding-right: 15px;
}
footer #funcionamentoUnidade label
{
	color: #FFF;
	font-weight: 100;
	margin-bottom: 0;
}
footer #sub-footer2
{
	background: #f2f2f2;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#sub-footer1 a
{
	color: #043854 !important;
}
footer #dadosUnidade
{
	min-height: 100px;
}
footer #dadosUnidade address
{
	margin-top: 15px !important;
}
@media screen and (min-width: 2230px)
{
	#carouselIndex.carouselUniesp
	{
		height: 700px;
	}
}
@media screen and (min-width: 2800px)
{
	#carouselIndex.carouselUniesp
	{
		height: 800px;
	}
}
@media screen and (max-width: 1100px)
{
	#header-bottom nav ul li a
	{
		font-size: 11pt;
		padding: 11px 12px;
	}
}
@media screen and (max-width: 991px)
{
	video{
		width:100% !important;
		position:relative;
	}

	footer #funcionamentoUnidade
	{
		margin-bottom: 20px;
	}
	#header-top
	{
		margin-top: 50px;
	}
	.recuo
	{
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#contato>div
	{
		text-align: right;
	}
	#logo img
	{
		left: 0 !important;
		padding: 10px !important;
		position: absolute !important;
		z-index: 0;
	}
	#header-bottom
	{
		min-height: 170px !important;
	}
	#carouselIndex .carouselUniesp
	{
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: 1000px !important;
		height: 300px;
	}
	#header-bottom
	{
		min-height: 150px;
	}
	#carouselIndex #carousel-example-generic img
	{
		display: none;
	}
	footer address label
	{
		display: block;
	}
	#bannerTopo
	{
		background-size: 1491px;
	}
	#bannerTopo, #layerEscura
	{
		height: 200px;
	}
	#bannerTopo h2
	{
		font-size: 20pt;
	}
	#layerEscura
	{
		padding-left: 10px;
	}
	#contato .icons i
	{
		font-size: 18pt;
		margin-right: 20px;
	}
	.instagram
	{
		height: 22px;
		position: relative;
		top: -4px;
		width: 22px;
	}
	footer h3
	{
		margin-bottom: 10px;
	}
	footer #mapa
	{
		margin-top: 30px;
	}
	#sideNav a:focus, #sideNav a:hover
	{
		color: #FFF !important;
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px)
{
	#contato>div
	{
		display: block;
		float: none;
		text-align: initial;
	}
	#contato .icons i
	{
		font-size: 18pt;
		margin-right: 10px;
	}
	#logo img
	{
		margin-top: 35px;
		padding: 0 !important;
		top: 0 !important;
		width: 100px !important;
	}
	#contato div label
	{
		font-size: 10pt;
		vertical-align: top;
	}
	#contato i
	{
		font-size: 9pt;
		padding-top: 2px;
		text-align: center;
		vertical-align: initial;
		width: 10px;
	}
	#carouselIndex .carouselUniesp
	{
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: 1000px !important;
		height: 300px;
	}
	#header-bottom
	{
		min-height: 140px;
	}
	span.glyphicon.glyphicon-chevron-right, span.glyphicon.glyphicon-chevron-left
	{
		padding-top: 5px;
	}
	#bannerTopo
	{
		background-size: 1491px;
	}
	#bannerTopo, #layerEscura
	{
		height: 200px;
	}
	#contato .icons i
	{
		font-size: 18pt;
		margin-right: 20px;
	}
	.instagram
	{
		height: 21px;
		top: -10px;
		width: 21px;
	}
	#blocoPostagem a
	{
		margin-top: 20px !important;
	}
	#telefoneMobile{
		font-size:8pt;
	}
	#telefoneMobile b{
		font-size:8pt;
	}
	#contato div label
	{
		font-size: 8pt;
		vertical-align: top;
	}
	#contato i
	{
		font-size: 9pt;
		padding-top: 2px;
		text-align: center;
		vertical-align: super;
		width: 10px;
	}

}
@media screen and (max-width: 600px)
{
	#carouselIndex .carouselUniesp
	{
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: 800px !important;
		height: 250px;
	}
	#bannerTopo h2
	{
		font-size: 14pt;
	}
	#layerEscura
	{
		padding-left: 10px;
	}
	#contato .icons i
	{
		font-size: 18pt;
		margin-right: 20px;
	}
}
@media screen and (max-width: 400px)
{
	#carouselIndex .carouselUniesp
	{
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: 800px !important;
		height: 250px;
	}
	#contato .icons i
	{
		font-size: 18pt;
		margin-right: 20px;
		margin-top: 10px;
	}
	#contato > div:nth-of-type(2)
	{
		margin-top: 10px;
	}
	.bxslider li
	{
		width: 275px !important;
	}
}
@media screen and (max-width: 3000px)
{
	#bannerTopo
	{
		background-size: 3000px !important;
	}
	#bannerTopo, #layerEscura
	{
		height: 350px;
	}
}
@media screen and (max-width: 2500px)
{
	#bannerTopo
	{
		background-size: 2800px !important;
	}
	#bannerTopo, #layerEscura
	{
		height: 300px;
	}
}
@media screen and (max-width: 2000px)
{
	#bannerTopo
	{
		background-size: 2500px !important;
	}
	#bannerTopo, #layerEscura
	{
		height: 250px;
	}
}
@media screen and (max-width: 1500px)
{
	#bannerTopo
	{
		background-size: 2000px !important;
	}
	
}
@media screen and (max-width: 500px)
{
	#bannerTopo
	{
		background-size: 1000px !important;
	}
	#bannerTopo, #layerEscura
	{
		height: 150px;
	}
	footer #sub-footer2
	{
		padding: 10px 55px 10px 30px;
	}
	.scroll
	{
		top: 10px;
	}
	#bloco4 p {
		margin-left:0 !important;
		margin-right:0 !important;
	}
}