

* {
	margin: 0;
	padding: 0;
}

@font-face{
	font-family: 'MV Boli';
	src: url(../fontes/mvboli.woff) format('truetype');

}

body {

	width: 100%;
	min-width: 920px;

	
	/*background-color: #FAFAFA ;*/
	
}


#container {
	width: 100%;
	height: auto;
	/*margin: 0 auto;*/
	background-color:#FAFAFA;


}


.botao-menu input {
	display: none;
}

.botao-menu label {
	font-size: 3em;
	cursor: pointer;
	float: left;
	margin-top: 10px;
	padding: 10px;
	display: block;
	position: fixed;
	margin-left: 90%;
    z-index: 1;

}

.linha1 {
	width: 50px;
	height: 8px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 2px 2px 15px black;
	margin: 8px;
	transition: all .4s linear;
			
}

.linha2 {
	width: 50px;
	height: 8px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 2px 2px 15px black;
	margin: 8px;
	transition: all .4s linear;
}

.linha3 {
	width: 50px;
	height: 8px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 2px 2px 15px black;
	margin: 8px;
	transition: all .4s linear;

}

.bot {
	width: 36%;
	display: block;
	float: right;
	margin-top: 0;
	margin-left: 100%;
	padding: 10px;
	padding-right: 15px;
	text-align: center;
  	background-color: #CEECF5;
	color: #0A0A2A;
	height: auto;
	list-style: none;
	position: fixed;
	transition: .6s;
	border-radius: 15px;
	
}


.bot li {
	margin-top: 10px;
	font-family: "Comic Sans MS" ;

}

.botao-menu a {
	width: 100%;
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.6em;
    line-height: 1em;
}



.botao-menu a:hover {
	color: #0A0A2A;
	background: #E0F2F7 ;
}

.bt-menu:checked ~ label .linha1 {
		
	transform: translate(0px, 16px) rotate(45deg);
	box-shadow: none;
	transition: all .4s linear;
}

.bt-menu:checked ~ label .linha2 {
	position: relative;
	background: transparent;
	box-shadow: none;
	transition: all .4s linear;
}

.bt-menu:checked ~ label .linha3 {
		
	transform: translate(0px, -16px) rotate(-45deg);
	box-shadow: none;
	transition: all .4s linear;
}

.bt-menu:checked ~ .lista {
	margin-left: 0;
	transition: all .4s linear;
}


.bt-menu:checked ~ .bot {
	display: block;
	margin-left: 63%;
	transition: all .4s linear;
}

#menu {
	display: block;
	width: 100%;
}

.lista-menu {
	display: block;
	float: right;
}


/* Menu responsivo*/

@media(max-width: 900px) {

 body {
	zoom: 44%;
}

 .botao-menu label {
	font-size: 4em;
	cursor: pointer;
	/*float: left;*/
   margin-top: 10px;
	padding: 10px;
	color: #070B19;
	display: block;
	position: fixed;
	margin-left: 90%
    z-index: 1;

}


	.bot  {
	 font-size: 2em;
	 margin-top: -2%;	
	 margin-right: 0;
	 float: right;
	 width: 100%;
	 height: auto;
	 transition: .6s;
	 background-color: #CEECF5;
	 
}

.bt-menu:checked ~ .bot {
	margin-left: -20px;
	display: block;
	height: auto;
	transition: all .4s linear;
}


 .bot li {
   	margin-top: 20px;
   }

} 

  /*fim do menu responsivel*/

 h1{
 	margin-top: 20px;
	font-family: "MV Boli", Ravie, sans-serif ;
	text-align: center;
	color: #0040FF;
	font-size: 3em;
}

#fixed{
	position: fixed;
	margin-left: 5%;
	width: 20%;
	top: 5px;
	left: 10px;
	float: left;
}


#produtos {
	background-color: #FAFAFA;
}

#produtos ul {
	width: 100%;
	list-style: none;
	background-color: #81DAF5;

}

#produtos li{
	width: 45%;
	background-color: #E8D3B6;
	margin: 2%;
	float: left;
	border-radius: 10px;
	box-shadow: 0 0 1em #000;

}

#produtos img {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	height: 90%;
	

}

/* Janela modal */

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;

}

.modal:target {
	opacity: 1;
	pointer-events: auto;
}

.modal > div {

	width: 90%;
	height: 92%;
	position: relative;
	margin: 1% auto;
	padding: 15px 20px;
	background: #E8D3B6;
}

