/* --- Estilos Globales --- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    top: 0px !important;
    top: 0px !important;
}

/* Fix for course modal text width */
.course-modal-content,
.course-modal-content>* {
    width: 100% !important;
    max-width: 100% !important;
}



/* === MODAL ORGANICO DESIGN === */
.modal-content-organic {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    /* Para que la imagen respete el border-radius */
}

.modal-header-clean {
    border-bottom: none;
    padding: 20px 25px 0 25px;
    background-color: white;
    position: relative;
    z-index: 2;
}

.btn-close-custom {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 1;
    padding: 0;
}

.btn-close-custom:hover {
    background: #e2bc46;
    color: white;
    transform: rotate(90deg);
}

.modal-body-custom {
    padding: 25px;
}

.course-title-organic {
    font-family: 'Helvetica Neue', sans-serif;
    color: #064869;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.course-details-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 5px solid #e2bc46;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.btn-whatsapp-organic {
    background-color: #25D366;
    color: white !important;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn-whatsapp-organic:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    text-decoration: none;
}

/* Imagen que cubre todo el alto */
.modal-img-col {
    padding: 0;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.modal-course-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

/* ================================================== */

.translate-header {
    background-color: #053a54;
    padding: 8px 0;
}

/* ================================================== */
/* ========= SECCIÓN 2: LOGO EN NAVBAR ============== */
/* ================================================== */

.logo-container {
    position: relative;
    z-index: 100;
}

.logo-img {
    height: 80px;
    width: auto;
    margin-top: -10px;
    margin-bottom: -10px;
}

.logo-text-block {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Cada span se vuelve bloque = uno debajo del otro */
.logo-text,
.logo-subtext {
    display: block;
}

.logo-text {
    font-family: 'Abadi MT Condensed Extra Bold', 'Abadi MT Condensed', 'Arial Narrow Bold', 'Arial Narrow', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #e2bc46;
    line-height: 1;
    margin: 0;
    letter-spacing: 2px;
}

.logo-subtext {
    font-family: 'Abadi MT Condensed Extra Bold', 'Abadi MT Condensed', 'Arial Narrow Bold', 'Arial Narrow', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #e2bc46;
    line-height: 1.1;
    margin-top: 3px;
    letter-spacing: 2px;
}

/* ====== BOTONES DE IDIOMA ======= */
/* Contenedor general de la sección de idiomas */
.language-selector {
    display: flex;
    align-items: center;
}

/* Caja "Traducir" que enmarca todo */
.language-box {
    border: none;
    border-radius: 8px;
    padding: 6px 10px;
    background-color: transparent;
}

/* Título "Traducir" (solo escritorio, gracias a d-none d-md-inline) */
.language-title {
    font-size: 0.85rem;
    color: #e2bc46;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Botones de idioma (ES, EN, PT) */
.btn-lang {
    background-color: transparent;
    color: #e2bc46;
    /* mismo color que el logo */
    border: 1px solid #e2bc46;
    padding: 4px 10px;
    font-size: 0.85rem;
    border-radius: 999px;
    line-height: 1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

/* Hover común */
.btn-lang:hover,
.btn-lang:focus {
    background-color: #e2bc46;
    color: #064869;
    /* azul del header */
    text-decoration: none;
}

/* Botones de bandera */
.btn-lang-flag {
    background: transparent;
    border: none;
    padding: 2px;
    cursor: pointer;
    transition: transform 0.2s ease;
    border-radius: 3px;
}

.btn-lang-flag img {
    width: 28px;
    height: auto;
    display: block;
    border-radius: 2px;
}

.btn-lang-flag:hover {
    transform: scale(1.15);
}

/* Dropdown (móvil) usa los estilos de Bootstrap para .dropdown-menu y .dropdown-item */



/* ================================================== */
/* ========= SECCIÓN 2: NAVBAR (MODIFICADA) ========= */
/* ================================================== */

.main-navbar {
    background-color: #0a73a3;
    padding-top: 0;

    /* CAMBIO 4: Espacio inferior en la barra de navegación */
    padding-bottom: 10px;
}

/* CAMBIO 2: Añadimos margen para separar los botones entre sí */
.main-navbar .nav-item {
    position: relative;
    /* Necesario para posicionar el separador */
    margin-left: 15px;
    margin-right: 15px;
}

/* --- Estilos de los Enlaces (Botones) --- */
.main-navbar .nav-link {
    color: #ffffff;
    background-color: transparent;
    border-bottom: none;
    border-radius: 0;

    /* Ajustamos el padding (la línea sigue 5px abajo) */
    padding: 15px 10px 5px 10px;

    transition: all 0.3s ease;
}

/* Separadores desactivados */
.main-navbar .nav-item+.nav-item::before {
    display: none;
}


/* --- Efecto Hover (al pasar el mouse) --- */
.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus,
.main-navbar .nav-link.active {
    color: #e2bc46;
    background-color: transparent;
}

/* --- Estilos del Submenú (Dropdown) --- */
.main-navbar .dropdown-menu {
    background-color: #0a73a3;
    border: 1px solid #0d8ac7;
    border-radius: 0;
}

.main-navbar .dropdown-item {
    color: #ffffff;
    padding: 10px 20px;
}

.main-navbar .dropdown-item:hover {
    background-color: #0d8ac7;
    color: #e2bc46;
}

/* Color del separador del submenú */
.main-navbar .dropdown-divider {
    border-top: 1px solid #0d8ac7;
}

/* --- Estilos del Botón Hamburguesa (Móvil) --- */
.main-navbar .navbar-toggler {
    border-color: #ffffff;
}

.main-navbar .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%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ================================================== */
/* ========= SECCIÓN 3: HERO VIDEO (NUEVO DISEÑO) === */
/* ================================================== */

/* Contenedor principal del hero */
.hero-video-section {
    height: 85vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Video */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* === HERO CONTENT - NUEVO DISEÑO === */
.hero-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 2;
}

/* Caja contenedora del texto */
.hero-text-box {
    color: #ffffff;
    line-height: 1.4;
    padding: 20px 0;
}

/* Logo grande en el hero */
.hero-brand-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.hero-main-logo {
    height: 120px;
    width: auto;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.hero-brand-text {
    display: flex;
    flex-direction: column;
}

/* Título CARMEN ARCE */
.hero-brand-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 0.95;
    letter-spacing: 3px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

/* Subtítulo COMPANY */
.hero-brand-subtitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 0.95;
    letter-spacing: 3px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

/* ========= SECCIÓN ASESORÍA EN HERO ========= */
.hero-asesoria-section {
    margin-top: 30px;
    max-width: 100%;
}

.hero-asesoria-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.hero-asesoria-titles {
    flex: 0 0 auto;
    max-width: none;
}

.hero-asesoria-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.hero-asesoria-subtitle {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.hero-aisc-logo {
    width: 100px;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 20px;
}

.hero-asesoria-description {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.25rem;
    color: #ffffff;
    margin: 0 0 25px 0;
    line-height: 1.6;
    max-width: none;
}

.hero-asesoria-description strong {
    font-weight: 700;
}

/* Botón CTA */
.btn-hero-cta {
    display: inline-block;
    background-color: #c9a227;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-hero-cta:hover {
    background-color: #e2bc46;
    color: #064869;
    text-decoration: none;
}

/* ========= HERO RESPONSIVE ========= */
@media (max-width: 992px) {
    .hero-content {
        width: 70%;
    }

    .hero-brand-title,
    .hero-brand-subtitle {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .hero-video-section {
        height: auto;
        min-height: 80vh;
    }

    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .hero-main-logo {
        height: 50px;
    }

    .hero-brand-row {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .hero-brand-text {
        text-align: left;
    }

    .hero-brand-title,
    .hero-brand-subtitle {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }

    .hero-tagline {
        font-size: 1rem;
    }

    .hero-buttons {
        align-items: stretch;
    }

    .hero-asesoria-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-aisc-logo {
        margin-left: 0;
        margin-top: 15px;
        align-self: center;
    }

    .hero-asesoria-titles {
        text-align: center;
    }

    .hero-asesoria-description {
        text-align: center;
    }

    .btn-hero-cta {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

/* ========= TARJETAS DE BENEFICIOS ========= */
.hero-cards-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0;
    z-index: 3;
}

.hero-card {
    flex: 1;
    max-width: 25%;
    background-color: rgba(6, 72, 105, 0.9);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2bc46;
}

.hero-card-content {
    width: 100%;
}

.hero-card-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #e2bc46;
    margin: 0 0 8px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.hero-card-text {
    font-size: 0.85rem;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

/* Responsive para tarjetas */
@media (max-width: 992px) {
    .hero-cards-container {
        flex-wrap: wrap;
        gap: 5px;
    }

    .hero-card {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 576px) {
    .hero-cards-container {
        position: relative;
        padding: 10px;
    }

    .hero-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Fila 3: Botón CTA */
.hero-row-3 {
    margin-top: 15px;
}

.btn-hero-cta {
    display: inline-block;
    background-color: #e2bc46;
    color: #064869;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 25px;
    border-radius: 0;
    text-decoration: none;
    border: 2px solid #e2bc46;
    transition: all 0.3s ease;
}

.btn-hero-cta:hover {
    background-color: transparent;
    color: #e2bc46;
    text-decoration: none;
}

/* ========= HERO RESPONSIVE ========= */
@media (max-width: 992px) {
    .hero-content {
        width: 80%;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .hero-video-section {
        height: auto !important;
        min-height: 60vh;
    }

    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .hero-text-box {
        padding: 20px;
    }

    .hero-row-1 {
        flex-direction: column;
        text-align: center;
    }

    .hero-col-text,
    .hero-col-logo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-col-logo {
        order: -1;
        margin-bottom: 15px;
    }

    .hero-aisc-logo {
        max-height: 80px;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 1rem;
        text-align: center;
    }
}

/* ================================================== */
/* ========= SEPARADOR DE BANDERAS ================== */
/* ================================================== */

.flags-separator {
    background-color: #064869;
    padding: 30px 0;
}

.flags-content {
    text-align: center;
}

.flags-text {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 30px 0;
    line-height: 1.4;
}

.flags-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.flag-item-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.flag-item-small img {
    width: 70px;
    height: 45px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.flag-item-small span {
    color: #e2bc46;
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 576px) {
    .flags-row {
        gap: 20px;
    }

    .flags-text {
        font-size: 1rem;
    }

    .flag-item-small img {
        width: 50px;
        height: 32px;
    }
}

/* ================================================== */
/* ========= SECCIÓN CERTIFICACIÓN AISC BENEFICIOS == */
/* ================================================== */

.aisc-benefits-section {
    background-color: #ffffff;
    padding: 0;
}

.aisc-benefits-header {
    background-color: #064869;
    padding: 15px 0;
    text-align: center;
}

.aisc-benefits-header h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
}

.aisc-benefits-logo {
    background-color: #ffffff;
    padding: 30px 0;
    text-align: center;
}

.aisc-benefits-logo img {
    height: 120px;
    width: auto;
}

.aisc-benefits-text {
    background-color: #064869;
    padding: 25px 40px;
    text-align: center;
}

.aisc-benefits-text p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    max-width: 900px;
    margin: 0 auto;
}

/* Contenido detallado de beneficios */
.aisc-benefits-content {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.aisc-benefits-content .content-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    color: #064869;
    margin: 0 0 25px 0;
    line-height: 1.2;
    border-bottom: 3px solid #e2bc46;
    padding-bottom: 10px;
    display: inline-block;
}

.aisc-benefits-content p {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 15px;
}

.aisc-benefits-content p strong {
    color: #0a73a3;
    font-weight: 700;
}

.aisc-benefits-content .benefits-subtitle {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    color: #064869;
    margin: 25px 0 15px 0;
}

.aisc-benefits-content .benefits-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.aisc-benefits-content .benefits-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.aisc-benefits-content .benefits-list li::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    color: #e2bc46;
    font-size: 1rem;
}

/* ========= CAROUSEL 3D ========= */
.carousel-3d-wrapper {
    position: relative;
    padding: 40px 0 60px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.carousel-3d-container {
    position: relative;
    width: 100%;
    height: 400px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-3d-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-3d-slide {
    position: absolute;
    width: 60%;
    max-width: 700px;
    height: 400px;
    transition: all 0.5s ease;
    opacity: 0;
    transform: scale(0.7);
    z-index: 1;
}

.carousel-3d-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Slide activo (centro) */
.carousel-3d-slide.active {
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 3;
}

/* Slide anterior (izquierda) */
.carousel-3d-slide.prev {
    opacity: 0.7;
    transform: scale(0.8) translateX(-120%) rotateY(15deg);
    z-index: 2;
}

/* Slide siguiente (derecha) */
.carousel-3d-slide.next {
    opacity: 0.7;
    transform: scale(0.8) translateX(120%) rotateY(-15deg);
    z-index: 2;
}

/* Botones de navegación - OCULTOS */
.carousel-3d-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(6, 72, 105, 0.9);
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.carousel-3d-prev {
    left: 5%;
}

.carousel-3d-next {
    right: 5%;
}

.carousel-3d-btn:hover {
    background: #e2bc46;
    color: #064869;
}

/* Indicadores */
.carousel-3d-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.carousel-3d-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-3d-dot.active {
    background-color: #064869;
}

.carousel-3d-dot:hover {
    background-color: #e2bc46;
}

/* Responsive */
@media (max-width: 768px) {
    .carousel-3d-container {
        height: 300px;
    }

    .carousel-3d-slide {
        width: 70%;
        height: 250px;
    }

    .carousel-3d-slide.prev,
    .carousel-3d-slide.next {
        opacity: 0.5;
        transform: scale(0.7) translateX(-100%);
    }

    .carousel-3d-slide.next {
        transform: scale(0.7) translateX(100%);
    }

    .carousel-3d-btn {
        padding: 10px 15px;
        font-size: 0.7rem;
    }
}

/* ========= TARJETAS DE BENEFICIOS ========= */
.benefits-cards-section {
    padding: 50px 0 0 0;
    background-color: #f8f8f8;
}

.benefits-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.benefit-card {
    background-color: #064869;
    padding: 30px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.benefit-card:last-child {
    border-right: none;
}

.benefit-card-icon {
    margin-bottom: 20px;
}

.benefit-card-icon img {
    height: 60px;
    width: auto;
}

.benefit-card-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #e2bc46;
    margin: 0 0 15px 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.benefit-card-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.5;
}

/* Responsive tarjetas */
@media (max-width: 992px) {
    .benefits-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-card {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .benefit-card:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 576px) {
    .benefits-cards-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        border-right: none;
        padding: 35px 25px;
    }

    .benefit-card-title {
        font-size: 2.8rem;
    }

    .benefit-card-text {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

/* ================================================== */
/* ========= SECCIÓN EXPERIENCIA ==================== */
/* ================================================== */

.experience-section {
    background-color: #ffffff;
    margin-top: 40px;
}

/* Header principal EXPERIENCIA */
.experience-header {
    background-color: #064869;
    padding: 15px 0;
    text-align: center;
}

.experience-header h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 3px;
}

/* Sub-header país */
.experience-country-header {
    background-color: #0a3d54;
    padding: 12px 0;
    margin-top: 20px;
}

.experience-country-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.experience-country-title h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
}

.country-flag-icon {
    height: 25px;
    width: auto;
    border-radius: 2px;
}

/* Contenido */
.experience-content {
    padding: 40px 0;
    background-color: #f4f4f4;
}

.experience-intro {
    font-size: 1rem;
    color: #333;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.experience-grid {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 30px;
}

/* Lista de empresas */
.experience-companies-list {
    flex: 0 0 250px;
}

.experience-companies-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experience-companies-list li {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Logos de empresas */
.experience-logos {
    flex: 1;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.experience-logo-item {
    flex: 0 0 auto;
}

.experience-logo-item img {
    max-height: 60px;
    width: auto;
    filter: grayscale(0);
    transition: all 0.3s ease;
}

.experience-logo-item img:hover {
    transform: scale(1.05);
}

/* Tagline */
.experience-tagline {
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #333;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .experience-grid {
        flex-direction: column;
        gap: 30px;
    }

    .experience-companies-list {
        flex: none;
        width: 100%;
    }

    .experience-logos {
        justify-content: center;
    }
}

/* ================================================== */
/* ========= SECCIÓN EXPERIENCIA LATAM ============== */
/* ================================================== */

.latam-section {
    background-color: #ffffff;
}

.latam-header {
    background-color: #0a3d54;
    padding: 15px 0;
    text-align: center;
}

.latam-header h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 3px;
}

.latam-content {
    padding: 40px 0;
    background-color: #f4f4f4;
}

.latam-grid {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.latam-text-col {
    flex: 1;
}

.latam-subtitle {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0a73a3 !important;
    margin: 0 0 20px 0;
}

.latam-text-col p {
    color: #333;
    line-height: 1.7;
    font-size: 1.15rem;
    margin-bottom: 15px;
}

.latam-text-col .text-link {
    color: #0a73a3;
    text-decoration: none;
    font-weight: 600;
}

.latam-text-col .text-link:hover {
    text-decoration: none;
}

.latam-flags-row {
    display: flex;
    gap: 50px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.latam-flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.latam-flag-item span {
    font-size: 1rem;
    color: #0a73a3;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.latam-flag-item img {
    width: 70px;
    height: 45px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.latam-map-col {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
}

.latam-map {
    max-width: 100%;
    height: auto;
    max-height: 500px;
}

/* Responsive LATAM */
@media (max-width: 768px) {
    .latam-grid {
        flex-direction: column;
    }

    .latam-map-col {
        flex: none;
        width: 100%;
    }

    .latam-flags-row {
        justify-content: center;
    }
}

/* ========= CUADRO ACOMPAÑAMIENTO INTEGRAL ========= */
.integral-section {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.integral-box {
    background-color: #ffffff;
    padding: 30px 40px;
    border-left: 5px solid #0a73a3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.integral-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a73a3;
    margin: 0 0 20px 0;
}

.integral-box p {
    color: #333;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.integral-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.integral-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.integral-list li::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-weight: bold;
}

.integral-cta {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0a73a3;
    margin-top: 30px;
    margin-bottom: 0 !important;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

/* ========= SECCIÓN SERVICIOS ========= */
.services-section {
    background-color: #ffffff;
}

.services-header {
    background-color: #064869;
    padding: 15px 0;
    text-align: center;
}

.services-header h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 3px;
}

.services-content {
    background-color: #f4f4f4;
    padding: 40px 0;
}

.services-intro {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center;
}

/* ================================================== */
/* ========= SEPARADOR CTA (WHATSAPP) =============== */
/* ================================================== */

.cta-separator {
    background-color: #064869;
    padding: 40px 0;
}

.cta-content {
    text-align: center;
}

.cta-text {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 25px 0;
    line-height: 1.4;
}

.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 30px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-whatsapp:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-cta-whatsapp svg {
    fill: currentColor;
}

@media (max-width: 576px) {
    .cta-text {
        font-size: 1.1rem;
    }

    .btn-cta-whatsapp {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

/* ================================================== */
/* ========= SECCIÓN QUIÉNES SOMOS (NUEVA) ========== */
/* ================================================== */

.about-section {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.about-wrapper {
    display: flex;
    gap: 50px;
    align-items: stretch;
}

/* Invertir orden para la sección Misión y Valores */
.mission-section .about-wrapper {
    flex-direction: row-reverse;
}

.about-text-col {
    flex: 1;
    min-width: 0;
}

.about-image-col {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
}

.about-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: #064869;
    margin: 0 0 25px 0;
    line-height: 1.1;
    border-bottom: 3px solid #e2bc46;
    padding-bottom: 10px;
    display: inline-block;
}

/* Banner de título de sección */
.section-title-banner {
    background-color: #e0e0e0;
    padding: 20px 0;
    margin-bottom: 40px;
}

.section-title-banner .section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: #0a73a3;
    margin: 0;
    line-height: 1.1;
    text-align: left;
}

.section-title-banner .section-title.text-right {
    text-align: right;
}

.about-intro {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-section p {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 15px;
}

.about-section p strong {
    color: #0a73a3;
    font-weight: 700;
}

.about-cert-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.about-cert-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #555;
    line-height: 1.5;
    font-size: 0.95rem;
}

.about-cert-list li::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    color: #e2bc46;
    font-size: 1rem;
}

.about-cert-list li strong {
    color: #064869;
}

.about-team {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

/* Banner de equipo destacado */
.about-team-banner {
    margin-top: 40px;
    padding: 20px 30px;
    background-color: #e0e0e0;
    border-left: 4px solid #999999;
    text-align: center;
}

.about-team-banner p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.about-team-banner .highlight {
    color: #0a73a3;
    font-weight: 600;
}

.about-image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Animaciones de Scroll */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-on-scroll.delay-1 {
    transition-delay: 0.2s;
}

.animate-on-scroll.delay-2 {
    transition-delay: 0.4s;
}

/* ================================================== */
/* ========= SECCIONES DE PAÍS ====================== */
/* ================================================== */

.country-section {
    background-color: #f4f4f4;
}

.country-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.country-header .about-title {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.country-flag {
    width: 60px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.country-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
}

.client-logos-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.client-logo-item {
    flex: 0 0 auto;
}

.client-logo-item img {
    max-height: 60px;
    width: auto;
    filter: grayscale(0%);
    transition: all 0.3s ease;
}

.client-logo-item img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .country-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .client-logos-row {
        gap: 25px;
        justify-content: center;
    }

    .client-logo-item img {
        max-height: 45px;
    }
}

/* ================================================== */
/* ========= SECCIÓN LATAM ========================== */
/* ================================================== */

.latam-section {
    background-color: #f4f4f4;
}

.latam-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e2bc46;
    margin-bottom: 15px;
}

.text-link {
    color: #0a73a3;
    text-decoration: none;
    font-weight: 500;
}

.text-link:hover {
    color: #064869;
    text-decoration: underline;
}

.latam-flags-row {
    display: flex;
    gap: 50px;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
}

.latam-flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.latam-flag-item span {
    color: #0a73a3;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.latam-flag-item img {
    width: 70px;
    height: 45px;
    object-fit: cover;
    border-radius: 3px;
}

.latam-map-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latam-map {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .latam-flags-row {
        gap: 25px;
    }

    .latam-flag-item img {
        width: 50px;
    }
}

/* ================================================== */
/* ========= SECCIÓN SERVICIOS ====================== */
/* ================================================== */

.services-section {
    background-color: #f4f4f4;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    border-radius: 8px;
    min-height: 150px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-card-gray {
    background-color: #ababab;
}

.service-card-gray .service-card-title {
    color: #064869;
}

.service-card-gray .service-card-text {
    color: #ffffff;
}

.service-card-gray .service-card-link {
    color: #064869;
}

.service-card-blue {
    background-color: #064869;
}

.service-card-blue .service-card-title {
    color: #e2bc46;
}

.service-card-blue .service-card-text {
    color: #ffffff;
}

.service-card-blue .service-card-link {
    color: #e2bc46;
}

.service-card-content {
    flex: 1;
}

.service-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.service-card-text {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.4;
}

.service-card-link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    transition: opacity 0.3s ease;
}

.service-card-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* Tarjetas impares (1, 3, 5) = Azul */
.services-grid .service-card:nth-child(odd) {
    background-color: #064869;
}

.services-grid .service-card:nth-child(odd) .service-card-title {
    color: #e2bc46;
}

.services-grid .service-card:nth-child(odd) .service-card-text {
    color: #ffffff;
}

.services-grid .service-card:nth-child(odd) .service-card-link {
    color: #e2bc46;
}

/* Tarjetas pares (2, 4) = Gris */
.services-grid .service-card:nth-child(even) {
    background-color: #ababab;
}

.services-grid .service-card:nth-child(even) .service-card-title {
    color: #064869;
}

.services-grid .service-card:nth-child(even) .service-card-text {
    color: #ffffff;
}

.services-grid .service-card:nth-child(even) .service-card-link {
    color: #064869;
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* ================================================== */
/* ========= MODALES DE SERVICIOS =================== */
/* ================================================== */

.modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.modal-header {
    background-color: #064869;
    border-bottom: none;
    padding: 20px 25px;
}

.modal-title {
    color: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.modal-header .btn-close {
    filter: invert(1);
}

.modal-body {
    padding: 25px;
}

.modal-body p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.modal-body strong {
    color: #064869;
}

.modal-list {
    list-style: none;
    padding-left: 0;
}

.modal-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #555;
}

.modal-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.modal-body img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.modal-body .col-md-5 {
    display: flex;
    align-items: stretch;
}

.modal-body .row {
    align-items: stretch;
}

@media (max-width: 768px) {
    .modal-body .row {
        flex-direction: column-reverse;
    }

    .modal-body img {
        margin-bottom: 20px;
    }
}

/* ================================================== */
/* ========= SECCIÓN CONTACTO ======================= */
/* ================================================== */

.contact-section {
    background-color: #f4f4f4;
}

.contact-form-new {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-new .form-label {
    color: #064869;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.contact-form-new .form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-new .form-control:focus {
    border-color: #064869;
    box-shadow: 0 0 0 3px rgba(6, 72, 105, 0.1);
    outline: none;
}

.contact-form-new textarea.form-control {
    resize: vertical;
}

.btn-contact-submit {
    background-color: #064869;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-contact-submit:hover {
    background-color: #e2bc46;
    color: #064869;
}

.btn-contact-submit:active {
    transform: scale(0.98);
}

/* Responsive */
@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .about-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-image-wrapper {
        min-height: 300px;
    }

    .about-image {
        min-height: 300px;
    }
}

/* ================================================== */
/* ========= SECCIÓN 4: RAZÓN DE SER (MODIFICADA) === */
/* ================================================== */
/* Logo AISC arriba */
.aisc-logo-img {
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
}

/* ===== SLIDER HORIZONTAL AISC ===== */

.aisc-slider-outer {
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
    /* mismo color que .page-section */
    padding: 10px 0;
}

/* Gradientes de fade en los bordes */
.aisc-slider-outer::before,
.aisc-slider-outer::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    /* ancho del fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.aisc-slider-outer::before {
    left: 0;
    background: linear-gradient(to right, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}

.aisc-slider-outer::after {
    right: 0;
    background: linear-gradient(to left, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}

/* Pista que se desplaza */
.aisc-slider-inner {
    display: flex;
    gap: 12px;
    animation: aiscSliderScroll 25s linear infinite;
}

/* Cada “tarjeta” de imagen */
.aisc-slide {
    flex: 0 0 200px;
    /* ancho de cada item */
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.aisc-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Al pasar el mouse, pausamos el scroll */
.aisc-slider-inner:hover {
    animation-play-state: paused;
}

/* Animación de desplazamiento continuo */
@keyframes aiscSliderScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* porque duplicamos el bloque */
    }
}

/* Responsive: en pantallas pequeñas, cartas un poco más estrechas */
@media (max-width: 768px) {
    .aisc-slide {
        flex: 0 0 150px;
    }
}

/* --- Estilo de Fondo para la Sección --- */
.page-section {
    padding: 60px 0;
    background-color: #f4f4f4;
}

/* --- Estilo Reutilizable para Títulos de Sección --- */
.full-width-title-bg {
    background-color: #064869;
    padding: 20px 0;
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.8rem;
    color: #e2bc46;
    margin: 0;
}

/* --- Estilos del Contenido de la Sección --- */
.page-section .lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
}

.page-section p {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.page-section p strong {
    color: #0a73a3;
    font-weight: 700;
}


/* --- ¡ESTILOS DE IMAGEN MODIFICADOS! --- */

.image-wrapper {
    height: 100%;
    width: 100%;

    /* CAMBIO AQUÍ:
       Cambiamos 'cover' (que recorta) por 'contain' 
       (que muestra la imagen completa).
    */
    background-size: contain;

    background-position: center center;
    background-repeat: no-repeat;

    border-radius: 4px;
    min-height: 200px;
}


/* --- REGLA RESPONSIVE (Móvil está OK) --- */
@media (max-width: 767.98px) {
    .image-wrapper {
        /* La altura fija para móvil sigue igual,
           y 'background-size: contain' se hereda
           de la regla principal.
        */
        height: 300px;
    }
}

/* ================================================== */
/* ========= SECCIÓN 5: (Estilos Adicionales) ======= */
/* ================================================== */

/* * Nuevo wrapper para la imagen con leyenda.
 * 'flex-grow-1' (en el HTML) hace que en escritorio
 * ocupe todo el espacio vertical disponible, menos
 * el espacio que ocupa la leyenda.
*/
.image-with-caption-wrapper {
    width: 100%;
    background-size: contain;
    /* Muestra imagen completa */
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;

    /* Altura mínima para que no colapse */
    min-height: 200px;
}

/* Nueva leyenda para la URL */
.image-caption {
    /* El texto estará sobre el fondo .f4f4f4 */
    font-size: 0.9rem;
    color: #555;
    text-align: center;
    /* Centramos la URL */
}

.image-caption a {
    /* Usamos el color azul de la paleta */
    color: #0a73a3;
    text-decoration: underline;
    font-weight: 500;
}

.image-caption a:hover {
    color: #064869;
    /* Azul oscuro al pasar el mouse */
}


/* --- REGLA RESPONSIVE (MÓVIL) --- */
@media (max-width: 767.98px) {

    /* En móvil, le damos una altura fija al wrapper de la imagen,
       igual que hacíamos en la sección anterior.
    */
    .image-with-caption-wrapper {
        height: 300px;
    }
}

/* ================================================== */
/* ========= SECCIÓN 6: (Estilos Adicionales) ======= */
/* ================================================== */

/* Estilos para la nueva lista de experiencia */
.styled-list {
    list-style: none;
    /* Quitamos viñetas por defecto */
    padding-left: 0;

    /* Mismos estilos de texto que los párrafos */
    color: #555;
    line-height: 1.7;
}

.styled-list li {
    position: relative;
    padding-left: 25px;
    /* Espacio para el 'bullet' personalizado */
    margin-bottom: 10px;
    /* Espacio entre items */
}

/* Creamos el bullet '●' personalizado */
.styled-list li::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;

    /* Usamos el color azul medio de la paleta */
    color: #0a73a3;
    font-size: 1.2em;
    /* Hacemos el bullet un poco más grande */
}

/* * Aseguramos que el 'strong' dentro de la lista también
 * use el color azul, igual que en los párrafos.
*/
.styled-list li strong {
    color: #0a73a3;
    font-weight: 700;
}

/* ================================================== */
/* ========= SECCIÓN 7: CLIENTES (MODIFICADA) ======= */
/* ================================================== */

/* CAMBIO: Quitamos la regla '.bg-white' */

/* Este estilo de título sigue igual */
.section-title-simple {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    color: #064869;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

/* Este estilo de bandera sigue igual */
.flag-icon {
    margin-left: 15px;
    border: 1px solid #eee;
}

/* * CAMBIO: Quitamos las reglas '.bg-white .lead' y '.bg-white .lead strong'
 * porque ahora se usarán las reglas genéricas de '.page-section'
 * (que definimos en la Sección 4) y que tienen el color oscuro.
*/

/* Los estilos de los logos siguen igual */
.client-logo {
    max-height: 75px;
    width: auto;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%) opacity(1);
}

/* ================================================== */
/* ========= SECCIÓN 9: SERVICIOS (MODIFICADA) ====== */
/* ================================================== */

/* Contenedor de la lista de servicios */
.service-list-container {
    /* Mismos estilos de texto que los párrafos */
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
}

/* * Esta es la magia:
 * Cada item (texto + botón) es un Flexbox.
*/
.service-item {
    display: flex;
    justify-content: space-between;
    /* Empuja texto a la izq, botón a la der */
    align-items: center;
    /* Centra verticalmente */

    border-bottom: 1px solid #eee;
    /* Línea separadora sutil */
    padding: 15px 0;
    /* Espaciado vertical */
}

/* El texto del servicio */
.service-item .service-text {
    /* El texto tomará todo el espacio posible */
    flex-grow: 1;
    /* Espacio entre el texto y el botón */
    padding-right: 15px;
}

.service-item .service-text strong {
    color: #0a73a3;
    /* Azul de la paleta */
}

/* * El botón "Ver más":
 * Se encogerá para que quepa (flex-shrink: 0).
*/
.btn-service-more {
    flex-shrink: 0;
    /* Evita que el botón se encoja */

    /* Usamos el azul medio, como los 'strong' */
    background-color: #0a73a3;
    color: #ffffff;

    font-size: 0.9rem;
    font-weight: 500;
    padding: 6px 12px;
    /* Botón pequeño */
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-service-more:hover {
    background-color: #064869;
    /* Azul oscuro al pasar el mouse */
    color: #ffffff;
}

/* ================================================== */
/* ========= SECCIÓN 9: CONTACTO (MODIFICADA) ======= */
/* ================================================== */

/* El formulario es ahora el que tiene el fondo y el overlay */
.contact-form {
    position: relative;
    overflow: hidden;
    /* Importante para que el overlay respete el border-radius */
    background-size: cover;
    background-position: center;
    border-radius: .375rem;
    /* .rounded-3 de Bootstrap */
}

/* El overlay "difuminado" (capa oscura semitransparente) */
.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6, 72, 105, 0.75);
    /* Azul oscuro con 75% de opacidad */
    z-index: 1;
    /* Detrás del contenido, sobre la imagen */
    border-radius: .375rem;
    /* Coincide con el form */
}

/* Contenedor para los campos y el botón */
.contact-form .form-content {
    position: relative;
    z-index: 2;
    /* Por encima del overlay */
}

/* --- Estilos para los campos del formulario (texto claro) --- */

/* Etiquetas (Label) */
.contact-form .form-label {
    color: #ffffff;
    /* Letras blancas */
    font-weight: 600;
    border-bottom: 2px solid #febf00;
    /* Línea dorada */
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

/* Cajas de texto (Input/Textarea) */
.contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    /* Fondo blanco al 80% transparente */
    color: #ffffff;
    /* Texto que escribe el usuario */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Borde blanco sutil */
}

/* Placeholder (texto de ayuda) */
.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
    /* Placeholder blanco semitransparente */
}

/* Estilo al hacer clic en un campo */
.contact-form .form-control:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #febf00;
    box-shadow: 0 0 0 0.25rem rgba(254, 191, 0, 0.4);
    /* Sombra dorada */
}

/* --- Botón de envío (sin cambios en los colores) --- */
.btn-submit-brand {
    background-color: #febf00;
    color: #064869;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1.05em;
}

.btn-submit-brand:hover {
    background-color: #e0ac00;
    color: #064869;
}

/* Estilo para el botón cuando está enviando (deshabilitado) */
.btn-submit-brand:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

/* ================================================== */
/* ========= SECCIÓN 10: FOOTER (NUEVO) ========= */
/* ================================================== */

.site-footer {
    /* Fondo por si acaso, pero el .footer-main lo define */
    background-color: #145f81;
}

/* Acento dorado superior */
.footer-top-accent {
    height: 4px;
    background-color: #e2bc46;
}

/* Contenedor principal del footer */
.footer-main {
    /* Este es el azul que especificaste en tu HTML */
    background-color: #145f81;

    /* (Para consistencia, nuestro azul de navbar es: #0a73a3) */

    color: #ffffff;
    font-size: 1.05rem;
    /* Un poco más grande para legibilidad */
}

/* Logo del footer */
.footer-logo {
    height: 80px;
    width: 80px;
    /* Asegura proporciones */
    object-fit: cover;
    margin-right: 18px;
    border-radius: 4px;
    /* Redondeo sutil */
}

/* Títulos del logo en el footer */
.footer-logo-text h3 {
    font-family: 'Bebas Neue', sans-serif;
    color: #e2bc46;
    font-size: 1.8rem;
    line-height: 1.1;
}

.footer-logo-text h6 {
    font-weight: 500;
    color: #e2bc46;
    font-size: 1rem;
    margin-top: 2px;
}

/* Lista de contacto */
.footer-contact-list {
    line-height: 1.8;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
}

.footer-icon {
    color: #ffffff;
    flex-shrink: 0;
    margin-top: 3px;
}

/* Definición de la clase de enlace */
.footer-contact-list .link-accent {
    color: #ffffff;
    /* Color dorado */
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-contact-list .link-accent:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Copyright */
.footer-copyright {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Contenedor del mapa */
.footer-map-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 100%;
}

/* Iframe del mapa */
.footer-map-iframe {
    width: 100%;
    height: 340px;
    /* Altura del mapa */
    border: 0;
    display: block;
}

/* ================================================== */
/* ========= SECCIÓN 11: BOTÓN VOLVER ARRIBA ==== */
/* ================================================== */

.back-to-top {
    position: fixed;
    /* Flota sobre el contenido */
    bottom: 25px;
    right: 90px;
    z-index: 1000;
    /* Se asegura que esté por encima de todo */

    /* Apariencia con tu paleta de colores */
    background-color: #e2bc46;
    /* Dorado */
    color: #064869;
    /* Azul oscuro */

    /* Dimensiones y forma */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* Círculo perfecto */
    border: none;

    /* Centrar el icono (SVG) */
    display: flex;
    align-items: center;
    justify-content: center;

    /* Oculto por defecto */
    opacity: 0;
    visibility: hidden;

    /* Transición para fade-in/out */
    transition: all 0.3s ease-in-out;

    /* Sombra ligera */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.back-to-top:hover {
    background-color: #e2bc46;
    /* Dorado más oscuro */
    color: #064869;
}

/* Clase que añade JS para mostrar el botón */
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

/* Estilo del icono SVG */
.back-to-top svg {
    width: 30px;
    height: 30px;
}

/* === BOTÓN FLOTANTE WHATSAPP === */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    color: #FFF;
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
}

/* ================================================== */
/* ========= SECCIÓN 9: CURSOS (NUEVA) ============ */
/* ================================================== */

/* Estilo para la tarjeta del curso */
.course-card {
    border: 1px solid #eee;
    /* Borde sutil */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    /* Bordes redondeados */
}

/* Efecto de "levantar" la tarjeta al pasar el mouse */
.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1) !important;
}

/* Estilo para la imagen superior */
.course-card .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 220px;
    /* Altura fija para todas las imágenes */
    object-fit: cover;
    /* Asegura que la imagen cubra el espacio sin distorsionarse */
}

/* Título de la tarjeta (reutiliza Bebas Neue) */
.course-card .card-title {
    color: #064869;
    /* Azul principal */
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.7rem;
    margin-bottom: 0.75rem;
}

/* Descripción del curso */
.course-card .card-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Estilos para la lista de detalles (Duración, Modalidad, etc.) */
.course-card .list-group-item {
    background-color: transparent;
    border: none;
    padding: 0.5rem 0;
    /* Menos padding vertical */
    font-size: 0.95rem;
    color: #333;
}

.course-card .list-group-item strong {
    color: #064869;
    /* Azul oscuro para los labels */
}

/* El botón de inscripción (reutiliza el estilo del formulario) */
.course-card .btn-submit-brand {
    width: 100%;
    /* El botón ocupa todo el ancho de la tarjeta */
}

/* OCULTAR COMPLETAMENTE LA BARRA DE GOOGLE TRANSLATE */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
.goog-te-banner,
#goog-gt-tt,
.goog-tooltip,
.goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
}

/* Quitar el desplazamiento que Google mete al body */
body {
    top: 0px !important;
    position: static !important;
}

/* A veces envuelven el body en un div.skiptranslate */
body>.skiptranslate {
    display: none !important;
}

/* Por si Google resalta textos al traducir */
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/* Contenedor general de la lista */
.service-list-container {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    border-radius: 12px;
    overflow: hidden;
    /* para que los bordes se vean limpios */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Cada fila de servicio */
.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* Texto del servicio – más grande */
.service-item .service-text {
    flex-grow: 1;
    padding-right: 15px;
    font-size: 1.05rem;
    /* ⬆ tamaño de letra */
}

/* Negrita del texto */
.service-item .service-text strong {
    font-weight: 700;
}

/* Botón "Ver más" base */
.btn-service-more {
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 999px;
    border: none;
    transition: all 0.2s ease;
}

/* ===== Fondos alternados ===== */

/* Ítems impares: gris claro */
.service-item:nth-child(odd) {
    background-color: #d0d0d0;
    /* gris más oscuro */
}

.service-item:nth-child(odd) .service-text {
    color: #222;
    /* texto más oscuro para contraste */
}

.service-item:nth-child(odd) .service-text strong {
    color: #064869;
    /* azul oscuro elegante */
}

.service-item:nth-child(odd) .btn-service-more {
    background-color: #0a73a3;
    /* azul medio */
    color: #ffffff;
}

.service-item:nth-child(odd) .btn-service-more:hover {
    background-color: #064869;
    /* azul oscuro */
}

/* Ítems pares: azul oscuro */
.service-item:nth-child(even) {
    background-color: #064869;
}

.service-item:nth-child(even) .service-text {
    color: #ffffff;
}

.service-item:nth-child(even) .service-text strong {
    color: #e2bc46;
    /* dorado de la marca */
}

.service-item:nth-child(even) .btn-service-more {
    background-color: #e2bc46;
    color: #064869;
}

.service-item:nth-child(even) .btn-service-more:hover {
    background-color: #febf00;
}

/* ================================================== */
/* ========= RESPONSIVE MÓVIL COMPLETO ============== */
/* ================================================== */

/* === TABLET (max-width: 992px) === */
@media (max-width: 992px) {

    /* Hero adjustments */
    .hero-brand-row {
        gap: 15px;
    }

    .hero-main-logo {
        height: 80px;
    }

    .hero-asesoria-header {
        gap: 10px;
    }

    .hero-aisc-logo {
        width: 80px;
        margin-left: 10px;
    }

    .hero-asesoria-title {
        font-size: 1.6rem;
    }

    .hero-asesoria-subtitle {
        font-size: 1.4rem;
    }

    .hero-asesoria-description {
        font-size: 1.1rem;
    }

    /* About sections */
    .about-wrapper {
        flex-direction: column !important;
        gap: 30px;
    }

    .about-text-col,
    .about-image-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* Services grid */
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Latam grid */
    .latam-grid {
        flex-direction: column;
        gap: 30px;
    }

    .latam-text-col,
    .latam-map-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* === MÓVIL (max-width: 768px) === */
@media (max-width: 768px) {

    /* Hero section - COMPLETO */
    .hero-video-section {
        height: auto !important;
        min-height: auto;
        padding-bottom: 30px;
    }

    .hero-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        padding: 20px 15px !important;
        box-sizing: border-box;
    }

    .hero-text-box {
        padding: 15px 0;
    }

    .hero-brand-row {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .hero-main-logo {
        height: 65px;
    }

    .hero-brand-text {
        align-items: flex-start;
        text-align: left;
    }

    .hero-brand-title,
    .hero-brand-subtitle {
        font-size: 2.5rem !important;
        letter-spacing: 1px;
        text-align: left;
    }

    /* Hero Asesoría section - MÓVIL */
    .hero-asesoria-section {
        margin-top: 20px;
    }

    .hero-asesoria-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .hero-asesoria-titles {
        text-align: center;
        order: 1;
    }

    .hero-aisc-logo {
        width: 80px;
        margin-left: 0;
        order: 0;
    }

    .hero-asesoria-title {
        font-size: 1.3rem;
    }

    .hero-asesoria-subtitle {
        font-size: 1.2rem;
    }

    .hero-asesoria-description {
        font-size: 1rem;
        text-align: center;
        line-height: 1.5;
    }

    .btn-hero-cta {
        display: block;
        text-align: center;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 14px 20px;
        font-size: 1rem;
    }

    /* Flags separator */
    .flags-text {
        font-size: 1.2rem;
        padding: 0 15px;
    }

    .flags-row {
        gap: 25px;
    }

    .flag-item-small img {
        width: 50px;
    }

    /* About sections - MÓVIL */
    .about-wrapper {
        flex-direction: column !important;
        gap: 25px;
    }

    .about-text-col,
    .about-image-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .about-title {
        font-size: 2rem;
    }

    .about-intro {
        font-size: 1rem;
    }

    .section-title-banner .section-title {
        font-size: 1.8rem;
        text-align: center !important;
    }

    .about-team-banner {
        padding: 15px;
    }

    .about-team-banner p {
        font-size: 0.9rem;
    }

    /* Benefits section */
    .aisc-benefits-header h2 {
        font-size: 1.6rem;
        padding: 0 15px;
    }

    .aisc-benefits-text {
        padding: 20px 15px;
    }

    .aisc-benefits-text p {
        font-size: 1rem;
    }

    .aisc-benefits-content .content-title {
        font-size: 1.4rem;
    }

    .benefits-cards-grid {
        grid-template-columns: 1fr !important;
    }

    .benefit-card {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px 30px !important;
    }

    .benefit-card-title {
        font-size: 1.8rem !important;
    }

    .benefit-card-text {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
    }

    /* Carousel 3D */
    .carousel-3d-container {
        height: 250px;
    }

    .carousel-3d-slide {
        width: 80%;
        height: 200px;
    }

    .carousel-3d-btn {
        padding: 10px 12px;
        font-size: 0.7rem;
    }

    .carousel-3d-prev {
        left: 2%;
    }

    .carousel-3d-next {
        right: 2%;
    }

    /* Experience sections */
    .experience-header h2,
    .latam-header h2 {
        font-size: 1.6rem;
    }

    .experience-country-title h3 {
        font-size: 1.2rem;
    }

    .experience-grid {
        flex-direction: column;
        gap: 25px;
    }

    .experience-companies-list {
        flex: 0 0 100%;
        width: 100%;
    }

    .experience-logos {
        justify-content: center;
    }

    .experience-tagline {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    /* Latam section */
    .latam-grid {
        flex-direction: column !important;
        gap: 25px;
    }

    .latam-text-col,
    .latam-map-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .latam-subtitle {
        font-size: 1.1rem;
    }

    .latam-flags-row {
        justify-content: center;
        gap: 20px;
    }

    .latam-map {
        max-width: 100%;
    }

    /* Integral box */
    .integral-box {
        padding: 25px 15px;
    }

    .integral-title {
        font-size: 1.3rem;
    }

    .integral-list li {
        font-size: 0.95rem;
    }

    /* Services section - MÓVIL */
    .services-header h2 {
        font-size: 1.6rem;
    }

    .services-intro {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .service-card {
        padding: 20px 15px;
    }

    .service-card-title {
        font-size: 1.1rem;
    }

    .service-card-text {
        font-size: 0.9rem;
    }

    /* Contact section - MÓVIL */
    .contact-section {
        padding: 40px 0;
    }

    .about-title {
        font-size: 1.8rem;
    }

    .contact-form-new {
        padding: 20px 15px;
    }

    .contact-form-new .form-label {
        font-size: 0.9rem;
    }

    .contact-form-new .form-control {
        font-size: 1rem;
        padding: 10px 12px;
    }

    .btn-contact-submit {
        width: 100%;
        padding: 14px 20px;
    }

    /* CTA separator */
    .cta-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .cta-text {
        font-size: 1.1rem;
    }

    .btn-cta-whatsapp {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    /* Modals */
    .modal-dialog {
        margin: 10px;
    }

    .modal-body .row {
        flex-direction: column;
    }

    .modal-body .col-md-5,
    .modal-body .col-md-7 {
        width: 100%;
        max-width: 100%;
    }

    .modal-body .col-md-5 {
        order: -1;
        margin-bottom: 20px;
    }
}

/* === MÓVIL PEQUEÑO (max-width: 480px) === */
@media (max-width: 480px) {

    .hero-brand-title,
    .hero-brand-subtitle {
        font-size: 1.6rem !important;
    }

    .hero-main-logo {
        height: 60px;
    }

    .hero-asesoria-title {
        font-size: 1.1rem;
    }

    .hero-asesoria-subtitle {
        font-size: 1rem;
    }

    .hero-asesoria-description {
        font-size: 0.9rem;
    }

    .hero-aisc-logo {
        width: 70px;
    }

    .flags-text {
        font-size: 1rem;
    }

    .flag-item-small img {
        width: 40px;
    }

    .section-title-banner .section-title {
        font-size: 1.5rem;
    }

    .about-title {
        font-size: 1.5rem;
    }

    .experience-header h2,
    .latam-header h2,
    .services-header h2,
    .aisc-benefits-header h2 {
        font-size: 1.4rem;
    }

    .benefit-card-title {
        font-size: 1rem;
    }

    .benefit-card-text {
        font-size: 0.85rem;
    }
}

/* Latam Flags Alignment Fix */
.latam-flags-row {
    display: flex;
    justify-content: flex-start !important;
    gap: 30px;
    margin-top: 30px;
}

.latam-flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.latam-flag-item img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.latam-flag-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
}