@charset "utf-8";
/* CSS Document */

/*Cabesario*/

body{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'sans-serif', Arial;
	font-size: 16px;
	color: #ffffff;
	background-image: url("../imagens/bgdesert.png");
	background-color: #000;
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: auto;

}

/*----------------------------------  Cabeçario   ------------------------------------------------*/
#headerprimario{
	
	width: 100%; /*largura*/ 
	height: auto;
	border-bottom:  3px  solid #fff;
	background-color: rgba(0,0,255);
	position: fixed;
  	top: 0px;
	}
.headerSegundario{
	width: auto; /*largura*/ 
	height: auto;
	background-color: #fff;

}
/*---------------------------------- Pagina de Contatos ------------------------------------------------*/

.Pcontatos{
	width: 100%; /*largura*/
    height: 30%; /*altura*/
    text-align: right; /* Aliamento do texto Direita*/
	color: #fff;
	font-size:  20px;
	font-weight: bold;
	font-family: Candara;
	 }

#barraMenuPrimaria{
	width: auto; /*largura*/
    height: auto; /*altura*/ 
}
/* ------------------------------ Modulo do Menur ----------------------------------------------------*/
#barraMenuSegudaria{
	width:80%; 
	height:100%;
	margin-right: 4%; /*Margem Direita*/
	float:right;
	text-align: center;
}

nav{
	width: auto;/* comprimento*/
	height: 50%;/*altura*/
	padding: 5%;
	
	}

ul {
	margin:0;
	list-style: none;
	width:auto;
}

li{
	height:auto;
	padding-right: 1%;
	padding-left: 1%;
	float:left;
}
ul li {
	position: relative;
	}

li ul { /* Esse caminho do submenu*/
	position:absolute;
	left:20%;
	width:10%;
	display: none;
}

a:link { 
text-decoration:none;
color: #ffffff;
}

a:visited{
color:#fff;
text-decoration:none;
}

a:hover{
color:#900;
text-decoration:nome;
}

a:active{ 
color:#00F;
text-decoration:nome;
}

a img {
border-width:0;
}

/*---------------  Modulo logomarca  ---------------*/
.logomarca{
	width: 20%; /*largura*/
    height: 100%; /*altura*/
    text-align: center; /* Aliamento do texto */
    padding: 1%;
   
}

/* --------------------------------- FIM DO CABEÇARIO -------------------------------------------------------*/




/* -----------------------------Modulo de Rodaper----------------------------------------------------*/
footer {
	width: 92%;
	height: auto;
	padding: 4%;
	background-color: rgba(0,0,255);
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	position: absolute;
	border-top: 3px solid #ffffff;
	z-index: 1000;


}
#rodapedireita{
	width: 40%;
	height: auto;

}
#rodapecentro{
	width: 20%;
	height: auto;
	margin-left: 40%;
	float: left;
}
#rodapeesquerda{
	width: 40%;
	height: auto;
	margin-right: 0%;
	float: right;
	
}

/* ------------------------------------------- Quem somos ---------------------------------------------------- */
.sectionprincipal{
	width: auto;
	height: auto;
	margin-top: 10%;
	font-family:Arial, Helvetica, sans-serif;
}
#mod_h1{
	text-align: center;
	color: #000080; /*Cor Azul */
}
#mod_th{
	text-align-last: justify;
}

#produdoImg{
	max-width: 100%;
	height: auto;
	float: left;
	position: fixed;
	z-index:0;
}


#mod_produdo_texto{
	width: 50%;
	height: 100%;
	margin-left: 40%;
	text-align: justify;
}

