@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;
}

.asterisco {
	font-size: 0.3em;
	    margin-top: -15px;
}

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 #662d91;
}

.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%;
	}
}

#resposta {
	background: #FFF;
	z-index: 6;
	padding: 50px 0px 0px 0px;
}

.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;
}

#som {
	border-top: 20px solid #662d91;
}

.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;
}

#roku {
	background: url('../img/bg-roku.jpg') #000 no-repeat top center;
	background-size: 100% auto;
	padding: 50px 0px 20px 0px;
	color: #FFF;
	font-weight: 300;
}

.streaming-roku {
	color: #FFF;
	padding: 25px 20px 10px 20px;
	background: url(../img/bg-border.png) no-repeat center center;
    background-size: auto 100%;
	margin: 25px 0px
}

.streaming-roku p {
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0px;
}

.streaming-roku .one {
	font-size: 1.8em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1em;
	margin: 25px 0px;
}

.streaming-roku .one .number {
	font-size: 2em;
}

.streaming-roku .nota {
	font-size: 0.4em;
}

.numeros-roku {
	margin: 30px 0px;
	text-align: center;
}

.numeros-roku .numero {
	color: #925abd;
	font-weight: 900;
	font-size: 3em;
	line-height: 1em;
	margin-top: 20px;
}

.numeros-roku .categoria {
	text-transform: uppercase;
}

.canais .numero {
	padding-right: 5px;
}

.numeros-roku .nota {
	font-size: 0.42em;
}

.numeros-roku .episodios .numero {
	font-size: 3.5em;
}

#sala {
	background: #000;
}

.bg-canais {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.bg-sala {
	position: relative;
	z-index: 1
}

.info-busca {
	position: absolute;
	top: 130px;
	left: 0px;
	z-index: 1;
	line-height: 1em;
	font-size: 0.7em;
}

#busca {
	background: url('../img/bg-busca.jpg');
	background-size: cover;
	color: #FFF;
	padding-top: 30px;
}

#busca .telas img {
	padding: 5px 0px;
}

#busca .title-busca {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 300;	
	margin-bottom: 30px;
}

.text-purple {
	font-weight: 800;
	color: #925abd;
}

#streaming {
	background: url('../img/bg-streaming.png') bottom center no-repeat #000;
	background-size: 100% auto;
	padding: 50px 0px;
}

.title-streaming {
	color: #FFF;
	font-weight: 800;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}

.icone-streaming {
	padding: 5px;
}

.directv {
	padding: 30px 0px 0px 0px;
}

.info-directv {
	color: #FFF;
	font-weight: 300;
	padding: 0px 15px 30px 15px;
}

.text-orange {
	font-weight: 900;
	color: #ff9942;
}

#quatrok {
	background: url('../img/bg-4k.jpg') no-repeat;
	background-size: cover;
	padding: 50px 0px;
	color: #FFF;
	font-weight: 300;
	line-height: 3em;
}

#hdr {
	background: url('../img/bg-hdr.jpg') no-repeat;
	background-size: 100% auto;
	padding: 30px 0px;
	color: #FFF;
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1em;
}

#hdr .title {
	font-size: 3em;
	padding-bottom: 10px;
	line-height: 1em;
}

#hdr .title .hdr {
	font-weight: 900;
}

#hdr .info-design {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	border-top: 5px solid #000;
	padding-top: 15px;
	line-height: 1em;
	margin-top: 15px;
}

#app {
	z-index: 5;
	color: #FFF;
}

.info-app {
	position: absolute;
	width: 90%;
	top: 20px;	
	text-align: center;
}

.title-app {
	font-size: 1.8em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.info-app p, #audicao p {
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 20px;
}

.nota-app {
	font-size: 0.4em;
	position: absolute;
	text-align: center;
	bottom: 20px;
	width: 80%;
}

#audicao {
	background: url('../img/bg-audicao.jpg') no-repeat;
	background-size: cover;
	z-index: 5;
	color: #FFF;
	text-align: center;
	padding: 30px 0px;
}

