/* ============================================
   OMEGA THEME TOKENS
============================================ */
:root {
    --omega-primary: #b73333;
    --omega-accent: #e09900;
    --omega-accent-alt: #b62f2f;
    --omega-heading: #000;
    --omega-body: #000;
    --omega-light-text: #666;
    --omega-site-bg: #fff;
    --omega-section-bg: #f8f9fa;
    --omega-container-bg: #fff;
    --omega-link: #b73333;
    --omega-link-hover: #a12c2c;
    --omega-btn-primary: #b73333;
    --omega-btn-primary-hover: #a12c2c;
    --omega-btn-secondary-hover: rgba(183, 51, 51, 0.1);
    --omega-shadow: rgba(0, 0, 0, 0.3);
    --omega-primary-shadow: rgba(183, 51, 51, 0.3);
}

/* ============================================
   FONTS – MERRIWEATHER SANS (LOCAL)
============================================ */

@font-face {
    font-family: 'merriweather_sans';
    src: url('/wp-content/uploads/2025/fonts/merriweather-sans/merriweathersans-regular-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/2025/fonts/merriweather-sans/merriweathersans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'merriweather_sans_bold';
    src: url('/wp-content/uploads/2025/fonts/merriweather-sans/merriweathersans-bold-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/2025/fonts/merriweather-sans/merriweathersans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'merriweather_sans_extrabold';
    src: url('/wp-content/uploads/2025/fonts/merriweather-sans/merriweathersans-extrabold-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/2025/fonts/merriweather-sans/merriweathersans-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ============================================
    Fonts Styles
    Status: Closed
============================================ */
html, body, p { font-family: 'Open Sans',sans-serif;}
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins',sans-serif; } 
h1 { font-size: 3.55em; }
h2 { font-size: 1.87em; }

/* ============================================
    General
    Status: Closed
============================================ */
html, body {
    width: 100%;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}
.om-container {
    width: 100%;
    max-width: 1080px;
}
/* ----------------------*/
/* Navigation and header */
/* ----------------------*/
.main-navigation > ul {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 13px;

    & > li.menu-item {
        line-height: 40px !important;
        margin: 0 30px;
        
        & a:hover {
            box-shadow: 0px 12px 0px -6px #eec170;
        }
    }

    & ul.astra-megamenu {
        width: 1065px !important;
        max-width: 1065px !important;
        left: 50px !important;
        padding: 0px !important;
        flex-direction: row;
        justify-content: center; 
        align-items: center; 
        margin: 0 auto;
        background-color: white;
        border-radius: 8px;
        margin-left: -500px;

        & a {
            color: #000;

            &:hover {
                text-decoration: none !important;
                box-shadow: none !important;
            }
        }

        & .wp-block-uagb-container {
            min-width: 320px;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 0;
            & .uagb-container-inner-blocks-wrap {
                margin-left: 0px !important;
                margin-right: 10px !important;
            }
        }

        & figure {
            max-width: 110px;
            float: left;
            width: 100%;
            display: block;
            & img {
                object-fit: cover;
                height: 140px;
                width: 100px;
                transition: all 0.2s ease-in-out;
                &:hover{
                    width: 107x;
                    height: 150px;
                }
            }
        }

        & h2 {
            font-size: 1.2em;
            width: auto !important;
            display: inline-block;
            margin-bottom: .5em;
        }

        & p {
            font-size: .9em;
            line-height: 1.8em;
            width: 100%;
            max-width: 215px;
            right: 0;
            float: right;
        }

    }

}

/*   This style remove the underine of the Acces to account button  */
.ast-header-button-1 a {
    text-decoration: none; 
}
/* --------------------------
    Footer Styles
    ---------------------*/
.site-footer {
    /* Footer Styles */
    & .title01 {
        font-family: 'poppinssemibold', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        color: #FFFFFF !important;
        letter-spacing: 0.1em;
        line-height: 1.5em;
    }
    & .title02 {
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 700;
        font-size: 58px;
        color: #FFFFFF !important;
        line-height: 1.2em;
    }
    & .desc01 {
            color: rgba(255, 255, 255, 0.7) !important;
            font-size: 16px;
        line-height: 1.8em;
        max-width: 600px;
            margin: auto;
        margin-top: 30px;
    }
    & .footer-red .wp-element-button {
        width: 173px;
        height: 60px;
        &:hover {
            background-color: #E09900 !important;
        }
    }
    & .footer-yellow .wp-element-button {
        color: #fff;
        margin-top: 20px;
        padding-right: 5px;
        &:hover {
            padding-right: 25px;
        }

    }
    #block-8 {
        width: 100%;
        max-width: 205px;
    }
    & .site-below-footer-wrap .ast-builder-footer-grid-columns {
        border-top: 1px solid #515151;
        padding-top: 25px;
    }
    & ul#astra-footer-menu li a {
        border-bottom: none;
        text-decoration: none;
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 800;
        color: #cbcbcb;
        &:hover{
            color:#fff;
        }
    }
}
/* ----------------------*/
/* Buttons Colors        */
/* ----------------------*/
.red_button .wp-block-button__link {
    color: #ffffff !important;
    border-width: 2px !important;
    border-color: var(--omega-primary) !important;
    border-radius: 0;
    font-size: 14px !important;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--omega-btn-primary) !important;
    padding: 22px 19px !important;
    letter-spacing: 0.3px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px var(--omega-shadow);
    position: relative;
    overflow: hidden;
    &:hover {
        background-color: var(--omega-btn-primary-hover) !important;
        border-color: var(--omega-btn-primary-hover) !important;
        box-shadow: 0 6px 20px var(--omega-primary-shadow) !important;
    }
}

.yellow_button .wp-block-button__link {
    color: var(--omega-heading);
    border-width: 2px;
    border-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent !important;
    letter-spacing: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: box-shadow 300ms ease 0ms;
    box-shadow: 0 12px 0 -6px #d0926b;
    position: relative;
    overflow: hidden;
    padding: 4px 0px 20px 0;
    transition: padding-right 300ms ease 0ms;
    &:hover {
        color: var(--omega-heading);
        padding-right: 15px;
        transition: padding-right 300ms ease 0ms;
    }
    &::after {
        top: 30% !important;
    }
}

.black_button .wp-block-button__link {
    display: inline-block;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0em;
    padding: 20px 23px;
    border-radius: 0;
    background-color: #2b0905;
    border: 2px solid #2b0905;
    color: #ffffff !important;
    box-shadow: none;
    transition: all 0.25s ease;
    &:hover{
        background-color: #000000;
        border-color: #000000;
        transform: translateY(-2px);
    }
}
/* primary button – orange rectangle */
.gold_button .wp-block-button__link{
    display: inline-block;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0em;
    padding: 18px 30px;
    border-radius: 0;
    background-color: #efb771;
    border: 2px solid #efb771;
    color: #ffffff !important;
    box-shadow: none;
    transition: all 0.25s ease;
    &:hover {
        background-color: #e0953e;
        border-color: #e0953e;
        transform: translateY(-2px);
    }

}
.red_button .wp-block-button__link::after,
.yellow_button .wp-block-button__link::after,
.gold_button  .wp-block-button__link::after,
.black_button .wp-block-button__link::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free', sans-serif;
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 300ms ease 0ms !important;
}
.red_button .wp-block-button__link:hover::after,
.yellow_button .wp-block-button__link:hover::after,
.gold_button  .wp-block-button__link:hover::after,
.black_button .wp-block-button__link:hover::after {
    opacity: 1;
    right: 8px;
}

/* badge */
.dsm_text_badges_0 {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #fff;
    & .dsm-badges-before {
        display: inline-block;
        padding: 6px 10px;
        background-color: var(--omega-primary);
        border-radius: 5px;   /* square per latest change */
    }
    & .dsm-text-badges-main { display: none; }
}

/* ------------------ */
/* Curved Separators  */
/* ------------------ */
.hero_banner_curved_bottom {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2YyZjRmNCI+PHBhdGggZD0iTTcyNS4yOSAxMDEuMkMzMjUuMjIgMTIyLjQ4IDAgMCAwIDB2MTQwaDEyODBWMHMtMTU0LjY0IDc5LjkyLTU1NC43MSAxMDEuMnoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNTU2LjQ1IDExOS43NEM5NTMuNDEgMTQwIDEyODAgMTQgMTI4MCAxNHYxMjZIMFYwczE1OS41IDk5LjQ4IDU1Ni40NSAxMTkuNzR6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxNDBjMzUzLjQ2IDAgNjQwLTE0MCA2NDAtMTM5djE0MEgwVjBzMjg2LjU0IDE0MCA2NDAgMTQweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 24px;
    bottom: 0;
    height: 24px;
    z-index: 1;
    transform: scale(1, 1);
        border-bottom: 1px solid #f2f4f4;
}

