/*
    Website - 
	04/2024
*/

html,body {margin:0;padding:0;height:100%;}

body {
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:1em;
	
	background-color: #fff;
	color:#1A1B16;
}

.master{
	min-height:100%;
	/*
	background-image:url(../images/fundo_pedra.jpg); 
	background-size: cover;
	background-position: left 160px;
	*/
	background-color: #EEB782;
	background-color: #B4332D;
}

.clear{clear:both;}
.left50{width:48%;float:left;}
.right50{width:48%;float:right;}

.left50, .right50{}
.left50 a, .right50 a{font-weight: bold;margin:10px 0;display:inline-block;text-decoration:none;}
.left50 a:hover, .right50 a:hover{text-decoration:underline;}

.areasite{
	margin:0px auto;
	padding:0;
	width:960px;
	
	/*border:1px solid red;*/
}

.conteudo{
	position:relative;
	display:block;
	text-align:center;
	
	padding-top:50px;
	padding-bottom:25px;
	
	/*border:1px solid lime;*/
}
.conteudo img{max-width:100%;}


h2{font-size:1.2em;font-weight: bold;}
p{font-weight: bold;}
a {color:#1A1B16;text-decoration:underline;}
a:hover {color:#1A1B16;text-decoration:none;}

.linha_logo{
	/*height:170px;*/background:#fff;text-align:center;border-bottom:8px solid #1A1B16;
}
.logotipo{
	margin:40px auto;max-width:100%;max-height:150px;
}

.caixa{
	/*border:1px solid #fff;
	padding:15px;*/
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
}
.caixa .info{
	background: rgba(255,255,255,0.7);
	padding:15px;
	font-size:1.1em;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.caixa .info.big{font-size:2.6em;/*font-style:italic;*/font-weight: bold;}
.caixa .info.big .nota{font-size:0.5em;font-weight: 400;}
.caixa .info span{font-weight: bold;}

/*========================================================================*/
/*@media only screen and (max-width: 479px), only screen and (max-device-width: 479px)*/
/*@media only screen and (max-width: 767px), only screen and (max-device-width: 767px)*/
/*@media only screen and (max-width: 949px), only screen and (max-device-width: 949px)*/
/*@media only screen and (max-width: 949px)*/
@media only screen and (max-width: 959px)
{
	body{
		/*background:lime;*/
	}
	
	.areasite{
		width:90%;
		/*border:1px solid blue;*/
	}
	
	.logotipo{
		/*border:1px solid red;*/
		max-width:95%;
	}
}


/*========================================================================*/

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/*@media only screen and (min-width: 479px) and (max-width: 767px) {*/
/*@media only screen and (min-width: 479px) and (max-width: 949px) {*/
@media only screen and (min-width: 479px) and (max-width: 959px) {

	body{
		/*background:red;*/
	}
	
	.areasite{
		/*border:1px solid lime;*/
	}
	
}

/*========================================================================*/
@media only screen and (max-width: 478px) {

	.left50{width:100%;float:none;margin:10px 0;}
	.right50{width:100%;float:none;border-top:1px solid #ccc;margin:10px 0;padding-top:10px;}
	
	.caixa{width:90%;}
	
}