@charset "utf-8";
/* CSS Document */
/*todas as páginas*/

@font-face{
	font-family: "ITC Ronda";
	src: url("fontes/ITC-Ronda-Bold.otf");
	src: url('fontes/ITC-Ronda-Bold.otf?#iefix') format('embedded-opentype'),
	url('fontes/ITC-Ronda-Bold.woff') format('woff'),
	url('fontes/ITC-Ronda-Bold.ttf') format('truetype'),
	url('fontes/ITC-Ronda-Bold.svg#ITCRondaBold') format('svg');
	font-weight: bold;
	font-style: bold;
}

@font-face{
	font-family: 'Cabin';
	src: url("fontes/Cabin-Bold.ttf");
	src: url('fontes/Cabin-Bold.ttf?#iefix') format('embedded-opentype'),
	url('fontes/Cabin-Bold.woff') format('woff'),
	url('fontes/Cabin-Bold.ttf') format('truetype'),
	url('fontes/Cabin-Bold.svg#ITCRondaBold') format('svg');
	font-weight: bold;
	font-style: bold;
}

@font-face{
	font-family:'Cabin Medium';
	src: url("fontes/Cabin-Medium.ttf");
	src: url('fontes/Cabin-Medium.ttf?#iefix') format('embedded-opentype'),
	url('fontes/Cabin-Medium.woff') format('woff'),
	url('fontes/Cabin-Medium.ttf') format('truetype'),
	url('fontes/Cabin-Medium.svg#ITCRondaBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}

.header{
	width:100%;
	height: 100px;
	position: fixed;
	display:inherit;
	z-index: 2;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.logo{
	width: 50px;
	height: 165px;
	float: left;
	margin: auto;
	padding: auto;
	margin: 25px 0 25px 0;
}

.content-header{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.menu{
	float: right;
	margin: auto;
	padding: auto;
	margin-top:40px;
}

.menu-ativo{
	font-family: "ITC Ronda";
	font-size: 15px;
	font-display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 25px 0px 25px;
	background-color:#274469;
	border-radius: 10px;
}

.menu-inativo{
	font-family: "ITC Ronda";
	font-size: 15px;
	font-display: block;
	color: #274469;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 25px 0px 25px;
}

.menu a:hover{
	font-family: "ITC Ronda";
	font-size: 15px;
	font-display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 25px 0px 25px;
	background-color:#274469;
	border-radius: 10px;
	user-select: none;
}
.content-banner{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.banner{
	width:100%;
	height: 495px;
	background-color: #194FA1;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 100px 0 0 0;
}

.parent-banner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 1010px;
}

.div1-banner { grid-area: 1 / 1 / 2 / 2; }
.div2-banner { grid-area: 2 / 1 / 3 / 2; }
.div3-banner { grid-area: 3 / 1 / 4 / 2; }
.div4-banner { grid-area: 1 / 2 / 4 / 3; }

.titulo-banner{
	width: 380px;
	height: 140px;
	font-family: "ITC Ronda";
	font-size: 28px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	padding: 0px;
	margin: 30px 0 0 0;
	user-select: none;
}


.subtitulo-banner{
	width: 380px;
	height: 113px;
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	padding: 0px;
	margin: 30px 0 0 0;
	user-select: none;
}

.img-banner{
	width: 600px;
	height: 440px;
	padding: 0px 0 0 0;
	margin: 30px 0 0 0;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.61); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.61);
}

.btn-c2a{
	background-color:#194FA1;
	border-radius: 20px;
	height: 50px;
	border: #1A3961 solid 5px;
	margin: 30px 0 0 160px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	cursor: pointer;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
  	-webkit-user-select: none;
  	width: auto;
  	z-index: 0;
	text-decoration: none;
}

.btn-c2a:hover{
	background-color:#1A3961;
	border-radius: 20px;
	height: 50px;
	border: #274469 solid 5px;
	margin: 30px 0 0 160px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	cursor: pointer;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
  	-webkit-user-select: none;
  	width: auto;
  	z-index: 0;
	text-decoration: none;
}

.btn-c2a img{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 30px;
	height: 30px;
}

.btn-c2a p{
	padding: 0px 5px 0px 0px;
	margin: 0px;
	width: 152px;
	height: 24px;
	font-family: 'Cabin';
	font-size: 20px;
	color: #f3f3f3;
	font-weight: bold;
	user-select: none;
	text-decoration: none;
}

.logo .tooltiptext {
  	visibility: hidden;
  	width: auto;
  	background-color: #274469;
  	color: #fff;
 	text-align: center;
  	padding: 10px;
 	border-radius: 10px;
  	position: absolute;
  	z-index: 1;
	font-family: "ITC Ronda";
	font-size: 12px;
	color: #f3f3f3;
	opacity: 0;
    transition: opacity 1s;
	user-select: none;
	
}

.logo .tooltiptext:after {
  	content: "";
  	position: absolute;
 	top: 25%;
  	right: 100%;
  	border-width: 5px;
  	border-style: solid;
  	border-color: transparent #274469 transparent transparent;
}

.logo:hover .tooltiptext {
  	visibility: visible;
	opacity: 0.8;
	margin: -20px 0px 0px 170px;
}

.content-rodape{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.rodape{
	width:100%;
	height: content;
	background-color: #ffffff;
	position:absolute;
	z-index: 1;
	padding: 20px 0px 20px 0px;
	margin: 1040px 0 0 0;
}

.rodape-col1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 364px;
	float: left;
}

.rodape-col2{
	margin: 0px 0px 0px 230px;
	padding: 0;
	display: grid;
	max-width: 101px;
	float: left;
}

.rodape-col3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 90px;
	margin: 0px 0px 0px 220px;
	padding: 0;
	float: left;
}

.rcol3-conecte { grid-area: 1 / 1 / 2 / 3;}
.rcol3-instagramicon { grid-area: 2 / 1 / 3 / 2;}
.rcol3-linkedinicon { grid-area: 2 / 2 / 3 / 3;}
.rcol1-logo { grid-area: 1 / 1 / 2 / 2; }
.rcol1-email { grid-area: 1 / 2 / 2 / 3; }
.rcol1-cel { grid-area: 2 / 1 / 3 / 3; }
.rcol1-direitos { grid-area: 3 / 1 / 4 / 3; }

.rcol1-direitos{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.rcol1-cel{
	padding: 0px;
	margin: 0px 0px 0px 240px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
}

.rcol1-cel img{
	padding: 0px 5px 0px 0px;
}

.rcol1-email{
	padding: 0px;
	margin: 0px 0px 0px 25px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
}


.rcol1-logo{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.rodape-col1 p{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-transform: none;
}

.rodape-col1 img{
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.rodape-col2 li{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration:none;
	text-align:left;
	padding: 5px 0px 5px 2px;
	margin: 0px;
	cursor: pointer;
}

.rodape-col2 a{
	text-decoration:none;
}

.rodape-col2 li:hover{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
	padding: 5px 0px 5px 2px;
	margin: 0px;
	background-color: #274469;
	border-radius: 10px;
}

.rodape-col2 ul{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

.rodape-col3 p{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
.rodape-col3 img{
	width: 40px;
	height: 40px;
	padding: 0px 5px 0px 0px;
	margin: -10px 0px 0px 0px;
	cursor: pointer;
}

/*landing page*/

.content-fibra{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
	background-image:url("img/fundos/fundo-fibra.png");
	height: 737px;
	background-repeat: no-repeat;
	background-position:center;
}

.fibra{
	width:100%;
	height:737px;
	background-color: #01002C;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 595px 0 0 0;
}

.parent-fibra {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 1010px;
}

.div1-fibra { grid-area: 1 / 1 / 2 / 2; }
.div2-fibra { grid-area: 2 / 2 / 3 / 3; }

.bg-txt-fibra{
	background-image: url("img/fundos/fundo-o-que.png");
	background-repeat: no-repeat;
	height: auto;
	padding: 10px;
	margin: 90px 0 0 0;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	border-radius: 20px;
	width:479px;
	-webkit-box-shadow: 5px 0px 5px 1px rgba(0,0,0,0.30); 
	box-shadow: 5px 0px 5px 1px rgba(0,0,0,0.30);
}

.bg-txt-fibra2{
	background-image: url("img/fundos/fundo-vantagens.png");
	background-repeat: no-repeat;
	width: 479px;
	height: auto;
	padding: 10px;
	margin: 120px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	border-radius: 20px;
	-webkit-box-shadow: 5px 0px 5px 1px rgba(0,0,0,0.30); 
	box-shadow: 5px 0px 5px 1px rgba(0,0,0,0.30);
}

.titulo-fibra{
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #f3f3f3;
	text-weight:bold;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	margin: 0px;
	user-select: none;
}

.texto-fibra{
	font-family:"Cabin Medium";
	font-size: 16px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	padding: 0px;
	margin: 10px;
	user-select: none;
}

.content-assista{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.assista{
	width:100%;
	height:content;
	background-color: #0A0A0A;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 1332px 0px 0px 0px;
}

.parent-assista {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div2-assista-texto { grid-area: 1 / 1 / 2 / 2; }
.div3-assista-texto2 { grid-area: 1 / 2 / 2 / 3; }

.div1-assista-titulo{
	padding: 0px;
	margin: 50px 0px 25px 0px;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 22px;
  	overflow: visible;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.div2-assista-texto{
	padding: 0px;
	margin: 25px 0px 25px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 78px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div3-assista-texto2{
	padding: 0px;
	margin: 25px 0px 25px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 78px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div4-assista-img{
	padding: 0px;
	margin: 25px 0px 25px 0px;
  	appearance: none;
  	line-height: normal;
  	max-width: 1000px;
	max-height: 400px;
  	overflow: visible;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.div5-assista-titulo{
	padding: 0px;
	margin: 25px 0px 25px 0px;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 22px;
  	overflow: visible;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.div6-assista-mockup{
	padding: 0px;
	margin: 25px 0px 0px 0px;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 1010px;
	max-height: 636px;
  	overflow: visible;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.parent-assista2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div7-assista-gamestxt { grid-area: 1 / 1 / 2 / 2; }
.div8-assista-gamesimg { grid-area: 1 / 2 / 2 / 3; }
.div9-assista-streamingimg { grid-area: 2 / 1 / 3 / 2; }
.div10-assista-streamingtxt { grid-area: 2 / 2 / 3 / 3; }
.div11-assista-homeofficetxt { grid-area: 3 / 1 / 4 / 2; }
.div12-assista-homeofficeimg { grid-area: 3 / 2 / 4 / 3; }
.div13-assista-eadimg { grid-area: 4 / 1 / 5 / 2; }
.div14-assista-eadtxt { grid-area: 4 / 2 / 5 / 3; }
.div15-assista-navegacaotxt { grid-area: 5 / 1 / 6 / 2; }
.div16-assista-navegacaoimg { grid-area: 5 / 2 / 6 / 3; }

.div7-assista-gamestxt{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div8-assista-gamesimg{
	padding: 0px;
	margin: 25px 0px 25px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div9-assista-streamingimg{
	padding: 0px;
	margin: 25px 0px 25px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}
.div10-assista-streamingtxt{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div11-assista-homeofficetxt {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}
.div12-assista-homeofficeimg {
	padding: 0px;
	margin: 25px 0px 25px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}
.div13-assista-eadimg {
	padding: 0px;
	margin: 25px 0px 25px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}
.div14-assista-eadtxt {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}
.div15-assista-navegacaotxt {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}
.div16-assista-navegacaoimg {
	padding: 0px;
	margin: 25px 0px 50px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.content-assista h3{
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #f3f3f3;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	font-weight:normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.content-assista p{
	max-width: 475px;
	max-height:content;
	font-family: 'Cabin Medium';
	font-size: 16px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	font-weight:normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.img-assista-maior {
	max-width: 1000px;
	max-height: 400px;
	padding: 0px;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
}

.img-assista-menor {
	max-width:475px;
	max-height: 270px;
	padding: 0px;
	margin: 25px 0px 25px 0px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
}

.fundo-mockup{
	background-image: url("img/fundos/mockup-tv.png");
	width: 1010px;
	height: 636px;
	max-width: 1010px;
	max-height: 636px;
	background-repeat: no-repeat;
	background-position:center;
	margin: 0px;
	padding: 0px;
}

.icone-streaming-netflix{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 50px 10px 25px 30px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-netflix:hover{
	background-color: #000000;
}

.icone-streaming-prime{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 50px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-prime:hover{
	background-color: #000000;
}

.icone-streaming-yt{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 50px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-yt:hover{
	background-color: #000000;
}

.icone-streaming-disney{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 50px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-disney:hover{
	background-color: #0E47A1;
}

.icone-streaming-appletv{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 50px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-appletv:hover{
	background-color: #c2c2c2;
}

.icone-streaming-globoplay{
	background-color: #000000;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 50px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-globoplay:hover{
	background-color: #ffffff;
}

.icone-streaming-nba{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 30px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-nba:hover{
	background-color: #000000;
}

.icone-streaming-premier{
	background-color: #2E903C;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-premier:hover{
	background-color: #ffffff;
}

.icone-streaming-fox{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-fox:hover{
	background-color: #000000;
}

.icone-streaming-ytkids{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-ytkids:hover{
	background-color: #000000;
}

.icone-streaming-espn{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-espn:hover{
	background-color: #000000;
}

.icone-streaming-heh{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-heh:hover{
	background-color: #000000;
}

.icone-streaming-telecine{
	background-color: #030533;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 30px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-telecine:hover{
	background-color: #000000;
}

.icone-streaming-dkids{
	background-color: #000000;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-dkids:hover{
	background-color: #ffffff;
}

.icone-streaming-cn{
	background-color: #ffffff;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-cn:hover{
	background-color: #030533;
}

.icone-streaming-fx{
	background-color: #000000;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-fx:hover{
	background-color: #0E47A1;
}

.icone-streaming-cnn{
	background-color: #FF0000;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-cnn:hover{
	background-color: #000000;
}

.icone-streaming-hbo{
	background-color: #5717C3;
	width:145px;
	height:121px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.50);
	float: left;
	margin: 25px 10px 25px 5px ;
	padding: 0px;
	border-radius: 20px;
}

.icone-streaming-hbo:hover{
	background-color: #ffffff;
}

.cobertura-content{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.cobertura{
	width:100%;
	height:content;
	background-color: #ffffff;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 4440px 0px 0px 0px;
}

.parent-cobertura {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div2-cobertura-img1 { grid-area: 1 / 1 / 2 / 2; }
.div3-cobertura-txt1{ grid-area: 1 / 2 / 2 / 3; }
.div4-cobertura-txt2 { grid-area: 2 / 1 / 3 / 2; }
.div5-cobertura-img2 { grid-area: 2 / 2 / 3 / 3; }

.div1-cobertura-titulo{
	padding: 0px;
	margin: 0px 0px 50px 0px;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 22px;
  	overflow: visible;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.div2-cobertura-img1{
	padding: 0px;
	margin: 0px 0px 50px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display:grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 281px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div3-cobertura-txt1{
	padding: 0px;
	margin: 50px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display:grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 83px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div4-cobertura-txt2{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display:grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 183px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div5-cobertura-img2{
	padding: 0px;
	margin: -30px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display:grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 270px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div2-cobertura-img1{
	background-image: url("img/animacoes/animacao-wifi.gif");
	background-repeat: no-repeat;
	background-position: center;
	width:475px;
	height:270px;
	align-content: center;
	justify-content: center;
}

.div3-cobertura-txt1{
	width:475px;
	height:281px;
	align-content: center;
	justify-content: center;
}

.cobertura-content h3{
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #2C2C2C;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	font-weight:normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.parent-cobertura p{
	max-width: 475px;
	max-height:content;
	font-family: 'Cabin Medium';
	font-size: 16px;
	color: #2C2C2C;
	text-decoration: none;
	text-align:justify;
	font-weight:normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.parent-cobertura img {
	max-width:345px;
	max-height: 270px;
	padding: 0px;
	margin:0px 0px 0px 0px;
	
}

.btn-c2a2{
	background-color:#194FA1;
	border-radius: 20px;
	height: 50px;
	border: #1A3961 solid 5px;
	margin: 20px 0px 0px 130px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	cursor: pointer;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 218px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
  	-webkit-user-select: none;
  	width: auto;
  	z-index: 0;
}

.btn-c2a2:hover{
	background-color:#1A3961;
	border-radius: 20px;
	height: 50px;
	border: #274469 solid 5px;
	margin: 20px 0px 0px 130px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	cursor: pointer;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 218px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
  	-webkit-user-select: none;
  	width: auto;
  	z-index: 0;
}

.btn-c2a2 img{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 30px;
	height: 30px;
}

.btn-c2a2 p{
	padding: 0px 5px 0px 0px;
	margin: 0px;
	width: 152px;
	height: 24px;
	font-family: 'Cabin';
	font-size: 20px;
	color: #f3f3f3;
	font-weight: bold;
}

.content-rede{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.rede{
	width:100%;
	height:content;
	background-color: #0A0A0A;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.parent-rede {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1-rede-texto { grid-area: 1 / 1 / 2 / 2; }
.div2-rede-img { grid-area: 1 / 2 / 2 / 3; }

.rede-titulo{
	padding: 0px;
	margin: 50px 0px 0px 0px;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 22px;
  	overflow: visible;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.div1-rede-texto{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display:grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: 272px;
	max-height: 229px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.div2-rede-img{
	padding: 0px;
	margin: 50px 0px 50px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display:grid;
  	justify-content: center;
  	line-height: normal;
  	max-width: 692px;
	max-height: 412px;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.content-rede h3{
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #f3f3f3;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	font-weight:normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.parent-rede p{
	max-width: 475px;
	max-height:content;
	font-family: 'Cabin Medium';
	font-size: 16px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	font-weight:normal;
	padding: 0px;
	margin: 250px 0px 0px 0px;
}

.parent-rede img {
	max-width:692px;
	max-height: 412px;
	padding: 0px;
	margin:0px 0px 0px 0px;
}

.content-depoimentos{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.depoimentos{
	width:100%;
	height:449px;
	background-image: url("img/fundos/depoimentos-fundo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0A0A0A;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 584px 0px 0px 0px;
}

.depoimentos-titulo{
	padding: 0px;
	margin: 50px 0px 0px 0px;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: content;
	max-height: 22px;
  	overflow: visible;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.content-depoimentos h3{
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #f3f3f3;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	font-weight:normal;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}

.bg-txt-depoimentos{
	background-image: url("img/fundos/q-depoimentos.png");
	background-repeat: no-repeat;
	width: 764px;
	height: 222px;
	padding: 20px;
	margin: 50px 0px 0px 125px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
}

.txt-depoimentos{
	font-family:"Cabin Medium";
	font-size: 16px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.nome-depoimentos{
	font-family:"Cabin Medium";
	font-size: 18px;
	font-weight: bold;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.setas-depoimentos{
	margin: 20px 0px 0px 445px;
}

.seta-esquerda{
	margin:0px 50px 0px 0px;
}

@keyframes carousel{
    0%    { left:0; }
    11%   { left:0; }
    12.5% { left:-100%; }
    23.5% { left:-100%; }
    25%   { left:-200%; }
    36%   { left:-200%; }
    37.5% { left:-300%; }
    48.5% { left:-300%; }
    50%   { left:-400%; }
    61%   { left:-400%; }
    62.5% { left:-300%; }
    73.5% { left:-300%; }
    75%   { left:-200%; }
    86%   { left:-200%; }
    87.5% { left:-100%; }
    98.5% { left:-100%; }
    100%  { left:0; }
    /* daqui: http://csswizardry.com/2011/10/fully-fluid-responsive-css-carousel/ */
}
@keyframes go{
    0%    {  }
    100%    { left:-300%; }
}
@keyframes back{
    0%    { left:0; }
    100%  { left:100%; }
}
.carousel{
    width:100%; 
    overflow:hidden; 
    height:100%;}
.paineis{
    width:500% /* article w * 5 */; 
    overflow:hidden;  
    height:100%;  
    animation:carousel 60s infinite; position:relative;}
article{
    float:left; 
    width:20%;} 
p{
    height:100%; 
    width:100%}