.caip-infografia {
	margin: 1.5em auto;
	max-width: 100%;
}

.caip-infografia--vertical {
	max-width: 560px;
}

.caip-infografia--horizontal,
.caip-infografia--square {
	max-width: 100%;
}

.caip-infografia .caip-infografia-zoom {
	cursor: zoom-in;
	display: block;
	line-height: 0;
	position: relative;
}

.caip-infografia .caip-infografia-zoom::after {
	background: rgba(0, 0, 0, 0.72);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='M16 16l5 5'/%3E%3Cpath d='M10.5 7.5v6'/%3E%3Cpath d='M7.5 10.5h6'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	border-radius: 50%;
	content: "";
	height: 38px;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 38px;
}

.caip-infografia img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.caip-infografia figcaption {
	color: #555;
	font-size: 0.9em;
	line-height: 1.45;
	margin-top: 0.65em;
	text-align: center;
}

.caip-infografia-lightbox-open {
	overflow: hidden;
}

.caip-infografia-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, 0.88);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 32px;
	position: fixed;
	z-index: 999999;
}

.caip-infografia-lightbox__inner {
	max-height: 100%;
	max-width: 100%;
	position: relative;
}

.caip-infografia-lightbox__image {
	display: block;
	height: auto;
	max-height: calc(100vh - 64px);
	max-width: calc(100vw - 64px);
	width: auto;
}

.caip-infografia-lightbox__close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 40px;
}

@media (max-width: 767px) {
	.caip-infografia .caip-infografia-zoom {
		cursor: pointer;
	}

	.caip-infografia .caip-infografia-zoom::after {
		height: 34px;
		right: 8px;
		top: 8px;
		width: 34px;
	}
}
