/* Banners informativos del home.
   Archivo: 05-home-banners-informativos.css
*/

body.template-home .js-informative-banners {
	width: 100% !important;
	max-width: 1080px !important;
	margin: 35px auto 45px auto !important;
	padding: 0 15px !important;
	overflow: visible !important;
}

body.template-home .js-informative-banners .swiper-wrapper {
	display: grid !important;
	grid-template-columns: repeat(4, 220px) !important;
	justify-content: center !important;
	align-items: stretch !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	transform: none !important;
	overflow: visible !important;
}

body.template-home .js-informative-banners .swiper-slide {
	width: 220px !important;
	min-width: 220px !important;
	max-width: 220px !important;
	height: 150px !important;
	min-height: 150px !important;
	max-height: 150px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	flex: none !important;
}

body.template-home .js-informative-banners .swiper-slide>.card, body.template-home .js-informative-banners .card {
	width: 220px !important;
	height: 150px !important;
	min-width: 220px !important;
	min-height: 150px !important;
	max-width: 220px !important;
	max-height: 150px !important;
	background: #eee !important;
	border: 1px solid #ddd !important;
	border-radius: 14px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important;
	padding: 6px !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	overflow: hidden !important;
}

body.template-home .js-informative-banners .card .row {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

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

body.template-home .js-informative-banners img.service-item-image, body.template-home .js-informative-banners .service-item-image {
	display: block !important;
	width: 117px !important;
	height: 117px !important;
	max-width: 117px !important;
	max-height: 117px !important;
	object-fit: contain !important;
	object-position: center center !important;
	margin: 0 auto !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

body.template-home .js-informative-banners .col {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	flex: 0 0 auto !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

body.template-home .js-informative-banners h3 {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
	letter-spacing: .2px !important;
	text-transform: uppercase !important;
	text-align: center !important;
}

body.template-home .js-informative-banners .swiper-container {
	overflow: visible !important;
}

@media (max-width:991px) {
	body.template-home .js-informative-banners .swiper-wrapper {
		grid-template-columns: repeat(2, 220px) !important;
		gap: 16px !important;
	}
}

@media (max-width:575px) {
	body.template-home .js-informative-banners {
		margin: 25px auto 35px auto !important;
		padding: 0 12px !important;
		max-height: 282px !important;
		overflow: hidden !important;
	}
	
	body.template-home .js-informative-banners .swiper-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		max-height: 282px !important;
		overflow: hidden !important;
	}
	
	body.template-home .js-informative-banners .swiper-slide {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 135px !important;
		min-height: 135px !important;
		max-height: 135px !important;
	}
	
	body.template-home .js-informative-banners .swiper-slide>.card, body.template-home .js-informative-banners .card {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 135px !important;
		min-height: 135px !important;
		max-height: 135px !important;
		border-radius: 12px !important;
	}
	
	body.template-home .js-informative-banners .icon-circle, body.template-home .js-informative-banners .home-circle-image, body.template-home .js-informative-banners .icon-60px {
		width: 98px !important;
		height: 98px !important;
		min-width: 98px !important;
		min-height: 98px !important;
		max-width: 98px !important;
		max-height: 98px !important;
	}
	
	body.template-home .js-informative-banners img.service-item-image, body.template-home .js-informative-banners .service-item-image {
		width: 94px !important;
		height: 94px !important;
		max-width: 94px !important;
		max-height: 94px !important;
	}
	
	body.template-home .js-informative-banners h3 {
		font-size: 10.5px !important;
	}
	
	body.template-home .js-informative-banners .swiper-pagination, body.template-home .section-informative-banners .swiper-pagination {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		margin: 0 !important;
		pointer-events: none !important;
	}
}

