@import url("avisos.css");

/*--- HTML Classes ---*/
html {
	height: 100%;
}
body {
	margin:0;
	background-color:#FFFFFF;
	color:#000000;
	font-family: 'Montserrat', arial, serif;
	font-size:15px;
}
p {
	margin:10px 0;
	font-weight:normal;
}
h1 {
	font-size:24px;
	color:#000000;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:normal;
	letter-spacing:-1px;
}
h1 a {
	color:#000000;
}

h2 {
	font-size:20px;
	color:#000000;
}

h3 {
	font-size:16px;
	color:#403a31;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
	font-weight:normal;
}
.lista_artigos a {
	color:#575757 !important;
}
a:link, a:active, a:visited {
	color:#9f7e54;
	text-decoration:none;
}
a:hover {
	color:#555454;
	text-decoration:underline;
}

a img {
	border:none;
}

/*--- Template Classes ---*/
/*-globais!*/
.clr {
	clear:both;
	float:none;
}
.article_separator {
	height:20px;
	display:block;
	border-bottom:1px solid #c4c0b6;
	margin-bottom:20px;
}
.wrapper {
	/*width:1000px;*/
	width:936px;
	margin:0px auto;
}
.wrapper2 {
	width:820px;
	margin:0px auto;
}
/*-topo!*/
.vazio {
}
.topo {
	width:100%;
	background-color:#FFFFFF;
}
.header {
	width:100%;
    height: 300px;
	overflow:hidden;
    z-index: 1;
	background-color:#FFFFFF;
}
.headerleft {
	margin-top:17px;
	float:left;
}
.headerright {
	/*width:59px;
	height:59px;*/
	margin-top:8px;
	float:right;
}
.headerright1 {
	width:175px;
	height:55px;
	float:left;
	font-size:9px;
	color:#FFFFFF;
	margin-right:55px;
}
.headerright1 .title {
	font-size:10px;
}
.headerright1 input.inputlogin {
	width:88px;
	height:15px;
	font-size:9px;
	border:0;
	background-image:url(../images/formbg.png);
	background-position:left center;
	background-repeat:repeat-x;
	background-color:transparent;
}
.headerright1 input.okbtn {
	width:16px;
	height:15px;
	font-size:0px;
	border:0;
	background-image:url(../images/okbtn.png);
	background-position:left center;
	background-repeat:repeat-x;
	background-color:transparent;
	float:right;
	position:absolute;
	margin-top:1px;
}
.headerright2 {
	width:59px;
	height:59px;
	float:right;
}
.menutopo {
	height:92px;
	padding-left:18px;
}
.menublock {
	width:188px;
	height:82px;
	padding:0px 7px 7px 7px;
	background-color:#FFFFFF;
	float:left;
	margin-right:31px;
}
.menublocktres {
	margin-right:0px;
}
.sombratopo {
	width:940px;
	height:10px;
	background-image:url(../images/sombra_topo.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.submenu1 {
    /*background-image: url(../images/menu_emrc.png);*/
    background-image: url(../images/menu_emrc2.png);
    background-position: center top;
    background-repeat: no-repeat;
	width: 950px;
    height: 308px;
	top: 190px;
    position: absolute;
    z-index: 100;
		left:50%;
		margin-left:-477px;
}
.submenu2 {
    background-image: url(../images/menu_catequese.png);
    background-position: center top;
    background-repeat: no-repeat;
	width: 950px;
    height: 308px;
    top: 190px;
    position: absolute;
    z-index: 100;
		left:50%;
		margin-left:-477px;
}
.submenu3 {
    /*background-image: url(../images/menu_escolascatolicas.png);*/
    background-image: url(../images/menu_escolascatolicas2.png);
    background-position: center top;
    background-repeat: no-repeat;
	width: 950px;
    height: 308px;
    top: 190px;
    position: absolute;
    z-index: 100;
		left:50%;
		margin-left:-477px;
}
.submenu4 {
    background-image: url(../images/menu_comissao.png);
    background-position: center top;
    background-repeat: no-repeat;
	width: 950px;
    height: 308px;
    top: 190px;
    position: absolute;
    z-index: 100;
		left:50%;
		margin-left:-477px;
}
.submenu1 ul, .submenu2 ul, .submenu3 ul, .submenu4 ul {
	font-size:15px;
	list-style:none;
	padding:0;
	text-transform:uppercase;
	display:block;
	width:305px;
	height:273px;
	margin-top:40px;
	margin-left:9px;
}
.submenu1 li, .submenu2 li, .submenu3 li, .submenu4 li {
	color:#6b6b6b;
}
.submenu1 li.menu54, .submenu2 li.menu54, .submenu3 li.menu54, .submenu4 li.menu54 {
	font-size:12px;
}
.submenu1 li a, .submenu2 li a, .submenu3 li a, .submenu4 li a {
	display:block;
	padding:3px 3px 3px 30px;
	color:#6b6b6b;
	font-weight:bold;
}
.submenu1 li:hover, .submenu2 li:hover, .submenu3 li:hover, .submenu4 li:hover {
	background-color:#3b3127;
	color:#FFFFFF;
}
.submenu1 li:hover a, .submenu2 li:hover a, .submenu3 li:hover a, .submenu4 li:hover a {
	color:#FFFFFF;
}
.submenu1 li:hover a:hover, .submenu2 li:hover a:hover, .submenu3 li:hover a:hover, .submenu4 li:hover a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/*-centro!*/
.centro {
	width:100%;
	background-color: #FFFFFF;
}
.content {
	width:100%;
}
.conteudo {
	/*width:920px;*/
	margin:0px auto;
	/*background-image:url(../images/content2_bg.png);
	background-position:bottom center;
	background-repeat:repeat-x;*/
	padding-top:16px;
}
.conteudo2 {
	background-color:#DCD8CC;
	height:100px;
}
.conteudo_interiores {
	width:920px;
	margin:0px auto;
	background-image:url(../images/content2_bg2.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-top:16px;
		min-height:700px;
}
.bannertopo {
	width:920px;
	height:300px;
	margin:0px auto;
	/*background-image:url(../images/bannertopo_bg.png);
	background-position:top right;
	background-repeat:no-repeat;*/
}
.container { /*para páginas interiores*/
	/*width:920px;
	margin:0px auto;
	background-image:url(../images/bannertopo_bg.png);
	background-position:top right;
	background-repeat:no-repeat;*/
}
.slideshow {
	width:825px;
	height:269px;
	margin:0px auto;
}
.contentleft {
	width:562px;
	border-right: 1px solid #C4C0B6;
	float:left;
	padding-right:28px;
	/*min-height:320px;*/
}
.contentright {
	width:225px;
	float:right;
	/*min-height:320px;*/
}
.contentleft img {
	padding-bottom:20px;
	max-width:560px;
}
.contentleft_interiores {
	width:410px;
	float:left;
	min-height:320px;
	margin-left:-11px;
}
.contentright_interiores {
	width:515px;
	float:right;
	min-height:320px;
}
.submenu_interiores {
	width: 100%;
	float:left;
}
.submenu_interiores ul {
	font-size:11px;
	list-style:none;
	padding:0;
	text-transform:uppercase;
	display:block;
	/*width:168px;*/
}
.submenu_interiores li {
	color:#6b6b6b;
}
.submenu_interiores li a {
	display:block;
	padding-left:20px;
	color:#6b6b6b;
	font-weight:bold;
}
.submenu_interiores li.current {
	background-color:#3b3127;
	color:#FFFFFF;
}
.submenu_interiores li.current a {
	color:#FFFFFF;
}
.submenu_interiores li:hover {
	background-color:#3b3127;
	color:#FFFFFF;
}
.submenu_interiores li:hover a {
	color:#FFFFFF;
}
.submenu_interiores li:hover a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.subsubmenus {
}

.subsubmenus ul {
	font-size:11px;
	list-style:none;
	padding:0;
	display:block;
	text-transform:none;
}
.subsubmenus li {
	color:#6b6b6b;
	padding-left:20px;
}
.subsubmenus li a {
	display:block;
	padding-left:40px:
	color:#6b6b6b;
	font-weight:normal;
}
.subsubmenus li.current {
	color:#FFFFFF;
}
.subsubmenus li.current a {
	color:#FFFFFF;
}
.subsubmenus li:hover a {
	color:#FFFFFF;
}
.subsubmenus li:hover a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.subsubmenus ul ul.sub {
	font-size:11px;
	list-style:none;
	padding-left:10px;
}
.subsubmenus ul ul.sub ul {
	padding-left:10px;
}
.subsubmenus ul ul.sub li {
	border-bottom:0;
}
.subsubmenus ul ul.sub li a {
	font-weight:normal;
}
.subsubmenus ul ul.sub li a:hover {
	color:#a03a08;
}
.titulo_interior {
	font-weight:bold;
	font-size:14px;
	color:#bb4004;
	padding-top:2px;
	padding-bottom:3px;
	text-transform:uppercase;
}
.subtitulo_interior {
	font-size:12px;
	color:#c15520;
	padding-bottom:5px;
}
.corpo {
}
.corpo img {
	max-width:515px;
}
/*-colunadir!*/
.colunadir {
	padding-left:15px;
	padding-top:30px;
	padding-bottom:20px;
}
.pesquisar {
}
.pesquisar input#mod_search_searchword {
	width:184px;
	height:16px;
	background-color:#FFFFFF;
	border:1px solid #a2a2a2;
	color:#a2a2a2;
	font-size:11px;
}
.pesquisar .button_pesquisa {
	float:right;
	position:absolute;
}
.pesquisar .titulo {
	font-size:11px;
	color:#a93d08;
	padding-top:5px;
	padding-bottom:2px;
}
.newsletter {
}
.newsletter input#mod_newsletter_newsletterword {
	width:187px;
	height:16px;
	background-color:#FFFFFF;
	border:1px solid #a2a2a2;
	color:#a2a2a2;
	font-size:11px;
}
.newsletter .button_newsletter {
	float:right;
	position:absolute;
}
.newsletter .titulo {
	font-size:11px;
	color:#a93d08;
	padding-top:5px;
	padding-bottom:2px;
}
.bannersdir {
	margin-left:-10px;
	padding-top:15px;
}
.banner_galeria {
}
.banner_agenda {
}
.noticias {
	padding-top:10px;
}
.noticias h1 {
	color:#8a8686;
	background:none;
	padding-bottom:0;
}
.noticias ul {
	font-size:12px;
	list-style:none;
	padding:0;
}
.noticias li {
	padding-bottom:18px;
}
.addthis {
	margin-left:40px;
	margin-right:-7px;
	clear: both;
}
/*.addthis_button_facebook_like {
	width:60px;
}
.addthis_button_tweet {
	width:100px;
}
.addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
    background-image: url(../images/widget32.png);
}*/
/*-fundo!*/
.fundo {
	width:100%;
	height:68px;
	background-image:url(../images/fundo_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
.fundo2 {
	width:100%;
	background-color:#8b3408;
}
.contentleft2 {
	width:562px;
	float:left;
	padding-right:28px;
}
.contentright2 {
	width:225px;
	float:right;
	padding-top:25px;
	padding-bottom:15px;
}
.assinatura {
	width:146px;
	height:11px;
	float:right;
	/*margin-top:15px;*/
	margin-right:5px;
}
.assinaturasite {
	margin-top:70px;
}

#meumenu {
	top:475px;
	left:50%;
	margin-left:240px;
	position:absolute;
	z-index:50;
}
#meumenu .trigger a {
	background-image:url(../images/btn_login_peq.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	width:121px;
	height:29px;
	display:block;
}
#meumenu .trigger.active a {
	background-image:url(../images/btn_login_peq_active.png);
}
#meumenu .toggle_container {
	margin-left:-43px;
}
.menupopup.topo {
	width:170px;
	background-image:url(../images/menutopo_topo.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:15px;
		height: auto;
		margin-top: 0;
}
.menupopup .base {
	background-image:url(../images/menutopo_base.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:20px;
}
.menupopup .centro {
	background-image:url(../images/menutopo_centro.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	padding-right:11px;
	padding-left:11px;
	padding-bottom:5px;
		background-color: transparent;
		padding-top: 0;
		width: auto;
}
.menupopup ul {
	margin:0px;
	padding:0px;
}
.menupopup li {
	list-style-type:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#a4a2a0;
	text-align:right;
	padding-right:12px;
}
.menupopup li.ultimo {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}
.menupopup a {
	font-size:13px;
	text-decoration:none;
	color:#000;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
}
.menupopup a:hover {
	text-decoration:underline;
}
.menupopup a.disabled {
	color:#999;
	cursor:default;
}
.menupopup a.disabled:hover {
	text-decoration:none;
}

#meumenu .trigger_login a {
	background-image:url(../images/btn_minhaconta_peq.png);
}
#meumenu .trigger_login.active a {
	background-image:url(../images/btn_minhaconta_peq_active.png);
}
.menupopup_login {
	width:323px;
	height:180px;
	background-image:url(../images/loginbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:15px;
	margin-top: 0;
}
.menupopup_loginbox {
	padding:7px 20px 0px 40px;
	font-size:13px;
	font-weight:bold;
}
.menupopup_loginbox .loginbtn {
	background-image:url(../images/loginbtn.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:0;
	border:0;
	background-color:transparent;
	width:64px;
	height:17px;
	float:right;
	margin-right:100px;
}
.menupopup_loginbox .inputbox {
	background-image:url(../images/inputbox.png);
	background-repeat:no-repeat;
	background-position:center top;
	border:0;
	background-color:transparent;
	width:167px;
	height:20px;
	float:right;
}
.menupopup_loginbox .styled {
    background: url("../images/checkbox.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 19px;
	display:none;
}
.menupopup_loginbox .checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url("../images/checkbox.png") no-repeat scroll 0 0 transparent;
  display: block;
  float:left;
  margin-left:10px;
}
.menupopup_loginbox .recuperarpass {
	font-size:11px;
	font-weight:normal;
	margin-left:100px;
}
#meumenu .toggle_container_login {
	margin-left:-192px;
}

.palco_txt {
	padding-right: 30px;
	padding-left: 30px;
	color: #3b3b3b;
	font-size: 12px;
	padding-bottom: 15px;
}
.palco_tit {
	color: #4f687e;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.palco_subtit {
	/*text-transform: uppercase;
	color: #FF6600;*/
	font-size: 18px;
	font-weight: normal;
}
.palco_subsubtit {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
	padding-top: 30px;
}
.palco_path {
	font-size: 12px;
	font-weight: normal;
	color: #b0b8c0;
	/*cursor: default;*/
}

table {
	/*max-width: 550px;*/
}

.tabela {

}
th {
	background-color: #7992A8;
	color: #FFFFFF;
	font-weight: bold;
}
.list_alfa {
	list-style-position: outside;
	list-style-type: lower-alpha;
}
.celula {
	background-color: #F0F8FB;
}.ERRO {
	background-color: #66FF00;
}
.celula2 {
	background-color: #D2E2E8;
}
.celula3 {
	background-color: #ECF3D6;
}
.celula4 {
	background-color: #2D4061;
	color: #FFFFFF;
}
.corpo h1 {
	background:none;
}

.corpo h1 {
	background:none;
}
/*ESTILOS PARA AS EDICOES SNEC*/
.livro .titulo{
	font-size:16px;
}
.livro .capa{
	float:left;
	margin-right:10px;
	padding-bottom:10px;
	max-width: 200px;
}
.erro {
    background-color: #E0E3E7;
    background-image: url("../images/ErrorCircle-64.png");
    background-position: 15px 10px;
    background-repeat: no-repeat;
    border: 2px solid #CBD1D6;
    margin: 30px 0px;
    padding: 30px 25px 35px 90px;
}
.categorias li {
    background-image: url("../images/Folder-20.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    padding-bottom:3px;
    padding-left:22px;
    padding-top:3px;
}
.separadorH{
	font-size:16px;
}

.thumb {
    float: left;
    margin-right: 10px;
}
.thumb .destaquetop {
    display: block;
    position: relative;
    /*top: 16px;*/
    z-index: 5;
}
.thumb .destaquemiddle {
    background-color: #FFFFFF;
    background-image: url("../images/destaque_bgmiddle3.png");
    background-repeat: repeat-y;
    display: block;
    max-height: 190px;
	height:184px;
    overflow: hidden;
    position: relative;
    top: -4px;
    z-index: 4;
}
.thumb .destaqueimg {
    display: block;
    left: 6px;
    position: relative;
    top: 4px;
    z-index: 1;
}
.thumb .destaquebottom {
    display: block;
    height: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: -4px;
    z-index: 3;
}

.linkajuda {
	font-size:11px;
	padding-top:7px;
	padding-bottom:7px;
	border-top: 1px dotted #403a31;
	border-bottom: 1px dotted #403a31;
	margin-top:10px;
	margin-bottom:0px;
}
.linkajuda a {
	color:#a93d08;
}

.videobox {
    /*border-right: 1px solid #CCCAC2;*/
    border-bottom: 1px solid #CCCAC2;
    float: left;
    margin: 0;
    padding: 15px;
    width: 250px;
}
.boxesquerda {
    border-right: 1px solid #CCCAC2;
}
.videobox .ecra {
    background-color: #333333;
    margin-bottom: 5px;
	height:150px;
	overflow:hidden;
}
.videobox .ecra img.preview {
    /*height: 150px;*/
    width: 250px;
	padding-bottom:0px;
}
.videobox .ecra img.mascara {
    height: 150px;
    margin-left: -250px;
    width: 250px;
	padding-bottom:0px;
}
.videobox .informacao .titulo {
    font-size: 14px;
    font-weight: bold;
	height:37px;
	overflow:hidden;
}
.videobox .informacao p {
    color: #40372D;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.fc-event-skin {
    background-color: #8B3408 !important;
	border-color: #8B3408 !important;
}
.fc-first th {
    background-color: #403A31 !important;
}
.fc-state-highlight {
    background-color: #dcd8cc !important;
}

.paginacao {
	font-size:12px;
	margin-top:10px;
	text-align:center;

	width:100%;
	max-width:600px;
	margin-left: auto;
	margin-right: auto;
}
.paginacao .anterior {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
.paginacao .seguinte {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
.paginacao a {
	padding-left:3px;
	padding-right:3px;
	color:#403A31;
}
.paginacao a:hover {
	text-decoration:underline;
	color:#853006;
}
.paginacao a.activo {
	color:	#853006;
	font-weight: bold;
}
.paginacao img {
	padding-bottom:0;
}
.paginacao .pags {
	display:inline;
}

.caixadownload {
	font-weight:bold;
	margin-top:20px;
}
.caixadownload a {
	display:block;
}
.caixadownload.imagem {
	width: 186px;
	display: block;
	float: left;
	text-align: center;
}
.caixadownload.imagem img {
	margin: 0px auto;
}

.caixadownload.documento,
.caixadownload.flipchart {
	display: block;
	clear: left;
}

form#utilizador tr:hover {
	background-color:#bfbbad;
}
form#utilizador .esq {
	width:150px;
	vertical-align:top;
	padding:10px 5px;
}
form#utilizador .dir {
	width:200px;
	padding:10px 5px;
}

.podcast {
    background-image: url("../images/Podcast_64.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 64px;
	width: 210px;
    padding-left: 64px;
    padding-top: 40px;
	font-size:18px;
}

.audioinfo {
	width:560px;
	min-height:100px;
	background-color:#636363;
	background-image:url(../images/itemActive.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100%;
}
div.audioinfo:hover {
	background-color:#404040;
	background-image:url(../images/itemOver.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100%;
}
.audioinfo .audioesq {
	width:160px;
	float:left;
}
.audioinfo .audiodir {
	width:390px;
	float:left;
}
.audioinfo .audioesq .audioimg {
	width:150px;
	overflow:hidden;
}
.audioinfo .audioesq .audioimg img {
	padding:0;
}
.audioinfo .audiodir .audiotitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:8px;
}
.audioinfo .audiodir .audiotexto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}

input.field-required.valid {
}
input.field-required.error {
	border: 1px solid #FF0000;
}

/* V3 - COMPLETAMENTE NOVO - 05/08/2016 */
.page-container {
	width:100%;
	background-color:#232429;
}
.page-wrapper {
	width:100%;
	max-width:1513px;
	margin:0px auto;
	background-color: #FFFFFF;
}
.bloco-wrap-geral {
	padding:10px;
}
.site-block {
	width:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
#topo {
	width:100%;
    min-height:300px;
}
#fundo {
	width:100%;
    min-height:315px;
	background-color:#f5f5f5;
}
#centro {
	width:100%;
    min-height:500px;
	background-color:#FFFFFF;
}
.pag-index #centro {
	background-color:#f5f5f5;
}
#slideshow {
	width:100%;
    height:380px;
	overflow:hidden;
	background-color:#333439;
}
#edicoes {
	width:100%;
    height:320px;
	overflow:hidden;
	background-color:#232429;
}
#eventos {
	width:100%;
    height:217px;
	overflow:hidden;
	background-color:#45464e;
}
#multimedia {
	width:100%;
    height:375px;
	overflow:hidden;
	background-color:#232429;
}
.topo-container {
}
.col-direita {
}
.topo-bloco {
	height:300px;
}
.topo-1 {
	background-color:#f5f5f5;
	color:#000000;
	overflow:hidden;
}
.topo-2 {
	background-color:#333439;
	color:#FFFFFF;
}
.topo-3 {
	background-color:#45464e;
	color:#FFFFFF;
}
.topo-4 {
	background-color:#333439;
	color:#FFFFFF;
}
.fundo-bloco {
	height:315px;
}
.fundo-1 {
	background-color:#f5f5f5;
	color:#000000;
}
.fundo-2 {
	background-color:#FFFFFF;
	color:#000000;
}
.fundo-3 {
	background-color:#45464e;
	color:#FFFFFF;
}
.centro-bloco {
}
.centro-left {
	min-height:500px;
}
.centro-1 {
	background-color:#FFFFFF;
	color:#000000;
}
.centro-2 {
	background-color:#45464e;
	color:#FFFFFF;
}
.bloco-logo {
	height:160px;
	overflow:hidden;
	background-color:#FFFFFF;
}
.bloco-pesquisa {
	min-height:142px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.topo-1 .bloco-wrap {
	width:386px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	padding-left:2px;
	padding-right:2px;
}
.bloco-logo .bloco-wrap {
	padding-top:35px;
}
.bloco-pesquisa .bloco-wrap {
	padding-top:40px;
	padding-right:10px;
}
.form-pesquisa {
}
.form-pesquisa .search_pesquisar {
	width:100%;
	height:50px;
	background-color:#FFFFFF;
	border:3px solid #dcdcdc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.form-pesquisa .search_pesquisar input {
	font-size:16px;
	color:#45464e;
	margin-left:10px;
	padding-left:10px;
	margin-right:5px;
	padding-right:10px;
	margin-top:8px;
	border:0px;
	padding-top:3px;
	padding-bottom:1px;
}
.form-pesquisa .search_pesquisar input.inputbox_pesquisar {
	max-width:240px;
	background-color:#FFFFFF;
}
.form-pesquisa .search_pesquisar input.button_pesquisa {
	font-size:0px;
	color:#000000;
	margin-left:2px;
	margin-right:6px;
	border:0px;
	margin-top:6px;
	padding-bottom:2px;
	float:right;
}
.bloco-logins {
	width:100%;
	height:197px;
	overflow:hidden;
}
.bloco-redes {
	width:100%;
}
.bloco-logins-btns {
	height:52px;
	overflow:hidden;bloco
}
.bloco-logins-boxs {
	height:145px;
	overflow:hidden;
}
.btn-login {
	width:50%;
	height:52px;
	float:left;
	border:0;
	overflow:hidden;
	cursor:pointer;
}
.btn-login span {
	width:100%;
	max-width:75px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
	color:#FFFFFF;
	display:block;
}
.btn-login-1 {
	background-color:#147cc7;
}
.btn-login-2 {
	background-color:#e46f55;
}
.bloco-login {
	width:100%;
	height:145px;
	overflow:hidden;
	color:#FFFFFF;
	display:block;
	position:absolute;
}
.bloco-login-1 {
	background-color:#147cc7;
}
.bloco-login-2 {
	background-color:#e46f55;
}
.topo-4 .bloco-wrap {
	width:100%;
	max-width:217px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}
.topo-4 .hdr {
	padding-left:13px;
	padding-right:10px;
	text-transform:uppercase;
	padding-bottom:8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:17px;
	line-height:normal;
}
.topo-4 .hdr-small {
	font-size:14px;
}
.topo-4 .hdr-links {
	padding-right:10px;
	text-transform:uppercase;
	padding-bottom:8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:12px;
	line-height:normal;
	color:#FFFFFF;
}
.topo-4 .hdr-links a,
.topo-4 .hdr-links a:hover
.topo-4 .hdr-links a:active
.topo-4 .hdr-links a:focus {
	color:#FFFFFF;
}
.bloco-redes .hdr {
	font-size:12px;
	max-width:130px;
}
.label-input {
	background-color:#FFFFFF;
}
.form-login .label-input {
	width:100%;
	height:40px;
	background-color:#FFFFFF;
	border:0;
	overflow:hidden;
	margin-left:1px;
	margin-right:8px;
	margin-bottom:8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-width:193px;
	margin-top:0;
}
.form-login .label-input input {
	font-size:12px;
	color:#45464e;
	border:0px;
	background-color:#FFFFFF;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
.form-login input.button_login {
	float: right;
    margin-top: -36px;
}
.bloco-redes .redes-sociais {
	margin-left:13px;
	margin-right:5px;
}
.redes-sociais .rede-social {
	margin-right:8px;
}
.redes-sociais .rede-social img {
	margin-bottom:8px;
}
.bloco-banners {
}
.banner-dir {
	display:block;
	float:left;
}
.banner-dir img {
	width:100%;
	max-width:252px;
}
.bloco-newsletter {
}
.bloco-newsletter .bloco-wrap {
	width:100%;
	max-width:252px;
	margin-left:auto;
	margin-right:auto;
	padding:40px 30px;
}
.bloco-newsletter .hdr {
	padding-top:1px;
	padding-bottom:17px;
	text-transform:uppercase;
	font-size:26px;
	line-height:normal;
	color:#e8c370;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}
.bloco-newsletter .hdr2 {
	padding-top:1px;
	padding-bottom:35px;
	text-transform:uppercase;
	font-size:11px;
	line-height:normal;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
}
.form-newsletter {
}
.form-newsletter .label-input {
	width:100%;
	height:40px;
	background-color:#FFFFFF;
	border:0;
	overflow:hidden;
	margin-left:0px;
	margin-right:0px;
	margin-top:1px;
	margin-bottom:18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.form-newsletter .label-input input {
	font-size:12px;
	color:#45464e;
	border:0px;
	background-color:#FFFFFF;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
.form-newsletter input.button_newsletter {
	float: right;
    margin-right: 8px;
}
.bloco-menu-rodape {
}
.bloco-menu-rodape .bloco-wrap {
	width:100%;
	max-width:505px;
	margin-left:auto;
	margin-right:auto;
	padding:50px 40px 30px 40px;
}
.menu-rodape {
	padding:0;
	list-style:none;
}
.menu-rodape li {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:10px;
	margin-bottom:18px;
	background-image:url(../images/menu_rodape_li.png);
	background-position:center left;
	background-repeat:no-repeat;
}
.menu-rodape li:hover {
	background-image:url(../images/menu_rodape_li_hover.png);
}
.menu-rodape li a {
	color:#000000;
	font-size:16px;
	text-decoration:none;
}
.menu-rodape li:hover a, .menu-rodape li a:hover {
	color:inherit;
}
.bloco-rodape {
}
.bloco-rodape .bloco-wrap {
	width:100%;
	max-width:386px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:2px;
	padding-right:2px;
}
.logo-educris-rodape {
	display:block;
	margin-bottom:52px;
}
.logos-rodape {
	margin-top:2px;
}
.logo-rodape {
	display:block;
	float:left;
	margin-right:35px;
	margin-left:1px;
}
.bloco-menu-topo {
	min-height:300px;
}
.bloco-submenu-topo {
	min-height:300px;
	width:100%;
	background-color:#45464e;
	position:absolute;
	display:none;
}
.submenu-active {
	display:block;
}
.bloco-menu-topo .bloco-wrap,
.bloco-submenus-topo .bloco-wrap {
	width:100%;
	max-width:260px;
	margin-left:auto;
	margin-right:auto;
	padding:25px 10px 10px 20px;
}
.menu-topo,
.submenu-topo {
	padding:0;
	list-style:none;
}
.menu-topo li,
.submenu-topo li {
	padding-top:2px;
	padding-bottom:1px;
	padding-left:25px;
	padding-right:1px;
	margin-bottom:14px;
	background-image:url(../images/menu_li.png);
	background-position:center left;
	background-repeat:no-repeat;
}
.menu-topo li:hover, .menu-topo li.menu-active,
.submenu-topo li:hover, .submenu-topo li.menu-active {
	background-image:url(../images/menu_li_hover.png);
}
.menu-topo li a,
.submenu-topo li a {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	line-height:normal;
	text-transform:uppercase;
}
.menu-topo li:hover a, .menu-topo li a:hover,
.submenu-topo li:hover a, .submenu-topo li a:hover {
	color:inherit;
}
.submenu-topo li {
	margin-bottom:10px;
}
.submenu-topo li a {
	font-size:13px;
}
.bloco-slideshow {
}
.bloco-slideshow .flex-direction-nav {
	display:block;
}
.bloco-slideshow .flex-control-nav {
	display:none;
}
.slideshow-box-right {
	background-image:url(../images/slideshow_right_bg.png);
	background-position:center center;
	background-repeat:repeat;
	height:100%;
	min-height:380px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}
.slideshow-custom-pagination {
	color:#FFFFFF;
	font-size:24px;
	line-height:normal;
	width:130px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-30px;
	left:50%;
	margin-left:-63px;
}
.slide-current-slide {
	font-size:50px;
	display:block;
	float:left;
}
.slide-total-slides {
	font-size:24px;
	display:block;
	float:left;
	margin-top: 11px;
	margin-left: 8px;
}
.bloco-destaques {
	background-color:#FFFFFF;
}
.bloco-destaques .bloco-wrap {
	padding:10px;
}
.destaques-row {
}
.bloco-destaque {
}
.destaque-wrap {
	padding:10px;
}
.bloco-destaque .destaque-cat {
	color:#e46f55;
	font-size:14px;
	text-transform: uppercase;
	font-family: 'Varela', arial, serif;
	line-height:normal;
	height:18px;
	overflow:hidden;
	margin-bottom:15px;
}
.bloco-destaque .destaque-subtitle {
	color:#8f8f8f;
	font-size:18px;
	font-weight: bold;
	line-height:normal;
	height:22px;
	overflow:hidden;
	margin-bottom:10px;
}
.bloco-destaque .destaque-title {
	color:#000000;
	font-size:24px;
	font-weight: normal;
	line-height:normal;
	height:125px;
	overflow:hidden;
	margin-bottom:20px;
	display:block;
}
.bloco-destaque a.destaque-title:hover,
.bloco-destaque a.destaque-title:active,
.bloco-destaque a.destaque-title:focus {
	color:#000000;
}
.bloco-destaque .destaque-img {
	width:100%;
	max-width:290px;
	height:180px;
	overflow:hidden;
	background-color:#f5f5f5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:18px;
}
.bloco-destaque .destaque-img img {
	width:100%;
	max-width:290px;
}
.bloco-destaque .destaque-txt {
	font-size:15px;
	font-family: 'Varela', arial, serif;
	color:#999999;
	line-height:normal;
	text-align: justify;
	height:170px;
	overflow:hidden;
	margin-bottom:13px;
}
.bloco-destaque .destaque-ver-mais {
	text-align:right;
	margin-bottom:10px;
}
.ver-mais-txt, a.ver-mais-txt {
	font-size:15px;
	font-family: 'Varela', arial, serif;
	color:#f22501;
	line-height:normal;
	text-transform: uppercase;
	text-decoration: none;
}
a.ver-mais-txt:hover,
a.ver-mais-txt:active,
a.ver-mais-txt:focus {
	color:#f22501;
	text-decoration: none;
}
.bloco-noticias {
	background-color:#f5f5f5;
}
.bloco-noticias .bloco-wrap {
	padding:10px;
}
.noticias-row {
}
.bloco-noticias-grupo {
}
.noticias-wrap {
	padding:10px;
}
.bloco-noticias .bloco-noticias-cat {
	color:#ff5a00;
	font-size:22px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:normal;
	height:30px;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:10px;
}
.bloco-noticias .bloco-noticia {
	width:100%;
	height:225px;
	overflow:hidden;
	margin-bottom:2px;
}
.bloco-noticia .noticia-title {
	color:#000000;
	font-size:17px;
	font-weight: normal;
	line-height:normal;
	letter-spacing: -1px;
	height:47px;
	overflow:hidden;
	margin-bottom:5px;
	display:block;
}
.bloco-noticia a.noticia-title:hover,
.bloco-noticia a.noticia-title:active,
.bloco-noticia a.noticia-title:focus {
	color:#000000;
}
.bloco-noticia .noticia-date {
	color:#8f8f8f;
	font-size:14px;
	font-weight: normal;
	text-transform: lowercase;
	line-height:normal;
	height:17px;
	overflow:hidden;
	margin-bottom:13px;
}
.bloco-noticia .noticia-img {
	width:100%;
	max-width:290px;
	height:122px;
	overflow:hidden;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:14px;
}
.bloco-noticia .noticia-img img {
	width:100%;
	max-width:290px;
}
.bloco-noticia .noticia-sep {
	width:100%;
	height:1px;
	font-size:0px;
	background-image:url(../images/noticia_sep.png);
	background-position:center left;
	background-repeat:no-repeat;
}
.bloco-noticias .btn-slider-down .bx-next {
	width:100%;
	max-width:290px;
	height:40px;
	overflow:hidden;
	font-size:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:5px;
	background-image:url(../images/slider_arrow_down.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
}
.bloco-interior {
}
.bloco-interior .bloco-wrap {
	padding:24px;
}
.bloco-interior .bloco-wrap-2 {
	padding: 10px 24px;
}
.nav {
	margin-bottom:10px;
	color:#e46f55;
	font-family: "Varela",arial,serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
}
.bloco-interior-minisite .nav {
	margin-bottom:20px;
}
.nav a {
	color:#e46f55;
	font-family: "Varela",arial,serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
}
.nav a:hover, .nav a:active, .nav a:focus {
	color:#e46f55;
}
.addthis {
	margin-left:0;
	margin-right:0;
}
.bloco-interior img {
	max-width:100%;
}
.bloco-artigo img {
	padding-bottom: 20px;
}
.centro-row {
  overflow: hidden;
}
.centro-2 {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.bloco-edicoes .bloco-wrap,
.bloco-eventos .bloco-wrap {
	padding:24px;
}
.bloco-multimedia .bloco-wrap {
	padding:0px;
}
.bloco-multimedia .bloco-wrap-hdr {
	padding:12px 24px;
}
.bloco-hdr {
	color:#FFFFFF;
	font-size:24px;
	line-height:normal;
	font-weight: normal;
	text-transform: uppercase;
	margin-top:1px;
	margin-bottom:15px;
}
.bloco-hdr span {
	font-weight: bold;
}
.bloco-edicoes .bloco-hdr {
	font-family: 'Montserrat Light', 'Montserrat', arial, serif;
}
.bloco-edicoes .bloco-hdr span {
	font-family: 'Montserrat', arial, serif;
}
.bloco-multimedia .bloco-hdr {
	font-family: 'Montserrat Light', 'Montserrat', arial, serif;
}
.bloco-eventos .bloco-hdr {
	color:#e8c370;
}
.bxslider-edicoes {
}
.bloco-edicoes .bx-viewport {
	width:90% !important;
	margin-left:auto;
	margin-right:auto;
}
.bloco-edicoes .bx-controls {
	width:100%;
}
.bloco-edicao {
    list-style: none;
    width: auto !important;
}
.bloco-edicao a {
}
.bloco-edicao img {
    max-width: none;
    width: auto;
    height: 225px;
    max-height: 225px;
    display: block;
}
.bxslider-eventos {
}
.bloco-eventos .bx-viewport {
	width:81% !important;
	margin-left:auto;
	margin-right:auto;
}
.bloco-eventos .bx-controls {
	width:100%;
}
.bloco-evento {
    list-style: none;
    width: 190px !important;
	height:125px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:17px;
	text-align: left;
}
.bloco-evento .evento-date {
	color:#f2a166;
	font-weight: normal;
	text-transform: lowercase;
	line-height:normal;
	height:21px;
	overflow:hidden;
	margin-bottom:2px;
}
.bloco-evento .evento-title {
	color:#FFFFFF;
	font-weight: normal;
	line-height:normal;
	letter-spacing: -1px;
	height:47px;
	overflow:hidden;
	margin-bottom:1px;
	display:block;
}
.bloco-evento a.evento-title:hover,
.bloco-evento a.evento-title:active,
.bloco-evento a.evento-title:focus {
	color:#FFFFFF;
}
.bloco-evento .evento-local {
	color:#f2a166;
	font-weight: normal;
	line-height:normal;
	height:45px;
	overflow:hidden;
	margin-bottom:1px;
	display:block;
}
.bloco-hdr-btn {
	border: 0 none;
    cursor: pointer;
    float: left;
	line-height:22px;
	background-color:#232429;
	padding:8px 12px;
	margin-right:2px;
	margin-top:0;
	margin-bottom:0;
}
.bloco-hdr-btn-active, .bloco-hdr-btn:hover {
	background-color:#45464e;
}
.bloco-multimedia-boxs {
	width:100%;
	height:315px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.bloco-multimedia-box {
	width:100%;
	height:315px;
	overflow: hidden;
	display:none;
}
.bloco-multimedia-box-active {
	display:block;
}
.bloco-multimedia-videos {
	background-color:#232429;
}
.bloco-multimedia-fotografias {
	background-color:#232429;
}
.bxslider-banners {
}
.bxslider-banners .banner-bloco {
	background-color:#232429;
	text-align:center;
}
.bxslider-banners .banner-bloco-img {
	max-width:375px;
	max-height:315px;
}
.banner-bloco-figure {
}
.banner-bloco-figcaption {
}
.bxslider-banners {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.bxslider-banners figure figcaption, .bxslider-banners figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
figure.effect-oscar {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, gray 0%, gray 50%, gray 100%) repeat scroll 0 0;
}
figure.effect-oscar img {
    opacity: 0.9;
    transition: opacity 0.35s ease 0s;
}
figure.effect-oscar figcaption {
    padding: 3em;
    transition: background-color 0.35s ease 0s;
}
figure.effect-oscar figcaption::before {
    /*border: 1px solid #FF0000;*/
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
figure.effect-oscar h2 {
	color:#FFFFFF;
    font-family: "Montserrat", arial, serif;
    font-size: 16px;
    margin: 25% 0 10px;
    text-transform: uppercase;
    word-wrap: break-word;
	padding:20px 18px;
	border: 1px solid transparent;
	display:inline-block;
	cursor:pointer;
}
figure.effect-oscar h2 a,
figure.effect-oscar h2 a:active,
figure.effect-oscar h2 a:focus {
	color:#FFFFFF;
	text-decoration:none;
}
figure.effect-oscar:hover h2 a,
figure.effect-oscar h2:hover a,
figure.effect-oscar h2 a:hover {
	color:#000000;
	text-decoration:none;
}
figure.effect-oscar figcaption::before, figure.effect-oscar p {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.effect-oscar:hover h2 {
    transform: translate3d(0px, 0px, 0px);
	color:#000000;
	border: 1px solid #FF0000;
}
figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p {
    opacity: 1;
    transform: scale(1);
}
figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}
figure.effect-oscar:hover img {
    opacity: 0.4;
}
.vermais-btn {
	display:block;
	width:55px;
	height:14px;
	overflow:hidden;
	border:0;
	font-size:0;
	background-image:url(../images/vermais.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin:1px;
}
.bloco-edicoes .vermais-btn,
.bloco-eventos .vermais-btn {
	float:right;
	margin-top:-40px;
}
.bloco-interior-left {
	padding-right:20px;
	padding-bottom:20px;
}
.bloco-interior-right {
}
.submenu_interiores > ul {
	margin-top:15px;
	margin-bottom:15px;
}
.submenu_interiores li a {
	padding:2px;
}
.submenu_interiores .subsubmenus ul {
	margin-top:1px;
	margin-bottom:5px;
}
.videobox, .videobox.box-esquerda {
	border:0;
}
.label {
	color:inherit;
	font-size:inherit;
	padding:inherit;
}
#calendar {
	width:100% !important;
	max-width:800px !important;
	margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.bloco-interior h1 {
	font-weight:bold;
}

/* marcos 06032017 - centro de recursos e outros */
#fancybox-wrap, #fancybox-wrap * {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
.interior .avisoinfo, .interior .avisoerro {
	margin:0px;
}

/* comuns */
.display-none {
	display:none;
}
.display-block {
	display:block;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.float-none {
	float:none;
	clear:both;
}
.text-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nopadding {
	padding:0;
}
.nopadding-top {
	padding-top:0;
}
.nopadding-bottom {
	padding-bottom:0;
}
.nopadding-left {
	padding-left:0;
}
.nopadding-right {
	padding-right:0;
}

/* V3 - RESPONSIVE */
@media(max-width:1510px) {
	.container.container-site { /* o container do site fica sempre a 100% */
		width:100%;
	}
	#slideshow {
		height:auto;
	}
}
@media(max-width:1310px) {
	.slideshow-custom-pagination {
		margin-top:40px;
	}
}
@media(max-width:991px) { /* quando os blocos vao para baixo uns dos outros */
	.fundo-bloco {
		height:auto;
	}
	.bloco-slideshow .flex-direction-nav {
		display:none;
	}
	.bloco-slideshow .flex-control-nav {
		display:block;
	}
}
@media(max-width:600px) { /* quando os blocos vao para baixo uns dos outros */
	.bloco-menu-topo .bloco-wrap, 
	.bloco-submenus-topo .bloco-wrap, 
	.bloco-menu-rodape .bloco-wrap {
		max-width:100%;
		text-align:center;
	}
	.menu-topo li a {
		font-size: 33px;
	}
	.submenu-topo li a {
		font-size: 30px;
	}
	.menu-rodape li a {
		font-size: 33px;
	}
	.topo-bloco.topo-2 {
		height:330px;
	}
	.topo-bloco.topo-3 {
		height:380px;
	}
	.bloco-banners {
		text-align:center;
	}
	.banner-dir {
		display:inline;
		float:none;
	}
}
/* (v3 responsive mobile) tamanhos maiores para telemoveis */
body.is-mobile {
	font-size:26px;
}
body.is-mobile .topo-bloco.topo-4, 
body.is-mobile .fundo-bloco.fundo-3, 
body.is-mobile .bloco-interior-right, 
body.is-mobile #multimedia, 
body.is-mobile.pag-interior #slideshow, 
body.is-mobile.pag-interior .bloco-banners {
	display:none;
}
body.is-mobile .bloco-menu-topo .bloco-wrap, 
body.is-mobile .bloco-submenus-topo .bloco-wrap, 
body.is-mobile .bloco-menu-rodape .bloco-wrap {
	max-width:100%;
	text-align:center;
}
body.is-mobile .bloco-rodape .bloco-wrap {
	text-align:center;
}
body.is-mobile .logo-rodape {
	float:none;
	display:inline;
	margin-right:17px;
	margin-left:17px;
}
body.is-mobile .menu-topo li a {
	font-size: 33px;
}
body.is-mobile .submenu-topo li a {
	font-size: 30px;
}
body.is-mobile .menu-rodape li a {
	font-size: 33px;
}
body.is-mobile .topo-bloco.topo-1 {
	height:160px;
}
body.is-mobile .topo-bloco.topo-2 {
	height:330px;
}
body.is-mobile .topo-bloco.topo-3 {
	height:380px;
}
body.is-mobile .nav, body.is-mobile .nav a {
	font-size:25px;
}
body.is-mobile h1 {
	font-size:30px;
}
body.is-mobile .bloco-destaque .destaque-title {
	font-size:28px;
}
body.is-mobile .bloco-destaque .destaque-txt {
	font-size:24px;
	height: 160px;
}
body.is-mobile .bloco-destaque .destaque-subtitle {
	display:none;
}
body.is-mobile .bloco-destaque .destaque-cat {
	font-size:20px;
	height:23px;
	margin-bottom:8px;
}
body.is-mobile .ver-mais-txt, a.ver-mais-txt {
    font-size:20px;
}
body.is-mobile .bloco-noticias .bloco-noticias-cat {
	margin-top:20px;
	margin-bottom:10px;
}
body.is-mobile .bloco-noticia .noticia-title {
    font-size:22px;
	height:55px;
}
body.is-mobile .bloco-noticia .noticia-date {
    font-size:18px;
	height:21px;
}
body.is-mobile .noticias-wrap {
	padding-bottom:20px;
}
body.is-mobile .bloco-banners {
	text-align:center;
}
body.is-mobile .banner-dir {
	display:inline;
	float:none;
}

/* (v3 18052018) */
.bloco-destaques-interior .bloco-destaque .destaque-title {
	font-size: 20px;
	height: 107px;
}
.bloco-destaques-interior .bloco-destaque .destaque-img {
	height: 150px;
}
body.is-mobile .bloco-destaques-interior .ver-mais-txt, .bloco-destaques-interior a.ver-mais-txt {
	font-size: 16px;
}
.bloco-destaques-interior .noticia-sep {
    width: 100%;
    height: 50px;
    font-size: 0px;
    background-image: url(../images/noticia_sep2.png);
    background-position: center left;
    background-repeat: repeat-x;
}

#paginacao {
	display:block;
	clear:both;
	font-size:14px;
	line-height:14px;
}
#paginacao a {
	color:#403a31;
	text-decoration:none;
}
#paginacao a:hover {
	color:#853006;
	text-decoration:underline;
}
#paginacao .anterior,
#paginacao .seguinte,
#paginacao .numero {
	background-repeat:no-repeat;
	display:block;
	height:15px;
	/*width:21px;*/
		min-width:21px;
		width:auto;
		margin-right:3px;
	float:left;
	background-position:bottom;
}
#paginacao .anterior {
	background-image:url(../images/SetaO.png);
}
#paginacao .seguinte {
	background-image:url(../images/SetaE.png);
}
#paginacao .numero {
	background:none;
	text-align:center;
}
#paginacao .actual {
	color:#853006;
	font-weight:bold;
}

/* (v3 31012018 - alteracoes estatisticas) */
body.educris-v3 th {
	background-color: #45464e;
	padding: 2px;
}
body.educris-v3 th.separadorH {
	background-color: #333439;
}