@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: 12px;
}

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 fundo da página */

body {
	height: 100%;
	font-size: 12px;
}

/* Definição do fundo da página */

/* Inicio da definição Geral */


/* Fim da Definição do fundo da página */


body {
	background-color: #93bbd3;
	background-image: url(../imgs/tipo.png/cabec/bg_marmore_2560.png);
	background-position: center center;
	background-attachment: fixed;
	opacity: 1;
	filter: alpha(opacity=90); /* Para versão do IE8 e mais novos */
}

	/* Definição do Cabeçalho */

#cabec1 {
	max-width: 840px;
	min-width: 310px;
	max-height: 380px;
	min-height: 126px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	-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;
	width: 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);
}

#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;
}

/* Faixa para menu novo */


#conteudo {
	max-width: 840px;
	width: 100%;
	height: auto;
	display: block;
	clear: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* MENU DE NAVEGAÇÃO - ESTILO NOVO */

/* CONTEÚDO DO MENU */

ul {
	margin-top: 30px;
	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.1rem, 0.1rem + 1vw, 0.8rem);
	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;
    -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;
    -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;
	letter-spacing: -0.6px;
	-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: 0;
	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.1rem, 0.3rem + 1vw, 0.6rem);
	text-shadow: #000000ce 0 4px 5px;

}

/* Início da Definição da FAIXA DE COBRE dessa página */

#txt_faixa {
	position: absolute;
	padding-top: 0.5%;
    padding-left: 4.5%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: clamp(0.6rem, 0.6rem + 1vw, 1.6rem);
	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;
	clear: none;
	margin-top: 10px;
	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 #000000c2;
	   -moz-box-shadow: 0.1vw 1.5vw 0.8vw #000000c2;
	        box-shadow: 0.1vw 1.5vw 0.8vw #000000c2;
	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 DO SOMBREAMENTO DA FAIXA */
 
/*=====================================================================*/

/*========================================================================*/
/*********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;
	overflow: hidden;
	margin-top: 30px;
	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 .pos1 {
	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%;
	height: 140px;
	margin-left: 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/sgf_100.png);
	background-repeat: no-repeat;
}


#blk-01 #area1 h2 {
	margin-top: -10px;
	font-family: Cookie;
	font-size: clamp(2rem, 5vw + 0.1rem, 3rem);
	font-style: italic;
	width: 100%;
	text-align: center;
	color: #EEB422;
	}

#blk-01 #area1 p {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 740px;
	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;
	}
	
#blk-01 #area1 .pos1c {
	margin-bottom: 2PX;
	margin-top: 10px;
	max-width: 50px;
	width: 100%;
	margin-left: 1%;
	margin-right: auto;		 
}

#blk-01 #area1 .pos1d {
	margin-bottom: 20PX;
	margin-top: -60px;
	max-width: 50px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: 1%;
	align-items: right;

}

#blk-01 #area1 #t_extra3 {
	font-family: Forum;
	font-size:clamp(1rem, 1vw + 0.3rem, 5.3rem);
	text-align: center;
	margin-top: -55px;
	margin-bottom: 20px;
	width: 100%;
	color: #EE7600;
	text-shadow: #474747 3px 3px 7px;
}

	
/* Fim da Definição da Área 1 */


/* Definição da Área 3 - bloco 01 */


#area3 {
	margin-top: 15px;
	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: forum, Arial, sans-serif;
	font-size: clamp(0.3rem, 1.1rem + 1vw, 1.5rem);
	text-align: center;
	color: #1f164e;
}


#blk-01 #area3 h3 {
	font-family: forum, Arial, sans-serif;
	font-size: clamp(0.3rem, 1.1rem + 1vw, 1.3rem);
	font-style: italic;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 10px;
	text-align: center;
	color: #1f164e;
}

#blk-01 #area3 .txt_a {
	font-family: Cookie;
	font-size: clamp(0.2rem, 0.7rem + 1vw, 1.4rem);
	color: #1f164e;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 10px;
	text-align: center;
	text-shadow: #2e2e2e 0 1px 2px;
}

#blk-01 #area3 #prg_1 {
	font-family: Cookie;
	font-size: clamp(1rem, 1vw + 0.1rem, 1.5rem);
	color: #1f164e;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 10px;
	text-align: justify;
}

#blk-01 #area3 #prg_2 {
	font-family: Cookie;
	font-size: clamp(0.2rem, 0.6rem + 1vw, 1.2rem);
	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: -23%;
	z-index: 100;
	margin-left: 79%;
}

