/* CSS Document */
@font-face {
    font-family: OpenSans-Bold-webfont;                                  
    src: url(../fontes/OpenSans-Bold-webfont.ttf);
}
@font-face {
    font-family: OpenSans-Regular-webfont;                                  
    src: url(../fontes/OpenSans-Regular-webfont.ttf);
}
@font-face {
    font-family: OpenSans-ExtraBold-webfont;                                  
    src: url(../fontes/OpenSans-ExtraBold-webfont.ttf);
}

@font-face {
    font-family: OpenSans-Semibold-webfont;                                  
    src: url(../fontes/OpenSans-Semibold-webfont.ttf);
}

@font-face {
    font-family: OpenSans-Light-webfont;                                  
    src: url(../fontes/OpenSans-Light-webfont.ttf);
}



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,dl,dt,dd,ol,nav ul,nav 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%;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
img{max-width:100%;}

body{
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	background-color: #FFFFFF;

}

#top{
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #0E74B7;
	z-index: 1001;
}

#topb{
	width: 100%;
	height: 110px;
	position: fixed;
	top: 30px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 1000;
}

#topbLogo{
	float: left;
	position: relative;
	width: 160px;
	margin-left: 0px;
}
#topbLogoq{
	float: left;
	position: relative;
	width: 100px;
	margin-left: 0px;
}

#includeContent{
	float: left;
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-top: 140px;
}

/*Start Menu*/
#menu_principal{
	float: right;
	position: relative;
	width: calc(100% - 260px);
	height: 110px;
	z-index: 100;
}

#menu{
	float: right;
	position: relative;
	width: 100%;
	z-index:10;
	height: 110px;

	}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	
	

}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	width: 12.5%;
	
}

/*Style for menu links*/
li a {
	
	width: 100%;
	height: 65px;
	padding-top: 45px;
	float: left;
	position: relative;
	font-family: OpenSans-Regular-webfont;
	text-align: center;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #0E74B7; 

}

/*Hover state for top level links*/
li:hover a {
	background-color: rgba(14, 116, 183, 0.6);
	font-family: OpenSans-Bold-webfont; 
	color: #FFFFFF;
}

/*Style for dropdown links*/
li:hover ul a {
	
	float: left;
	position: relative;
	width: 100%;
	min-height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #565656; 
	font-family: OpenSans-Bold-webfont;
	font-size: 11px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	

}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	color: #0E74B7;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
	position: absolute;
	width: 100%;
	min-height: 10px;
	margin-top: 110px;
	
	
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float:none;
	height: 20px;
}

/*Prevent text wrapping*/
li ul li a {
	width: 100%;
	height: 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
	
}



/*Style 'show menu' label button and hide it by default*/
.show-menu {

	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	display: none;
	
	
	
	
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
	
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
	
}



#areaReservada{
	float: right;
	position: relative;
	width: auto;
	height: 30px;
	line-height: 30px;
	margin-right: 40px;
	font-family: OpenSans-Bold-webfont;
	color: #FFFFFF;
	font-size: 12px;
}
#areaReservada:hover{
	color: #D8D8D8;
}

#topmail{
	float: right;
	position: relative;
	width: auto;
	margin-right: 50px;
	
}

#topfacebook{
	float: right;
	position: relative;
	width: auto;
	margin-right: -5px;
	
}

#contactosBox{
	float: left;
	position: relative;
	width: 100%;
	min-height: 300px;
	background-color: #0E74B7;
	margin-top: 50px;
}

#contactosBoxTit{
	float: left;
	position: relative;
	width: calc(100% - 100px);
	min-height: 30px;
	margin-left: 100px;
	margin-top: 30px;
	color: #FFFFFF;
	font-family: OpenSans-Bold-webfont;
	font-size: 20px;
}

#contactosBoxIn{
	width: 1000px;
	min-height: 150px;
	margin: 0 auto;
	margin-top: 100px;
}

