body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    line-height: 1.6; /* Mejora la legibilidad del texto */
    margin: 0; /* Elimina los m���rgenes predeterminados del navegador */
    padding: 0; /* Elimina el padding predeterminado del navegador */
    overflow-x: hidden; /* Evita el desbordamiento horizontal */

}

.text-muted {
    --bs-text-opacity: 1;
    color: #a09888 !important;
}

#main-content {
    display: block; /* Asegura que se comporte como un contenedor s���lido */
    width: 100%;
    overflow: hidden; /* Evita scrolls horizontales accidentales que bajan puntos en UX */
    min-height: 80vh; /* Ayuda a que la p���gina no "salte" mientras carga el contenido */
}

/* Opcional: Si quieres que el foco de accesibilidad no se vea feo al saltar con teclado */
#main-content:focus {
    outline: none;
}
/* Oculta el contenido visualmente pero lo mantiene para lectores de pantalla */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Si el usuario usa el teclado (Tab), el enlace se muestra por seguridad */
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background-color: #000;
    color: #fff;
    z-index: 9999;
}

img {
  max-width: 100%;
  display: block;
}
.items {
  display: flex;
  justify-content: space-between;
}

.bordetop01 {
    border-bottom: 1px solid #ff6200;
}
.miduracion {
    font-size: 1.3rem;font-weight: 700; color: #ff6200;
}
.misprecios {
    text-align: right; font-size: 1.5rem; color: #ff6200; font-weight: 800; font-family: arial;
}
.mipaxsok {
    font-size: 1rem;
    font-family: auto;
}
/* Header */
/* Centrado del logo en m���viles y tama���o t���ctil */
.logo {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.logo a {
    display: inline-block;
    min-width: 150px; /* Asegura el ���rea t���ctil m���nima */
    min-height: 60px;
}
/* Evita que el logo se vea gigante en m���viles si la columna es col-12 */
.logo img {
    max-width: 170px; 
    height: auto;
}

.header {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 15px 0px 0px 0px;
}
.header .logo img {
    height: 90px;
    width: 170px;
}
.header .contact-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #333333;
}
.header .contact-info i {
    color: #FF6200;
    margin-right: 8px;
}
.header .btn-contact {
    background-color: #FF6200;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}
.header .btn-contact:hover {
    background-color: #E55B00;
}
.header .page-links a {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
}
.header .page-links a:hover {
    color: #FF6200;
}
.header .social-icons a {
    color: #333333;
    font-size: 1.2rem;
    margin: 0 10px;
    transition: color 0.3s;
}
.header .social-icons a:hover {
    color: #FF6200;
}


/* Existing styles for the navbar */
.navbar {
    background-color: #183323;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .nav-link {
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem; /* Base font size for larger screens */
    margin: 0 15px; /* Base margin for larger screens */
    text-transform: uppercase;
    transition: color 0.3s;
}

.navbar .nav-link:hover {
    color: #fe8000 !important;
}

/* --- Media Queries for Mobile Screens --- */
@media (max-width: 768px) {
    .navbar .nav-link {
        font-size: 0.8rem; 
        margin: 5px 0; /* Adjust margins for vertical stacking in the collapsed menu */
    }

    .navbar-collapse {
        background-color: #2A7D2E; /* Optional: Adds a solid background to the collapsed menu */
        padding: 10px;
    }

    .navbar-nav {
        width: 100%; /* Make the menu list take full width */
        text-align: center; /* Center the text for a better look */
    }
}



/* Hero Section (Carousel) */
.hero-section {
    position: relative;
    height: 100vh;
}
.hero-section .carousel {
    height: 100%;
}
.hero-section .carousel-item {
    position: relative;
    height: 100vh;
}
.hero-section .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: white;
}
.hero-content h1, .hero-content h2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #f8a22f;
}
.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
}
.btn-primary {
    background-color: #FF6200;
    border-color: #FF6200;
    padding: 0.75rem 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-primary:hover {
    background-color: #E55B00;
    border-color: #E55B00;
    transform: translateY(-2px); /* Un peque���o salto al pasar el mouse */
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Top Seller Tours Section */
.tours-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}
.tours-section h2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2a7d2e;
    text-transform: uppercase;
}
.tours-section p {
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    max-width: 800px;
    margin: 0 auto 2rem;
}
.tour-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.tour-card img {
    height: 350px;
    object-fit: cover;
}
.tour-card .card-body {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: -30px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.tour-card .card-title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ff6200;
}
.tour-card .card-title i {
    color: #FF6200;
}
.tour-card .star-rating {
    color: #FFD700;
    font-size: 0.9rem;
}
.tour-card .card-text {
    font-size: 0.9rem;
    color: #555555;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    text-align: justify;
}
.tour-card .tour-details {
    font-size: 0.85rem;
    color: #666666;
}
.tour-card .tour-details i {
    color: #FF6200;
    margin-right: 8px;
}
.tour-card .btn-primary {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}
/* Traditional Tours Section (Carousel) */
.traditional-tours-section {
    padding: 4rem 0;
    background-color: #FFFFFF;
}
.traditional-tours-section h2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2a7d2e;
    text-transform: uppercase;
}
.traditional-tours-section p {
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    max-width: 800px;
    margin: 0 auto 2rem;
}
.traditional-tours-section .carousel-inner {
    padding: 0 15px;
}
.traditional-tours-section .carousel-item {
    transition: transform 0.5s ease;
}
.traditional-tours-section .carousel-control-prev,
.traditional-tours-section .carousel-control-next {
    width: 5%;
    /*background: rgba(0, 0, 0, 0.3); */
}
.traditional-tours-section .carousel-control-prev-icon,
.traditional-tours-section .carousel-control-next-icon {
    background-color: #FF6200;
    border-radius: 50%;
    padding: 20px;
}
/* Ajustes para el carrusel en m���viles */
@media (max-width: 767px) {
    .traditional-tours-section .carousel-inner .row > div {
        flex: 0 0 100%; /* Cada tarjeta ocupar��� el 100% en pantallas extra peque���as */
        max-width: 100%;
    }
}

