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

    header h1 {
        font-size: 6em !important;
        line-height: 1.1em !important;
    }

    header h2 {
        font-size: 3em !important;
    }

    .prefeita {
        width: 400px;
    }

    .jaque-michael {
        background-size: 100% !important;
        background-position: center !important;
    }

    .navbar-brand img {
        height: 80px !important;
    }

    .menu-psol .item {
        font-size: 1.5em !important;
        padding: 20px 15px !important;
    }

    .container {
        max-width: 1600px !important;
    }

    #propostas h5 {
        font-size: 1.6em !important;
        padding: 6px 15px !important;
    }

    #propostas p {
        font-size: 1.1em !important;
        padding: 6px 15px !important;
    }

    #propostas a {
        font-size: 1.4em !important;
        padding: 12px !important;
    }
}


.desktop-menu {
    display: inherit;
}
.mobile-menu {
    display: none;
}