@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
* {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:none;
	outline:0;
	font-weight:normal;
	font-style:inherit;
	font-size:inherit;
	font-family:inherit;
	vertical-align:baseline
}
body {
	font-family:'Roboto Condensed', serif;
	font-weight:normal;
	font-style:normal;
	color:#000;
	font-size:100.1%;
-webkit-animation:fadeIn .5s;
animation:fadeIn .5s
}
ol, ul {
	list-style:none
}
a, avisited, button {
	color:#000;
	text-decoration:none;
	border:none;
transition:all .3s ease-in-out
}
.temTransicaoSimples {
transition:all .3s ease-in-out
}
.pagination {
	text-align:right;
}
.pagination .item {
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#0066b3;
	display:inline-block;
	padding:11px;
	min-width:41px;
}
.pagination .item:hover {
	background:#00487e;
}
.pagination .item.active {
	background:#00487e;
}
.text {
	line-height:1.5;
	font-size:16px;
	margin-top:50px !important;
}
.text .section-title {
	color:#0066b3;
	font-size:26px;
	text-transform:uppercase;
	margin-bottom:20px
}
.text img, .text video, .text canvas, .text figure {
	max-width:100%;
}
.text img.align-left, .text video.align-left, .text canvas.align-left, .text figure.align-left {
	float:left;
	margin-right:30px;
	margin-bottom:20px
}
.text img.align-right, .text video.align-right, .text canvas.align-right, .text figure.align-right {
	float:left;
	margin-left:30px;
	margin-bottom:20px
}
.text p {
	margin-bottom:20px;
	text-align:justify;
}
{
*font:0/0 a !important;
}
.selectric-wrapper {
	position:relative;
	cursor:pointer
}
.selectric-responsive {
	width:100%
}
.selectric {
	border:1px solid #ededed;
	background:#ededed;
	position:relative;
	border-radius:0;
}
.selectric .label {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:0 110px 0 16px;
	font-size:12px;
	line-height:59px;
	color:#444;
	height:59px
}
.selectric .button {
	background:#e5e5e5;
	border-radius:0;
	display:block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:110px;
	height:59px;
	color:#444;
	text-align:center;
	text-indent:-999em;
}
.selectric .button:after {
	content:"";
	position:absolute;
	left:42%;
	top:50%;
	border:solid #000;
	border-width:0 2px 2px 0;
	display:inline-block;
	padding:8px;
	-webkit-transform:rotate(45deg) translate(-50%, -50%);
	transform:rotate(45deg) translate(-50%, -50%);
transition:all .2s ease
}
.selectric-focus .selectric {
	border-color:#aaa
}
.selectric-hover .selectric {
	border-color:#c5c5c5;
}
.selectric-hover .selectric .button {
	color:#c5c5c5;
}
.selectric-hover .selectric .button:after {
	border-top-color:#c5c5c5
}
.selectric-open {
	z-index:9999;
}
.selectric-open .selectric {
	border-color:#c5c5c5
}
.selectric-open .selectric-items {
	display:block
}
.selectric-disabled {
	opacity:.5;
	cursor:default;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.selectric-hide-select {
	position:relative;
	overflow:hidden;
	width:0;
	height:0;
}
.selectric-hide-select select {
	position:absolute;
	left:-100%
}
.selectric-hide-select.selectric-is-native {
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}
.selectric-hide-select.selectric-is-native select {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	border:none;
	z-index:1;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	opacity:0
}
.selectric-input {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	overflow:hidden !important;
	clip:rect(0,0,0,0) !important;
	margin:0 !important;
	padding:0 !important;
	width:1px !important;
	height:1px !important;
	outline:none !important;
	border:none !important
}
background none !important, .selectric-temp-show {
position:absolute !important;
visibility:hidden !important;
display:block !important
}
.selectric-items {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#f8f8f8;
	border:1px solid #c4c4c4;
	z-index:-1;
	-ms-box-shadow:0 0 10px -6px;
	-o-box-shadow:0 0 10px -6px;
	box-shadow:0 0 10px -6px;
}
.selectric-items .selectric-scroll {
	height:100%;
	overflow:auto
}
.selectric-items li {
	display:block;
	padding:8px;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
	color:#666;
	cursor:pointer;
}
.selectric-items li.selected {
	background:#efefef;
	color:#444
}
.selectric-items li.highlighted {
	background:#d0d0d0;
	color:#444
}
.selectric-items li:hover {
	background:#f0f0f0;
	color:#444
}
.selectric-items .disabled {
	opacity:.5;
	cursor:default !important;
	background:none !important;
	color:#666 !important;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight:bold;
	padding-left:10px;
	cursor:default;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background:none;
	color:#444
}
.selectric-items .selectric-group.disabled li {
	opacity:1
}
.selectric-items .selectric-group li {
	padding-left:25px
}
.selectric-above .selectric-items {
	top:auto;
	bottom:100%
}
.selectric-items ul, .selectric-items li {
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:59px;
	min-height:59px
}
.selectric-items li {
	padding:0 16px
}
.form .form-button {
	height:59px;
	line-height:59px;
	background:#0066b3;
	width:100%;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
.form .form-button:hover {
	background:#00487e
}
.form .form-group {
	margin-bottom:20px;
}
.form .form-group label {
	display:inline-block;
	margin-bottom:10px;
	text-transform:uppercase
}
.form .form-group input[type="text"], .form .form-group input[type="tel"], .form .form-group input[type="email"], .form .form-group input[type="search"], .form .form-group textarea {
	background:#ededed;
	display:block;
	width:100%;
	padding:19px 15px;
	border:1px solid #ededed;
}
.form .form-group input[type="text"]:focus, .form .form-group input[type="tel"]:focus, .form .form-group input[type="email"]:focus, .form .form-group input[type="search"]:focus, .form .form-group textarea:focus {
	border:1px solid #aaa
}
.inner-page .inner-page-header {
	background:#dedede;
}
.inner-page .inner-page-header .section {
	margin:0 auto 40px auto
}
.inner-page .inner-page-header .title-section {
	margin-bottom:50px;
	margin-top:36px;
	font-size:30px;
	font-weight:bold;
}
.clearfix {
	display:flow-root
}
.mini-menu {
	width:100%;
	height:auto;
	display:table;
	background:#0066b3
}
.mini-menu-local {
	width:1280px;
	height:auto;
	display:table;
	margin:0 auto
}
.mini-menu-itens {
	width:auto;
	margin-top:10px;
}
.mini-menu-itens li {
	display:inline;
	float:left;
	background:#ccc;
	margin-right:10px;
	margin-bottom:10px;
}
.mini-menu-itens li a {
	width:100%;
	height:100%;
	float:left
}
.mini-menu-itens .home {
	width:21px;
	height:21px;
	margin-top:1px;
	background:url("../imagens/icon-mini-menu-home.png") no-repeat center;
	-ms-background-size:cover;
	background-size:cover
}
.mini-menu-itens .fiep {
	width:59px;
	height:26px;
	background:url("../imagens/icon-mini-menu-home.png") no-repeat center;
	-ms-background-size:cover;
	background-size:cover
}
.mini-menu-itens .sesi {
	background:url("../imagens/icon-mini-menu-sesi.png") no-repeat center;
	-ms-background-size:cover;
	background-size:cover;
	width:55px;
	height:26px;
}
.mini-menu-itens .senai {
	background:url("../imagens/icon-mini-menu-senai.png") no-repeat center;
	-ms-background-size:cover;
	background-size:cover;
	width:74px;
	height:26px;
}
.mini-menu-itens .iel {
	background:url("../imagens/icon-mini-menu-iel.png") no-repeat center;
	-ms-background-size:cover;
	background-size:cover;
	width:41px;
	height:26px;
}
.header {
	width:100%;
	height:auto;
	background:#fff;
	padding:15px 0
}
.header-local {
	width:1280px;
	height:100px;
	display:table;
	margin:0 auto
}
/*.logotipo {
	width:250px;
	height:57px;
	display:table;
	float:left;
	background:url("../imagens/logotipo.svg") no-repeat center;
	-ms-background-size:cover;
	background-size:cover;
transition:all .3s ease;
margin-top:20px;
}*/
.logotipo {
	width:300px;
	height:70px;
	display:table;
	float:left;
	background:url("../imagens/logotipo.png") no-repeat center;
	-ms-background-size:cover;
	background-size:cover;
transition:all .3s ease;
margin-top:20px;
}
.logotipo:hover {
	opacity:.7
}
.logotipo a {
	width:100%;
	height:100%;
	float:left
}
.right {
	width:auto;
	display:table;
	float:right
}
.pull {
	width: 65px;
	height: 50px;
	background: url("../imagens/nav-icon.png") no-repeat center;
	position: absolute;
	z-index: 2;
	top: 80px;
	right: 10px;
	display: none;
}
.menu {
	width:auto;
	display:table;
	float:left;
	margin-top:40px;
}
.menu ul li {
	display:inline;
	margin-right:15px;
}
.menu ul li:last-child {
	margin-right:0
}
.menu ul li a {
	font-size:17px;
	color:#444;
	text-transform:uppercase;
}
.menu ul li a:hover {
	color:#0066b3
}
.menu ul li a.active {
	color:#0066b3
}
/************************************************************* menu programas */
.search-form {
	position:relative;
	float:right;
}
.search-form .search-form-input {
	position:absolute;
	right:8px;
	padding:10px;
	top:0px;
	width:40px;
	border-radius:12px;
	-ms-box-shadow:0 0 1px rgba(0, 0, 0, 0.5);
	-o-box-shadow:0 0 1px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 1px rgba(0, 0, 0, 0.5);
	background:#f5f5f5;
	pointer-events:none;
	opacity:0;
	z-index:0;
transition:all .3s ease-in-out;
font-size:12px;
}
.active-search .search-form .search-form-input {
	width:180px;
	pointer-events:all;
	opacity:1;
	margin-top:-4px;
}
.busca-icon {
	position:relative;
	width:25px;
	height:25px;
	display:table;
	float:left;
	margin:0px 10px;
	margin-top:2px;
	z-index:1;
	background:url("../imagens/icon-busca.png") no-repeat center
}
.social {
	width:auto;
	display:table;
	margin-top:-3px;
	float:right;
}
.social li {
	width:33px;
	height:33px;
	display:inline;
	float:right;
	background-repeat:no-repeat;
	background-image:url("../imagens/icons-social.png");
	margin-right:2px;
transition:all .3s ease;
}
.social li:last-child {
	margin-right:0
}
.social li:hover {
	opacity:.7
}
.social li a {
	width:100%;
	height:100%;
	float:right;
}
.social .facebook {
	background-position:0 0
}
.social .instagram {
	background-position:-34px 0
}
.social .twitter {
	background-position:-68px 0
}
.social .gplus {
	background-position:-102px 0
}
.social .youtube {
	background-position:-136px 0
}
.slide {
	width:100%;
	height:auto;
	display:table
}
.section {
	width:100%;
	max-width:1280px;
	height:auto;
	display:table;
	margin:0 auto 20px auto
}
.title-section {
	font-size:30px;
	color:#333;
	text-transform:uppercase;
	width:100%;
	display:table;
	text-align:center;
	position:relative;
	margin-bottom:35px;
	font-weight:bold;
}
.section-box {
	margin-bottom:30px;
}
.section-box p {
	line-height:1.5;
	margin-bottom:20px
}
.small-intro-title {
	font-size:18px;
	color:#000;
	margin-bottom:30px;
}
.small-intro-title.upper {
	text-transform:uppercase
}
.informativos {
	position:relative
}
.ver-todos {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#0066b3;
	padding:7px 20px;
	position:absolute;
	top:0;
	right:0;
}
.ver-todos:hover {
	background:#00487e
}
.leia-mais {
    max-width:90px;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#0066b3;
	padding:7px 20px;
	margin-top:15px;
}
.leia-mais:hover {
	background:#00487e
}
.lista-informativos, .inner-page.eventos .lista-eventos {
	width:100%;
	height:auto;
}
.lista-informativos .item, .inner-page.eventos .lista-eventos .item {
	width:32.2%;
	height:auto;
	display:inline;
	float:left;
	margin-right:1%;
	margin-bottom:1.5%;
transition:all .3s ease;
}
.lista-informativos .item:last-child, .inner-page.eventos .lista-eventos .item:last-child {
	margin-right:0
}
.lista-informativos .item:hover, .inner-page.eventos .lista-eventos .item:hover {
	opacity:.8
}
.lista-informativos .item a, .inner-page.eventos .lista-eventos .item a {
	width:100%;
	height:100%;
	float:left
}
.lista-informativos .item img, .inner-page.eventos .lista-eventos .item img {
	width:100%;
	object-fit: cover;
	height: 191px;
}
.lista-informativos .item .titulo, .inner-page.eventos .lista-eventos .item .titulo {
	font-size:16px;
	color:#0066b3;
	font-weight:bold;
	margin-top:15px;
	display:table;
	height:87px;
}

.lista-informativos .item .descricao, .inner-page.eventos .lista-eventos .item .titulo {
	font-size:14px;
	color:#161616;
	margin-top:15px;
	display:table;
	text-align:justify;
}

.galeria-noticia {
  width: 75%;
  height: 560px;
  display: block;
  margin: 0 auto;
	margin-bottom: 20px;
}

.lista-share {
	width:auto;
	height:auto;
	display:table;
	float:right;
}
.lista-share span {
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin-top:7px;
	margin-right:20px
}
.lista-share li {
	width:40px;
	height:40px;
	display:inline;
	margin-right:10px;
	display:table;
	float:left;
}
.lista-share li a {
	width:100%;
	height:100%;
	float:left
}
.lista-share .fb {
	background:url("../imagens/share-facebook.svg") no-repeat center
}
.lista-share .wp {
	background:url("../imagens/share-whatsapp.svg") no-repeat center;
}
@media only screen and (max-width:600px){
.wpmobile{ display:block !important; }
.wpdesktop{ display:none !important; }
}

@media only screen and (min-width:600px){
.wpmobile{ display:none !important; }
.wpdesktop{ display:block !important; }
}

/******************************************************************************************************* lista videos */
.lista-videos {
	width:100%;
	height:auto;
}
.lista-videos .item {
	width:33.2%;
	height:auto;
	display:inline;
	float:left;
	margin-bottom:1.5%;
transition:all .3s ease;
}
.lista-videos .item:last-child {
	margin-right:0
}
.lista-videos .item:hover {
	opacity:.8
}
.lista-videos .item a {
	width:100%;
	height:100%;
	float:left
}
.lista-videos .item img {
	width:100%;
	height:auto
}
.video1 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 425px;
  margin-left: -470px;
  background: url("../imagens/bg-icon-video.png") no-repeat center;
}
.video2 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 425px;
  margin-left: -45px;
  background: url("../imagens/bg-icon-video.png") no-repeat center;
}
.video3 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 425px;
  margin-left: 380px;
  background: url("../imagens/bg-icon-video.png") no-repeat center;
}
.lista-videos .item .titulo {
	font-size:16px;
	color:#0066b3;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
	padding-right:2px;
	padding-left:2px;
	display:table
}

