@media(max-width:1370px) {
    .container_header {
        grid-template-columns: 1fr 0.17fr;
    }

    .content_header {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

@media(max-width: 1024px) {
    .divisoria_120px {
        height: 72px;
    }

    .divisoria_120px.adjust {
        margin-bottom: 48px;
    }

    .mobile_nobreak {
        display: none;
    }

    /* Cabeçalho */
    * {
        box-sizing: border-box;
    }

    .html,
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    body {
        padding-top: 0;
    }

    .nav_header {
        display: none;
    }

    .log-in_header {
        display: none;
    }

    .container_header {
        display: flex;
        position: inherit;
        justify-content: flex-start;
        gap: 4px;
    }

    .content_header {
        display: flex;
        justify-content: center;
        gap: 8px;
        max-width: 360px;
    }

    .logo_header {
        padding-left: 16px;
    }

    .mobile_icon_header img {
        width: 24px;
        height: 24px;
    }

    .registration_header {
        gap: 8px;
    }

    .btn_header {
        padding: 0 12px;
    }

    .btn_header a {
        font-size: 13px;
    }

    .mobile_icon_header {
        display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        margin-right: 8px;
        position: fixed;
        top: 12px;
        right: 2px;
        z-index: 1000;
        transition: all 0.3s ease;
        background: transparent;
        padding: 10px;
        border-radius: 5px;
    }

    .mobile_icon_header.scrolled {
        top: 60px;
    }

    .background_header {
        bottom: 92%;
    }

    /* Learn evolve */
    .content_learn_evolve {
        display: flex;
        flex-direction: column;
    }

    .content_learn_evolve .text {
        gap: 24px;
        padding: 0 36px 0 36px;
    }

    .content_learn_evolve .text h1 {
        font-size: 48px;
        line-height: 48px;
        text-align: center;
    }

    .content_learn_evolve .text p {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .content_learn_evolve .image {
        width: 328px;
        flex: unset;
        height: 237px;
        align-self: center;
        background: url('../Imagens/learn_evolve/main_image.jpg')lightgray 50% / cover no-repeat;
    }

    /* Not Alone */
    .content_not_alone h1 {
        width: 314px;
        font-size: 32px;
        line-height: 32px;
    }

    .content_not_alone .blush {
        display: none;
    }

    .meet_icon {
        width: 52.946px;
        height: 43.701px;
    }

    .disc_icon {
        width: 47.343px;
        height: 47.343px;
    }

    .content_not_alone p {
        width: 262px;
        font-size: 18px;
        line-height: 22px;
    }

    /* Our professionals */
    .content_our_professionals {
        width: 100vw;
        height: unset;
        margin-top: unset;
    }

    .cards_our_professionals {
        display: flex;
        flex-direction: column;
        padding: 0 13px 0 19px;
        bottom: 41px;
    }

    .content_our_professionals .card h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .cards_our_professionals .card .tutor_image {
        width: 300px;
        height: 218px;
        aspect-ratio: 164/109;
    }

    .cards_our_professionals .card.four .main_image {
        width: 300px;
        height: 224.314px;
        aspect-ratio: 328.00/224.31;
    }

    /* Career Help */
    .title_career_help {
        width: unset;
        height: unset;
        top: 2%;
    }

    .content_career_help,
    .content_career_help .top {
        width: 328px;
        padding: 16px 16px 0 16px;
    }

    .content_career_help .top h2 {
        width: unset;
        align-self: stretch;
        color: var(--color-palette-black-90);
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Sans/Header 32/Default */
        font-family: var(--font-default, "Suisse Intl");
        font-size: var(--size-header-32, 32px);
        font-style: normal;
        font-weight: 500;
        line-height: var(--line-height-header-32, 32px);
        /* 100% */
        letter-spacing: -0.64px;
    }

    .content_career_help .top p {
        width: 256px;
        color: var(--color-palette-black-100);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Sans/Body 18/Medium UI */
        font-family: var(--font-default, "Suisse Intl");
        font-size: var(--size-body-18, 18px);
        font-style: normal;
        font-weight: 500;
        line-height: var(--line-height-body-18-ui, 22px);
        /* 122.222% */
    }

    .content_career_help .top img {
        width: 328px;
        height: 155px;
        aspect-ratio: 328/155;
    }

    .content_career_help .cards {
        display: flex;
        flex-direction: column;
    }

    .content_career_help .cards .card {
        display: flex;
        padding: 24px 24px 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: unset;
    }

    .content_career_help .cards .card h3 {
        width: 280px;
    }

    /* Learn With tech */
    .content_learn_with_tech h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .content_learn_with_tech p {
        width: 279px;
        font-size: 20px;
        line-height: 24px;
    }

    .content_learn_with_tech .blush,
    .content_learn_with_tech .blush.green {
        display: none;
    }

    /* Time Academico */
    .container_time_academico {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .content_time_academico {
        width: 329px;
        align-items: flex-start;
        padding: 24px 0 var(--24, 24px) 0;
        border-radius: var(--12, 12px);
        background: var(--color-palette-white-100);
    }

    .head_time_academico {
        display: flex;
        width: 328px;
        padding: 0 var(--24, 24px);
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-8);
    }

    .head_time_academico .text_balloon {
        position: absolute;
        left: -3%;
        top: -44%;
    }

    .head_time_academico h1 {
        width: 280px;
        font-size: 40px;
        line-height: 40px;
    }

    .head_time_academico p {
        font-size: 18px;
        line-height: 22px;
    }

    .cards_time_academico {
        width: 74vw;
        justify-content: flex-start;
        padding-left: 24px;
    }

    .arrows_time_academico {
        align-self: flex-end;
        padding-right: 40px;
        position: inherit;
    }

    /* Carrer help mentores */
    .title_career_help.mentores,
    .title_career_help.gerentes,
    .title_career_help.revisores {
        width: unset;
        height: unset;
        top: 5%;
    }

    .title_career_help.mentores {
        top: 2%;
    }

    /* Support */
    .content_support {
        width: 100vw;
        margin: 0 16px;
        padding: 24px;
    }

    .content_support .text_balloon {
        display: none;
    }

    .content_support .mobile_text_balloon {
        display: flex;
        position: absolute;
        top: -5%;
        left: 44%;
    }

    .content_support .title,
    .content_support .subtitle {
        width: unset;
    }

    .content_support .cards {
        flex-direction: column;
    }

    .content_support .cards .card {
        width: 100%;
    }

    /* Career info */
    .content_career_info {
        flex-direction: column;
        width: 328px;
    }

    .content_career_info .cards {
        flex-direction: column;
    }

    .content_career_info .cards .card {
        height: unset;
    }

    /* Career Team */
    .content_career_team {
        width: 328px;
    }

    .content_career_team .title {
        font-size: 40px;
        line-height: 40px;
    }

    .content_career_team .subtitle {
        font-size: 18px;
        line-height: 22px;
        width: unset;
    }

    .content_career_team .cards {
        justify-content: flex-start;
        overflow-x: hidden;
    }

    .arrows_career_team {
        display: flex;
        align-items: center;
        gap: var(--16, 16px);
        align-self: flex-end;
    }

    /* Achieve */
    .content_achieve {
        width: 100vw;
    }

    .blush_achieve {
        display: none;
    }

    .mobile_blush_achieve {
        display: flex;
        position: absolute;
        opacity: 0.35;
        background: linear-gradient(to bottom right, var(--color-palette-green-normal) 6%, rgba(255, 255, 255, 0.00) 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, var(--color-palette-green-normal) 6%, rgba(255, 255, 255, 0.00) 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, var(--color-palette-green-normal) 6%, rgba(255, 255, 255, 0.00) 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, var(--color-palette-green-normal) 6%, rgba(255, 255, 255, 0.00) 50%) top right / 50% 50% no-repeat;
        width: 100vw;
        height: 92%;
        transform: rotate(-90deg);
        overflow: hidden;
        bottom: 15%;
        z-index: -1;
    }

    .content_achieve h1 {
        font-size: 32px;
        line-height: 32px;
        width: 360px;
        height: 95px;
        flex-shrink: 0;
    }

    .content_achieve .cards {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
    }

    .content_achieve .cards .card.two {
        align-self: flex-start;
    }

    /*  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;
        margin: 0 16px 48px 16px;
    }

    .sponsors_payment_mode {
        justify-content: flex-start;
        gap: 24px;
    }

    .content_footer {
        max-width: 100vw;
        min-width: unset;
        align-items: flex-start;
        margin: 0 16px;
    }

    .registration_box_footnote input {
        width: 328px;
    }

    .btn_registration_footnote {
        width: 328px;
    }

    .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;
    }

    .why_triple_ten_footer_body a:hover,
    .courses_footer a:hover {
        text-decoration: underline;
    }

    .lower_footer {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        max-width: 350px;
        gap: 32px;
    }

    .right_lower_footer {
        margin-left: 0;
    }

    .left_lower_footer {
        flex-direction: column;
    }
}