/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2024 | 17:17:52 */
@media (320px <= width <= 767px) {
	/* ROW */
	.custom.elementor-widget-image-box .elementor-widget-container {
    	height: 55vh;
    	margin: 0;
	}
	.custom .elementor-image-box-content {
		transform: translateY(44vh);
	}
	.altura {
    	height: 60vh;
    	display: flex;
    	align-items: center;
	}
	/* ORDEN */
	.order {
    	order: 1;
	}
	/* MULTI STEP */
	.steps-form {
    	margin-bottom: 1rem;
        display: flex;
        justify-content: center;
	}
	.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: 1.2rem;
    	line-height: 2;
	}
	.uacf7-next, .uacf7-prev, .multi-step .wpcf7-submit.btn-dark {
    	padding: 0.3rem 2rem;
	}
	.steps-form .steps-row::before {
		top: 18px;
    	bottom: 0;
    	position: absolute;
		content: " " !important;
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}
	.multi-step .form-group .wpcf7-radio {
		display: inline-grid !important;
		gap: 15px;
		align-items: center;
		justify-content: center;
	}
	.multi-step span.wpcf7-list-item-label {
    	font-size: 1.5rem;
    	line-height: 1.5;
		margin-left: 5px;
	}
	.multi-step input[type="radio"]::before {
		top: 6px;
		width: 20px;
    	height: 20px;
	}
	.multi-step input[type="radio"]:checked::after {
		top: 10px;
		left: 4px;
		width: 12px;
		height: 12px;
	}
	.multi-step .form-row h3 {
		font-size: 1.2rem;
    	line-height: 1.6rem;
		font-weight: 500;
	}
	.multi-step .form-row h4 {
		font-size: 1.5rem;
    	line-height: 1.8rem;
	}
	/* CARUSEL */
	.flickity-slider .elementor-element {
    	width: 100%;
		margin-right: 1rem !important;
		margin-bottom: 0.5rem !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;
	}	
	/*MENU-BOT*/
	.menu-bot {
    	position: fixed;
    	bottom: 0;
    	width: 100%;
    	z-index: 100;
	}
	/* PRICE */
	.eael-pricing.style-4 .eael-pricing-item .eael-pricing-image {
		height: 240px;
	}
	/* PRUEBA */
	.form-group.col-lg-12.icono {
    	grid-template-columns: auto;
    	grid-gap: 5px;
	}
	.icono input[type="radio"]::before {
		top: 2.5px;
	}
	.icono input[type="radio"]:checked::after {
		top: 6px;
	}
}