*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'square721_btroman';
    src: url('fontes/tt0246m_-webfont.eot');
    src: url('fontes/tt0246m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/tt0246m_-webfont.woff2') format('woff2'),
         url('fontes/tt0246m_-webfont.woff') format('woff'),
         url('fontes/tt0246m_-webfont.ttf') format('truetype'),
         url('fontes/tt0246m_-webfont.svg#square721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	margin-left: inherit !important;
	float: inherit !important;
}

body{
	font-family: 'square721_btroman';
	font-size: 14px;
	line-height: 20px;
	color: #80787F;
	background: url(img/bg-geral.png) repeat center #FFF;
}

a{
	color: #000;
	text-decoration: none !important;
}
a:hover{
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

.line{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

[class*="col"]{
	margin-left: 1.020408163265306%;
	float: left;
}
[class*="col"]:first-child{
	margin-left: 0;
	clear: left;
}

.col1{
	width: 7.397959183673469%;
}
.col1:nth-child(12n-11){
	margin-left: 0;
	clear: left;
}
.col2{
	width: 15.81632653061224%;	
}
.col2:nth-child(6n-5){
	margin-left: 0;
	clear: left;
}
.col3{
	width: 24.23469387755102%;
}
.col3:nth-child(4n-3){
	margin-left: 0;
	clear: left;
}
.col4{
	width: 32.6530612244898%;
}
.col4:nth-child(3n-2){
	margin-left: 0;
	clear: left;
}
.col5{
	width: 41.07142857142856%;
}
.col6{
	width: 49.48979591836735%;
}
.col6:nth-child(2n-1){
	margin-left: 0;
	clear: left;
}
.col7{
	width: 57.90816326530613%;
}
.col8{
	width: 66.32653061224489%;
}
.col9{
	width: 74.74489795918367%;
}
.col10{
	width: 83.16326530612245%;
}
.col11{
	width: 91.58163265306123%;
}
.col12{
	width: 100%;
}

.table{
	width: 100%;
	float: left;
	list-style: none;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	opacity: .8;
}
.table > li{
	width: 100%;
	display: table;
	position: relative;
	background-color: #FFF;
}
.table > li:not(.no-hover):nth-child(odd){
	background-color: #F5F5F5;
}
.table > li:not(.no-hover):hover{
	transition: all .25s ease-in-out;
	background-color: #FFC;
}
.table.numeracao > li [class*="tb"]:first-child{
	padding-left: 20px;
}
.table > li.header{
	border-bottom: solid 2px #DDD;
	font-weight: bold;
}
.table > li.bottom{
	border-top: solid 2px #DDD;
}
.table > li [class*="tb"]{
	display: table-cell;
	border: solid 1px #EEE;
	padding: 5px;
	vertical-align: top;
	position: relative;
	line-height: 16px;
	vertical-align: middle;
}
.table > li [class*="tb"].no-class{
	border: none;
}
.table > li.no-class{
	background-color: transparent;
}
.table > li [class*="tb"].top{
	vertical-align: top;
}
.table .text16{
	font-size: 16px;
	line-height: 22px;
}
.table .tb1{
	width: 1%;
}
.table .tb2{
	width: 2%;
}
.table .tb3{
	width: 3%;
}
.table .tb4{
	width: 4%;
}
.table .tb5{
	width: 5%;
}
.table .tb10{
	width: 10%;
}
.table .tb15{
	width: 15%;
}
.table li .tb16{
	width: 16.66666666666667;
}
.table .tb20{
	width: 20%;
}
.table .tb25{
	width: 25%;
}
.table .tb30{
	width: 30%;
}
.table li .tb33{
	width: 33.3334%;
}
.table .tb35{
	width: 35%;
}
.table .tb40{
	width: 40%;
}
.table .tb45{
	width: 45%;
}
.table .tb50{
	width: 50%;
}
.table .tb55{
	width: 55%;
}
.table .tb60{
	width: 60%;
}
.table .tb65{
	width: 65%;
}
.table .tb70{
	width: 70%;
}
.table .tb75{
	width: 75%;
}
.table .tb80{
	width: 80%;
}
.table .tb85{
	width: 85%;
}
.table .tb90{
	width: 90%;
}
.table .tb95{
	width: 95%;
}
.table .tb100{
	width: 100%;
}

/* reset bootstrap */
.btn-block{
	display: inline-block;
}

textarea,
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select{
	margin-bottom: 0;
	border-radius: 0;
	border-color: transparent;
}

input[type="checkbox"]{
	margin-top: -2px;
}

.line-row{
	line-height: 40px;
}

.button{
	width: 100%;
	float: left;
	background-color: #333;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-weight: 100;
}

a,
a:hover{
	text-decoration: none;
}

ul,
ol,
p,
h1,
h2,
h3,
h4{
	margin: 0;
}

h2{
	font-size: 22px;
	line-height: 140%;
	font-weight: 500;
}
h3{
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
}
h4{
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
}

ul, ol{
	list-style-position: inside;
}

.margin-top{
	margin-top: 20px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.margin-zero,
.no-margin,
form{
	margin: 0 !important;
}
.clear{
	clear: left;
}
.relative{
	position: relative;
}

.block{
	width: 100% !important;
	float: left;
}

.cursor-default{
	cursor: default !important;
}

.text-justify{
	text-align: justify;
}

.pointer{
	cursor: pointer;
}

.row-fluid{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.padding{
	padding: 10px;
}

.pull-right{
	float: right !important;
}
.pull-left{
	float: left !important;
}

label{
	cursor: default;
	margin-bottom: 0;
	color: #F00;
}
label strong{
	color: #333;
	margin-right: 3px;
}
label span{
	color: #666;
	font-size: 12px;
}

.divider{
	display: inline-block !important;
	padding-top: 10px;
	border-top: dotted 1px #CCC;
}

.bt{
	background-color: #089CD9;
	color: #FFF;
	min-width: 100px;
	line-height: 40px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	border-bottom: solid 2px #0787BC;
}
.bt:active{
	background-color: #0787BC;
}

.alert{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
}
/**/

#response{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F60;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	display: none;
	z-index: 99991;
}

#geral{
	width: 99.98%;
	min-width: 980px;
	float: left;
	background: url(img/bg-esqueleto.png) no-repeat right bottom;
	overflow: hidden;
}

.central{
	max-width: 980px;
	margin: 0 auto;
}

#linha-topo{
	width: 100%;
	float: left;
	background-color: #868686;
	line-height: 30px;
	color: #FFF;
}
#linha-topo p{
	width: 100%;
	text-align: right;
}

