﻿body{
    background: url(../images/fondo.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
}


.pagina{
    background: black;
    color: white;
    line-height: 43px;
    padding: 0 20px;
}


header{
    padding-top: 12px;
    padding-bottom: 12px;
}
header a{
    text-decoration: none;
}


.logotipo strong{
    width: 100%;
    font-size: 43px;
    font-family: "Courgette", cursive;
    color: #fde0b6;
    display: inline-block;
}
.logotipo b{
    font-size: 43px;
    font-weight: lighter;
    font-family: "Open Sans", sans-serif;
}


.datos{
    text-align: center;
    font-size: 22px;
    line-height: 32px;
}
.datos a{
    color: white;
    text-decoration: underline;
}
.datos strong{
    width: 100%;
    display: inline-block;
}
.datos img{
    width: 30px;
}

.informes{
    background: red;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
}
.informes a{
    color: white;
    text-decoration: none;
}



.nav-mariachi{
    background: #ae0903;
    background: linear-gradient(to bottom, #ae0903 0%, #5a0805 44%, #000 100%);
    margin-bottom: 20px;
}

.nav-container{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* BOTÓN HAMBURGUESA */
.nav-toggle{
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    text-align: center;
}

/* LINKS */
.menu{
    color: white;
    font-size: 20px;
    font-weight: lighter;
    text-decoration: none;
    padding: 10px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.menu:hover{
    transform: translateY(-6px) scale(1.05);
    text-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

/* 📱 MOBILE */
@media screen and (max-width: 768px){

    .nav-toggle{
        display: block;
    }

    .nav-menu{
        display: none;
        flex-direction: column;
        width: 100%;
        background: #000;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        padding: 10px 0;
    }

    .nav-menu.active{
        display: flex;
    }

    .menu{
        width: 100%;
        padding: 0 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-size: 18px;
    }

    .menu:hover{
        transform: none;
        background: rgba(255,255,255,0.08);
    }
}

.seccion{
    padding-top: 30px;
    padding-bottom: 30px;
}



.texto{
    color: white;
    font-size: 20px;
    line-height: 30px;
}
.texto strong{
    width: 100%;
    color: #cb433e;
    font-size: 27px;
    display: inline-block;
    margin-bottom: 20px;
}

.imagen img, .imagen video{
    width: 100%;
}

.imagen video{
    height: 500px;

    object-fit: cover;
}

.imagen1 img{
    border-radius: 50px 70px 120px 23px;
}


.lugares{
    background: #ae0903;
    background: -moz-linear-gradient(top, #ae0903 0%, #5a0805 44%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0903), color-stop(44%, #5a0805), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, #ae0903 0%, #5a0805 44%, #000 100%);
    background: -o-linear-gradient(top, #ae0903 0%,#5a0805 44%,#000 100%);
    background: -ms-linear-gradient(top, #ae0903 0%,#5a0805 44%,#000 100%);
    background: linear-gradient(top, #ae0903 0%,#5a0805 44%,#000 100%);
    line-height: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.precios{
    background: url(../images/fondo2.webp) no-repeat center center;
    background-size: cover;
    color: black;
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.precios h2{
    font-size: 27px;
}
.precios strong{
    width: 100%;
    display: inline-block;
}


.repertorio{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.repertorio .titulo{
    color: #da625e;
}

.repertorio img{
    height: 120px;
}
.repertorio strong{
    width: 100%;
    display: inline-block;
}


.repertorio ul{
    list-style: none;
    
}
.repertorio ul li{
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5rem;
}
.repertorio ul li::marker {
    content: "➢ "; /* Aquí puedes poner cualquier símbolo o emoji */
    color: orange;  /* ¡Incluso puedes darle color! */
    font-size: 1.2rem;
}



.videos{
    background: black;
    padding-top: 40px;
    padding-bottom: 40px;
}

.video iframe{
    width: 100%;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    .logotipo{
        text-align: center;
    }
    .datos{
        margin: 20px 0;
    }
}

@media screen and (max-width:768px){
    .video{
        margin-top: 20px;
    }
}

@media screen and (max-width:576px){
    
}



 .whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    padding: 14px 20px;
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(18, 140, 126, 0.35);
    font-weight: 700;
    font-size: 16px;
    animation: latido 2s infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 35px rgba(18, 140, 126, 0.45);
}

.whatsapp-float .icono {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.whatsapp-float .icono svg {
    width: 24px;
    height: 24px;
    fill: #25d366;
}

.whatsapp-float .texto {
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.whatsapp-float::before,
.whatsapp-float::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px;
    z-index: -1;
    background: rgba(37, 211, 102, 0.35);
    animation: ondas 2s infinite;
}

.whatsapp-float::after {
    animation-delay: 1s;
}

@keyframes latido {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.08);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.12);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ondas {
    0% {
        transform: scale(1);
        opacity: 0.45;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        padding: 12px 16px;
        font-size: 14px;
        gap: 10px;
    }

    .whatsapp-float .icono {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .whatsapp-float .icono svg {
        width: 22px;
        height: 22px;
    }
}





.footer-mariachi{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 2px solid #7d120d;
    background: #120101;
    background: linear-gradient(to bottom, #2a0302 0%, #120101 45%, #000000 100%);
    color: #f4e7d4;
    line-height: 24px;
}

.footer-bloque{
    margin-bottom: 30px;
}

.footer-logo{
    font-family: "Courgette", cursive;
    font-size: 34px;
    color: #fde0b6;
    margin-bottom: 15px;
    line-height: 38px;
}

.footer-mariachi p{
    font-size: 16px;
    color: #f2dddd;
    margin-bottom: 18px;
}

.footer-mariachi h3{
    font-size: 24px;
    color: #ffb4a8;
    margin-bottom: 18px;
    font-weight: bold;
}

.footer-contacto strong{
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-contacto a{
    display: block;
    color: #fde0b6;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.footer-contacto a:hover{
    color: #ffffff;
    transform: translateX(6px);
}

.footer-lista{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-lista li{
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 10px;
}

.footer-lista a{
    color: #f2dddd;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-lista a:hover{
    color: #ffffff;
    padding-left: 8px;
    text-shadow: 0 0 10px rgba(255,255,255,0.15);
}

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.10);
    margin-top: 10px;
    padding-top: 20px;
    color: #d4c4c4;
    font-size: 15px;
}

.footer-enlaces{
    text-align: right;
}

.footer-enlaces a{
    color: #fde0b6;
    text-decoration: none;
    margin-left: 18px;
    transition: all 0.3s ease;
}

.footer-enlaces a:hover{
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255,255,255,0.18);
}

@media screen and (max-width: 992px){
    .footer-logo{
        font-size: 28px;
        line-height: 32px;
    }

    .footer-mariachi h3{
        font-size: 21px;
    }

    .footer-contacto a,
    .footer-lista a{
        font-size: 15px;
    }
}

@media screen and (max-width: 768px){
    .footer-mariachi{
        text-align: center;
        padding-top: 30px;
    }

    .footer-enlaces{
        text-align: center;
        margin-top: 12px;
    }

    .footer-enlaces a{
        margin: 0 8px;
        display: inline-block;
    }

    .footer-contacto a:hover,
    .footer-lista a:hover{
        transform: none;
        padding-left: 0;
    }
}

@media screen and (max-width: 576px){
    .footer-logo{
        font-size: 24px;
        line-height: 30px;
    }

    .footer-mariachi p{
        font-size: 15px;
    }

    .footer-mariachi h3{
        font-size: 20px;
    }

    .footer-bottom{
        font-size: 14px;
        line-height: 22px;
    }

    .footer-enlaces a{
        margin: 4px 6px;
    }
}









.precios-mariachi{
    color: #fff;
}

.bloque-precio{
    margin-bottom: 35px;
    background: rgba(255, 245, 226, 0.95);
    border: 1px solid rgba(255, 214, 170, 0.35);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.encabezado-precio{
    background: linear-gradient(135deg, #ae0903 0%, #5a0805 55%, #1b0000 100%);
    color: #fff7ea;
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.35;
    padding: 26px 25px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.encabezado-precio span{
    font-weight: 800;
    color: #fde0b6;
}

.tabla-mariachi{
    color: #2a140f;
    margin: 0;
}

.tabla-mariachi thead th{
    background: #2a0302;
    color: #fde0b6;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: none;
    padding: 18px 16px;
    letter-spacing: 0.3px;
}

.tabla-mariachi tbody td{
    background: transparent;
    font-size: 22px;
    text-align: center;
    padding: 18px 16px;
    border-color: rgba(90, 8, 5, 0.12);
    vertical-align: middle;
}

.tabla-mariachi tbody tr{
    transition: all 0.3s ease;
}

.tabla-mariachi tbody tr:nth-child(even){
    background: rgba(255,255,255,0.45);
}

.tabla-mariachi tbody tr:hover{
    background: rgba(174, 9, 3, 0.08);
    transform: scale(1.005);
}

.tabla-mariachi tbody td:last-child{
    font-weight: 800;
    color: #ae0903;
    font-size: 24px;
}

.nota-precios{
    background: linear-gradient(180deg, rgba(255,245,226,0.96) 0%, rgba(255,237,212,0.96) 100%);
    color: #1e0c09;
    border-radius: 22px;
    padding: 30px 28px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.22);
    border: 1px solid rgba(255, 214, 170, 0.35);
    margin-bottom: 25px;
}

.nota-precios h2{
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #5a0805;
    text-align: center;
}

.nota-precios p{
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 14px;
    text-align: center;
}

@media screen and (max-width: 992px){
    .encabezado-precio{
        font-size: 28px;
        padding: 22px 18px;
    }

    .tabla-mariachi thead th{
        font-size: 16px;
    }

    .tabla-mariachi tbody td{
        font-size: 19px;
        padding: 16px 12px;
    }

    .tabla-mariachi tbody td:last-child{
        font-size: 21px;
    }

    .nota-precios h2{
        font-size: 28px;
    }

    .nota-precios p{
        font-size: 18px;
    }
}

@media screen and (max-width: 768px){
    .encabezado-precio{
        font-size: 23px;
        line-height: 1.45;
    }

    .nota-precios{
        padding: 24px 18px;
    }

    .nota-precios h2{
        font-size: 23px;
    }

    .nota-precios p{
        font-size: 16px;
        line-height: 1.7;
    }
}

@media screen and (max-width: 576px){
    .bloque-precio{
        border-radius: 16px;
    }

    .encabezado-precio{
        font-size: 20px;
        padding: 18px 14px;
    }

    .tabla-mariachi thead th{
        font-size: 15px;
        padding: 14px 10px;
    }

    .tabla-mariachi tbody td{
        font-size: 16px;
        padding: 14px 10px;
    }

    .tabla-mariachi tbody td:last-child{
        font-size: 18px;
    }

    .nota-precios{
        border-radius: 16px;
    }

    .nota-precios h2{
        font-size: 20px;
    }

    .nota-precios p{
        font-size: 15px;
    }
}




*{box-sizing:border-box;margin:0;padding:0;}
body{background:#111;font-family:Arial,sans-serif;}
.galeria-section{width:100%;overflow:hidden;padding:40px 0;}
.galeria-container{overflow:hidden;}
.galeria-track{display:flex;width:max-content;animation:scrollGaleria 60s linear infinite;}
.galeria-item{width:280px;height:190px;margin-right:20px;border-radius:14px;overflow:hidden;cursor:pointer;flex-shrink:0;transition:transform .3s ease;}
.galeria-item:hover{transform:scale(1.05);}
.galeria-item img{width:100%;height:100%;object-fit:cover;}
@keyframes scrollGaleria{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;z-index:9999;}
.lightbox.active{display:flex;}
.lightbox img{max-width:90%;max-height:85vh;border-radius:10px;}
.cerrar{position:absolute;top:20px;right:30px;font-size:40px;color:#fff;cursor:pointer;}
.flecha{position:absolute;top:50%;transform:translateY(-50%);font-size:60px;color:#fff;cursor:pointer;padding:10px;user-select:none;}
.flecha:hover{opacity:.7;}
.flecha.izq{left:20px;}
.flecha.der{right:20px;}
@media(max-width:768px){.galeria-item{width:220px;height:150px;}}