@charset "UTF-8";
@import url("");
@font-face {
	font-family: Pristina;
	src: url(../fontes/pristina-plain.ttf);
}

/* CSS Document */

/* Reset Geral das variáveis */

img, object, embed, video {
	max-width: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
	font-size: clamp(0.2em, 0.2em + 1vw, 0.8em);
}

img, fieldset { border: 0; }

ol { padding-left: 1.4em; list-style: decimal; }

ul { padding-left: 1.4em; list-style:square; }

q:before, q:after { content:''; }


.ie6 img {
	width:100%;
}

:root {
    --cor0: #e6f1d1d0;
    --cor1: #83e1ad;
    --cor2: #3ddc84;
    --cor3: #2fa866;
    --cor5: #1a5c37;
    --cor6: #063d1e;

    --fonte-padrao: arial, verdana, helvetica, sans-serif;
    --fonte-destaque: "Times new roman", Georgia, "Courier new", serif;
}

img, object, embed, video {
	max-width: 100%;
}

* {
    margin: 0px;
    padding: 0px;    
}

/* FIM DO RESETE DO CSS */

/* Início da Definição do corpo da página */

/* Definição do Cabeçalho */

body {
	height: auto;
}

/* Definição do fundo da página */

body {
	background-color: #93bbd3;
	background-image: url(../imgs/tipo.png/cabec/bg_ceu_2560.png);
	background-position: center center;
	background-attachment: fixed;
	opacity: 1;
	filter: alpha(opacity=90); /* Para versão do IE8 e mais novos */
}

/* Fim da Definição do fundo da página */

/* Definição do Cabeçalho */

#cabec1 {
	max-width: 840px;
	min-width: 310px;
	width: 100%;
	max-height: 380px;
	min-height: 126px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Efeito sombra na figura do cabeçalho */

#cabec1:before, 
#cabec1:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 5%; 
	left: 15px;
	right: auto;
	max-width: 250px;
	width: 100%;
	top: 69%;
	background: #ffffff00;
	-webkit-box-shadow: 0.1vw 1.5vw 0.8vw #000000ec;
	   -moz-box-shadow: 0.1vw 1.5vw 0.8vw #000000ec;
	        box-shadow: 0.1vw 1.5vw 0.8vw #000000ec;
	transform: rotate(-3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}

#cabec1:after {
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	right: 15px;
	left: auto;
}

/* Fim do efeito sombra */	
	
/* Fim da definição da área de cabeçalho */

.anny-class1 a:hover{
	cursor: pointer;
}


/* DEFINIÇÃO DA TIRA CAPELA DE MARIA */

#tira_mr {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
	width:100%;
	max-width: 500px;
	height:75px;
}

#tira_mr img {
	background-size: contain;
	background-image: url(../imgs/tipo.png/decorativas/capela-de-maria_500.png);
	background-repeat: no-repeat;
	align-items: center;
	margin-top: -2px;
	margin-left: auto;
	margin-right: auto;
}


/* Faixa para menu novo */


#conteudo {
	width: 100%;
	max-width: 840px;
	height: auto;
	display: block;
	clear: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* MENU DE NAVEGAÇÃO - ESTILO NOVO */

/* CONTEÚDO DO MENU */

