@import url('error.css');
@import url('contato.css');
@import url('slide.css');
/* RESET */
*{
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald-regular.eot');
    src: url('fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular.woff') format('woff'),
         url('fonts/oswald-regular.ttf') format('truetype'),
         url('fonts/oswald-regular.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald-light-webfont.eot');
    src: url('fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-light-webfont.woff') format('woff'),
         url('fonts/oswald-light-webfont.ttf') format('truetype'),
         url('fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	
	background: #f1f1f1;
	font-size: 62.5%;
	color: #323232;
	font-family: 'open_sansregular', Arial, Verdana;
}

/* == FORMATA��O B�SICA == */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
}

h1 {
  font-family: 'oswaldbook';
  color: #323232;
  font-weight: 300;
  font-size: 1.6em;
}

h2{
  font-weight: 300;
  font-size: 1.5em;
}

h3{
  font-weight: 300;
  font-size: 1.4em;
}

p{
  line-height: 1.8em;
  font-size: 1.3em;
}

b, strong{
    font-weight: bold;
}

a{
    text-decoration: none;
    color: #323232;
}



/* == Clases Globais == */
.tamanho-padrao{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.clearfix:after{
    content: "";
    overflow: hidden;
    display: block;
    clear: both;
}
.noRight{
	margin-right: 0px !important;
}


/* SPRITE */
.sprite{
	background: url('../img/sprite.png') no-repeat;
	text-indent: -9999px;
	display: block;
}

.enviarContato{
	background-position: -234px -257px;
}

.sprite-endereco-2{
	background-position: -278px -43px;
}
/* ==== ESTRUTURA ==== */
/* ==== TOPO ==== */
.wrap-header{
	width: 100%;
	height: 170px;
	background: url('../img/bg-topo.jpg') repeat-x  center top;
	min-width: 320px;
}

.container-header{
	width: 100%;
	height: 170px;
}

.topo {
	width:1024px; margin:0 auto; position:relative;
}

/* LOGO */
.wrap-logo{
	position:absolute;
	width: 163px;
	height: 211px;
	left: 50%;
	top: 5px;
	/*top: 50%;*/
	margin-left: -81.5px;
	/*margin-top: -105.5px;*/
	z-index:98;
}

.wrap-logo h1 a {
	background-position: 0px 0px;
	width: 163px;
	height: 211px;	
}

/* Extranet */
.wrap-extranet{
	width: 195px;
	height: auto;
	float: right;
	margin-top: 100px;
	/*margin-right: 2.994791666666667%;*/
}

.wrap-extranet p{
	font-size: 1.2em;	
}

.wrap-extranet p a{
	color: #fff;
}

.sprite-cadeado{
	background-position: -277px 0;
	width: 11px;
	height: 16px;
	float: left;
	margin-right: 10px;
}

/* == Menu == */
.wrap-menu{
	width: 1024px;
	height: 42px;
	display: none;

}

.sprite-menu{
	background-position: -353px 0;
	width: 45px;
	height: 42px;
	position: absolute;
	top: 125px;
	right: 25px;
	display:none;
}

.wrap-compact-menu{
	display:none;}
/*.wrap-compact-menu{
	width: 250px;
	height: auto;
	display: none;
	position: absolute;
	top: 170px;
	right: 25px;
	background: #d4d4d4;
	z-index: 100;
}*/

/*.wrap-compact-menu ul{
	list-style: none;
}*/

/*.wrap-compact-menu ul li{
	display: block;
	border-bottom: 1px dotted #fff;
}*/
/*.wrap-compact-menu ul li a{
	font-family: 'oswaldlight';
	color: #404040;
	font-size: 1.4em;
	padding: 10px 5px;
	display: block;
}
*/
/*.wrap-compact-menu ul li a:hover{
	background-color: #00853e;
	color: #fff;
}
*/
/* ===== BOX ===== */
.wrap-box{
	width: 100%;
	height: auto;
	position: relative;
}

/* BOX - 1 */
.box-1,
.box-2,
.box-3{
	width: 330px;
	height: 254px;
	margin-right: 1.5625%;
	margin-bottom: 25px;
	position: relative;
	float: left;
}

.box-1 .cavalo{
	background-position: 0 -212px;
	width: 67px;
	height: 75px;
	position: absolute;
	bottom: 0px;
	left: 2px;
}

.box-2 .cavalo{
	background-position: -69px -212px;
	width: 77px;
	height: 66px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -38.5px;
}

.box-3 .cavalo{
	background-position: -148px -212px;
	width: 67px;
	height: 75px;
	position: absolute;
	bottom: 0px;
	right: 2px;
}

.box-1 h1,
.box-2 h1,
.box-3 h1{
	font-family: 'oswaldbook';
	color: #006f3b;
	font-size: 3.4em;
}

.box-1 h1{
	padding: 36px 10px 0px 60px;
}

.box-2 h1{
	padding: 36px 10px 0px 28px;
}

.box-3 h1{
	padding: 36px 60px 0px 28px;
}

.box-1 h2,
.box-2 h2,
.box-3 h2{
	font-family: 'oswaldlight';
	color: #006f3b;
	font-size: 2.2em;
	color: #4f4f4f;
}

.box-1 h2{
	padding: 5px 10px 0px 60px;
}

.box-2 h2{
	padding: 5px 10px 0px 28px;
}

.box-3 h2{
	padding: 5px 65px 0px 28px;
}

.box-1,
.box-2{
	background: url('../img/bg-caixa.jpg') no-repeat;
	
}

.box-3{
	background: url('../img/bg-caixa-invertida.jpg') no-repeat;
}

.box-1 .bg-box, .box-3 .bg-box{
	width: 48px;
	height: 100%;
	display: block;
	background: url('../img/bg-caixa-left.png') repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
}

.box-2 .bg-box{
	width: 100%;
	height: 48px;
	display: block;
	background: url('../img/bg-caixa-bottom.png') repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.box-3 .bg-box{
	background: url('../img/bg-caixa-right.png') repeat-y;
	right: 0px;
	left: auto;
}

.box-1 a,
.box-3 a{
	font-family: 'oswaldlight';
	color: #fff;
	background: #006f3b;
	padding: 5px 10px;
	font-size: 2.1em;
	position: absolute;
	z-index: 99;
	display: block;
	text-align: center;
	transition: all linear 0.3s;
}

.box-1 a{
	bottom: 0px;
	left: 120px;
	width: 140px;
}

.box-1 a:hover, 
.box-2 a:hover, 
.box-3 a:hover{
	background: #00853e;
}

.fotos{
	bottom: 0px;
	left: 30px;
	width: 80px;
}

.videos{
	bottom: 0px;
	left: 130px;
	width: 80px;
}

/* BOX PUBLICIDADE */
.box-publicidade{
	width: 330px;
	height: 205px;
	float: left;
}

/* BOX FACEBOOK */
.box-facebook{
	width: 330px;
	height: 205px;
	float: left;
	margin:0 15px;
}
.header-facebook{
	width: 100%;
	height: 25px;
	background: #e0e2e7;
	padding: 5px 5px;
	border-bottom: 1px solid #ccd3dd;
	font-size: 1.2em;
}

/* BOX ANIVERSARIANTES */
.box-aniversariantes{
	width: 300px;
	height: auto;
	float: left;
}

.box-aniversariantes-pagina{
	width: 100%;
	margin: 20px 0px;
}

.box-aniversariantes h1{
	font-size: 2.4em;
	color: #484848;
	border-bottom: 3px solid #bf552e;
	padding: 0px 10px;
}

.lista-aniversariantes li{
	display: block;
	padding: 3px 10px;
	font-size: 1.6em;
	color: #484848;
	font-family: 'oswaldlight';
}

.lista-zebra{
	background: #d6d6d6;
}

.ver-todos{
	width: 100%;
	height: 27px;
	background: #006f3b;
	color: #fff;
	display: block;
	font-size: 1.6em;
	font-family: 'oswaldlight';
	padding: 2px 10px;
	transition: all linear 0.3s;
}

.ver-todos:hover{
	background: #00853e;
}

/* BOX ULTIMAS NOTICIAS */
.wrap-ultimas-noticias{
	width: 100%;
	height: 328px;
	background: url('../img/bg-destaque.jpg') repeat-x;
	border-top: 3px solid #c7572d;
	border-bottom: 3px solid #c7572d;
	margin: 40px auto 0;
}

.box-ultimas-noticias{
	
	width: 305px; /* 305 */
	margin-right: 40px; /* 40 */
	float: left;
	text-align: center;
	margin-top: 20px;
}

.box-ultimas-noticias h1{
	font-size: 2.2em;
	height: 90px;
	margin-bottom: 10px;
}

.box-ultimas-noticias a h1{
	color: #d4d4d4;
}

.box-ultimas-noticias a:hover h1{
	color: #c7572d;
	transition: all linear 0.3s;
}

.imagem-noticias{
	width: 100%;
	height: 185px;
	overflow: hidden;
}

.imagem-noticias img{
	max-width: 100%;
}

.box-ultimas-1{
	margin-left: 6.510416666666667%; /* 50 */
}

.box-ultimas-3{
	display: none;
}

/* === WRAP INTERNAS === */
.wrap-interna{
	width: 95%;
	
	height: 100%;
	margin: 40px auto;
}

.header-interna{
	width: 100%;
	height: 40px;
	background: #d4d4d4 url('../img/bg-caixa-left.png') repeat-y;
}

.header-interna h1{
	font-size: 2.4em;
	color: 323232;
	padding: 5px 60px;
}

/* BOX CONTEUDO INTERNO */
.box-conteudo-interno{
	width: 100%;
}

/* MENU INSTITUCIONAL */
.menu-institucional{
	width: 100%;
	height: auto;
	margin-top: 45px;

}

.menu-institucional ul{
	list-style: none;
	border-bottom: 2px solid #00853e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.menu-institucional li{
	float: left;
	margin: 0px 30px 0px 5px;
}

.menu-institucional li a{
	font-family: 'oswaldlight';
	font-size: 1.8em;
	color: #323232;
	padding-bottom: 3.4px;
}

.menu-institucional li a:hover{
	border-bottom: 5px solid #00853e;
}

.menu-institucional a.active{
	border-bottom: 5px solid #00853e;
	font-family: 'oswaldbook';
}

/* CONTEUDO */
.conteudo{
	width: 100%;
	margin: 30px 0px 0px;
}

.conteudo:after{
	content: '';
	overflow: hidden;
	display: block;
	clear: both;
}

.conteudo h1{
	margin-bottom: 10px;
}

.conteudo p{
	font-size: 1.2em;
}

.conteudo-imagem{
	max-width: 500px;
	margin: 30px 0px;
}

.conteudo-imagem:after{
	content: '';
	overflow: hidden;
	display: block;
	clear: both;
}

.conteudo-imagem img{
	float: left;
	max-width: 175px;
	height: auto;
	margin-right: 10px;
}

.image{
	float: left;
	max-width: 175px;
	margin-right: 10px;
}

#estrutura, #servicos{
display: none;
}

/* NOTICIAS */
.margin-top{
	margin-top: 20px;
}
.header-noticias{
	width: 100%;
	height: auto;
}

.data-noticias{
	width: 90px;
	height: 25px;
	background: #d4d4d4;
	border-right: 5px solid #006f3b;
	float: left;
	color: #006f3b;
	font-size: 1.4em;
	padding: 3px;
	text-align: center;
	margin: 0px 10px 0px 0px;
}

.header-noticias h1{
	line-height: 25px;
}

.slide-imagem{
	width: 340px;
	float: left;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

	.div-slide{
		width: 100%;
		height: auto;
	}

	.div-slide img{
		max-width: 100%;
	}

	.seta-slide{
		position: absolute;
		top: 50%;
		z-index: 800;
		margin-top: -15px;
		cursor: pointer;
	}

	#prev{
		background-position: -357px -257px;
		width: 18px;
		height: 30px;
		left: 5px;
	}

	#next{
		background-position: -380px -257px;
		width: 18px;
		height: 30px;
		right: 5px;
	}

