/* Categorías circulares del home y responsive.
   Archivo: 03-home-categorias.css
*/

body.template-home .js-home-category {
	display: block !important;
	width: 150px !important;
	min-width: 150px !important;
	max-width: 150px !important;
	margin: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
}

body.template-home .js-home-category .home-category {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 150px !important;
	min-width: 150px !important;
	max-width: 150px !important;
	margin: 0 auto !important;
	text-align: center !important;
	overflow: visible !important;
}

body.template-home .js-home-category .home-circle-image, body.template-home .js-home-category .home-circle-image-md {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 120px !important;
	min-width: 120px !important;
	max-width: 120px !important;
	height: 120px !important;
	min-height: 120px !important;
	max-height: 120px !important;
	margin: 0 auto 8px auto !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	clip-path: none !important;
	mask: none !important;
}

body.template-home .js-home-category .home-circle-image img, body.template-home .js-home-category .home-circle-image-md img {
	display: block !important;
	width: 112px !important;
	max-width: 112px !important;
	height: auto !important;
	max-height: 112px !important;
	margin: 0 auto !important;
	object-fit: contain !important;
	object-position: center center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	clip-path: none !important;
	mask: none !important;
}

body.template-home .js-home-category .placeholder-fade {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

body.template-home .js-home-category .home-category-name {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 135px !important;
	max-width: 135px !important;
	margin: 8px auto 0 auto !important;
	padding: 0 !important;
	color: #111 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.15 !important;
	text-align: center !important;
	white-space: normal !important;
	overflow: visible !important;
}

@media (max-width:767px) {
	body.template-home .js-home-category {
		width: 112px !important;
		min-width: 112px !important;
		max-width: 112px !important;
	}
	
	body.template-home .js-home-category .home-category {
		width: 112px !important;
		min-width: 112px !important;
		max-width: 112px !important;
	}
	
	body.template-home .js-home-category .home-circle-image, body.template-home .js-home-category .home-circle-image-md {
		width: 90px !important;
		min-width: 90px !important;
		max-width: 90px !important;
		height: 90px !important;
		min-height: 90px !important;
		max-height: 90px !important;
	}
	
	body.template-home .js-home-category .home-circle-image img, body.template-home .js-home-category .home-circle-image-md img {
		width: 82px !important;
		max-width: 82px !important;
		max-height: 82px !important;
	}
	
	body.template-home .js-home-category .home-category-name {
		width: 100px !important;
		max-width: 100px !important;
		font-size: 11px !important;
	}
}