#audicao h5 {
	color: #925abd;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0px;
}

.info-fone {
	text-align: left;
}

.info-fone p {
	margin: 0px !important; 
	font-size: 0.6em !important;
}

.fone-app {
	margin-bottom: -80px;
}

#features {
	padding: 100px 0px;
}

.feature {
	margin-bottom: 20px;
	text-align: center;
}

#sala .testa {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	right: 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
}

.title-voz {
	color: #4b4b4b;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 0.6em;
	margin: 10px 0px;
}

#voz {
	z-index: 5;
}

.ok-google {
	color: #4b4b4b;
	font-size: 0.5em;
	font-weight: 500;
	line-height: 1em;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9d9d9d;
	text-align: left;
}

.ok-google:last-child {
	margin-bottom: 0px !important;
	border-bottom: none;
}

.termos-google {
	font-size: 0.4em;
}

.nota-footer {
	position: absolute;
	bottom: 10px;
	color: #9d9d9d;
	font-size: 0.8em;
}

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: 360px) {

	.info-busca {
		top: 140px;
	}

}

@media (min-width: 375px) {

	.info-busca {
		top: 145px;
	}

}

@media (min-width: 390px) {

	.info-busca {
		top: 155px;
	}

}

@media (min-width: 400px) {

	.episodios, .canais {
		padding-right: 50px !important;
	}

	.info-busca {
		font-size: 0.9em;
	}

}


@media (min-width: 410px) {

	.info-busca {
		top: 170px;
	}

}


@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;		
	}

	#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;
	}

	.centralconteudo {
		font-size: 1.2em;
	}

	.info-busca {
		top: 340px;
		font-size: 1.2em;
	}

	#busca {
		padding-top: 0px;
	}

	#busca .title-busca {
		font-size: 2em;
	}

	.title-streaming {
		font-size: 2.5em;
	}

	.info-directv {
		font-size: 1.2em;
		padding: 0px 15px;
	}

	#quatrok {
		font-size: 1.5em;
	}

	#hdr {
		font-size: 1.2em;
	}

	.title-app {
		font-size: 3em;
	}

	.info-app p, #audicao p {
		font-size: 1.2em;
	}

	.nota-app {
		font-size: 0.6em;
	}

	.fone-app {
		margin-bottom: -120px;
	}

	.info-fone {
		font-size: 1.8em;
	}

	.title-voz {
		font-size: 1.2em;
		margin-bottom: 15px;
	}

	.ok-google {
		font-size: 1em;
		margin-bottom: 15px;
	}

	.icone-streaming {
		max-width: 20%;
	}

}

@media (min-width: 992px) {

	.infos-intro {
		font-size: 2em;	
	}

	#resposta .processador {
		font-size: 2.5em;
	}

	#resposta .info-velocidade {
		font-size: 1.8em;
	}

	.info-som { 
		font-size: 4em;
	}

	.streaming-roku {
		font-size: 1.5em;
		padding: 30px;
	}

	.centralconteudo {
		text-align: left;
	}

	.info-busca {
		top: 420px;
		line-height: 1.2em;
	}

	.info-directv {
		font-size: 2em;
		padding: 0px 15px 50px 15px;
		line-height: 1.1em;
	}

	.directv {
		padding-bottom: 80px;
	}

	#hdr {
		font-size: 2em;
	}

	#hdr p {
		line-height: 1.2em;
		padding-bottom: 30px;
	}

	.title-app {
		font-size: 4em;
		margin: 30px 0px;
	}

	.info-app p, #audicao p {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.termos-google {
		font-size: 0.6em;
	}

	.title-voz {
		font-size: 2em;
		margin-bottom: 25px;
	}

	.ok-google {
		font-size: 1.2em;
		padding-bottom: 20px;
	}

}

@media (min-width: 1100px) {

	.infos-intro {
		font-size: 2.2em;	
	}

	.info-busca {
		top: 500px;
	}


}