*{
	margin: 0 auto;
	font-family: "Roboto","Arial",sans-serif;
	max-width: 100%;
}

html{

	scroll-behavior: smooth;

}

.container{
	width:100%;
	height: 100%;
	z-index: -2;
	justify-content: center;
	display:block;
	animation: loadcontainer 7s forwards;
}
@keyframes loadcontainer{
	0%{display:none;}
	100%{display:block;}
}
.header{
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	padding-bottom: 20vh;
}

.header::before{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-repeat: no-repeat;
	background-image: url("../img/header.jpg");
	background-size:cover;
	z-index: -1;
}

.navi-button{

	display: none;

}

.navi-bar{
	position: fixed;
	background: #070E18;
	height: 12vh;
	width: 100%;
	display: flex;
	z-index: 4;
}



.navi{
	width: 100%;
	height: 12vh;
	position: relative;
	display: block;
	width: fit-content;
	margin-right: 1vh;
	margin-top:auto;
	margin-bottom:auto;
	float:right;
}

.navi ul{
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}



.navi ul li{
	position: relative;
	margin: auto;
	padding: 1vh;
	justify-content: center;
}


.navi ul li a{
	
	z-index: -1;
	width: 10vh;
	height: 10vh;

}

.navi ul li a:link{
	text-decoration: none;
}
.navi ul li a:visited{
	text-decoration: none;
}
.navi ul li a:active{
	text-decoration: none;
}

.navi ul li a::before{
	content: "";
	position: absolute;
	z-index: 1;
}

.navi ul li a:hover::before{
	animation: turn-on 4.0s forwards;
}

.navi ul li a:hover{
	transition: color 2s linear 1s;
	color:#3DA5D9;
}

.navi ul button{
	height: 7vh;
	width: 20vh;
	background-color: #3DA5D9;
	border-color: #3DA5D9;
	padding-left: 2vh;
	font-size: 3vh;
	border-width: 0.35vh;
	font-weight: 300;
	color:black;
	border-radius: 2vh;
	cursor: pointer;
	
}

.navi ul button:hover{
	transition: all 2s linear;
	background-color: #3dd4d9;
	border-color: #3dd4d9;
	box-shadow: 0px 0px 30vh 10vh #3DA5D9;
	transition: all 2s linear;
}


.logo{
	position: relative;
	display: block;
	margin-left: 1vh;
	padding-bottom:1vh;
	width: 15vh;
	height: 15vh;
	margin-right: 0;
}



.header-text h1::before, header h1::after{
	content:"";
	position: absolute;
	top: 75%; left: 0; bottom: 0; right: 0;
}

.header-text h1::before{
	background: #070E18;
	animation: typewriter 3s steps(18) 0.2s forwards;
}

.header-text h1::after{
	width: 0.50vh;
	background: black;
	animation: typewriter 3s steps(18) 0.2s forwards,
				blinking 0.8s steps(2,start) both infinite;
}


.white{
	color:#fff;
	font-family: "Source Code Pro", monospace;
	font-weight: 300;
}
.black{
	color: #000;
	font-weight:300;
}

.header-text{
	position: relative;
	width: fit-content;
	padding-top:20vh;
	font-family: "Source Code Pro", monospace;
	text-align: center;

}

.sec02{
	
	background-color: #070E18;
	width: 100%;
	height: fit-content;
	padding-top: 4vh;
	padding-bottom: 18vh;
	
}
.sec03{

	width: 90%;
	background-color: #070E18;
	height:fit-content;
	
	
}
.linha{
	
	display: flex;
	flex-flow: row wrap;
}
.sec03 h2{
	height: fit-content;
	color: #fff;
	font-size: 6vh;
	
}
.sec04{
    height: auto;
	width: 45%;
	padding-top: 3vh;	
	margin: 0;
	float: left;

	
}

