/* Cantemos v18.3.5 — aviso compacto, aislado y no flotante. */
.ta-cantemos-promo[hidden]{
	display:none !important;
}

.ta-cantemos-promo{
	box-sizing:border-box;
	width:100%;
	padding:10px 16px 0;
	background:transparent;
}

.ta-cantemos-promo *,
.ta-cantemos-promo *::before,
.ta-cantemos-promo *::after{
	box-sizing:border-box;
}

.ta-cantemos-promo__inner{
	display:grid;
	grid-template-columns:44px minmax(0,1fr) auto 34px;
	align-items:center;
	gap:12px;
	width:min(1180px,100%);
	min-height:68px;
	margin:0 auto;
	padding:10px 10px 10px 12px;
	border:1px solid rgba(204,0,0,.13);
	border-radius:14px;
	background:linear-gradient(100deg,#fff8f8 0%,#fff 62%);
	box-shadow:0 4px 16px rgba(86,30,30,.06);
	transform:translateY(-4px);
	opacity:0;
	transition:opacity .2s ease,transform .2s ease;
}

.ta-cantemos-promo.is-visible .ta-cantemos-promo__inner{
	transform:translateY(0);
	opacity:1;
}

.ta-cantemos-promo.is-closing .ta-cantemos-promo__inner{
	transform:translateY(-4px);
	opacity:0;
}

.ta-cantemos-promo__brand,
.ta-cantemos-promo__copy{
	color:inherit;
	text-decoration:none;
}

.ta-cantemos-promo__brand{
	display:grid;
	place-items:center;
	width:44px;
	height:44px;
	border-radius:12px;
	background:#fff;
	box-shadow:0 2px 9px rgba(204,0,0,.08);
}

.ta-cantemos-promo__logo{
	display:block;
	width:40px;
	height:40px;
	object-fit:contain;
}

.ta-cantemos-promo__copy{
	display:flex;
	min-width:0;
	flex-direction:column;
	justify-content:center;
	line-height:1.2;
}

.ta-cantemos-promo__eyebrow{
	margin-bottom:2px;
	color:#876b6b;
	font-size:10.5px;
	font-weight:700;
	letter-spacing:.045em;
	text-transform:uppercase;
}

.ta-cantemos-promo__title{
	display:block;
	color:#b90000;
	font-size:15.5px;
	font-weight:800;
	line-height:1.16;
}

.ta-cantemos-promo__text{
	display:block;
	margin-top:3px;
	overflow:hidden;
	color:#4d4444;
	font-size:12.5px;
	font-weight:500;
	line-height:1.25;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.ta-cantemos-promo__cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:40px;
	padding:0 17px;
	border:1px solid #b90000;
	border-radius:10px;
	background:#c00;
	color:#fff !important;
	font-size:13px;
	font-weight:800;
	line-height:1;
	text-decoration:none !important;
	white-space:nowrap;
	box-shadow:0 3px 9px rgba(204,0,0,.14);
	transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease;
}

.ta-cantemos-promo__cta:hover,
.ta-cantemos-promo__cta:focus-visible{
	background:#a90000;
	box-shadow:0 5px 13px rgba(204,0,0,.19);
	transform:translateY(-1px);
}

.ta-cantemos-promo__close{
	display:grid;
	place-items:center;
	width:34px;
	height:34px;
	padding:0;
	border:0;
	border-radius:50%;
	background:transparent;
	color:#6c5d5d;
	font-family:Arial,sans-serif;
	font-size:24px;
	font-weight:400;
	line-height:1;
	cursor:pointer;
}

.ta-cantemos-promo__close:hover,
.ta-cantemos-promo__close:focus-visible{
	background:rgba(204,0,0,.07);
	color:#a90000;
}

.ta-cantemos-promo a:focus-visible,
.ta-cantemos-promo button:focus-visible{
	outline:2px solid #c00;
	outline-offset:2px;
}

@media (max-width:680px){
	.ta-cantemos-promo{
		padding:8px 8px 0;
	}

	.ta-cantemos-promo__inner{
		grid-template-columns:38px minmax(0,1fr) auto 30px;
		gap:8px;
		min-height:64px;
		padding:8px 7px 8px 9px;
		border-radius:12px;
	}

	.ta-cantemos-promo__brand{
		width:38px;
		height:38px;
		border-radius:10px;
	}

	.ta-cantemos-promo__logo{
		width:35px;
		height:35px;
	}

	.ta-cantemos-promo__eyebrow,
	.ta-cantemos-promo__text{
		display:none;
	}

	.ta-cantemos-promo__title{
		font-size:13.5px;
		line-height:1.18;
	}

	.ta-cantemos-promo__cta{
		min-height:36px;
		padding:0 11px;
		border-radius:9px;
		font-size:11.5px;
	}

	.ta-cantemos-promo__close{
		width:30px;
		height:30px;
		font-size:22px;
	}
}

@media (max-width:370px){
	.ta-cantemos-promo__inner{
		grid-template-columns:34px minmax(0,1fr) auto 27px;
		gap:6px;
		padding-left:7px;
	}

	.ta-cantemos-promo__brand{
		width:34px;
		height:34px;
	}

	.ta-cantemos-promo__logo{
		width:31px;
		height:31px;
	}

	.ta-cantemos-promo__title{
		font-size:12.5px;
	}

	.ta-cantemos-promo__cta{
		min-height:34px;
		padding:0 8px;
		font-size:10.5px;
	}

	.ta-cantemos-promo__close{
		width:27px;
		height:27px;
	}
}

@media (prefers-reduced-motion:reduce){
	.ta-cantemos-promo__inner,
	.ta-cantemos-promo__cta{
		transition:none;
	}
}
