*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
}
.h-100vh{
	height: 100vh;
}
.display-0{
	font-size: 7em;
	font-weight: bold;
}
.lh-5em{
	line-height: 5.5em;
}
.center-ab{
	top: 50%;
	left: 50%;
	transform: translate(-25%, -50%);
}
#two{
	background-image: url(../img/apoio.jpg); 
	background-size: cover; 
	background-repeat: no-repeat;
}
.text-blue{
	color: rgb(0,160,221);
}
.text-grey{
	color: rgb(80,106,118);
}
.text-grey-dark{
	color: rgb(115,115,115);	
}
.text-grey-lighter{
	color: rgb(167,167,167);	
}
.border-bottom-custom{
	border-bottom: 1px solid #ccc !important;
}
.border-right-custom{
	border-right: 2px solid #ccc !important;
}
.text-light-grey{
	color: rgb(128,128,128);
}
.border-top-custom{
	border-top: 6px solid rgb(221,221,221) !important;
	border-bottom: 6px solid rgb(221,221,221) !important;
}
.max-50{
	max-width: 50%;
}
.w-70{
	width: 55%;
}
@media(max-width:768px){
	.flex-d{
		flex-direction: column-reverse;
	}
	.max-50{
		max-width: 100%!important;
	}
	.w-70{
		width: 100%!important;
	}
	.img-mob{
		height: 100vh;
		object-fit: cover;
	}
	.display-0{
		font-size: 3em;
	}
	.center-ab{
		top: 50%;
		transform: translate(-50%,-50%);
	}
}

.content-partner img {padding: 0 15px;}