.contactosBoxItem{
	float: left;
	position: relative;
	width: calc(30% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	min-height: 150px;
}
.contactosBoxItem2{
	float: left;
	position: relative;
	width: calc(40% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	min-height: 150px;
}

.acontactos{
	color: #FFFFFF;
}
.acontactos:hover{
	color: #D8D8D8;
}


.contactosBoxItemTit{
	float: left;
	position: relative;
	width: 100%;
	min-height: 10px;
	font-family: OpenSans-Semibold-webfont;      
	font-size: 16px;
	color: #FFFFFF;
}

.contactosBoxItemText{
	float: left;
	position: relative;
	width: calc(100% - 30px);
	min-height: 10px;
	font-family: OpenSans-Light-webfont;      
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 30px;
}

.contactosBoxItemText2{
	float: left;
	position: relative;
	width: 100%;
	min-height: 10px;
	font-family: OpenSans-Light-webfont;      
	font-size: 15px;
	color: #FFFFFF;
}

        

.contactosBoxItemimg{
	float: left;
	position: relative;
	width: auto;
	margin-right: 10px;
}

.contactosBoxItemimg2{
	float: left;
	position: relative;
	width: auto;
	margin-right: 12px;
	margin-top: 3px;
}

#rodape{
	float: left;
	position: relative;
	width: 100%;
	min-height: 110px;
	background-color: #FFFFFF;
}

#rodapeText{
	float: right;
	position: relative;
	width: calc(50% - 110px);
	min-height: 20px;
	margin-top: 50px;
	margin-left: 110px;
	color: #9C9C9C;
	font-size: 10px;
	 font-family: OpenSans-Regular-webfont;

}
#rodapeLogos{
	float: right;
	position: relative;
	width: calc(50% - 50px);
	min-height: 50px;
	margin-top: 20px;
	margin-right: 50px;

}

.logosBot{
	float: right;
	position: relative;
	width: auto;
	height: 50px;
	margin-left: 10px;
}

#sliderBox{
	float: left;
	position: relative;
	width: 100%;
	height: 430px;

	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.3); /* bottom */
	
}

.sliderBoximg{
	display: none;
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
	-webkit-animation-name: animaterightslider;
    -webkit-animation-duration: 1s;
    animation-name: animaterightslider;
    animation-duration: 1s;
}

.sliderBoximgTit{
	position: absolute;
	top: 190px;
	right: 0px;
	width: calc(100% - 300px);
	min-height: 40px;
	padding-left: 150px;
	padding-right: 150px;
	font-family: OpenSans-ExtraBold-webfont;
	font-size: 18px;
	color: #0E74B7;
	text-transform: uppercase;
}

#setaEsq{
	float: left;
	position: absolute;
	left: 50px;
	top: 190px;
	z-index: 100;
	width: 40px;
	
}
#setaEsq:hover{
	top: 191px;
	cursor: pointer;
}

#setaDir{
	float: right;
	position: absolute;
	right: 50px;
	top: 190px;
	z-index: 100;
	width: 40px;
	
}
#setaDir:hover{
	top: 191px;
	cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes animaterightslider {
    from {right:-100%; opacity:0} 
    to {right:0; opacity:2}
}

@keyframes animaterightslider {
    from {right:-100%; opacity:0}
    to {right:0; opacity:2}
}

/* Add Animation */
@-webkit-keyframes animateHeight {
    from {height:0px; opacity:0} 
    to {height:100px; opacity:1}
}

@keyframes animateHeight {
    from {height:0px; opacity:0}
    to {height:100px; opacity:1}
}

#sliderBoxBullets{
	position: absolute;
	width: 15px;
	height: 20px;
	z-index: 100;
	bottom: 20px;
   
}

.sliderBoxBulletsimg{
	float: left;
	position: relative;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-image: url('../images/point.png');
}
.sliderBoxBulletsimg:hover{
	background-image: url('../images/point2.png');
	cursor: pointer;
}

