@media(max-width: 767px){
    /* Pop Up Modal Mobile */
    .content_popup_inicial{
        max-width: 90vw;
        padding: 32px 20px 60px;
        min-height: auto;
        margin: 16px;
    }
    .content_popup_inicial .title h1{
        font-size: 32px;
    }
    .content_popup_inicial .subtitle p{
        font-size: 14px;
        line-height: 20px;
    }
    .content_popup_inicial img{
        width: 100%;
        right: 0;
        top: 69%;
        z-index: 10;
    }
    .content_popup_inicial .close_popup{
        top: 8px;
        right: 8px;
    }

    /* Fase Popups Mobile */
    .fase_popup_content{
        padding: 24px;
        max-width: 90vw;
    }
    .fase_popup_content p{
        font-size: 14px;
    }

    .main_image_container{
        width: 90vw;
        height: 943px;
    }
    .main_image_container p{
        margin-bottom: 24px;
    }
    .mobile_sponsors.two{
        left: 26%;
    }
    .mobile_sponsors.three{
        left: 48%;
    }
    .mobile_sponsors.four{
        right: 5%;
    }

    .content_specialize .topics {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 90vw;
    height: 166px;
}
.content_specialize .title h1{
    font-size: 40px;
}
.overlay{
background: linear-gradient(0.5turn, rgba(0, 0, 0, 1) 44%, rgba(147, 147, 147, 0) 65%), url(../Imagens/abroad/background_aboard.png) center / cover;
        background-size: 136%;
        background-position: 50% 100%;
}
.registration_box h2{
    width: 57%;
}
.head_registration_box h2{
    width: 100%;
}


/* Change Career */
.container_change_career{
    margin-top: 80px;
}
.title_card_change_career{
    display: flex;
    align-items: center;
    gap: 8px;
}

.video_card_change_career{
    width: 80vw;
    max-height: 480px;
}

/* imigration curve */
.content_imigrant_curve{
    justify-content: center;
    align-items: center;
}
.content_imigrant_curve .head{
    display: none;
}
.content_imigrant_curve .mobile_head{
    display: flex;
    flex-direction: column;
    width: 80%;
}
.content_imigrant_curve .mobile_head h2{
    font-size: 32px;
      color: #1a1a1a;
    font-family: 'YSText', Arial, sans-serif;
    line-height: 0.95;
    font-weight: 600;
    text-align: center;
}
.content_imigrant_curve .mobile_head span{
      border-radius: 12px 12px 12px 12px;
    background-color: #ffd078;
    box-shadow: 0px 5px 44px 0px #ffd078;
}
.content_imigrant_curve .mobile_graph{
      background-image: url('../Imagens/abroad/background_imigration_curve.png');
    display: flex;
    width: 346px;
    height: 557px;
    justify-content: center;
    position: relative;
}
.content_imigrant_curve .mobile_graph .fases{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 48px;
}

.content_imigrant_curve .graph{
    display: none;
}
.content_imigrant_curve .arrow{
    width: 458px;
    height: 160px;
    transform: rotate(90deg);
    top: 37%;
        right: -5%;
}
.content_imigrant_curve .mobile_graph h1{
    width: 35%;
    font-size: 20px;
}
.content_imigrant_curve .body{
    flex-direction: column;
}
.content_imigrant_curve .body .card{
    width: 345px;
    height: 416px;
}
.content_imigrant_curve .graph .fases{
display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: space-around;
        width: 100%;
}
.content_imigrant_curve .graph .fases .fase{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.content_imigrant_curve .graph .fases .fase{
justify-content: flex-end;
}
.fase.honeymoon .text_box, .fase.adaptation .text_box{
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 90%;
}
.fase.identity_crisis .text_box, .fase.domination .text_box{
    padding-bottom: 0;
    display: flex;
        width: 100%;
        justify-content: flex-end;
        position: relative;
        top: 90%;
}
.linha_pontilhada.adaptation{
    position: absolute;
    top: 85%;
}
/* 2025 career */
.body_2025_career{
    flex-direction: row;
}

.content_foot_2025_carrer img{
    width: 96px;
    height: 96px;
}
.content_foot_2025_carrer h2{
    font-size: 32px;
}
.content_foot_2025_carrer p{
    font-size: 16px;
}

.content_specialize .title h1{
    flex-direction: column;
}
.content_specialize .title img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 66%;
}
.content_specialize .title span{
    padding: 8px;
}
.content_specialize .topics{
    height: unset;
}
.container_reembolso{
    margin-bottom: 120px;
}
.image_card_change_career .text_bubble.one{
        top: 54%;
        right: -43%;
}
.image_card_change_career .text_bubble.two{
    top: 43%;
    right: -44%;
}
.image_card_change_career .text_bubble.three{
    left: -30%;
    bottom: 45%;
}
.image_card_change_career .text_bubble.four{
    width: 200px;
    height: 200px;
    left: 67%;
    bottom: 12%;
}
}
