.alca-brands-page__catalog {
	padding: 50px 0;
}

@media (min-width: 521px) {
	.alca-brands-page__cta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
		margin-bottom: 50px;
		padding: 29px 35px;
		border-radius: 17px;
		background: linear-gradient(120deg, #202328, #353b41);
		color: #fff;
		box-shadow: 0 8px 20px rgba(17, 18, 20, .1);
	}
}

.alca-brands-page__catalog h2 {
	margin: 11px 0 0;
	font-size: clamp(30px, 3.5vw, 45px);
	line-height: 1.01;
	letter-spacing: -.035em;
}

.alca-brands-page__catalog header p {
	max-width: 430px;
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.5;
}

.alca-brand-tile__number {
	color: #a5abb0;
	font: 500 11px "Inter", sans-serif;
}

.alca-brands-page small {
	color: var(--red);
	font: 700 13px "Manrope", sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.alca-brands-page .alca-brand-tile small {
	color: var(--muted);
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
}

.alca-brand-tile__meta {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 2px 6px;
	min-width: 0;
	justify-content: center;
	text-align: center;
}

.alca-brands-page .alca-brand-tile__meta small {
	margin: 0;
}

.alca-brand-tile__meta small::before {
	content: "|";
	margin-right: 6px;
	color: #a9afb4;
}

.alca-brands-page .alca-brands-page__signal small {
	color: #e10600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.alca-brand-tile:hover .alca-brand-tile__mark {
	transform: none;
}

.alca-brand-tile__mark.has-logo,
.alca-brand-tile:hover .alca-brand-tile__mark.has-logo {
	width: min(100%, 170px);
	height: 100px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.alca-brand-tile__mark.has-logo img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.alca-brands-page .alca-brand-tile {
	display: grid;
	place-items: center;
	align-content: center;
	min-height: 150px;
}

.alca-brands-page .alca-brand-tile__number {
	position: absolute;
	top: 20px;
	left: 20px;
}

.alca-brands-page .alca-brand-tile__mark {
	margin: 0;
}

.alca-brand-tile__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 19px;
	border-radius: inherit;
	background: rgba(255, 255, 255, .97);
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

.alca-brand-tile:hover .alca-brand-tile__overlay,
.alca-brand-tile:focus-visible .alca-brand-tile__overlay {
	opacity: 1;
}

.alca-brand-tile__view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 41px;
	padding: 7px 15px;
	border-radius: 7px;
	background: var(--red);
	color: #fff;
	font: 700 13px "Manrope", sans-serif;
}

.alca-brand-tile__view-short { display: none; }

@media (hover: none) {
	.alca-brands-page .alca-brand-tile {
		align-content: center;
		min-height: 220px;
	}
	.alca-brand-tile__overlay {
		position: static;
		gap: 10px;
		margin-top: 12px;
		padding: 0;
		background: transparent;
		opacity: 1;
	}
}

@media (min-width: 851px) {
	.alca-brands-page__catalog > header {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: end;
		gap: 25px;
		margin-bottom: 30px;
	}
	.alca-brands-page__grid {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 15px;
	}
}

@media (max-width: 850px) {
	.alca-brands-page__grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.alca-brands-page .alca-brand-tile {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.alca-brands-page .alca-brand-tile__mark.has-logo {
		flex: 0 0 auto;
		width: min(100%, 150px);
		height: 76px;
		align-self: center;
	}
	.alca-brands-page .alca-brand-tile__mark.has-logo img {
		width: 100% !important;
		height: 76px !important;
		max-height: 76px;
		margin-inline: auto !important;
		object-fit: contain;
		object-position: center;
	}
}

@media (max-width: 520px) {
	.alca-brands-page__grid { gap: 11px; }
	.alca-brands-page__catalog h2 { margin: 0; font-size: clamp(27px, 3.5vw, 45px); line-height: 1.5; }
	.alca-brands-page .alca-brand-tile { min-height: 125px !important; padding: 0; }
	.alca-brands-page .alca-brand-tile__number { top: 9px; left: 11px; }
	.alca-brands-page .alca-brand-tile__mark.has-logo { height: 65px; }
	.alca-brands-page .alca-brand-tile__mark.has-logo img { height: 65px !important; max-height: 65px; }
	.alca-brand-tile__overlay { padding: 9px; }
	.alca-brand-tile__meta strong { font-size: 13px; }
	.alca-brands-page .alca-brand-tile small { font-size: 11px; }
	.alca-brand-tile__view { gap: 7px; min-height: 33px; padding: 7px 23px; font-size: 11px; }
	.alca-brand-tile__count-label,
	.alca-brand-tile__view-long { display: none; }
	.alca-brand-tile__view-short { display: inline; }
}

@media (hover: none) and (max-width: 520px) {
	.alca-brand-tile__overlay { gap: 5px; margin-top: 4px; padding: 0; }
}

.alca-page#alca-page-marcas .alca-brands-page__intro {
	--muted: #d2d8dc;
	position: relative;
	isolation: isolate;
	min-height: 540px;
	grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr);
	gap: 35px;
	padding: 50px 0;
	background: #202328;
	color: #fff;
}

