@media(max-width: 360px){

.desktop_logos{
    display: none;
}
.mobile_logos{
    display: flex;
    width: 328px;
    height: 107px;
}
.gap_80px{
    height: 48px;
}
/* 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;
}
/* Banner inicial */
.content_banner_inicial .title{
    display: flex;
    justify-content: center;
}
.content_banner_inicial .title h1{
    font-size: 32px;
    line-height: 32px;
    width: 50%;
}
.content_banner_inicial .text p{
    font-size: 20px;
    line-height: 24px;
    width: 66%;
}
/* Best Bootcamp */
.content_best_bootcamp{
    max-width: 360px;
    margin: 0 16px;
}
.companys img{
    width: 328px;
    height: 99px;
}
.content_best_bootcamp .bootcamp_topics{
    flex-direction: column;
    gap: 24px;
}
.content_best_bootcamp .refund{
    display: flex;
    flex-direction: column;
    gap: 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;
    }
        .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;
    }
}