#noticiasBox{
	float: left;
	position: relative;
	width: calc(100% - 30px);
	min-height: 660px;
	margin-left: 15px;
	margin-top: 40px;
	
}
.noticiasBoxItem{
	float: left;
	position: relative;
	width: calc(25% - 20px);
	height: 610px;
	margin-left: 10px;
	margin-right: 10px;
	
}
.noticiasBoxTit{
	float: left;
	position: relative;
	width: calc(100% - 20px);
	padding: 10px;
	height: 30px;
	background-color: #0E74B7;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;	
	font-family: OpenSans-Semibold-webfont;
	text-transform: uppercase;
}
.noticiasBoximg{
	float: left;
	position: relative;
	width: 100%;
	height: calc(100% - 50px);
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
}

.noticiasBoxText{ 
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 20px);
	height: 100px;
	padding: 10px;
	background-color: rgba(14, 116, 183, 0.6);
	font-family: OpenSans-Regular-webfont;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	-webkit-animation-name: animateHeight;
    -webkit-animation-duration: 1s;
    animation-name: animateHeight;
    animation-duration: 1s;
}
.noticiasBoxItem:hover .noticiasBoxText{
	display : block;
}


.saibamais{
	width: 65px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;	
	font-family: OpenSans-Regular-webfont;
	color: #FFFFFF;
	background-color: rgba(14, 116, 183, 0.6);
	margin-top: 10px;
}
.saibamais:hover{
	background-color: rgba(14, 116, 183, 0.4);
}

.noticiasBoxMais{
	float: left;
	position: relative;
	width: calc(100% - 50px);
	min-height: 25px;
	margin-top: -20px;
	margin-left: 25px;
	
}
.maisNoticias{
	float: right;
	position: relative;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;	
	font-family: OpenSans-Semibold-webfont;
	color: #FFFFFF;
	background-color: #0E74B7;
}
.maisNoticias:hover{
	background-color: #1d8cd2;
}

#mapaBox{
	float: left;
	position: relative;
	width: calc(100% - 50px);
	height: 650px;
	margin-left: 25px;
	margin-top: 30px;
	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.3); /* bottom */
}

#mapaBoxTit{
	float: left;
	position: relative;
	width: calc(100% - 20px);
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	background-color: #0E74B7;
	font-family: OpenSans-Bold-webfont;  
	font-size: 14px;
	color: #FFFFFF;	
	z-index: 999;
	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.3); /* bottom */
				 
}

#mapaBoxTit2{
	float: left;
	position: relative;
	width: calc(100% - 20px);
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	background-color: #0E74B7;
	font-family: OpenSans-Bold-webfont;  
	font-size: 14px;
	color: #FFFFFF;	
	z-index: 999;
	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.3); /* bottom */
				 
}

#mapaMenuDiv{
	float: left;
	position: relative;
	width: auto;
}


#destaquesBox{
	float: left;
	position: relative;
	width: calc(100% - 40px);
	min-height: 200px;
	margin-left: 20px;
	margin-top: 20px;
}

.destaquesBoxItem{
	float: left;
	position: relative;
	width: 250px;
	height: 200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.destaquesBoxItemImg{
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
}

.destaquesBoxItemTit{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 10px);
	padding: 5px;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-family: OpenSans-Bold-webfont;
	margin-top: -50px;
	background-color: rgba(14, 116, 183, 0.6);
	
}

.destaquesBoxItem:hover .destaquesBoxItemTit{
	font-size: 17px;
}



#allTopImg{
	float: left;
	position: relative;	
	width: 100%;
	height: 300px;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.3); /* bottom */
}

#allTopSeta{
	float: left;
	position: relative;	
	width: auto;
	margin-right: 10px;
	margin-top: 2px;
}

#allTopImgText{
	float: left;
	position: relative;	
	width: auto;
	min-height: 40px;
	margin-top: 240px;
	font-family: OpenSans-Bold-webfont;
	font-size: 16px;
	color: #0A73B7;
	margin-left: 100px;
}
#allTopImgText2{
	float: right;
	position: relative;	
	width: auto;
	min-height: 40px;
	font-family: OpenSans-Regular-webfont;
	font-size: 16px;
	color: #0A73B7;
}

