Maná Tour 2026: Vivir Sin Aire Tour Tickets, Dates & Venues | Tour Tickets Map
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}:root {
–primary-red: #d91f28;
–dark-red: #b01820;
–deep-navy: #0f172a;
–navy-light: #1e293b;
–orange: #ff6b35;
–gold: #fbbf24;
–light-bg: #f8fafc;
–white: #ffffff;
–text-dark: #1e293b;
–text-light: #64748b;
–border: #e2e8f0;
–shadow: rgba(15, 23, 42, 0.1);
–shadow-lg: rgba(217, 31, 40, 0.15);
}body {
font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif;
background: var(–white);
color: var(–text-dark);
line-height: 1.6;
overflow-x: hidden;
}/* Container */
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 40px;
}/* Hero Section */
.hero {
position: relative;
background: linear-gradient(135deg, var(–deep-navy) 0%, #1a0f2e 100%);
padding: 140px 0 100px;
overflow: hidden;
}.hero::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(‘https://tourticketsmap.com/wp-content/uploads/2026/01/Mana-Tour-Concert.png’) center/cover no-repeat;
opacity: 0.15;
animation: slowZoom 30s ease-in-out infinite alternate;
}@keyframes slowZoom {
0% { transform: scale(1); }
100% { transform: scale(1.1); }
}.hero-content {
position: relative;
z-index: 2;
text-align: center;
}.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, var(–primary-red), var(–dark-red));
color: var(–white);
padding: 10px 28px;
border-radius: 50px;
font-size: 13px;
font-weight: 700;
letter-spacing: 1.2px;
margin-bottom: 24px;
text-transform: uppercase;
box-shadow: 0 8px 24px var(–shadow-lg);
animation: pulse 2s ease-in-out infinite;
}@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}.hero-title {
font-size: 4.5rem;
font-weight: 900;
color: var(–white);
line-height: 1.1;
margin-bottom: 20px;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}.hero-title .highlight {
background: linear-gradient(135deg, var(–primary-red), var(–orange));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}.hero-subtitle {
font-size: 1.5rem;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 40px;
font-weight: 500;
}.hero-cta {
display: inline-flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
}.btn {
padding: 16px 40px;
border-radius: 50px;
font-size: 1.0625rem;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 10px;
border: none;
cursor: pointer;
}.btn-primary {
background: linear-gradient(135deg, var(–primary-red), var(–dark-red));
color: var(–white);
box-shadow: 0 10px 30px var(–shadow-lg);
}.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(217, 31, 40, 0.3);
}.btn-secondary {
background: rgba(255, 255, 255, 0.1);
color: var(–white);
border: 2px solid rgba(255, 255, 255, 0.3);
backdrop-filter: blur(10px);
}.btn-secondary:hover {
background: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.5);
}/* Tour Info Section */
.tour-info {
padding: 100px 0;
background: var(–white);
}.section-header {
text-align: center;
margin-bottom: 70px;
}.section-badge {
display: inline-block;
background: var(–primary-red);
color: var(–white);
padding: 6px 20px;
border-radius: 50px;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.2px;
margin-bottom: 20px;
text-transform: uppercase;
}.section-title {
font-size: 3rem;
font-weight: 800;
color: var(–deep-navy);
line-height: 1.2;
margin-bottom: 16px;
}.section-subtitle {
font-size: 1.125rem;
color: var(–text-light);
max-width: 700px;
margin: 0 auto;
}.info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-bottom: 60px;
}.info-card {
background: var(–white);
border: 2px solid var(–border);
border-radius: 20px;
padding: 32px;
text-align: center;
transition: all 0.3s ease;
}.info-card:hover {
border-color: var(–primary-red);
transform: translateY(-8px);
box-shadow: 0 20px 50px var(–shadow);
}.info-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(–primary-red), var(–orange));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 2rem;
}.info-title {
font-size: 1.25rem;
font-weight: 700;
color: var(–deep-navy);
margin-bottom: 10px;
}.info-text {
font-size: 1rem;
color: var(–text-light);
line-height: 1.7;
}/* Featured Image Section */
.featured-section {
padding: 100px 0;
background: linear-gradient(135deg, var(–light-bg), #e2e8f0);
}.featured-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}.featured-content h2 {
font-size: 2.8rem;
font-weight: 800;
color: var(–deep-navy);
margin-bottom: 24px;
line-height: 1.2;
}.featured-content .highlight-red {
color: var(–primary-red);
}.featured-text {
font-size: 1.125rem;
color: var(–text-dark);
line-height: 1.8;
margin-bottom: 20px;
}.featured-list {
list-style: none;
margin: 24px 0;
}.featured-list li {
padding: 12px 0;
padding-left: 32px;
position: relative;
font-size: 1.0625rem;
color: var(–text-dark);
}.featured-list li::before {
content: ‘✓’;
position: absolute;
left: 0;
color: var(–primary-red);
font-weight: 700;
font-size: 1.25rem;
}.featured-image {
border-radius: 24px;
overflow: hidden;
box-shadow: 0 30px 80px rgba(15, 23, 42, 0.15);
}.featured-image img {
width: 100%;
display: block;
transition: transform 0.6s ease;
}.featured-image:hover img {
transform: scale(1.05);
}/* Tour Dates Section */
.tour-dates {
padding: 100px 0;
background: var(–white);
}.dates-container {
background: var(–white);
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px var(–shadow);
border: 1px solid var(–border);
}.date-item {
display: grid;
grid-template-columns: 120px 1fr 200px 150px;
gap: 30px;
padding: 28px 40px;
border-bottom: 1px solid var(–border);
align-items: center;
transition: all 0.3s ease;
}.date-item:last-child {
border-bottom: none;
}.date-item:hover {
background: var(–light-bg);
transform: translateX(8px);
}.date-box {
text-align: center;
}.date-month {
font-size: 0.875rem;
color: var(–text-light);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}.date-day {
font-size: 2.5rem;
font-weight: 800;
color: var(–primary-red);
line-height: 1;
}.venue-info h3 {
font-size: 1.25rem;
font-weight: 700;
color: var(–deep-navy);
margin-bottom: 4px;
}.venue-location {
font-size: 1rem;
color: var(–text-light);
}.ticket-status {
display: inline-flex;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.875rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}.status-available {
background: #dcfce7;
color: #166534;
}.status-selling {
background: #fef3c7;
color: #92400e;
}.date-btn {
padding: 12px 28px;
background: linear-gradient(135deg, var(–primary-red), var(–dark-red));
color: var(–white);
border-radius: 50px;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
text-align: center;
}.date-btn:hover {
transform: translateY(-3px);
box-shadow: 0 10px 25px var(–shadow-lg);
}/* Concert Guide Articles */
.concert-guide {
padding: 100px 0;
background: linear-gradient(135deg, var(–light-bg), #e2e8f0);
}.articles-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
gap: 32px;
}.article-card {
background: var(–white);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 10px 40px var(–shadow);
transition: all 0.4s ease;
border: 1px solid var(–border);
}.article-card:hover {
transform: translateY(-12px);
box-shadow: 0 25px 60px rgba(217, 31, 40, 0.15);
border-color: var(–primary-red);
}.article-image {
width: 100%;
height: 240px;
overflow: hidden;
background: var(–light-bg);
}.article-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}.article-card:hover .article-image img {
transform: scale(1.1);
}.article-content {
padding: 28px;
}.article-category {
display: inline-block;
background: linear-gradient(135deg, var(–primary-red), var(–orange));
color: var(–white);
padding: 6px 16px;
border-radius: 50px;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 16px;
}.article-title {
font-size: 1.375rem;
font-weight: 700;
color: var(–deep-navy);
line-height: 1.3;
margin-bottom: 12px;
}.article-title a {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
}.article-title a:hover {
color: var(–primary-red);
}.article-excerpt {
font-size: 1rem;
color: var(–text-light);
line-height: 1.7;
margin-bottom: 20px;
}.article-meta {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 16px;
border-top: 1px solid var(–border);
}.article-date {
font-size: 0.875rem;
color: var(–text-light);
font-weight: 500;
}.article-link {
font-size: 0.9375rem;
color: var(–primary-red);
font-weight: 700;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 6px;
transition: gap 0.3s ease;
}.article-link:hover {
gap: 10px;
}/* FAQ Section */
.faq-section {
padding: 100px 0;
background: var(–white);
}.faq-container {
max-width: 900px;
margin: 0 auto;
}.faq-item {
background: var(–white);
border: 2px solid var(–border);
border-radius: 16px;
margin-bottom: 20px;
overflow: hidden;
transition: all 0.3s ease;
}.faq-item:hover {
border-color: var(–primary-red);
}.faq-question {
padding: 24px 28px;
font-size: 1.25rem;
font-weight: 700;
color: var(–deep-navy);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}.faq-answer {
padding: 0 28px 24px;
font-size: 1.0625rem;
line-height: 1.8;
color: var(–text-dark);
}/* CTA Section */
.cta-section {
padding: 100px 0;
background: linear-gradient(135deg, var(–primary-red), var(–dark-red));
position: relative;
overflow: hidden;
}.cta-section::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(‘https://tourticketsmap.com/wp-content/uploads/2026/01/Mana-Live.png’) center/cover no-repeat;
opacity: 0.1;
}.cta-content {
position: relative;
text-align: center;
z-index: 2;
}.cta-content h2 {
font-size: 3.5rem;
font-weight: 900;
color: var(–white);
margin-bottom: 24px;
line-height: 1.2;
}.cta-content p {
font-size: 1.25rem;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}.cta-content .btn {
background: var(–white);
color: var(–primary-red);
font-size: 1.125rem;
padding: 18px 48px;
}.cta-content .btn:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}/* Responsive */
@media (max-width: 1024px) {
.featured-grid {
grid-template-columns: 1fr;
}.date-item {
grid-template-columns: 100px 1fr 180px;
}.ticket-status {
display: none;
}.articles-grid {
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}@media (max-width: 768px) {
.container {
padding: 0 20px;
}.hero {
padding: 100px 0 60px;
}.hero-title {
font-size: 2.5rem;
}.hero-subtitle {
font-size: 1.125rem;
}.section-title {
font-size: 2.25rem;
}.featured-content h2 {
font-size: 2rem;
}.tour-info,
.featured-section,
.tour-dates,
.concert-guide,
.faq-section,
.cta-section {
padding: 60px 0;
}.date-item {
grid-template-columns: 1fr;
gap: 16px;
padding: 24px;
}.date-box {
text-align: left;
}.cta-content h2 {
font-size: 2.25rem;
}.articles-grid {
grid-template-columns: 1fr;
}
}
🎸 Vivir Sin Aire Tour 2026
Maná Tour 2026: Schedule, Lineup, Setlist & Tickets
Latin Rock Legends Return to North America & Puerto Rico
📅
Tour Dates
50+ shows across the United States and Puerto Rico from February to November 2026
🎫
Ticket Sales
General public tickets available via Ticketmaster starting at $48. Premium packages available
🎵
Setlist Highlights
Featuring classics like “Mariposa Traicionera,” “Rayando el Sol,” and “Vivir Sin Aire”
🏟️
Major Venues
Performing at iconic arenas including Little Caesars Arena, UBS Arena, and Kaseya Center
Experience Legendary Latin Rock Live
Maná brings their electrifying Vivir Sin Aire Tour to North America, celebrating over three decades of chart-topping hits and unforgettable performances. The Mexican rock icons return with their signature blend of rock, pop, and Latin rhythms.
- Four-time Grammy Award winners
- Over 40 million albums sold worldwide
- First Latin rock band to sell out major US arenas
- Powerful social and environmental advocacy
- Stunning production with state-of-the-art visuals
Get Tickets Now →Little Caesars Arena
Detroit, MI
On Sale Now
Get Tickets