/* CONTEUDO VIDEO */
.sub-video{
	font-size: 1.2em;
	margin-bottom: 20px;
}
.conteudo-video{
	width: 100%;
	height: auto;
}

.conteudo-video iframe{
	width: 100% !important;
	height: 400px !important;
}


/* == BOX GALERIA == */
.box-galeria{
	width: 220px;
	height: 175px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 4.427083333333333%;
	margin-bottom: 20px;
	
}


.box-galeria img{
	max-width: 100%;
	height: auto;
	position: absolute;
	z-index: 5;	
}

.sombra{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #666666;
	opacity: 0.5;
	z-index: 6;

	
}

.legenda-galeria{
	width: 100%;
	height: 45px;
	position: absolute;
	z-index: 7;	
	text-align: center;
	top: 115px;
	background: #d4d4d4;
}

.legenda-galeria h1{
	font-size: 1.5em;
	padding: 2px;
}

.verGaleria{
	position: absolute;
	top: -30px;
	width: 100%;
	height: 30px;
	background: #fff;
	opacity: 0.8;
	font-family: 'oswaldlight';
	font-size: 1.4em;
	color: #00853e;
	line-height: 30px;
	display: none;
}

.lupa{
	background-position: -259px 0;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 55px;

}

.box-galeria a:hover .sombra{
	display: none;
}

