@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap');

body{
	overflow-x: hidden;
	font-size: 1em;
}

#page-ventilador {
	max-width: 1220px;
	margin: 0px auto;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.relative {
	position: relative;
}

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

header {
	padding: 30px 0px;
	background: #353532;
	width: 100%;
}

#intro {
	background: #009CDA;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
}

.base-intro {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.product-intro {
	background: url('../img/bg-quarto.png') no-repeat top left;
	background-size: auto 100%;
	padding-bottom: 80px;
}

.infos-intro {
	z-index: 2;
}

.product-intro img {
	position: relative;
	z-index: 2;
}

.text-intro {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#intro h3 {
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0px;
}

#intro h4 {
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.1em;
}

#intro .nome-produto {
	background: #353532;
	padding: 5px 25px;
	border-radius: 40px;
	color: #FFF;
	font-weight: 300;
	font-size: 0.6em;
	text-align: center;
	margin-bottom: 40px;
}

.info-familia {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px;
	background: rgba(0,156,218,0.7);
	color: #FFF;
}

.feature {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #FFF;
	font-size: 0.8em;
	line-height: 1em;
}

.feature:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.product-familia {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.product-parede {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-90%);
	z-index: 5;
}

.info-dois {
	padding: 50px 20px 200px 20px;
	background: url('../img/bg-parede.png');
	background-size: cover;
}

.info-dois p {
	margin: 0px;
}

.info-velocidade {
	padding: 450px 20px 100px 20px;
	background: url('../img/bg-piso.png');
	background-size: cover;
}

.info-velocidade p {
	font-size: 1.2em;
	padding: 10px 30px;
	text-align: center;
}

.dois-um {
	color: #004E73;
	font-weight: 900;
	font-size: 5em;
	text-align: right;
	border-right: 5px solid #059CDA;
	padding: 0px 15px;
}

.info-velocidade h4 {
	color: #004E73;
	font-weight: 900;
	font-size: 2em;
}

.info-maxx {
	border-bottom: 5px solid #059CDA;
	margin-bottom: 25px;
}

@-webkit-keyframes rotatehelice /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotatehelice {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotatehelice {
	-webkit-animation: rotatehelice 1s linear infinite;
	-moz-animation: rotatehelice 1s linear infinite;
	-ms-animation: rotatehelice 1s linear infinite;
	-o-animation: rotatehelice 1s linear infinite;
	animation: rotatehelice 1s linear infinite;
	position: absolute;
	top: -50px;
    left: 120px;
}

#silencio {
	background: url('../img/bg-silencio.jpg') center center;
	background-size: cover;
	padding-top: 80px;
}

.product-silencio {
	padding-bottom: 30px !important;
	z-index: 5;
}

.infos-silencio {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1em;
}

.infos-silencio h5 {
	color: #004E73;
	font-weight: 900;
	margin-top: 10px;
}

#colmeia {
	background: url('../img/bg-colmeia.png') no-repeat #009CD8;
	background-size: cover;
	padding-top: 50px;
}

.info-potencia {
	font-weight: 900;
	font-size: 2em;
	color: #FFF;
	border-bottom: 3px solid #FFF;
	line-height: 1em;
	padding: 40px 15px;
	margin-bottom: 40px;
	text-align: center;
}

.info-a{
	color: #FFF;
	line-height: 1.2em;
	padding: 20px 15px;
	margin-bottom: 40px;
	text-align: center;
}

.info-a h5 {
	color: #004E73;
	font-size: 1.5em;
}

footer {
	background: #353532;
	padding: 80px 0px 30px 0px;
}

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

@media (min-width: 768px) {

	#intro h3 {
		font-size: 2.2em;
	}

	#intro h4 {
		font-size: 2.5em;
	}

	#intro .nome-produto {
		padding: 15px 25px;
		border-radius: 40px;
		font-size: 1.2em;
		margin: 30px 0px;
	}

	.info-familia {
		padding: 40px 60px 40px 40px;
		top: 25px;
	}

	.feature {
		font-size: 1.1em;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.product-parede {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-60%);
	}

	.info-dois {
		padding: 50px 20px 200px 20px;
	}

	.info-dois p {
		margin: 0px;
		font-size: 1.5em;
	}

	.info-velocidade {
		padding: 450px 20px 100px 20px;
	}

	.info-velocidade p {
		font-size: 1.2em;
		padding: 10px 30px;
		text-align: center;
	}

	.dois-um {
		color: #004E73;
		font-weight: 900;
		font-size: 6em;
		text-align: right;
		border-right: 5px solid #059CDA;
		padding: 0px 15px;
	}

	.info-velocidade h4 {
		color: #004E73;
		font-weight: 900;
		font-size: 2em;
	}

	.info-maxx {
		border-bottom: none;
		border-right: 5px solid #059CDA;
	}

	.infos-silencio {
		font-size: 1.2em;
	}

	.infos-silencio h5 {
		font-size: 1.5em;
		line-height: 1em;
		font-weight: 700;
	}

}

@media (min-width: 992px) {

	#intro h3 {
		font-size: 2.2em;
	}

	#intro h4 {
		font-size: 2.2em;
	}

	#intro .nome-produto {
		padding: 15px 40px;
		border-radius: 60px;
		font-size: 1.2em;
		margin: 30px 0px 80px 0px;
	}

	.info-familia {
		top: 25px;
	}

	.feature {
		font-size: 1.5em;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.dois-um {
		text-align: center;
		border-right: none;
	}

	.info-dois {
		padding: 80px 20px 50px 20px;
	}

	.info-dois p {
		font-size: 1.2em;
		text-align: center;
	}

	.info-velocidade {
		padding: 100px 20px 50px 20px;
	}

	.info-maxx {
		border-bottom: 5px solid #059CDA;
		border-right: none;
	}

	.rotatehelice {
	    left: 100px;
	}

	.info-velocidade p {
		font-size: 1.1em;
		padding: 20px 10px;
		text-align: left;
	}

	.product-parede {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.dois-um {
		line-height: 1em;
	}

	.infos-silencio h5 {
		border-top: 3px solid #059CDA;
		padding-top: 15px;
	}

	.info-potencia {
		border-bottom: none;
		border-left: 3px solid #FFF;
		text-align: left;
	}

	.info-a{
		border-bottom: none;
		border-left: 3px solid #FFF;
		text-align: left;
	}

}

@media (min-width: 1100px) {

	#intro h3 {
		font-size: 2.8em;
	}

	#intro h4 {
		font-size: 2.8em;
	}

	.info-familia {
		top: 60px;
	}

	.feature {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.rotatehelice {
	    left: 120px;
	}

}

@media (min-width: 1200px) {

	.rotatehelice {
	    left: 130px;
	}

}