ul {
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: -15px;
	list-style: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	font-size: clamp(0.15em, 0.15em + 1vw, 0.8em);
	text-shadow: 0 -1px 3px #202020;
	height: 34px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 0px #cecece;
	-webkit-box-shadow: 0px 0px 0px #cecece;
	box-shadow: 0 0px 0px #8b8b8b;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

ul li { 
	display:flex; 
	align-items: center;
	justify-content: center;
	border-right:1px solid #5d5d5d; 
	border-left:1px solid #929292; 
	width: 100%;
	max-width: 96px; 
	height:34px; 
	border-bottom:1px solid #575757; 
	border-top:1px solid #797979;
    background-image: -webkit-linear-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f; 
}

ul li:hover {
    background-image: -webkit-linear-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; /* Fallback */
    -moz-box-shadow: inset 0 0 5px 5px #535353;
    -webkit-box-shadow: inset 0 0 5px 5px #535353;
    box-shadow: inset 0 0 5px 5px #535353;
}

ul li:active {
    background-image: -webkit-linear-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; /* Fallback */
    -moz-box-shadow: inset 0 1px 2px 2px #000;
    -webkit-box-shadow: inset 0 1px 2px 2px #000;
    box-shadow: inset 0 1px 2px 2px #000;
}

ul li a { 
	color: white; 
	text-decoration: none; 
	text-align: center; 
	display: block; 
	line-height: 34px; 
	outline: none;
}

ul li:first-child {
	width: 100%;
	max-width: 153px; 
	height:34px;
	-moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-left: none;
}
ul li:first-child a { 
	color: #ffff00;
	margin-left: -1vw;
}

ul li:first-child a img {
   vertical-align: text-top; 
   margin-top: -1vw;
   margin-left: -1.5vw;
}

ul li:last-child {
    -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    border-right:none;
    width: 100%;
	max-width: 96px;
}

/* Animação "FADE"somente com (Webkit) */

/* Fim da faixa para menu novo */

body #dica {
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 100%;
	max-width: 840px;
	color:#000000;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: clamp(0.1em, 0.3em + 1vw, 0.6em);
	text-shadow: #000000ce 0 4px 5px;

}



/* FIM DA DEFINIÇÃO DA TIRA CAPELA DE MARIA */

/* Início da Definição da FAIXA DE COBRE dessa página */

#txt_faixa {
	position: absolute;
	padding-top: -1.5%;
    padding-left: 1.5%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: clamp(0.2em, 0.5em + 1vw, 1.6em);
	color: #FFF;
	text-shadow: #000000ce 0 4px 5px;
}
#faixa {
	max-width: 840px;
	min-width: 310px;
	max-height: 90px;
	min-height: 17px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 0px;
	clear: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* DEFINIÇÃO DO SOMBREAMENTO DA FAIXA DE COBRE */

#faixa:before, 
#faixa:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 13%;
	left: 15px;
	width: clamp(0%, 0% + 30%, 100%);
	top: 69%;
	max-width: 250px;
	
	background: #ffffff00;
		-webkit-box-shadow: 0.1vw 1.5vw 0.8vw #000000ec;
	   		-moz-box-shadow: 0.1vw 1.5vw 0.8vw #000000ec;
	        	box-shadow: 0.1vw 1.5vw 0.8vw #000000ec;
	transform: rotate(-3deg);
		-moz-transform: rotate(3deg);
			-o-transform: rotate(3deg);

}

#faixa:after {
	transform: rotate(3deg);
		-moz-transform: rotate(3deg);
			-o-transform: rotate(3deg);
	right: 15px;
	left: auto;
	
}

/* FIM DA DEFINIÇÃO DA TIRA CAPELA DE MARIA */

/*========================================================================*/
/*********VVVVVVVVVVVVVV---SEGUNDA PARTE DO SITE---VVVVVVVVVVVVVV**********/
/*========================================================================*/

/* Início da definição da parte 2 da página */

#parte2 {
	height: 100%;
	max-width: 840px;
	min-width: 320px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Fim da definição da Parte 2*/

/* Início da Definição do Lado Esquerdo */



#parte2 #blk-01 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	background-color: transparent;
}  

/* DEFINIÇÃO DAS ÁREAS 1 E 2 - BLOCO 01 */

/* Início da Definição da Área 1 */

#area1 {
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
	float:left;
	background-color: #E0EEE0;
	border-radius: 6px;
	border-top: 1px solid #F63;
	border-left: 1px solid #F63;
	border-right: 1px solid #F63;
	border-bottom: 1px solid #F63;
	-webkit-box-shadow: 5px 5px 18px 0px #323232bf;
	-moz-box-shadow: 5px 5px 18px 0px #333333bf;
	box-shadow: 5px 5px 18px 0px #323232bf;
	text-shadow: #2e2e2e 0 2px 3px;
	
}

