
@media only screen and (min-width : 1640px) {
	
}
@media only screen and (min-width : 1025px) and (max-width : 4000px){
.solo-mobile {
	display: none;
}

}

@media only screen and (min-width : 1025px) and (max-width : 1499px)
{ 

}

@media only screen and (min-width : 768px) and (max-width : 1024px)
{ 

	
} 

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: landscape)
{ 


}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: portrait)
{ 


}

@media only screen and (max-width: 767px) {
	.plato-home .elementor-column.elementor-col-50 {
		width: 50% !important;
	}
	#ast-mobile-popup .ast-header-button-1 .ast-custom-button {
		font-size: 14px;
	}
	.filtro-box .filters-item a::before {
		height: 120px;
		width: 85%;
	}
	footer .elementor-nav-menu__align-left .elementor-nav-menu, .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ast-scroll-to-top-right {
	bottom: 55px;
	}
	.plato-home .elementor-widget-image img {
		max-width: 130%;
	}
}	