#allTit{
	float: left;
	position: relative;	
	width: calc(100% - 100px);
	min-height: 40px;
	font-family: OpenSans-Bold-webfont;
	font-size: 23px;
	color: #0A73B7;
	margin-left: 100px;
	margin-top: 50px;
}

#allTit3{
	float: left;
	position: relative;	
	width: calc(100% - 100px);
	min-height: 40px;
	font-family: OpenSans-Regular-webfont;
	font-size: 23px;
	color: #0A73B7;
	margin-left: 100px;
	margin-top: 30px;
}

#allTit2{
	float: left;
	position: relative;	
	width: auto;
	min-height: 40px;
	font-family: OpenSans-Regular-webfont;
	font-size: 23px;
	color: #0A73B7;
}

#allSubTit{
	float: left;
	position: relative;	
	width: calc(100% - 100px);
	min-height: 20px;
	font-family: OpenSans-Light-webfont;   
	font-size: 16px;
	color: #0A73B7;
	margin-left: 100px;
	margin-top: 20px;
}

.allWrapper{
	float: left;
	position: relative;	
	width: calc(100% - 200px);
	min-height: 100px;
	margin-left: 100px;
	margin-top: 20px;
}

#allText{
	float: left;
	position: relative;	
	width: calc(60% - 100px);
	min-height: 20px;
	font-family: OpenSans-Semibold-webfont;
	font-size: 15px;
	color: #0A73B7;
	margin-left: 100px;
	margin-top: 20px;
}
#allText2{
	float: left;
	position: relative;	
	width: 100%;
	min-height: 50px;
	font-family: OpenSans-Light-webfont;
	font-size: 15px;
	color: #231F20;
	margin-top: 10px;
}

#allText3{
	float: left;
	position: relative;	
	width: calc(60% - 100px);
	min-height: 100px;
	font-family: OpenSans-Light-webfont;
	font-size: 15px;
	color: #231F20;
	margin-top: 20px;
	margin-left: 100px;
}
#allText3Data{
	float: left;
	position: relative;	
	width: 100%;
	min-height: 20px;
	margin-top: 20px;
	font-family: OpenSans-Light-webfont;
	font-size: 15px;
	color: #0A73B7;
}
#allText3Redess{
	float: left;
	position: relative;	
	width: 100%;
	min-height: 20px;
	margin-top: 50px;

}

.notredess{
	float: left;
	position: relative;	
	width: 50px;
	margin-right: 10px;
}

.allText2{
	float: left;
	position: relative;	
	width: 100%;
	margin-top: 20px;
	color: #231F20;
}
.allText2:hover{
	color: #0A73B7;
}

#allRightImg{
	float: right;
	position: relative;	
	width: 325px;
	height: 325px;
	margin-right: 100px;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
	margin-top: 20px;
}

#allRightImg2{
	float: right;
	position: relative;	
	width: 325px;
	height: auto;
	margin-right: 100px;
	margin-top: 20px;
}

#centerContent{
	float: left;
	position: relative;	
	width: calc(100% - 200px);
	min-height: 500px;
	margin-left: 100px;
	margin-top: 20px;
}

.pubItem{
	float: left;
	position: relative;
	width: 200px;
	height: 340px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 40px;
}

.pubItemImg{
	float: left;
	position: relative;
	width: 200px;
	height: 280px;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
	
}

.pubItemTit{
	float: left;
	position: relative;
	width: calc(100% - 10px);
	height: 50px;
	padding: 5px;
	background-color: #0E74B7;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;	
	font-family: OpenSans-Semibold-webfont;
	
}







/* -----------------------------------------
   Mapa
----------------------------------------- */
.gmap {
	float:left;
	position: relative;
	height: 610px;
	width: 100%;
	
}


.canvas_map {
	width: 100% !important;
}

