@charset "utf-8";
/* CSS Document */


body{
	margin:0px;
	padding:0px;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

.toggle{
	display: none;
}

#main{
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	background-color: #edf1fd;
	position: relative;
	background-image: url("../img/image.cloud.partnes.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}



nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: "Metric SemiBold";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 50px;
	background-color: #f4f7ff;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.05);
	z-index: 1;
}

.menu {
	display: flex;
}

.menu li a {
	padding: 10px 15px;
	color: #6c707c;
	font-size: 12px;
}

.lang{
	color: #292929;
}

.logo{
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	font-family: "Metric Bold";
}

.name{
	
	width: 90%;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
	
}

.name p:nth-child(1),
.name .details{
	color: #000;
	font-size: 24px;
	font-weight: 400;
    line-height: 24px;
	text-align: center;
	
}
.name h1{
	font-family: "Metric Bold";
	font-size: 44px;
	color: #000;
	font-weight: 500;
	margin: 0;
	
}

.cv-btn{
	width: 200px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #292929;
	color: #ffffff;
	font-weight: bold;
}


/* Button */

.aws-btn{
	display: inline-block;
	text-decoration: none;
	color: #000;
	border: 2px solid #01A982;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	font-family: "Metric SemiBold";
	font-weight: 400;
	line-height: 20px;

}

/* Texto */

.texto{
	width: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}

.texto-row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
	
}

.texto-col{
	flex-basis: 48%;
	padding: 30px 2px;
	
}

.texto-col h1{
	font-family: "Metric Bold";
	font-size: 42px;
	color: #000000;
	font-weight: 600;
	
}

.fita{
	border-top: 2px solid #01A982
}

.texto-col p{
	font-family: 'Metric Light';
	font-size: 22px;
	color: #1d1d1d;
	font-weight: 300;
	
}

/* Box serviços */

.box-servicos{
	width: 80%;
	margin: auto;
	text-align: center;
}

.box-servicos h1{
	font-family: "Metric Bold";
	font-size: 40px;
	color: #000000;
	font-weight: 600;
}

.box-row{
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
	
	
}

.box-col {
	flex-basis: 46%;
	margin-bottom: 5%;
	box-sizing: border-box;
	text-align: left;
	border-radius: 20px;
	padding: 5px 0px 30px 40px;
	
}

.box-col h6, h3{
	
	color: #fff;
	font-family: "Metric Light";
	font-size: 23px;
	font-weight: 600;
	
	
		
}

.box-col h1{
	color: #fff;
	font-size: 35px;
	font-family: "Metric Bold";
}

.box1{
	
background-color: #74EBD5;
background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
}

.box2{
	
	background-color: #FAD961;
    background-image: linear-gradient(90deg, #FAD961 0%, #F76B1C 100%);
}

.links{
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Metric Light";
	font-weight: 500;
}



/* Clientes */

#portfolio{
	width: 100%;
	box-sizing: border-box;
	font-family: "Metric Bold";
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 2% 20px 2%;
}

.p-heading{
	font-family: 'Metric Bold';
	font-size: 30px;
	text-align: center;
	color: #000000;
	font-weight: 900;
	
}

.p-box{
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
}

.p-b-container{
	width: 90%;
	height: 70vh;
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
	
}

.text-overlay{
	font-family: "Metric SemiBold";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #383532;
	display: none;
}

.text-overlay h1,p{
	color: #fff;
}

.text-overlay h1{
	font-size: 25px;
	margin: 0;
	padding: 10px 0;
}

.text-overlay p{
	font-size: 17px;
	font-family: "Metric Light";
	margin: 0;
	padding: 10px 0;
}

.text-overlay a {
	color: #fff;
	font-family: "Metric Light";
	font-size: 17px;
	border: 1px solid #008767;
	padding: 8px 60px;
	border-radius: 5px;
	margin: 10px 0;
}

.p-box:hover .text-overlay{
	display: flex;
}

.p-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


button{
	margin: 10px 0;
	width: 50%;
	padding: 10px;
	border: 1px solid #008767;
	background: #383532;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	
}



.trailer{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.9);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	
}

.trailer video{
	max-width: 900px;
	outline: none;
	position: relative;
}

.close{
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	font-size: 42px;
	cursor: pointer;
	
}

/* Fim cliente */



/*-------inicio responsive -----*/

@media(max-width:1190px){
	#main{
		background-size: 1150px !important;
		
	}
	.name{
		left: 10%;
		top: 50%;
		transform: translate(-10%,-50%);
	}
	 
}

@media(max-width:970px){
	#main{
		background-image: none !important;
		
	}
	.name{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	
	.p-b-container{
		width:100%;
	
	}
	.name h1{
		font-size: 30px;
	}
			
  }

@media(max-width:900px){
	.toggle{
		display: block;
	}
	
	.toggle:before{
		content: '\f0c9';
		font-family: FontAwesome;
		line-height: 0px;
		margin-left: -35px;
	}
	
	.toggle.active:before{
		content: '\f00d';
	}
	nav {
		padding: 10px 30px;
	}
	nav ul{
		position: absolute;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		background-color: #0f0f0f;
		top: 50px;
		left: 0;
		transition: 0.5s;
		overflow: hidden;
		border: 3px solid #1F1F1F;
		display: none !important;
		margin: 0px;
		padding: 0px;
	}
	
	nav ul li a{
		border-bottom: 1px solid rgba(255,255,255,0.10) ;
		color:#ffffff !important;
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px !important;
		padding: 0px !important;
}
	.active-menu {
		display: block !important;
	}
	
	.p-b-container{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		height: auto;
		grid-gap: 10px;
	}
	
}

@media(max-width:600px){
	.p-b-container{
		grid-template-columns: 1fr;
	}
	.name{
		width: 60%;
	}
}

/* Video portfolio */
@media(max-width: 901px){
	.trailer video{
		max-width: 90%;
	}
	
}


/* Texto principal */

@media(max-width: 700px){
	.texto-row{
		flex-direction: column;
	
	}
}

/* Box principal */

@media(max-width: 700px){
	.box-row{
		flex-direction: column;
	
	}
}
