
.flota-section {
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.flota-sostenibilidad-header {
    margin-bottom: 15px;
}

.flota-sostenibilidad-title {
    font-family: "Encode Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}

.flota-sostenibilidad-title p {
    color: var(--Complementary-Colors-Green-00, #69BE28);

    /* Titles/Title H5/Bold */
    font-family: "Encode Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.56px;
}

.flota-sostenibilidad-title strong {
    color: var(--Brand-Colors-Blue-00, #1B365D);

    /* Titles/Title H5/Bold */
    font-family: "Encode Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: -0.56px;
}

.flota-description-lead strong {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);

    /* Paragraphs/Normal/Body-Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    margin-bottom: 12px;
}

.flota-description-body {
    color: var(--Brand-Colors-Blue-00, #1B365D);

    /* Paragraphs/Small/Bold */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    font-weight: 400;

    max-width: 1000px;
    margin: 0 auto;
}

.flota-description-body strong {
    font-weight: 700;
}

/* Avion Area */
.flota-avion-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.avion-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Common Callout Styles */
.flota-callout {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callout-indicator {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.callout-label {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 100px;
    border: 1px solid #69BE28;
    background: rgba(222, 254, 202, 0.30);
    backdrop-filter: blur(2px);
    color: #69BE28;
    font-family: "Encode Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.callout-text {
    color: #1B365D;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    text-align: center;
}

.callout-text strong {
    font-weight: 700;
}

/* Specific Positions (Approximate based on image) */

/* 1. Asientos de última generación (Top Left) */
.callout-asientos {
    bottom: 100px;
    left: -15px;
}

.callout-asientos .callout-label {
    width: 212px;
    text-align: center;
}

.callout-asientos > .callout-text{
    width: 178px;
}

.callout-asientos .callout-indicator {
    top: 27px;
    left: 226px;
}

/* 2. Sharklets */
.callout-sharklets {
    top: 69px;
    left: 490px;
}

.callout-sharklets > .callout-text{
    width: 177px;
}

.callout-sharklets .callout-indicator {
    top: 17px;
    left: -69px;
}

/* 3. Los A320 Neo */
.callout-neo {
    bottom: 210px;
    right: -21px;
}

.callout-neo > .callout-text{
    width: 140px;
}

.callout-neo .callout-indicator {
    top: 15px;
    right: 182px;
}

/* 4. Nuestros aviones  */
.callout-aviones {
    bottom: -10px;
    left: 360px;
    width: 250px;
}

.callout-aviones > .callout-text{
    width: 176px;
}

.callout-aviones .callout-indicator {
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}

/* 5. BIO-FUEL  */
.callout-biofuel {
    bottom: 10px;
    right: 160px;
}

.callout-biofuel > .callout-text{
    width: 312px;
}

.callout-biofuel .callout-indicator {
    top: -84px;
    left: 80px;
}

/* Navigation Dots/Arrows */
.flota_carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 48px;
}

.flota_carousel-arrow {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #00AEC7;
    outline: none;
    box-shadow: none;
}

.flota_carousel-arrow:focus {
    outline: none;
    box-shadow: none;
}

.flota_carousel-arrow.disabled {
    color: #D9D9D9;
    cursor: not-allowed;
}

.flota_carousel-dots {
    display: flex;
    gap: 8px;
}

.flota_carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.flota_carousel-dot:focus {
    outline: none;
    box-shadow: none;
}

.flota_carousel-dot.active {
    background: #00AEC7;
}

@media (max-width: 768px){
    .flota-section {
        display: none;
    }

    .flota-section-mobile {
        display: block;
        padding: 40px 20px;
        font-family: 'Lato', sans-serif;
        text-align: center;
    }

    .flota-section-mobile .flota-sostenibilidad-header {
        margin-bottom: 30px;
    }

    .flota-section-mobile .flota-sostenibilidad-title {
        font-size: 28px;
        margin-bottom: 16px;
        text-align: left;
    }

    .flota-section-mobile .flota-description-lead strong {
        font-size: 18px;
        display: block;
        margin-bottom: 8px;
        text-align: left;
    }

    .flota-section-mobile .flota-description-body {
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
    }

    .flota-section-mobile .flota-description-body strong {
        display: inline;
    }

    .flota-section-mobile .flota-description-body strong::before {
        content: "";
        display: block;
        margin-top: 10px;
    }

    .flota-section-mobile .flota-description-body strong:first-of-type::before {
        display: none;
    }

    /* Mobile Avion Container */
    .flota-mobile-avion-container {
        position: relative;
        width: 100%;
        margin: 20px 0 60px;
        display: flex;
        justify-content: center;
    }

    .avion-image-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 400px;
    }

    .avion-image-mobile {
        width: 370px;
        height: auto;
        display: block;
    }

    /* Number Points */
    .flota-number-point {
        position: absolute;
        width: 28px;
        height: 28px;
        border-radius: 200px;
        background: var(--Brand-Colors-Blue-00, #1B365D);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 10;
        aspect-ratio: 1/1;
    }

    .flota-number-point.active {
        background: var(--Complementary-Colors-Green-00, #69BE28);
    }

    /* Approximate positions based on image */
    .point-1 { top: -6px; left: 49%; }
    .point-2 { top: -18px; right: 18px; }
    .point-3 {  bottom: 5px; right: 48px; }
    .point-4 {  bottom: -24px; left: 24px; }
    .point-5 {  bottom: -27px; left: 51%; }

    /* Content Slides */
    .flota-mobile-content-slides {
        margin-bottom: 30px;
    }

    .flota-mobile-slide {
        display: none;
        flex-direction: column;
        align-items: center;
        animation: sost_fadeIn 0.5s ease-in-out;
    }

    .flota-mobile-slide.active {
        display: flex;
    }

    .flota-mobile-slide .callout-label {
        font-size: 18px;
        padding: 4px 20px;
        margin-bottom: 12px;
    }

    .flota-mobile-slide .callout-text {
        font-size: 15px;
        line-height: 1.5;
        max-width: 280px;
    }

    /* Navigation */
    .flota-mobile-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .flota-mobile-arrow {
        background: none;
        border: none;
        padding: 5px;
        cursor: pointer;
    }

    .flota-mobile-arrow:focus {
        outline: none;
        box-shadow: none;
    }

    .flota-mobile-arrow.disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

    .flota-mobile-dots {
        display: flex;
        gap: 8px;
    }

    .flota-mobile-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D9D9D9;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .flota-mobile-dot.active {
        background: #00AEC7;
    }
}

@media (min-width: 769px){
    .flota-section-mobile {
        display: none;
    }
}