#iw-container {
	width: calc(100% - 10px);
	height: 450px !important; 
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 10px;
	overflow-y:hidden;
	
	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.3); /* bottom */
	
	
	
}

.infoTopimg {
	float: left;
	position: relative;
	width: 290px;
	max-height: 160px;
	min-height: 160px;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
	
}

.infoTopTit{
	float: left;
	position: relative;
	width: calc(100% - 40px);
	height: 30px;
	margin-top: -45px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 16px;
	 font-family: OpenSans-Bold-webfont;

	
}

.iw-contentSecondText {
	float: left;
	position: relative;
	width: 250px;
	font-size: 14px;
	color: #231F20;
	height: 260px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: OpenSans-Regular-webfont; 
	
}



.iw-contentSecondText::-webkit-scrollbar {
    width: 5px;
}
 
.iw-contentSecondText::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.iw-contentSecondText::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  outline: 1px solid slategrey;
}

.iw-content::-webkit-scrollbar {
    width: 5px;
}
 
.iw-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.iw-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  outline: 1px solid slategrey;
}

.infoVerMais{
	float: left;
	position: relative;
	width: auto;
	min-width: 50px;
	height: auto;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0E74B7;
	margin-left: 90px;
	padding: 5px;
	margin-top: 20px;
	text-align:center;
	 font-family: OpenSans-Bold-webfont;
}
.infoVerMais:hover{
	cursor: pointer;
	background-color: #1d8cd2;
	
}


.mapaMenu{
	float: right;
	position: relative;
	width: auto;
	height: 40px;
	text-align: center;
	margin-right: 100px;
	
}
.mapaMenu:hover{
	cursor: pointer;
	color: #ececec;
	
}
.mapaMenuImg{
	float: right;
	position: relative;
	width: 20px;
	margin-left: 5px;
	margin-top: 12px;
}
.mapaMenuBox{
	position: absolute;
	width: 200px;
	height: 240px;
	left: 0px;
	margin-left: -50px;
	display: none;
	-webkit-animation-name: animatemenumapa;
    -webkit-animation-duration: 1s;
    animation-name: animatemenumapa;
    animation-duration: 1s;
	
	
}

.mapaMenuBoxItem{
	float: left;
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 10px;
	font-family: OpenSans-Regular-webfont;      
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0E74B7;
	padding-top: 5px;
}
.mapaMenuBoxItem:hover{
	background-color: rgba(224,225,226,0.9);
	color: #0E74B7;
}

/* Add Animation */
@-webkit-keyframes animatemenumapa {
    from {opacity:0} 
    to {opacity:1}
}

@keyframes animatemenumapa {
    from {opacity:0}
    to {opacity:1}
}

#mapaMenuBox1{
	margin-left: -70px;
}
#mapaMenuBox2{
	height: 180px;
}

.mapaMenuBoxItemBox{
	float: left;
	position: relative;
	width: 100%;
	min-height: 80px;
	background-color: rgba(224,225,226,0.9);
	display: none;
}

.mapaMenuBoxItemBoxTit{
	float: left;
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 10px;
	font-family: OpenSans-Regular-webfont;      
	font-size: 10px;
	text-align: center;
	color: #0E74B7;
	padding-top: 5px;
}

.mapaMenuBoxItemBoxLink{
	float: left;
	position: relative;
	width: 56px;
	min-height: 50px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: -5px;
}

.mapaMenuBoxItemBoxLinkImg{
	float: left;
	position: relative;
	width: 100%;
}

.mapaMenuBoxItemBoxLinkTit{
	float: left;
	position: relative;
	width: 100%;
	min-height: 10px;
	line-height: 8px;
	font-family: OpenSans-Bold-webfont;
	font-size: 7px;
	color: #0E74B7;
	padding-bottom: 5px;
	
}





.videoWrapperPage{
	float: left;
	position: relative;
	width: calc(100% - 180px);
	margin-left: 90px;
	min-height: 400px;
	margin-top: 50px;
}

