@charset "utf-8";

@media (max-width: 1080px) {
    * {overflow: hidden;}
}

@media (max-width: 1080px) {
    body {
        height: 100vh !important;
        overflow: hidden !important;
    }
}

@media (max-width: 1080px) {
    nav#menu {
        position: relative !important;
        justify-content: space-between !important;
    }
}

@media (max-width: 1080px) {
    nav#menu span {
        text-transform: uppercase !important;
    }
}

@media (max-width: 1080px) {
    header {
        position: relative !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column !important;
        margin-top: 50px !important;
        width: 100vw !important;
        height: 100% !important;
    }
}

@media (max-width: 1080px) {
    header section {
        margin: 0 !important;
        padding-left: 30px !important;
    }
}

@media (max-width: 1080px) {
    header .menu {
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 1080px) {
    header .menu h2 {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .ilustracao {
        position: absolute !important;
        bottom: 0 !important;
        width: 200px !important;
    }
}

@media (max-width: 1080px) {
    #rodape { display: none !important; }
}