.img-cover{
    width:45%;
    position: absolute;
    right: 18px;
  	bottom: -105px;
}

.curva{
	position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #F8F8F8;
    -webkit-clip-path: ellipse(52% 8% at 50% 0%);
    top: -18px;
    bottom: 0;
    left: 0;
    right: 0;
}

.como-funciona-factoraje-clientes{
	position: relative;
}

.que-es-factoraje p{
	text-align: center;
}

.team-image{
	display: flex;
    flex-direction: column;
    align-items: center;
   	text-align: center;
}

.icon-ventaja{
	height: 90px;
    margin: 6px;
}

.seccion-contorno{
	background: #F4F4F4;
    width: auto;
}

.funciona{
	text-align: center!important;
}

.circulo-derecha{
	margin: 0px 40px 0px 70px;
}

/*.valores-factoraje-h4{
    font-style: normal;
    text-align: center;
}*/

.menu-proceso{
	justify-content: center !important;
}

.team-image span{
	color: #3C3C3C;
}

.seccion-texto-proceso{
	background: #ECECEC;
	max-width: 1000px !important;
}

.seccion-texto-proceso p{
	line-height: 20.83px !important;
}

.arrow-text{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
}

.arrow-text span{
	color: #F0CC00;
	font-weight: bold;
}

.arrow-text h5{
	font-size: 20px!important;
}

.div-requisitos{
	display: flex;
    align-items: flex-end;
}

.container-feature-como-funciona{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px;
    flex-direction: row;
}


.div-left{
	height: 211px;
	background: #00A14B;
	border-radius: 20px;
	position: relative;
	width: 95%;
}

.div-right{
	height: 214px;
    top: 0;
    right: 0px;
    background: #ECECEC;
    border-radius: 20px;
    position: absolute;
    clip-path: circle(50% at 100% 50%);
    
}

@media (min-width: 576px) { 

	.cover {
    	height: 200px;
    }
}

@media (min-width: 768px){  
	.par{
		margin-left: 60px;
	}

	.row-ciculos {
		flex-wrap: initial;
	}

	.padding-40px-all {
	    padding: 80px !important;
	}

	.cover {
    	height: 200px;
    }

    .banner-inner img{
		width: 75%;
		margin-right: 0;
	}
}

@media (min-width: 992px) { 
	.cover {
    	height: 300px;
    }
}

@media (max-width: 575px){
	.proceso-factoraje{
		flex-direction: column;
	}

	.text-arrow, .text-arrow-2{
    	width: 98%;
	}

	.ventajas-container{
		flex-direction: column;
	}
	.div-left, .div-right{
		height: 90px;
	}
	.boton-banner{
    	bottom: 10px;
    	left: 4%;

    }

    .cover {
    	height: 130px;
	}

	.div-left{
		width: 90%;
	}

	.banner-inner{
		display: none;
	}

	.banner-container {
		display: flex;
		flex-direction:column;
		justify-content: center;
		align-items: center;
	}

	.banner-container p{
		align-items: center;
	}
	.text-banner{
		margin-right: 5%;
		text-align: center;
	}
}

@media (max-width: 767.98px) { 
	.proceso-factoraje{
		flex-direction: column;
	}

}


