/* =========================================
                        ESTILOS GENERALES (PC Y TABLET)
                        ========================================= */
                        #header-carousel .carousel-item {
                        height: 85vh;
                        min-height: 500px;
                        position: relative;
                        background-color: #000;
                        }
                        #header-carousel .img-wrapper {
                        height: 100%;
                        width: 100%;
                        overflow: hidden;
                        position: absolute;
                        top: 0;
                        left: 0;
                        }
                        #header-carousel img {
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                        object-position: center center;
                        transform: scale(1);
                        transition: transform 8s linear;
                        }
                        #header-carousel .carousel-item.active img {
                        transform: scale(1.1);
                        }
                        /* Overlay: Degradado desde abajo para resaltar el texto */
                        .carousel-overlay {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        /*background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);*/
                        z-index: 1;
                        }
                        /* POSICIONAMIENTO DEL TEXTO (ABAJO) */
                        #header-carousel .carousel-caption {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        display: flex;
                        align-items: flex-end;    /* Alinea el contenido al fondo */
                        justify-content: center;  /* Centra horizontalmente */
                        z-index: 2;
                        padding-bottom: 120px;    /* Distancia desde el borde inferior en PC */
                        }
                        #header-carousel h1 {
                        text-shadow: 2px 2px 20px rgba(0,0,0,0.8);
                        font-weight: 800;
                        font-size: 3.5rem;
                        }
                        #header-carousel h5 {
                        letter-spacing: 3px;
                        font-weight: 700;
                        text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
                        }
                        /* Flechas de navegación */
                        .carousel-control-prev-icon, .carousel-control-next-icon {
                        width: 3rem; 
                        height: 3rem;
                        background-color: rgba(11, 36, 71, 0.5);
                        border-radius: 50%;
                        }
                        /* =========================================
                        CORRECCIONES PARA CELULAR (MÓVIL)
                        ========================================= */
                        @media (max-width: 768px) {
                        #header-carousel .carousel-item {
                        height: 80vh; 
                        }
                        #header-carousel .carousel-caption {
                        padding-bottom: 100px; /* Distancia desde el borde inferior en Móvil */
                        }
                        #header-carousel h1 {
                        font-size: 1.8rem;
                        line-height: 1.2;
                        margin-bottom: 15px !important;
                        }
                        #header-carousel h5 {
                        font-size: 0.9rem;
                        margin-bottom: 10px !important;
                        }
                        #header-carousel p {
                        font-size: 0.9rem !important;
                        padding: 0 10px;
                        }
                        }
                        /*CAROUSEL*/

                        /* === ESTILOS CSS === */
                                                .tags-container {
                                                display: flex;
                                                flex-wrap: wrap;
                                                gap: 8px;
                                                align-items: center;
                                                margin-bottom: 20px; /* Separación entre grupos */
                                                }
                                                .syw-tag {
                                                background-color: #f0f0f0;
                                                padding: 5px 10px;
                                                border-radius: 15px;
                                                border: 1px solid #ccc;
                                                font-size: 14px;
                                                display: inline-block;
                                                }
                                                /* NOTA: Ahora usamos clase (.) en lugar de ID (#) */
                                                .extra-tags {
                                                display: none; 
                                                flex-wrap: wrap;
                                                gap: 8px;
                                                width: 100%;
                                                margin-top: 8px;
                                                }
                                                .extra-tags.visible {
                                                display: flex;
                                                }
                                                .toggle-btn {
                                                background: none;
                                                border: none;
                                                color: #007bff;
                                                cursor: pointer;
                                                font-weight: bold;
                                                text-decoration: underline;
                                                font-size: 14px;
                                                padding: 5px;
                                                margin-left: 5px;
                                                }
                                                .toggle-btn:hover { color: #0056b3; }

                                                .bg-gris { background-color: #f4f6f8; }
                     .syw-img-fit { width: 100%; height: 100%; object-fit: cover; }
                     /* Nav Escritorio */
                     .nav-pills .nav-link { color: #555; background: #fff; border: 1px solid #ddd; transition: 0.3s; }
                     .nav-pills .nav-link.active { background: #0B2447 !important; color: #fff !important; border-color: #0B2447; }
                     /* Nav Móvil (Dock) */
                     .syw-bottom-dock { position: fixed; bottom: 0; left: 0; width: 100%; height: 70px; background: #fff; border-top: 1px solid #eee; z-index: 1050; padding-bottom: env(safe-area-inset-bottom); }
                     .dock-item { background: none; border: none; width: 16%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 5px 0; text-decoration: none; color: #777; }
                     .dock-item.active { color: #0B2447; font-weight: bold; border-top: 3px solid #0B2447; }
                     .dock-item i { font-size: 1.2rem; margin-bottom: 3px; }
                     .dock-label { font-size: 0.7rem; }
                     /* Etiquetas y Títulos */
                     .syw-section-title { color: #0B2447; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; border-bottom: 2px solid #e9ecef; padding-bottom: 8px; }
                     .syw-tag-container { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
                     .syw-tag { background-color: #f0f4f8; color: #0B2447; padding: 6px 12px; border-radius: 6px; font-size: 0.85rem; font-weight: 500; border: 1px solid #dae0e5; }
                     /* Barras de Progreso */
                     .progress { background-color: #e9ecef; border-radius: 10px; overflow: hidden; height: 8px !important; margin-bottom: 5px; }
                     .syw-bar-primary { background-color: #0B2447; } .syw-bar-success { background-color: #28a745; } .syw-bar-info { background-color: #17a2b8; } .syw-bar-secondary { background-color: #6c757d; }
                     .progress-label { font-size: 0.8rem; font-weight: 600; color: #555; margin-bottom: 4px; display: flex; justify-content: space-between; }
                     /* Animación */
                     .fade-in { animation: fadeIn 0.5s; }
                     @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
                     /* ESTILOS DEL CHAT FLOTANTE */
                     .syw-chat-modal {
                     position: fixed; 
                     bottom: 90px; /* Encima del menú inferior en móvil */
                     right: 20px; 
                     width: 350px;
                     background: #fff; 
                     border-radius: 15px; 
                     box-shadow: 0 10px 40px rgba(0,0,0,0.3);
                     z-index: 2000; 
                     overflow: hidden; 
                     display: flex; 
                     flex-direction: column;
                     animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
                     }
                     .syw-chat-header { 
                     background: #0B2447; 
                     color: #fff; 
                     padding: 15px 20px; 
                     display: flex; 
                     justify-content: space-between; 
                     align-items: center; 
                     box-shadow: 0 2px 5px rgba(0,0,0,0.1);
                     }
                     .syw-chat-body { 
                     background: #f8f9fa; 
                     overflow-y: auto; 
                     max-height: 500px; 
                     }
                     /* Animación de entrada */
                     @keyframes slideUp { 
                     from { transform: translateY(100%); opacity: 0; } 
                     to { transform: translateY(0); opacity: 1; } 
                     }
                     /* Ajuste para Móviles (Pantalla completa) */
                     @media (max-width: 991px) {
                     .syw-chat-modal {
                     width: 100% !important; 
                     height: 100% !important; 
                     max-width: none !important;
                     max-height: none !important; 
                     top: 0; left: 0; right: 0; bottom: 0;
                     border-radius: 0; 
                     z-index: 3000;
                     }
                     .syw-chat-header { 
                     padding-top: max(15px, env(safe-area-inset-top)); 
                     }
                     .syw-chat-body { 
                     flex: 1; 
                     max-height: none; 
                     }
                     }
                     /* Estilos Corporativos */
                     .bg-contact-form {
                     background-color: #0B2447;
                     color: white;
                     }
                     /* Estilos Inputs */
                     .form-control-custom {
                     background-color: #fff;
                     border: none;
                     border-radius: 5px;
                     padding: 15px;
                     font-size: 1rem;
                     }
                     .form-control-custom:focus {
                     box-shadow: none;
                     background-color: #f0f0f0;
                     }
                     /* ESTILO MENU PAÍSES */
                     .phone-container { position: relative; border-radius: 5px; }
                     .dropdown-container {
                     cursor: pointer;
                     user-select: none;
                     transition: 0.3s;
                     }
                     .dropdown-container:hover {
                     background-color: #f8f9fa;
                     color: #0B2447 !important;
                     }
                     /* Ocultamos elementos nativos pero los mantenemos funcionales */
                     .dropdown-checkbox, 
                     .select-wrapper input[type="radio"] { 
                     display: none; 
                     }
                     /* Lista contenedora */
                     .select-wrapper {
                     position: absolute;
                     top: 100%;
                     left: 0;
                     width: 100%;
                     background: white;
                     border-radius: 0 0 8px 8px;
                     z-index: 2000;
                     max-height: 0;
                     overflow: hidden;
                     transition: max-height 0.3s ease-out;
                     }
                     /* Lógica CSS pura para abrir el menú (evita conflicto JS de Bootstrap) */
                     #dropdown:checked ~ .select-wrapper {
                     max-height: 250px;
                     border: 1px solid #ddd;
                     overflow-y: auto;
                     }
                     .select-wrapper ul { list-style: none; padding: 0; margin: 0; }
                     .select-wrapper li { border-bottom: 1px solid #eee; position: relative; }
                     .select-wrapper label {
                     display: block;
                     padding: 10px 15px;
                     cursor: pointer;
                     color: #333;
                     width: 100%;
                     margin: 0;
                     }
                     .select-wrapper label:hover {
                     background-color: #0B2447;
                     color: white;
                     }
                     .btn-light { background-color: #ffffff; color: #0B2447; transition: 0.3s; border: none; }
                     .btn-light:hover { background-color: #e2e6ea; transform: translateY(-2px); }

                     .bg-gris { background-color: #f4f6f8; }
                     .icon-circle {
                     width: 70px; height: 70px; background-color: #0B2447;
                     border-radius: 50%; display: flex; align-items: center; justify-content: center;
                     box-shadow: 0 4px 10px rgba(11, 36, 71, 0.3);
                     }
                     .hover-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
                     .hover-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; }
                     /* Estilos Acordeón */
                     .accordion-button { background-color: #fff; color: #0B2447; font-size: 1.1rem; }
                     .accordion-button:not(.collapsed) { background-color: #e3e8ee; color: #0B2447; box-shadow: none; }
                     .accordion-button:focus { box-shadow: none; border-color: rgba(0,0,0,.125); }
                     .border-primary { border-color: #0B2447 !important; }
                     .text-primary { color: #0B2447 !important; }
                     /* Tarjetas limpias */
                     .feature-card {
                     transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
                     border: 1px solid rgba(0,0,0,0.03);
                     }
                     .feature-card:hover {
                     transform: translateY(-5px);
                     box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
                     border-color: rgba(11, 36, 71, 0.1);
                     }
                     /* Estilo del Ícono (La clave del cambio) */
                     .icon-box {
                     width: 55px;
                     height: 55px;
                     background-color: #eef2f6; /* Fondo gris/azulado muy suave */
                     color: #0B2447; /* Icono color corporativo fuerte */
                     border-radius: 12px; /* Cuadrado redondeado (más moderno que el círculo) */
                     display: flex;
                     align-items: center;
                     justify-content: center;
                     font-size: 1.5rem;
                     transition: 0.3s;
                     }
                     /* Efecto al pasar el mouse: invierte los colores */
                     .feature-card:hover .icon-box {
                     background-color: #0B2447;
                     color: #fff;
                     }
                     /* Decoración detrás de la imagen central */
                     .blob-bg {
                     position: absolute;
                     top: 50%;
                     left: 50%;
                     transform: translate(-50%, -50%);
                     width: 350px;
                     height: 350px;
                     background: radial-gradient(circle, rgba(11,36,71,0.08) 0%, rgba(255,255,255,0) 70%);
                     z-index: 0;
                     }
                      /* CONTENEDOR DEL MENÚ DE PAÍSES */
                     .country-nav-wrapper {
                     width: 100%;
                     overflow-x: auto; /* Habilita el scroll horizontal */
                     white-space: nowrap; /* Evita que los botones salten de línea */
                     padding-bottom: 10px; /* Espacio para la barra de desplazamiento */
                     margin-bottom: 20px;
                     cursor: grab; /* Muestra la manito para indicar que se puede arrastrar */
                     /* Estilos de la barra de desplazamiento (Firefox) */
                     scrollbar-width: thin;
                     scrollbar-color: #0B2447 #f0f0f0;
                     }
                     .country-nav-wrapper:active {
                     cursor: grabbing; /* Manito cerrada al arrastrar */
                     }
                     /* Estilos de la barra de desplazamiento (Chrome, Safari, Edge) */
                     .country-nav-wrapper::-webkit-scrollbar {
                     height: 6px; /* Altura de la barra */
                     }
                     .country-nav-wrapper::-webkit-scrollbar-track {
                     background: #f0f0f0; 
                     border-radius: 10px;
                     }
                     .country-nav-wrapper::-webkit-scrollbar-thumb {
                     background: #0B2447; /* Tu color corporativo */
                     border-radius: 10px;
                     }
                     .country-nav-wrapper::-webkit-scrollbar-thumb:hover {
                     background: #061a35; 
                     }
                     /* LISTA DE BOTONES */
                     #country-tabs {
                     display: inline-flex; /* Asegura que estén en línea */
                     gap: 15px;
                     padding: 5px 5px; /* Padding interno para no cortar sombras */
                     margin: 0;
                     }
                     /* BOTONES */
                     #country-tabs .nav-link {
                     color: #555;
                     background-color: #fff;
                     border: 1px solid #e9ecef;
                     padding: 10px 25px;
                     border-radius: 50px;
                     transition: all 0.3s ease;
                     display: inline-block;
                     }
                     #country-tabs .nav-link:hover {
                     background-color: #f8f9fa;
                     transform: translateY(-2px);
                     }
                     #country-tabs .nav-link.active {
                     background-color: #0B2447;
                     color: white;
                     border-color: #0B2447;
                     box-shadow: 0 4px 10px rgba(11, 36, 71, 0.3);
                     transform: translateY(-2px);
                     }
                     /* ACORDEÓN */
                     .custom-accordion .accordion-button {
                     color: #0B2447;
                     background-color: #fff;
                     box-shadow: none;
                     padding: 1.2rem;
                     }
                     .custom-accordion .accordion-button:not(.collapsed) {
                     color: #0B2447;
                     background-color: #f0f4f8; 
                     border-bottom: 1px solid #e0e0e0;
                     }
                     .custom-accordion .accordion-button:focus {
                     border-color: rgba(11,36,71,0.1);
                     box-shadow: none;
                     }
                     .accordion-item {
                     box-shadow: 0 2px 15px rgba(0,0,0,0.05) !important;
                     }
                     .custom-accordion .accordion-button::after {
                     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B2447'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                     }
                     /* Estilos Específicos para el Footer Oscuro */
                     .bg-dark {
                     background-color: #0B2447 !important; /* Tu color corporativo */
                     }
                     .footer .btn.btn-social {
                     margin-right: 5px;
                     width: 35px;
                     height: 35px;
                     display: flex;
                     align-items: center;
                     justify-content: center;
                     color: #fff;
                     border: 1px solid rgba(256, 256, 256, .5);
                     border-radius: 35px;
                     transition: .3s;
                     }
                     .footer .btn.btn-social:hover {
                     color: #0B2447;
                     background: #fff;
                     border-color: #fff;
                     }
                     .footer .btn.btn-link {
                     display: block;
                     margin-bottom: 5px;
                     padding: 0;
                     text-align: left;
                     color: #fff; /* Enlaces blancos */
                     font-weight: normal;
                     text-transform: capitalize;
                     transition: .3s;
                     text-decoration: none; /* Sin subrayado por defecto */
                     }
                     .footer .btn.btn-link::before {
                     position: relative;
                     content: "\f105";
                     font-family: "Font Awesome 5 Free";
                     font-weight: 900;
                     margin-right: 10px;
                     }
                     .footer .btn.btn-link:hover {
                     letter-spacing: 1px;
                     box-shadow: none;
                     color: #bbb; /* Gris claro al pasar el mouse */
                     }
                     .footer .copyright {
                     padding: 25px 0;
                     font-size: 15px;
                     border-top: 1px solid rgba(256, 256, 256, .1);
                     }
                     .footer .copyright a {
                     color: #fff;
                     }
                     .footer .copyright a:hover {
                     color: #bbb;
                     }