/* Categories Section */
.categories-section {
    padding: 4rem 0;
    background-color: #FFFFFF;
}
.categories-section h2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #2a7d2e;
    text-transform: uppercase;
}
.category-card {
    text-align: center;
    transition: transform 0.3s;
}
.category-card:hover {
    transform: scale(1.05);
}
.category-card i {
    font-size: 3rem;
    color: #FF6200;
    margin-bottom: 1rem;
}
/* News Section */
.news-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}
.news-section h2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #2a7d2e;
    text-transform: uppercase;
}
.news-card img {
    height: 250px;
    object-fit: cover;
}
.titblogs {
    font-weight: 700;
    color: #2a7d2e;
    text-align: center;
}




/* ==========================================================================
   Footer - Optimizaci�n General y Responsive (Bootstrap 5 Compatible)
   ========================================================================== */
.footer {
    background-color: #183323;
    color: #FFFFFF;
    padding: 2.5rem 0; /* Reducido para m�viles por defecto */
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
}

.footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    letter-spacing: 0.5px;
}

/* Enlaces optimizados para lectura y clicks t�ctiles */
.footer a {
    color: #FF6200;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease, padding 0.2s ease;
    display: inline-block; /* Permite mejor �rea de contacto */
    padding: 4px 0;        /* Espaciado interno para dedos en m�viles */
}

.footer a:hover,
.footer a:focus {
    color: #FFA366; /* Un tono naranja m�s claro en hover sobre fondo oscuro para mejor accesibilidad */
    text-decoration: underline;
}

/* Redes Sociales - Zona de clic optimizada (M�nimo 44px de �rea t�ctil) */
.footer .social-icons {
    display: flex;
    gap: 15px; /* Reemplaza el margen tradicional por gap nativo */
    margin-top: 1rem;
}

.footer .social-icons a {
    font-size: 1.5rem;
    color: #FFFFFF; /* Cambiado a blanco para que destaque la red social, cambia a #FF6200 si lo prefieres */
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1); /* Sutil fondo circular moderno */
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.footer .social-icons a:hover {
    background-color: #FF6200;
    color: #FFFFFF;
    transform: translateY(-3px); /* Efecto interactivo premium */
}

/* Newsletter - Soluci�n definitiva para deformaci�n en pantallas chicas */
.footer .newsletter .input-group {
    display: flex;
    flex-direction: column; /* Apilados en m�viles */
    gap: 10px;
    width: 100%;
}

.footer .newsletter input[type="email"] {
    padding: 12px 15px;
    border: 1px solid transparent;
    border-radius: 6px; /* Bordes completamente redondeados en m�vil */
    width: 100%;
    font-size: 0.95rem;
}

.footer .newsletter button {
    background-color: #FF6200;
    color: #FFFFFF;
    border: none;
    padding: 12px 10px;
    border-radius: 6px; /* Bordes independientes en m�vil */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 100%; /* Bot�n ancho completo en m�viles para accionar r�pido */
    transition: background-color 0.3s ease;
}

.footer .newsletter button:hover {
    background-color: #E55B00;
}

/* ==========================================================================
   Media Queries para Tablets y Desktop (MD hacia arriba)
   ========================================================================== */
