.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.rounded-2xl {
  border-radius: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.ring-slate-200 {
  --tw-ring-opacity: 1;
}
.bg-black {
  --tw-bg-opacity: 1;
  --bs-bg-opacity: 1;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}

@media (max-width: 576px) {
	.oculta-sm {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.oculta-md {
		display: none !important;
	}
}

@media (max-width: 992px) {
	.oculta-lg {
		display: none !important;
	}
}

@media (max-width: 1200px) {
	.oculta-xl {
		display: none !important;
	}
}
