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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  ========================================
  Html, Body
  ========================================
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	background: #646473;

	font-weight: normal;
	font-size: 100%;
	color: #444444;
	font-family: 'Open Sans', sans-serif;

	line-height: 1.4;

	cursor: default;
}

/*
  ========================================
  Link
  ========================================
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #666666;
	text-decoration: none;
}

/*
  ========================================
  Typography
  ========================================
*/
p {
	line-height:1.4;
	font-size:14px;
	color:#444444;
	margin-bottom: 18px;
	font-family: 'Open Sans', sans-serif;
}

b, strong {
	font-weight: bold;
}

/*
  ========================================
  Img
  ========================================
*/

img,
picture,
video,
embed,
object {
	max-width: 100%;
}

img {
	display: inline-block;
	vertical-align: middle;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}

/*
  ========================================
  Class
  ========================================
*/

.left {
	float: left;
}

.right {
	float:  right;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

/*CONTAINER*/

.container {
	margin:0 auto;
	width:61.375rem;/*1000px*/
}

.fundo {
	background:#ffffff;
}

/*
  ========================================
 	SUPERIOR
  ========================================
*/

.bg-header {
	height:173px;

	/**BACKGROUND GRADIENT*/
		background: rgb(240,240,240); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.logo {
	float:left;
}

.logo img {
	margin-top:28px;
}

.procura {
	float:right;
	width:36%;
	margin:62px 0 0 0;
}

.procura input[type="text"] {
	margin: 0;
	padding: 12px 25px;
	width: 80%;
	border:1px solid #cdcdcd;
	background:#ffffff;
	border-right:none;
	font-size:13px;
	color:#a3a3a3;
	outline:none;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.procura .btn2 {
	height: 41px;
	width:20%;
	margin: 0 0 0;
	padding: 0 1em;
	cursor: pointer;
	background: #ffffff url(../img/lupa.png) center no-repeat;
	border:1px solid #cdcdcd;
	border-left:none;
	outline: none;
	transition-duration:500ms;
}

.procura .btn2:hover {
	background: #F8F8F8 url(../img/lupa.png) center no-repeat;
}

/*
  ========================================
 	MEIO HOME
  ========================================
*/

.mapa {
	height:925px;
	background:#0085B2;
	position:relative;
	padding-top:35px;
}

.mapa-imagem {
	position:absolute;
	right:16%;
	top:75px;
	z-index:1;
	width: 50%;
}

.texto-mapa {
	position:absolute;
	top:206px;
	left:19.5%;
	width:15.5%;
	background:#ffffff;
	padding:62px 36px;
	z-index:2;

	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#CDCDCD));
	background: -webkit-linear-gradient(top, #ffffff, #CDCDCD);
	background: -moz-linear-gradient(top, #ffffff, #CDCDCD);
	background: -o-linear-gradient(top, #ffffff, #CDCDCD);
	background: -ms-linear-gradient(top, #ffffff, #CDCDCD);
	background: linear-gradient(top, #ffffff, #CDCDCD);
	background-color: #ffffff;
}

.mapa .tolltip{
	display: inline-block;
	background:#FF7A4D;
	width:94px;
	padding:10px 10px 12px 10px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);

}

.tolltip-seta {
	position:absolute;
	display:none;
}

.tolltip-seta:after {
	content:'';
	height:10px;
	width:10px;
	position:absolute;
	bottom:-10px;
	left:10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FF7A4D;
}

.mapa .tolltip p {
	margin-bottom:0;
	font-size:13px;
	color:#ffffff;
	text-align:center;
}

.texto-mapa h2 {
	font-size:25px;
	font-weight:600;
	color:#212121;
	margin-bottom:12px;
}

.texto-mapa p {
	margin:0;
}

.mapa h1 {
	font-size:36px;
	color:#ffffff;
	text-align:center;
	line-height:1.1;
	text-shadow: 2px 2px 1px rgba(124, 124, 124, 0.63);
	margin:0 auto;
	position:relative;
	z-index:2;
}

.mapa h1 span {
	color:#99FFB2;
}

.pular {
	border:2px solid #ffffff;
	font-size:15px;
	color:#ffffff;
	padding:5px 0;
	width:200px;
	position:fixed;
	bottom:25%;
	right:18%;
	text-align:center;
	background:#ffffff;
	z-index:3;

	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.pular:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0085B2;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.pular:hover, .pular:focus, .pular:active {
	color: #0085B2;
}
.pular:hover:before, .pular:focus:before, .pular:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.container-mapa {
	margin:0 auto;
	max-width:990px;/*990px*/
}

#owl-mapa {
	padding: 0 30px;
}

#owl-mapa .item {
	margin: 15px 10px 0 10px;
	text-align:center;
	cursor:pointer;
}

#owl-mapa .item h6 {
	font-size:13px;
	font-weight:600;
	color:#444444;
	text-align:center;
	margin:10px 0 0 0;
}

.borda-mapa {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	height:190px;
}

.borda-mapa:before,
.active:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #2372B8;
	height: 6px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.borda-mapa:hover:before, .borda-mapa:focus:before, .borda-mapa.active:before {
	left: 0;
	right: 0;
}

.slider-mapa {
	width:100%;
	bottom:0;
	left:0;
	background:#ffffff;
	position:fixed;
	z-index:3;
}

/*
  ========================================
  main-nav
  ========================================
*/

.main-nav {
	border-top: 1px solid #dddddd;
}

/*
  ========================================
  nav
  ========================================
*/

.down {
	background:url(../img/seta.png) right 15px center no-repeat;
}

.down:hover {
	background: #0d6eb6 url(../img/seta2.png) right 15px center no-repeat!important;
	color:#ffffff;
}

.nav li a {
	position: relative;
	float: left;

	padding: 18px 24px;

	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #272727;
	text-align: center;

	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.nav li:last-child a {
	border-right: 0;
}

.nav li a:hover {
	background: #0d6eb6;
	color:#ffffff;
}

.nav li.ativo a {
	background: #0d6eb6;
	color:#ffffff;
}

.nav li.ativo .down {
	background: #0d6eb6 url(../img/seta2.png) right 15px center no-repeat;
	color: #fff;
}

.nav li.active .down {
	background: #0d6eb6 url(../img/seta2.png) right 15px center no-repeat;
	color: #fff;
}

.nav li .arrow {
	display: inline-block;
	margin: 0 0 0 7px;
	width: 10px;
	height: 7px;
	background: url(../img/icons.png) -23px -37px;
}

.nav li.active .arrow {
	background-position: -40px -101px;
}

	.main-nav .sub-menu {
	}

	.main-nav .sub-menu {
		padding: 0 0;
		background: #0d6eb6;
	}

	.list {
		padding:35px 0;
		display:none;
	}

	.main-nav .sub-menu .column {
		float: left;
		width: 33.33%;
		padding: 10px 0;
	}

	.main-nav .sub-menu .column:last-child {
		border-right: 0;
	}

	.main-nav .sub-menu li a {
		position: relative;
		display: block;
		padding: 5px 0;
		font-size: 14px;
		color: #ffffff;
	}

	.main-nav .sub-menu li a:before {
		position: absolute;
		top: 13px;
		left: -17px;

		width: 5px;
		height: 5px;

		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;

		background: #ffffff;
		content: "";
	}

	.main-nav .sub-menu li a:hover {
		text-decoration: underline;
	}


/*
  ========================================
  content
  ========================================
*/

.content {
	padding: 35px 0;
}

/*
  ========================================
  column-main
  ========================================
*/

.column-main-full {
	width: 100%;
}

.column-main-large {
	width: 65.811965812%; /* 770px */
	padding-left: 23px;
}

.column-main-small {
	width: 31.623931623%; /* 370px */
}

	.column-main-small .border {
		margin: 0 0 30px 0;
		padding: 10px;
		border: 1px solid #d7d7d7;
	}

/*
  ========================================
  	MEIO
  ========================================
*/

.banner {
	height:435px;
	background:url(../img/banner.jpg) top center no-repeat;
	padding-top:130px;
}

.banner h1 {
	font-size:50px;
	color:#ffffff;
	text-align:center;
	line-height:1.1;
	text-shadow: 2px 2px 1px rgba(124, 124, 124, 0.63);
	margin-bottom:35px;
}

.banner h1 span {
	color:#99FFB2;
}

.banner a {
	text-align:center;
	color:#ffffff;
	display:block;
	padding:6px 0;
	width:190px;
	font-size:15px;
	margin:0 auto;
	border:2px solid #ffffff;
}

.banner a {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.banner a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f0f0f0;
	border:2px solid #f0f0f0;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.banner a:hover, .banner a:focus, .banner a:active {
	color: #878787;
}
.banner a:hover:before, .banner a:focus:before, .banner a:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.first-content {
	background:#ffffff;
	padding:28px 0 30px 0;
}

.first-content li {
	float:left;
	width:306px;
	margin-right:30px;
}

.first-content li:nth-of-type(3n) {
	margin-right:0;
}

.first-content li img {
	margin-bottom:16px;
}

.first-content li h2 {
	font-size:15px;
	font-weight:600;
	color:#0585B6;
	margin:0 0 10px 0;
	line-height:1.2;
	margin-right:20px;
}

.first-content li p {
	font-size:13px;
	color:#444444;
	margin:0 10px 0 0;
}

.second-content {
	background:#eeeeee;
	padding:32px 0;
	border-bottom:1px solid #CDCDCD;
}

.second-content h1 {
	font-size:25px;
	font-weight:600;
	color:#222222;
	margin-bottom:16px;
}

.block-one {
	float:left;
	width:48%;
}

.img-block-one {
	float:left;
	width:32%;
}

.img-block-one img {
	display:block;
	width:100%;
}

.txt-block-one {
	float:right;
	width:63%;
}

.second-content p {
	font-size:13px;
	margin-bottom:8px;
}

.second-content li {
	padding:3px 0;
}

.second-content li a {
	font-size:13px;
	color:#444444;
	border-bottom:1px solid #CCCCCC;
	padding:4px 0;
	background:url(../img/ball.png) left center no-repeat;
	padding-left:18px;
}

.second-content li a:hover {
	text-decoration:underline;
}

.block-two {
	float:right;
	width:47.5%;
}

.block-two-left {
	float:left;
}

.block-two-right {
	float:right;
	margin-right:7%;
}

.three-content {
	background:#FBFBFB;
	padding:34px 0 42px 0;
}

.three-content h1 {
	font-size:15px;
	font-weight:600;
	color:#888888;
}

.three-content li {
	padding:7px 0;
	border-bottom:1px solid #CCCCCC;
}

.three-content li a {
	font-size:13px;
	color:#444444;
	padding:6px 0;
	background:url(../img/ball.png) left center no-repeat;
	padding-left:18px;
}

.three-content li a:hover {
	text-decoration:underline;
}

.block-three {
	float:left;
	width:48%;
}

.block-three h1 {
	background:url(../img/biblioteca.png) left center no-repeat;
	padding:5px 0 5px 36px;
}

.block-three ul {
	margin-top:33px;
}

.block-four {
	float:right;
	width:47.5%;
}

.block-four h1 {
	background:url(../img/agenda.png) left center no-repeat;
	padding:5px 0 5px 40px;
}

.content-scrollbar {
	height:140px;
	width:100%;
	overflow:auto;
	margin-top:20px;
	padding-right:40px;
}

/*SCROOL BAR*/
.content-scrollbar::-webkit-scrollbar {
	width: 5px;
	background:#CDCDCD;
}

.content-scrollbar::-webkit-scrollbar-thumb {
	background-color: #1184C3;
}
/*SCROOL BAR*/

.list-scrool h2 {
	font-size:15px;
	font-weight:600;
	color:#333333;
	margin:0;
}

.list-scrool {
	margin-bottom:15px;
}

.list-scrool li {
	padding:4px 0;
}

.list-scrool li a {
	background:none;
	padding-left:0;
}

/*
  ========================================
  	INFERIOR
  ========================================
*/

.gray {
	padding:25px 0;
	background:#f0f0f0;
}

.logo-rdp {
	float:left;
}

.logos {
	float:right;
	width:26%;
}

.logo-unoesc {
	float:left;
	margin-right:2%;
	margin-top:16px;
}

.logo-sc {
	float:right;
	margin-top:16px;
}
.logo-sc img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.footer-last {
	background:#646473;
	padding:32px 0 30px 0;
}

.menu-rodape {
	float:left;
}

.menu-rodape li {
	float:left;
}

.menu-rodape li a {
	font-size:14px;
	color:#FFFFFF;
	padding:8px 15px;
	font-family: 'Open Sans', sans-serif;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.menu-rodape li a:hover {
	background:#ffffff;
	color:#646473;
}

.social {
	width:50px;
	float:right;
}

.facebook {
	float:left;
}

.youtube {
	float:right;
}

/*
  ========================================
  	INTERNAS
  ========================================
*/

.background-transition {
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.title {
	height:87px;
	background:url(../img/title.png) center no-repeat;
}

.title h6 {
	float:right;
	font-size:13px;
	color:#ffffff;
	margin-top:37px;
	padding-left:15px;
	background:url(../img/seta-title.png) left center no-repeat;
}

.internas {
	padding:32px 0;
}

.sub-menu-internas {
	float:left;
	width:25%;
	background:#F0F0F0;
	padding:24px 30px 24px 30px;
	min-height:280px;
}

.conteudo {
	float:right;
	width:69%;
	text-align: justify;
}

.internas h2 {
	font-size:17px;
	color:#444444;
	line-height:1.2;
	font-weight:600;
	margin-left:2px;
}

.internas h1 {
	font-size:38px;
	color:#2172B8;
	line-height:1.1;
	margin-bottom:10px;
	text-align: left;
}

.internas h3 {
	font-size:17px;
	color:#444444;
	margin-bottom:10px;
}

.borda {
	border-top:1px solid #CDCDCD;
	margin:20px 0;
}

.back {
	float:right;
	position:relative;
	bottom:0;
	margin:20px 0 0 0;
}


.back a {
	width:200px;
	float:right;
	margin-top:12px;
	font-size:15px;
	color:#A5A5A5;
	padding:5px 0;
	background:#f0f0f0;
	text-align:center;
	border:1px solid #999999;
	position:relative;

	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.back a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.back a:hover, .back a:focus, .back a:active {
	color: #878787;
}
.back a:hover:before, .back a:focus:before, .back a:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

/*
  ========================================
  	O QUE FAZ - O COMITE
  ========================================
*/

.lista1 {
	margin:0 0 0 56px;
}

.lista1 li {
	font-size:14px;
	color:#444444;
	list-style:upper-roman;
}

.lista2 li {
	font-size:14px;
	color:#444444;
	list-style:disc;
	margin:0 0 0 20px;
}

.lista2 li p {
	margin-bottom:5px;
}

.list-content li {
	font-size: 14px;
	color: #444444;
	list-style: disc;
	margin: 0 0 0 20px;
}

/*
  ========================================
  	PASSO A PASSO
  ========================================
*/

.passo-numbers {
	float:left;
	position:relative;
	background:url(../img/linha.png) top center repeat-y;
}

.numero {
	color:#ffffff;
	background:#2372B8;
	height:44px;
	width:44px;
	border-radius:50%;
	text-align:center;
	font-size:18px;
	padding-top:10px;
}

/*NUMEROS*/
.two {
	margin-top:16px;
}

.three {
	margin-top:30px;
}

.four {
	margin-top:50px;
}

.five {
	margin-top:28px;
}

.six {
	margin-top:28px;
}

.seven {
	margin-top:18px;
}

.eight {
	margin-top:32px;
}

.nine {
	margin-top:32px;
}

.ten {
	margin-top:222px;
}

/**/

.passo-txt {
	float:left;
	margin-left:15px;
	width:590px;
}

.passo-txt li {
	margin-bottom:22px;
}

.passo-txt h6 {
	font-size:14px;
	font-weight:600;
	color:#0585B6;
	line-height:1.1;
}

.passo-txt p {
	font-size:14px;
	color:#444444;
	margin:0;
}

.passo-txt p span {
	font-weight:600;
}

.box-gray {
	background:#f0f0f0;
	border:1px solid #cdcdcd;
	padding:32px 34px 14px 34px;
	margin-top:30px;
	margin-bottom:28px;
}

.box-gray p {
	font-size:14px;
	color:#444444;
}

.box-gray p span {
	font-weight:600;
}

.box-gray h6 {
	font-size:17px;
	color:#444444;
	margin-bottom:10px;
}

.calendario {
	float:left;
	width:244px;
}

/*
  ========================================
  	LINKS
  ========================================
*/

.links {
	margin-top:22px;
}

.links li {
	border-bottom:1px solid #cdcdcd;
}

.links li a {
	display:block;
	padding:12px 10px 12px 26px;

	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.links li a:hover {
	background:#F0F0F0;
}

.links li:last-child {
	border-bottom:none;
}

.links li img {
	float:left;
	margin-right:26px;
}

.links li h5 {
	float:left;
	width:260px;
	font-size:14px;
	color:#444444;
	text-align: left;
}

.links li h6 {
	float:left;
	font-size:14px;
	color:#444444;
}

/*
  ========================================
  	NOTICIAS
  ========================================
*/

.sub-menu-two {
	float:left;
	width:25%;
	background:#F0F0F0;
	min-height:200px;
}

.pd-nt {
	padding:24px 30px 24px 30px;
}

.sub-menu-two ul li a {
	font-size: 13px;
	display: block;
	color: #646464;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding:9px 14px;
	background:url(../js/accordion-menu/arquivos/seta-sub.png) left top 14px  no-repeat;
	line-height:1.3;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sub-menu-two li {
	border-bottom:1px solid #cdcdcd;
}

.sub-menu-two li:last-child {
	border-bottom:none;
}

.sub-menu-two ul li a.ativo,
.sub-menu-two ul li a:hover {
	text-decoration: none;
	color:#0585B6;
	background:url(../js/accordion-menu/arquivos/seta-sub-hover.png) left top 14px no-repeat;
}

.buscar {
	background:#DCDCDC;
	padding:34px 12px 10px 12px;
}

.buscar h6 {
	font-size:14px;
	font-weight:600;
	color:#646464;
	margin:0 0 8px 14px;
}

.buscar input[type="text"] {
	margin: 0;
	padding: 12px 15px;
	width: 80%;
	border:1px solid #cdcdcd;
	background:#ffffff;
	border-right:none;
	border-left:none;
	font-size:13px;
	color:#646464;
	outline:none;
}

.buscar .btn3 {
	height: 41px;
	width:20%;
	margin: 0 0 0;
	padding: 0 1em;
	cursor: pointer;
	background: #ffffff url(../img/lupa.png) center no-repeat;
	border:1px solid #cdcdcd;
	border-right:none;
	border-left:none;
	outline: none;
	transition-duration:500ms;
}

.buscar .btn3:hover {
	background: #F8F8F8 url(../img/lupa.png) center no-repeat;
}

.noticias li {
	border-bottom:1px solid #cdcdcd;
}

.noticias li a {
	display:block;
	padding:18px 30px 18px 0;

	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.noticias li a:hover {
	background:#F0F0F0;
}

.noticias li a img {
	float:left;
	margin-right:26px;
        max-height: 135px;
}

.txt-noticias {
	float:left;
	width:380px;
	margin-top:20px;
}

.txt-noticias h4 {
	font-size:16px;
	font-weight:600;
	color:#0585B6;
	line-height:1.2;
	margin-bottom:2px;
}

.txt-noticias p {
	font-size:13px;
}

/*
  ========================================
  	NOTICIA SELECIONADA
  ========================================
*/

.referencia {
	border:1px solid #cdcdcd;
	padding:6px 0 6px 18px;
	margin-bottom:24px;
}

.identificacao {
	float:left;
	margin-top:9px;
	width:225px;
	padding-right:10px;
}

.identificacao h6 {
	font-size:13px;
	color:#444444;
	line-height:1;
}

.identificacao h6 span {
	font-weight:600;
}

.identificacao a {
	font-size:13px;
	color:#0585B6;
	line-height:1;
}

.identificacao a:hover {
	text-decoration:underline;
}

.data {
	float:left;
	width:160px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	height:45px;
}

.data h6 {
	font-size:13px;
	color:#444444;
	text-align:center;
	margin-top:13px;
}

.socials {
	float:left;
	width:220px;
	margin:11px 0 0 18px;
}

.compartilhar {
	float:left;
}

.twitter {
	float:right;
	margin-top:2px;
}

/*
  ========================================
  	BIBLIOTECA
  ========================================
*/

.biblioteca li:first-child {
	background:#2372B8;
	padding:7px 0;
	margin-bottom:10px;
}

.data-txt {
	float:left;
	margin-left:70px;
}

.data-txt h6 {
	font-size:14px;
	color:#FFFFFF;
}

.documento-txt {
	float:left;
	margin-left:40px;
}

.documento-txt h6 {
	font-size:14px;
	color:#ffffff;
}

.biblioteca li {
	border-bottom:1px solid #cdcdcd;
}

.biblioteca li a {
	display:block;
	padding:10px 0;
	background:#ffffff;

	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.biblioteca li a:hover {
	background:#F0F0F0;
}

.biblioteca li img {
	float:left;
	margin-left:26px;
}

.biblioteca li h5 {
	font-size:14px;
	color:#444444;
	margin-left:48px;
	float:left;
}

.biblioteca li h4 {
	font-size:14px;
	color:#444444;
	margin-left:70px;
	float:left;
}

/*
  ========================================
  	AGENDA
  ========================================
*/

.agenda li a {
	display:block;
	padding:20px 0 22px 0;
	background:#ffffff;

	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.agenda li a:hover {
	background:#F0F0F0;
}

.agenda li {
	border-bottom:1px solid #cdcdcd;
}

.agenda h5 {
	float:left;
	color:#ffffff;
	background:#2372B8;
	height:44px;
	width:44px;
	border-radius:50%;
	text-align:center;
	font-size:18px;
	padding-top:10px;
}

.txt-agenda {
	float:left;
	width:595px;
	margin-left:16px;
	margin-top:4px;
}

.txt-agenda p {
	margin:0;
	font-size:13px;
}

.txt-agenda h6 {
	font-size:14px;
	font-weight:600;
	color:#0585B6;
}

/*
  ========================================
  	AGENDA SELECIONADA
  ========================================
*/

.number {
	float:left;
}

.number h5 {
	float:left;
	color:#ffffff;
	background:#2372B8;
	height:44px;
	width:44px;
	border-radius:50%;
	text-align:center;
	font-size:18px;
	padding-top:10px;
}

.number h6 {
	float:left;
	font-size:17px;
	color:#444444;
	margin-left:10px;
	margin-top:10px;
}

.socials2 {
	float:right;
	margin-right:15px;
}

.title-agenda {
	font-size:14px;
	font-weight:600;
	color:#0585B6;
	margin:15px 0 18px 0;
}

/*
  ========================================
  	CONTATO
  ========================================
*/

.bloco-contato {
	float:left;
	width:25%;
	background:#F0F0F0;
	padding:24px 22px 24px 22px;
	min-height:280px;
}

.bloco-contato h6 {
	line-height:1.1;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:12px;
}

.bloco-contato h6 a {
	font-size: 13px;
	display: block;
	color: #646464;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	display: block;
	background:url(../js/accordion-menu/arquivos/seta-sub.png) left top 6px no-repeat;
	line-height:1.3;
	padding-left:18px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bloco-contato h6 a:hover {
	text-decoration: none;
	color:#0585B6;
	background:url(../js/accordion-menu/arquivos/seta-sub-hover.png) left top 6px no-repeat;
}

.bloco-contato h5 {
	line-height:1.1;
	margin:24px 0 0 18px;
}

.bloco-contato h5 a {
	font-size:13px;
	color:#444444;
}

.bloco-contato h5 a:hover {
	text-decoration:underline;
}

.bloco-contato h4 {
	font-size: 13px;
	display: block;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	display: block;
	line-height:1.3;
	padding-left:18px;
	color:#0585B6;
	background:url(../js/accordion-menu/arquivos/seta-sub-hover.png) left top 6px no-repeat;
	margin-top:18px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bloco-contato p {
	margin-bottom:0;
	margin-left:18px;
	font-size:14px;
	margin-top:2px;
}

/*
  ========================================
  	CONTATO
  ========================================
*/

/*INPUTS*/

.inputs input[type="text"], textarea {
	display: block;
	padding: 9.5px 20px;
	background:#ffffff;
	border: 2px solid #CFCFCF;
	outline: none;
	font-size: 14px;
	color: #A5A5A5;
	font-family: 'Open Sans', sans-serif;
}

.msg {
	padding: 9.5px 18px!important;
	color: #715D41!important;
	font-family: 'Open Sans', sans-serif;
}

.inputs select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 98% center;
	background-repeat: no-repeat;
	padding: 8.5px 20px;
	border: 2px solid #CFCFCF;
	outline: none;
	font-size: 14px;
	color: #A5A5A5;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
}

.est {
   	padding: 8px 15px!important;
	font-size: 13px!important;
	color: #331F17!important;
}

.inputs .btn {
	float:right;
	font-size:1ppx;
	color:#ffffff;
	cursor:pointer;
	transition-duration:500ms;
	font-family: 'Open Sans', sans-serif;
	outline:none;
	border:transparent;
	background:none;
	background:#2372B8;
	width:235px;
	padding:11px 0;
}

.inputs .btn:hover {
	background:#1A5386;
}

.inputs select.error {
	padding: 2px 8px;
	margin:3px 0 0 0;
	color: #ed3237;
	font-size:12px;
}

.inputs .error {
	display: block;
	margin:3px 0 0 0;
	padding: 0 12px;
	color: #ed3237;
	font-size:12px;
}

.inputs h6 {
	font-size:14px;
	color:#444444;
	margin-bottom:4px;
}

.margin {
	margin-bottom:8px;
}

.cidade {
	float:left;
	width:430px;
}

.estado {
	float:right;
	width:234px;
}


/*
  ========================================
  Placeholder
  ========================================
*/

::-webkit-input-placeholder {
   color: #A5A5A5;
}

:-moz-placeholder {
   color: #A5A5A5;
}

::-moz-placeholder {
   color: #A5A5A5;
}

:-ms-input-placeholder {
   color: #A5A5A5;
}

/*
  ========================================
  cd-tabs
  ========================================
*/

.cd-tabs {
	position: relative;
}

.cd-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs-navigation li {
	float: right;
	width:193px;
}

.cd-tabs-navigation a {
	display: block;
	position: relative;
	padding: 4px 0;
	text-align:center;
	background: #ffffff;
	border: 2px solid #CDCDCD;
	font-size: 15px;
	color: #A5A5A5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cd-tabs-navigation a:hover {
	background-color: #4092DB;
	border:2px solid #4092DB;
	color:#ffffff;
}

.cd-tabs-navigation a.selected {
	background-color: #2372B8;
	border:2px solid #2372B8;
	color:#ffffff;
}

.cd-tabs-content {
	top:20px;
	position: relative;
}

.cd-tabs-content section:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs-content section {
	position: relative;
}

.cd-tabs-content section.selected {
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}

.cd-tabs-index {
	position: relative;
}

.cd-tabs-navigation-index {
	margin:0 auto;
	width:390px;
}

.cd-tabs-navigation-index:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs-navigation-index li {
	float: left;
	width:50%;
	margin-right:0;
}

.cd-tabs-navigation-index a {
	display: block;
	position: relative;
	margin-top:30px;
	padding: 4px 0;
	text-align:center;
	background: #ffffff;
	border: 2px solid #CDCDCD;
	font-size: 15px;
	color: #A5A5A5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cd-tabs-navigation-index a:hover {
	color:#1184C3;
}

.cd-tabs-navigation-index a.selected {
	color:#1184C3;
}

.cd-tabs-content-index {
	position: relative;
}

.cd-tabs-content-index section:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs-content-index section {
	display: none;
	position: relative;
}

.cd-tabs-content-index section.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}

/**************
	DIRETORIA titulo
**************/

.diretoria li {
	background:#2372B8;
	font-size:14px;
	color:#FFFFFF;
	padding:7px 0;
}

.setor-title {
	float:left;
	width:150px;
	text-align:center;
}

.representacao-title {
	float:left;
	width:266px;
	padding-left:40px;
}

.entidade-title {
	float:left;
	width:256px;
	padding:0 25px 0 20px;
}

/*CONTEUDO DIRETORIA*/

/*Tolltip*/
.tolltip-diretoria {
	display: inline-block;
	background:#F9F6F6;
	border:1px solid #cdcdcd;
	width:290px;
	padding:16px 10px 16px 31px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);

}

.tolltip-seta-diretoria {
	position:absolute;
	z-index:2;
}

.representacao-tolltip {
	top:37px;
	left:50%;
	display:none;
}

.entidade-tolltip {
	left:37%;
	top:33px;
	display:none;
}

.tolltip-diretoria a {
	font-size:13px;
	color:#444444;
}

.tolltip-diretoria a:hover {
	text-decoration:underline;
}

.tolltip-diretoria h6 {
	font-size:13px;
	color:#444444;
}

.tolltip-diretoria:after {
	content:'';
	height:10px;
	width:18px;
	position:absolute;
	top:-9px;
	left:10px;
	background:url(../img/seta-after.png) center no-repeat;
}
/*****/

.conteudo-diretoria {
	position: relative;
	margin-bottom:6px;
	background:#d7d7d7;
}

.setor-conteudo {
	float:left;
	width:150px;
	max-height: 100%;
	background:#D7D7D7;
	text-align:center;
	display:table;
}

.setor-conteudo h2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 150px;
	font-size:14px;
	font-weight:600;
	color:#7F7F7F;
	text-align: center;
}

.text-conteudo-padding {
	float:right;
	width:523px;
	padding:0 24px 0 40px;
	background:#F0F0F0;
}

.representacao-text {
	float:left;
	width:228px;
	position:relative;
	cursor:pointer;
}

.representacao-text h3 {
	font-size:14px;
	font-weight:600;
	color:#444444;
	margin:0;
	line-height:1.2;
	padding-top:6px;
}

.representacao-text h4 {
	font-size:13px;
	font-weight:600;
	color:#2172B8;
	margin:0;
}

.entidade-text {
	float:left;
	width:214px;
	margin-left:12px;
	position:relative;
	cursor:pointer;
}

.entidade-text h5 {
	float:left;
	font-size:13px;
	font-weight:600;
	color:#444444;
	margin:0;
	padding-top:6px;
}

.img-entidade {
	float:right;
	border:1px solid #cdcdcd;
	text-align:center;
	/*padding-top:5px;*/
	background:#ffffff;
	height:50px;
	width:70px;
}

.text-conteudo-padding li {
	border-bottom:1px solid #cdcdcd;
	padding:14px 0;
}

.text-conteudo-padding li:last-child {
	border-bottom:none;
}

/**************
	MEMBRO titulo
**************/

.membros li {
	background:#2372B8;
	font-size:14px;
	color:#FFFFFF;
	padding:7px 0;
}

.assento-title-membros {
	float:left;
	width:80px;
	text-align:center;
}

.representacao-membros {
	float:left;
	width:262px;
	padding-left:35px;
}

.entidade-membros {
	float:left;
	width:314px;
	padding-left:14px;
}

/*CONTEUDO MEMTROS*/

.conteudo-membros {
	position: relative;
	background:#d7d7d7;
}

.assento-txt {
	float:left;
	width:80px;
	background:#CECECE;
	border-bottom:2px solid #F0F0F0;
	text-align:center;
}

.assento-txt h2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 80px;
	font-size:14px;
	font-weight:600;
	color:#7F7F7F;
}

.padding-membros {
	float:left;
	width:597px;
	background: #f0f0f0;
}

.padding-membros li {
	border-bottom:1px solid #cdcdcd;
	padding:6px 0;
	margin-left:22px;
}

.representacao-text-membros {
	float:left;
	width:228px;
	margin-left:12px;
}

.representacao-text-membros h3 {
	font-size:14px;
	font-weight:600;
	color:#444444;
	margin:0;
	line-height:1.2;
	padding-top:6px;
}

.representacao-text-membros h4 {
	font-size:13px;
	font-weight:600;
	color:#2172B8;
	margin:0;
}

.entidade-text-membros {
	float:left;
	width:300px;
	margin-left:14px;
}

.entidade-text-membros h5 {
	float:left;
	font-size:13px;
	font-weight:600;
	color:#444444;
	margin:0;
	padding-top:6px;
	text-align: left;
        width: 76%;
}

.img-entidade-membros {
	float:right;
	border:1px solid #cdcdcd;
	text-align:center;
	/*padding-top:5px;*/
	background:#ffffff;
	height:50px;
	width:70px;
}

.conteudo-membros:last-child .padding-membros li:last-child {
	border-bottom:none;
}

/* select-membros */
.select-membros {
	position: absolute;
	top: -53px;
	left: 0;
	width: 240px;
}
.select-membros select {
	padding: 3.5px 20px;
	width: 100%;
}

/* pagination */
.pagination {
	margin: 20px 0 0 0;
}
.pagination li {
	float: left;
	margin: 0 0 0 2px;
}
.pagination li a {
	display: block;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid #999;
	font-size: 13px;
	color: #373333;
	line-height: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pagination li a:hover,
.pagination li.current a {
	background: #0d6eb6;
	border-color: #0d6eb6;
	color: white;
	position: relative;
	z-index: 2;
}

/* alert */
.alert {
	padding: 20px 25px;
	background: #0d6eb6;
	color: #fff;
}

/* videos */
.videos li {
	margin-bottom: 20px;
}

/* title-default */
h2.title-default {
	margin: 0 0 20px 0;
	color: #2172b8;
}

/* list-default */
.list-default {
	margin-bottom: 30px;
}
.list-default li {
	border-bottom: 1px solid #cdcdcd;
}
.list-default li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.list-default li a:hover {
	text-decoration: underline;
}

/**/
.no-seta li a.ativo {
	background: none;
}

/* owl-carousel */
.owl-galeria-item {
	text-align: center;
}

/* map */
@media screen and (max-width: 1280px) {
	.texto-mapa {
		top: 90px;
		left: 0;
		width: 300px;
	}
	.mapa-imagem {
		right: 0;
		width: auto;
	}
}
@media screen and (max-height: 750px) {
	#owl-mapa .item {
		margin-top: 10px;
	}
	#owl-mapa .item img {
		width: 90px;
	}
	.borda-mapa {
		height: 140px;
	}
}