.alca-page#alca-page-marcas .alca-brands-page__intro::before {
	content: "";
	position: absolute;
	z-index: -2;
	top: -2px;
	bottom: -2px;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: linear-gradient(115deg, #1b1f22 0%, #2c292c 28%, #49292b 56%, #512123 78%, #24282b 100%);
	background-size: 240% 240%;
	animation: alcaBrandsHeroGradient 26s ease-in-out infinite alternate;
}

.alca-page#alca-page-marcas .alca-brands-page__intro::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -2px;
	bottom: -2px;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: radial-gradient(circle at 65% 50%, rgba(225, 6, 0, .13), transparent 55%);
	pointer-events: none;
}

.alca-brands-page__hero-copy {
	position: relative;
	z-index: 2;
	align-self: center;
}

.alca-page#alca-page-marcas .alca-brands-page__hero-copy > small {
	color: #ff817b;
}

.alca-page#alca-page-marcas .alca-brands-page__hero-copy h2 {
	max-width: 660px;
	color: #fff;
	font-size: clamp(42px, 4.6vw, 65px);
}

.alca-page#alca-page-marcas .alca-brands-page__hero-copy p {
	max-width: 600px;
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.7;
}

.alca-brands-page__hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 47px;
	margin-top: 28px;
	padding: 10px 20px;
	border-radius: 9px;
	background: #e10600;
	color: #fff;
	font: 800 13px "Manrope", sans-serif;
	text-decoration: none;
	transition: background .2s, transform .2s;
}

.alca-brands-page__hero-button:hover,
.alca-brands-page__hero-button:focus-visible {
	background: #c90500;
	color: #fff;
	transform: translateY(-2px);
}

.alca-brands-page__hero-visual {
	position: relative;
	min-width: 0;
	height: 440px;
}

.alca-brands-page__hero-disc {
	position: absolute;
	width: 390px;
	height: 390px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .17), rgba(255, 255, 255, .025) 70%);
	box-shadow: 0 0 0 34px rgba(255, 255, 255, .025);
}

.alca-brands-page__hero-logo {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 130px;
	height: 100px;
	padding: 0;
	border: 1px solid rgba(225, 230, 233, .9);
	border-radius: 16px;
	background: #fff;
	color: #17191c;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
	text-decoration: none;
	transition: transform .25s, box-shadow .25s;
	animation: alcaBrandsLogoOrbitOne 18s ease-in-out infinite;
}

.alca-brands-page__hero-logo:hover,
.alca-brands-page__hero-logo:focus-visible {
	transform: translateY(-5px);
	box-shadow: 0 25px 55px rgba(0, 0, 0, .28);
}

.alca-brands-page__hero-logo img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: contain;
	border-radius: 15px !important;
}

.alca-brands-page__hero-logo-fallback {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	background: #fff0ee;
	color: #e10600;
	font: 900 31px "Manrope", sans-serif;
}

.alca-brands-page__hero-logo--1 { top: 8px; left: 50px; }
.alca-brands-page__hero-logo--2 { top: 21px; right: 79px; }
.alca-brands-page__hero-logo--3 { top: 169px; left: 31px; width: 110px; }
.alca-brands-page__hero-logo--4 { top: 184px; right: 0; }
.alca-brands-page__hero-logo--5 { bottom: 15px; left: 91px; }
.alca-brands-page__hero-logo--6 { bottom: 0; right: 50px; }