#blk-01 #area1 .pos1e {
	margin-top: 3px;
	max-width: 85px;
	width: 100%;
	margin-left: 1%;
	margin-right: auto;	 
}

#blk-01 #area1 .pos1b {
	margin-top: -90px;
	max-width: 85px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: 1%;
	align-items: right;
}

#blk-01 #area1 .pos1a {
	margin-top: -80px;
	max-width: 119px;
	width: 100%;
	max-height: 140px;
	height: 100%;
	display: block;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-image: url(../imgs/tipo.png/diversas/NSA.png);
	background-repeat: no-repeat;
	
}

#blk-01 #area1 h2 {
	margin-top: -10px;
	font-family: Cookie;
	font-size: clamp(2rem, 5vw + 0.1rem, 2.8rem);
	font-style: italic;
	width: 100%;
	text-align: center;
	color: #EEB422;
}

#area1 p {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 740px;
	min-width: 210px;
	width: min(90%);
	display: block;
	align-items: center;
	text-align: justify;
	font-family: Forum;
	text-indent:  1.8em;
	font-size: clamp(1rem, 1vw + 0.1rem, 1.5rem);
	color: #000000;
}

#area1 #central {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 700px;
	width: 100%;
	display: block;
	align-items: center;
	text-align: center;
	font-family: Forum;
	font-style: italic;
	font-size: clamp(1rem, 1vw + 0.1rem, 1.2rem);
	color: #000000;
}
	
#blk-01 #area1 .pos1c {
	margin-bottom: 0;
	max-width: 50px;
	width: 100%;
	margin-left: 1%;
	margin-right: auto;	 
}

#blk-01 #area1 .pos1d {
	margin-bottom: 0;
	margin-top: -60px;
	max-width: 50px;
	width: 100%;
	margin-left: 93%;
	display: block;
	margin-left: auto;
	margin-right: 1%;
	align-items: right;

}
	
/* Fim da Definição da Área 1 */


/* Definição da Área 3 - bloco 01 */


#area3 {
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 5px;
	max-width: 411px;
	width: 100%;
	max-height: 258px;
	height: 100%;
	display: block;
	float:left;
	background-color: #E0EEE0;
	text-shadow: #2e2e2e 0 2px 3px;
	border-radius: 6px;
	border-top: 1px solid #F63;
	border-left: 1px solid #F63;
	border-right: 1px solid #F63;
	border-bottom: 1px solid #F63;
	-webkit-box-shadow: 5px 5px 18px 0px #323232bf;
	-moz-box-shadow: 5px 5px 18px 0px #323232bf;
	box-shadow: 5px 5px 18px 0px #323232bf;
}

#blk-01 #area3 h2 {
	max-width: 374px;
	width: 100%;
	margin-top: 10px;
	font-family: Cookie;
	font-size: clamp(0.6em, 1.4em + 1vw, 2.6em);
	font-style: italic;
	text-align: center;
	color: #B22222;
}

#blk-01 #area3 #prg_1 {
	font-family: Cookie;
	font-size: clamp(1rem, 1vw + 0.1rem, 1.5rem);
	color: #8B4513;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 10px;
	text-align: justify;
}


#blk-01 #area3 #prg_2 {
	font-family: Cookie;
	font-size: clamp(0.7em, 0.7em + 1vw, 1.2em);
	color: #8B4513;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 10px;
	text-align: right;
}

#blk-01 #area3 .pos2 {
	width: 100%;
	max-width: 80px;
	margin-right: auto;
	right: 0;
	bottom: 23%;
	left: 9%;
	margin-top: -19%;
	z-index: 100;
	margin-left: 79%;
}

#area4 {
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 368px;
	min-width: 120px;
	width: 100%;
	height: 100%;
	display: block;
	float: right;
	border-radius: 6px;
	border-bottom: 0px solid #F63;
	-webkit-box-shadow: 5px 5px 18px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 5px 5px 18px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 5px 5px 18px 0px rgba(50, 50, 50, 0.75);
}