/* ------------------ */
/* Decoration         */ 
/* ------------------ */
.curvedarkgray{
    margin-top: 100px;
    &::before  {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100px;
        z-index: 1;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmMmY0ZjQiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
        background-size: 100% 100px;
        background-repeat: no-repeat;
        transform: scale(1, -1);
    }
}

.curvedarkgraybottom{
    margin-top: 100px;
    &::before  {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100px;
        z-index: 1;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNlMGUwZTAiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
        background-size: 100% 100px;
        background-repeat: no-repeat;
        transform: scale(1, 1);
        background-color: #f2f4f4;
    }
}
/* --------------------- */
/* Curved bottom divider */
/* --------------------- */
.omega-program-bottom-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmMmY0ZjQiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    transform: scale(1, -1);
}

/* Curved top divider */
.omega-program-top-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGOEZBRkIiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    transform: scale(1, 1);
}

/* Curved top divider */
.et_pb_top_inside_divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmMmY0ZjQiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    transform: scale(1, 1);
}

.curved_divider_top_dark::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    transform: scale(1, 1);
}
/* ============================================
    Fronpage Styles 
    This style affects only 
    frontpage - Hero Section
    SECTION 0 – HERO
============================================ */
.frontpage-hero-section.et_pb_section_0 {
    position: relative;
    padding: 103px 0 0;
    margin-top: -20px;
    background: radial-gradient(circle at top right, #e0e0e0 75%, #e08e86 98%);
    background-blend-mode: screen;
    overflow: visible;

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0; 
        background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDE5MjAgMTQ0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gc2xpY2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAsMTQ0MEgxOTIwVjBIMFpNNzI5Ljc5LDQ1MGMxMTIuNSw4LjY1LDE5OS4yMi01OC4zMiwyOTMtMTAxLjgyLDM2LjM1LTI1LjgxLDc1LjQyLTQ3LjY3LDEyMC42Ni02MC42NCw0MTEuMDUtMTMwLjI5LDYzNC4wNywyODguMTEsMzY5LjA4LDU5OS40OS0zLjI0LDQuMTktNi41Niw4LjMyLTkuOTEsMTIuNDItNDcuMSw1Ny42Ny0xMDQuMzcsMTA2LjU4LTE2OC4xNiwxNDYuNTEtMzMzLDIwOC40NS04NTEsMTcwLjcyLTEwMDYuOTUtMTMzLjQ3LTE4LjUzLTM2LjEzLTIwLjgtODkuMTQtMy4zNi0xNDAtMTAuNzQtMjMuMDctMjItNDYuNTUtMjYuNjUtNzJDMjUzLjI4LDQ1Ny4zNSw1MTUuMjcsNDMzLjU1LDcyOS43OSw0NTBaIi8+CgkJCQkJCQkJCTxwYXRoIGZpbGwtb3BhY2l0eT0iLjQiIGQ9Ik0xMTc4LjkzLDMwNy40M2MtNTcuMTEuNzgtMTA3LjU5LDE4LjI4LTE1Ni4xLDQwLjc4LDM2LjM1LTI1LjgxLDc1LjQyLTQ3LjY3LDEyMC42Ni02MC42NCw0MTEuMDUtMTMwLjI5LDYzNC4wNywyODguMTEsMzY5LjA4LDU5OS40OS0zLjI0LDQuMTktNi41Niw4LjMyLTkuOTEsMTIuNDJDMTY4My4xNiw2NTMuNDQsMTUzOS40NCwyOTEuODYsMTE3OC45MywzMDcuNDNaTTMyNC4xOSw3NzIuNTNjLTE3LjQ0LDUwLjg1LTE1LjE3LDEwMy44NiwzLjM2LDE0MCwxNTYsMzA0LjE5LDY3NCwzNDEuOTIsMTAwNywxMzMuNDdDMTAwNC41NywxMjM5LjM5LDQ3OC42NSwxMTA0LjYzLDMyNC4xOSw3NzIuNTNaIi8+PC9zdmc+);
        background-size: 100% 24px;
        background-repeat: no-repeat;
        z-index: 1;
    }

    & .wp-block-columns .wp-block-column:first-child {
        padding-right: 2%;
        
        & h1.et_pb_text_0 {
            line-height: 1;
            margin: 0 0 38px 0;
            padding-top: 80px;
            font-size: 3.55em;
        }

        & .et_pb_text_1 {
            font-size: 16px;
            line-height: 1.8em;
            color: var(--omega-body) !important;
            margin: 0 0 30px 0;
            margin-bottom: 1.9em !important;

            & strong {
                font-weight: 700 !important;
            }

        }
    }

    & .hero-buttons.wp-block-buttons {
        display: flex;
        flex-direction: column;   /* vertical instead of row */
        align-items: flex-start;  /* or center, as you prefer */
    }
}

.frontpage-hero-section  {
    & .hero-content-container {
        padding-top: 27px;
        margin-top: 26px;
        padding-bottom: 220px !important;
        margin: 0 auto;
    }
    & .et_pb_image_1 {
        & img {
            width: 100%;
            height: auto;
            border-radius: 15px;
            transition: transform 0.3s ease;
        }
        & img:hover {
            transform: scale(1.02);
        }
    }
}

/* ============================================
   SECTION 1 – TYPES
============================================ */
.types-section.et_pb_section_1 {
    position: relative;
    z-index: 2;
    background-color : #f2f4f4;
    
    & .wp-block-group {
        margin-top: -213px;
    }

    & .types-columns {
        display: flex;
        gap: 0;
        & .wp-block-column {
            flex: 1;
            padding: 0;
        }
        & .types-link {
            display: block;
            text-decoration: none;
            & h4 {
                text-decoration: none;
                color: #fff;
                text-shadow: 1px 2px 3px #333;
                -webkit-text-stroke: 1px black;
                font-size: 3.10rem;
                text-align: center;
                position: absolute;
                width: 340px;
                top: 90px;
                line-height: .8em;
                letter-spacing: -5px;
                text-transform: uppercase;
                font-family: 'Poppins';
                font-weight: 900;
            }
        }
        & .types-hover-image {
            display: block !important;
            width: 360px;
            height: 360px;
            margin: 0 auto 20px;
            transition: transform 0.3s ease;
            border-radius: 50%;

            &:hover {
                transform: scale(1.05);
            }
        }
    }
}

.types-row.et_pb_row_1 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   SECTION 2 – KUBO HEADING
============================================ */
.kubo-section.et_pb_section_2 {
    padding: 80px 0;
    background: #f2f4f4; 
    & .kubo-row.et_pb_row_2 {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }
    & .kubo-column-full {
        display: flex;
        flex-direction: column;
    }
    & h2 {
        font-size: 48px;
        line-height: 1.2em !important;
        color: #333 !important;
    }
}

