@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 {
	font-size: 12px;
	background-color: #93bbd3;
	background-image: url(../imgs/tipo.png/cabec/bg_nuvem_2560.png);
	background-position: center center;
	background-attachment: fixed;
	opacity: 0.9;
	filter: alpha(opacity=90); /* Para versão do IE8 e mais novos */
}

/* Fim da Definição do fundo da página */

#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: clamp(0%, 0% + 30%, 50%);
	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 */


#content {
	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 */

/* CLASSES COMUNS*/

.break { clear:both; }

/* 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.15rem, 0.15rem + 1vw, 0.8rem);
	text-shadow: 0 -1px 3px #202020;
	width: 100%;
	max-width: 840px;
	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:block; 
	float:left; 
	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: 159px; 
	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.9vw;
}

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;
}

/* Fade in animation (Webkit only) */

/* Fim da faixa para menu novo */

/* Início da Definição da FAIXA DE COBRE dessa página */

#txt_faixa {
	position: absolute;
	padding-top: 3.5%;
    padding-left: 13.5%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: clamp(0.6rem, 0.6rem + 1vw, 1.9rem);
	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;
	display: block;
	clear: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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;

}

/* 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 DO SOMBREAMENTO DA FAIXA */


 /* Início da definição da parte 2 da página */

#parte2 {
	clear: both;
	height: Auto;
	width: 840px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Primeiro Caeçalho da Parte 2*/

#cabec_2 #Pri {

	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	overflow: hidden;
	max-width: 840px;
	width: 100%;
	font-family: Forum;
	font-size: clamp(0.8em, 1.6em + 1vw, 5.4em);
	font-weight: bold;
	color: rgb(3, 3, 3);
	text-align: center;
}

#cabec_3 #Seg {

	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	max-width: 440px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(0.25em, 0.4em + 1vw, 2.4em);
	font-weight: bold;
	padding: 3px;
	color: #FFF;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #000;
	background-color: #000;
	}
/* Fim da definição do Primeiro Cabeçalho da parte 2*/

/* DEFINIÇÃO DA ÁREA DE TEXTO PARA O COMENTÁRIOS */

/*==============================================================*/

#a_texto{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	max-width: 440px;
	width: 100%;
	height: Auto;
	font-family: Forum;
	text-shadow: #080808de 2px 3px 7px;
	border-radius: 4px;
	border: 3px solid #000;
	background-color: transparent;
}

#a_texto h2{
	font-size: clamp(0.6em, 1.6em + 1vw, 1.8em);
	text-align: center;
	font-weight: bold;
	color: #030303;
}

#a_texto p{
	font-size: clamp(0.8em, 0.7em + 1vw, 1.1em);
	text-align: justify;
	text-indent: 1.4em;
	color: #030303;
	padding: 2px 10px;
}

#a_texto h5{
	font-size: clamp(0.3em, 0.5em + 1vw, 0.9em);
	text-align: center;
	font-weight: bold;
	color: #030303;
}

/* FIM DA DEFINIÇÃO DA ÁREA DE TEXTO PARA O COMENTÁRIOS */

/*==============================================================*/

/* DEFINIÇÃO DA ÁREA DE VÍDEO*/

.video {
	display: flex;
	position: center;
	align-items: center;
	max-width: 440px;
	max-height: 247px;
	min-width: 310px;
	min-height: 174px;
	width: 100%;
	height: 100%;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


	/* FIM DA DEFINIÇÃO DA ÁREA DE VÍDEO*/

/* Inicio da definição de área do 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: #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é */

/* Fim da Definição da área geral da página */