.categoria-elementor{
	padding:70px 0 20px;
}

 .categoria-elementor a.img img{
	height:80%;
	object-fit: cover;
    -o-object-position: center;
    object-position: center;
	width:100%;
}
.elementor .categoria-elementor a{
	height:100%;
	display: block;
}
.categoria-elementor a h3{

	margin: 20px 0;
	text-align: center;
}
.categoria-elementor a.img .efecto-categoria {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	position: relative;
	
}
.categoria-elementor a.img .efecto-categoria:after{
	content:"";

	background-color: #abe4fc;
	opacity: 0;  
	transition: all 0.5s ease-in-out ;
	position: absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;   
	z-index:1;
	
	border-radius: 0;
}
.categoria-elementor a.img:hover .efecto-categoria:after {
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	opacity:0.6;
	border-radius: 10px;
}
.categoria-elementor a.img img{
	mix-blend-mode: multiply;
	position: relative;
	z-index: 2;
}
.categoria-elementor a.img h3{
    transition: all 0.5s ease-in-out ;
	color:#272f3d;
}
.categoria-elementor a.img:hover h3{
    color:#019cde !important;
}

@media only screen and (max-width: 600px) {

.categoria-elementor a h3{

	margin: 15px 0;
}
.categoria-elementor  .col-6{
	padding: 5px;
}
.categoria-elementor {
	padding:40px 15px 10px
}
}



.category-id-4
.categoria-elementor a.img .efecto-categoria:after{

    background-color: #4b7b20;
	
}
.category-id-4
.categoria-elementor a.img:hover h3{
	color: #4b7b20!important;
}
.category-id-5
.categoria-elementor a.img .efecto-categoria:after{

    background-color: #009483;
	
}
.category-id-5
.categoria-elementor a.img:hover h3{
	color: #009483!important;
}

.category-id-6
.categoria-elementor a.img .efecto-categoria:after{

    background-color: #047eb3 ;
	
}
.category-id-6
.categoria-elementor a.img:hover h3{
	color: #047eb3 !important;
}


.category-id-7 
.categoria-elementor a.img .efecto-categoria:after{

    background-color: #58579a;
	
}
.category-id-7 
.categoria-elementor a.img:hover h3{
	color: #58579a!important;
}


.category-id-8 
.categoria-elementor a.img .efecto-categoria:after{

    background-color: #9b4f91;
	
}
.category-id-8 
.categoria-elementor a.img:hover h3{
	color: #9b4f91!important;
}


.category-id-9 
.categoria-elementor a.img .efecto-categoria:after{

    background-color: #b23d50;
	
}
.category-id-9 
.categoria-elementor a.img:hover h3{
	color: #b23d50!important;
}


.category-id-10 
.categoria-elementor a.img .efecto-categoria:after{

    background-color: #aa6700;
	
}
.category-id-10 
.categoria-elementor a.img:hover h3{
    color: #aa6700!important;
}