body, html{
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	min-width: 100%;

}
body{

	position: relative;
	background-color: #ededee;
}
header{
	width: 100%;
	height: auto;
	border-bottom: 12px solid #08877f;
	position: fixed;
	z-index: 2;
	background-color: #fff;
}
ol {
    list-style:decimal !important;
}
.home header{
	-webkit-box-shadow: 0px 4px 24px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 24px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 24px 8px rgba(0,0,0,0.4);

}
.content{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
header .content .logo{
	padding: 10px 0;
	display: inline-block;
}
header .content .logo a{
	width: auto;
	height: auto;
	display: inline-block;
}
header .content .logo img{
	width: auto;
}
header .content nav{
	display: inline-block;
	float: right;
	text-align: right;
}
header .content nav ul{
	margin: 14px 0 0;
}
header .content nav ul li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	padding-bottom: 26px;
}
header .content nav > ul.submenu li{
	padding-bottom: 0;
}
header .content nav ul li a{
	color: #005b55;
	text-decoration: none;
	display: inline-block;
	padding: 6px 12px;
}
header .content nav ul li.current-menu-item a{
	background-color:#08877F;
	color:#fff;
}
header .content nav ul li ul{
	position: absolute;
	right:0;
	display: none;
	top:0px;
	margin-top: 52px;
	width: 200px;
	height: auto;
	overflow: inherit;
}
header .content nav ul li:hover > ul{
	display: block;
}
header .content nav ul li ul li{
	width: 100%;
	display: inline-block;
	height: auto;
	line-height: 20px;
	overflow: inherit;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header .content nav ul li ul li a{
	width: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	background-color: #08877F;
	color:#fff;
	padding-left: 35px;
/*	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.32);
*/
}
header .content nav ul li ul li:last-child{
	border-bottom: 0;
}
header .content nav ul li ul li.menu-item-has-children > a{
	background-image: url(../images/seta_menu.png) ;
	background-repeat: no-repeat;
	background-position: 10px center;
}
header .content nav ul li ul li a:hover{
	background-color: #005B55;
	color:#fff ;
}
header .content nav ul li ul li > ul{
	left: -202px;
	display: none;
	padding-top: 0;
	margin-top: 0;
	border-right: 2px solid rgba(255,255,255,0)

}
header .content nav ul li ul li:hover > ul{
	display: block;
}
header .content nav ul li ul li ul li a{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}
header .content nav ul li.lang{
	margin-right: 30px;
	color: #005b55;
	padding-right: 10px;
	background: url(../images/seta.png) no-repeat right center;
}
header .content nav ul li input{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #cccbcb;
	color:#005b55;
	padding-left: 30px;
	background: url(../images/search.png) no-repeat 10px center;
	height: 22px;
	line-height: 22px;
	font-size:11px;
	margin-top: 7px;
}
header .content nav ul.submenu li a img{
	padding-top: 4px;

}
.slide{
	width: 100%;
	max-height: 500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-size: 100% auto ;
	padding-top: 123px;


}
.slide img{
	max-width: 100%;
	min-width: 100%;
}
.ms-slide .ms-layer{
}
.ms-slide .ms-anim-layers > div:nth-of-type(2n){
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;

}

main{
	
	position: relative;
	z-index: 2;
	padding-bottom: 130px;
	padding-top: 130px;


}
.home main{
	padding-top: 0;
}
.home main, .page-template-page-escolaridade main{
	border-top: 10px solid #b92832;
	-webkit-box-shadow: 0px -4px 24px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -4px 24px 8px rgba(0,0,0,0.4);
	box-shadow: 0px -4px 24px 8px rgba(0,0,0,0.4);
}
.page-template-page-escolaridade main{
	padding-top: 0;
}
main .content > ul li, main section article{
	display: inline-block;
	width: 22%;
	margin-right: 4%;
	margin-left: -5px;
}
main .content > ul li.ui-state-active a{
	background-color: #B92832;
	color: #FFF;
}
main .content > ul li:first-child{
	margin-left: 0;
}
main .content > ul li:first-child a{
	background-image: url(../images/escola_2.png);
}
main .content > ul li:nth-child(2n) a{
	background-image: url(../images/escola_3.png);
}
main .content > ul li:nth-child(3n) a{
	background-image: url(../images/escola_4.png);
}
main .content > ul li:nth-child(4n) a{
	background-image: url(../images/escola_1.png);
}
main section article:nth-child(4n+1){
	margin-left: 0;
}
main .content > ul li a{
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #fff;
	text-align: center;
	color:#015c56;
	text-decoration: none;
	font-size: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}
main .content > ul li:last-child{
	margin-right: 0;
}

main .content > ul li a:hover{
	background-color: #b92832;
	color:#fff;
}
main .content > ul li a.active{
	background-color: #b92832;
	color:#fff;
}

main section{
	width: 100%;
	height: 100%;
	display: inline-block;
	margin-top: 47px;
	box-sizing:border-box;
	vertical-align: top;
}
main section.left{
	width: 40%;
	padding-right: 5%;
}

main section.left img{
	max-width: 100%;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	
}
main section.left .sharing{
	margin-top: 30px;
}

main section.left a{
	color:#08877F;
	text-decoration: none;
}
main section.left input, main section.left textarea{
	width: 100%;
	height: auto;
	line-height: 27px;
	border:0;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-left: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;

}
main section.left input[type="submit"]{
	background: #08877F;
	color:#fff;
	width: auto;
	text-transform: uppercase;
	padding: 0 20px;
	cursor: pointer;
}
 main section.left textarea{
 	height: 64px;
 	resize: none;
 }
main section.right {
	width: 60%;
	margin-left: -5px;
	background: #fff;
	padding: 25px 40px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;


}
main section.right.contact{
	padding: 0;
	border:1px solid rgba(0,0,0,0.2);
}
main section.right h1, main section.left h1{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	color: #005b55;
	width: 100%;
	border-bottom: 1px solid #005b55;
	margin-bottom: 20px;
}
main section.right h1{
	margin-top: 20px;
}
main section.right h2{
	text-transform: uppercase;
	font-weight: bold;
	color: #005B55;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
}

main section.right ul li, main section.right ol li{
	list-style: initial;
	margin-left: 30px;
	padding-left: 10px;
}
main section.right h1:first-child{
	margin-top: 0;
}
main section.left h1{
	margin-top: 20px;

	margin-bottom: 20px;
}
main section.right p, main section.left p, main section.right ol li, main section.right ul li , main section.right ul li a{
	font-size: 13px;
	color: #333132;
	line-height: 24px;

}


main section.right p a{
	text-transform: none;
	color: #08877F;
	width: auto;
	height: auto;
	display: inline-block;
	padding: 0px;
	background: transparent;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 0px;
}

main section.right p a.image {
	width: 100%;
}

main section.right p a.image img,
main section.right p img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

main section.right .download a{
	text-transform: uppercase;
	color: #fff;
	width: auto;
	height: auto;
	display: inline-block;
	padding: 0px 15px;
	background: #08877F;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 20px;
}
main section article{
	height: auto;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
	vertical-align: top;
	padding-bottom: 10px;
}

main section.instalacoes article{
	height: auto;
	opacity: 0.7;
}
main section.instalacoes article:hover{
	height: auto;
	opacity: 1;
}

main section article:first-child{
	margin-left: 0;
}

main section article:nth-child(4n+0){
	margin-right: 0;
}


main section article > a{
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #005b55;
	text-decoration: none;

}

main section article:hover{
		background-color: #005b55;
}
main section article.destaque{
		background-color: #005b55;

}
main section article.destaque:hover{
	background-color: #fff;
}
main section article.noticias:hover{
	background-color: #fff
}

main section article a .image{
	overflow: hidden;
	height: auto;
	width: 100%;
	position: relative;
	background: #ffF;
	min-height: 183px;

}
main section article a .image img{
	min-width: 100%;
	height: auto;
	position: absolute;
	min-height: 100%;
}
main section article a .image span{
	width: auto;
	line-height: 22px;
	height: 22px;
	padding: 0px 23px;
	background: #c82c37;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 13px;
	color: #fff;
}
main section article a:hover .image span{
	font-size: 0;
}
main section article a:hover .image span:after{
	content: "Ver mais";
	display: inline-block;
	font-size: 13px;
}
main section article a .image.video span{
	background: #08877f;
}
main section article a .text, main section article a .data{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding: 10px 37px 0 14px;
	font-size: 16px;

	line-height: 19px;
	color: #005B55;
}
main section article a .text{
	min-height: 50px;

}
main section article a .data{
	display: none;
	font-size: 13px;
	color:#08877f;
	padding-top:0;
	padding-bottom: 10px;
}

main section article a:hover .text{
	color: #fff;
}
main section article.destaque a .text{
	color:#fff;
}
main section article.destaque a:hover .text{
	color: #005B55;

}
main section article a:hover .data{
	color:#fff;
}
main section article.destaque a .data{
	color:#fff;
}
main section article.destaque a:hover .data{
	color:#08877f;
}
main section article ul{
	width:100%;
	box-sizing: border-box;
	padding: 0 20px;
}
main section article ul li:first-child{
	border-top: 0;
}
main section article ul li{
	width: 100%;
	height: auto;
	border-top: 1px dashed #005b55;
}
main section article ul li:last-child{
	border-bottom: 1px dashed #005b55;
}
main section article ul li a{
	color:#6d6e70;
	text-decoration: none;
	width: 100%;
	padding: 10px 13px 10px 0;
	background: url(../images/seta2.png) no-repeat right center;
	display: inline-block;
	box-sizing: border-box;
	font-size: 15px;

}

main section article ul li a:hover{
	color:#08867d;
}
main section article ul li a span{
	font-size: 12px;
	width: 100%;
	text-transform: uppercase;
	display: inline-block;
}
main section article.especial{
	background: transparent;
	border-radius: 0;
}
main section article.especial a {
	background-color: #fff;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	margin-bottom: 46px;
	height: auto;
}
main section article.especial a:nth-of-type(2n){
	margin-bottom: 0;
}
main section article.especial a:hover{
	background: #c82c37;
}
main section article.especial.pubs a:hover{
	background: #fff;
}

main section article.especial a .ementa, main section article.especial a .manuais{
	width: 100%;
	height: auto;
	min-height: 75px;
	padding: 15px 30px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	box-sizing: border-box;

}
main section article.especial a .ementa{
	background: url(../images/ementa.png) no-repeat center center #c82c37;

}
main section article.especial a .manuais{
	background: url(../images/manuais.png) no-repeat -20px center #c82c37;
	
}
main section article.especial a:hover .ementa, main section article.especial a:hover .manuais{
	background-color: #08877f !important; 
}
main section article.especial a .download{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 33px;
	font-size: 16px;
}
main section article.especial a:hover .download{
	color:#fff;
}

main section article.especial a .pub{
	height: 110px;
	text-align: center;
}
main section article.especial a .pub img{
	vertical-align: middle;
	display: inline-block;
}
main section article > a.vermais{
	padding: 4px 20px;
	font-size: 11px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}
main section article > a:hover{
	background: transparent;
	color:#fff;
}
main section article > a.vermais:hover{
	color: #08877F;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



footer{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	z-index: 3;
	padding-bottom: 7px;
	background: url(../images/fundo_footer.jpg) repeat-x center bottom 0px #fff;
}

footer .content h3 {
	line-height: 35px;
    font-weight: 700;
    color: #005b55;
    margin-top: -35px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

footer .content nav > ul{
	font-size: 0;
	width: 100%;
}
footer .content nav ul > li{
	display: inline-block;
	width: 29%;
	margin-right:4%;
	font-size: 13px;
}
footer .content nav ul > li:first-child{
	margin-left: 0;
}
footer .content nav ul > li:last-child{
	margin-left: 0;
	margin-right: 0;
}
footer .content nav ul li ul li{
	width: 100%;
	display: inline-block;
	margin-left: 0;
	font-size: 14px;
	line-height: 21px;
}
footer .content nav ul li.redes ul li{
	text-align: left;
	margin-bottom: 20px;
	line-height: inherit;
	margin-right: 0;
	width: 100%;
}
footer .content nav ul li ul li:first-child{
	line-height: 35px;
	font-weight: 700;
	color:#005b55;
	margin-top: -35px;
	margin-bottom: 17px;
	text-transform: uppercase;
}
footer .content nav ul li ul p{
	line-height: 24px;
}

footer .content nav ul li.redes ul li:last-child{
	margin-bottom: 0;
}
footer .content nav ul li.redes ul li:last-child{
	width: 100%;
}
footer .content nav ul li ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}


footer .content nav ul li.redes ul li ul li{
	display: inline-block;
	width: 25%;
	text-align: left;
	margin-left: -5px;
	margin-right: 0;
	margin-bottom: 0;
}
footer .content nav ul li.redes ul li img{
	max-width: 100%;
}
footer .content nav ul li.redes ul li ul li:first-child{
	width: 25%;
	height: auto;
	background: transparent;
	margin: 0px;
	line-height: inherit;

}
footer .footer{
	width: 100%;
	background: #ededee;
	margin-top: 20px;
}
footer .footer .content{
	color:#005b55;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	padding: 20px 0;
}
footer .footer a{
	color:#393939;
	font-weight: bold;
	text-decoration: none;
}

footer #footer_links {
	text-align: left;
}

footer #footer_links li {
	display: inline-block;
	width: 7.5%;
	padding: .5%;
}