/* ============================================
   SECTION 3 – KUBO METHOD PANEL (PARALLAX)
============================================ */
.kubo-method-section {
    &.et_pb_section_3 {
        position: relative;
        padding: 40px 0;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow: visible;
        background-color: #e0e0e0;
    }

    &.et_pb_section_3 .et_parallax_bg_wrap {
        position: absolute;
        inset: 0;
        overflow: hidden;
        z-index: 0;
        border-radius: 0;
        & .et_parallax_bg {
            position: absolute;
            inset: 0;
            background-image: url('/wp-content/uploads/2025/12/guy-background-blur5.3.png');
            background-size: cover;
            background-position: center top;
            background-repeat: no-repeat;
            height: 1020.68px;
            transform: translateY(-320px);
        }
    }

    /* inner row */
    .kubo-method-row {
        &.et_pb_row_3 {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 1080px;
            margin: 0 auto;
            padding: 80px 0;
            background: transparent !important;
            box-shadow: none !important;
            border-radius: 0;

            & .kubo-method-columns {
                display: flex;
                align-items: center;
                gap: 40px;
         
                &.kubo-method-columns {
                    display: flex;
                    width: 100%;
                    gap: 80px;
                }
            }

            &.wp-block-columns
            &.wp-block-column {
                flex: 1 1 0;
                background: transparent !important;
            }

        }

        /* top/bottom SVG curves */
        &.et_pb_section_3.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider,
        &.et_pb_section_3.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
            position: absolute;
            left: 0;
            right: 0;
            height: 60px;
            z-index: 1;
            background-size: 100% 60px;
            background-repeat: no-repeat;
        }

        &.et_pb_section_3.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider::after {
            content: '';
            position: absolute;
            inset: 0;
            background-color: #f2f4f4;
            pointer-events: none;
        }
    }

    & h2.et_pb_text_3 {
        font-size: 35px;
        color: #000000 !important;
        line-height: 1.2em;
    }
    & .et_pb_text_4 {
        line-height: 1.7;
        color: var(--omega-body);
        margin-bottom: 18px;
    }
    & .et_pb_button_2 .wp-block-button__link {
        margin-top: 60px;
    }
    /* cube + text + button */
    & .cube-image {
        max-width: 514px;
        margin: 0 auto;
        animation: none !important;
        transform: none !important;
    }
    & .cube-image img {
        display: block;
        width: 100%;
        height: auto;
    }
    & .dsm_perspective_image,
    & .dsm_perspective_image_0,
    & .et_had_animation {
        animation: none !important;
        transform: none !important;
    }

    & .omega-program-bottom-divider::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
    
    }
}

/* ============================================
   SECTION 4 – SPECIALIZATIONS (ASTRA BLOCKS)
============================================ */
.specializations-title-section {
    & .specializations-row-heading.et_pb_row_4 {
        margin: 0 auto 70px auto;
        padding: 0;
        text-align: center;
    }
    & .et_pb_text_5 {
        font-size: 48px;
        line-height: 1.15;
        color: #333;
        padding-bottom: 50px;
    }
    
}

/* ============================================
   SECTION 5 – Estudiantes (current look)
============================================ */
.students-section {
    /* Main row */
    & .students-row {
        margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }

    /* RIGHT COLUMN – big student composition */
    & .students-col-right {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-start;
    }
    /* LEFT COLUMN – narrow text block */
    & .students-col-left {
        flex: 0 0 40%;
        max-width: 430px;
        margin-right: 2%;
        display: flex;
        flex-direction: column;
    }
    &.et_pb_section_5 {
        position: relative;
        padding: 100px 0 50px;
        background-color: #f2f4f4;
    }
    /* Title + copy */
    & .et_pb_text_8 {
        line-height: 1.2;
        color: #333;
        margin: 0px 0 16px;
        font-size: 35px;
    }
    & .et_pb_text_9 {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        margin: 5px 0 26px;
    }
    & .students-main-image {
        margin: 76px 0 0;
    }
    & .students-main-image img {
        display: block;
        height: auto;
        max-width: 591px;
        margin-left: -90px;
    }
    /* Badge */
    & .dsm_text_badges_1 {
        margin-bottom: 10px;
        font-size: 15px;
        letter-spacing: 0.02em;
        color: #ffffff;
    }
    & .dsm_text_badges_1 .dsm-badges-before {
        display: inline-block;
        padding: 3px 6px;
        background-color: #280c0b;
        border-radius: 4px;
        border: 4px solid #280c0b;
        overflow: hidden;
    }
    /* Icon grid – 2 x 2 directly under text */
    & .students-icons-row {
        display: flex;
        justify-content: center;   /* center row contents */
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 0;
    }
    & .students-icon {
        display: flex;
        flex-direction: column;
        align-items: center;       /* center inner content */
        text-align: center;
        min-width: 210px;
        margin-block-start: 0;
    }
    & .students-icon-image img {
        width: 128px;
        height: 128px;
        object-fit: contain;
        border-radius: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    & .students-icon-title {
        margin-top: 8px;
        font-family: merriweather_sans_light, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.4;
        color: #666;
        max-width: 210px;
    }
    & .students-buttons {
        margin-top: 5px;
        display: flex;
        justify-content: flex-start;
    }
    & .students-buttons.primary {
        margin-top: 44px;
        margin-bottom: 8px;
    }
    & .students-buttons .wp-block-button {
        margin: 0;
    }
    & .students-buttons .wp-block-button__link {
        position: relative;
    }

    /* Primary: dark rectangle */

    & .students-buttons.secondary {
            margin-top: 25px;
    }

    & .students-buttons.secondary .wp-block-button__link:hover::after {
        opacity: 1;
        right: 4px;
    }
}
/* ============================================
   SECTION 6 – Travelers (current look)
============================================ */
.specializations-section {
    /* Main row */
    & .specializations-row {
        margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }

    &.et_pb_section_4 {
        position: relative;
        padding: 120px 0 140px;
        background-color: #fff;
    }
    /* main 2‑column row */
    & .specializations-row.et_pb_row_5 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        /* align-items: center; */
        align-items: flex-start;
        padding: 100px 0 0;
    }

    /* left column: hero */
    & .specializations-col-left {
        position: relative;
        flex: 0 0 47.25%;
        margin-right: 5.6%;
    }
    /* right column: badge + text + icons + buttons */
    & .specializations-col-right {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    & .specializations-main-image { margin: 0; }
    & .specializations-main-image img {
        display: block;
        width: 100%;
        height: auto;
        min-width: 591px;
        margin-top: 80px;
    }
    /* title + paragraph */
    & .et_pb_text_6 {
        font-size: 35px;
        line-height: 1.25;
        margin: 0 0 14px;
    }
    & .et_pb_text_7 {
        line-height: 1.9;
        margin: 0 0 6px;
    }
    /* optional soft bg behind hero */
    & .specializations-bg-image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 135%;
        max-width: none;
        transform: translate(-50%, -50%);
        z-index: -1;
        opacity: 0.35;
        pointer-events: none;

        & img {
            width: 100%;
            height: auto;
        }
    }
    /* icon grid */
    .specializations-icons-row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        margin-block-start: 0;

        & .specializations-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            min-width: 145px;
            margin-block-start: 0;
            & img {
                width: 128px;
                height: 128px;
                object-fit: contain;
                border-radius: 0;
                padding: 0;
                background: transparent;
                box-shadow: none;
            }
        }
        & .specializations-icon-title {
            margin-top: 8px;
            font-size: 14px;
            line-height: 1.4;
            color: #666;
            max-width: 200px;
        }
    }


    /* buttons container */
    .specializations-buttons {
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        & .wp-block-button__link {
            position: relative;
            padding-right: 38px;
        }
        &.primary{
            margin-top: 40px;
        }
    }
}
/* ============================================
   SECTION 6 – Trabajadores (Astra blocks)
============================================ */
.workers-section {
    &.et_pb_section_6 {
        position: relative;
        padding: 120px 0 140px;
        background-color: #f2f4f4;
    }
    & .workers-row.et_pb_row_7 {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }
    & .workers-col-left {
        flex: 0 0 46%;
        margin-right: 6%;
    }
    & .workers-col-right {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    & .dsm_text_badges_2 {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 16px;
        letter-spacing: 0em;
        color: #ffffff;
    }
    & .dsm_text_badges_2 .dsm-badges-before {
        background-color: #efb771;
        border-radius: 4px;
        display: inline-block;
        padding: 6px 12px 4px;
        font-weight: 700;
        color: #fff !important;
        letter-spacing: 0em;

    }
    & .et_pb_text_10 {
        line-height: 1.25;
        color: #333;
        margin: 1px 0 16px;
        font-size: 35px;
    }
    & .et_pb_text_11 {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        margin: 0 0 5px;
    }
    & .workers-main-image {
        margin: 0;
        &  img {
            display: block;
            width: 120%;
            height: auto;
            max-width: 591px;
            margin-top: 70px;
            margin-left: -20px;
        }
    }
    & .workers-icons-row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 0;

        & .workers-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            min-width: 210px;
            margin-block-start: 0;

            & img {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                width: 128px;
            }

            & .workers-icon-title {
                margin-top: 8px;
                font-size: 14px;
                line-height: 1.4;
                color: #666;
                max-width: 210px;
            }
        }
    }
    & .workers-buttons {
        margin-top: 28px;
        display: flex;
        justify-content: flex-start;
        &.secondary {
            margin-top: 25px;
        }
        &.primary { 
            margin-bottom: 8px; 
        }
        & .wp-block-button { 
            margin: 0; 
        }
        & .wp-block-button__link {
            position: relative;
            padding-right: 38px;
        }
    }
}

