@keyframes kaser-footer-fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -18px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.kaser-footer__reveal {
	opacity: 0;
	transform: translate3d(0, -18px, 0);
}

.kaser-footer__reveal.kaser-footer__reveal--in {
	animation: kaser-footer-fadeInDown 0.65s ease forwards;
}

.kaser-footer__rule {
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.kaser-footer__social-link {
	transition: background-color 0.2s ease, color 0.2s ease;
}

.kaser-footer__social-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	width: 100%;
	min-width: 0;
	min-height: 3.5rem;
	flex: 1 1 0%;
	border-left: 0 solid #e5e5e5;
	border-right: 0 solid #e5e5e5;
}

@media (min-width: 768px) {
	.kaser-footer__social-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.5rem;
		padding-block: 0.5rem;
	}
}

@media (min-width: 1024px) {
	.kaser-footer__social-grid {
		grid-template-columns: repeat(8, minmax(0, 1fr));
		gap: 0;
		height: 100%;
		min-height: 177px;
		padding-block: 0;
		border-width: 1px;
		border-color: #e5e5e5;
	}

	.kaser-footer__social-grid> :not([hidden])~ :not([hidden]) {
		border-left: 1px solid #e5e5e5;
	}
}

.kaser-footer__email:focus-visible {
	outline: 2px solid #60be2a;
	outline-offset: 3px;
}

.kaser-footer__social-link:hover {
	background-color: #000;
	color: #fff;
}

.kaser-footer__social-link:hover svg,
.kaser-footer__social-link:hover .kaser-footer__social-icon {
	color: #fff;
}

.kaser-footer__social-link:hover .kaser-footer__social-icon {
	filter: brightness(0) invert(1);
}

.kaser-footer__nav {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.kaser-footer__nav a {
	flex-shrink: 0;
	white-space: nowrap;
}

.kaser-footer__nav::-webkit-scrollbar {
	height: 4px;
}

.kaser-footer__nav::-webkit-scrollbar-thumb {
	background-color: #d4d4d4;
	border-radius: 9999px;
}

.kaser-arriba-flotante {
	cursor: pointer;
	width: max-content;
	text-align: center;
	transition: opacity 0.2s ease;
}

.kaser-arriba-flotante[data-state='abajo'] .kaser-arriba-flotante__arriba {
	display: none;
}

.kaser-arriba-flotante[data-state='arriba'] .kaser-arriba-flotante__abajo {
	display: none;
}

.kaser-arriba-flotante:hover {
	opacity: 0.65;
}

.kaser-sello-flotante {
	right: 0;
	padding-right: 0;
	margin-right: 0;
}

.kaser-sello-flotante__inner {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-right: 0;
}