@media only screen and (max-width: 2000px){
	.item_slider_empresa {
	    height: 600px !important;
	}
	.item_slider_empresa img{
		height: 600px;
	}
	.slider_empresa .slick-list{
		padding: 0px 200px;
	}
}
@media only screen and (max-width: 1500px){
	.item_slider_empresa {
	    height: 500px !important;
	}
	.item_slider_empresa img{
		height: 500px;
	}
	.slider_empresa .slick-list{
		padding: 0px 100px;
	}
}

@media only screen and (max-width: 1024px){
	h1.slider{
		font-size: 35px !important;
		line-height: 50px !important;
	}
    .elementor-128 .elementor-element.elementor-element-d9e800e .elementskit-menu-close {
        background-color: white;
        padding: 3px 15px;
        width: auto;
        font-size: 15px;
        border: 1px solid #ccc;
    }
    .categorias_home .item h2{
    	font-size: 20px;
    }
    .categorias_home .item .oculto p{
    	font-size: 14px;
    }
    .categorias_home{
    	flex-wrap: wrap;
    }
    .categorias_home .item,
    .categorias_home .item:hover{
    	flex: 1 50%;
    }
    .categorias_home .item{
    	min-height: 300px;
    }
    .item_slider_empresa {
	    height: 400px !important;
	}
	.item_slider_empresa img{
		height: 400px;
	}
	.slider_empresa .slick-list{
		padding: 0px 50px;
	}

}
@media only screen and (max-width: 768px){
	h1.slider{
		font-size: 30px !important;
		line-height: 45px !important;
	}
}
@media only screen and (max-width: 480px){
	h1.slider{
		font-size: 22px !important;
		line-height: 35px !important;
	}
	.categorias_home .item, .categorias_home .item:hover{
		flex: 1 100%;
	}
	.categorias_home .item h2{
		margin-top: 0px;
	}
	.categorias_home .item .oculto{
		opacity: 1;
	}
	.categorias_home .item .oculto .ver {
        bottom: initial;
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }
     .item_slider_empresa {
	    height: 250px !important;
	}
	.item_slider_empresa img{
		height: 250px;
	}
	.slider_empresa .slick-list{
		padding: 0px 30px;
	}
	.item_slider_empresa {
    	margin: 0px 5px;
	}

}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    
}