footer #footer_links li a {
	display: block;
}

footer #footer_links li a img {
	width: 100%;
}

.mobile-hidden{
	display: inline-block;
}
.mobile-menu{
	display: none;
}
iframe { 
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
  filter: gray; /* IE 6-9 */
}
body.error h1{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 10px;
    color: #005B55;
    width: 100%;
    border-bottom: 1px solid #005B55;
    margin: 20px 0;
}
body.error h2{
	text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
    color: #08877F;
    width: 100%;
    margin: 20px 0;
}
body.error main a {
    text-transform: uppercase;
    color: #FFF;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0px 15px;
    background: #08877F none repeat scroll 0% 0%;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    margin-top: 20px;
}
main .content.search ul li{
	display: inline-block;
	width: 48%;
	margin-left: -4.2px;
	margin-right: 4%;
}
main .content.search ul li:nth-child(2n+0){
	margin-right: 0;
}
main .content.search ul li:nth-child(2n+1), main .content.search ul li:first-child{
	margin-left: 0;
}
main .content.search ul li a{
	display: inline-block;
	width: 100%;
	height: auto;
	background-image: none;
	text-align: left;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	position: relative;
}
main .content.search ul li a span{
	width: auto;
	line-height: 22px;
	height: 22px;
	padding: 0px 23px;
	background: #B92832 none repeat scroll 0% 0%;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 20px;
	font-size: 13px;
	color: #FFF;
}
main .content.search ul li a h1{
	font-size: 24px;
	margin-top: 0;
}
main .content.search ul li a p{
	font-size: 13px;
	line-height: 18px;
	text-transform: none;
}
main .content.search ul li a:hover h1, main .content.search ul li a:hover p{
	color:#fff;
}
main .content.search ul li a:hover h1{
	border-bottom: 1px solid #fff
}
.map{
	min-height: 510px;
}