.sec04 p {
	font-size: 3.5vh;
	text-align: left;
	

}
.sec05{
   
	width: 45%;
	padding-top: 3vh;	
	float: right ;
	padding-right: 10vh;

	
}
.sec05 img{
	width: 100%;
}
.sec06{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	background-color: #070E18;
	width: 90%;
	grid-column-gap: 5vh;
	grid-row-gap: 5vh;
}

.nosso-time{
	padding-top: 15vh;
	text-align: center;
	color: #fff;
	background-color: #070E18;
}

.bkg{
	background-color: #070E18;
	padding: 10vh 0 10vh 0;
}


.grid-item::before{
	transition: all 1s;
	content:"";
	position: absolute;
	border-radius: 5vh;
	top:5vh;
	bottom:5vh;
	left: -1vh;
	right: -1vh;
	background-color:#070E18;
	opacity: 1;
	z-index: -1;
}
.grid-item:hover::before{
	transition: all 1s;
	content:"";
	position: absolute;
	border-radius: 5vh;
	top:50%;
	bottom:50%;
	left: -1vh;
	right: -1vh;
	background-color:#070E18;
	opacity: 1;
	z-index: -1;
}

.grid-item::after{
	transition: all 1s;
	content:"";
	position: absolute;
	
	background-color: #10196b94;
	opacity: 0.7;
	border-radius: 5vh;
	top:-1vh;
	bottom:-1vh;
	left: 5vh;
	right: 5vh;
	background-color:#070E18;
	opacity: 1;
	z-index: -1;
}
.grid-item:hover::after{
	transition: all 1s;
	content:"";
	position: absolute;
	border-radius: 5vh;
	top:-1vh;
	bottom:-1vh;
	left: 50%;
	right: 50%;
	background-color:#070E18;
	opacity: 1;
	z-index: -1;
}



.grid-item::after{
	content:"";
	position: absolute;
	border-radius: 5vh;
	top:-5vh;
	bottom:-5vh;
	left: 5vh;
	right: 5vh;
	background-color:#070E18;
	opacity: 1;
	z-index: -1;
}

.grid-item{
	transition: all 0.5s;
	position: relative;
	width: 80%;
	text-align: center;
	padding: 3vh;
	border: 0.4vh solid rgba(0, 0, 0, 0.8);
	border-radius: 5vh;
	color: #fff;
    font-size: 2vh;
	z-index: 2;
}


.grid-item:hover{
	transition: all 3s;
	border: 0.2 solid;
	border: 0.4vh solid #3DA5D9;

}


.container2{

	width: 100%;
	height: 60vh;
	display: block;

}

.scroll2{
	display: flex;
	width: 70%;
	height: 60vh;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius:  5vh 0 5vh 0;
	padding: 1.5vh;
	
}

.team-Holder{

	text-align: center;
	background-color: white;
	width: 24%;
	flex-shrink: 0;
	margin: 1vh;
	border-radius:  5vh 0 5vh 0;
	
}

.team-Holder:hover{

	transform:scale(1.1) ;
	border-style: solid;
	border-color: #000;
	border-width: 0.1vh;
	border-radius:  5vh 0 5vh 0;

}