@media (min-width: 768px) {
    .footer {
        padding: 4rem 0; /* Regresa el espaciado amplio en pantallas grandes */
    }

    /* En Tablets y Desktop se vuelven a fusionar en una sola l�nea elegante */
    .footer .newsletter .input-group {
        flex-direction: row;
        gap: 0;
    }

    .footer .newsletter input[type="email"] {
        border-radius: 5px 0 0 5px;
        width: 60%;
    }

    .footer .newsletter button {
        border-radius: 0 5px 5px 0;
        width: 40%;
    }
}





/* Parallax Section */
:root {
    --primary: #2c7744;
    --secondary: #f8a22f;
    --accent: #e74c3c;
    --light: #f8f9fa;
    --dark: #1a2e35;
}
        
        .parallax-section {
            position: relative;
            height: 100vh;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            isolation: isolate;
        }
        
        /*https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80    tamaño de la imagen*/
        .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/machu.webp);
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            z-index: -2;
            transform: scale(1.1);
        }
        
        .parallax-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(26, 46, 53, 0.3) 0%, rgba(13, 26, 31, 0.5) 100%);
            z-index: -1;
        }
        
        .content-container {
            max-width: 800px;
            text-align: center;
            padding: 2rem;
            animation: fadeInUp 1.2s ease-out;
            font-family: 'Montserrat', sans-serif;
            color: white;
        }
        
        .subtitle {
            color: var(--secondary);
            font-size: 1.2rem;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        
        .main-title {
            font-size: 4rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
        
        .highlight {
            color: var(--secondary);
            position: relative;
        }
        
        .description {
            font-size: 1.2rem;
            margin-bottom: 2.5rem;
            opacity: 0.9;
            line-height: 1.7;
        }
        
        .btn-adventure {
            background: linear-gradient(45deg, var(--secondary), #ff9a3d);
            color: white;
            border: none;
            padding: 15px 40px;
            font-family: 'Open Sans', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.4s ease;
            box-shadow: 0 10px 25px rgba(248, 162, 47, 0.4);
            position: relative;
            overflow: hidden;
        }
        
        .btn-adventure:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(248, 162, 47, 0.6);
        }
        
        .btn-adventure:after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }
        
        .btn-adventure:hover:after {
            left: 100%;
        }
        
        .btn-adventure i {
            margin-left: 10px;
            transition: transform 0.3s ease;
        }
        
        .btn-adventure:hover i {
            transform: translateX(5px);
        }
        
        .scroll-indicator {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            animation: bounce 2s infinite;
        }
        
        .scroll-indicator i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.7);
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0) translateX(-50%);
            }
            40% {
                transform: translateY(-20px) translateX(-50%);
            }
            60% {
                transform: translateY(-10px) translateX(-50%);
            }
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .main-title {
                font-size: 3.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .parallax-section {
                min-height: 500px;
            }
            
            .main-title {
                font-size: 2.8rem;
            }
            
            .description {
                font-size: 1.1rem;
            }
            
            .btn-adventure {
                padding: 12px 35px;
                font-size: 1rem;
            }
        }
        
        @media (max-width: 576px) {
            .main-title {
                font-size: 2.2rem;
            }
            
            .subtitle {
                font-size: 1rem;
            }
            
            .content-container {
                padding: 1rem;
            }
            
            .parallax-bg {
                background-attachment: scroll;
            }
        }
        




/* Reglas para la versi���n de impresi���n */
@media print {
    .navbar, .btn-contact {
        display: none; /* Oculta el men��� y el bot���n de contacto */
    }
    body {
        font-size: 12pt; /* Aumenta el tama���o de la fuente para que sea legible en papel */
        margin: 0;
        padding: 0;
        -webkit-print-color-adjust: exact; /* Para navegadores basados en WebKit (Chrome, Safari) */
       color-adjust: exact; /* Est���ndar para otros navegadores */
    }
    
    img {
        max-width: 100%;
        height: 400px;
    }
    
   /* ... si tienes esto, es lo que causa el problema ... */
  .footer, .header, .sidebar {
     /* <-- display: none; Elimina esto si quieres que aparezcan */
  }

  /* ... en cambio, podr���as hacer esto para que se muestre ... */
  .footer {
    display: block; /* Muestra el footer */
  }
  
}    


.flag-icon {
    width: 24px;       /* Tama���o del ancho */
    height: auto;      /* Mantiene la proporci���n */
    border-radius: 2px; /* Bordes suavemente redondeados */
    transition: transform 0.2s ease;
    vertical-align: middle;
}