.alca-brands-page__hero-logo--1 { animation-name: alcaBrandsLogoOrbitOne; animation-duration: 22s; }
.alca-brands-page__hero-logo--2 { animation-name: alcaBrandsLogoOrbitTwo; animation-delay: -5s; animation-duration: 19s; }
.alca-brands-page__hero-logo--3 { animation-name: alcaBrandsLogoOrbitThree; animation-delay: -11s; animation-duration: 24s; }
.alca-brands-page__hero-logo--4 { animation-name: alcaBrandsLogoOrbitFour; animation-delay: -8s; animation-duration: 21s; }
.alca-brands-page__hero-logo--5 { animation-name: alcaBrandsLogoOrbitFive; animation-delay: -14s; animation-duration: 26s; }
.alca-brands-page__hero-logo--6 { animation-name: alcaBrandsLogoOrbitSix; animation-delay: -18s; animation-duration: 23s; }

.alca-page#alca-page-marcas .alca-brands-page__hero-visual .alca-brands-page__signal {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: grid;
	align-items: center;
	justify-items: center;
	gap: 11px;
	width: 210px;
	min-height: 140px;
	padding: 15px 13px;
	transform: translate(-50%, -50%);
	border: 1px solid #e1e5e7;
	border-radius: 17px;
	background: #fff;
	color: #17191c;
	box-shadow: none;
	text-align: left;
	grid-auto-flow: column;
}

.alca-page#alca-page-marcas .alca-brands-page__hero-visual .alca-brands-page__signal::after {
	display: none;
	animation: none;
}

.alca-page#alca-page-marcas .alca-brands-page__signal strong {
	color: #e10600;
	font-size: 61px;
	font-weight: 800;
	line-height: 1;
}

.alca-page#alca-page-marcas .alca-brands-page__signal span {
	max-width: 180px;
	color: #4f575e;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.alca-page#alca-page-marcas .alca-brands-page__signal small {
	color: #e10600;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 1.1;
}

@keyframes alcaBrandsHeroGradient {
	from { background-position: 0% 50%; }
	to { background-position: 100% 50%; }
}

@keyframes alcaBrandsLogoOrbitOne {
	0%, 100% { translate: 0 0; }
	25% { translate: 9px -7px; }
	50% { translate: -7px -10px; }
	75% { translate: -10px 5px; }
}

@keyframes alcaBrandsLogoOrbitTwo {
	0%, 100% { translate: 0 0; }
	25% { translate: -12px 5px; }
	50% { translate: 5px 10px; }
	75% { translate: 10px -6px; }
}

@keyframes alcaBrandsLogoOrbitThree {
	0%, 100% { translate: 0 0; }
	25% { translate: 8px 10px; }
	50% { translate: -10px 3px; }
	75% { translate: -5px -9px; }
}

@keyframes alcaBrandsLogoOrbitFour {
	0%, 100% { translate: 0 0; }
	25% { translate: 12px -4px; }
	50% { translate: 4px -11px; }
	75% { translate: -9px 7px; }
}

@keyframes alcaBrandsLogoOrbitFive {
	0%, 100% { translate: 0 0; }
	25% { translate: -9px -8px; }
	50% { translate: 7px -3px; }
	75% { translate: 11px 9px; }
}

@keyframes alcaBrandsLogoOrbitSix {
	0%, 100% { translate: 0 0; }
	25% { translate: 8px -7px; }
	50% { translate: -6px -10px; }
	75% { translate: -10px 6px; }
}

@media (max-width: 1150px) {
	.alca-page#alca-page-marcas .alca-brands-page__intro {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}
	.alca-brands-page__hero-visual {
		width: min(100%, 520px);
		margin-inline: auto;
	}
}

@media (max-width: 520px) {
	.alca-page#alca-page-marcas .alca-brands-page__intro {
		min-height: 0;
		padding: 55px 0;
	}
	.alca-brands-page__hero-copy {
		width: 100%;
		margin-inline: auto;
		text-align: center;
	}
	.alca-page#alca-page-marcas .alca-brands-page__hero-copy h2,
	.alca-page#alca-page-marcas .alca-brands-page__hero-copy p {
		margin-inline: auto;
		text-align: center;
	}
	.alca-page#alca-page-marcas .alca-brands-page__hero-copy h2 { font-size: clamp(36px, 10vw, 43px); }
	.alca-brands-page__hero-visual { display: none; }
}