/* ============================================
   SECTION 7 – Razones (3x3 grid)
============================================ */
.reasons-section {
    /* heading */
    &.et_pb_section_7 {
        position: relative;
        padding: 130px 0 130px;
        background-color: #F8FAFB;
    }
    & .reasons-row-heading.et_pb_row_8 {
        width: 100%;
        margin: 0 auto 60px auto;
        padding: 0;
        text-align: center;
    }
    & .et_pb_text_12 {
        margin: 0;
        font-weight: 700;
        font-size: 48px;
        line-height: 1.2em;
    }

}

/* -------------*/
/* grid wrapper */
/* -------------*/
.reasons-grid {
    width: 100%;
    margin: 0 auto;
    & .reasons-row {
        margin-bottom: 40px;
        &:last-child {
            margin-bottom: 0;
        }
        /* cards */
        & .reasons-card {
            display: flex;
            & .reasons-card-inner {
                display: flex;
                align-items: flex-start;
                margin-block-start: 0;
                & .reasons-card-content {
                    flex: 1 1 auto;
                    margin-block-start: 0; 
                }

                /* icon circle */
                & .reasons-icon {
                    flex: 0 0 40px;
                    width: 40px;
                    height: 40px;
                    margin: 0 18px 0 0;
                    border-radius: 12px;
                    background-color: #fff;
                    color: #b73333;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-family: "Font Awesome 5 Free","Font Awesome 6 Free",sans-serif;
                    font-weight: 900;
                    font-size: 24px;
                    padding: 25px;
                }
                /* title + text */
                & .reasons-title {
                    font-family: 'Poppins', Helvetica, Arial, sans-serif;
                    color: #222;
                    margin: 0 0 6px 0;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 1.4em;
                    letter-spacing: 0px;
                }
                & .reasons-text {
                    margin: 0;
                    font-family: 'Open Sans', Arial, sans-serif;
                    font-size: 14px;
                    line-height: 1.8;
                    color: #666;
                }
            }
            
        }
    }

}

/* ============================================
   SECTION 8 – Programa Omega
============================================ */
.omega-program-section {
    /* Heading */
    &.et_pb_section_8 {
        position: relative;
        padding: 0px 0 0;
        background-color: #e0e0e0;
        overflow: hidden;
    }
    & .omega-program-row-heading {
        width: 100%;
        margin: 60px auto 60px auto;
        padding: 0;
        text-align: center;
    }

    & .et_pb_text_13 {
        font-family: 'Poppins', Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 48px;
        line-height: 1.25;
        color: #111;
        margin: 150px 0 0;
    }
    /* Main content row */
    & .omega-program-row {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        align-items: center;
        gap: 4em;
        /* Right column */
        & .omega-program-col-right,
        & .omega-program-col-left {
            display: flex;
            flex-direction: column;
        }
    }
    & .omega-program-main-image {
        margin: 0;

        & img {
            display: block;
            width: 100%;
            height: auto;
        }
    }
    & .et_pb_text_14 {
        font-size: 16px;
        line-height: 1.8;
        color: #111;
        margin: 0 0 22px 0;
        font-weight: 600;
    }
    & .omega-program-blurb-text {
        font-size: 16px;
        line-height: 1.6;
        color: #222;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0em;
    }
    /* Cube icon */
    & .omega-program-cube {
        margin: 0 16px 0 0;
        width: 110px;
        &  img {
            width: 30px;
            height: 30px;
            display: block;
        }
    }
    & .omega-program-blurb-title {
        font-size: 16px;
        color: #b73333;
        margin: 0 0 6px 0;
    }
    /* Blurbs list */
    & .omega-program-blurb {
        display: flex;

        & .omega-program-cube {
            margin: 0;
            height: 25px !important;
            width: 25px;
            display: inline-block;
            margin-right: 10px;

            & img {
                height: 25px !important;
                width: 25px !important;
            }
        }

        & .omega-program-blurb-content {
            display: inline-block;
            text-align: left;
            width: 88%;
        }


    }
}

/* ============================================
   SECTION 9 – Testimonials
============================================ */
.testimonials-section {
    background-color: #f2f4f4;

    /* heading */
    & .testimonials-row-heading {
        margin: 40px auto 70px auto;
        padding: 0;
        text-align: center;
    }
    & .et_pb_section_9 {
        position: relative;
        padding: 120px 0 140px;
    }
    & .et_pb_text_15 {
        line-height: 1.15;
        color: #333;
        font-size: 48px;
    }
        /* row of cards */
    & .testimonials-row {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        gap: 4em;
        & .testimonial-card-column {
            display: flex;
            & .testimonial-card {
                background-color: #ffffff;
                border-radius: 18px;
                padding: 60px 40px 42px;
                box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: left;
                position: relative;
                height: 100%;
                & .testimonial-avatar {
                    margin: 0 0 24px 0;
                     & img {
                        width: 90px;
                        height: 90px;
                        border-radius: 50%;
                        object-fit: cover;
                        display: block;
                        box-shadow: 0px 0 3px 1px rgb(51 46 46);
                    }
                }
                & .testimonial-content {
                   font-family: 'Poppins', Helvetica, Arial, sans-serif;
                    & .testimonial-text {
                        font-size: 14px;
                        line-height: 1.9;
                        color: #555;
                        margin: 0 0 24px 0;
                            padding-bottom: 24px;
                    }
                    & .testimonial-author {
                        font-family: 'Poppins', Helvetica, Arial, sans-serif;
                        font-weight: 700;
                        font-size: 14px;
                        color: #666;
                        margin: 0;
                    }
                }
               
            }
        }
    }
}

/* ------------------------------------------*/
/* INGLES PARA VIAJEROS                      */
/* ------------------------------------------*/
/* ============================================
SECTION 01 HERO SECTION 01
=============================================*/
.pg_viajeros_section_01 {
    & .hero-content-container {
        padding-top: 40px;
        padding-bottom: 0px !important;
    }

    & .hero-buttons.wp-block-buttons {
        display: flex;
        flex-direction: column;   /* vertical instead of row */
        align-items: flex-start;  /* or center, as you prefer */
    }
    /* Make each button fill the row and add spacing */
    & .hero-buttons .wp-block-button {
        margin: 0 0 10px 0;       /* space between buttons */
    }

    & .hero-buttons .wp-block-button:last-child {
        margin-bottom: 0;
    }
    

    & .wp-block-column-is-layout-flow:first-child {
        flex-basis: 50%;
        padding-bottom: 40px;
    }
    & .wp-block-column-is-layout-flow:last-child {
            align-items: flex-end;
        display: flex;
    }
    & .et_pb_image_1 {
        & img {
            width: 108%;
            max-width: 565px;
        }
    }
}

/* ============================================
SECTION 02
=============================================*/
.pg_viajeros_section_02 {
    &.kubo-section.etpbsection2 {
        background: #f2f4f4;
    }


}

/* ============================================
SECTION 03
=============================================*/
.pg_viajeros_section_03 {
    &.etpbsection4.specializations-title-section {
        padding: 5px 0 140px;
    }
    & .specializations-main-image img {
        margin-top: 0px;
    }
    & .specializations-col-left {
        margin-right: 2%;
    }
    & .specializations-col-right {
        padding-top: 55px;
        gap: 20px;
    }
    & .etpbtext5 {
        font-size: 35px;
    }
    & .etpbtext7 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }
}

/* =========================================== */
/* === SECCIÓN 03: ENFOQUE DEL CURSO STYLES === */
/* =========================================== */
#pg_viajeros_section_03 {
    padding: 80px 0;
    margin: 0 auto;

    & h2.wp-block-heading {
        font-size: 35px;
        margin-bottom: 50px;
        text-align: center;
        color: #333; /* Color oscuro */
    }
    /* 2. Párrafo Descriptivo Central */
    & .row-description p {
        margin: 0 auto 60px auto; /* Centrado y espacio inferior */
        line-height: 1.6;
        color: #555;
    }
    & custom-features-row {
        gap: 30px; 
        margin-bottom: 30px;
    }
    & .blurb-flex-container {
        display: flex;
        align-items: flex-start; 
    }
    & .blurb-flex-container .blurb-icon {
        width: 30px; /* Tamaño del icono */
        height: 30px;
        object-fit: contain;
        margin-right: 15px; /* Espacio entre icono y texto */
        flex-shrink: 0; 
        margin-top: 5px; /* Pequeño ajuste vertical */
    }
    & .blurb-text-content {
        flex-grow: 1; 
    }
    & .blurb-text-content h4.wp-block-heading {
        font-size: 1.1em;
        font-weight: 500; /* Negrita */
        line-height: 1.4;
        margin: 0 0 5px 0; /* Espacio debajo del título */
        color: #333;
    }
    & .blurb-text-content p.wp-block-paragraph {
        line-height: 1.5;
        color: #666;
        margin-top: 0;
    }
}

