@import url("https://use.typekit.net/puf1pux.css");

body{
	font-family: forma-djr-display, sans-serif;
	overflow-x: hidden;
	color: #FFF;
}

.relative {
	position: relative;
}

.text-center {
	text-align: center;
}

.bg-image img {
	width: 100%;
	height: auto;
}

#intro {
	background: url('../img/bg_section01.png');
	background-size: cover;
}

header {
	padding: 50px 0px;
}

header h2 {
	font-weight: bold;
	letter-spacing: 1px;
}

.infos {
	font-size: 1.4em;
	letter-spacing: 1px;
}

.infos h3 {
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 70px;
	font-size: 1.5em;
}

#controle {
	background: url('../img/cafeteira_02.png') #706a6a no-repeat;
	background-position: center left;
	padding: 100px 0px;
}

#controle h3 {
	padding:30px 0px 30px 0px;
}

#refrigeracao {
	padding-top: 50px;
	background: #222222;
}

#refrigeracao .infos {
	padding-bottom: 50px;
}

#capacidade {
	background: url('../img/cafeteira_03.png') #291011 no-repeat;
	background-position: center right;
	padding: 100px 0px;
}

footer {
	background:#222222;
	width: 100%;
	padding: 0px 70px;
	padding: 10px 70px;
	position: relative;
	z-index: 5;
}

.text-footer {
	font-size:10px;
}


/*------------------------------------------------------------------
---------------------------- RESPONSIVO ----------------------------
--------------------------------------------------------------------*/

@media (max-width: 1200px) {
	#capacidade {
		background-position-x: 365px;
	}

	#controle {
		background-position-x: -135px;
	}
}


@media (max-width: 1100px) {
	#capacidade {
		background-position-x: 290px;
	}

	#controle {
		background-position-x: -165px;
	}
}


@media (max-width: 800px) {
	#capacidade {
		background-position-x: 265px;
    	background-size: 95%;
	}

	#controle {
		background-position-x: -140px;
    	background-size: 85%;
	}
}


@media (max-width: 768px) {

	header h2 {
		margin-top: 15px;
	}

	.infos {
		font-size: 1.2em;
	}

	.infos h3 {
		padding-bottom: 30px;
		font-size: 1.2em;
	}

	.p-xs-0 {
		padding: 0px;
	}

}


@media (max-width: 600px) {

	.infos {
		font-size: 1em;
	}

	#capacidade {
		background-size: 140%;
		padding: 20px 0px 300px 0px;
		background-position: bottom center;
		background-position-y: 225px;
	}

	#controle {
	    background-size: 100%;
	    padding: 20px 15px 200px 15px;
	    background-position: bottom center;
	    background-position-y: 215px;
	}

	#controle h3 {
		padding-top: 0px;
	}

	#refrigeracao {
	    padding-top: 30px;
	    font-size: 0.9em;
	}
	
}