.lista-videos .item .descricao {
	font-size:14px;
	color:#161616;
	margin-top:15px;
	display:table;
	text-align:justify;
}

/*************************************************************************************************************************************/
.lista-quadros {
	width:100%;
	height:auto;
	display:table;
	margin:20px auto;
}
.lista-quadros .item {
	width:18.5%;
	height:110px;
	display:inline;
	float:left;
	margin-right:1.8%;
	margin-bottom:25px;
	background:#ccc;
transition:all .3s ease;
}
.lista-quadros .item:nth-child(5n+5) {
margin-right:0
}
.lista-quadros .item:hover {
	opacity:.7
}
.lista-quadros .item img {
	max-width:100%;
	height:auto
}
.footer {
	width:100%;
	height:auto;
	display:table;
	background:#0066b3;
	color:#fff
}
.footer-local {
	width:1280px;
	height:440px;
	display:table;
	margin:0 auto;
	position:relative
}
.bloco-triplo {
	width:100%;
	height:120px;
	display:table;
	margin:30px auto 0 auto;
}
.bloco-triplo .bloco {
	width:auto;
	display:inline;
	float:left;
	margin-right:3%;
	position:relative;
}
.bloco-triplo .bloco:nth-child(1) {
width:400px
}
.bloco-triplo .bloco:nth-child(2) {
position:absolute;
left:50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
}
.bloco-triplo .bloco:nth-child(2) .titulo {
width:100%;
text-align:right
}
.bloco-triplo .bloco:last-child {
	float:right;
	margin-right:0
}
.bloco-triplo .bloco .titulo {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:15px;
	display:table
}
.bloco-triplo .telefone-bloco {
	padding-left:80px;
	background:url("../imagens/icon-tel-footer.png") no-repeat top left;
}
.bloco-triplo .telefone-bloco .titulo {
	margin-bottom:0
}
.bloco-triplo .telefone-bloco .tel {
	font-size:2.3em;
	font-weight:bold;
}
.bloco-triplo .telefone-bloco .tel small {
	font-size:19px;
	font-weight:bold
}
.form-newsletter {
	width:80%;
	height:auto;
	display:table;
}
.form-newsletter .item {
	width:70%;
	display:table;
	float:left;
}
.form-newsletter .item input {
	width:100%;
	padding:14px;
	font-size:12px;
	text-transform:uppercase;
	font-style:italic
}
.form-newsletter .submit {
	width:30%;
}
.form-newsletter .submit input {
	cursor:pointer;
	color:#fff;
	background:#00487e;
transition:all .1s ease;
}
.form-newsletter .submit input:hover {
	background:#0080e0;
}
.social.footer {
	width:auto;
	display:table;
}
.social.footer li {
	width:33px;
	height:33px;
	display:inline;
	float:left;
	background-repeat:no-repeat;
	background-image:url("../imagens/icons-social-footer.png");
	margin-right:5px
}
.social.footer .facebook {
	background-position:0 0
}
.social.footer .instagram {
	background-position:-36px 0
}
.social.footer .twitter {
	background-position:-72px 0
}
.social.footer .gplus {
	background-position:-108px 0
}
.social.footer .youtube {
	background-position:-144px 0
}
.divisor {
	width:100%;
	height:1px;
	background:#fff;
	display:table;
	margin:0 0 50px 0
}
.menu-footer {
	width:100%;
}
.menu-footer li {
	width:20%;
	height:auto;
	display:inline;
	float:left;
}
.menu-footer li span {
	width:100%;
	font-size:19px;
	text-transform:uppercase;
	font-weight:bold;
	display:table;
	margin-bottom:10px
}
.menu-footer .grupo {
	width:100%;
}
.menu-footer .grupo li {
	width:100%;
	float:left;
	margin-bottom:0;
}
.menu-footer .grupo li a {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	padding-left:15px;
	background:url("../imagens/icon-arrow-menu-footer.png") no-repeat center left;
transition:all .1s ease-in-out;
}
.menu-footer .grupo li a:hover {
	color:#00487e;
}
.footer-bottom {
	width:100%;
	height:40px;
	display:table;
	position:absolute;
	bottom:20px
}
.endereco {
	font-size:10px;
	line-height:140%;
	color:#fff;
	display:table;
	float:left;
	padding:5px 0;
	background:url("../imagens/icon-location.png") no-repeat left 5px;
	padding-left:30px
}
.to-top {
	width:33px;
	height:34px;
	position:absolute;
	left:50%;
	cursor:pointer;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	background:url("../imagens/icon-to-top.png") no-repeat center
}
.borda {
	width:39px;
	height:12px;
	display:table;
	float:right;
	margin-top:15px;
	background:url("../imagens/borda-comunicacao.png") no-repeat center
}
.mini-menu-itens {
	width:auto;
}
.mini-menu-itens .fiep {
	background:url("../imagens/icon-mini-menu-fiep.png") no-repeat center;
	-ms-background-size:cover;
	background-size:cover
}
.lista-links-home {
	width:100%;
}
.lista-links-home .item {
	width:15.8%;
	height:120px;
	border:1px solid #0066b3;
	text-align:center;
	position:relative;
	display:inline;
	float:left;
	margin-right:1%;
	margin-bottom:20px;
}
.lista-links-home .item:nth-child(6n+6) {
margin-right:0
}
.lista-links-home .item a {
	width:100%;
	font-size:18px;
	color:#0066b3;
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.lista-links-home.quatriplos .item {
	width:24.2%;
}
.lista-links-home.quatriplos .item:nth-child(6n+6) {
margin-right:1%
}
.lista-links-home.quatriplos .item:nth-child(4n+4) {
margin-right:0
}
.inner-page.quem-somos {
	padding-bottom:40px;
}
.inner-page.quem-somos .quem-somos-intro, .inner-page.quem-somos .quem-somos-diretoria {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #dedede;
}
.inner-page.quem-somos .quem-somos-intro .small-intro-title + h2, .inner-page.quem-somos .quem-somos-diretoria .small-intro-title + h2 {
	text-transform:uppercase;
	margin-bottom:30px
}
.inner-page.quem-somos .quem-somos-intro dl, .inner-page.quem-somos .quem-somos-diretoria dl {
	text-transform:uppercase;
	line-height:1.6;
	margin-bottom:30px;
}
.inner-page.quem-somos .quem-somos-intro dl:last-child, .inner-page.quem-somos .quem-somos-diretoria dl:last-child {
	margin-bottom:0
}
.inner-page.quem-somos .quem-somos-intro dl dt, .inner-page.quem-somos .quem-somos-diretoria dl dt {
	color:#0066b3;
	float:left;
}
.inner-page.quem-somos .quem-somos-intro dl dt:after, .inner-page.quem-somos .quem-somos-diretoria dl dt:after {
	content:" ";
	white-space:pre
}
.inner-page.quem-somos .quem-somos-intro dl dt.has-sub-dl, .inner-page.quem-somos .quem-somos-diretoria dl dt.has-sub-dl {
	float:none
}
.inner-page.quem-somos .quem-somos-unidades .unidade-endereco {
	width:50%;
	max-width:400px;
	display:inline-block;
	vertical-align:top;
	padding-right:4%;
}
.inner-page.quem-somos .quem-somos-unidades .unidade-endereco:last-child {
	padding-right:0
}
.inner-page.quem-somos .quem-somos-unidades .unidade-titulo {
	text-transform:uppercase;
	color:#0066b3;
	margin-bottom:30px
}
.inner-page.quem-somos .left-block, .inner-page.quem-somos .right-block {
	width:50%;
	float:left;
	text-align:justify
}
.inner-page.quem-somos .left-block {
	padding-right:4%
}
.inner-page.quem-somos .right-block {
	padding-left:4%;
}
.inner-page.quem-somos .right-block .section-box:last-child p:last-child {
	margin-bottom:0
}
.inner-page.fale-conosco {
	padding-bottom:40px;
}
.inner-page.fale-conosco .left-block, .inner-page.fale-conosco .right-block {
	float:left
}
.inner-page.fale-conosco .left-block {
	width:50%;
	padding-right:20px
}
.inner-page.fale-conosco .right-block {
	width:50%;
	padding-left:20px;
}
.inner-page.fale-conosco .right-block .small-intro-title {
	color:#0066b3
}
.inner-page.informativos {
	padding-bottom:40px;
}
.inner-page.informativos .lista-informativos .item {
	width:25%;
	margin-right:0;
	margin-bottom:30px;
}
.inner-page.informativos .lista-informativos .item > a {
	padding-right:4%;
	padding-left:4%
}
/*.inner-page.informativos .lista-informativos .item:nth-child(4n - 3) > a {
padding-left:0
}
.inner-page.informativos .lista-informativos .item:nth-child(4n) > a {
padding-right:0
}*/
.inner-page.eventos {
	padding-bottom:40px;
}
.inner-page.eventos .lista-eventos .item {
	width:25%;
	margin-right:0;
	margin-bottom:30px;
}
.inner-page.eventos .lista-eventos .item > a {
	padding-right:4%;
	padding-left:4%
}
.inner-page.eventos .lista-eventos .item:nth-child(4n - 3) > a {
padding-left:0
}
.inner-page.eventos .lista-eventos .item:nth-child(4n) > a {
padding-right:0
}
.inner-page.pesquisas {
	padding-bottom:40px;
}
.inner-page.pesquisas .left-block {
	width:75%;
	padding-right:40px;
	float:left
}
.inner-page.pesquisas .right-block {
	width:25%;
	float:left;
	background:#dedede;
}
.inner-page.pesquisas .right-block .filter-title {
	font-size:22px;
	color:#fff;
	background:#0066b3;
	padding:6px;
	text-align:center;
	text-transform:uppercase
}
.inner-page.pesquisas .right-block .filter-list {
	padding:10px 20px;
}
.inner-page.pesquisas .right-block .filter-list a {
	display:inline-block;
	font-size:22px;
	padding:5px 0;
transition:all .1s ease;
}
.inner-page.pesquisas .right-block .filter-list a:hover {
	color:#0066b3
}
.inner-page.pesquisas .pesquisa-title {
	position:relative;
	font-size:22px;
	color:#0066b3;
	text-transform:uppercase;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:40px;
	display:inline-block;
	cursor:pointer;
}
.inner-page.pesquisas .pesquisa-title:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	border:solid #0066b3;
	border-width:0 2px 2px 0;
	display:inline-block;
	padding:8px;
	-webkit-transform:rotate(45deg) translateY(-20%);
	transform:rotate(45deg) translateY(-20%);
transition:all .2s ease
}
.inner-page.pesquisas .pesquisa-title.active:after {
	top:8px;
	-webkit-transform:rotate(-135deg) translateY(0%);
	transform:rotate(-135deg) translateY(0%)
}
.inner-page.pesquisas .pesquisa-title.active + .pesquisa-definicao {
	background:#dedede;
}
.inner-page.pesquisas .pesquisa-title.active + .pesquisa-definicao .download-buttons {
	height:auto;
}
.inner-page.pesquisas .pesquisa-definicao {
	padding:20px;
	margin-bottom:20px;
transition:all .2s ease
}
.inner-page.pesquisas .download-buttons {
transition:all .2s ease;
	overflow:hidden;
	height:0
}
.inner-page.pesquisas .download-button {
	color:#fff;
	text-transform:uppercase;
	background:url("../imagens/pdf.svg") no-repeat center left #0066b3;
	-ms-background-size:auto 60%;
	background-size:auto 60%;
	background-position-x:12px;
	background-position-y:center;
	padding:16px 16px 16px 53px;
	margin-top:26px;
	margin-right:16px;
	display:inline-block;
transition:all .1s ease;
}
.inner-page.pesquisas .download-button:hover {
	background-color:#00487e
}
.inner-page.busca {
	padding-bottom:40px;
}
.inner-page.busca .busca-resultados {
	line-height:1.8;
}
.inner-page.busca .busca-resultados .busca-resultado a:hover {
	color:#0066b3
}
.inner-page.busca .busca-section .terms {
	color:#0066b3
}
.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
	opacity:1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
	opacity:1
}
}
@media screen and (max-width: 1279px) {
.header-local {
	width:100%;
}
.mini-menu-local {
	width:100%;
}
.footer-local {
	width:100%;
}
.video1 {
display:none;
}
.video2 {
display:none;
}
.video3 {
display:none;
}
.menu-programas-local {
	width:100%;
}
}
@media screen and (max-width: 1189px) {

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

}

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

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

}

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

