﻿@charset "UTF-8";

@font-face{
	font-family:'FonteMenu';
	src: url("../_fonts/modeka.otf");
}
	
*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
}
h1{
	font-family:Helvetica;
}
/*menu */

nav{
	position:fixed;
	z-index:10;
	height:65px;
	width:100%;
	background-color:#ffffff;
	box-shadow: 1px 1px 2px rgba(10, 101, 124, 0.3);
}

div#menu ul{
	list-style:none; 
	position:absolute;
	top:50%;
	left:20%;
	display:block-inline;
	width:100%;
	
}
div#menu ul li{
	width:10%;
	position:relative;
	display:inline;
	padding:5px;
	margin-left:5%;
	font-weight: bold;
}

.primario a {
	text-decoration:none;
	text-align:center;
	font-size:15pt;
	color:#888888;
	font-family:Helvetica, sans-serif;
}
div#menu img#home{
	margin-left:5%;
	width:250px;
	margin-top:10px;
	border-right:3px solid rgba(10, 101, 124, 0.8);
	overflow:hidden;
}

/* paineis do menu*/
.hoverObjeto{
	width:100%;
	position:fixed;
	height:50%;
	top:90px;
	overflow:hidden;
	display:none;
	left:0px;
	background: linear-gradient(to right, rgba(255,255,255,0.9) , rgba(230,230,255,0.5));
	font-family:Helvetica, sans-serif;
	z-index:9999;
	
}
.hoverObjeto h1{
	position:absolute;
	left:2%;
	font-weight: bold;
	top:5%;
	text-indent: 50px;
	width:90%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	color:#888888;
}
.hoverObjeto h2{
	position:absolute;
	font-size:12pt;
	color:rgba(150,150,150,0.9);
	left:2%;
	font-weight: bold;
	top:15%;
}
.lista{
	left:2%;
	position:absolute;
	top:25%;
	display:block;
	width:30%;
	
}
.lista a {
	color:#888888;
	display:list-item;
	margin-bottom:10px;
	font-family:Helvetica;
	text-align:left;
	font-size:12pt;
	transition:color 0.7s;
}
.lista a:hover {
	color:rgba(10, 101, 124, 0.8);
}

div#idioma{
	position:absolute;
	display:inline;
	right:10px;
}

/* slides */
figure#slide{
	position:relative;
	width:100%;
	height:90%;
	margin-top:0px;
	overflow:hidden;
}
figure#slide img{
	position:absolute;
	width:100%;
	margin:0px;
	overflow:hidden;
	display:none;
}
figure#slide p  {
	z-index:2;
	position:absolute;
	bottom:0px;
	text-align:center;
	font-size:25pt;
	font-family:Roboto,sans-serif;
	color:#FFFFFF;
	box-shadow: 5px 5px 20px rgba(120, 120, 180, 0.5);
	padding:10px;
	background-color:rgba(1, 11, 30, 0.3);
	border-radius: 0px 5px 5px 0px;
	right:0px;
}
figure#slide .arrows{
	width:64px;
	height:64px;
	background-color:rgba(0,0,0,0);
	border-radius:5px;
	position:absolute;
	z-index:5;
	transition: background-color 1s;
}
figure#slide .arrows:hover{
	background-color:rgba(0,0,0,0.4);
}
#next{
	top:50%;
	right:2%;
}
#prior{
	top:50%;
	left:2%;
}
.slideSeta{
	width:100%;
	height:100%;
	position:absolute;
	background-size:100%;
}
#setaNext{
	background: url("../_imgs/next.png");
}
#setaPrev{
	background: url("../_imgs/prev.png");
}



/*letreiro */
marquee#letreiro{
	z-index:10;
	background-color:#888888;
	height:30px;
	margin:0px;
	position:fixed;
}
.faixa{
	margin-top:10px;
	color:#ffffff;
	font-family:Helvetica, sans-serif;
	font-weight: bold;
}



/*conteudo*/
div#interface{
	position:absolute;
	display:block;
	width:100%;	
	height:100%;
	top:65px;
}
.conteudo{
	position:relative;
	width:100%;
	height:120%;
	background:linear-gradient(to bottom, #cccccc , #ffffff);
	overflow:hidden;
	
	
}
.conteudo2{
	background: linear-gradient(to top, #cccccc , #ffffff);
	position:relative;
	width:100%;
	height:120%;
	overflow:hidden;

}
.conteudo p{
	left:60%;
	top:40%;
}
.conteudo img{
	left:15%;
	top:30%;
}
.conteudo2 p{
	left:15%;
	top:40%;
}
.conteudo2 img{
	left:60%;
	top:30%;
}

.conteudo h1{
	color:black;
	left:60%;
	padding-bottom:10px;
	border-bottom: 2px solid #000000;
}

.conteudo2 h1{
	color:black;
	left:15%;
	padding-bottom:10px;
	border-bottom: 2px solid #000000;
}

.paragrafo{
	text-align:justify;
	width:35%;
	position:absolute;
	font-family:Helvetica;
	color:rgba(50,50,50,0.8);
	font-size:13pt;
}
.paragrafo1{
	text-align:justify;
	width:35%;
	position:relative;
	font-family:Helvetica;
	color:rgba(50,50,50,0.8);
	font-size:13pt;
}

.conteudo p1{
	left:50%;
	top:40%;
}
.conteudo p2{
	left:50%;
	top:60%;
}
.conteudo p3{
	left:50%;
	top:80%;
}


.icone{
	width:500px;
	position:absolute;
}
.titulo{
	color:rgba(10, 101, 124, 0.8);
	font-size:25pt;
	font-family:Roboto,sans-serif;
	position:absolute;
	top:20%;
}


/*index*/
.mercadoria{
	width:33%;
	margin-top:15%;
	height:100%;
	position:relative;
	float:left;
	overflow:hidden;
}
.mercadoria h1{
	font-family:Roboto;
}

#HomeMercadorias{
	text-align:center;
	overflow:hidden;
	width:100%;
	position:relative;
	display:inline-block;
	height:500px;
	color:#888888;
}
.mercadoria2{
	width:33%;
	margin-top:15%;
	height:100%;
	position:relative;
	float:left;
	overflow:hidden;
}
.mercadoria2 h2{
	
	color:black;
	left:60%;
	padding-bottom:10px;
	<!--border-bottom: 2px solid #000000;-->
}
div#HomeMercadorias h1#titulo{
	top:15%;
	position:absolute;
	width:100%;
	font-family:Roboto;
}


