@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-fone {
	max-width: 1220px;
	margin: 0px auto;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	overflow: hidden;
}

.relative {
	position: relative;
}

.heavy {
	font-weight: 900;
}

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

@-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 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-ms-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}

#intro {
	background: url('../img/bg-intro.jpg') no-repeat;
	background-size: cover;
}

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

.modelo {
    color: #55C0F7;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    right: 0px;
    bottom: -30px;
    font-size: 0.7em;
    line-height: 1em;
}

#intro .circle-dots {
	position: absolute;
	top: -30%;
	right: -15%;
	z-index: 0;
}

#intro .img-bg {
	z-index: 1;
	position: relative;
}

#cores {
	background: url('../img/bg-dots.png') #FFF no-repeat;
	background-size: 100% auto;
	padding-bottom: 50px;
}

.fones-cores {
	margin: -5% 0px;
	position: relative;
	z-index: 15;
}


.conforto {position: relative; z-index: 9;}

#features {
	background: url('../img/bg-features.jpg') no-repeat top center;
	background-size: cover;
	padding: 50px 0px;
	text-align: center;
	color: #FFF;
}

#features .title-features {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.2em;
	padding-bottom: 20px;
	line-height: 1.2em;
}

#features .title-features .intensamente {
	font-size: 1.5em;
}

#features .fones {
	padding: 30px 15px 50px 15px; 
}

footer {
	background: #000;
	padding: 50px 0px 30px 0px;
	position: relative;
	z-index: 5;
}

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

@media (min-width: 400px) {

	.modelo {
		right: 0px;
	    bottom: -20px;
	    font-size: 0.75em;
	}

}

@media (min-width: 768px) {

	.modelo {
	    right: 0px;
	    bottom: -10px;
	    font-size: 1em;
	}

	.fones-cores {
		margin: -10% 0px -15% 0px;
	}

	#features .title-features {
		font-size: 2em;
		padding-bottom: 50px;
		line-height: 1.2em;
	}

		
}

@media (min-width: 992px) {

	.modelo {
	    right: 10px;
	    bottom: -10px;
	    font-size: 1.3em;
	}

	.fones-cores {
		margin: -5% 0px -15% 0px;
	}

	#cores {
		padding-bottom: 80px;
	}

	#features .title-features {
		font-size: 3em;
		padding-bottom: 50px;
		line-height: 1.2em;
	}
	

}

@media (min-width: 1100px) {


	.modelo {
		right: 10px;
		bottom: -10px;
		font-size: 1.4em;
	}

}
