@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

.center{
	max-width: 1280px;
	margin: auto;
	padding: 0 2%;
}

.clear{
	clear: both;
}

.active{
	color: #FF0000;
}

/*---------------- Nav / Desktop ---------------*/

.desk{
	width: 100%;
	height: 70px;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	z-index: 100;
}

.logo{
	min-width: 20%;
	height: 40px;
	background-image: url("../img/logo_letra_azul.svg");
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}

.menu{
	width: 74%;
	float: right;
	color: #444444;
}

.menu ul{
	padding-top: 10px;
	list-style: none;
	text-align: right;
}

.menu li{
	display: inline-block;
	padding-left: 3%;
	font-weight: 600;
	
}

.menu a{
	text-decoration: none;
}

/*---------------- Nav / Mobile ---------------*/

.mobile{
	width: 100%;
	height: auto;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	z-index: 100;
	display: none;
	color: #444444;
}
.mobile li{
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
	
}

.mobile a{
	text-decoration: none;
}

.logomob{
	width: 150px;
	height: 30px;
	background-image: url("../img/logo_letra_azul.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: calc(50% - 61px);
	cursor: pointer;

}

/*---------------- Jumbotron ---------------*/

header{
	width: 100%;
	height: 750px;
	background-image: url("../img/Banner1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30%;

}

.darkbox{
	max-width: 70%;
	max-height: 300px;
	padding: 30px;
	background-color: rgba(0,0,0,0.73);
	margin: auto;
	color: #DDDDDD;
	text-align: center;	
}

/*---------------- Goods ---------------*/

.goods{
	background-color: #ccc;
	padding: 8% 0;
	color: #444;
}

.goods .center{
	display: flex;
	flex-wrap: wrap;
}

.goodbox{
	width: 23%;
	min-width: 150px;
	background-color: #DDD;
	padding: 3%;
	text-align: center;
	margin: 0 auto;
}

.goodbox i{
	font-size: 30px;
}

.goodbox h2{
	font-size: 15px;
	padding: 5% 0;
}

.goodbox p{
	font-size: 13px;
}

/*---------------- Produtos ---------------*/

.produtos{
	width: 100%;
	background-color: #272B45;
	padding: 8% 0%;
	color: #DDD;
	text-align: center;
}

.produtos h1{
	font-size: 40px;
}

.produtos h3{
	font-size: 20px;
	padding: 5px 8%;
}

.produtos i{
	padding: 10% 0 0;
	font-size: 50px;
}

/*---------------- Interrodutos ---------------*/

.interprodutos{
	width: 100%;
	background-color: #ddd;
	padding: 10% 0%;
	color: #272B45;
	text-align: center;
}

.interprodutos i{
	
	font-size: 80px;
}

/*---------------- Adesivos ---------------*/

.adesivos{
	width: 100%;
	height: 600px;
	background-image: url("../img/AdesivosBg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #DDD;
	text-align: center;
	position: relative;
}

.filter{
	width: 100%;
	height: 600px;
	background-color: rgba(39,43,69,0.65);
	position: absolute;
	top: 0;
}

.adesivos h1, .lonas h1, .papel h1, .placas h1{
	font-size: 50px;
	color: #DDDDDD;
	padding: 10% 0 20px;
	
}

.adesivos h3, .lonas h3, .papel h3, .placas h3{
	font-size: 20px;
	padding: 5px 8%;
}

.cta{
	width: 25%;
	margin: 10% auto;
	padding: 1% 0;
	border: 1px solid #DDD;
	cursor: pointer;
}

/*---------------- Lonas ---------------*/

.lonas{
	width: 100%;
	height: 600px;
	background-image: url("../img/LonasBg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px -95px;
	color: #DDD;
	text-align: center;
	position: relative;
}

/*---------------- Papéis ---------------*/

.papel{
	width: 100%;
	height: 600px;
	background-image: url("../img/PapelBg.png");
	background-size: cover;
	background-repeat: no-repeat;
	color: #DDD;
	text-align: center;
	position: relative;
}

/*---------------- Placas ---------------*/

.placas{
	width: 100%;
	height: 600px;
	background-image: url("../img/PlacasBg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #DDD;
	text-align: center;
	position: relative;
}

/*---------------- Footer ---------------*/

.rodape{
	padding: 60px 30px;
	background-color: #333333;
	
}

.rodape p{
	text-align: center;
	color: #DDDDDD;
	font-size: 12px;
	padding-top: 30px;
}

.rodapebox{
	width: 98%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.linksmenu{
	width: 15%;
	min-width: 100px;
	margin: auto;

}

.linksmenu ul, .redessociais ul{
	list-style: none;
}

.linksmenu li, .redessociais li{
	padding: 8px 0;
}

.linksmenu a, .redessociais a, .redessociais li{
	text-decoration: none;
	color: #ddd;
	font-size: 12px;
}

.redessociais{
	width: 25%;
	min-width: 190px;
	text-align: left;
	margin: auto;
}

.redessociais i{
	font-size: 15px;
	padding-right: 5px;
}

.fa-mobile-alt{
	padding-left: 2px;
}

.local{
	width: 60%;
	margin: auto;
}
.local iframe{
	width: 100%;

}

.local p{
	padding: 5px 0;
}

.copyright{
	background-color: #222222;
	padding: 20px 0;
	text-align: center;
	color: #555555;
}

/*---------------- RESPONSIVIDADE ---------------*/


@media screen and (max-width:700px){
	
	.desk{
		display: none;
	}
	
	.mobile{
		display: block;
	}
	
	header{
	width: 100%;
	height: 450px;
	padding-top: 250px;

	}
	
	.darkbox{
	max-width: 90%;
	max-height: 300px;
	
	}
	
	.goodbox{
	width: 43%;
	min-width: 150px;
	min-height: 160px;
	margin: 10px auto;
	}
	
	.linksmenu{
		width: 50%;
		text-align: center;
	}
	
	.redessociais{
		width: 50%;
		text-align: center;
	}
	
	.local{
		margin-top: 20px;
		width: 100%;
	}
	
}

@media screen and (max-width:450px){
	
	.desk{
		display: none;
	}
	
	.mobile{
		display: block;
	}
	
	header{
	width: 100%;
	height: 450px;
	padding-top: 30%;

}
	
	.darkbox{
	max-width: 95%;
	max-height: 350px;
		
}
	
	.goodbox{
	width: 90%;
	min-width: 150px;
	min-height: 160px;
	margin: 10px auto;

}
	.adesivos, .lonas, .papel, .placas, .filter{
		height: 500px;
	}
	
	.interprodutos{
		padding: 15% 0%;
	}
	
	.linksmenu{
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}
	
	.redessociais{
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}
	
	.local{
		width: 100%;
	}
	
}






