/* ========================================
   RESPONSIVE STYLES - IPAD VERTICAL
   Media Query: iPad (768px - 1024px) Portrait
   ======================================== */
 
/* 📱 iPad (768px - 1024px) en orientación vertical */
@media (min-width: 744px) and (max-width: 1024px) and (orientation: portrait) {
    .col-md-1 {
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
    
        .col-md-2 {
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
    
        .col-md-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
    
        .col-md-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    
        .col-md-5 {
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
    
        .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    
        .col-md-7 {
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
    
        .col-md-8 {
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
    
        .col-md-9 {
            flex: 0 0 75%;
            max-width: 75%;
        }
    
        .col-md-10 {
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
    
        .col-md-11 {
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
    
        .col-md-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }



    .event--skin2.box-mode .events-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, 0fr)) !important;
        gap: 20px;
    }
    .col-md-2.col-ip-4.sticky-div{
        display: none !important;
    }
    footer .col-md-8{
        flex: 0 0 auto;
            width: 66.66666667%;
    }
       
    .ui--app--mobile img{
        width: 70%;
        margin: auto;
        display: block;
    }
    body #paddingsection .event--skin2.box-mode .events-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr)) !important;
        gap: 20px;
    }
    .ipad-off.mobile-off, 
    .ipad-off{
        display: none !important;
    }
        .sticky-div {
            top: 120px !important;
            position: sticky;
            height: fit-content;
        }
        .parallaxBaptsm{
            max-height: 50vh;
            min-height: 50vh !important;
        }
    .contact_form_section{
        padding-bottom: 0px !important;
    }
    /* ============ UTILIDADES GENERALES ============ */
    body .mb-ipad-20 {
        margin-bottom: 20px !important;
    }

    body .mb-ipad-40 {
        margin-bottom: 40px !important;
    }

    body .mb-ipad-0 {
        margin-bottom: 0px !important;
    }

    body .mobile-on {
        display: block;
    }

    /* ============ TIPOGRAFÍA ============ */
    :root {
        --sub-heading: 40px !important;
    }

    body .title_geeral_section {
        line-height: 1.2 !important;
    }

    body .title_item_fundation {
        font-size: 24px;
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 15px;
    }

    html body p,
    body .descripcion_general {
        font-size: 18px !important;
        font-weight: normal;
        line-height: 1.6;
        margin-bottom: 0px;
    }

    body h1.title_hero,
    body h1.h1b {
        font-size: 60px !important;
        margin-bottom: 0px !important;
    }

    body h2.title_geeral_section,
    body section.hero_history h2,
    body section.height-60.hero-section h2 {
        font-size: 48px !important;
        font-family: var(--font-sofia) !important;
        font-weight: 600 !important;
    }

    html body h4.display-6 {
        font-size: 32px !important;
    }

    body .card-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 1.3;
        margin-top: 10px;
    }

    body .subtile_mandate {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.1;
    }

    p.btn_general>span,
    p.btn_general a {
        font-size: 14px !important;
        letter-spacing: 0px !important;
    }

    /* ============ SECCIONES Y PADDING ============ */
    html body section.section-mod,
    html body section {
        padding: 100px 30px !important;
    }

    html body section.givemenu {
        padding: 20px 30px !important;
    }

    .inviting-mens {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    body .inviting-mens {
        padding: 100px 30px;
    }

    /* ============ HEADER ============ */
    body header.header_main {
        padding: 15px 3%;
        min-height: 70px !important;
    }

    body header a.logo {
        width: 45px;
    }

    .new--menu {
        display: none !important;
    }

    /* ============ HERO SECTIONS ============ */
    html body section.nhh--mobile {
        min-height: calc(100vh - 200px) !important;
        max-height: calc(100vh - 140px) !important;
        margin-top: 90px !important;
        padding-bottom: 50px !important;
    }

    body .hero-image-container img {
        object-position: 50% 15% !important;
    }

    .hero-mask {
        width: 80%;
        height: 80%;
    }

    /* Hero Home GSAP */
    body section.hero-home-gsap {
        padding: 100px 10px 0 10px !important;
        min-height: 0px !important;
    }

    body .hero-grid-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        pointer-events: none;
        z-index: 0;
        display: flex;
        align-items: end;
    }
    .ipad-v-on.mm{
        display: block !important;
    }
    body .hero-grid .hero-col:nth-child(2) {
        order: -1;
        min-height: 70vh;
    }

    body .hero-grid {
        padding: 0px;
        margin-top: 0px;
        gap: 10px !important;
        width: 100%;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    body .hero-sticky {
        height: auto;
    }

    body .hero-col {
        height: auto !important;
    }

    body .hero-col h2 {
        font-size: 36px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-weight: 600;
        padding: 0 20px;
    }

    body .bggreen p strong {
        font-size: 1.6rem;
    }

    body .hero-image-container {
        height: auto !important;
    }

    body .hero-col .hero-content,
    body .hero-col .hero-overlay,
    body .hero-col .hero-overlay-content {
        padding: 0 20px;
    }

    body .hero-overlay {
        padding: 50px 20px !important;
    }

    .hero-col .hero-title br {
        display: inline;
    }

    .hero-col .hero-title span,
    .hero-col .hero-title {
        font-size: 42px !important;
        line-height: 1.1;
    }

    body .hero-col .hero-overlay-content h2 {
        padding: 0px;
    }

    /* Hero History */
    body .hero_history.pt-380 {
        padding-top: 50vh !important;
        padding-bottom: 0px !important;
    }

    body section.hero_history video {
        width: auto !important;
    }

    /* Hero Parallax */
    .hero--students.hero--parallax-xs .contentVideo,
    body .hero--parallax-xs {
        height: 400px !important;
    }

    body .hero--kids .contentVideo,
    body .height-70 {
        height: 450px !important;
        min-height: 0vh !important;
    }

    body .height-70.videoparallax {
        height: 350px !important;
        min-height: 0vh !important;
    }

    /* ============ VIDEO COMPONENTS ============ */
    .videoShowMovHeroHome {
        display: block !important;
        position: absolute;
        border-radius: 5px;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    body .video-modal-close {
        top: 120px !important;
    }

    body .video_modal_content {
        height: 400px;
    }

    .video_modal_container,
    body .video_modal_overlay {
        padding: 0 !important;
    }

    html body .h-4 video {
        height: 120% !important;
    }

    html body .h-4 {
        grid-row: span 2;
    }

    /* ============ OUR MANDATE SECTION ============ */
    .mandate-section * {
        opacity: 1 !important;
    }

    #ourMandate .mission-section,
    #ourMandate .height-100,
    #ourMandate {
        height: auto !important;
        min-height: 0px !important;
    }

    #ourMandate .event-badge {
        text-align: left !important;
    }

    #ourMandate p,
    #ourMandate h1,
    #ourMandate h2 {
        text-align: left !important;
    }

    body #ourMandate {
        max-width: calc(100% - 20px) !important;
        margin: auto !important;
        margin-bottom: 20px !important;
        padding: 100px 30px !important;
    }

    #ourMandate .mission-section .vertical-middle,
    #ourMandate .mandate-section .vertical-middle {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        position: relative;
        top: 0%;
        left: 0;
        right: 0;
    }

    .mandate-section .lead {
        font-size: 20px !important;
        opacity: 1 !important;
    }

    .mission-section {
        position: relative !important;
    }

    /* ============ GRIDS Y LAYOUTS ============ */
        body .box-btn-hub a svg {
            width: 20px;
            height: 20px;
        }
    
        body .box-btn-hub a {
            padding: 0px !important;
            display: flex !important;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            font-size: 10px;
            max-width: 20% !important;
        }
    
        body .box-btn-hub {
            display: flex;
            gap: 10px;
            margin-bottom: 40px !important;
        }
        body .grid-masonry video{width:  auto !important;}
                 
    body .grid-help.gtc-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    body .gtc-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    body .grid-masonry:not(.youngmansonry) {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto !important;
    }

    body .grid-masonry:not(.youngmansonry) > div {
        height: 400px !important;
    }

    .youngmansonry .position-absolute.top-0.start-0.p-5.d-flex.flex-column.justify-content-between.h-100 {
        flex-direction: row !important;
        padding: 3rem !important;
    }

    body .belief_item_card {
        width: 48%;
        min-width: 48% !important;
    }

    /* ============ CARDS Y ITEMS ============ */
    html body .item-card-help {
        padding: 50px 30px;
        bottom: 0 !important;
        top: 0 !important;
        min-height: 0px !important;
    }

    body .item-card-help p {
        margin-bottom: 0px !important;
    }

    body .title-help-menbers {
        font-size: 26px !important;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 1.1;
    }

    body .title_item-help {
        line-height: 1.1;
        font-size: 22px;
    }

    body .blob-card .conten_grid_help {
        padding: 0 20px;
    }

    body .conten_grid_help .descripcion_general {
        font-size: 18px !important;
    }

    /* ============ EVENTS ============ */
    .event-tab {
        display: flex !important;
    }

    .event-tabs {
        display: flex !important;
    }

    body .event--skin2.box-mode .event-item.latera-content {
        display: flex !important;
        flex-direction: column;
        gap: 0px;
    }

     .event-info{
        margin-bottom: 40px !important;
     }
     header .row{
        justify-content: space-between;
     }
    .event--skin2.box-mode .event-item.latera-content .event-content,
    .event--skin2.box-mode .event-item.latera-content .event-image {
        width: 100% !important;
    }

    .event--skin2.box-mode .event-item.latera-content .event-content {
        padding: 20px 30px !important;
    }

    .event-info .title_hero {
        font-size: 48px;
    }

    body .moreEvent {
        padding: 30px 50px 30px 150px;
    }

    body .moreEvent h4 {
        font-size: 24px;
        font-weight: 600;
    }

    .event-venue svg.icon {
        width: 40px !important;
    }

    body .nav-card-content {
        position: relative;
        z-index: 2;
        height: 100%;
        padding-right: 20px;
    }

    body .event-nav-card {
        height: auto !important;
    }

    body .nav-event-title {
        color: #333;
        font-weight: 600;
        line-height: 1.3;
        transition: color 0.4s ease;
        margin-bottom: 10px;
        font-size: 22px !important;
    }

    section#paddingsection.section-mod.position-relative.mx--10.mb-10.pt-0 .container {
        max-width: 100% !important;
        padding: 0px !important;
    }
    
    section#paddingsection.section-mod.position-relative.mx--10.mb-10.pt-0 {
        padding: 20px 0px !important;
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }

    /* ============ SEARCH FORM ============ */
    .search--events--form {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    body .search--events--form button {
        position: relative; 
            width: 100%;
            margin-left: 5px;
    }

    body .search--events--form input {
        margin-left: 0px;
    }

    .section-mod.search--events:before {
        opacity: 0.5;
    }

    .section-mod.search--events {
        padding: 20px 30px !important;
    }

    /* ============ MINISTRIES SLIDER ============ */
    .ministries-slider.ul-items {
        flex-wrap: wrap;
        gap: 15px;
    }

    body .ministries-slider.ul-items li {
        width: 48% !important;
    }

    .ministries-slider.ul-items.x4 li {
        max-width: 48% !important;
    }

    /* ============ FOOTER ============ */
    body .new--menu--footer .footer-tabs-nav {
        margin-bottom: 10px;
        margin-right: 0px;
        display: flex;
        min-width: 40%;
        flex-direction: column;
    }

    footer .footer-tab-panel ul.menu_footer li p a {
        text-decoration: none;
        color: var(--color-white);
        font-size: 14px;
    }
    body .height-70 h1.title_hero{
                font-size: 40px !important;
                    margin-bottom: 10px !important;
    }
    body .height-70 p.btn_general a{
        padding: 10px 20px !important;
        min-width: 0px !important;
    }
    footer .new--menu--footer .footer-tab-button {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    footer .disclaimer_footer {
        margin: 0;
        font-size: 12px !important;
        text-align: left;
    }

    footer ul.list_social_icons {
        margin-top: 0px !important;
        justify-content: end;
    }

    body .menu_footer.two-column li {
        width: 50%;
    }

    /* ============ TABS ============ */
    body .tabs_menu a {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 15px 0px;
        color: #64748b;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        border-radius: 12px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        text-transform: none;
        letter-spacing: -0.025em;
        border: none;
        background: transparent;
        width: 32%;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }

    body .tabs_menu::before {
        opacity: 0 !important;
    }
    .accordion-body .row>div:nth-child(2){
        order: -1;
        margin-bottom: 40px;
    }
    .accordion-body .row>div{
        width: 100% !important;
    }
    .accordion-body .row{
        flex-direction: column;
    }
    body .tabs_menu a.active {
        background: linear-gradient(135deg, var(--color-green-dark) 0%, #004d39 50%, var(--color-green-dark) 100%);
    }

    body .tabs_content_container p.mb-60 {
        margin-bottom: 20px !important;
    }

    body .tabs_content_container section.section-mod {
        padding-bottom: 50px !important;
    }

    body .tabs_content_container section,
    body .tabs_content_container,
    body .tabs_content_container section.section-mod {
        padding-top: 20px !important;
    }

    body .tabs_content_container section {
        padding-top: 40px !important;
    }

    /* ============ BUTTONS ============ */
    .flex-botones {
        flex-wrap: wrap;
        gap: 10px;
    }
    body section.parallax-2{
        min-height: 60vh !important;
        height: 60vh !important;
    }
body .glassBox p.btn_general a{
    min-width: auto !important;
    padding: 8px 20px !important;
}
body .glassBox p{
    font-size: 16px !important;
}
body .glassBox { 
    padding: 20px;
}
    .blob-card a {
        width: auto !important;
        margin: auto;
    }
body .gtc-4 {
    grid-template-columns: repeat(2, 1fr);
}
.nhh--mobile  p.btn_general a {
     width: auto;
     min-width: 0px;
     padding: 15px 20px !important;
 }
    p.btn_general a {
        width: auto;
        min-width: 220px;
        padding: 15px 0px !important;
    }

    p.btn_general {
        margin-bottom: 15px;
        width: auto;
    }

    body .button-group .btn {
        width: auto;
        background: var(--color-green-dark);
        color: white;
        margin-right: 10px;
    }

    .tobtn.d-flex a {
        width: auto;
        text-align: center !important;
        margin-left: 10px !important;
    }
body .event--skin2.list-mode .event-title {
    font-size: 16px; 
}
    .tobtn.d-flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .grid-help .tobtn {
        margin-top: 30px;
    }

    .grid-help .tobtn a {
        margin-bottom: 10px;
    }

    body .w-100-btn {
        width: auto;
    }

    .box-btn-hub a svg {
        width: 24px;
        height: 24px;
    }

    .box-btn-hub a {
        padding: 10px 15px !important;
        display: flex !important;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 14px;
        gap: 8px;
    }

    .box-btn-hub {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    /* ============ ACCORDIONS ============ */
    body div#accordeon_jobs .accordion-body {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 25px 25px 35px 35px;
    }

    body #accordeon_jobs .accordion-button {
        color: var(--color-green-dark);
        font-weight: 500;
        font-size: 20px;
        line-height: 1.3;
        padding: 20px 20px !important;
        display: flex;
        justify-content: space-between;
    }

    html body .accordeon_kids .accordion-item .accordion-header img {
        height: 55px;
        margin-right: 20px;
        width: 55px;
    }

    /* ============ MEMBER CARE CALENDAR ============ */
    body .members-heal-calendar.mx--10 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .members-heal-calendar .container {
        padding: 0 15px;
    }

    /* ============ TRUTH SECTION ============ */
    

    body .truth-article h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.1;
    }

    body .truth-article .verse-text,
    body .truth-article .description {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    body .truth-article {
        min-height: 0px !important;
    }

    #truth-01 {
        padding-top: 0px !important;
    }

    .truth-article small {
        font-size: 16px;
        font-weight: bolder;
        margin-bottom: 20px;
        border-radius: 25px;
        border: 2px solid;
        display: inline-block;
        padding: 10px 12px 7px 12px;
        line-height: 1;
    }

    /* ============ STRUCTURAL DOCTRINES ============ */
    body .strutural_doctrines .item_fundation {
        padding: 50px 30px;
    }

    /* ============ TIMELINE ============ */
    body .timeline-year {
        left: 5%;
    }

    /* ============ UTILITIES ============ */
    body .col-xs-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    body .grid-masonry .p-5 {
        padding: 2rem !important;
    }
    body .p-5 {
        padding: 0rem !important;
    }

    body .padding-mobile {
        padding: 0px 30px;
    }

    .theline--d {
        display: block;
    }
    .col-ip-4{
        flex: 0 0 auto;
            width: 33.33333333% !important;
    }
    body .col-ip-12{
        flex: 0 0 auto;
            max-width: 100% !important;width: 100% !important;
    }
    .mobile-off {
        display: block !important;
    }

    .reverse > div:last-child {
        margin-bottom: 40px; 
        order: -1;
    }
    body .shape-6 {
        bottom: 8%;
        right: 1%;
        width: 170px;
        height: auto;
        animation: float-bounce-6 11s ease-in-out infinite;
    }
    .reverse>div{
        flex: 0 0 auto;
            width: 100%;
    }
    .reverse {
        width: 100% !important;
        flex-direction: column;
    }

    .col-md-3.col-12.d-flex.align-items-end.justify-content-end {
                justify-content: flex-start !important;
                    margin-top: 15px;
    }

    /* ============ PAGINATION ============ */
    .pagination {
        flex-wrap: wrap;
    }

    section.mw-100.mx--10.py-50 {
        padding: 30px 0px !important;
    }

    /* ============ DECORATIVE SHAPES & ANIMATIONS ============ */
    body .shape-1 {
        top: -4%;
        right: 2%;
        width: 130px;
        height: auto;
        z-index: 9;
        animation: float-rotate-1 15s ease-in-out infinite;
    }

    body .shape-3 {
        top: 20%;
        right: 10%;
        width: 80px;
        height: auto;
        animation: float-pulse-3 10s ease-in-out infinite;
    }

    body .shape-5 {
        width: 75px;
    }

    body .shape-66 {
        top: 0%;
        left: 5%;
        width: 140px;
    }

    body .floating3 {
        width: 180px;
        right: 2%;
        top: 180px;
    }

    body .floating66 {
        right: 0%;
        bottom: -9px;
        rotate: 180deg;
        width: 120%;
        max-width: 5000px;
    }

    /* ============ KIDS MINISTRY SHAPES ============ */
    .kids_floating6 {
        position: absolute;
        left: 3% !important;
        top: 30%;
        width: 50px;
        transform-origin: center center;
        animation: rotateCW 12s linear infinite;
    }

    body .kids_floating1 {
        bottom: -6px;
        height: 40%;
        transform-origin: center center;
    }

    .kids_floating3 {
        right: 3% !important;
        bottom: 12% !important;
        width: 60px;
        transform-origin: center center;
        animation: bs 9s linear infinite;
    }

    body .kids_floating5 {
        bottom: 25% !important;
        left: 12% !important;
        transform-origin: center center;
        animation: rotateCCW 14s linear infinite;
        width: 70px;
    }

    body .kids_floating4 {
        animation: rotateCCW2 1s linear infinite;
        width: 100px;
    }

    .kids_floating7 {
        bottom: 0;
        right: 15%;
        width: 160px;
        animation: kidsMove 4s ease-in-out infinite alternate;
    }

    /* ============ STUDENTS MINISTRY ============ */
    body .rotatingstudents {
        width: 150px;
        top: 20%;
        right: 3%;
    }

    /* ============ ABILITY INCLUSION ============ */
    body .ability_floating7 {
        top: 22%;
        right: 10%;
        width: 150px;
        animation: rotateCCW 14s linear infinite;
    }

    body .ability_floating4 {
        left: 18% !important;
        top: 25% !important;
        animation: rotateCCW2 1s linear infinite;
        width: 12% !important;
    }

    .ability_floating5 {
        left: auto !important;
        animation: kidsMove 4s ease-in-out infinite alternate !important;
    }

    .ability_floating6 {
        animation: rotateCW 12s linear infinite;
    }

    /* ============ ADULTS MINISTRY ============ */
    body .adults--hover li {
        min-width: 31%;
        width: 31%;
    }
    body .adults--hover a {
        height: 34vh;
    }
    .adults--hover {
        flex-wrap: wrap;
        gap: 15px;
    }
    body .adults--hover aside img {
        height: 20px;
    }
    body .cta--hero--home li:first-child{
        width: 100%;
    }

    /* ============ WOMEN'S MINISTRY ============ */
    body .herowomens img.flower1 {
        width: 30%;
    }

    .flower11 {
        width: 80px;
    }

    body .flower1111 {
        bottom: 55%;
        width: 85px;
    }

    .flower111 {
        width: 90px;
    }

    /* ============ UI APP SECTION ============ */
    .ui--app {
        flex-direction: row !important;
        gap: 20px;
    }

    .ui--app li:nth-child(2) {
        order: 0;
    }

    body .ui--app li i {
        margin: 0 15px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid var(--color-arena-500);
        color: var(--color-arena-500);
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem !important;
    }

    body .ui--app li:nth-child(1) small,
    body .ui--app li:nth-child(3) small {
        padding-left: 60px;
    }

    body .ui--app li span {
        display: flex;
        order: 1;
        align-items: center;
        padding-left: 0px !important;
    }

    .ui--app li:nth-child(1) span b {
        order: 1;
    }

    body .ui--app li {
        width: auto;
        flex: 1;
    }

    body .ui--app li * {
        font-size: 1.3rem;
        text-align: left;
        opacity: 1 !important;
    }

    .ui--app--mobile {
        display: none !important;
    }

    /* ============ CTA HERO HOME ============ */
    .cta--hero--home li {
        min-width: 48% !important;
    }

    .cta--hero--home.edited,
    .cta--hero--home {
        flex-wrap: wrap;
        gap: 15px;
    }

    p.lead.lineheightxs {
        line-height: 1.5 !important;
    }

    /* ============ POSITION ABSOLUTE OVERLAYS ============ */
    body .position-absolute.top-0.start-0.p-5.d-flex.flex-row.justify-content-between.h-100 h5 {
        font-weight: 600 !important;
    }

    body .position-absolute.top-0.start-0.p-5.d-flex.flex-row.justify-content-between.h-100 {
        flex-wrap: nowrap;
        gap: 15px;
        justify-content: space-between !important;
        flex-direction: row !important;
    }

    /* ============ ABSOLUTE CONTAINER ============ */
    .absolute-container h4 {
        padding-top: 60px !important;
        font-size: 42px !important;
        line-height: 1.1 !important;
    }

    /* ============ ANIMATED WAVE ============ */
    body .animated-wave {
        display: block;
        width: 100%;
        height: 200px !important;
        background: #FEF8ED;
    }

    /* ============ MISC ELEMENTS ============ */
    body .arrown--on--hover {
        position: absolute;
        bottom: 30px;
        right: 50px;
        transform: translateX(0px);
        width: 20px;
    }

    body .join {
        left: 40px;
        top: 40px;
    }

    .input_form_contact {
        margin-bottom: 0px !important;
    }

    a.tdu {
        color: white !important;
    }

    .hero-image-container.h-700 img {
        height: 700px !important;
    }

    body .swiper-slide a:hover video {
        opacity: 0.3 !important;
    }

    /* ============ BLOB ANIMATIONS ============ */
    body .blob-card-1 .blob-shape {
        animation: blob-animation-1 8s ease-in-out infinite;
    }

    body .blob-card-2 .blob-shape {
        animation: blob-animation-2 10s ease-in-out infinite;
    }

    body .blob-card-3 .blob-shape {
        animation: blob-animation-3 9s ease-in-out infinite;
    }


.ui--app--mobile .accordion-button * {
    font-size: 14px;
}

body .ui--app--mobile .accordion-button i {
    margin-right: 10px;
}

body .ui--app--mobile .accordion-button {
    color: black !important;
    display: flex;
    justify-content: space-between;
    padding: 0 20px !important;
    background-color: #FDF8EF;
}

body .padding-mobile {
    padding: 0px 20px;
}

.ui--app--mobile {
    padding: 10px;
    display: block !important;
}

body .ui--app--mobile .accordion-body {
    padding: 0 20px !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

}

/* ========================================
   FIN RESPONSIVE IPAD VERTICAL
   ======================================== */