.pull {
 display: table;
}
.menu {
	display:none;
background:#0066b3;
width:100%;
margin-top:100px;
margin-right:227px;
border:0px;
}
.menu ul li {
	width:100%;
display:block;
}
.menu ul li a {
	width:100%;
float:left;
text-align:center;
color:#fff;
padding-top:15px;
}
.menu ul li a:hover {
	color:#ff291e;
}
.menu ul li a.active {
	color:#fff;
}
}

@media screen and (max-width: 780px) {
.lista-quadros .item {
	width:33%;
}

.inner-page.informativos .lista-informativos .item {
	width:47%;
}
.bloco-triplo {
	width:100%;
}
.bloco-triplo .bloco:nth-child(1) {
width:100%;
}

.bloco-triplo .bloco:nth-child(2) {
width:100%;
}
.bloco-triplo .bloco:last-child {
	float:left;
}
.bloco-triplo .telefone-bloco {
margin:120px 0px 0px 30px;
float:left;
}
.social.footer {
	width:70%;
	margin-top:120px;
	margin-left:30px;
	float:left;
}
.menu-footer li {
	width:50%;
	margin-bottom:35px;
}
}

@media screen and (max-width: 590px) {
.lista-quadros .item {
	width:100%;
	height:auto;
}
.lista-quadros {
	padding:30px 10px 30px 10px;
	margin-top: -25px;
}
.lista-quadros .item img {
margin-top:-25px;
}
.inner-page.informativos .lista-informativos .item {
	width:100%;
}
.lista-informativos .item, .inner-page.eventos .lista-eventos .item {
	width:100%;
}
.lista-videos .item {
	width:100%;
}
.social {
display:none;
}
}

