.span-methodology{
	background-color:#EA5934;
	color: #fff;
	padding: 3px 5px;
	width: 20%;
}

.bg-custom{
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.img-custom{
	position: absolute;
	bottom: 15px;
}
.btn-methodology-row{
	margin-top: 10rem;
	display: flex;
    justify-content: center;
}
.span-custom{
	color: #fff;
    padding: 7px 10px;
    background-color: #EA5934;
	width: 60%;
}
.card-process{
	background-image: url('../../assets/img/methodology/bg-card-process.jpg');
	background-size:cover;
	background-repeat: no-repeat;		
	padding: 20px;
	height: 315px;
	
}
.card-process-header{
	width: 80px;
	height: 80px;
	background-color: #fff;
	position: absolute;
    top: -40px;
    left: 40%;
}
.footer-ceo{
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
}
.card-ceo{
	background-image: url('../../assets/img/methodology/bg-ceo.jpg');
	padding: 50px;
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
}
.span-ceo{
	color: #604B99;
    padding: 3px 5px;
    background-color: #fff;
	width: 50%;
}
.img-ceo{
	position: absolute;
    top: -74%;
}
.icon-text-ceo-before{
	position: absolute;
	top:0;
}
.icon-text-ceo-after{
	position: absolute;
	bottom:0;
}
.btn-card{
	width: 90%;
}
.border-service-relative {
    width: 86.5%;
	height: 66px;
	left: 78px;
}
.span-before{
	position: absolute;
	top: -50px;
	left: -100px;
}
.span-after{
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	.banner-mobile {
		width: 85%;
		margin-left: 9%;
		margin-top: -10px;
		margin-bottom: 20px;
	}
	.text-banner-responsive {
		font-size: 1.75rem!important;
		text-align: center!important;
		margin-top: 30px;
	}
	.text-banner-responsive span {
		font-size: 1.25rem!important;
	}
	.lead-1 {
    	font-size: 1.55469rem !important;
	}
	.lead-2 {
    	font-size: 2rem!important;
	}
	.span-methodology {
		width: 38%;
		font-size: 20px;
	}
	.w-75{
		width: 100%!important
	}
	.card-ceo {
		padding: 120px 30px;
		left: 0;
		height: 767px;
		align-items: start;
		background-repeat: no-repeat;
   	 	background-size: cover;
	}
	.span-custom {
		width: 63%;
	}
	.footer-ceo {
		background-size: cover;
		background-repeat: no-repeat;
		height: 950px;
		justify-content: space-between!important;
	}
	.btn-card {
		width: 100%;
	}
	footer {
		margin-top: 0px!important;
	}
	.border-service-relative {
		width: 88%!important;
		height: 94px;
		left: 39px;
	}
	.card-process-header {
		top: 15px;
	}
	.card-process-body{
		margin-top: 100px!important;
	}
	.span-before {
		position: absolute;
		top: -100px;
		left: 10px;
	}
	.img-ceo {
    	position: absolute;
    	top: 0;
	}
	.mb-sm-40{
		margin-bottom: 40px!important;
	}
	.btn-methodology-row {
		margin-top: 54rem;
	}
}
@media (max-width: 400px) {
	.banner-mobile {
		width: 65%!important;
		margin-left: 17%!important;
		margin-top: -10px;
		margin-bottom: 0px!important;
	}
	 .span-custom {
    width: 69%!important;}
	.lead-1 {
    	font-size: 1.05469rem !important;
	}
}