@media(max-width: 630px){
    /* INDEX */
    /* Cabeçalho */
* {
    box-sizing: border-box;
}

    .html, body{
        overflow-x: hidden;
        max-width: 100vw;
    }
    .nav_header{
        display: none;
    }
    .log-in_header{
        display: none;
    }
    .content_header{
        grid-template-columns: 1fr 1fr;
    }
    /* Banner inicial */
    .container_banner_inicial{
        display: flex; 
        justify-content: center;
    }
    .content_banner_inicial{
        width: 100vw;
        align-items: center;
    }
    .body_banner_inicial{
        width: 70%;
    }
    .head_banner_inicial{
        padding: 16px;
    }
    .foot_banner_inicial{
        display: none;
    }
    .glide__slides{
        display: inline;
    }
    .glide__slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100px;
    }
    
    .background_image_head_banner_inicial{
        display: none;
    }
    .mobile_head_banner_inicial{
        display: flex;
        background-color: #fff;
        box-sizing: border-box;
        padding: 32px;
    }
    .mobile_head_banner_inicial p{
        font-family: 'YSText', Arial, sans-serif;
        font-weight: 200;
        color: #1a1a1a;
        font-size: 20px;
        line-height: 24px;
        background-size: cover;
    }
    .title_top_content_body_banner_inicial span{
        display: none;
    }
    .title_top_content_body_banner_inicial h1{
        font-size: 48px;
        line-height: 48px;
    }
    .top_content_body_banner_inicial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.body_image_banner_inicial{
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.btn_banner_inicial{
    max-width: unset;
    min-height: unset;
    padding: 16px 24px;
}
.btn_banner_inicial a{
    color: #1a1a1a;
    font-size: 18px;
    font-family: 'YSText', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 200;
}

/* registration Box */
.registration_box{
    max-width: 350px;
    box-sizing: border-box;
    padding: 24px 8px;
    border-radius: 0px;
            width: 92%;
}
.inputs_body_registration_box{
        flex-direction: column;
}
.tel_inputs{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.head_registration_box h2{
        font-family: 'YSText', Arial, sans-serif;
    line-height: 30px;
    font-weight: 600;
    font-size: 32px;
    width: 90%;
}
.head_registration_box p{
color: #1a1a1a;
    font-size: 18px;
    font-family: 'YSText', Arial, sans-serif;
    line-height: 22px;
    font-weight: 100;
}
.foot_registration{
    display: flex;
    flex-direction: column;
    max-width: 350px;
}
.pontuation_block_foot_registration h5{
    font-size: 16px;
    padding: 16px;
}
.pontuation_block_foot_registration img{
    height: 16px;
    width: 16px;
}

/* Balloon Talk */
.title_balloon_talk{
    display: none;
    position: inherit;
    line-height: 32px;
        font-size: 32px;
        transform: unset;
        top: unset;
        left: unset;
}
.title_balloon_talk h1{
    font-size: 32px;
}
.title_balloon_mobile{
    line-height: 32px;
    font-size: 32px;
        font-weight: 600;
        font-family: 'YSText';
            text-align: center;
}
.balloon img{
    width: 64px;
    height: 64px;
}
.balloon p{
    font-size: 14px;
    font-weight: 200;
    max-width: 66%;
}
.balloon.position_1, .balloon.position_2, .balloon.position_3, .balloon.position_4, .balloon.position_5{
    position: inherit;
    display: flex;
    width: auto;
    height: auto;
    justify-content: space-evenly;
}
.balloon_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 350px;
    align-items: center;
}
.content_balloon_talk{
    width: auto;
    height: auto;
    display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
}
.position_5 {
    display: flex;
    flex-direction: row-reverse;
}

/* Change carrer */
.container_change_career{
    padding-top: 0;
}

.head_change_career{
    font-size: 32px;
}
.body_change_career{
    justify-content: center;
        overflow-x: hidden; /* ✅ Impede página scrollar horizontalmente */
    width: 100%;
}
.glide_change_career{
    max-width: 100vw;
    overflow: visible; 
    height: 502px;
        width: 300px;
        width: 80%;
}
.glide__slide_change_career{
    width: 300px !important;
    min-width: unset;
}
.card_change_career{
    padding: 24px 16px;
}
.title_card_change_career{
    font-size: 20px;
    line-height: 24px
}
.before p{
    font-size: 14px;
    line-height: 18px;
}
.before_after_change_career{
    gap: 24px;
    align-items: flex-end;
}
.text{
        justify-content: flex-end;
}
.text h1{
    font-size: 20px;
    line-height: 24px;
}
.text p{
    font-size: 14px;
    line-height: 18px;
}
.image_2{
    background-size: cover;
}
/* 2025 carrer */
.head_2025_career h2{

    font-size: 32px;
    line-height: 32px;
    order: 1;
}
.head_2025_career{
    flex-direction: column-reverse;
}
.content_2025_career{
    max-width: 350px;
    margin-bottom: 64px;
}
.body_2025_career{
    max-width: 487px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    order: 2;
    align-self: flex-start;
}
.top_career_box{
    border-radius: 0;
}
.container_calc_career_box {
  display: none;
}
.mobile_container_calc_career_box {
  display: flex;
  justify-content: center;
  display: block;
  order: 4;
}
.career_box {
    flex-direction: column-reverse;
    display: flex;
max-height: 503px;
        max-width: 292px;
        flex: 0 0 100%; /* Cada item ocupa 100% da largura */
    scroll-snap-align: start;
}
.bottom_career_box {
    width: 292px;
    height: 503px;
    border-radius: 12px 12px 0 0;
}
.title_career_box h2{
    font-size: 20px;
    line-height: 24px;
}
.text_career_box p{
    font-size: 16px;
    line-height: 20px;
}
.body_calc{
    display: flex;
    flex-direction: column;
}
.content_foot_2025_carrer{
    display: flex;
    text-align: center;
    gap: 16px;
    flex-direction: column;
}
.content_calc_career_box{
    max-width: 350px;
    width: 100%;
}
.foot_2025_career{
    order: 3;
}
/* Migration */
.content_migration{
    max-width: 350px;
    text-align: center;
    position: relative;
}
.head_cards_migration {
        position: absolute;
        top: 11%;
        left: 3%;
        display: flex;
        text-align: left;

    }
.head_cards_migration h2{
    font-size: 32px;
    line-height: 32px;
}
.head_card_migration{
    padding-left: 24px;
}
.cards_migration{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_migration{
    height: 378px;
        max-width: 344px;
        width: 344px;
}
.body_cards_migration {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -6%;
        left: 0%;
        width: 90%;
    }
.card_migration{
    max-width: 350px;
}

.divisoria_280px, .divisoria{display: none}


/* Inovadora */
.head_content_inovadora h1, .head_content_inovadora h2, .head_content_inovadora h3{
    font-size: 32px;
    line-height: 32px;
}
.head_content_inovadora{
display: flex;
    flex-direction: column;
    max-width: 350px;
    text-align: center;
    min-width: 350px;
    align-items: center;
}
.head_content_inovadora h3{
    width: 85%;
}
.content_inovadora{
    max-width: 350px;
    margin-bottom: 80px;
}
.body_content_inovadora{
    display: none;
}
.body_content_inovadora_mobile{
    display: flex;
    margin-top: 24px;
}
.content_inovadora_mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.block_inovadora{
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 350px;
}
.atribute_inovadora_mobile{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.atribute_inovadora_mobile p{
    font-size: 16px;
    line-height: 20px;
    font-family: 'YSText', Arial, sans-serif;
        font-weight: 200;
            color: #1a1a1a;
}
.tripleten_inovadora_mobile, .universidade_inovadora_mobile{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    padding: 16px;
    align-items: flex-end;
}
.tripleten_inovadora_mobile h1, .universidade_inovadora_mobile h1{
    font-size: 20px;
    line-height: 24px;
    font-family: 'YSText', Arial, sans-serif;
    color: #1a1a1a;
            font-weight: 200
}
.tripleten_inovadora_mobile p, .universidade_inovadora_mobile p{
color: #1a1a1a;
    font-size: 14px;
    font-family: 'YSText', Arial, sans-serif;
    line-height: 18px;
    font-weight: 200;
}
.universidade_inovadora_mobile{
    background-color: #fff;
}
.tripleten_inovadora_mobile{
    background-color: #fde3af;
}

/* STEPS */
.head_steps{
    display: flex;
    flex-direction: column;
    max-width: 350px;
    text-align: center;
    min-width: 350px;
    align-items: center;
    margin-bottom: 32px;
}
.head_steps h1, .head_steps h2, .head_steps h3{
    font-size: 32px;
    line-height: 32px;
}
.body_steps{
    min-width: 350px;
    max-width: 350px;
    display: flex;
    overflow-x: hidden;
    margin: 0 auto
}
.cards_steps{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    margin: 8px 8px 32px 8px;
    max-height: 742px;
    bottom: 0%;
    padding: 16px;
    padding-top: 0;
}
#image_1{
    width: 300px;
    height: 196px;
}
.consultoria_cards_steps{
        padding: 16px;
    align-items: center;
    display: flex
;
    flex-direction: column;
}
.icon_stamp_steps_1 {
    position: absolute;
    top: 5%;
    left: 28%;
    width: 56px;
    height: 54px;
}
.head_consultoria_cards_steps p {
    color: #1a1a1a;
    font-size: 16px;
    font-family: 'YSText', Arial, sans-serif;
    line-height: 15px;
    font-weight: 500;
}
.stamp_steps.confident_smile {
    position: absolute;
bottom: 15%;
    left: 71%;
    width: 121px;
    height: 121px;
}
.topics_body_consultoria{
    gap: 8px;
    align-items: flex-start;
    text-align: left;
    padding: 8px;
}
#image_2{
    width: 288px;
    height: 170px;
}

/* Reembolso */
.span_text_reembolso{
    position: inherit;
        line-height: 16px;
}
.head_reembolso{
    display: flex;
    flex-direction: column;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    max-width: 350px;
}
.head_reembolso h1{
    position: inherit;
}
.content_reembolso{
    margin-top: 80px;
}
.body_reembolso{
    max-width: 350px;
}
.cards_reembolso{
    display: flex;
    flex-direction: column;
}
.span_lightning_reembolso img{
    width: 35px;
    height: 35px;
}
.card_image_reembolso {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
}
.card_image_reembolso img{
    width: 210px;
    height: 262px;
}
.center_card_reembolso{
    gap: 24px;
}
.right_card_reembolso{
    padding: 64px 0 32px 16px;
}

/* Qualidade de Ensino */
.head_qualidade_ensino{
    font-size: 32px;
    line-height: 32px;
}
.top_text_body_qualidade{
    font-size: 32px;
    line-height: 32px;
}
.bottom_text_body_qualidade_mobile{
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 298px;
        gap: 16px;
padding: 8px 8px 48px 8px;
}
.bottom_text_body_qualidade{
    display: none;

}
.topics_bottom_text_body_qualidade{
    align-items: center;
    gap: 16px;
            align-items: flex-start;
}
    .body_qualidade_ensino {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 24px;
    }
.video_body_qualidade_ensino{
    width: 298px;
    height: 463px;
}
.text_body_qualidade_ensino{
        max-width: 65%;
        padding: 40px 40px 0 40px;
}
.topics_bottom_text_body_qualidade{
    flex-direction: row;
    font-size: 16px;
    line-height: 20px;
}

/* Roller Coaster */
.container_roller_coaster{
    margin: 64px 0;
}
.content_roller_coaster{
    max-width: 100vw;
}
.head_roller_coaster{
    font-size: 32px;
    line-height: 32px;
    width: 50%;
}
.body_roller_coaster {
    display: none;
}

/* consultoria */
.white_box_consultoria{
    align-items: center;
}
.top_white_box_consultoria h1{
    font-size: 32px;
    line-height: 32px;
}
.top_white_box_consultoria{
    max-width: 350px;
}
.content_consultoria{
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    min-width: unset;
    align-items: center;
}
.text_white_box_consultoria p, .topic_white_box_consultoria p{
    font-size: 16px;
    line-height: 20px;
}

.topics_white_box_consultoria{
    display: flex;
    flex-direction: column;

}
.topic_white_box_consultoria{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.bottom_white_box_consultoria{
    justify-content: center;
    padding: 0 80px;
    align-items: flex-start;
}
.green_box_consultoria{
    max-width: 350px;
}
/*  FAQ */
.content_faq{
    max-width: 100vw;
    min-width: unset;
    margin: 24px;
}
.head_faq{
    font-size: 32px;
    line-height: 32px;
}
.faq-question{
    padding: 16px 0;
}

/* FOOTNOTE */
.content_registration_footnote{
    min-width: unset;
    max-width: 100vw;
    flex-direction: column;
    gap: 32px;
}
.sponsors_payment_mode{
    justify-content: flex-start;
    gap: 24px;
}
.content_footer{
    max-width: 100vw;
    min-width: unset;
        align-items: flex-start;
}
.upper_footer{
    display: flex;
    flex-direction: column;
        align-items: flex-start;
        text-align: left;
        max-width: 350px;
        gap: 48px;
}
.why_triple_ten_footer_body, .courses_footer, .countries_footer, .contact_footer{
    gap: 8px;
}
.lower_footer {
    display: flex
;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 350px;
    gap: 32px;
}
}