.box-galeria a:hover .legenda-galeria{
	background-color: #00853e;

}

.box-galeria a:hover .legenda-galeria h1{
	color: #fff;

}

.box-galeria a:hover .verGaleria{
	display: block;

}

/* GALERIA */
.galeria .slide-imagem{
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.galeria .div-slide{
	width: 100%;
	height: auto;
}

.galeria .div-slide img
{
	max-width: 100%;
}

.thumb{
	width: 19.25925925925926%;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}

.thumb img{
	height: 100px;
}


.sprite-voltar{
	background-position: -259px -211px;
	width: 138px;
	height: 16px;
	margin: 20px 0px;

}

/* CONCURSOS */
.concursos{
	margin-bottom: 30px;
}

.arquivos-concursos{
	width: 125px;
	height: 55px;
	float: left;
	margin: 20px 10px 0px 0px;
}

.titulo-concurso{
	width: 100%;
	height: 20px;
	display: block;
	background: #d4d4d4;
	text-align: center;
	font-size: 1.4em;
	font-family: 'oswaldbook';
}

.download-concurso{
	width: 100%;
	height: 30px;
	display: block;
	background: #949494;
	text-align: center;
}

.lupa-2{
	background-position: -320px -264px;
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: 7px;
}

.pdf{
	background-position: -239px 0;
	width: 16px;
	height: 16px;
	*display: inline;
	zoom: 1;
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
}

/* EVENTOS E CALENDARIO */
.tabelas{
	margin: 20px 0px;
}

.tabelas h1{
	margin-bottom: 10px;
}

.table-calendario{
	width: 100%;
	height: auto;
	text-align: center;
	border-collapse: collapse;
}

.table-calendario tr th{
	height: 40px;
	background: #006f3b;
	vertical-align: middle;
	color: #fff;
	font-family: 'oswaldbook';
	font-size: 1.6em;
	font-weight: normal;
}

.table-calendario tr{
	background: #d4d4d4;
}

.row{
	background: #e0e0e0 !important;
}

.table-calendario tr td{
	vertical-align: middle;
	font-size: 1.2em;
	color: #323232;
	padding: 10px 0px;
}

.lupa-3{
	background-position: -259px 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: 7px;
}

.borda-tabela{
	border-right: 1px solid #b3b3b3;
}

.dia-calendario{
	background-position: -275px -163px;
	width: 24px;
	height: 25px;
	margin: 0 auto;
}

.dia-descricao{
	background-position: -303px -163px;
	width: 25px;
	height: 26px;
	margin: 0 auto;
}

/* === TEMPLATE LATERAL === */
.wrap-lateral{
	width: 330px;
	height: auto;
	margin-bottom: 30px;
	display: block;
}

.noticias-destaque{
	margin-bottom: 25px;
	display: none;
}

.ver-todas{
	width: 100%;
	height: 40px;
	
	text-align: right;
	
}
.ver-todas a{
	font-size: 1.4em;
	font-family: 'oswaldlight';
	display: block;
	height: 100%;
	width: 100%;
	padding: 10px;
	background: #d4d4d4;
}

.ver-todas a:hover{
	background: #006f3b;
	color: #fff;
}
/* MAIS NOT�CIAS */
.mais-noticias{
	width: 100%;
	margin-top: 40px;
}

	.mais-noticias header{
		width: 100%;
		height: 40px;
		background: #d4d4d4;
	}

	.mais-noticias header h1{
		font-family: 'oswaldlight';
		padding: 10px 15px;
		font-size: 1.8em;
	}

	.mais-noticias ul{
		list-style: none;
	}

	.mais-noticias ul li{
		display: block;
		width: 100%;
		padding: 10px 15px;
		height: auto;
		/*transition: all linear 0.2s;*/
	}

	.mais-noticias ul li a{
		font-size: 1.6em;
		font-family: 'oswaldlight';
		width: 100%;
		display: block;
	}

	.mais-noticias ul li:hover{
		background: #00853e;
		padding: 10px 15px 8px;
	}

	.noticias-destaque ul li:hover{
		padding: 8px 15px 8px;
	}

	.mais-noticias ul li:hover a{
		color: #fff;
		font-family: 'oswaldbook';
		font-size:1.5em;
	}

.paginacao{
	width: 100%;
	height: 30px;
	background: #d4d4d4;
	margin-top: 20px;
	text-align: center;
	padding: 5px 0px;
}

.paginacao a{
	font-family: 'oswaldbook';
	font-size: 1.4em;
	margin-right: 15px;
	transition: all linear 0.2s;
}

.paginacao a.desativado{
	color: #8d8d8d;
	cursor: default;
}

.paginacao a:hover{
	color: #00853e;
}

.paginacao a.ativado{
	color: #00853e;
}

/* === WRAP RODAPE === */
.wrap-rodape{
	width: 100%;
	height: 195px;
	background: #d4d4d4;
	border-top: 3px solid #c7572d;
	margin: 0 auto;
}

.box-rodape{
	width: 320px;
	height: 192px;
	float: left;
	text-align: center;
	margin-right: 0;
}

.box-rodape h1{
	font-size: 1.6em;
	color: #6f6e6e;
}

.box-rodape a h1 {
	color: #6f6e6e;
	/*transition: all linear 0.3s;*/
}

.box-rodape a:hover h1 {
	color: #515151;
}

.box-rodape:hover{
	background: #b7b7b7;
}

.box-rodape:hover a h1 {
	color: #fff;
}

.box-rodape:hover .sprite-endereco{
	background-position: 0px -305px;
	width: 158px;
	height: 86px;
	margin: 20px 60px 20px auto;
}

.sprite-endereco{
	background-position: -165px -17px;
	width: 110px;
	height: 86px;
	margin: 20px auto;
}

.sprite-email{
	background-position: -164px -110px;
	width: 84px;
	height: 86px;
	margin: 20px auto;
}

.sprite-facebook{
	background-position: -275px -110px;
	width: 24px;
	height: 47px;
	float: left;
	margin: 45px 9.090909090909091% 0px 22.72727272727273%;
}

.sprite-facebook:hover{
	background-position: -262px -305px;
}

.sprite-youtube{
	background-position: -301px -110px;
	width: 42px;
	height: 49px;
	float: left;
	margin: 45px 9.090909090909091%  0px 0px;
}

.sprite-youtube:hover{
	background-position: -298px -305px;
}

.sprite-insta{
	background-position: -345px -110px;
	width: 50px;
	height: 49px;
	float: left;
	margin: 45px 0px 0px 0px;
}

.sprite-insta:hover{
	background-position: -348px -305px;
}

#zaite{
    position:absolute;
    width:90px;
    height:28px;
    top: 125px;
    right:135px;
    overflow:hidden;
}