.flag-icon:hover {
    transform: scale(1.2); /* Efecto de zoom peque���o al pasar el mouse */
    filter: brightness(1.1);
}

/* Ajuste para que en m���viles no queden pegadas al borde */
@media (max-width: 991px) {
    .navbar-nav.flex-row {
        margin-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 10px;
    }
}

.whatsapp-float {
  position: fixed;
  width: 70px;
  height: 65px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
}
/* Dale espacio interno a los botones para que el ���rea de clic sea m���s grande */
.btn-link, .social-icon {
    padding: 12px 20px; /* M���nimo 48px de alto/ancho total es lo ideal para Google */
    display: inline-block;
    margin: 5px; /* Separa los botones entre s��� */
}







/* Contenedor principal del banner */
.tour-banner {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 8px; /* Opcional: bordes redondeados */
}

.banner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px; /* Altura m�nima para desktop */
}

/* Imagen de fondo */
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7); /* Oscurece un poco la imagen para que el texto resalte */
    z-index: 1;
}

/* Estilo del H1 superpuesto */
.banner-title-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 15px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.banner-title-overlay h1 {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* Rect�ngulo de precio abajo a la derecha */
.price-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5); /* Rect�ngulo transparente */
    backdrop-filter: blur(5px); /* Efecto de desenfoque moderno */
    color: white;
    padding: 10px 20px;
    border-left: 4px solid #ffc107; /* L�nea de color para resaltar (amarillo tipo tour) */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
}

.price-label {
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.price-amount {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffc107; /* El precio resalta en otro color */
}

.price-unit {
    font-size: 0.7rem;
}

/* Media Query para m�viles (Responsivo) */
@media (max-width: 768px) {
    .banner-container {
        min-height: 300px;
    }
    .banner-title-overlay h1 {
        font-size: 1.5rem;
    }
    .price-badge {
        bottom: 10px;
        right: 10px;
        padding: 5px 12px;
    }
    .price-amount {
        font-size: 1.4rem;
    }
}


/* Ajustes de la galer�a */
.gallery-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
    filter: brightness(0.8);
}

/* Imagen principal ocupa toda la altura del bloque derecho combinado */
.main-img {
    height: 100%;
    min-height: 350px;
}

/* Badge de "Ver todo" */
.view-all-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: white;
    color: #333;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Bordes redondeados espec�ficos (Simulando GetYourGuide) */
@media (min-width: 768px) {
    .rounded-start-3 { border-top-left-radius: 12px !important; border-bottom-left-radius: 12px !important; }
    .rounded-end-top-3 { border-top-right-radius: 12px !important; }
    .rounded-end-bottom-3 { border-bottom-right-radius: 12px !important; }
}

/* En m�vil las im�genes se apilan, quitamos alturas fijas */
@media (max-width: 767px) {
    .main-img { min-height: 250px; }
    .gallery-item img { border-radius: 8px !important; }
}

/* Iconos de favoritos y compartir */
.text-muted span {
    cursor: pointer;
}
.text-muted span:hover {
    color: #0071eb;
}
/* Estilo de la tarjeta */
.card.shadow-sm {
    border-color: #e0e0e0;
    transition: box-shadow 0.3s ease;
    background-color: #fff9f5;
}

/* Bot�n principal estilo GetYourGuide */
.btn-primary {
    background-color: #0071eb;
    border: none;
}
.btn-primary:hover {
    background-color: #005bb5;
}





/* 2. Configura el Aside */
.booking-sidebar {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px; /* Ajusta seg�n el tama�o de tu men� superior */
    
    /* ESTO ES LO QUE REALMENTE LO HACE FUNCIONAR EN BOOTSTRAP */
    align-self: flex-start; 
    
    z-index: 1000;
    transition: all 0.3s ease;
}

/* 3. Aseg�rate de que el contenedor padre no limite la altura */
.row.align-items-start {
    display: flex;
}

/* En tablets y m�viles el sticky NO debe funcionar (se ver�a mal) */
@media (max-width: 991px) {
    .booking-sidebar {
        position: relative;
        top: 0 !important;
        margin-top: 2rem;
    }
}




/* para informacion */
.info-section {
    max-width: 100%;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a2b49;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-font-smoothing: antialiased;
}
.info-title {
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}
/* Ajuste fino para alinear el icono con el texto */
.icon-wrapper {
    width: 30px;
    display: inline-block;
    color: #1a2b49;
}
.subtitle-text {
    font-weight: 700;
    font-size: 1rem;
}
.content-text {
    color: #4a5568;
    font-size: 0.95rem;
}
.info-row {
    margin-bottom: 1.rem;
}

           
/* que llevay y servicios */
:root {
    --gyg-dark-blue: #1a2b49;
    --gyg-text-gray: #4a5568;
    --gyg-border: #dbdee2;
    --gyg-green: #00875a;
    --gyg-red: #d93025;
    --gyg-link: #0071eb;
}
.main-wrapper {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: var(--gyg-dark-blue);
    background-color: #ffffff;
    padding: 40px 15px;
    line-height: 1.5;
}