.fechar {
	text-decoration: none;
	position: absolute;
	width: 40px;
	right: -5px;
	top: -15px;
	text-align: center;
	line-height: 40px;
	margin-top: 5px;
	background: #ff4545;
	border-radius: 50%;
	font-size: 2em;
	color: #8d0000;
	font-weight: 800;
	z-index: 1;

}

.abrirModal {
	margin-top: 15px;
	width: 90%;
	height: 90%;
	text-align: center;
	border-radius: 30px;
}



.imagem {
	float: left;
	width: 49%;
	height: auto;
	
}


.descricao {
	float: right;
	width: 49%;
	height: auto;
}

.descricao p {
	font-size: 0.7em;
}

/*Tornar a lista de produtos e modal respomsivo*/

@media(max-width: 900px){

	.fechar {
	text-decoration: none;
	position: absolute;
	width: 40px;
	right: -10px;
	top: -10px;
	text-align: center;
	line-height: 40px;
	margin-top: 5px;
	background: #ff4545;
	border-radius: 50%;
	font-size: 2em;
	color: #8d0000;
	font-weight: 800;
	z-index: 1;

}


	#produtos li {
		width: 95%;
	}

	.imagem {
		margin-top: -10px;
		width: 100%;
		height: 35%;
		padding-bottom: 11%;
	

	}

	.imagem img {
		float: left;
		width: 95%;
		height: 100%;
	    margin-left:0;
	}

	.imagem p {
		float: right;
		margin-top: 5px;
		width: 85%;
		text-align: left;
		margin-left: 0;
		font-size: 1.5em;
		
	}

	.descricao {
		text-align: center;
		margin-left: 0;
	   	width: 100%;
	   	margin-top: 5px;


	}

	.descricao p {

		width: 100%;
		font-size: 1.5em;

	}

	 .descricao table {
	 	font-size: 1.6 em;

	}

	.descricao h4 {
		font-size: 2em;
	}


}



#empresa {
	width: 95%;
	font-size: 0.8em;
	clear: both;
	font-family: Arial;
	margin: 20px auto;
	text-align: center;
	background-color: #fafafa;
	

}

#empresa p {
	text-align: left;
}

/*contato */

#contato {
	text-align: left;
	background-color: #81DAF5;
	width: 100%;
	font-size: 1.3em;
	
}


#contato ul li{
	display: block;
	margin-left: 10%;
}

#contato img {
	width: 100%;
}



/*formulario */


#empresas {
	float: left;
margin-top: -9000px;
	
}

fieldset {
	margin: 1em 0;
	padding: 1.3em;
	border: none;
	
}

legend {
	font-weight: bold;
}

label {
	font-size: 1.5em;
	display: block;
	/*cursor: pointer;*/
	margin-left: 60px;
}

input {

	font-size: 1.3em;
	padding: 15px;
	width: 30em;
	margin-left: 60px;
	border: none;

}

textarea{
	width: 38em;
	font-size: 1.3em;
	height: 10em;
	margin-left: 60px;
}

#detalhe {
	background: #81DAF5;
	float: left;
	margin-top: 10%;
	width: 40%;
	margin-left: 10%;
	font-size: 1.4em;

}

.modal-contato {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;

}

.modal-contato:target {
	opacity: 1;
	pointer-events: auto;
}

.modal-contato > div {

	width: 60%;
	height: auto;
	position: relative;
	margin: 20% auto;
	padding: 60px 20px;
	background: #E8D3B6;
}

.fecharmodal {
	text-decoration: none;
	position: absolute;
	width: 40px;
	height: 40px;
	right: -5px;
	top: -15px;
	text-align: center;
	line-height: 40px;
	margin-top: 5px;
	background: #ff4545;
	border-radius: 50%;
	font-size: 1.8em;
	color: #8d0000;
	font-weight: 800;
	z-index: 1;

}

.abrirModal-contato {
	padding-top: 20%;
	/*margin-top: 20%;*/
	width: 60%;
	height: auto;
	text-align: center;
	border-radius: 30px;
}



@media(max-width: 900px){

	input {
	font-size: 1.3em;
	padding: 15px;
	width: 30em;
	margin-left: 10px;
	border: none;


}


textarea{
	width: 38em;
	font-size: 1.3em;
	height: 10em;
	margin-left: 10px;
}
	
}

#rodape {
	width: 100%;
	font-size: 1.6em;
	font-family: "MV Boli", Arial, sans-serif;
	clear: both;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background-color: #2E64FE;
}

#rodape a {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	padding: 10px;
} 

#detalhe {
	width: 85%;
}

#empresa p{
	font-size: 1.7em;
	margin-left: 20px;
	margin-right: 20px;
}


