@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;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/hho4icq.css");


body{
	overflow-x: hidden;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}

#page-tv {
	max-width: 1220px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.relative {
	position: relative;
}

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

.green {
	color: #afca0b;
}

header {
	background: url('../img/bg-header.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 40px 0px;
}

.logos-tv {
	margin-top: 20px;
}

#intro {
	padding: 40px 0px 0px 0px;
	border-bottom:20px solid #afca0b;
}

.infos-intro {
	font-weight: 900;
	color: #9d9d9c;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
}

.modelo {
	font-weight: 100;
}

.bg-intro {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0px;
}

.fluxo1 {
	animation: fluxoone 2s ease infinite;
	position: relative;
}

@keyframes fluxoone {
	0% {
		right: -100%;
	}
	100% {
		right: 180%;
	}
}

.fluxo2 {
	animation: fluxotwo 2s ease infinite;
	position: relative;
}

@keyframes fluxotwo {
	0% {
		right: -100%;
	}
	100% {
		right: 150%;
	}
}

.fluxo3 {
	animation: fluxothree 2s ease infinite;
	position: relative;
}

@keyframes fluxothree {
	0% {
		right: -100%;
	}
	100% {
		right: 200%;
	}
}

#sala {
	background: url('../img/bg-textura.jpg');
	text-align: center;
	color: #757575;
	padding: 50px 0px 0px 0px;
}

.content-sala h4 {
	color: #9d9d9c;
	font-weight: 900;
	font-size: 1.5em;
	margin-bottom: 20px;
}

#sala p {
	margin-top: 15px;
}

#sala .icone {
	margin-top: 20px;
}

#sala .controle-remoto {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#sala .testa {
	position: relative;
	margin-top: 0px;
}

.google-assistente p {
	font-size: 0.8em;
	line-height: 1em;
}

.icones-app {
	margin-top: 50px;
}

.icone-app {
	margin-bottom: 40px;
}

.infos-voz {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	color: #9d9d9c
}

#voz {
	border-bottom:20px solid #afca0b;
	z-index: 5;
}

.ok-google {
	font-size: 0.7em;
	line-height: 1em;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.ok-google:last-child {
	margin-bottom: 0px !important;
}

.termos-google {
	font-size: 0.4em;
}

#chromecast {
	background: url('../img/bg-parede.jpg') no-repeat center center;
	background-size: cover;
	padding: 50px 0px 0px 0px;
}

.info-chromecast {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1em;
	padding: 30px 0px;
	font-weight: 300;
	z-index: 3;
}

.icone-chromecast {
	position: relative;
}

.info-chromecast small {
	display: block;
	font-size: 0.5em;
	line-height: 1em;
	width: 100%;
	margin-top: 25px;
}

.tv-chromecast {
	position: relative;
	z-index: 4;
}

.mao-celular {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}

#resposta {
	background: #FFF;
	z-index: 6;
	padding: 50px 0px 0px 0px;
	border-top:20px solid #afca0b;
	border-bottom:20px solid #afca0b;
}

.fluxo-resposta-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 292px;
	height: 100%;
	background: url('../img/bg-fluxo-left.png') repeat-y;
}

.fluxo-resposta-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 292px;
	height: 100%;
	background: url('../img/bg-fluxo-right.png') repeat-y;
}

.velo-element {
	position: absolute;
	top: 0px;
	left: 0px;
}

.forward-velo {
	animation: fadeInOut 2s ease-in-out infinite;
}

.forward-up-2 {
 	animation-delay: 0.2s;
}

.forward-bottom-1 {
 	animation-delay: 0.5s;
}

.forward-bottom-2{
 	animation-delay: 0.7s;
}

@keyframes fadeInOut {
  0%, 40%, 100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

#resposta .nota {
	color: #9d9d9c;
	font-size: 0.4em;
}

#resposta .processador {
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	color: #9d9d9c;
	font-size: 1.5em;
	line-height: 1em;	
	margin: 40px 0px 20px 0px;
}

#resposta .info-velocidade {
	font-weight: 300;
	text-align: center;
	color: #9d9d9c;
	font-size: 1.2em;
	line-height: 1em;
}

.foto-processador {
	position: relative;
	z-index: 5;
}

.info-som {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1em;
}

span.cinema {
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 1.2em;
}

#features {
	padding: 50px 0px;
}

.feature {
	margin-bottom: 30px;
	color: #000;
	font-size: 1.2em;
}

.nota-features {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0px;
	font-size: 0.4em;
	color: #9d9d9d;
}

footer {
	background: url('../img/bg-footer.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 10px 0px;
	position: relative;
	z-index: 10;
}


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


@media (min-width: 768px) {

	header {
		padding: 80px 0px;
	}

	.logos-tv {
		margin-top: -80px;
	}

	.tv-intro {
		margin-top: -150px;
	}

	#intro {
		background: url('../img/bg-fluxo.png') repeat-y;
		background-size: 50% auto;
	}

	.bg-intro {
		background: url('../img/bg-fluxo-right.png') bottom right no-repeat;
		background-size: auto 100%;
	}

	.infos-intro {
		text-align: left;
		font-size: 1.8em;
		padding-bottom: 40px;		
	}

	.content-sala {
		font-size: 1.2em;
	}

	.content-sala h4 {
		font-size: 1.8em;
	}

	.google-assistente p {
		font-size: 1em;
	}

	.icone-left {
		margin-left: -15px;
	}

	#sala .testa {
		position: relative;
		margin-top: 30px;
	}

	.ok-google {
		font-size: 1.2em;
		margin: 20px 0px;
	}

	#resposta .nota {
		font-size: 0.6em;
	}

	#resposta .processador {
		font-size: 2em;
	}

	#resposta .info-velocidade {
		font-size: 1.2em;
	}

	.info-som { 
		font-size: 2.5em;
	}

	.nota-features {
		font-size: 0.6em;
	}

}

@media (min-width: 992px) {

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

	.content-sala h4 {
		font-size: 2.2em;
	}

	.google-assistente p {
		font-size: 1.2em;
	}

	.ok-google {
		font-size: 1.5em;
		margin: 20px 0px;
	}

	.termos-google {
		font-size: 0.6em;
	}

	.info-chromecast {
		font-size: 1.5em;
	}

	.info-chromecast small {
		font-size: 0.4em;
	}

	#resposta .processador {
		font-size: 2.5em;
	}

	#resposta .info-velocidade {
		font-size: 1.8em;
	}

	.info-som { 
		font-size: 4em;
	}

}

@media (min-width: 1100px) {

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

	.icone-left {
		margin-left: 15px;
	}

	.icone-app {
		margin-bottom: 70px;
	}

}