.content-row {
    padding: 32px 0;
    border-bottom: 1px solid var(--gyg-border);
}

.content-row:last-child {
    border-bottom: none;
}

.section-label {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.list-unstyled li {
    margin-bottom: 8px;
    position: relative;
}

.text-detail {
    color: var(--gyg-text-gray);
    font-size: 0.95rem;
}

.view-more {
    color: var(--gyg-link);
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

/* Estilos espec�ficos para Qu� incluye */
.include-icon {
    margin-right: 12px;
    font-size: 0.9rem;
}
.fa-check { color: var(--gyg-green); }
.fa-xmark { color: var(--gyg-red); }

.sub-section-title {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1rem;
}

.margin-top-sub {
    margin-top: 24px;
}

@media (max-width: 767.98px) {
    .section-label {
        margin-bottom: 8px;
    }
}           

.view-more {
    color: var(--gyg-link);
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    border: none;
    background: none;
    padding: 0;
}
.view-more:hover {
    text-decoration: underline;
}


/* iconos de resumen tour */
:root {
    --icon-color: #31658e; /* Azul gris�ceo de la imagen */
    --text-dark: #000000;
    --border-color: #e0e0e0;
}
.icon-bar-container {
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f9fa;
    background: rgb(248,249,250);
    border: 1px solid var(--border-color);
    border-radius: 0; /* Imagen muestra esquinas rectas */
}
.icon-box {
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid var(--border-color);
    transition: background 0.3s;
}

/* Quitar el borde al �ltimo elemento en escritorio */
@media (min-width: 768px) {
    .icon-box:last-child {
        border-right: none;
    }
}

/* En m�viles, quitar bordes derechos y poner bordes inferiores */
@media (max-width: 767.98px) {
    .icon-box {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
    .icon-box:last-child {
        border-bottom: none;
    }
}

.icon-box i {
    color: var(--icon-color);
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.icon-box .title2 {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 4px;
    color: var(--text-dark);
    text-transform: capitalize;
}

.icon-box .subtitle2 {
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-dark);
    margin-bottom: 0;
}


/* tabs del contenido */
/* Variables personalizadas para evitar conflictos */
        :root {
            --stk-primary: #f37021;
            --stk-secondary: #2c5d7d;
            --stk-bg-light: #f8f9fa;
            --stk-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .stk-wrapper {
            border: 1px solid #dee2e6;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }

        /* --- Tabs Logic --- */
        .stk-nav-container {
            display: flex;
            flex-wrap: nowrap;
            background: var(--stk-secondary);
        }

        .stk-tab-btn {
            flex: 1;
            border: none;
            background: var(--stk-secondary);
            color: rgba(255,255,255,0.85);
            padding: 20px 10px;
            font-size: 0.90rem;
            font-weight: 600;
            text-transform: uppercase;
            transition: var(--stk-transition);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-right: 1px solid rgba(255,255,255,0.1);
        }

        .stk-tab-btn:last-child { border-right: none; }

        .stk-tab-btn:hover {
            background: #1e4158;
            color: #fff;
        }

        .stk-tab-btn.active {
            background: #fff !important;
            color: var(--stk-primary) !important;
            border-top: 4px solid var(--stk-primary);
            box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
        }

        /* --- Responsive: Comportamiento Acorde�n --- */
        @media (max-width: 991px) {
            .stk-nav-container {
                flex-direction: column; /* Estira cada tab a una fila completa */
                background: #eee;
            }

            .stk-tab-btn {
                width: 100%;
                justify-content: flex-start;
                padding: 18px 25px;
                border-right: none;
                border-bottom: 1px solid rgba(0,0,0,0.05);
                font-size: 1rem;
            }

            .stk-tab-btn.active {
                border-top: none;
                border-left: 6px solid var(--stk-primary);
                transform: translateX(5px);
            }

            .stk-tab-btn i {
                width: 25px;
                text-align: center;
            }
        }

        /* --- Content Styling --- */
        .stk-body {
            padding: 2.5rem;
            animation: fadeIn 0.5s ease;
        }

        .stk-orange-title {
            color: var(--stk-primary);
            font-weight: 800;
            margin: 1.8rem 0 0.8rem;
            font-size: 1.4rem;
        }

        .stk-list {
            list-style: none;
            padding-left: 0;
        }

        .stk-list li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
        }

        .stk-list li::before {
            content: "�";
            position: absolute;
            left: 0;
            font-weight: bold;
            color: #333;
        }

        .stk-bold { font-weight: 700; color: #333; }


/* --- Tus Nuevas Variables CSS3 (Encapsuladas) --- */
    :root {
      --galeria-radius: 12px;
      --galeria-transition: all 0.3s ease-in-out;
      --galeria-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
      --galeria-hover-scale: 1.03;
      
      /* Variables para el Modal */
      --modal-bg-custom: #1a1a1a;
      --modal-border-color: #333333;
    }

    /* --- Estilos para la Imagen Disparadora --- */
    .img-trigger-container {
      max-width: 400px; /* Ajusta el tamaño máximo de tu card/imagen en el feed */
      margin: 20px auto;
    }

    .custom-card-img {
      border-radius: var(--galeria-radius);
      transition: var(--galeria-transition);
      cursor: pointer;
      box-shadow: var(--galeria-shadow);
    }

    .custom-card-img:hover {
      transform: scale(var(--galeria-hover-scale));
      filter: brightness(0.9);
    }

    /* --- Personalización del Modal usando tus Variables --- */
    .custom-modal-content {
      background-color: var(--modal-bg-custom);
      border: 1px solid var(--modal-border-color);
      border-radius: var(--galeria-radius);
      overflow: hidden;
    }

    .custom-modal-close {
      filter: invert(1); /* Hace el botón de cerrar blanco si el fondo es oscuro */
    }

    /* Imagen dentro del modal: se adapta al 100% del ancho disponible */
    .img-modal-responsive {
      width: 100%;
      height: auto;
      object-fit: cover;
    }        
    
    
/* --- CÁPSULA DE VARIABLES NUEVAS PARA EVITAR MEZCLAS --- */
    .gyg-carousel-section {
      --gyg-primary-color: #1a2b49;
      --gyg-text-muted: #4a5568;
      --gyg-star-color: #121c2c;
      --gyg-price-color: #1a2b49;
      --gyg-badge-bg: #121c2c;
      --gyg-card-radius: 16px;
      --gyg-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      --gyg-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
      --gyg-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
      --gyg-heart-bg: rgba(255, 255, 255, 0.9);
      --gyg-blue-arrow: #0071eb;
    }

    .gyg-carousel-section .section-title {
      color: var(--gyg-primary-color);
      font-weight: 800;
      font-size: 1.5rem;
    }

    /* --- ESTILOS DE LA CARD --- */
    .gyg-carousel-section .gyg-card {
      border: 1px solid #e2e8f0;
      border-radius: var(--gyg-card-radius);
      overflow: hidden;
      background: #ffffff;
      box-shadow: var(--gyg-shadow-sm);
      transition: var(--gyg-transition);
      height: 100%;
      cursor: pointer;
    }

    .gyg-carousel-section .gyg-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--gyg-shadow-hover);
    }

    .gyg-carousel-section .img-container {
      position: relative;
      overflow: hidden;
      aspect-ratio: 16 / 10;
    }

    .gyg-carousel-section .img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: var(--gyg-transition);
    }

    .gyg-carousel-section .gyg-card:hover .img-container img {
      transform: scale(1.03);
    }

    /* Elementos flotantes */
    .gyg-carousel-section .badge-top {
      position: absolute;
      top: 12px;
      left: 12px;
      background-color: var(--gyg-badge-bg);
      color: #ffffff;
      font-weight: 700;
      font-size: 0.75rem;
      padding: 4px 10px;
      border-radius: 4px;
      z-index: 2;
    }

    .gyg-carousel-section .btn-heart {
      position: absolute;
      top: 12px;
      right: 12px;
      background: var(--gyg-heart-bg);
      border: none;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gyg-primary-color);
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: var(--gyg-transition);
      z-index: 2;
    }

    .gyg-carousel-section .btn-heart:hover {
      transform: scale(1.1);
      background: #ffffff;
      color: #e53e3e;
    }

    /* Textos */
    .gyg-carousel-section .card-body-custom {
      padding: 14px 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .gyg-carousel-section .tour-title {
      color: var(--gyg-primary-color);
      font-weight: 700;
      font-size: 0.95rem;
      line-height: 1.4;
      margin-bottom: 8px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 2.8rem;
    }

    .gyg-carousel-section .tour-meta {
      font-size: 0.8rem;
      color: var(--gyg-text-muted);
      margin-bottom: 12px;
    }

    .gyg-carousel-section .card-footer-custom {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-top: auto;
    }

    .gyg-carousel-section .rating-box {
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--gyg-star-color);
    }

    .gyg-carousel-section .price-box {
      text-align: right;
      font-size: 0.75rem;
      color: var(--gyg-text-muted);
    }

    .gyg-carousel-section .price-amount {
      display: block;
      font-size: 1.05rem;
      font-weight: 800;
      color: var(--gyg-price-color);
    }

    /* --- FLECHA AZUL CONTROL (Clon de la imagen) --- */
    .gyg-carousel-section .custom-arrow-btn {
      width: 40px;
      height: 40px;
      border: 2px solid var(--gyg-blue-arrow);
      background-color: #ffffff;
      color: var(--gyg-blue-arrow);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      transition: var(--gyg-transition);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .gyg-carousel-section .custom-arrow-btn:hover {
      background-color: var(--gyg-blue-arrow);
      color: #ffffff;
      transform: scale(1.05);
    }

    /* Suavizado de animación nativa del carrusel */
    .gyg-carousel-section .carousel-item {
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }    
    

/* --- CÁPSULA DE VARIABLES GENERALES PARA EVITAR MEZCLAS --- */
    .gyg-newsletter-banner {
      --gyg-bg-blue: #75bfff;
      --gyg-btn-blue: #0071eb;
      --gyg-btn-hover: #0056b3;
      --gyg-text-dark: #1a2b49;
      --gyg-text-legal: #4a5568;
      --gyg-radius-main: 16px;
      --gyg-radius-input: 12px;
      --gyg-radius-btn: 24px;
      --gyg-transition: all 0.25s ease-in-out;
    }

    /* --- ESTILOS DE ESTRUCTURA Y CONTENEDOR --- */
    .gyg-newsletter-banner .main-wrapper {
      border-radius: var(--gyg-radius-main);
      overflow: hidden;
      background-color: var(--gyg-bg-blue);
    }

    /* Ajuste de imagen para simular el recorte perfecto */
    .gyg-newsletter-banner .banner-image-side {
      background-image: url('../images/machupicchu-10.jpg'); /* Reemplazar por tu ruta real de imagen */
      background-size: cover;
      background-position: center;
      min-height: 250px;
    }

    @media (min-width: 768px) {
      .gyg-newsletter-banner .banner-image-side {
        min-height: 100%;
      }
    }

    /* --- BLOQUE DE CONTENIDO DERECHO --- */
    .gyg-newsletter-banner .content-side {
      padding: 2.5rem !important;
      color: var(--gyg-text-dark);
    }

    .gyg-newsletter-banner .banner-title {
      font-weight: 800;
      font-size: 1.85rem;
      line-height: 1.25;
      margin-bottom: 1rem;
      letter-spacing: -0.5px;
    }

    .gyg-newsletter-banner .banner-description {
      font-size: 0.95rem;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 1.5rem;
    }

    /* --- FORMULARIO E INPUT INTERACTIVO --- */
    .gyg-newsletter-banner .input-group-custom {
      position: relative;
      flex-grow: 1;
    }

    .gyg-newsletter-banner .form-control-custom {
      width: 100%;
      height: 48px;
      padding: 10px 45px 10px 16px;
      border: 1px solid #ffffff;
      border-radius: var(--gyg-radius-input);
      font-size: 0.95rem;
      color: var(--gyg-text-dark);
      background-color: #ffffff;
      transition: var(--gyg-transition);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    }

    .gyg-newsletter-banner .form-control-custom:focus {
      outline: none;
      border-color: var(--gyg-btn-blue);
      box-shadow: 0 0 0 3px rgba(0, 113, 235, 0.2);
    }

    /* Icono del sobre gris idéntico a la derecha dentro del input */
    .gyg-newsletter-banner .input-icon-envelope {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: #718096;
      font-size: 1.1rem;
      pointer-events: none;
    }

    /* --- BOTÓN DE CONVERSIÓN --- */
    .gyg-newsletter-banner .btn-register {
      background-color: var(--gyg-btn-blue);
      color: #ffffff;
      font-weight: 700;
      font-size: 0.95rem;
      height: 48px;
      padding: 0 28px;
      border: none;
      border-radius: var(--gyg-radius-btn);
      transition: var(--gyg-transition);
      white-space: nowrap;
    }

    .gyg-newsletter-banner .btn-register:hover {
      background-color: var(--gyg-btn-hover);
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(0, 113, 235, 0.25);
    }

    .gyg-newsletter-banner .btn-register:active {
      transform: translateY(0);
    }

    /* --- TEXTO LEGAL DE ABAJO --- */
    .gyg-newsletter-banner .legal-text {
      font-size: 0.78rem;
      color: var(--gyg-text-legal);
      line-height: 1.5;
      font-weight: 500;
    }

    .gyg-newsletter-banner .legal-link {
      color: var(--gyg-text-dark);
      text-decoration: underline;
      font-weight: 700;
      transition: var(--gyg-transition);
    }

    .gyg-newsletter-banner .legal-link:hover {
      color: var(--gyg-btn-blue);
    }    

/* Solo se activa en pantallas grandes (Escritorio - breakpoints de Bootstrap 992px hacia arriba) */
@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* Evita que se cierre si hay espacio entre el menú y el submenú */
        animation: fadeIn 0.2s ease-in-out; /* Opcional: efecto visual suave */
    }
}