#blk-01 #video_area {
	margin-left: 0px;
	max-width: 368px;
	min-width: 100px;
	width: 100%;
	height: 202px;
	min-height: 56px;
	padding-top: 5px;
	border-radius: 6px;
	box-shadow: 0px 0px 1.5em #00008B;
	-webkit-box-shadow: 0px 0px 1.5em #00008B;
	-moz-box-shadow: 0px 0px 1.5em #00008B;
	background-color: #000;

}


/* DEFINIÇÃO DO SEGUNDO BLOCO ÁREAS 02 E 06*/


	
#parte2 #blk-02 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	background-color: transparent;
}

 /* FIM DA DEFINIÇÃO DO SEGUNDO BLOCO ÁREAS 02 E 06 */



/* Definição da Área 6 - lado direito */


#area6 {
	margin: 5px 0;
	width: 100%;
	height: auto;
	display: block;
	float:left;
	background-color: #F5F5DC;
	border-radius: 6px;
	border-top: 1px solid #F63;
	border-left: 1px solid #F63;
	border-right: 1px solid #F63;
	border-bottom: 1px solid #F63;
	-webkit-box-shadow: 5px 5px 18px 0px #323232bf;
	-moz-box-shadow: 5px 5px 18px 0px #323232bf;
	box-shadow: 5px 5px 18px 0px #323232bf;
	text-shadow: #ccc 0 1px 0, #c9c9c9 0 2px 0, #bbb 0 3px 0, #b9b9b9 0 4px 0, #aaa 0 5px 0,#0000001a 0 6px 1px, #0000001a 0 0 5px, #0000004d 0 1px 3px, #00000026 0 3px 5px, #00000033 0 5px 10px, #00000033 0 10px 10px, #0000001a 0 20px 20px;
}


#blk-02 #area6 .pos6e {
	margin-top: 3px;
	max-width: 85px;
	width: 100%;
	margin-left: 1%;
	margin-right: auto;	 
}

#blk-02 #area6 .pos6a {
	margin-top: -90px;
	max-width: 85px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: 1%;
	align-items: right;
}


#blk-02 #area6 .pos6b {
	margin-top: -50px;
	max-width: 120px;
	max-height: 157px;
	width: 100%;
	height: 100%;
	display: block;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	border: 6px solid #FFF;
	box-shadow: 0px 0px 3em #7A67EE;
    -webkit-box-shadow: 0px 0px 3em #7A67EE;
    -moz-box-shadow: 0px 0px 3em #7A67EE;
	background-size: contain;
	background-image: url(../imgs/tipo.png/diversas/SCM05.png);
	background-repeat: no-repeat;
}

#blk-02 #area6 h2 {
	margin-top:5px;
	width: 100%;
	max-width:823px;
	text-align: center;
	align-items: center;
	font-family: "MS Serif", "New York", serif;
	font-size: clamp(0.7em, 1.4em + 1vw, 1.8em);
	color: #F08080;
	}

#blk-02 #area6 h3 {
	margin-top: 5px;
	width: 100%;
	max-width: 840px;
	text-align: center;
	align-items: center;
	font-family: Forum;
	font-size: clamp(0.3em, 1em + 1vw, 1.2em);
	color: #8B4513;
	text-shadow: #2e2e2e 0 4px 5px;
}

#blk-02 #area6 #orac {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2px;
	padding-right: 2px;
	max-width: 740px;
	width: min(90%);
	display: block;
	align-items: center;
	text-align: justify;
	font-family: Forum;
	font-size: clamp(0.6em, 0.7em + 1vw, 1em);
	color: #000000;
	text-shadow: #2e2e2e 0 2px 3px;
}

#blk-02 #area6 .pos6c {
	margin-top: -5px;
	max-width: 60px;
	width: 100%;
	margin-left: 1%;
	margin-right: auto;		 
}

#blk-02 #area6 .pos6d {
	margin-top: -66px;
	width: 100%;
	max-width: 60px;
	display: block;
	margin-left: auto;
	margin-right: 1%;
	align-items: right;
}


