@media(min-width: 1024px) and (max-width:1370px){
    .container_header{
        grid-template-columns: 1fr 0.17fr;
    }
    .content_header{
        grid-template-columns: 1fr 2fr 0.5fr;
    }
    .change_career_mobile_navigation, .change_career_mobile_btn{
  display: none;
}
}
@media(min-width: 768px) and (max-width: 1024px){ /*IPAD*/
        body{
    padding-top: 0;
}
.divisoria_280px.adjust_ipad, .divisoria.adjust_ipad{
    display: none;
}
    .nav_header {
        display: none;
    }

    .log-in_header {
        display: none;
    }

    .container_header {
        display: flex;
        position: inherit;
        justify-content: space-between;
        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;
        margin-right: 64px;
    }

    .btn_header a {
        font-size: 13px;
    }
    .blog_button{
        width: unset;
        height: unset;
    }
.mobile_icon_header {
            display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        margin-right: 8px;
  position: fixed;
  top: 12px;
  right: 0px;
  z-index: 1000;
  transition: all 0.3s ease;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
}
.mobile_icon_header.scrolled {
  top: 60px;
}
.mobile_menu_overlay{
    max-width: unset;
}
.mobile_menu_content{
    width: 100vw;
}
}

/* Mobile */
@media(max-width: 767px) {
    * {
        box-sizing: border-box;
    }

    .html,
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    body {
        padding-top: 0;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: flex;
    }

    /* Cabeçalho */
    .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{
        flex-direction: column;
        width: 100vw;
        height: 645px;
        background: unset;
    }
    .content_banner_inicial .info{
        width: unset;
    }
    .content_banner_inicial .info h1{
        font-size: 48px;
        line-height: 48px;
    }
    .content_banner_inicial img{
        width: 332px;
        height: 339px;
    }
    .content_banner_inicial .ebooks{
        z-index: -1;
    }
    .content_banner_inicial .ebook_remendo{
        width: 200px;
        bottom: 14%;
        height: 306px;
    }
    /* Registration box */
    .contact-form{
        width: 100vw;
    }
    .lead_info{
        flex-direction: column;
    }
    /* My ebook */
    .content_my_ebook{
        flex-direction: column;
    }
    .content_my_ebook .find{
        max-width: 100vw;
        margin: 0 24px;
    }
    .content_my_ebook .find .cards{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .content_my_ebook .find .card{
        width: 218px;
    }
    .content_my_ebook .find .card.bege.one{
        align-self: flex-end;
        transform: unset;
        transform: rotate(5.689deg);
        background: #FFD078;
    }
    .content_my_ebook .find .card.yellow{
        background: var(--Background-main-yellow, #FDE3AF);
        transform: unset;
        transform: rotate(-3.387deg);

    }
    .content_my_ebook .find .card.black.two{
        align-self: flex-end;
    }
    .card.bege.two{
        align-self: center;
    }
    .content_my_ebook .for_you{
        width: 100%;
    }
    .content_my_ebook h1{
        font-size: 32px;
        line-height: 32px;
        margin: 0 24px;
    }
    .content_my_ebook .for_you .cards{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Receive */
    .content_my_ebook{
        margin: 0 24px;
    }
    .content_my_ebook h2{
        color: #fff;
        font-size: 20px;
        line-height: 24px;
    }
    .content_my_ebook span{
        color: var(--text-white-primary-100, #FFF);
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: var(--font-default, "Suisse Intl");
        font-size: var(--size-header-40, 40px);
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: -0.8px;
        width: 250px;
    }
    .content_my_ebook .receive{
        display: flex;
        padding: 32px 24px 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        border-radius: 8px;
        background: var(--background-black-90, #1A1A1A);
        width: 100%;
    }
    .content_my_ebook .receive .cta{
        display: flex;
        width: 280px;
        padding: var(--16, 16px) var(--32, 32px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: var(--12, 12px);
        border-bottom: 2px solid var(--color-palette-yellow-dark);
        background: var(--color-palette-yellow-normal);
        
    }
    .content_my_ebook .receive .cta a{
        color: #000;
    }
    .content_my_ebook .receive .text.mobile{
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    /* Tripleten */
    .container_tripleten{
        margin-top: 80px;
    }
    .content_tripleten{
        width: 100vw;
        margin: 0 8px;
        padding: 101px 16px 56px 16px;
    }
    .content_tripleten .title{
        max-width: 100%;
    }
    .content_tripleten .title h1{
        display: flex;
        flex-direction: column;
        font-size: 32px;
        line-height: 32px;
    }
    .content_tripleten .subtitle{
        width: 100%;
    }
    .content_tripleten .badges.mobile{
        width: 100vw;
        height: auto;
        top: -12%;
    }

    /* Tools */
    .content_tool{
        width: unset;
        display: flex;
        padding: 32px 24px 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-12);
        border-radius: 8px;
        background: var(--color-palette-yellow-normal);
        margin: 0 32px;
    }
    .content_tool h1{
        display: flex;
        flex-direction: column;
        font-size: 20px;
        line-height: 24px;
        gap: 12px;
    }
    .content_tool span{
        color: #000;
        font-size: 40px;
        line-height: 42px;
    }


    /* 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;
    }

    @media(max-height: 668px){
        .mobile_sponsors{
            top: 24%;
        }
    }
}
/* Iphone XR */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 896px) 
  and (-webkit-device-pixel-ratio: 2) {
      .mobile_sponsors.one {
        left: 5%;
    }
        .mobile_sponsors.two {
        left: 27%;
    }
    .mobile_sponsors.three {
        left: 50%;
    }
    .mobile_sponsors.four {
        right: 3%;
    }
        .topic.mobile span {
        position: absolute;
        top: 20.5%;
        left: 39%;
    }
}
/* iPhone SE (2ª e 3ª geração) */
@media only screen 
  and (max-device-width: 375px) 
    {
      .mobile_sponsors.four {
        right: 1%;
    }
        .mobile_sponsors.three {
        left: 47%;
    }
}
/* iPhone 12 Pro */
@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 844px) 
  and (-webkit-device-pixel-ratio: 3) {
    .mobile_sponsors.three {
        left: 47%;
    }
    .mobile_sponsors.four {
        right: 2%;
    }
        .topic.mobile span {
        position: absolute;
        top: 20%;
        left: 42%;
    }
}
/* Iphone 14 pro max */
@media only screen 
  and (min-device-width: 430px) 
  and (max-device-width: 932px) 
  and (-webkit-device-pixel-ratio: 3) {
    .mobile_sponsors.one{
        left: 6%;
    }
    .mobile_sponsors.two{
        left: 27%;
    }
  .mobile_sponsors.three{
    left: 49%;
  }
  .mobile_sponsors.four{
    right: 4%;
  }
    .topic.mobile span {
        position: absolute;
        top: 20%;
        left: 38%;
    }
}