/* Efecto opcional de aparición suave */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

    
.text-orange {
    color: #ff6600 !important; /* El color naranja exacto de tu logotipo */
}
.bg-orange {
    background-color: #ff6600 !important;
}
.btn-verde {
    background-color: #f7670d;
    border: none;
    color: #fff;
}    


.text-primaryPrecio {
    --bs-text-opacity: 1;
    color: rgb(243 112 33) !important;
}
.text-mutedPrecio {
    --bs-text-opacity: 1;
    color: #036003 !important;
}

:root {
    --custom-card-height: 450px;
    --custom-overlay-bg: rgba(0, 0, 0, 0.4);
    --custom-text-color: #ffffff;
}

.tours-section-custom .tour-card-bg {
    height: var(--custom-card-height);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: var(--custom-text-color);
    transition: transform 0.3s ease;
}

.tours-section-custom .tour-card-bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, var(--custom-overlay-bg), transparent);
}

.tours-section-custom .badge-custom {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: inline-block;
}

.tours-section-custom .tour-title {
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}



.tours-section-custom .tour-card-wrapper {
    height: var(--custom-card-height);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

/* Efecto de Zoom al pasar el cursor */
.tours-section-custom .tour-card-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.tours-section-custom .tour-card-wrapper:hover .tour-card-bg {
    transform: scale(1.05); /* Amplía un 5% */
    filter: brightness(1.1); /* Resalta más claro */
}

/* Capa oscura para que el texto resalte siempre */
.tours-section-custom .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
}






