/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2024 | 01:36:25 */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	/*MENU-STICKY*/
	.nav-prod.elementor-sticky--active {
    	padding-bottom: 0.5rem !important;
    	top: calc(75px - 0%) !important;
		z-index: 10000;
	}
	.nav-prod .owl-stage {
    	grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    	column-gap: 10px;
    	row-gap: 0;
	}	
	/*HEADER*/
	#header .left {
    	width: 15%;
	}
	/*#header .center {
    	width: 0%;
	}*/
	#header .right {
    	width: 85%;
	}
	/*PRODUCTOS*/
	.espaciado {
    	height: 4rem;
	}
	/*FILA*/
	.contenido-left .elementor-widget-wrap.elementor-element-populated, .contenido-right .elementor-widget-wrap.elementor-element-populated {
    	width: calc(100% - 90px);
	}
	/*CARRUSEL-SERVICIOS*/
	.custom.left {
    	left: 105px;
	}
	.custom .owl-carousel.show-nav-title .owl-nav {
    	top: -70px;
    	right: calc(0% - -280px);
	}
	/*CARRUSEL*/
	.custom.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
		top: -60px;
    	left: calc(70% - -170px);
	}
	/*NOSOTROS*/
	.adaptable1 .elementor-heading-title {
		font-size: 2.2rem !important;
		line-height: 2.5rem !important;
		letter-spacing: 0 !important;
    	word-spacing: 0 !important;
	}
	.adaptable2 .elementor-heading-title {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}
}