/* Fim da Definição da Área 3 */


/*==========================v ÁREA 2 v=======================*/

/* INÍCIO da Definição da Área 2 */


#area2 {
	margin: 5px 0;
	width: 100%;
	height: 100%;
	display: block;
	float:left;
	background-color: #E0EEE0;
	border-radius: 6px;
	border-top: 1px solid #F63;
	border-left: 1px solid #F63;
	border-right: 1px solid #F63;
	border-bottom: 1px solid #F63;
	-webkit-box-shadow: 5px 5px 18px 0px #323232bf;
	-moz-box-shadow: 5px 5px 18px 0px #323232bf;
	box-shadow: 5px 5px 18px 0px #323232bf;
	text-shadow: #2e2e2e 0 4px 5px;
	
}

#blk-02 #area2 .pos2e {
	margin-top: 1px;
	max-width: 46px;
	width: 100%;
	margin-left: 0.5%;
	margin-right: auto;	 
}

#blk-02 #area2 .pos2b {
	margin-top: -61px;
	max-width: 46px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: 0.5%;
	align-items: right;
}

#blk-02 #area2 .pos2a {
	display: block;
	float: left;
	align-items: left;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 6px;
	margin-left: 1.5%;
	max-width: 160px;
	width: 100%;
	max-height: 264px;
	height: 100%;
	box-shadow: 5px 5px 10px #828282;
	-webkit-box-shadow: 5px 5px 10px #828282;
	-moz-box-shadow: 5px 5px 10px #828282;
	border: 6px solid #FFF;
	z-index: 100;
}

#blk-02 #area2 h2 {
	margin-top: -40px;
	max-width: 829px;
	width: 100%;
	text-align: center;
	font-family: "MS Serif", "New York", serif;
	font-size: clamp(0.2em, 1.2em + 1vw, 1.9rem);
	color: #F08080;	
}

#blk-02 #area2 #par3a {
	margin-top: 5px;
	margin-left: 6%;
	min-width: 280px;
	width: 100%;
	text-align: center;
	font-family: Cookie;
	font-size: clamp(0.1em, 0.5em + 1vw, 0.95em);
	color: #8B4513;
}

#blk-02 #area2 #par3 {
	margin-top: 20px;
	margin-left: 145px;
	margin-right: 36px;
	min-width: 280px;
	width: 100%;
	text-align: justify;
	font-family: Forum;
	font-size: clamp(0.35em, 1vw + 0.3em, 0.7em);
	color: #000000;
	display: block;
}

#blk-02 #area2 p {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: min(90%);
	padding-left: 2px;
	padding-right: 2px;
	max-width: 740px;
	min-width: 200px;
	display: block;
	align-items: center;
	text-align: justify;
	font-family: Forum;
	text-indent:  1.8em;
	font-size: clamp(0.5em, 0.5em + 1vw, 0.95em);
	color: #000000;
}

#blk-02 #area2 .pos2c {
	margin-top: -10px;
	margin-right: auto;
	margin-left: 1%;
	margin-bottom: 0;
	max-width: 50px;
	width: 100%;
}

#blk-02 #area2 .pos2d {
	margin-top: -60px;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: auto;
	max-width: 50px;
	width: 100%;
	display: block;
	align-items: right;
}

/* Fim da Definição da Área 2 */

/*=======================^ FIM ÁREA 2 ^======================*/

/* Início da definição da área rodapé */

footer {
	max-width: 834px;
	width: 100%;
	height: 40px;
	margin: 45px auto;
	display:flex;
	/*background-color: #FBDEA5;
	border-bottom: 1px solid #C60;
	border-left: 1px solid #C60;
	border-right: 1px solid #C60;
	border-top:  1px solid #C60;*/
}

footer p {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(0.5rem, 0.6vw, 0.7rem);
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 10px;
	text-shadow: #00000033 2px 6px 5px,#ffffff66 0 -4px 30px;
}
/* Fim da definição da área rodapé */