/* Estructura de la tarjeta */
.st-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}


.st-img-overlay {
    height: 400px;
    /* 'cover' asegura que la imagen cubra todo el contenedor sin dejar espacios */
    background-size: cover; 
    /* Centra la imagen para que siempre se vea el punto de interés */
    background-position: center center; 
    /* Evita que se repita */
    background-repeat: no-repeat;
    
    position: relative;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
    /* Degradado superpuesto (la imagen va después para estar debajo) */
    background-image: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 70%), var(--bg-img);
}


.st-altitude-bar {
    background: #004d26; /* Verde oscuro oficial */
    color: white;
    padding: 8px;
    display: flex;
    justify-content: space-around;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Grilla de detalles */
.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 15px 0;
}
.detail-item { font-size: 0.8rem; }
.detail-label { display: block; color: #777; font-size: 0.7rem; font-weight: bold; }


:root {
            --adv-primary: #198754;
            --adv-dark: rgba(0, 0, 0, 0.75);
        }

        .adv-card {
            position: relative;
            background-size: cover;
            background-position: center;
            border-radius: 12px;
            overflow: hidden;
            color: white;
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            text-decoration: none;
        }

        .adv-card:hover { transform: scale(1.01); }

        /* Overlay para legibilidad del texto */
        .adv-overlay {
            background: linear-gradient(to top, var(--adv-dark) 0%, rgba(0,0,0,0.1) 100%);
            padding: 2rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        /* Alturas responsivas para los bloques */
        .adv-large { height: 550px; }
        .adv-small { height: 260px; }
        .adv-wide { height: 260px; }

        @media (max-width: 991px) {
            .adv-large, .adv-small, .adv-wide { height: 350px; }
        }

        .adv-badge {
            background-color: #c5a059;
            color: white;
            font-size: 0.7rem;
            padding: 4px 8px;
            border-radius: 4px;
            width: fit-content;
            margin-bottom: 10px;
            font-weight: bold;
        }



/* Asegura que los botones de acordeón sean siempre clicables */
.accordion-button {
    z-index: 10;
    position: relative;
    cursor: pointer !important;
}

/* Evita que cualquier otro contenedor padre "se coma" el clic */
.accordion-item {
    overflow: visible !important;
}        


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(108, 117, 125, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (max-width: 768px) {
    .wow {
        visibility: visible !important;
        animation-name: none !important;
    }
}