.bkg-team{

	content: "";
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url("/img/team/globo-network2.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.bkg-team{
	position: relative;
	width: 100%;
	height: 20vh;
	border-radius : 4vh 0 5vh 0;
	
}
.avatar {
	
	margin-top:  10vh;
	width: 20vh;
	height: 20vh;
	border-radius: 50%;
 }



.bkg h2{
	text-align:  center;
	height: fit-content;
	color: #fff;
	font-size: 6vh;
	padding-bottom: 10vh;
}

.center{

	margin: 0 auto;

}

.footer::before{
	content:"";
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	background-repeat: no-repeat;
	background-size:cover;
	background-color: #03080e;
}


.footer{
	position: relative;
	height: 30vh;
	display: flex;
	flex-flow: column;
}

.footer-box{
	position: relative;
	display: flex;
	width: 100%;
	height:100%;
	justify-content: space-around;
}

.contato{
	position: relative;
	display: flex;
	flex-flow: column;
	width: 25%;
	height:10vh;
	margin:0;
	margin-top:auto;
	margin-bottom:auto;
}

.logo-footer{
	margin: 0;
	width:auto;
	height: 30vh;

}

.contato ul{
	padding-top:2vh;
	padding:0;
	display: flex;
	list-style: none;
		
}

.contato ul li{
	
	margin-left: 2vh

}
.copyright{

	text-align: center;
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.icon{
	width: 7vh;
}
/*Font Size*/
h1{
	font-size: 7vh;
}
h2{
	font-size: 5vh;
}
h3{
	font-size: 4vh;
}
h4{
	font-size: 3vh;
}
h5{
	font-size: 2.5vh;
}
h6{
	font-size: 1vh;
}
p{
	font-size: 0.5vh;
}
.h1{
	font-size: 7vh;
}
.h2{
	font-size: 5vh;
}
.h3{
	font-size: 4vh;
}
.h4{
	font-size: 3vh;
}
.h5{
	font-size: 2vh;
}
.h6{
	font-size: 1vh;
}
.p{
	font-size: 0.5vh;
}

/*Animações Keyframe*/
@keyframes typewriter{
	to{
		left:100%
	}
}
@keyframes blinking {
	to{
		background-color: transparent;
	}	
}

@keyframes turn-on{
	0%{
		left:0; bottom:0;
		width: 0%;
		height: 1vh;
		background-color: transparent;
	}
	33%{
		left:0; bottom:0;
		width: 100%;
		height: 1vh;
		background-color: #3DA5D9;		
	}
	66%{
		left:100%; bottom:0;
		width: 0%;
		height: 1vh;
		background-color: transparent;
	}
	99%{
		left:100%; bottom:0;
		width: 0%;
		height: 1vh;
		background-color: transparent;
	}
}  

.loader-wrapper{
	display: block;
	position: fixed;
	z-index: 1001;
	background-color: #070E18;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	opacity: 1;
	animation: loaded 0.78s 1s forwards;
	
}

@keyframes loaded {
	0%{
		opacity: 1;
		z-index: 1000;
		background-color: #070E18;
	}
	50%{
		z-index: -1000;
		opacity: 0;
	  	background-color: #070E18;
	}
	100%{
		z-index: -1000;
		opacity: 0;
	  	background-color: transparent;
	}
}

  .loader-wrapper svg {
	position: fixed;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
  
  .stroke-still {
	stroke: #232323;
  }
  .stroke-still2 {
	stroke: #fff;
  }
  
  .stroke-animation {
	
			animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
	
			animation-iteration-count: infinite;

			animation-delay: 0;

			animation-direction: normal;

			animation-fill-mode: forwards;

			animation-play-state: running;

			transform-origin: center center;
  }
  
  @keyframes stroke-spacing {
	0% {
	  stroke-dasharray: 0 200;
	}
	45% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 200 200;
	}
	90% {
	  stroke-dashoffset: -200;
	  stroke-dasharray: 200 200;
	}
	100% {
	  stroke-dashoffset: -200;
	  stroke-dasharray: 200 200;
	}
  }
  
  @keyframes stroke-spacing {
	0% {
	  stroke-dasharray: 0 200;
	}
	45% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 200 200;
	}
	90% {
	  stroke-dashoffset: -200;
	  stroke-dasharray: 200 200;
	}
	100% {
	  stroke-dashoffset: -200;
	  stroke-dasharray: 200 200;
	}
  }
  
  @keyframes stroke-color {
	0%  { stroke: #3498DB; }
	24% { stroke: #643232; }
	25% { stroke: #327864; }
	49% { stroke: #327864; }
	50% { stroke: #32326e; }
	74% { stroke: #32326e; }
	75% { stroke: #78325a; }
	99% { stroke: #78325a; }
  }
  
  @keyframes stroke-color {
	0%  { stroke: #3498DB; }
	24% { stroke: #643232; }
	25% { stroke: #327864; }
	49% { stroke: #327864; }
	50% { stroke: #32326e; }
	74% { stroke: #32326e; }
	75% { stroke: #78325a; }
	99% { stroke: #78325a; }
  }

 


@media(max-width:700px) {
	
	*{
		margin: 0 auto;
	}
	
	.container{
		position:absolute;
		width:100%;
		height: 100%;
		background: linear-gradient(#3DA5D9, #115376);
		z-index: -2;
		justify-content: center;
	}
	
	
	.header{
		position: relative;
		display: block;
		width: 100%;
		height: 100vmin;
		padding-bottom: 20vmin;
	}
	
	
	.header::before{
		content: "";
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		background-repeat: no-repeat;
		background-image: url("../img/header.jpg");
		background-size:cover;
		z-index: -1;
	}
	
	.navi-bar{
		position: fixed;
		top:0;
		right: 0;
		background: #070E18;
		height: 100%;
		width: 70%;
		display: flex;
		flex-direction: column;
		z-index: 4;
		transition: transform 0.5s;
		transform:translateX(100%);
	}
	
	.navi-bar[data-visible="true"]{
		transition: transform 0.5s;
		transform:translateX(0%);

	}

	.navi-button::before{
		content: "";
		position: absolute;
		left:0.8vw;
		top:2.5vh;
		right: 0.8vw;
		bottom:2.5vh;
		background-color:#070E18;
		opacity: 1;
		z-index: -1;
	}

	.navi-button{
		position: fixed;
		display: block;
		float:right;
		flex-shrink: 0;
		padding-right: 2vw;
		height: auto;
		width: 10%;
		max-width: 3rem;
		transition: right 0.5s;
		right:0%;
		background-color: transparent;
		border-style: none;
		z-index: 5;
	}

	.navi-button[data-visible="true"]{
		transition: all 0.5s;
		right: 70%;

	}
	.navi{
		height: 100%;
		width: 100%;
		margin: 0 auto;
	}
	
	.navi ul{
		height: 100%;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	
	
	
	.navi ul li{
		margin: 0 auto;
		justify-content: center;
	}
	
	
	.navi ul li a{
		z-index: -1;
		width: 10vmin;
		height: 10vmin;
		font-size: 1.3rem;
	}
	
	.navi ul li a:link{
		text-decoration: none;
	}
	.navi ul li a:visited{
		text-decoration: none;
	}
	.navi ul li a:active{
		text-decoration: none;
	}
	
	.navi ul li a::before{
		content: "";
		position: absolute;
		z-index: 1;
	}
	
	.navi ul li a:hover::before{
		animation: turn-on 2.0s forwards;
	}
	
	.navi ul li a:hover{
		transition: color 0.5s linear 0.5s;
		color:#3DA5D9;
	}
	
	.navi ul button{
		width: 100%;
		background-color: #3DA5D9;
		border-color: #3DA5D9;
		font-size: 1.4rem;
		border-width: 0.35vmin;
		font-weight: 300;
		color:black;
		border-radius: 2vmin;
		
	}
	
	.navi ul button:hover{
		transition: all 2s linear;
		background-color: #3dd4d9;
		border-color: #3dd4d9;
		box-shadow: 0px 0px 30vmin 10vmin #3DA5D9;
		transition: all 2s linear;
	}
	
	.navi ul button:active{

		border-style: inset;

	}
	
	.logo{
		position: relative;
		display: block;
		margin:	0 auto;
		padding-bottom:1vmin;
		width: 50%;
		height: auto;
		}
	
	
	.header-text h1::before, header h1::after{
		content:"";
		position: absolute;
		top: 75%; left: 0; bottom: 0; right: 0;
	}
	
	.header-text h1::before{
		background: #070E18;
		animation: typewriter 3s steps(18) 0.2s forwards;
	}
	
	.header-text h1::after{
		width: 0.50vmin;
		background: black;
		animation: typewriter 3s steps(18) 0.2s forwards,
					blinking 0.8s steps(2,start) both infinite;
	}
	
	
	
	.white{
		color:#fff;
		font-weight: 300;
	}
	.black{
		color: #000;
		font-weight:300;
	}
	
	.header-text{
		position: relative;
		width: fit-content;
		padding-top:20vmin;
		font-family: "Source Code Pro", monospace;
		text-align: center;
	
	}
	.sec02{
		
		background-color: #070E18;
		width: 100%;
		height: fit-content;
		padding-top: 4vmin;
		padding-bottom: 18vmin;
		
	}
	.sec03{
	
		width: 90%;
		background-color: #070E18;
		height:fit-content;
		
		
	}
	.linha{
		
		display: flex;
		flex-flow: row wrap;
	}
	.sec03 h2{
		height: fit-content;
		color: #fff;
		font-size: 6vmin;
		text-align: center;
		
	}
	.sec04{
		height: auto;
		width: 100%;
		padding-top: 3vmin;	
		margin: 0;
		float: left;
	
		
	}
	
	.sec04 p {
		font-size: 3.5vmin;
		text-align: left;
		text-align: center;
	
	}
	.sec05{
	    margin: 0 auto;
		width: 100%;
		padding-top: 5vmin;
		padding-left: 10vmin ;
	
		
	}
	.sec05 img{
		
		height: 45vmin;
	}
	.sec06{
		display: grid;
		grid-template-columns: 30% 30% 30%;
		background-color: #070E18;
		width: 90%;
		grid-column-gap: 5vmin;
		grid-row-gap: 5vmin;
	}
	
	
	
	.bkg{
		background-color: #070E18;
		padding: 10vmin 0 10vmin 0;
	}
	
	
	.grid-item::before{
		transition: all 1s;
		content:"";
		position: absolute;
		border-radius: 5vmin;
		top:5vmin;
		bottom:5vmin;
		left: -1vmin;
		right: -1vmin;
		background-color:#070E18;
		opacity: 1;
		z-index: -1;
	}
	.grid-item:hover::before{
		transition: all 1s;
		content:"";
		position: absolute;
		border-radius: 5vmin;
		top:50%;
		bottom:50%;
		left: -1vmin;
		right: -1vmin;
		background-color:#070E18;
		opacity: 1;
		z-index: -1;
	}
	
	.grid-item::after{
		transition: all 1s;
		content:"";
		position: absolute;
		
		background-color: #10196b94;
		opacity: 0.7;
		border-radius: 5vmin;
		top:-1vmin;
		bottom:-1vmin;
		left: 5vmin;
		right: 5vmin;
		background-color:#070E18;
		opacity: 1;
		z-index: -1;
	}
	.grid-item:hover::after{
		transition: all 1s;
		content:"";
		position: absolute;
		border-radius: 5vmin;
		top:-1vmin;
		bottom:-1vmin;
		left: 50%;
		right: 50%;
		background-color:#070E18;
		opacity: 1;
		z-index: -1;
	}
	
	
	
	.grid-item::after{
		content:"";
		position: absolute;
		border-radius: 5vmin;
		top:-5vmin;
		bottom:-5vmin;
		left: 5vmin;
		right: 5vmin;
		background-color:#070E18;
		opacity: 1;
		z-index: -1;
	}
	
	.grid-item{
		transition: all 0.5s;
		position: relative;
		width: 80%;
		text-align: center;
		padding: 3vmin;
		border: 0.4vmin solid rgba(0, 0, 0, 0.8);
		border-radius: 5vmin;
		color: #fff;
		font-size: 2vmin;
		z-index: 2;
	}
	
	.nosso-time{
		padding-top: 15vmin;
		text-align: center;
		color: #fff;
		background-color: #070E18;
	}
	
	.grid-item:hover{
		transition: all 3s;
		border: 0.2 solid;
		border: 0.4vmin solid #3DA5D9;
	
	}
	
	
	.container2{

		width: 90%;
		height: 60vmin;
		display: block;
	
	}
	
	.scroll2{
		display: flex;
		width: 100%;
		height: 60vmin;
		overflow-x: scroll;
		overflow-y: hidden;
		border-radius:  5vmin 0 5vmin 0;
		padding: 1.5vmin;
		
	}
	
	.team-Holder{
	
		text-align: center;
		background-color: white;
		width: 45vmin;
		flex-shrink: 0;
		margin: 1vmin;
		border-radius:  5vmin 0 5vmin 0;
	
		
	}
	
	.team-Holder:hover{
	
		transform:scale(1.1) ;
		border-style: solid;
		border-color: #000;
		border-width: 0.1vmin;
		border-radius:  5vmin 0 5vmin 0;
	
	}
	
	.bkg-team::before{
	
		content: "";
		width: 100%;
		height: 100%;
		position: relative;
		background-image: url("/img/team/globo-network2.png");
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.bkg-team{
		position: relative;
		width: 100%;
		height: 20vh;
		border-radius : 4vmin 0 5vmin 0;
	}	
	.avatar {
		
		margin-top:  23vmin;
		width: 20vmin;
		height: 20vmin;
		border-radius: 50%;
	 }
	
	
	
	.bkg h2{
		text-align:  center;
		height: fit-content;
		color: #fff;
		font-size: 6vmin;
		padding-bottom: 10vmin;
	}
	
	.center{
	
		margin: 0 auto;
	
	}
	.footer::before{
		content:"";
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		background-repeat: no-repeat;
		background-size:cover;
		background-color: #03080e;
	}
	
	
	.footer{
		position: relative;
		height: 40vmin;
		display: flex;
		flex-flow: column;
	}
	
	.footer-box{
		position: relative;
		display: flex;
		width: 100%;
		height:100%;
	}
	
	.contato{
		position: relative;
		display: flex;
		flex-flow: column;
		width: 100%;
		height:10vmin;
		margin-left: auto;
		margin-top:auto;
		margin-bottom:auto;
	}
	
	.logo-footer{
		margin: 0;
		width:auto;
		height: 40vmin;
	
	}
	
	.contato ul{
		padding-top:2vmin;
		padding:0;
		display: flex;
		list-style: none;
			
	}
	
	.contato ul li{
		
		margin-left: 2vmin;
	
	}
	.copyright{
	
		text-align: center;
		background-color: #000;
		width: 100%;
		height: 100%;
		z-index: 9999;
		
	}
	
	.icon{
		width: 5vmin;
	}
	/*Font Size*/
	h1{
		font-size: 7vmin;
	}
	h2{
		font-size: 5vmin;
	}
	h3{
		font-size: 4vmin;
	}
	h4{
		font-size: 3vmin;
	}
	h5{
		font-size: 2.5vmin;
	}
	h6{
		font-size: 1vmin;
	}
	p{
		font-size: 0.5vmin;
	}
	.h1{
		font-size: 7vmin;
	}
	.h2{
		font-size: 5vmin;
	}
	.h3{
		font-size: 4vmin;
	}
	.h4{
		font-size: 4vmin;
	}
	.h5{
		font-size: 2vmin;
	}
	.h6{
		font-size: 1vmin;
	}
	.p{
		font-size: 0.5vmin;
	}
	/*Animações Keyframe*/
	@keyframes typewriter{
		to{
			left:100%
		}
	}
	@keyframes blinking {
		to{
			background-color: transparent;
		}	
	}
	
	@keyframes turn-on{
		0%{
			left:0; bottom:0;
			width: 0%;
			height: 1vmin;
			background-color: transparent;
		}
		33%{
			left:0; bottom:0;
			width: 100%;
			height: 1vmin;
			background-color: #3DA5D9;		
		}
		66%{
			left:100%; bottom:0;
			width: 0%;
			height: 1vmin;
			background-color: transparent;
		}
		99%{
			left:100%; bottom:0;
			width: 0%;
			height: 1vmin;
			background-color: transparent;
		}
	}
	

}