#area4 {
	margin-top: 15px;
	margin-bottom: 3px;
	max-width: 374px;
	min-width: 120px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#blk-01 #video_area {
	max-width: 411px;
	max-height: 380px;
	width: 100%;
	height: 100%;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	display: block;
	align-items: center;
}


/* DEFINIÇÃO DAS ÁREAS 4 E 6- BLOCO 02*/


	
#parte2 #blk-02 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	background-color: transparent;
	}
	


/* Definição da Área 4 - lado direito*/



/* 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;
	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 .pos6 {
	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/são_paulo_120.png);
	background-repeat: no-repeat;
}

#blk-02 #area6 h2 {
	margin-top:15px;
	width: 100%;
	max-width:823px;
	text-align: center;
	align-items: center;
	font-family: "MS Serif", "New York", serif;
	font-size: clamp(0.3rem, 1.4rem + 1vw, 1.8rem);
	color: #3f5b68;
	
	
	}

#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.3rem, 1rem + 1vw, 1.2rem);
	color: #3f5b68;
	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.5rem, 0.5rem + 1vw, 1rem);
	color: #000000;
	text-shadow: #2e2e2e 0 2px 3px;
}

#blk-02 #area6 .pos6c {
	margin-top: 5px;
	margin-bottom: -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-bottom: 30px;
	margin-left: auto;
	margin-right: 1%;
	align-items: right;
}

#blk-02 #area6 #t_extra2 {
	font-family: Forum;
	font-size: clamp(1rem, 0.3rem + 1vw, 5.3rem);
	text-align: center;
	margin-top: -55px;
	margin-bottom: 10px;
	width: 100%;
	color: #EE7600;
	text-shadow: #474747 3px 3px 7px;
	}


/* Fim da Definição da Área 3 */


/* 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;
	text-shadow: #2e2e2e 0 4px 5px;
	
}

#blk-02 #area2 .pos2 {
	margin-top: 1px;
	max-width: 80px;
	min-width: 46px;
	width: 100%;
	margin-left: 0.5%;
	margin-right: auto;		 
}

#blk-02 #area2 .pos2b {
	margin-top: -110px;
	max-width: 80px;
	min-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: 50px;
	margin-right:10px;
	margin-bottom: 6px;
	margin-left: 1.5%;
	max-width: 160px;
	width: 100%;
	max-height: 234px;
	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:-85px;
	max-width: 829px;
	width: 100%;
	text-align: center;
	font-family: "MS Serif", "New York", serif;
	font-size: clamp(0.3rem, 1.4rem + 1vw, 1.9rem);
	color: #3f5b68;
}

#blk-02 #area2 #par3a {
	margin-top: 5px;
	margin-left: 2%;
	margin-bottom: 20px;
	max-width: 740px;
	min-width: 280px;
	width: 100%;
	text-align: center;
	font-family: Cookie;
	font-size: clamp(0.4rem, 0.4rem + 1vw, 1.2rem);;
	color: #8B4513;
}

#blk-02 #area2 #par3 {
	margin-top: 20px;
	margin-left: 26%;
	margin-right: 36px;
	min-width: 280px;
	width: 100%;
	text-align: justify;
	font-family: Forum;
	font-size: clamp(0.6rem, 0.6rem + 1vw, 3rem);
	color: #000000;
	display: block;
}

#blk-02 #area2 p {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: min(90%);
	padding-left: 2px;
	padding-right: 2px;
	max-width: 500px;
	min-width: 280px;
	display: block;
	align-items: center;
	text-align: center;
	font-family: Forum;
	font-size: clamp(0.5rem, 0.5rem + 1vw, 0.95rem);
	color: #000000;
}

#blk-02 #area2 .pos2c {
	margin-top: 10px;
	margin-right: auto;
	margin-left: 1%;
	margin-bottom: -10px;
	max-width: 50px;
	width: 100%;	 
}

#blk-02 #area2 .pos2d {
	margin-top: -60px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: auto;
	max-width: 50px;
	width: 100%;
	display: block;
	align-items: right;
}

#blk-02 #area2 #t_extra1 {
		font-family: Forum;
		font-size: clamp(1rem, 1vw + 0.3rem, 5.3rem);
		text-align: center;
		margin-top: -55px;
		margin-bottom: 20px;
		width: 100%;
		color: #EE7600;
		text-shadow: #474747 3px 3px 7px;
		}

/* Fim da Definição da Área 2 */

/*=====================================================================*/

/*=====================================================================*/

/* Início da definição da área rodapé */

footer {
	max-width: 834px;
	width: 100%;
	height: 40px;
	margin: 45px auto;
	display:flex;
}

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: #000000;
	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é */

/*=====================================================================*/