.alca-page#alca-page-marcas .alca-brands-page__cta {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 475px);
	align-items: center;
	gap: 25px;
	min-height: 230px;
	padding: 29px 41px;
	overflow: hidden;
	background: linear-gradient(112deg, #172d2b, #214238 38%, #355b42 69%, #172d2b);
	background-size: 240% 240%;
	animation: alcaBrandsCtaGradient 28s ease-in-out infinite alternate;
}

.alca-brands-page__cta::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: radial-gradient(circle at 82% 46%, rgba(194, 232, 137, .11), transparent 55%);
	pointer-events: none;
}

.alca-brands-page .alca-brands-page__cta small { color: #ccef83; }

.alca-brands-page__cta h2 {
	max-width: 680px;
	margin: 5px 0 0;
	font-size: clamp(27px, 3vw, 33px);
	line-height: 1.3;
}

.alca-brands-page__cta p {
	max-width: 630px;
	margin: 10px 0 0;
	color: #d6dbde;
	font-size: 15px;
	line-height: 1.5;
}

.alca-brands-page .alca-brands-page__cta .alca-page__button {
	align-items: center;
	gap: 12px;
	min-height: 42px;
	margin-top: 19px;
	padding: 10px 16px;
	background: #ccef83;
	color: #17352d;
	font: 800 13px "Manrope", sans-serif;
	white-space: nowrap;
	transition: background .2s, transform .2s;
}

.alca-brands-page .alca-brands-page__cta .alca-page__button:hover,
.alca-brands-page .alca-brands-page__cta .alca-page__button:focus-visible {
	background: #e1ffa6;
	color: #17352d;
	transform: translateY(-2px);
}

.alca-brands-page__cta-art {
	position: relative;
	width: 100%;
	height: 190px;
}

.alca-brands-page__cta-halo {
	position: absolute;
	top: 12px;
	left: 50%;
	width: 180px;
	height: 160px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(209, 255, 116, .75), rgba(168, 235, 89, .2) 43%, transparent 72%);
	filter: blur(5px);
	animation: alcaBrandsBulbFlicker 9s linear infinite;
}

.alca-brands-page__cta-bulb {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	width: 160px;
	height: 190px;
	transform: translateX(-50%);
	filter: drop-shadow(0 10px 13px rgba(0, 0, 0, .24));
}

.alca-brands-page__cta-bulb-glass {
	fill: #f9fff4;
	stroke: #e1efdc;
	stroke-width: 2;
	animation: alcaBrandsBulbGlass 9s linear infinite;
}

