@media(max-width: 360px){
    /* INDEX */
    /* 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{
        position: inherit;
        display: flex;
    }
    .content_header{
        display: flex;
        justify-content: center;
        gap: 8px;
        max-width: 360px;
    }
    .logo_header{
        padding-left: 0;
    }
.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;
}
    .mobile_icon_header img{
        width: 24px;
        height: 24px;
    }
    .registration_header{
        gap: 8px;
    }
    .btn_header{
        padding: 0 12px;
    }
    .btn_header a{
        font-size: 13px;
    }

    /* PAYMENT */
    .content_payments{
        position: relative;
        max-width: 360px;
        gap: 32px;
    }
    .content_payments h1{
        flex-direction: column;
        text-align: center;
        margin-top: 80px;
        line-height: 56px;
        font-size: 56px;
    }
    .content_payments p{
        font-size: 16px;
        line-height: 21px;
        width: 75%;
        text-align: left;
    }
    .content_payments h2{
        color: #1a1a1a;
    font-size: 20px;
    font-family: 'YSText', Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0 16px;
    }
    .content_payments span{
        position: absolute;
        top: 0;
        left: 37%;
    }
    .payment_method{
        flex-direction: column;
        width: 100%;
        gap: 64px;
    }
    .payment_method .vista, .payment_method .parcelado{
        display: grid;
    grid-template-columns: 2fr 1fr;
    width: unset;
    margin: 0 16px;
    }
    .payment_method .vista, .payment_method .parcelado h2{
        font-size: 20px;
        line-height: 23px;
        text-align: left;
        grid-column: 1;
        grid-row: 1;
    }
    .vista h2, .parcelado h2{
        width: 100%;
        font-size: 20px;
        line-height: 23px;
    }
    .vista img, .parcelado img{
        grid-column: 2;
        grid-row: 1;
        align-self: flex-end;
        justify-self: flex-end;
    }
    .payment_method .vista, .payment_method .parcelado p{
        font-size: 16px;
        line-height: 21px;

    }
    /* VISTA PAYMENT */
    .content_vista_payment{
        max-width: 360px;
        gap: 48px;
        margin: 0 16px;
    }
    
    .head_vista_payment{
        flex-direction: row-reverse;
    }
    .head_vista_payment img {
    position: absolute;
    width: 90px;
    height: 26px;
    top: 57%;
    left: 11%;
}
    .head_vista_payment h1{
        font-size: 32px;
        line-height: 32px;
    }
    .text_vista_payment{
        width: 100%;
        padding: 0;
    }
    .text_vista_payment p{
        font-size: 16px;
        line-height: 21px;
    }
    .container_registration{
        height: unset;
    }
    .timeline_1, .timeline_2, .timeline_3{
        position: absolute;
    }
    .timeline_1{
        top: 16%;
    left: 19%;
    width: 70%;
    }
    .timeline_2{
        top: 39%;
    left: 19%;
    }
    .timeline_3{
    top: 78%;
    left: 18%;
    }
    .timeline_desktop{
        display: none;
    }
    .timeline_mobile{
        display: flex;
        width: 246px;
        height: 203px;
    }
    .timeline_mobile.parcelado{
        width: 38px;
        height: 251px;
    }
    .timeline_vista_payment p{
        font-size: 12px;
        line-height: 14px;
    }
    .timeline_vista_payment h1{
        font-size: 16px;
        line-height: 18px;
    }
    .timeline_1_parcelado {
    position: absolute;
    top: 22%;
    left: 16%;
}
.timeline_2_parcelado {
    position: absolute;
    top: 36%;
    left: 16%;
}
.timeline_3_parcelado {
    position: absolute;
    top: 67%;
    left: 16%;
}
    .timeline_4_parcelado {
        position: absolute;
        top: 83%;
        left: 16.5%;
    }
    /* Registration Box */
    .inputs_body_registration_box{
        flex-direction: column;
        margin-top: 16px;
    }
    .inputs_body_registration_box input{
        width: 100%;
    }
    .tel_inputs{
        max-width: 100%;
    }
    .name_email_inputs{
        width: 100%;
    }
    .registration_box{
        padding: 24px 16px;
        max-width: 360px;
        margin: 56px 8px;
        border-radius: 12px;
    }
    .head_registration_box h2{
        font-size: 30px;
        line-height: 30px;
        text-align: left;
    }
    .button_job_or_refund{
        align-self: flex-start;
    }
    /* Parcelamento */
    .container_parcelamento{
        position: relative;
    }
    .head_parcelamento{
        width: 360px;
    }
    .head_parcelamento h1{
        font-size: 32px;
        line-height: 32px;
        margin: 0 16px;
        width: 100%;
    }

    /* Job or Refund */
    .content_job_or_refund{
        flex-direction: column;
        width: 360px;
        gap: 48px;
    }
    .content_job_or_refund .left{
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 16px;
    }
    .content_job_or_refund .left h1{
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        width: unset;
    }
    .content_job_or_refund .right{
        margin: 0 16px;
    }

    /* 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;
}
.lower_footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 350px;
    gap: 32px;
}
}