@media(max-width:1370px){
    .container_header{
        grid-template-columns: 1fr 0.17fr;
    }
    .content_header{
        grid-template-columns: 1fr 2fr 1fr;
    }
    .side_fixed_banner .content{
        max-width: 180px;
        right: 24px;
    }
    .side_fixed_banner img{
        width: 180px;
        height: 180px;
    }
    .side_fixed_banner .submition_side{
        padding: 8px 12px;
    }
    .side_fixed_banner .cta{
        padding: 8px 6px;
    }
    .side_fixed_banner h2{
        font-size: 14px;
    }
    .side_fixed_banner h1{
        font-size: 18px;
    }
    .side_fixed_banner input{
        height: 40px;
    }
    .side_fixed_banner p{
        font: var(--font-sans-caption-12-regular)
    }
}

@media(max-width: 767px){
    /* 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;
    }
    .cards_blog{
        display: flex;
        flex-direction: column;
        max-width: 100vw;
        margin: 0 16px;
    }
    .pagination{
        max-width: 360px;
        gap: 8px;
        font-size: 24px;
    }

    .pagination .prev,
    .pagination .next,
    .pagination a,
    .pagination span,
    .pagination .dots {
        font-size: 24px;
    }
        /* 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;
    }

    /* Banners */
    .small_quiz_banner{
        position: relative;
        padding: 12px 8px;
        gap: 6px;
        height: unset;
    }
    .small_quiz_banner img{
        position: absolute;
        width: 166px;
        height: 57px;
        left: 56%;
        bottom: 51.3%;
        border-radius: 8px;
    }
    .small_quiz_banner h1{
        width: 54%;
        font-size: 16px;
    }
    .cta_small_quiz_banner{
        position: absolute;
        left: 60%;
        top: 55%;
    }


    .content_quiz_banner{
        max-height: unset;
        flex-direction: column-reverse;
        width: unset;
    }
    .content_quiz_banner .cta_side .text h1{
        font-size: 32px;
        line-height: 100%;
    }
    .content_quiz_banner .cta_side .text p{
        font-size: 18px;
    }
    .content_quiz_banner .image_side{
        justify-content: center;
    }
    .content_quiz_banner .image_side img{
        width: 343px;
        height: 247px;
    }
    .content_offer_banner{
        position: fixed;
    top: 92%;
    }
    .content_offer_banner .middle{
        display: none;
    }
    .content_offer_banner .offer_timer p{
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .side_fixed_banner .content{
        position: inherit;
    }
    .cta_offer a{
        text-align: center;
    }
    .single-post-container{
        gap: 24px;
    }
}