.content_text {
    background-color: #F5F7F6;
}

.content_before::before{
    content: '';
    position: absolute;
    right: 100%;
    height: 100%;
    width: 200%;
    background: #F5F7F6
}

.section_informacion .card_text::before{
    content: '';
    position: absolute;
    left: -200%;
    height: 100%;
    width: 200%;
    background: #005C53;
}

/* .clientes .jet-slick-dots li{
		width: 45px !important;
		height: 5px !important;
		border-radius: 13%;
		transform: skewX(-40deg);
		background-color: #d0ddd7;
	}
.clientes .jet-slick-dots .slick-active{
		background-color: #F6633E !important
} */


@media (max-width: 767px) {
	
	.section_title .elementor-widget-container .elementor-image-box-wrapper{
		display: flex !important;
		align-items: center;
	}
	
	.section_title .elementor-widget-container .elementor-image-box-content{
		display: flex !important;
		align-items: center !important;
    	
	}
	
	.clientes .jet-slick-dots li, .proyectos .jet-slick-dots li{
		width: 35px !important;
		height: 5px !important;
		border-radius: 13%;
		transform: skewX(-40deg);
		background-color: #d0ddd7;
	}
	.clientes .jet-slick-dots .slick-active, .proyectos .jet-slick-dots .slick-active{
		background-color: #F6633E !important
	}
	
}