#zaite a{
    width:88px;
    height:28px;
    position:absolute;
    top:0;
    right:-55px;
}

/* === Media Queries === */
/*@media screen and (min-width:320px) { 

}
@media screen and (min-width:480px) {

}
@media screen and (min-width:600px) { 
	
}
@media screen and (min-width:768px) and (max-width: 959px) { 
	.box-1,
	.box-2,
	.box-3{
		width: 330px;
		
	}

	.box-1, .box-3{
		margin-left: 6.510416666666667%;
	}

	.box-facebook{
		position: absolute;
		top: 550px;
		left: 6.510416666666667%;

	}

	.box-aniversariantes{
		padding: 15px 0px 40px;
	}

	.box-rodape:hover .sprite-endereco{
		background-position: 0px -305px;
		width: 158px;
		height: 86px;
		margin: 20px 25px 20px auto;
	}

	.wrap-lateral{
		width: 100%;
		padding-top: 15px;
		border-top: 2px solid #e7e7e7;
	}
}*/
@media screen and (min-width:320px) {
	body{
		min-width: 1024px;
	}
	.box-ultimas-1{
		margin-left: 0px; /* 50 */
	}
	.box-ultimas-3{
		display: block;
	}
	
	/* Open menu */
	.open-menu{
		display: none;
	}

	/* menu */
	.wrap-menu{
		width:1024px;
		display: block;
		position: absolute;
		top: 137px;
		left: 50%;
		margin-left:-512px;
	}

	.wrap-menu li{
		float: left;
		margin-right: 32px;
		height: 30px;
	}

	.wrap-menu li.menu-divisor{
		margin-right: 190px;
	}


	.wrap-menu li a{
		font-family: 'oswaldlight';
		font-size: 1.4em;
		display: block;
		height: 100%;
	}

	.wrap-menu li a:hover{
		background: url('../img/hover-menu.png') no-repeat center bottom;
	}

	.wrap-menu li a.menu-ativo{
		background: url('../img/hover-menu.png') no-repeat center bottom;
	}

	/* LOGO */
	.wrap-logo{
		position:absolute;
		width: 163px;
		height: 211px;
		left: 50%;
		top: 5px;
		margin-left: -81.5px;
		z-index:98;
	}


	
	/* BOX */
	.box-3{
		margin-right: 0px;
	}

	/*.box-publicidade{
		margin-right: 1.5625%;
	}

	.box-facebook{
		margin-right: 1.5625%;
	}*/

	.box-ultimas-noticias{
		width: 305px; /* 305 */
	}

	/* == WRAP INTERNA == */
	.wrap-interna{
		width: 675px;
		float: left;
	}

	.box-galeria{
		margin-right: 7px;
		margin-bottom: 5px;
	}

	.wrap-lateral{
		width: 330px;
		display: block;
		float: right;
	}

	.noticias-destaque{
		display: block;
	}

}

