@import url("https://use.typekit.net/puf1pux.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import url('../fonts/stylesheet.css');

body{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	color: #000;
}

.relative {
	position: relative;
}

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

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

header {
	padding: 20px 0px;
	background: #000;
}

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

.infos {
	font-size: 1em;
	line-height: 1.8em;
}

.infos h3 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 15px;
}

.infos-intro {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 0.4em;
}

.tecnologia {
	background: rgba(108,200,206,0.9);
	clip-path: polygon(0% 0, 100% 0, 80% 100%, 0% 100%);
    padding: 2% 0% 2% 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1.2em;
	width: 35%;
	margin-top: 5%;
}

.visual {
	background: rgba(108,200,206,0.9);
    padding: 2% 0% 2% 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-top: 10px;
	width: 42%;
}

.icones-intro {
	padding-left:2%;
	margin: 10px 0px 20px 0px;
	font-size: 0.78em;
	font-family: 'akrobatblack';
	color: #FFF;
}

.info-capacidade {
	background: rgba(108,200,206,0.9);
   	text-align: center;
   	text-transform: uppercase;
   	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
   	padding: 5px 35px;
   	margin-top: 25px;
}

.info-capacidade .capacidade {
	font-size: 1.2em;
	line-height: 1em;
	width: 100%;
	display: block;
	margin: 1px 0px;
}

.info-capacidade .litragem {
	font-size: 6em;
    font-family: 'akrobatblack';
    width: 100%;
    display: block;
    line-height: 0.8em;
}

.info-capacidade .litros {
	font-size: 3em;
	font-family: 'akrobatblack';
	line-height: 1em;
	width: 100%;
	display: block;
}

.refrigerador {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}

#inverse {
	background: url('../img/bg_gray.jpg');
	background-size: cover;
	color: #FFF;
	padding: 20px 0px;
}

#frost-free {
	background: url('../img/bg_blue.jpg');
	color: #FFF;
	padding-top: 60px;
}

.item-info {
	padding-bottom: 30px;
}

#dimensoes {
	color: #fefefe;
	background: url('../img/bg_gray.jpg');
	background-size: cover;
	padding: 20px 0px;
}

#dimensoes h4{
	font-size: 1.5em;
	font-family: 'akrobatblack';
}

.infos-dimensao .linha {
	margin: 0px 10px;
}

.infos-dimensao .linha .inner	{
	border-bottom: 1px solid #fefefe;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

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

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


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

@media (min-width: 600px) {

	.infos-intro {
		font-size: 0.6em;
	}

	.visual {
		width: 35%;
		margin-top: 35px;
	}

	.refrigerador {
		margin-top: 0px;
	}

}

@media (min-width: 768px) {

	#frost-free {
		background-size: cover;
	}
	
	.icones-intro {
		margin-top: 100px;
	}

	.info-capacidade {
		margin-top: 0px;
	}

	.info-capacidade .capacidade {
		margin: 10px 0px 0px 0px;
	}

}

@media (min-width: 992px) {

	.infos-intro {
		font-size: 1em;
	}

	.visual {
		width: 42%;
	}


}

@media (min-width: 1100px) {

	.tecnologia {
		margin-top: 10%;
	}

}
