


@media only screen and (min-width: 1025px)
{

    .header-nav-hamburger-menu-button {
        display: none !important;
    }

}

@media only screen and (max-width: 1024px)
{

    .header-nav-menu {
        display: none !important;
    }



}

@media screen and (max-width: 1315px) {
    :root {
        --header-margin: 4%;
        --container-margin: 4%;
    }
}


@media screen and (max-width: 1450px) {
    :root {
        --landing-home-section-title-font-size: 72px;

        --header-menu-gap: 16px;
    }
}

@media screen and (max-width: 1095px) {
    :root {
        --landing-home-section-title-font-size: 54px;
        --landing-home-section-title-line-height: 64px;
        /* header mobile a partir de 1095px*/
    }
}

@media screen and (max-width: 510px) {
    :root {
        --landing-home-section-title-font-size: 45px;
        --landing-home-section-title-line-height: 54px;
        /* header mobile a partir de 1095px*/
    }
}