.video_play{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/play-youtube.png) no-repeat center center;
}
.master-slider a, .master-slider a{
	color:#fff;
	text-decoration: none;
}
::-moz-selection { 
background-color: #08877F; 
color: #ffffff;
}

::selection {
background-color: #08877F;
color: #ffffff;
}
@media only screen and (min-width: 921px) and (max-width: 1166px) { /* Slidebar widths on extra small screens. */
	header .content .logo{
		width: 40%;
	}
	header .content .logo a img{
		max-width: 100%;
		padding-top: 10px;
	}
	header .content nav{
		width: 60%;
	}
	header .content{
		font-size:0;
	}
	header .content .logo a{
		width: 100%;
	}
	header .content nav ul li{
		font-size: 12px;
	}
	header .content nav ul li a{
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media only screen and (max-width: 1180px) { /* Slidebar widths on extra small screens. */
	

	main .content > ul li a{
		font-size: 15px;
	}
	main section article, main section article:nth-child(3n+1){
		width: 31%;
		margin-right: 3%;

	}
	
	main section article:nth-child(4n){
		margin-right: 3%;
	}
	main section article:nth-child(4n+1){
		margin-left: -5px;
	}
	main section article:nth-child(3n){
		margin-right: 0;

	}
	main section article:nth-child(3n+1){
		margin-left: 0px;
		
	}
}
@media only screen and (max-width: 921px) { /* Slidebar widths on extra small screens. */
	header .content nav{
		float: none;
	}
	.slide{
		padding-top: 96px;
	}
	main{
		box-shadow: none;
		padding-top: 10px;
	}
	main section article.especial a:last-child{
		margin-bottom: 0;
	}
	header .content nav.mobile-hidden, footer .content nav.mobile-hidden{
		display: none;
	}
	main .content > ul li a{
		font-size: 15px;
	}
	main section article, main section article:nth-child(3n+1){
		width: 48%;
		margin-right: 4%;

	}
	
	main section article:nth-child(3n){
		margin-right: 4%;
	}

	main section article:nth-child(2n){
		margin-right: 0px;
	}
	
	main section article:nth-child(2n+1), main section article:nth-child(3n+1), main section article{
		margin-left: -3px;
	}
	main section article:nth-child(3n+1), main section article{
		height: auto;
	}
	
	footer .content nav ul > li:nth-child(4n){
		margin-right: 0;
	}
	footer .content nav ul > li.redes{
		
	}
	footer .content nav ul li.redes ul li{
		width: 22%;
		margin-right: 4%;
		margin-left: -5px;
		margin-bottom: 0;
	}
	footer .content nav ul li.redes ul li:last-child{
		margin-right: 0;
	}
	
	footer .content nav ul li.redes ul li ul{
		margin-top: 10px;
	}
	.slide img{
		min-height: 100%;
	}
	

	/* MENU */
	.mobile-menu{
		display: inline-block;
	}
	header{
		position: fixed;
		border-bottom: 6px solid #08877F;
		box-shadow: none;
		top: 0;
	}
	header .scroll-mobile{
		position: relative;
	}
	header .content .logo{
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 99999;

	}
	header .content .logo img{
		max-height: 70px;
	}
	header ul.mobile-menu{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 0;
		top: 0;
		left: 0;


	}
	header ul.mobile-menu li{
		position: absolute;
		height: 100%;
		width: auto;
		cursor: pointer;
		

	}
	header ul.mobile-menu li img{
		vertical-align: middle;
	}
	header ul.mobile-menu li.sb-toggle-left{
		left:10px;
	}
	header ul.mobile-menu li.sb-toggle-right{
		right: 10px;
	}
	header .content{
		width: 85%;
	}
	.sb-slidebar.sb-active{
		box-sizing; border-box;
		padding-top: 95px;
		
		
	}
	.sb-slidebar ul{
		width: 100%;
		height: auto;
		margin-left: 0;

	}
	.sb-slidebar ul li{
		width: 100%;
		height: auto;
	}
	.sb-slidebar ul li:first-child{
		width: 100%;
		box-sizing: border-box;
		
	}
	.sb-slidebar ul li:first-child input{
		
		background: #fff;
		border: 0px solid #cccbcb;
		color:#fff;
		padding:0 20px 0 40px;
		background: url(../images/search-mobile.png) no-repeat 20px center #08877F;
		height: 35px;
		line-height: 35px;
		font-size:12px;
		width: 100%;
		box-sizing: border-box;
	}
	.sb-slidebar ul li > a{
		color:#fff;
		display: inline-block;
		width: 100%;
		height: auto;
		text-decoration: none;
		box-sizing: border-box;
		padding: 10px 9px;
		line-height: 30px;
		text-transform: uppercase;
		font-size: 13px;
		border-bottom: 1px solid rgba(255,255,255,0.1)
	}

	.sb-slidebar.sb-right ul li a{
		font-size: 12px;
		padding: 0px 20px;
	}
	.sb-slidebar.sb-right ul li ul li:first-child{
		width: 100%;
		box-sizing: border-box;
		padding: 20px 20px;
		margin-top: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		color:#9f9055;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 500;
	}
	.sb-slidebar.sb-right ul li ul li:last-child a{
		border-bottom: 0;
	}
	.sb-slidebar.sb-right ul li:first-child ul li:first-child{
		margin-top: 0;
	}
	
	.sb-slidebar ul.menu li a:hover{
		background:  #08877F;
	}
	.sb-slidebar ul li.menu-item-has-children > a:hover{
		background: url(../images/seta_menu_mobile.png) no-repeat right 10px center #08877F;
	}
	.sb-slidebar ul.menu li a.active{
		color: #9f9055;
	}
	.sb-slidebar ul.redes {
		padding: 20px;
		color:#fff;
		margin-top: 30px;
		box-sizing:border-box;font-size:0;
	}
	.sb-slidebar ul.redes li{
		width: 33%;
		display: inline-block;
		margin-bottom: 20px;
		vertical-align: top;
		,margin-left: 0;
	}
	.sb-slidebar ul.redes > li:first-child{
		display: none;
	}
	.sb-slidebar ul.redes li a{
		text-decoration: none;
		border-bottom: 0;

	}
	.sb-slidebar ul.redes li img{
		max-width: 95%;
	}
	.sb-slidebar ul.redes li ul {
		margin-left: 0;
	}
	.sb-slidebar ul.redes li ul li{
		width: 50%;
		margin-left: -5px;
		margin-bottom: 0;
	}
	.sb-slidebar ul.redes li ul li:first-child{
		margin-left: 0;
	}
	.sb-slidebar ul.redes li a{
		padding-left: 0;
	}
	.sb-slidebar ul.redes li > a img{
		
	}
	.sb-slidebar ul.sub-menu {
		
	}
	.sb-slidebar ul.sub-menu li a {
		padding-left: 20px;
		background-color: #004A45;
	}
	.sb-slidebar ul.sub-menu ul.sub-menu li a {
		padding-left: 30px;
		background-color: #003E39;

	}
	.sb-slidebar ul.sub-menu ul.sub-menu ul.sub-menu  li a{
		padding-left: 40px;
		background-color: #002825;
	}
	.menu li.menu-item-has-children > a{
		background: url(../images/seta_menu_mobile.png) no-repeat right 10px center;
	}
	footer .footer{
		margin-top: 0;
	}
	main{
		border-top: 6px solid #B92832;

	}
	main section.left, main section.right{
		width: 100%;

	}
	main section.left{
		padding: 0;
		text-align: center;
	}
	main section.right{
		margin-left: 0;
	}
	main section.left img{

	}
}

@media only screen and (max-width: 678px) {
	footer #footer_links li {
		width: 13.5%;
	}
}

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



@media only screen and (max-width: 480px) { /* Slidebar widths on extra small screens. */
	.content{
		width: 85%;
	}
	.mobile-hidden{
		display: none !important;
	}
	#sb-site{
		top: 90px;
	}
	header .content .logo{
		width: 80%;
		min-height: 74px;
		margin: 0 auto;

	}
	header .content .logo a{
		display: inline-block;
		vertical-align: middle;
		width: auto;
		height: auto;
		max-width: 100%;
		line-height: 74px;
	}
	header .content .logo a img{
		max-width: 100%;
		vertical-align: middle;
	}
	header{
		
		border-bottom: 6px solid #B92832;
		
	}
	header .content{
		text-align: center;
	}
	main{
		box-shadow: none;
		position: relative;
		padding-bottom: 0px;
	}
	main .content > ul{
		background-color: #005B55;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;
	}
	main .content > ul li{
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		


	}
	main .content > ul li a{
		background-color: transparent;
		color:#fff;
		border-radius: 0;
	}
	main .content > ul li:last-child a{
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;

	}
	main .content > ul li a:hover{
		background-color: #08877F;
	}
	
	main .content > ul li:last-child{
		border-bottom: 0px solid rgba(0,0,0,0.1)
	}
	main section article{
		padding-bottom: 10px;

	}
	main section article, main section article:nth-child(3n+1){
		width: 100%;
		margin: 0 !important;
		margin-bottom: 30px !important;
		height: auto;
		padding-bottom: 0;

	}

	main section article.especial a .pub img{
		max-width: 95%;
	}
	main section article a .text{
		height: auto;
	}
	main section article.noticias{
		padding-bottom: 0;
	}
	.slide{
		display: none;
	}
	footer .footer{
		/*margin-top:12px;*/
	}
	footer .footer .content{
		text-align: center;
	}
	main{
		border-top: 0;
	}
	main section.right{
		padding:20px;
	}
	main section.left input, main section.left textarea{
		width: 100%;
		height: auto;
		line-height: 27px;
		border:0;
		border-radius: 0;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		box-sizing: border-box;
		padding-left: 20px;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		margin: 0;

	}
	main section.left input[type="submit"]{
		background: #08877F;
		color:#fff;
		text-transform: uppercase;
		width: 100%;
		padding: 0 20px;
		text-align: left;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		border-bottom: 0;
	}
	body.error main{
		min-height: 100%;
	}
	main .content.search ul{
		background: none;
		border-radius: 0;
	}
	main .content.search ul li{
		width: 100%;
		margin-top: 20px;
		border: 0;
	}
	main .content.search ul li a{
		background: #fff;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;
	}
	main .content.search ul li a p{
		color:#08877F;
	}
	main .content.search ul li a:hover{
		
		background-color: #005B55;
	}
	footer .content nav ul > li{
		width: 100%;
		margin-left: 0;
	}
	footer .content nav ul li.redes ul li{
		margin-left: 0;
	}
	footer .content nav ul li ul li:first-child{
		margin-top: 20px;
	}
	footer .content nav ul li:first-child ul li:first-child{
		margin-top: 0px;
	}
}

@media only screen and (max-width: 352px) {
	footer #footer_links li {
		width: 23.5%;
	}
}

@media only screen and (max-height: 352px) {
	header, .sb-slidebar{
		position: absolute !important;
	}
}


/*
 * Outros
 */

h1.category_title,
h3.category_title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 19px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 20px;
	color: #005b55;
	width: 100%;
	border-bottom: 1px solid #005b55;
}


body.category div.description {
	margin-top: 25px;
	line-height: 25px;
}

section.right td {
	padding: 15px;
	border: 1px solid #333;
	vertical-align: middle;
}

main section.right p img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

main section.right p img.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

#news_pagination {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 10px;
}

#news_pagination span.current,
#news_pagination a:hover {
	padding: 5px 10px;
	background-color: #005B55;
	color: #fff;
}

#news_pagination a {
	padding: 5px 10px;
	color: #005B55;
	text-decoration: none;
}