/* ================================================================= */
/* === SECCIÓN 04: INTRODUCCIÓN (2 COLUMNAS + TARJETA AZUL) - AJUSTE FINAL === */
/* ================================================================= */
#pg_viajeros_section_04 {
    padding-top: 40px;
    padding-bottom: 10px;

    & .custom-intro-row {
        max-width: 1200px;
        margin: 0 auto;
        align-items: center;
        & .custom-empty-col {
            position: relative; 
            min-height: 300px; 
            text-align: center;

            & .blurb-1-fluidez-intro {
                position: absolute; 
                width: 300px; 
                background-color: #fff;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                border-radius: 10px;
                padding: 0; 
                z-index: 10;                 
                top: 220px;
                left: 25%;
                transform: translateX(-50%);
            }

            & .blurb-1-fluidez-intro .blurb-top-color-block {
                height: 100px; 
                width: 100%;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                position: relative;
                background-color: #a0b6ff !important; 
            }

            & .blurb-1-fluidez-intro .blurb-top-color-block::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 30px; 
                height: 30px;
                background-color: white;
                border-radius: 5px;
            }

            & h4.wp-block-heading {
                padding: 15px 25px 0 25px;
                font-size: 1.2em; 
                font-weight: 700;
                margin: 15px 0 20px 0;
            }

            & .blurb-1-fluidez-intro p.wp-block-paragraph {
                padding: 0 25px 25px 25px;
                font-size: 0.8em;
                line-height: 1.5;
                color: #666;
                margin-bottom: 0;
            }
        }

        & .custom-content-col {
            h2.wp-block-heading {
                text-align: center;
                font-size: 2.2em;
            }
        }

    }
}

/* ========================================================== */
/* === SECCIÓN 05: DIAGRAMA Y TARJETAS SUPERPUESTAS (FINAL) === */
/* ========================================================== */
#pg_viajeros_section_05 {
    position: relative; 
    /* Padding para dar altura a la sección y ver el diagrama */
    padding: 0; 
    min-height: 950px; /* Asegurar suficiente altura para el diseño */
    margin-top: -25px;

    & #om-diagramay {
        position: absolute; 
        top: 0;
        left: 0;
        /* Aseguramos que el fondo absoluto cubra todo el ancho forzado */
        width: 100% !important;
        height: 100%;
        z-index: 1; 
        overflow: hidden; 
        text-align: center;
        max-width: 100vw;


        & .diagram-full-image {
            height: fit-content;
            object-fit: fill;
            object-position: center top;
            max-width: 65vw;
            width: 100vw;
            margin-top: -190px;
        }
        
    }
    
    & #cont-tarjetas {
        position: relative; 
        top: 10px;
        /* Mantenemos el límite de 1200px (o podemos usar 1500px) y centrado para la cuadrícula de tarjetas */
        height: 100%;
        z-index: 5;
        width: 100%;
        max-width: 1080px;
        
        & .card-pos-abs {
            position: relative;
            display: block;
            margin-top: 12%;
            margin-left: 62%;

            &:first-child {
                margin: auto;
                left: 40px;
            }

            &:last-child {
                margin-left: 6%;
                margin-top: -6%;
            }
        }

        & .custom-blurb {
            width: 260px; /* Ancho fijo para posicionamiento */
            background-color: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            padding: 0; 

            & .blurb-top-color-block {
                height: 100px; 
                width: 100%;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                position: relative;

                & .blurb-top-color-block {
                    height: 100px; 
                    width: 100%;
                    border-top-left-radius: 10px;
                    border-top-right-radius: 10px;
                    position: relative;
                }

                &.blurb-top-color-block::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 30px; 
                    height: 30px;
                    background-color: white;
                    border-radius: 5px;
                }
            }

            & h4.wp-block-heading {
                padding: 15px 25px 0 25px;
                font-size: 1em; 
                font-weight: 700;
                margin: 0 0 5px 0;
                text-align: center;
            }

            & p.wp-block-paragraph {
                padding: 0 25px 25px 25px;
                font-size: 0.8em;
                line-height: 1.5;
                color: #666;
                margin-bottom: 0;
                text-align: center;
            }
        }
    }
    
}

/* =========================================== */
/* === SECCIÓN 06: ESTADÍSTICAS GLOBALES === */
/* =========================================== */
#pg_viajeros_section_06 {
    background-color: #1a1a1a; /* Fondo oscuro (Negro/Gris muy oscuro) */
    padding: 200px 40px 100px;
    color: white; /* Texto principal en blanco */
    text-align: center;
}

#pg_viajeros_section_06 .et_pb_top_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    z-index: 1;
    transform: scale(1, 1);
    margin-top: -200px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

/* Título Principal */
#pg_viajeros_section_06 .stats-main-heading {
    color: white;
    font-size: clamp(1.8rem, 4vw, 2.9rem);
    max-width: 1080px;
    margin: 0 auto 60px auto;
    /* font-weight: 800; */
    line-height: 1.2;
}

/* Fila de Contadores (3 Columnas) */
#pg_viajeros_section_06 .custom-stats-counters {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    gap: 40px;
}

/* Columna de Estadísticas */
#pg_viajeros_section_06 .custom-stat-col {
    padding: 0 15px;
}

/* --- ESTILO DEL CONTADOR CIRCULAR --- */
#pg_viajeros_section_06 .custom-circle-counter {
    width: 150px; 
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    /* Fondo para el espacio vacío (el centro del círculo) */
    background: #1a1a1a; 
    
    /* El borde de 5px (que era la parte de color) ahora lo usaremos para enmascarar */
    border: none;
    
    /* Crear un espacio interior blanco para simular un anillo */
    padding: 10px; /* Esto crea un anillo interno de 5px (150/2 - 140/2) */
    box-shadow: 0 0 0 5px #333; /* Sombra gris oscuro para el borde exterior del anillo */
}

#pg_viajeros_section_06 .custom-circle-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    
    /* Máscara: Crea el efecto de anillo (el espacio negro/fondo) */
    mask: radial-gradient(transparent 65px, #000 75px); 
    -webkit-mask: radial-gradient(transparent 65px, #000 75px); 
}

/* Valor del Porcentaje */
#pg_viajeros_section_06 .counter-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    z-index: 2; /* Asegurar que el texto esté encima del degradado */
}

/* Descripciones de estadísticas */
#pg_viajeros_section_06 .stat-description {
        color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 250px;
    margin: 0 auto;
    font-weight: 600;
}

/* --- Colores de Borde Específicos (Simulando el Circle Counter) --- */
/* 66% y 67% (Rojo) */
.counter-66,
.counter-67,
.counter-95,
.counter-27 {
    border-color: #b73333; /* Color rojo del diseño original */
}

.counter-27::before {
    background: conic-gradient(
        #b73333 0deg,      /* Color de llenado (Rojo) */
        #b73333 226.6deg,   /* Llenado hasta 237.6 grados */
        #333 226.6deg,      /* Color vacío (Gris oscuro) */
        #333 360deg
    );
}
.counter-66::before {
    background: conic-gradient(
        #b73333 0deg,      /* Color de llenado (Rojo) */
        #b73333 237.6deg,   /* Llenado hasta 237.6 grados */
        #333 237.6deg,      /* Color vacío (Gris oscuro) */
        #333 360deg
    );
}
.counter-67::before {
    background: conic-gradient(
        #b73333 0deg,      /* Color de llenado (Rojo) */
        #b73333 241.2deg,   /* Llenado hasta 241.2 grados */
        #333 241.2deg,      /* Color vacío (Gris oscuro) */
        #333 360deg
    );
}
.counter-95::before {
    background: conic-gradient(
        #b73333 0deg,      /* Color de llenado (Rojo) */
        #b73333 330.2deg,   /* Llenado hasta 241.2 grados */
        #333 330.2deg,      /* Color vacío (Gris oscuro) */
        #333 360deg
    );
}
/* 80% (Amarillo/Oro) */
.counter-80 {
    border-color: #eec170; 
}
.counter-80::before {
    background: conic-gradient(
        #eec170 0deg,      /* Color de llenado (Amarillo) */
        #eec170 288deg,    /* Llenado hasta 288 grados */
        #333 288deg,       /* Color vacío (Gris oscuro) */
        #333 360deg
    );
}
.counter-82::before {
    background: conic-gradient(
        #eec170 0deg,      /* Color de llenado (Amarillo) */
        #eec170 258deg,    /* Llenado hasta 288 grados */
        #333 258deg,       /* Color vacío (Gris oscuro) */
        #333 360deg
    );
}
/* Texto de Fuentes */
#pg_viajeros_section_06 .sources-text {
    font-size: 0.8rem;
    color: #999;
    margin-top: 40px;
    text-align: center;
}