#topo{
	width: 100%;
	height: 195px;
	float: left;
	position: relative;
}

#btLogo{
	background: url(img/logo.png) no-repeat;
	width: 235px;
	height: 235px;
	position: absolute;
	left: 10px;
	top: -20px;
	text-indent: -9999px;
}

#publi-topo{
	width: 700px;
	height: 140px;
	position: absolute;
	top: 27.5px;
	right: 10px;
	background-color: #DDD;
}
#publi-topo .item{
	width: 700px;
	height: 140px;
	float: left;
}

#publi-central{
	width: 100%;
	height: 110px;
	float: left;
	background-color: #DDD;
	margin-bottom: 10px;
}

#menu{
	width: 100%;
	height: 35px;
	float: left;
	background-color: #089CD9;
	margin-bottom: 10px;
}
#menu ul{
	float: right;
	list-style: none;
}
#menu li{
	float: left;
}
#menu li a{
	float: left;
	padding: 0 10px;
	line-height: 35px;
	color: #FFF;
	font-size: 14px;
	background-color: #089CD9;
	transition: all .25s ease;
}
#menu li a:hover{
	line-height: 45px;
	margin-top: -5px;
	background-color: #038AC1;
}

#slider{
	width: 100%;
	height: 300px;
	float: left;
	margin-bottom: 10px;
}

.titulo{
	width: 100%;
	float: left;
	background: url(img/bg-title.png) no-repeat left;
	line-height: 35px;
	text-indent: 40px;
	font-size: 17px;
	color: #817880;
	margin-bottom: 10px;
}

#pdicas{
	width: 100%;
	height: 180px;
	float: left;
	background-color: #EEE;
	border: solid 1px #CCC;
	padding: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: auto;
}
#pdicas .item{
	width: 100%;
	float: left;
	margin-top: 8px;
	padding-top: 8px;
	border-top: dotted 1px #CCC;
}
#pdicas .item:nth-of-type(1){
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#pdicas .item a{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #80787F;
	transition: all .25s ease;
}
#pdicas .item a i{
	font-size: 0;
	transition: all .25s ease;
}
#pdicas .item a:hover{
	color: #333;
}
#pdicas .item a:hover i{
	font-size: inherit;
}