.videoWrapperPageb{
	
	position: relative;
	width: 1360px;
	height: 400px;
	margin: 0 auto;
	
}

.videoItem{
	float: left;
	position: relative;
	width: 320px;
	height: 180px;
	margin: 10px;
	background-color: #000000;
	
}

.videoThumbs{
	position: absolute;
	width: 320px;
	height: 180px;
	top: 0;
	left: 0;
	z-index: 50;
}

.videoTit{ 
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 20px);
	height: 30px;
	padding: 10px;
	background-color: rgba(75, 185, 247, 0.8);
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	font-family: OpenSans-Bold-webfont;   
	-webkit-animation-name: animateHeightVid;
	text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-name: animateHeightVid;
    animation-duration: 1s;
	z-index: 51;
}
.videoItem:hover .videoTit{
	display : block;
}

/* Add Animation */
@-webkit-keyframes animateHeightVid {
    from {height:0px; opacity:0} 
    to {height:30px; opacity:1}
}

@keyframes animateHeightVid {
    from {height:0px; opacity:0}
    to {height:30px; opacity:1}
}

.videoItemImgPlay{
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50px;
	left: 122px;
	z-index: 52;
}


#videoBox{
	float: left;
	position: relative;
	width: calc(100% - 200px);
	margin-left: 100px;
	min-height: 510px;
	margin-top: 50px;
	
}

#videoBoxb{

	position: relative;
	width: 900px;
	height: 506px;
	margin: 0 auto;
	background-color: #000000;
	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.6); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.6); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.6); /* bottom */
	
}

#videoBoxFrame{
	width: 100%;
	height: 100%;
	
}

#vidsetaEsq{
	float: left;
	position: absolute;
	left: -50px;
	top: 185px;
	z-index: 100;
	width: 20px;
	
}
#vidsetaEsq:hover{
	top: 186px;
	cursor: pointer;
}

#vidsetaDir{
	float: right;
	position: absolute;
	right: -50px;
	top: 185px;
	z-index: 100;
	width: 20px;
	
}
#vidsetaDir:hover{
	top: 186px;
	cursor: pointer;
}

.videosliderBoximg{
	display: none;
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
	-webkit-animation-name: animaterightslider;
    -webkit-animation-duration: 1s;
    animation-name: animaterightslider;
    animation-duration: 1s;
}

.tampat{
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 49;
}


#pagesBox{
	float: left;
	position: relative;
	width: calc(100% - 200px);
	margin-left: 100px;
	min-height: 400px;
	margin-top: 20px;

}
#subMenuBar{
	float: left;
	position: relative;
	width: 250px;
	min-height: 200px;
	
}
.subMenuBarItem{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	text-align: left;
	font-size: 15px;
	font-family: OpenSans-Bold-webfont; 
	color: #0A73B7;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.subMenuBarItem:hover{
	cursor: pointer;
	text-decoration: underline;
	
}

.subMenuBarItemPage{
	display:none;
	float: left;
	position: relative;
	width: calc(100% - 290px);
	min-height: 380px;
	padding: 5px;
	margin-left: 30px;
}

#subMenuBarItemPageText{
	float: left;
	position: relative;	
	width: calc(100% - 250px);
	min-height: 200px;
	font-family: OpenSans-Semibold-webfont;
	font-size: 15px;
	color: #0A73B7;
	margin-top: 20px;
}

#subMenuBarItemPageText2{
	float: left;
	position: relative;	
	width: 100%;
	min-height: 150px;
	font-family: OpenSans-Light-webfont;
	font-size: 15px;
	color: #231F20;
	margin-top: 20px;
}

#subMenuBarItemPageImgWrapper{
	float: right;
	position: relative;	
	width: 200px;
	min-height: 200px;
}

.subMenuBarItemPageImg{
	float: left;
	position: relative;	
	width: 200px;
	height: 200px;
	background-position: center;
    background-size: cover; 
	background-repeat: no-repeat;
	margin-top: 20px;
}

