@media(max-width:1370px) {
    .container_header {
        grid-template-columns: 1fr 0.17fr;
    }

    .content_header {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

@media(max-width: 1024px) {

    /* Cabeçalho */
    * {
        box-sizing: border-box;
    }

    .html,
    body {
        overflow-x: hidden !important;
        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;
    }

    /* Solo Banner */
    .content_solo_banner .body {
        flex-direction: column;
        width: 100%;
        padding: unset;
    }

    .background_blush {
        max-width: 100vw;
    }

    .content_solo_banner h1 {
        font-size: 48px;
        line-height: 48px;
        width: 85%;
        text-align: center;
    }
    .content_solo_banner h2{
        text-align: center;
    }
    .content_solo_banner .head{
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .value_stamp{
        position: inherit;
    }
    img.fire_icon.one {
    top: 22%;
    left: 21.5%;
}
img.fire_icon.two{
    left: 58%;
    bottom: 25%;
}
    img.fire_icon.three, img.fire_icon.four, img.fire_icon.five{
        display: none
    }
    .content_solo_banner .info{
        align-items: center;
        gap: 24px;
        margin: 24px 32px;
    }
    .stamp_validade{
        position: inherit;
        top: unset;
        left: unset;
        align-self: center;
    }
}