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

    html {
        zoom: 0.9;
        overflow: hidden;
    }

    body {
        width: 100%;
        /* overflow-y: scroll; */
    }

    /* Navbar adjustments */
    nav {
        position: fixed !important;
        bottom: 0px !important;
        width: 100%;
        height: 60px;
        z-index: 1000;
        background-color: #501E6E;
    }

    nav .icon {
        display: inherit;
    }

    .navbar-brand {
        width: 100%;
        top: -4px;
        left: 40%;
        position: relative;
        transform: translateX(-50%);
    }

    .navbar-brand img {
        margin-top: -14px !important;
        height: 70px;
        /* Adjust the logo size for mobile */
    }

    /* Bottom fixed menu adjustments */
    .menu-psol {
        position: fixed !important;
        width: 100% !important;
        left: 0px;
        bottom: 0;
        background-color: #501E6E;
    }

    .item img {

        padding: 0px 2\0px !important;
        height: 28px !important;
        color: #fff;
    }

    .menu-psol .item img {
        width: auto !important;
        display: inherit !important;
    }

    .menu-psol span {
        display: none !important;
    }

    /* Header / Jumbotron adjustments */
    header {
        height: 100vh !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    header h1 {
        text-align: center;
        position: relative padding: 0px 10px;
        font-size: 4.3em !important;
        line-height: 0.8em !important;
        margin-top: -64px;
        /* Space below fixed nav */
        text-indent: 0px !important;
        letter-spacing: -4px !important;

    }

    header .btn {
        width: 100%;
        position: relative;
        top: 420px !important;
        left: 1%;
        padding: 10px 4px !important;
        z-index: 1 !important;
    }

    header a {
        font-size: 1em !important;

    }

    header h2 {
        margin-top: -4px !important;
        text-align: center !important;
        font-size: 1.6em !important;
        line-height: 1em;

    }

    /* Video and Content Adjustments */

    .jaque {
        background: url(../images/jaque.webp) !important;
        text-align: center !important;
        background-size: 180% !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        z-index: 0 !important;
        position: relative !important;
        bottom: 200px !important;

    }

    .prefeita {
        display: none;
        position: relative;
        top: 320px !important;
        left: 40px !important;
        text-align: center !important;
        width: 80% !important;
    }

    .bg-amarelo,
    .bg-laranja,
    .bg-laranja-escuro,
    .bg-roxo {
        background-size: cover !important;
    }

    #minha-historia {
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0px auto !important;

    }

    #minha-historia .texto {
        position: relative;
        top: 280px;
        left: -15px;
        z-index: 1;
        background: url(../images/fundo-amarelo.webp);
        box-shadow: 12px 12px 0 #501E6E;
    }

    #minha-historia video {
        width: 116%;
        position: relative;
        top: -580px;
        left: -30px;
        z-index: 0;
    }

    #propostas {
        overflow-y: scroll;
        overflow-x: scroll;

    }

    #propostas img {
        min-height: 70vh;
    }
    #propostas .item {
        margin-bottom: 80px;
    }
    #propostas h5 {
        top:400px;
        font-size: 1.6em;
    }
    #propostas p {
        top:460px;
        text-align: center;
        font-size: 1em !important;
        padding-bottom: 10px;
    }
    #propostas .card-body {
        height: 0px;
        margin: 0px;
        padding-top: 0px;
        
    }
    #propostas button {
        margin-top: -8px;
        padding: 10px 0px;
        font-size: 1.4em !important;
    }
    #propostas button a {
        margin-top: 10px;;
    }

/* pagina plano de governo */
    .fixed-menu {
        z-index: -999;
    }


}

@media only screen and (max-width: 670px) {
    
    .jaque {
        bottom: 130px !important;
        background-size: 100% !important;
        
    }
    .prefeita {
        display: none;
        width: 60% !important;
        margin-left: 20px !important;
    }
    header .btn {
    }
}