body .sonrisa-blue::after,
body .smile-blue::after,
body .tooth-blue::before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 0;
}
body .sonrisa-blue::after {
	background-image: url('/es/mivitaldent/wp-content/uploads/2025/06/Sonrisa-azul.svg');

}
body .smile-blue::after {
	background-image: url('/es/mivitaldent/wp-content/uploads/2025/06/smile-azul.svg');
}
body .tooth-blue::before {
	background-image:  url('/es/mivitaldent/wp-content/uploads/2025/06/Diente-azul.svg');
	transform: rotate(-15deg);
}
body .smile-top-left::after {
	width: 179px;
	height: 150px;
}
body .smile-bottom-left::after {
    width: 279px;
    height: 250px;
    bottom: -90px;
    left: 20px;
}
body .tooth-top-right::before {
    width: 250px;
    height: 250px;
    top: 20px;
    left: inherit;
    right: 0;
}
body .tooth-bottom-right::before {
    width: 220px;
    height: 220px;
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 40px;
    transform: rotate(-20deg);
}
@media (max-width: 1024px) {
	body .smile-bottom-left::after {
		bottom: -20px;
		zoom: 0.7;
	}
	body .sonrisa-blue::after {
		display: none;
	}
	body .tooth-top-right::before {
		width: 80px;
		height: 120px;
		right: 20px;
	}
}
@media (min-width: 768px) {
	.shadow-cross-right::after {
		content: '' !important;
		position: absolute;
		right: -147px;
		bottom: -65px;
		width: 100%;
		height: 100%;
		background-image: url('/es/mivitaldent/wp-content/uploads/2025/06/Cross.svg');
		background-position: bottom center;
		background-size: cover;
		opacity: 0.5 !important;
		z-index: -1;
	}
	.shadow-points-left::after {
		content: '' !important;
		position: absolute;
		left: -186px;
		bottom: -102px;
		width: 100%;
		height: 100%;
		background-image: url(/es/mivitaldent/wp-content/uploads/2025/06/Points.svg);
		background-position: bottom center;
		background-size: cover;
		opacity: 0.5 !important;
		z-index: -1;		
	}
	.shadow-cross-right.elementor-widget-video {
		overflow: visible !important;
	}
}