/* =========================================== */
/* === SECCIÓN 07: PRECIO Y CTA (FONDO ROJO) === */
/* =========================================== */
#pg_viajeros_section_07 {
    background-color: #b73333; /* Fondo Rojo principal */
    padding: 80px 40px;
    text-align: center;
    overflow: hidden; /* Asegurar que no haya scroll horizontal accidental */
}

/* --- Encabezado Superior (Blanco) --- */
#pg_viajeros_section_07 .custom-pricing-header-row {
    max-width: 900px;
    margin: 0 auto 50px auto;
}

#pg_viajeros_section_07 .pricing-tagline {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

#pg_viajeros_section_07 .pricing-main-title {
    color: white;
    font-size: clamp(2rem, 5vw, 3rem); 
    font-weight: 800;
    margin-bottom: 20px;
}

#pg_viajeros_section_07 .pricing-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

/* --- Tarjeta de Precio (Fondo Blanco) --- */
#pg_viajeros_section_07 .custom-price-card {
    background-color: white;
    max-width: 500px; /* Ancho de la tarjeta */
    margin: 0 auto;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    text-align: center;
}

#pg_viajeros_section_07 .card-price-tagline {
    font-size: 0.9rem;
    color: #444;
    font-weight: 700;
    margin-bottom: 5px;
}

#pg_viajeros_section_07 .card-price-value {
    font-size: 3rem;
    color: #333;
    font-weight: 900;
    margin-bottom: 25px;
}

/* Lista de Características */
#pg_viajeros_section_07 .pricing-feature-list {
    list-style: none; /* Quitar viñetas por defecto */
    padding: 0;
    margin-bottom: 30px;
    text-align: left; /* Alinear ítems de lista a la izquierda */
    display: inline-block; /* Permitir que el bloque UL se centre */
}

#pg_viajeros_section_07 .pricing-feature-list li {
    color: #666;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 5px;
    /* Añadir viñeta personalizada si es necesario (con pseudoelemento) */
}

/* Botón CTA */
#pg_viajeros_section_07 .pricing-cta-button {
    background-color: #b73333; /* Usar el color rojo del fondo */
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}


/* ------------------------------------------*/
/* INGLES PARA VIAJEROS                      */
/* ------------------------------------------*/
/* ============================================
SECTION 01 HERO SECTION 01
=============================================*/
.pg_estudiantes_section_01 {
    & .hero-content-container {
        padding-top: 40px;
        padding-bottom: 0px !important;
    }

    & .hero-buttons.wp-block-buttons {
        display: flex;
        flex-direction: column;   /* vertical instead of row */
        align-items: flex-start;  /* or center, as you prefer */
    }
    /* Make each button fill the row and add spacing */
    & .hero-buttons .wp-block-button {
        margin: 0 0 10px 0;       /* space between buttons */
    }

    & .hero-buttons .wp-block-button:last-child {
        margin-bottom: 0;
    }
    & .wp-block-column-is-layout-flow:first-child {
        flex-basis: 50%;
        padding-bottom: 40px;
    }
    & .wp-block-column-is-layout-flow:last-child {
            align-items: flex-end;
        display: flex;
    }
    & .et_pb_image_1 {
        & img {
            width: 120%;
            max-width: 640px;
            margin-top: 120px;
        }
    }
    .wp-block-columns .wp-block-column:first-child {
        padding-right: 0 !important;
    }
}

.pg_estudiantes_section_03 {
    & .etpbtext7 {
        line-height: 1.7;
    }
}

.flags {
    width: 100%;
    max-width: 80px;
    margin-bottom: 30px;
}

/* --------------------------------*/
/* Mobile Breakpoints              */
/* --------------------------------*/
/* Very Small screens              */
/* --------------------------------*/
@media (max-width: 375px){
    .om-container, .site-footer {
        padding: 30px 20px !important;
    }

    .ast-hfb-header .site-footer  {
        padding: 30px 15px;
    }
    
    .specializations-title-section {
        & .specializations-col-right {
            padding: 72px 6px 0 !important;
        }
    }

    .students-section {
        & .students-icons-row {
            flex-direction: column !important;

            & .students-icon {
                margin: auto;
            }
        }
    }
    
    .specializations-section {
        .specializations-icons-row {
            flex-direction: column;

            & .specializations-icon {
                margin: auto;
            }
        }
    }

    .workers-section {
        & .workers-icons-row {
            flex-direction: column;

            & .workers-icon {
                margin: auto;
            }
        }
    }
}