.jc{
	width: 100%;
	float: left;
}
.jc .item{
	width: 100%;
	height: 180px;
	float: left;
	background-color: #000;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	border: solid 1px #CCC;
	position: relative;
	transition: all .5s ease;
}
.jc .item .foto{
	width: 100%;
	float: left;
	line-height: 176px;
	text-align: center;
	float: left;
}
.jc .item i{
	font-size: 80px;
	line-height: 164px;
	color: #FFF;
}
.jc .item p{
	width: 100%;
	line-height: normal;
	position: absolute;
	left: 0;
	bottom: -100px;
	text-align: center;
	transition: all .5s ease;
}
.jc .item p span{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #000;
	padding: 5px 10px;
	color: #FFF;
	opacity: .8;
	display: inline-block;
}
.jc .item:hover{
	border-bottom: solid 2px #000;
}
.jc .item:hover p{
	bottom: 0;
}

#publi-base{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#publi-base .item{
	width: 237.5px;
	height: 100px;
	float: left;
	background-color: #DDD;
	border: solid 1px #CCC;
	margin-left: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}
#publi-base .item:nth-of-type(1){
	margin-left: 0;
}

#line{
	background: url(img/bg-lines.png) no-repeat center;
	width: 100%;
	height: 131px;
	float: left;
	margin-bottom: -70px;
	position: relative;
	z-index: 2;
}

.texto{
	width: 100%;
	float: left;
	line-height: 21px;
}
.texto .img{
	width: auto;
	height: auto;
	max-width: 500px;
	float: left;
	margin: 0 10px 10px 0;
}

#base{
	width: 100%;
	float: left;
	background-color: #FFF;
	padding: 95px 0 15px 0;
}

#base .blc{
	width: 100%;
	display: table;
	float: left;
	margin-bottom: 10px;
}
#base .ic{
	width: 35px;
	display: table-cell;
	vertical-align: middle;
}
#base .txt{
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	color: #53ACEC;
}

#logobase{
	background: url(img/logo-base.png) no-repeat;
	width: 134px;
	height: 134px;
	display: inline-block;
}

.icone{
	background: url(img/hint-base.png) no-repeat 0 0;
	width: 24px;
	height: 22px;
	float: left;
}
.icone.icone-telefone{
	background-position: -24px 0;
}
.icone.icone-email{
	background-position: -48px 0;
}

.bloco{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

.labelhidder{
	visibility: hidden;
	opacity: 0;
	top: 20px;
	position: absolute;
	left: 0;
	font-size: 10px;
	color: #3a87ad;
	transition: all .25s ease;
}
.labelhidder.show{
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 5px;
}

::-webkit-input-placeholder {
   color: #666 !important;
}


#form{
	float: left;
	padding: 10px;
	border-radius: 5px;
}
#form input[type=text],
#form input[type=email],
input[type=password],
#form select,
#form textarea{
	background-color: transparent !important;
	border-bottom: solid 2px #CCC;
	box-shadow: none;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding-top: 10px;
}
#form select{
	padding-left: 0px;
	font-size: 14px;
	color: #666;
}
#form textarea{
	height: auto;
	line-height: inherit;
	font-size: 14px;
}
#form [class*="span"]{
	position: relative;
}

.texto{
	width: 100%;
	float: left;
	line-height: 21px;
}
.texto .img{
	width: auto;
	height: auto;
	max-width: 500px;
	float: left;
	margin: 0 10px 10px 0;
}

#redes{
	width: 100%;
	float: right;
}
#redes .abas{
	width: 100%;
	float: left;
	padding-left: 5px;
}
#redes .abas a{
	float: left;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #EEE;
	color: #000;
	margin-right: 2px;
}
#redes .abas a.active{
	background-color: #FFF;
}
#redes .box{
	width: 100%;
	height: 260px;
	background-color: #FFF;
	float: left;
	padding: 5px 5px 0 5px;
	overflow: auto;
}
#redes .bg-facebook{
	color: #FFF !important;
	background-color: #45619D !important;
}
#redes .bg-twitter{
	color: #FFF !important;
	background-color: #55ACEE !important;
}
#redes .bg-instagram{
	color: #FFF !important;
	background-color: #437197 !important;
	overflow: hidden;
}
#redes .bg-youtube{
	color: #FFF !important;
	background-color: #CC181E !important;
}
#iframefacebook{
	width: 100% !important;
}

#inc_mapa{
	width: 100%;
	margin-bottom: 20px;
	border: solid 3px #089CD9;
	background-color: #089CD9;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}

.owl-pagination{
	position: relative;
	text-align: right;
	padding-right: 10px;
	margin-top: -40px;
}

