.tira {
	width: 100%;
	padding: 14px 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	font-family: 'Roboto', system-ui, -apple-system, sans-serif;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Gesell - Naranja moderno */
.gesell {
	background: linear-gradient(135deg, #ff9a3c 0%, #ff6b00 100%);
	box-shadow: 0 3px 10px rgba(255, 107, 0, 0.25);
	border-radius: 0 0 6px 6px;
}

/* Pinamar - Verde moderno */
.pinamar {
	background: linear-gradient(135deg, #9cb34a 0%, #6a7f0a 100%);
	box-shadow: 0 3px 10px rgba(106, 127, 10, 0.25);
	border-radius: 0 0 6px 6px;
}

/* Madariaga - Amarillo/Dorado moderno */
.madariaga {
	background: linear-gradient(135deg, #f0c43a 0%, #c9960f 100%);
	box-shadow: 0 3px 10px rgba(201, 150, 15, 0.25);
	border-radius: 0 0 6px 6px;
}

/* Genérico - Gris moderno */
.generico {
	color: #1a1a1a;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border-bottom: 3px solid #dc3545;
	border-radius: 0 0 6px 6px;
}

.header_contenido {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}