@media (max-width: 768px) {
    /* Header */
    .ast-theme-transparent-header #masthead {
        margin-top: 30px;
    }

    /* Body */
    .om-container {
        padding: 30px 40px !important;
        & > .om-container {
            padding: 0 !important;
        }
    }

    /* Footer Styles */
    .site-footer {
        padding: 0px 15px !important;

        & .site-above-footer-wrap[data-section="section-above-footer-builder"] {
            display: inline;
        }
        & .desc01 {
            font-size: 14px;
        }
        & .site-primary-footer-wrap {
            padding-bottom: 29px;
        }
        & .site-below-footer-wrap {
            padding-top: 0;
            padding-bottom: 40px;
        }
        & .ast-footer-html-1 {
            margin-top: 92px;
        }
        & .site-primary-footer-wrap {
            padding-top: 64px;
        }
        & #block-8 {
            margin: auto;
            max-width: 230px;
            
            & .wp-block-image img {
                max-width: 100%;
            }
        }
        & .ast-footer-html-1 {
            margin-top: 70px;
        }
        & #astra-footer-menu {
            margin-top: 25px;
            margin-bottom: 30px;
            display: flex;
            gap: 5px;

            .footer-nav-wrap {
                text-align:  center;
            }
            & li.menu-item {
                align-items: center;
                & a {
                    padding-left: 0px;
                    padding-right: 25px;
                }
            }
            & li.menu-item:last-child a { 
                padding-right: 0;
            }
            .site-footer-below-section-3 {
                margin-bottom: 50px;
            }
        }

    }

    /* Menu */
    #ast-hf-mobile-menu {
        padding: 20px 0;

        & .main-header-menu .sub-menu, 
        & .sub-menu {
            margin-left: 0 !important;
        }
    }

    /* Buttions */ 
    .red_button .wp-block-button__link    {
        padding: 22px !important;
    }

    .hero-buttons .wp-block-button__link {
        padding: 22px;
        max-width: 335px !important;
        margin: 10px auto; 
        display: block; 
    }

    .yellow_button .wp-block-button__link {
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: left;
        line-height: 1.9em !important;
    }

    /* Text */
    .title02 {
        font-size: 25px !important;
    }

    /* General        */
    .wp-block-columns { 
        flex-direction: column !important; 
    }

    .wp-block-column { 
        flex: 0 0 100% !important; 
        text-align: center; 
    }

    /* Hero Section 1 */ 
    .frontpage-hero-section {
        & .hero-content-container {
            padding-bottom: 50px !important;
        }
        & .et_pb_section_0 { 
            padding: 60px 0 0; 
            margin-top: -60px; 
            border-bottom: 2px solid #F2F4F4;
        }
        & .wp-block-columns .wp-block-column:first-child {
            padding-right: 0 !important;
        }
        & h1.et_pb_text_0 {
            font-size: 31px !important;
            text-align: left;
        }
        & .et_pb_text_1 {
            text-align: left;
            line-height: 1.8em !important;
            font-size: 14px !important;
        }
        & .hero_banner_curved_bottom {
            border-bottom: none;
        }
    }

    /* Section 2: types-section */
    .types-section {
        display: none;
    }
    
    /* kubo Section 2 */
    .kubo-section {
        &.et_pb_section_2 {
            padding: 80px 0 40px;
        }
        & h2.et_pb_text_2 {
            font-size: 20px !important;
        }
        & p {
            display: none;
        }
        & .wp-block-column {
            margin-bottom: 0 !important;
        }
    }

    /* Kubo Method Section 3 */
    .kubo-method-section {
        & .et_pb_row_3 .wp-block-columns.kubo-method-columns {
            display: flex;
            width: 100%;
            gap: 80px;
            margin-bottom: 90px;
            margin-top: 90px;
        }
        & .cube-image img {
            width: 100%;
            max-width: 100px;
        }
        & .et_pb_top_inside_divider::before {
            height: 50px;
            background-size: 100% 29px;
            top: -1px;
        }
        & .wp-block-column:first-child {
            position: absolute;
            margin-top: -105px;
        }
        & h2.et_pb_text_3 {
            margin-top: 40px;;
        }
        & .et_pb_text_4 { 
            text-align: left;
        }
        & h2.et_pb_text_3 {
            font-size: 22px;
        }
        & .et_parallax_bg_wrap {
            display: none;
        }
    }   

    /* Specializations Title Section 4 */
    .specializations-title-section {
        padding: 30px 0 !important;

        & .specializations-row-heading {
            padding: 72px 43px 0 !important;
        }
        & .specializations-row {
            flex-direction: column;
            padding: 0 !important;
            padding-bottom: 100px !important
        }
        & .specializations-col-right {
            margin-top: -40px;
            order: 2;
            padding: 72px 43px 0;
        }
        & .specializations-col-left {
            margin-right: 0;
        }
        & .specializations-main-image img {
            width: 100%;
            min-width: unset !important;
            margin-left: 0 !important;
        }
        & .specializations-bg-image {
            width: 100% !important;
        }
        & .specializations-icons-row { 
            justify-content: space-around;
        }

        & .et_pb_text_5 {
            font-size: 21px !important;
        }
        & .et_pb_text_6 {
            text-align: left;
            margin-top: 30px;
            font-size: 22px !important;
        }
        & .et_pb_text_7 {
            text-align: left;
            font-size: 14px;
        }
        & .et_pb_section_4 { 
            padding: 70px 0; 
        }
    }

    /* Specializations Section 4 */
    .specializations-section {
        & .specializations-row {
            flex-direction: column;
            & .specializations-col-left {
                order: 1;
            }
        }
        & .specializations-col-right {
            order: 2;
            width: 100%;
        }
        & h2.et_pb_text_6 {
            font-size: 25px;
            text-align: left;
        }
        & p.et_pb_text_7 {
            text-align: left;
        }
        & .specializations-icons-row {
            display: flex;
            justify-content: space-around;
        }
        & .specializations-main-image img {
            min-width: unset;
            margin: auto;
        }
        & .specializations-col-left {
            margin-right: 0;
        }
        & .specializations-bg-image {
            display: none;
        }
    }
    
    /* Students Section 5 */
    .students-section {
        
        .students-row {
            flex-direction: column;
            padding: 0 !important;

            & .students-col-left {
                order: 2;
                margin-top: -70px;
            }
        }
        & .students-main-image img {
            width: 100%;
            max-width: unset;
            margin-left: 0px;
        }
        & .et_pb_text_8 {
            font-size: 20px;
            text-align: left;
            margin-top: 70px;
        }
        & .et_pb_text_9 {
            text-align: left;
            font-size: 14px;
        }
        & .students-icons-row {
            justify-content: center;
        }
        & .students-icon {
            min-width: unset !important;
            
        }
    }
    
    /* Section workers 6  */
    .workers-section {

        & .workers-row {
            flex-direction: column;

        }
        & .workers-col-left {
            margin-right: 0;
            margin-top: 50px;
        }
        .workers-col-right {
            margin-top: -75px;
            width: 100%;
            
            & .workers-icons-row {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 20px;
                margin-bottom: 0;
            }
        }
        & .workers-main-image img {
            width: 100% !important;
            max-width: 400px !important;
            margin-top: 0 !important;
            margin-left: 0 !important;
        }
        & .et_pb_text_10 {
            font-size: 21px !important;
            text-align: left;
            margin-top: 40px;
        }
        & .dsm_text_badges_2 .dsm-badges-before {
            padding: 6px 10px 4px;
        }
        & .et_pb_text_11 {
            text-align: left;
            font-size: 14px;
        }
        & .workers-icon {
            min-width: 160px !important;
            justify-content: space-around;
        }
    }
    
    /* Section Reasons 7 */
    .reasons-section {
        & .reasons-row-heading,
        & .reasons-grid {
            padding: 0 !important;
        }
        & .et_pb_text_12 {
            font-size: 22px !important;
            margin-top: 100px;
        }
        & .reasons-icon {
            margin-bottom: -5px !important;
        }
        & .reasons-card-content {
            margin-top: 0px !important;
            margin-left: 0px !important;
            text-align: left;

            & h4 {
                margin-bottom: 20px;
            }
        }
        & .reasons-title {
            font-size: 14px !important;
        }
        &.et_pb_section_7 {
            padding-bottom: 100px !important;
        }
        & .reasons-row {
            margin-bottom: 0px;
            & .reasons-card:last-child {
                margin-bottom: 0;
            }
            & > p {
                display: none;
            }
        }
    }
    
    /* Section Omega Program 8 */
    .omega-program-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;

        & .omega-program-row-heading {
            padding: 0px !important;
            margin: 0px auto 60px;

            & h2.et_pb_text_13 {
                font-size: 22px !important;
                margin-top: 180px;
            }
        }

        & .omega-program-row {
            padding: 0px !important;

            & .omega-program-col-left,
            & .omega-program-col-right {
                margin-bottom: 0 !important;
                & > p {
                    display: none;
                }
            }

            & .omega-program-blurb {

                & .omega-program-cube {
                    margin: 0;
                    height: 25px !important;
                    width: 25px;
                    display: inline-block;
                    margin-right: 10px;

                    & img {
                        height: 25px !important;
                        width: 25px !important;
                    }
                }

                & .omega-program-blurb-content {
                    display: inline-block;
                    text-align: left;
                    width: 88%;
                }


            }


        }
        

        .omega-program-top-divider::before,
        .curvedarkgraybottom::before {
            left: -40px;
            right: -42px;
        }

    }

    /* Section Testimonials 9 */
    .testimonials-section {
        & .testimonials-row-heading,
        & .testimonials-row {
            padding: 0 !important;
        }
        & h2.et_pb_text_15 {
            font-size: 20px;
        }
    }
    
    /* For Students page */
    .pg_estudiantes_section_01 {
        & > .hero-content-container {
            padding-bottom: 0px !important;
        }
        & .et_pb_image_1 {
            & img {
                width: 100%;
                max-width: uncet;
                margin-top: 0;
            }
        }
        & .wp-block-column-is-layout-flow:first-child {
            padding-bottom: 0px;
        }
    }

    .pg_viajeros_section_02 {
        h2 {
            font-size: 1.5em;
            line-height: 1.5em;
        }
    }

    .pg_viajeros_section_03 {
        & h2.etpbtext5 {
            font-size: 1.5em;
            line-height: 1.5em;
        }
        & p {
            text-align: left;
        }
    }

    #pg_viajeros_section_03 {
        margin: 50px auto 0;
        padding: 0;
        
        & h2.wp-block-heading {
            font-size: 1.5em;
        }
        & .blurb-text-content {
            text-align: left;
        }
        .custom-feature-blurb {
            margin-bottom: 0;
        }
    }

    .pg_viajeros_section_01 {
        .hero-content-container {
            padding-bottom: 0 !important;
        }
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* General */
    
    #astra-footer-menu {
        justify-content: center;
        flex-direction: row;
        display: flex;
        & a {
            padding-left: 14px !important;
            padding-right: 14px !important;
        }
    }

    /* Frontpage */
    .frontpage-hero-section.et_pb_section_0 {
        & .wp-block-columns .wp-block-column:first-child {
            & h1.et_pb_text_0 {
                font-size: 3em;
                padding-top: 1em;
                line-height: 1.3em;
            }
        }
        & .hero-content-container {
            padding: 0 48px 100px;
            padding-bottom: 100px;

            & .hero-columns {
                display: block;
                & .et_pb_image_1 {
                    width: 50%;
                    margin: 50px auto;
                }
            }
        }
    }

    .types-section {

        & .wp-block-group {
            margin-top: -190px !important;
        }
        & .types-hover-image {
            width: 250px !important;
            height: 250px !important;
        }

        & h4 {
            font-size: 2rem !important;
            width: 250px !important;
            top: 30px !important;
            letter-spacing: -2px !important;
        }
    }

    .kubo-section {
        & h2.et_pb_text_2,
        & h2.etpbtext2 { font-size: 2.3rem !important; }
    }

    .kubo-method-section {
        & h2 { font-size: 2.3rem !important; }
    }

    .specializations-title-section {
        & .specializations-row-heading {
            padding: 0 48px !important;
        }
        & h2,
        & .et_pb_text_5 {
            font-size: 2.3rem !important; 
        }
        & p.etpbtext7 {
            text-align: left;
        }
    }

    .specializations-section {
        & .et_pb_text_6 {
            font-size: 2.3em;
        }
    }

    .students-section {
        & .students-row {
            flex-direction: column;
            padding: 0 48px !important;
        }
        & .students-col-right {
            & .students-main-image {
                margin: 0;
                max-width: 100%;

                &  img {
                    max-width: 50%;
                    margin: auto;
                }
            }
        }
        & .students-col-left {
            max-width: unset;
            & h2 { font-size: 2.3rem !important; }
        }
        & .students-icons-row {
                & .students-icon {
                width: 190px;
            }
        }
    }

    .specializations-row {
        flex-direction: column;
        padding: 0 48px !important;

        .specializations-col-left {
            width: 100%;
            
            & .specializations-main-image {
                margin: 0;
                max-width: 100%;
                &  img {
                    max-width: 50%;
                    margin: auto !important;
                }
            }
            & .specializations-bg-image {
                margin: 0;
                max-width: 100%;
                display: none;

                &  img {
                    max-width: 50%;
                    margin: auto;
                }
            }
        }
        .specializations-col-right {
            order: 2;

            & .specializations-icons-row {
                justify-content: center;
            }
        }
    }

    .workers-section {
        flex-direction: column;
        padding: 0 48px !important;

        & .workers-row {
            flex-direction: column;

            & .workers-col-left {
                & .workers-main-image {
                    margin: 0;
                    max-width: 100%;
                    
                    &  img {
                        max-width: 50% !important;
                        margin: auto !important;
                    }
                }
            }   
        }
        & .workers-icons-row {
            justify-content: center;
        }
    }

    .reasons-section {
        & .reasons-row-heading {
            h2 {
                font-size: 2.3rem !important; 
            }
        }
        & .reasons-grid {
            padding: 0 48px !important;
        }        
    }

    .omega-program-section {
        padding: 0 48px !important;

        & .et_pb_text_13 {
            font-size: 2.3em;
        }
        & .omega-program-row {
            padding: 0px !important;

            & .omega-program-col-left,
            & .omega-program-col-right {
                margin-bottom: 0 !important;
            }

            & .omega-program-blurb {

                & .omega-program-cube {
                    margin: 0;
                    height: 25px !important;
                    width: 25px;
                    display: inline-block;
                    margin-right: 10px;

                    & img {
                        height: 25px !important;
                        width: 25px !important;
                    }
                }

                & .omega-program-blurb-content {
                    display: inline-block;
                    text-align: left;
                    width: 88%;
                }


            }


        }
        .omega-program-top-divider::before,
        .curvedarkgraybottom::before {
            left: -40px;
            right: -42px;
        }
    }

    .testimonials-section {
        .testimonials-row-heading {
            & h2 {
                font-size: 2.3rem !important;
            }
        }
        .testimonials-row {
            flex-direction: column;
            
        }
        & .et_pb_text_15 {
            font-size: 2.3em;
        }
    }

    #pg_viajeros_section_03 {
        padding: 80px 48px !important;
        & .wp-block-columns {
            flex-direction: column;
            & .wp-block-column {
                text-align: left;
            }
        }
        
    }

    .site-footer {
        padding: 0 !important;
        & .site-above-footer-wrap {
            padding-top: 75px !important;
        }
        & .site-above-footer-wrap,
        & .site-below-footer-wrap {
            padding: 0 48px;
            margin: 0;

        }
        & .ast-header-html {
            padding: 0 48px;
        }
        & h2.title02 {
            font-size: 2.3rem !important;
        }
        & .site-footer-below-section-2 {
            width: 335px;
        }
        & .site-footer-below-section-3 {
            width: 120px;
            & .ast-footer-social-1-wrap .ast-builder-social-element {
                padding: 5px;

                & svg {
                width: 15px;
                height: 15px;
                }
            }
        }
    }

    .pg_estudiantes_section_01 {
        & h1.et_pb_text_0 {
            font-size: 3em;
            padding-top: 1em;
            line-height: 1.3em;
        }
        & .hero-content-container {
            padding: 0 48px 100px;
            padding-bottom: 0px !important;

            & .wp-block-column:last-child {
                display: block;
                
            }
            .wp-block-image {
                width: 50%;
                margin: 0 auto 0 !important;
                margin-top: 0px !important;
                & img {
                    margin-top: 0px !important;
                }
            }

        }
    }

    .pg_viajeros_section_01 {
        & .et_pb_image_1 {
            margin: 10px auto 0 !important;
        }
    }
}