@media screen and (min-width:1024px) {
	.wrap-menu li.menu-divisor{
		margin-right: 190px;
	}

	.wrap-menu li{
		margin-right: 32px;
	}

	.wrap-interna{
		width: 675px;
		float: left;
	}
}


/* @iversondantas - inserindo numero do whatsapp - 31/10/2017*/
.whatsapp {
	margin: .1rem auto;
    display: flex;
    width: -moz-max-content;
	width: max-content;
    align-items: center;
    justify-content: space-between;
}
.whatsapp img {
	max-width: 20px;
    filter: contrast(6%);
    margin-left: .5rem;
}

/* @iversondantas - dividindo banner - 15/12/2017*/
.box-chamada{
	display: flex;
	margin: 0 0 2rem;
}
.box-chamada a {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-items: center;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
    box-sizing: border-box;
    width: 50%;
    height: 300px;
	padding: .5rem;
	overflow: hidden;
}

.box-chamada .img {display: block;max-width: 50%;float: left;visibility: hidden;overflow: hidden;}
.box-chamada h3{    font-size: 1.6rem;font-family: 'oswaldbook'; color: #0a6b3e;}
.box-chamada .text{float: left;text-align:center;color: #484848;font-family: 'oswaldlight';width: 100%;max-width: 210px; margin-left: 2rem;}
.box-chamada p{font-size: 1rem; font-weight: bolder}
/* .box-chamada a:last-child .img{float: right} */
.box-chamada a:last-child {direction: rtl}
.box-chamada a:last-child h3{color:#4b372e}

