*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
}

.overlay-loading{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1051;
	background: rgba(0,0,0,0.4);
}

.overlay-loading img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


html,body{
	height: 100%;
}

header{
	width: 100%;
	height: 40vh;
	background-image: url('../img/capa.jpg');
	background-size: cover;
	background-position: center;
	font-weight: bold;
	position: relative;
}

header .filtro {
	width: 100%;
	height: 100%;
	opacity: 50%;
	background: black;
	position: absolute;
}

header .titulo {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 2px 2px 4px #000000;
}

header .titulo h1,
header .titulo p{
	font-weight: 500;
	color: white;
	text-align: center;
}

header .titulo h1 {font-size: 5rem;}
header .titulo p {font-size: 4rem;}

.carousel .carousel-item {
	background-position: center;
	height: 45vh;
}

.carousel .carousel-caption h2,
.carousel .carousel-caption p {
	text-shadow: 2px 2px 4px #000000;
}

.info h2 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
}

.info h3 {
	margin: 1rem 0;
}

.info p {
	text-align: justify;
	font-weight: 500;
	line-height: 25px;
	display: inline-block;
}

.produtos h2 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 2.5rem;
}

.contato{
	background-color: #E1E1E1;
	padding: 3rem 0;
}

.contato .container {
	max-width: 800px;
}

.contato h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	text-align: center;
	color: #888;
}

footer{
	width: 100%;
	background: #3C3D41;
	color: white;
}

footer .direitos {
	padding: 0.5rem;
	background: #343A40;
}

footer h3 {
	font-size: 1.5rem;
}

footer img, footer i, footer span {
	vertical-align: middle;
}

footer i {
	font-size: 20px;
}

footer p {
	margin: 0.25rem;
}

@media screen and (max-width: 496px) {
	header .titulo h1{
		font-size: 3rem;
	}

	header .titulo p {
		font-size: 2rem;
	}
}