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

.artigos{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}

.artigos h1{
	font-family: "Metric Black";
	font-size: 40px;
	font-weight: 600;
}

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

.artigos-col{
	flex-basis: 31%;
	background: #F6F6F6;
	border-radius: 4px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
}

.artigos-col h4{
	text-align: left;
	color: #707070;
	font-family: "Metric Light";
	font-size: 17px;
}

.artigos-col h3{
	text-align: center;
	color: #000000;
	font-family: "Metric Black";
	font-size: 20px;
	line-height: 25px;
}

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

/* Case Sucesso */

.case-sucesso{
	width: 80%;
	margin: auto;
}

.sucesso h4{
	color: #000000;
	font-size: 22px;
	font-family: "Metric Light";
	font-weight: 400;
}

.case-sucesso img{
	width: 170px;
} 

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

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

.case-col img {
	width: 100%;
}

.case-col h1{
	padding-top: 0;
	font-family: "Metric Black";
	font-size: 46px;
	font-weight: 700;
	line-height: 50px;
	color: #000000;
}

.case-col p{
	padding: 1px 0 25px;
	font-family: "Metric Light";
	font-size: 25px;
	font-weight: 400;
	line-height: 28px;
	color: #333333;
}

.box-depoimento{
	background: #F6F6F6;
	justify-content: center;
	
}

.box-depoimento h1{
	font-family: "Metric Black";
	font-size: 25px;
	line-height: 33px;
	color: #000000;
	font-weight: 700;
	padding: 10px 10px;
}

.box-depoimento p{
	font-family: "Metric Light";
	font-size: 18px;
	color: #707070;
	padding: 10px;
}

.resultado h1{
	font-family: "Metric Black";
	font-size: 25px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 2px
}

.resultado p{
	font-family: "Metric Light";
	font-size: 22px;
	color: #333333;
	line-height: 26px;
}



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

/* Texto Security */

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

.text-security h1{
	font-family: "Metric Bold";
	font-size: 35px;
	font-weight: 600;
}

.text-security p{
	color: #000000;
	font-size: 19px;
	font-family: "Metric Light";
	font-weight: 400;
	padding: 10px;
}

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

.text-security-col{
	flex-basis: 31%;
	margin-bottom: 5%;
	box-sizing: border-box;
	padding: 20px 12px;
}

.text-security-col h2{
	text-align: center;
	margin: 10px 0;
	font-family: "Metric Bold";
	font-size: 25px;
}

.text-security-col p{
	font-family: "Metric Light";
	font-size: 19px;
}

.links {
	font-family: "Metric Light";
	font-size: 20px;
	text-align: left;
	text-decoration: none;
}


/* Texto Security Two */

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

.text-security-two-col{
	flex-basis: 48%;
	padding: 30px 2px;
}

.text-security-two-col img{
	width: 100%;
}

.text-security-two-col h1{
	padding-top: 0;
	font-family: "Metric Bold";
	font-size: 30px;
	text-align: left;
}

.text-security-two-col p{
	padding: 15px 0 25px;
	font-family: "Metric Light";
	font-size: 19px;
	text-align: left;
}

/* Principais Soluções */

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

.text-security-three-col{
	flex-basis: 48%;
	border-bottom: 2px solid #E5E5E5;
	
}

.text-security-three-col h1{
	font-family: "Metric Bold";
	font-size: 30px;
}

.text-security-three-col p{
	font-family: "Metric Light";
	font-size: 19px;
}

/* Responsivo */

@media(max-width:700px){
	.text-security-row{
		flex-direction: column;
	}
	.text-security-two-row{
		flex-direction: column;
	}
	.text-security-three-row{
		flex-direction: column;
	}
}