/*{seção de resumos*/
.resumo{
	width:100%;	 
	height: 80%;
	color:#FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	overflow:hidden;
}
.resumo p {
	font-size:13pt;
	margin-top:10%;
	text-align:justify;
	width:30%;
	font-family:modeka,sans-serif;
	right:10%;
	position:absolute;
}
.resumo h1{
	font-size:25pt;
	right:0%;
	margin-top:5%;
	width:50%;
	font-family:modeka,sans-serif;
	position:absolute;
	text-align:center;	
}
.resumo img{
	position:absolute;
	width:30%;
	left:10%;
	margin-top:10%;
	
}
.resumo .resumo-botao{
	width:100px;
	height:100px;
	border-radius:50px;
	background:rgba(0,0,0,0.8);
	border: 2px solid white;
	position:absolute;
	right:20%;
	margin-top:32%;
	transition:margin-top 1s;
}
.resumo .resumo-botao:hover{
	margin-top:21%;
}
.resumo .resumo-botao .background{
	background: url("../_imgs/produtos_bco.png") no-repeat center;
	width:100px;
	height:100px;
}


div#ProdutosResumo{
	background: url("../_imgs/slides/fundoo.jpg") no-repeat center;
	background-size: 100%;	
}


div#ServicosResumo{
	background: url("../_imgs/resumoServico.jpg") no-repeat center;
	background-size: 100%;	
}
div#EmpresaResumo{
	background: url("../_imgs/resumoEmpresa.jpg") no-repeat center;
	background-size: 100%;
    transition	: 1s opacity;
}
#bgvid{
    width: 100%;
    height: auto;
}
/*seção de resumos}*/
/*index*/


/* seta{ */
img#seta{
	position:fixed;
	display:none;
	z-index:15;
	float:right;
	top:90%;
	left:95%;
	padding:10px;
	border-radius:32px;
	background-color:white;
}

/* seta} */

#Rodape-links{
	position:relative;
	width:100%;
	height:30%;
}
.colunas{
	height:100%;
	float:left;
	margin-left:10%;
	display:table;
	position:relative;
	margin-top:1%;
}
.colunas ul{
	list-style:none; 
}
.colunas ul li{
	margin-top:10px;
}
.colunas ul li a{
	text-decoration:none;
	font-family:Roboto;
	color:#888888;
	transition: color 0.5s;
	transition: font-size 0.5s;
}
.colunas ul li a:hover{
	color:rgba(10, 101, 124, 0.8);
	font-size:15pt;
}

#Rodape{
	position:relative;
	width:100%;
	height:20%;
	background-color:#888888;
	overflow:hidden;
}
#Rodape img{
	position:relative;
	left:5%;
	width:10%;
	margin:1%;
	float:left;
}
#Rodape p{
	float:left;
	margin-left:10%;
	width:70%;
	text-align:center;
	margin-top:1%;
	color:white;
	font-size:13pt;
}

/*contat*/
div#BackContato{
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	z-index:99999999;
}
div#corpoContato{
	width:50%;
	height:80%;
	border-radius:20px;
	background-color:white;
	margin: 5% auto auto auto;
	text-align:center;
	font-family:Roboto,sans-serif;
	font-size:15pt;
}
div#corpoContato img{
	left:10%;
	width:15%;
}
div#corpoContato .Entrada{
	width:60%;
	border: 0px solid black;
	border-bottom: 2px solid rgba(10, 101, 124, 1);
	font-size:12pt;
	margin-left:5%;
	text-align:center;
}
input:focus{outline:none;}
#FecharContato{
	font-size:10pt;
	color:black;
	position:fixed;
	top:12%;
	right:26%;
	transition:color 0.5s;
}
#FecharContato:hover{
	color:red;
}
.ConjuntoComp{
	margin-top:3%;
}
.ConjuntoMsg{
	margin-top:5%;
	margin-bottom:3%;
}

#msg{
	width:60%;
	height:200px;
	border:2px solid rgba(10, 101, 124, 1);
	font-size:12pt;
	text-align:left;
}
#enviar{
	color:white;
	bottom:0px;
	float:center;
	top:5%;
	padding:2%;
	width:20%;
	margin:0px auto 0px auto;
	border-radius:5px;
	background-color: rgba(10, 101, 124, 1);
	border:0pz solid black;
}
#corpo{
}
.item{
	width:100%;
	height:730px;
}

.fundoHover{
	width:100%;
	height:114%;
	overflow:hidden;
	position:absolute;
}
#fundo-Preto{
	width:100%;
	height:100%;
	position:absolute;
	background-color: rgba(0,0,0,0.8);
	transition: background-color 0.8s;
}
#fundo-Preto:hover{
	background-color: rgba(0,0,0,0);
}

#galatico{
	width:100%;
	height:100%;
}

	



	