.trley21719-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #29193F;
	color: #ffffff;
	padding: 16px 20px;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	font-size: 14px;
	line-height: 1.5;
}

.trley21719-banner.trley21719-visible {
	display: flex;
}

.trley21719-banner p {
	margin: 0;
	flex: 1 1 320px;
}

.trley21719-banner a {
	color: #ffffff;
	text-decoration: underline;
}

.trley21719-botones {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.trley21719-btn {
	border: none;
	border-radius: 4px;
	padding: 10px 18px;
	font-size: 14px;
	cursor: pointer;
}

.trley21719-btn-primario {
	background: #ffffff;
	color: #29193F;
	font-weight: 600;
}

.trley21719-btn-secundario {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.trley21719-politica h3 {
	margin-top: 1.6em;
}
