/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2026 | 20:43:41 */
/* Target Safari 11+ 
   We use -webkit-hyphens because Chrome/Firefox use the standard 'hyphens' 
   property, making this unique to Apple's engine.
*/
@supports (-webkit-hyphens:none) {
	body .safari-swiper-slide-fix .swiper-slide {
		width: 100%!important;
	}
	body .safari-swiper-slide-fix .swiper-slide .slider-content-zone{
		text-align: -webkit-center;
	}

	body.pieza-template-default .wp-block-greenshift-blocks-image{
		height: auto!important;
		display: flex;
	}
	body.pieza-template-default .autor-de-pieza .wp-block-greenshift-blocks-image img{
		height: auto!important;
	}
}
.proceso-imgs img{
	width: auto!important
}


.proceso-imgs, 
.gspb_marquee_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}