/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2024 | 01:33:32 */
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
	/*MENU-STICKY*/
	.nav-prod.elementor-sticky--active {
    	padding-bottom: 0.5rem !important;
    	top: calc(100px - 0%) !important;
		z-index: 10000;
	}
	.nav-prod .owl-stage {
    	grid-template-columns: repeat(auto-fit, minmax(9%, 1fr));
    	column-gap: 30px;
    	row-gap: 0;
	}
	/*HEADER*/
	#header .left {
    	width: 25%;
	}
	/*#header .center {
    	width: 5%;
	}*/
	#header .right {
    	width: 75%;
	}
	/*PRODUCTOS*/
	.espaciado {
    	height: 5.5rem;
	}
	/*FILA*/
	.contenido-left .elementor-widget-wrap.elementor-element-populated, .contenido-right .elementor-widget-wrap.elementor-element-populated {
    	width: calc(100% - 255px);
	}
	/*CARRUSEL-SERVICIOS*/
	.custom.left {
    	left: 265px;
	}
	.custom .owl-carousel.show-nav-title .owl-nav {
    	top: -70px;
    	right: calc(0% - -550px);
	}
	/*CARRUSEL*/
	.custom.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
		top: -60px;
    	left: calc(70% - -250px);
	}
}