/* Special Breakpoints */
@media (max-width: 781px) {
    .reasons-grid {
        & .reasons-row {
            & .reasons-card {   
                margin-bottom: 20px;
            }
        }
    }

    .omega-program-section {
        & .omega-program-row {
            & .omega-program-col-right {
                margin-top: -35px;
            }
        }
    }
}


/* Ajustes para el contenedor de la cuadrícula */
#ProcessDiagram {
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
}

/* Espaciado entre columnas */
#ProcessDiagram .wp-block-columns {
    gap: 50px; /* Espacio suficiente para que se vean las flechas */
    margin-bottom: 60px;
}

/* Estilo de la tarjeta (Basado en el screenshot) */
#ProcessDiagram .custom-blurb {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    height: 100%; /* Para que todas midan lo mismo en la fila */
    transition: transform 0.3s ease;
    position: relative;
    overflow: visible !important;
}

#ProcessDiagram .custom-blurb:hover {
    transform: translateY(-5px);
}

/* Bloque de color superior con el cuadrado blanco */
#ProcessDiagram .blurb-top-color-block {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#ProcessDiagram .card-number {
    background-color: white !important;
    color: #333 !important; /* Color del número */
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; /* Bordes un poco más redondeados */
    margin: 0 !important; /* Quitar márgenes de Gutenberg */
    font-size: 22px !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Ajustes de texto */
#ProcessDiagram h4 {
    margin: 20px 20px 10px;
    font-weight: 800;
    text-align: center;
}

#ProcessDiagram p {
    padding: 0 20px 30px;
    font-size: 0.95rem;
    color: #555;
    text-align: center;
    line-height: 1.6;
}

/* Estilo común para todas las flechas */
#ProcessDiagram .arrow-right::after,
#ProcessDiagram .arrow-left::after,
#ProcessDiagram .arrow-down::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 4px solid #d1d1d1;
    border-bottom: 4px solid #d1d1d1;
    z-index: 10;
}

/* Flecha Derecha (Chevron Right) */
#ProcessDiagram .arrow-right::after {
    top: 50%;
    right: -35px; /* Ajusta según el gap de tus columnas */
    transform: translateY(-50%) rotate(-45deg);
}

/* Flecha Izquierda (Chevron Left) */
#ProcessDiagram .arrow-left::after {
    top: 50%;
    left: -35px;
    transform: translateY(-50%) rotate(135deg);
}

/* Flecha Abajo (Chevron Down) */
#ProcessDiagram .arrow-down::after {
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

/* Responsividad para móviles */
@media (max-width: 782px) {
    #ProcessDiagram .wp-block-columns {
        flex-direction: column;
    }
}

/* Ocultar flechas en móvil para evitar errores visuales cuando las columnas se apilan */
@media (max-width: 782px) {
    #ProcessDiagram .arrow-right::after,
    #ProcessDiagram .arrow-left::after,
    #ProcessDiagram .arrow-down::after {
        display: none;
    }
    
    #ProcessDiagram .wp-block-columns {
        gap: 20px;
        margin-bottom: 20px;
    }
}