/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2024 | 17:30:49 */
@media (768px <= width <= 1023px) {
	/* ROW */
	.w-lg-25 {
		width: 25% !important;	
	}
	.w-lg-50 {
		width: 50% !important;	
	}
	.custom.elementor-widget-image-box .elementor-widget-container {
    	height: 300px;
	}
	.custom .elementor-image-box-content {
		transform: translateY(70%);
	}
	/* */
	.servicio .elementor-widget-wrap, .kit .elementor-widget-wrap {
    	grid-template-columns: 1fr 1fr;
    	gap: 10px;
	}
	.kit .elementor-widget-wrap {
    	gap: 15px;
	}
	.tres .elementor-widget-wrap {
		grid-template-columns: 1fr 1fr 1fr;
    	gap: 30px;
	}
	/* MULTI STEP */
	.steps-form {
    	margin-bottom: 1rem;
	}
	.multi-step .step-content button.uacf7-prev, .multi-step .step-content button.uacf7-next {
		margin-top: 0;
	}
	.uacf7-next::before, .uacf7-prev::before {
    	font-size: 0.9rem;
    	line-height: 2;
	}
	.uacf7-next, .uacf7-prev, .multi-step .wpcf7-submit.btn-dark {
    	padding: 0.4rem 2rem;
	}
	/* CARUSEL */
	.flickity-slider .elementor-element {
    	width: 50%;
		margin-right: 15px !important;
        margin: 0;
	}
	.main-carousel::after {
  		content: 'flickity';
  		display: none;
	}
	.carrusel .flickity-enabled.is-draggable {
    	margin: 0 1rem;
	}
	.carrusel .flickity-prev-next-button {
		width: 30px;
    	height: 30px;
	}
	.carrusel .flickity-prev-next-button.next {
    	right: -25px;
	}
	.carrusel .flickity-prev-next-button.previous {
		left: -25px;
	}
	/* PRICE */
	.eael-pricing.style-4 .eael-pricing-item .eael-pricing-image {
		height: 170px;
	}
	/* PRUEBA */
	.form-group.col-lg-12.icono {
    	grid-template-columns: auto auto;
    	grid-gap: 10px;
	}
	.icono input[type="radio"]::before {
    	top: 4px;
	}
	.icono input[type="radio"]:checked::after {
    	top: 8px;
	}
}