.alca-brands-page__cta-bulb-filament {
	fill: none;
	stroke: #89b956;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alca-brands-page__cta-bulb-collar { fill: #c4d0c1; }
.alca-brands-page__cta-bulb-base { fill: #59675f; }

.alca-brands-page__cta-orbit {
	position: absolute;
	z-index: 1;
	top: 105px;
	left: 50%;
	width: 270px;
	height: 64px;
	transform: translateX(-50%) rotate(-9deg);
	border: 1px solid rgba(204, 239, 131, .48);
	border-radius: 50%;
}

.alca-brands-page__cta-orbit--2 {
	top: 116px;
	width: 245px;
	transform: translateX(-50%) rotate(9deg);
	border-color: rgba(204, 239, 131, .28);
}

.alca-brands-page__cta-firefly {
	position: absolute;
	z-index: 3;
	width: 24px;
	height: 18px;
	animation: alcaBrandsFireflyWanderA 13s ease-in-out infinite;
}

.alca-brands-page__cta-firefly::before,
.alca-brands-page__cta-firefly::after {
	content: "";
	position: absolute;
	top: 3px;
	width: 9px;
	height: 6px;
	border: 1px solid rgba(216, 245, 196, .55);
	border-radius: 90% 90% 35% 90%;
	background: rgba(225, 255, 218, .22);
}

.alca-brands-page__cta-firefly::before { left: 2px; transform: rotate(-28deg); }
.alca-brands-page__cta-firefly::after { right: 2px; transform: scaleX(-1) rotate(-28deg); }

.alca-brands-page__cta-firefly i {
	position: absolute;
	top: 8px;
	left: 7px;
	width: 11px;
	height: 7px;
	border-radius: 60% 45% 45% 60%;
	background: #2b3f37;
}

.alca-brands-page__cta-firefly i::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -1px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e4ff9e;
	box-shadow: 0 0 8px 4px rgba(218, 255, 143, .42);
	animation: alcaBrandsFireflyLight 4s ease-in-out infinite;
}

.alca-brands-page__cta-firefly--1 { top: 24px; left: 19px; animation-delay: -3s; }
.alca-brands-page__cta-firefly--2 { top: 50px; right: 24px; animation-name: alcaBrandsFireflyWanderB; animation-duration: 16s; animation-delay: -7s; }
.alca-brands-page__cta-firefly--3 { bottom: 24px; left: 42px; animation-name: alcaBrandsFireflyWanderC; animation-duration: 12s; animation-delay: -5s; }
.alca-brands-page__cta-firefly--4 { bottom: 38px; right: 31px; animation-name: alcaBrandsFireflyWanderB; animation-duration: 14s; animation-delay: -10s; }
.alca-brands-page__cta-firefly--5 { top: 4px; left: 54%; animation-name: alcaBrandsFireflyWanderC; animation-duration: 17s; animation-delay: -11s; }

.alca-brands-page__cta-firefly--2 i::after { animation-delay: -1s; }
.alca-brands-page__cta-firefly--3 i::after { animation-delay: -2.6s; }
.alca-brands-page__cta-firefly--4 i::after { animation-delay: -1.9s; }
.alca-brands-page__cta-firefly--5 i::after { animation-delay: -3.4s; }

@keyframes alcaBrandsFireflyWanderA {
	0%, 100% { translate: 0 0; }
	25% { translate: 11px -7px; }
	50% { translate: 18px 8px; }
	75% { translate: -3px 13px; }
}

@keyframes alcaBrandsFireflyWanderB {
	0%, 100% { translate: 0 0; }
	25% { translate: -14px 6px; }
	50% { translate: -8px -10px; }
	75% { translate: 6px 8px; }
}

@keyframes alcaBrandsFireflyWanderC {
	0%, 100% { translate: 0 0; }
	25% { translate: 8px 10px; }
	50% { translate: -11px 4px; }
	75% { translate: -5px -9px; }
}

@keyframes alcaBrandsFireflyLight {
	0%, 18%, 22%, 70%, 74%, 100% { opacity: 1; }
	20%, 72% { opacity: .22; }
}

@keyframes alcaBrandsBulbFlicker {
	0%, 38%, 40%, 42%, 64%, 66%, 68%, 100% { opacity: .9; }
	39%, 41%, 65%, 67% { opacity: .12; }
}

@keyframes alcaBrandsBulbGlass {
	0%, 38%, 40%, 42%, 64%, 66%, 68%, 100% { opacity: 1; }
	39%, 41%, 65%, 67% { opacity: .7; }
}

@media (max-width: 900px) {
	.alca-page#alca-page-marcas .alca-brands-page__cta {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}
	.alca-brands-page__cta-art {
		width: min(100%, 310px);
		height: 175px;
		margin-inline: auto;
	}
}

@media (max-width: 520px) {
	.alca-page#alca-page-marcas .alca-brands-page__cta {
		min-height: 0;
		gap: 30px;
		padding: 29px 23px;
	}
	.alca-brands-page__cta-copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.alca-brands-page__cta h2 { margin-top: 12px; font-size: 27px; text-align: center; }
	.alca-brands-page__cta p { margin: 14px auto 0; font-size: 13px; text-align: center; }
	.alca-brands-page .alca-brands-page__cta .alca-page__button { margin-top: 20px; }
	.alca-brands-page__cta-art { height: 200px; }
	.alca-brands-page__cta-bulb { width: 135px; height: 160px; }
	.alca-brands-page__cta-halo { width: 155px; height: 145px; }
	.alca-brands-page__cta-orbit { width: min(100%, 230px); }
	.alca-brands-page__cta-orbit--2 { width: min(100%, 205px); }
}

@keyframes alcaBrandsCtaGradient {
	from { background-position: 8% 50%; }
	to { background-position: 92% 50%; }
}

@media (prefers-reduced-motion: reduce) {
	.alca-page#alca-page-marcas .alca-brands-page__intro::before { animation: none; }
	.alca-page#alca-page-marcas .alca-brands-page__cta { animation: none; }
	.alca-brands-page__cta-halo,
	.alca-brands-page__cta-bulb-glass,
	.alca-brands-page__cta-firefly,
	.alca-brands-page__cta-firefly i::after { animation: none; }
	.alca-brands-page__hero-logo,
	.alca-brands-page__hero-button { animation: none; transition: none; }
}