@media screen and (max-width: 480px) {
.text p {
padding-left:1.5%;
padding-right:1.5%;
}

.text .section-title {
padding-left:1.5%;
padding-right:1.5%;
}
.text img.align-left, .text video.align-left, .text canvas.align-left, .text figure.align-left {
padding-left:1.5%;
padding-right:1.5%;
}
.info-noticia {
padding-left:1.5%;
padding-right:1.5%;
color:#0066b3;
}
.info-noticia2 {
padding-left:1.5%;
padding-right:1.5%;
color:#0066b3;
float:right;
}
.search-form {
margin-right:60px;
}
.menu {
margin-top:30px;
margin-right:227px;
}
.inner-page.fale-conosco .left-block {
	width:100%;
	padding:2%;
}
.inner-page.fale-conosco .right-block {
	width:100%;
	padding:2%;
}
.inner-page.quem-somos .left-block, .inner-page.quem-somos .right-block {
	width:100%;
	padding:2%;
}
.inner-page.quem-somos .quem-somos-unidades .unidade-endereco {
	width:100%;
	padding:2%;
}
.small-intro-title {
	padding:2% 2% 2% 0%;
}
.lista-informativos {
padding:2%;
}
.lista-videos {
padding:2%;
}
.menu-footer li span {
	padding-left:15px;
}
.menu-footer .grupo {
	padding-left:15px;
}
.bloco-triplo .telefone-bloco .tel {
	padding-bottom:15px;
}
.endereco {
	display:none;
}
.borda {
	margin-right:15px;
}
.bloco-triplo .bloco .titulo {
	width:100%;
	clear:both;
	position:relative;
	font-size:12px;
	padding-left:1.5%;
	padding-right:1.5%;	
}
.form-newsletter {
	width:100%;
	padding-left:1.5%;
	padding-right:1.5%;	
}
.social.footer {
	/*width:100%;*/
	margin-top:90px;
	margin-left:30px;
	text-align:center;
	padding-left:1.5%;
	padding-right:1.5%;
}
}