#sharer{
	width: 100%;
	margin: 5px 0;
	padding-bottom: 5px;
	float: left;
	border-bottom: solid 1px #CCC;
}

#galeria{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#galeria .detalhes{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#galeria .fotos{
	width: 100%;
	float: left;
}
#galeria .fotos img{
	max-width: 245px;
	margin: 0;
	transition: all .25s ease;
	opacity: .7;
	background-color: #000;
}
#galeria .fotos img:hover{
	opacity: 1;
}

#video{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#video .video{
	width: 100%;
	float: left;
	text-align: center;
	background-color: #000;
}
#video .t{
	margin-bottom: 10px;
	text-align: center;
}
#video .texto{
	margin: 10px 0;
	color: #666;
}

.redes-sociais{
	width: 100%;
	height: 80px;
	float: left;
	background-color: #DDD;
	padding: 0 10px;
	margin: 14px 0 30px 0;
}
.redes-sociais .rede{
	float: left;
	margin: 10px;
}
.redes-sociais .rede:first-child{
	margin-left: 350px;
}

.quadros{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.quadros .item{
	width: 245px;
	height: 170px;
	line-height: 164px;
	text-align: center;
	float: left;
	border: solid 1px transparent;
	position: relative;
	overflow: hidden;
	transition: all .25s ease;
}
.quadros .item i{
	font-size: 80px;
	line-height: 164px;
	color: #FFF;
}
.quadros .item p{
	width: 100%;
	line-height: normal;
	position: absolute;
	left: 0;
	bottom: -100px;
	text-align: center;
	transition: all .5s ease;
}
.quadros .item p span{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #000;
	padding: 5px 10px;
	color: #FFF;
	opacity: .8;
	display: inline-block;
}
.quadros .item:hover{
	border-bottom: solid 2px #000;
}
.quadros .item:hover p{
	bottom: 0;
}
.quadros.bgcolor .item{
	width: 243px;
	margin: 1px;
	background-color: #000;
}

/*NOTICIAS*/
#inoticias{
	width: 100%;
	float: left;
	list-style: none;
}
#inoticias li{
	float: left;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #CCC;
}
#inoticias li .foto{
	width: 100%;
	height: 150px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#inoticias li .foto img{
	width: auto;
	max-width: inherit;
	height: 100%;
}
#inoticias li .foto i{
	font-size: 85px;
	color: #DDD;
	line-height: 150px;
}
#inoticias li .det{
	float: left;
	padding-left: 10px;
}
#inoticias li .det h3{
	font-size: 22px;
	font-weight: 100;
	line-height: 22px;
	margin-bottom: 5px;
}
#inoticias li .det h3 a{
	color: #000;
}
#inoticias li .chamada{
	font-size: 12px;
}

.paginacao-num{
	width: 100%;
	float: left;
	margin: 10px 0;
	text-align: center;
}

.btn-print{
	margin-right: 5px;
}

[class^="api-"],
[class*=" api-"]{
	float: left;
	margin: 0 0 0 10px;
}

.api-facebook a{
	margin-top: -15px;
}

#noticia{
	width: 100%;
	float: left;
}
#noticia .line{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
}
#noticia h2.t{
	width: 100%;
	float: left;
	font-size: 40px;
	font-weight: 100;
	line-height: 40px;
	margin-bottom: 10px;
}
#noticia .chamada{
	width: 100%;
	margin-bottom: 15px;
	color: #666;
	float: left;
	font-size: 20px;
	line-height: 25px;
}
#noticia .fonte{
	font-style: italic;
	width: 100%;
	float: left;
	margin: 10px 0;
	color: #666;
}
/**/

#curso{
	width: 100%;
	float: left;
}
#curso .t{
	margin-bottom: 10px;
}
#curso .texto{
	margin-bottom: 10px;
}

/* POPUP */
#mod-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	background: url(img/opacity-black.png) repeat;
	z-index: 1010;
}
#mod-popup .mod-cont{
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #333;
	border-radius: 5px;
	padding-bottom: 33px;
	color: #000;
}
#mod-popup #btn-fechar{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/**/

#btDesenvolvimento{
	background: url(img/gg.png) no-repeat;
	width: 26px;
	height: 30px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-indent: -9999px;
	z-index: 100;
}

/* Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 10px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #EEE;
    border-left: 1px solid #CCC
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #BAC0C4
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #717171
}

.mCSB_inside > .mCSB_container{
	margin-right: 10px;
}