.video-background {

  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

#avisosBox{
	float: left;
	position: relative;
	width: calc(100% - 40px);
	margin-left: 20px;
	min-height: 200px;
	margin-top: 40px;
	display: none;
}
#avisosBoxTit{
	float: left;
	position: relative;
	width: calc(100% - 20px);
	min-height: 35px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 20px;
	font-family: OpenSans-Bold-webfont; 
	background-color: #0A73B7;
	color: #FFFFFF;
	 box-shadow: /* ie */
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -webkit-box-shadow: 
                 0px  5px  15px  0px  rgba(000,000,000,0.3); /* bottom */
    -moz-box-shadow:
                 0px  5px  10px  0px  rgba(000,000,000,0.3); /* bottom */
}
#avisosBoxText{
	float: left;
	position: relative;
	width: 100%;
	min-height: 50px;
	font-size: 16px;
	font-family: OpenSans-Regular-webfont;
	color: #231F20;
	margin-top: 20px;
}
.idlbcAvisoItem{
	float: left;
	position: relative;
	width: calc(33.33% - 20px);
	margin-right: 20px;
	min-height: 100px;
	font-family: OpenSans-Bold-webfont; 
	color: #231F20;
	font-size: 16px;
	margin-top: 20px;
	
}
.idlbcAvisoTit{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	font-family: OpenSans-Bold-webfont; 
	color: #231F20;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.idlbcAvisoText{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	font-family: OpenSans-Light-webfont; 
	color: #231F20;
	font-size: 14px;
	margin-top: 10px;
}
.idlbcAvisoData{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	font-family: OpenSans-Light-webfont; 
	color: #231F20;
	font-size: 14px;
}

#dpagesBox{
	float: left;
	position: relative;
	width: calc(100% - 200px);
	margin-left: 100px;
	min-height: 400px;
	
}
#dsubMenuBar{
	float: left;
	position: relative;
	width: 250px;
	min-height: 700px;

}
.dsubMenuBarWrap{
	float: left;
	position: relative;
	width: 100%;
	min-height: 400px;

}
.dsubMenuBarWrap2{
	float: left;
	position: relative;
	width: 100%;
	min-height: 280px;
	margin-top: 20px;
	
}

#dsubMenuBarIcon{
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
	display: none;	
}
#dsubMenuBarIconImg{
	float: left;
	position: relative;
	width: 20px;
	height: auto;
}
#dsubMenuBarIconImg:hover{
	cursor: pointer;
}
.dsubMenuBarItem{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	text-align: left;
	font-size: 15px;
	font-family: OpenSans-Bold-webfont; 
	color: #0A73B7;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.dsubMenuBarItem:hover{
	cursor: pointer;
	text-decoration: underline;
	
}

.dsubMenuBarItemb{
	float: left;
	position: relative;
	width: calc(100% - 10px);
	min-height: 20px;
	text-align: left;
	font-size: 12px;
	font-family: OpenSans-Bold-webfont; 
	color: #0A73B7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
.dsubMenuBarItemb:hover{
	cursor: pointer;
	text-decoration: underline;
	
}

.dsubMenuBarItemPage{
	display:none;
	float: left;
	position: relative;
	width: calc(100% - 290px);
	min-height: 380px;
	padding: 5px;
	margin-left: 30px;
	
}

.dsubMenuBarItemPageText{
	float: left;
	position: relative;	
	width: 100%;
	min-height: 200px;
	font-size: 18px;
	font-family: OpenSans-Bold-webfont; 
	color: #0A73B7;
}
.dsubMenuBarItemPageText2{
	float: left;
	position: relative;	
	width: 100%;
	min-height: 150px;
	font-family: OpenSans-Light-webfont;
	font-size: 15px;
	color: #231F20;
	margin-top: 20px;
}


.dsubMenuBarItemWrapper{
	float: left;
	position: relative;	
	width: 100%;
	min-height: 0px;
	display: none;
	
}
.dsubMenuBarItemWrapper:hover{
	display: block;
	
}

.dsubMenuBarItem:hover + .dsubMenuBarItemWrapper{
	display: block;
}
.setaDmid{
	width: 18px;
	
}

#dlbc_rodape{
	float: left;
	position: relative;
	width: calc(100% - 280px);
	margin-left: 280px;
	min-height: 50px;
	margin-top: 20px;
	
}

