/* ESTILOS ESPECÍFICOS PARA JAVEA */

/* Footer minimalista */
.footer-final {
    background-color: #111 !important;
    padding: 15px 0 !important;
    margin-top: 0 !important;
}

.footer-final .footer-copyright {
    color: #666 !important;
    font-size: 10px !important;
    margin: 0 0 5px 0 !important;
    letter-spacing: 1px !important;
}

.footer-final .footer-credits {
    color: #555 !important;
    font-size: 9px !important;
    margin: 0 !important;
}

.footer-final .footer-credits a {
    color: #1282C7 !important;
    text-decoration: none !important;
}

.footer-final .footer-credits a:hover {
    color: #fff !important;
}

/* Títulos con fuente Kanit consistente */
h1, h2, h3, h4, h5, h6, .fuente-titulos {
    font-family: "Kanit", sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

/* Alineación de texto responsive en ¿Quiénes Somos? */
.quienes-somos-text {
    text-align: center;
}

@media (min-width: 993px) {
    .quienes-somos-text {
        text-align: justify;
    }
}

/* Estilos para botones redondeados */
.btn-custom {
    background-color: transparent !important;
    color: #1282C7 !important;
    border: 2px solid #1282C7 !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-custom:hover {
    background-color: #1282C7 !important;
    color: #ffffff !important;
    border-color: #1282C7 !important;
    box-shadow: 0 4px 12px rgba(18, 130, 199, 0.4) !important;
}

.btn-custom i {
    color: inherit !important;
}

/* Variante blanca para fondos oscuros */
.btn-custom-white {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-custom-white:hover {
    background-color: #ffffff !important;
    color: #1282C7 !important;
    border-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.4) !important;
}

.btn-custom-white i {
    color: inherit !important;
}

/* Estilos para Carousel Full Width Slider */
.carousel.carousel-slider {
    height: 50vh !important;
    min-height: 400px !important;
    margin-top: 130px !important; /* Compensar altura del header sticky */
    margin-bottom: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 600px) {
    .carousel.carousel-slider {
        height: 50vh !important;
        min-height: 300px !important;
    }
}

.carousel-item {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 90%;
    max-width: 800px;
}

.carousel-caption h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.carousel-caption h5 {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    font-weight: 400;
}

/* Mostrar indicadores del carousel */
.carousel .indicators {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 15 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.carousel .indicators .indicator-item {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.carousel .indicators .indicator-item.active {
    background-color: #1282C7 !important;
    border-color: #ffffff !important;
    transform: scale(1.3) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4) !important;
}

/* Flechas laterales del carousel */
.carousel.carousel-slider .carousel-fixed-item {
    display: block !important;
}

.carousel.carousel-slider .carousel-fixed-item .btn-flat {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel.carousel-slider .carousel-fixed-item .btn-flat:hover {
    background-color: rgba(18, 130, 199, 0.9) !important;
}

/* Flechas de navegación - OCULTAS */
.movePrevCarousel,
.moveNextCarousel {
    display: none !important;
}
/* ============= ESTILOS PARA TARIFAS ============= */

/* Estilos principales de las tarjetas */
.tarifa-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(0, 37, 113, 0.4);
}

.tarifa-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.tarifa-image-container {
    position: relative;
    width: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px 20px;
    overflow: hidden;
}

/* Logo centrado arriba */
.tarifa-logo {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Overlay negro que ocupa toda la card */
.tarifa-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

/* Contenido de texto */
.tarifa-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    margin-top: auto;
}

.tarifa-title {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tarifa-precio {
    font-size: 2.2rem;
    margin: 0;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive - Móvil */
@media only screen and (max-width: 600px) {
    .tarifa-image-container {
        min-height: 340px;
        padding: 25px 15px 15px;
    }
    
    .tarifa-logo {
        width: 140px;
    }
    
    .tarifa-title {
        font-size: 1.1rem;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .tarifa-precio {
        font-size: 1.8rem;
    }
}

/* Responsive - Tablet */
@media only screen and (min-width: 601px) and (max-width: 992px) {
    .tarifa-image-container {
        min-height: 360px;
    }
    
    .tarifa-title {
        font-size: 1.2rem;
    }
    
    .tarifa-precio {
        font-size: 2rem;
    }
}

/* ============================================
   GRID INTELIGENTE Y SCROLL PARA TARIFAS
   ============================================ */

/* Grid inteligente para PC */
@media only screen and (min-width: 993px) {
    .tarifa-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .tarifa-container .col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    
    /* Si solo hay 1 o 2 elementos en la última fila */
    .tarifa-container .col:last-child:nth-child(3n + 1) {
        flex: 0 0 100%;
        max-width: 500px;
    }
    
    .tarifa-container .col:nth-last-child(2):nth-child(3n + 1),
    .tarifa-container .col:last-child:nth-child(3n + 2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /* Ocultar botones de navegación en PC */
    .tarifa-nav-buttons {
        display: none !important;
    }
}

/* Scroll horizontal en móvil/tablet */
@media only screen and (max-width: 992px) {
    .tarifa-container {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap !important;
        
        /* Ocultar scrollbar */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    
    /* Ocultar scrollbar en Chrome, Safari y Opera */
    .tarifa-container::-webkit-scrollbar {
        display: none;
    }
    
    .tarifa-container .col {
        flex: 0 0 auto;
        width: 85%;
        max-width: 350px;
        margin-right: 15px;
    }
}

.horarios-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.horarios-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f0f0f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 1;
}

.horarios-section > .container {
    position: relative;
    z-index: 2;
}

.horarios-header {
    text-align: center;
    margin-bottom: 60px;
}

.horarios-header h4 {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Kanit", sans-serif;
}

.horarios-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1282C7, #0ea5e9);
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(18, 130, 199, 0.3);
}

.horarios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: start;
    justify-content: center;
}

.horarios-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    width: 300px;
}

.horarios-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.horarios-card-blue {
    background: linear-gradient(135deg, #1282C7 0%, #0ea5e9 100%);
    color: white;
}

.horarios-card-gray {
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
    color: white;
}

.horarios-card-special {
    background: linear-gradient(135deg, #0f4a6b 0%, #1282C7 100%);
    color: white;
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 20px auto 0;
}

.horarios-card-header {
    padding: 25px 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.horarios-day {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
}

.horarios-day-icon {
    font-size: 24px;
    opacity: 0.8;
}

.horarios-card-content {
    padding: 20px;
}

.horarios-time-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.horarios-time-item:last-child {
    border-bottom: none;
}

.horarios-time {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Kumbh Sans", monospace;
}

.horarios-class-type {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.horarios-class-type.hybrid {
    background: rgba(255, 193, 7, 0.9);
    color: #212529;
}

.horarios-class-type.halterofilia {
    background: rgba(220, 53, 69, 0.9);
    color: white;
}

.horarios-time-special {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.horarios-time-special i {
    font-size: 2rem;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.9);
}

/* ============= ESTILOS PARA SECCIÓN CONTACTO PROFESIONAL ============= */

.contact-section {
    background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(18, 130, 199, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 150, 136, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 50%, transparent 70%);
    z-index: 1;
}

.contact-section > * {
    position: relative;
    z-index: 2;
}

/* Barra Superior de Información */
.contact-info-bar {
    background: 
        linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="metal" width="20" height="20" patternUnits="userSpaceOnUse"><rect width="20" height="20" fill="%23e0e0e0"/><circle cx="10" cy="10" r="0.5" fill="%23c0c0c0"/></pattern></defs><rect width="100" height="100" fill="url(%23metal)"/></svg>');
    padding: 20px 0;
    border: none;
    box-shadow: none;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
    align-items: center;
}

.contact-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(18, 130, 199, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-info-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(18, 130, 199, 0.1), transparent);
    transition: left 0.5s ease;
}

.contact-info-item:hover::before {
    left: 100%;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    border-color: #1282C7;
    box-shadow: 0 10px 30px rgba(18, 130, 199, 0.3);
}

.contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1282C7, #0ea5e9);
    box-shadow: 
        0 0 20px rgba(18, 130, 199, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.contact-icon i {
    font-size: 28px;
    color: white;
    z-index: 2;
}

.neon-glow {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 130, 199, 0.3), transparent 70%);
    animation: neonPulse 2s ease-in-out infinite alternate;
}

@keyframes neonPulse {
    0% { opacity: 0.5; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.1); }
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1282C7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
}

.contact-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    font-family: "Kumbh Sans", sans-serif;
}

/* Contenedor del Mapa */
.contact-map-container {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.map-overlay {
    display: none;
}

.map-title {
    display: none;
}

.map-title h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Kanit", sans-serif;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.map-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    color: #1282C7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Kumbh Sans", sans-serif;
}

.dark-map-wrapper {
    width: 100%;
    height: 100%;
    filter: 
        grayscale(100%) 
        contrast(1.1) 
        brightness(0.9);
}

.dark-map {
    width: 100%;
    height: 100%;
    border: none;
}

/* Sección Call to Action */
.contact-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-cta-card {
    display: flex;
    align-items: center;
    gap: 30px;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%),
        linear-gradient(45deg, transparent 30%, rgba(18, 130, 199, 0.05) 50%, transparent 70%);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid rgba(18, 130, 199, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contact-cta-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #1282C7, transparent, #0ea5e9);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* ============= IMÁGENES DE FONDO PARA TARIFAS ============= */

.fondo-img-49{
    background-image: url(../img/carousel/old-imgs/s4.jpg);
    background-size: cover;
    background-position: right center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.fondo-img-59{
    background-image: url(../img/carousel/old-imgs/s8.jpg); 
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.fondo-img-69{
    background-image: url(../img/carousel/old-imgs/s9.jpg); 
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.fondo-img-4-sesiones{
    background-image: url(../img/carousel/old-imgs/s10.jpg); 
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.fondo-img-drop-in-wod{
    background-image: url(../img/carousel/slider/8.jpeg);
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.contact-cta-card:hover::before {
    opacity: 1;
}

.cta-icon {
    display: none;
}

.cta-icon i {
    font-size: 36px;
    color: white;
}

.cta-content {
    flex: 1;
    color: #2c3e50;
}

.cta-content h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1282C7;
    font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #6c757d;
    font-family: "Kumbh Sans", sans-serif;
}

.cta-action {
    flex-shrink: 0;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 
        0 8px 25px rgba(37, 211, 102, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-family: "Kumbh Sans", sans-serif;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 35px rgba(37, 211, 102, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: white;
}

.cta-button i {
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .horarios-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .horarios-header h4 {
        font-size: 2rem;
    }
    
    .horarios-card-special {
        grid-column: 1;
        margin: 20px 0 0;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-info-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 25px 15px;
    }
    
    .map-title {
        top: 20px;
        left: 20px;
    }
    
    .map-title h3 {
        font-size: 1.5rem;
    }
    
    .contact-cta-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 20px;
    }
    
    .cta-content {
        order: 1;
    }
    
    .cta-action {
        order: 2;
        width: 100%;
    }
    
    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 18px 30px;
        font-size: 1.1rem;
    }
    
    .cta-content h4 {
        font-size: 1.5rem;
    }
}