@charset "utf-8";
/* CSS Document */

.fonte_texto{
	font-family: 'Roboto';
}
.caixa_noticia{
	padding: 10px;
}

.caixa_noticia_novo{
	border: 1px solid #cacaca;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;;
	
	margin: 10px;
	border-radius: 5px;
	
	/*-webkit-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
-moz-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);*/
}

.img_caixa_noticia_novo{
	margin: 0px;
	border-radius:5px;
}


.caixa_noticia_dentro{
	border: 1px solid #cacaca;
	/*padding: 10px;*/
	margin: 0px;
	border-radius: 5px;
	
	-webkit-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
-moz-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
}

.caixa_noticia_dentro2{
	border: 1px solid #cacaca;
	/*padding: 10px;*/
	margin: 0px;
	border-radius: 5px;
	
	/*-webkit-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
-moz-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);*/
}
.caixa_noticia_dentro3{
	border: 1px solid #cacaca;
	padding: 10px;
	margin: 0px;
	border-radius: 5px;
	
	/*-webkit-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
-moz-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);*/
}
.caixa_sem_borda{
	/*border: 1px solid #cacaca;
	padding: 10px;*/
	margin: 0px;
	border-radius: 5px;
	
	/*-webkit-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
-moz-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);*/
}
.imagem_noticia{
	border-radius: 5px 5px 0px 0px;
	padding: -10px;
}
.imagem_eventos{
	border-radius: 5px 0px 0px 5px;
	/*padding: -10px;*/
	margin-left: -30px;
	/*margin-right: -80px;*/
}

.imagem_eventos2{
	border-radius: 5px;
	
	-webkit-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
-moz-box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
box-shadow: 10px 15px 28px -5px rgba(179,179,179,1);
}
.texto_noticia{
	padding: 30px;

}

.texto_noticia:p{
 text-align: justify;
}

.botao_link:link{
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 5px 5px;
	background-color: #139e02;
	color: #ffffff;
	
}
.botao_link:visited{
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 5px 5px;
	background-color: #139e02;
	color: #ffffff;
	
}

.botao_link:active{
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 5px 5px;
	background-color: #139e02;
	color: #ffffff;
	
}
.botao_link:hover{
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 5px 5px;
	background-color: #139e02;
	color: #ffffff;
	
}
.cor_faixas{
	background-color: #3cbc2c;/*azul #6291FD;*/
	color: #fff; 
	
	
}
.cor_fonte{
	color: #3cbc2c; /*azul #6291FD;*/ 
}
.fonte_media{
	font-size: 0.8em;
}

.fonte_maior{
	font-size: 1.5em;
}


.faixa_entrada{
	/*background-color: #139e02; */
	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.faixa_nome_paroquia{

	padding-top: 10px;
	padding-bottom: 10px;

	font-size: 1em;
}

.titulo_entrada{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}


strong{
	color: #139e02;
}

strong.texto_noticia {
	color: #E3161A;
}

.caixa_eventos{
	padding: 12px;

}

.fonte_miuscula{
	text-transform: uppercase;
}



.link_p:link{
	color: #139e02;
	
}
.link_p:visited{
	
	color: #139e02;
	
}

.link_p:active{

	color: #139e02;
	
}
.link_p:hover{

	color: #7c7f7c;
	
}
/*
A:link {text-decoration: none;}

		A:visited {text-decoration: none;}

		A:active {text-decoration: none;}

		A:hover {text-decoration:underline; color=#ff0000}  
*/

.fonte_playfire{
	font-family: 'Playfair Display', serif;
}

#faixaheader{
	background-color: #ececec;
	padding: 20px;
	font-size: 22px;
	
}