.dlbc_rodapeImg{
	float: left;
	position: relative;
	width: auto;
	height: 50px;
	margin-left: 10px;
	
}
.dlbcAvisoTit{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	font-family: OpenSans-Bold-webfont; 
	color: #231F20;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dlbcAvisoText{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	font-family: OpenSans-Light-webfont; 
	color: #231F20;
	font-size: 14px;
	margin-top: 10px;
}
.dlbcAvisoData{
	float: left;
	position: relative;
	width: 100%;
	min-height: 20px;
	font-family: OpenSans-Light-webfont; 
	color: #231F20;
	font-size: 14px;
}

/* Add Animation */
@-webkit-keyframes animatemenuleft {
    from {left:-250px; opacity:0} 
    to {left:0; opacity:2}
}

@keyframes animatemenuleft {
    from {left:-250px; opacity:0}
    to {left:0; opacity:2}
}

#subMenuBarIcon{
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
	display: none;	
}
#subMenuBarIconImg{
	float: left;
	position: relative;
	width: 20px;
	height: auto;
}
#subMenuBarIconImg:hover{
	cursor: pointer;
}


#popup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
	z-index: 12000;
	display: none;
	-webkit-animation-name: animaterightslider;
    -webkit-animation-duration: 1s;
    animation-name: animaterightslider;
    animation-duration: 1s;
}
#popupPage{
	float: left;
	position: relative;
	width: 500px;
	height: calc(100% - 20px);
	margin-top: 10px;
	margin-left: calc(50% - 250px);
	background-color: #FFFFFF;
	overflow-x: hidden;
    overflow-y: auto;
	border: 2px solid #dddddd;
	border-radius: 10px;
}
#popupPageContent{
	float: left;
	position: relative;
	width: 80%;
	min-height: 200px;
	margin-top: 50px;
	margin-left: 10%;
	font-size: 18px;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif; 
}
#popupPageContentLogos{
	position: absolute;
	margin: 0 auto;
	width: 500px;
	height: auto;
}
#popupPageContentLogosb{
	float: left;
	position: relative;
	width: 100%;
	min-height: 100px;
}
#close{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #676767;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;        
}
#close:hover{
	color: #0E74B7; 
}

/* Add Animation */
@-webkit-keyframes animaterightslider {
    from {opacity:0} 
    to {opacity:1}
}

@keyframes animaterightslider {
    from {opacity:0} 
    to {opacity:1}
}

.openPopup{
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	
}
.openPopup:hover{
	cursor: pointer;
}
.openPopupImg{
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin-left: -20px;
}

.popupPageContentTop{
	float: left;
	position: relative;
	width: 100%;
	min-height: 75px;
}
.popupPageContentText{
	float: left;
	position: relative;
	width: 100%;
	min-height: 100px;
	font-size: 12px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.popupPageContentBot{
	float: left;
	position: relative;
	width: 100%;
	min-height: 75px;
	margin-top: 30px;
}

.popupPageContentTopImgE{
	float: left
	position: relative;
	width: 50px;
	height: auto;
}

.popupPageContentTopImgD{
	float: right;
	position: relative;
	width: 50px;
	height: auto;
}

.popupPageContentTopImgC{
	float: left;
	position: relative;
	width: 150px;
	height: auto;
	margin-left: calc(50% - 75px);
	margin-top: 20px;
}

.popupPageContentTopImgE2{
	float: left
	position: relative;
	width: 120px;
	height: auto;
}

.popupPageContentTopImgD2{
	float: right;
	position: relative;
	width: 120px;
	height: auto;
}

#topbLogox{
	float: left;
	position: relative;
	width: 160px;
	margin-left: 0px;
	display: none;
}
