@media screen and (max-width: 1075px) {
    #linksuteis {
        margin: 50px 1% 50px 2%;
        width: 98%;
    }
}

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

    #wrap-topo {
        background: #102619;
        height: 170px;
    }

    #div-logo-topo {
        margin-left: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }

    #div-menu-topo {
        width: 100%;
        height: 0px;
        float: none;
        margin-top: -20px;
        display: block;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }

    #idocumentos {
        width: 100%;
        float: left;
        padding: 3% 0% 5% 0%;
    }

    #condominio {
        width: 100%;
        float: left;
        padding: 0% 0% 10% 0%;
    }

    #condominio h1 {
        width: 100%;
        margin: 0 auto;
        font-size: 1.35rem;
        color: #d3b174;
        text-align: center;
        padding-bottom: 3%;
    }

    #idocumentos h1 {
        width: 100%;
        margin: 0 auto;
        font-size: 1.35rem;
        color: #d3b174;
        text-align: center;
        padding-bottom: 3%;
    }

    .current {
        display: block;
    }

    .nav {
        position: relative;
        min-height: 30px;
    }

    .nav ul {
        width: 180px;
        padding: 5px 0;
        position: relative;
        top: 25px;
        left: 0;
        border: solid 1px #aaa;
        background: #fff url(../img/icon-menu.png) no-repeat 10px 11px;
        border-radius: 5px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    }

    .nav li {
        display: none;
        /* hide all <li> items */
        margin: 0;
    }

    .nav .current {
        display: block;
        /* show only current <li> item */
    }

    .nav .current a {
        color: #666;
    }

    .nav a {
        display: block;
        padding: 0px 5px 0px 32px;
        text-align: left;
        line-height: 25px;
        color: #666;
    }

    li.current {
        display: block;
        padding: 0px 5px 0px 32px;
        text-align: left;
        line-height: 100%;
        color: #333;
        font-weight: bold;
    }

    /* on nav hover
    .nav ul:hover {background-image: none;} */
    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }

    .nav .current a:hover,
    .nav a:hover {
        background: url('../img/icon-check.png') no-repeat 10px 7px;
        color: #666;
    }

    /* right nav */
    .nav.right ul {
        left: auto;
        right: 0;
    }

    /* center nav */
    .nav.center ul {
        left: 50%;
        margin-left: -90px;
    }

    .utilitario .textodetalhes {
        min-height: 50px;
    }

    .utilitario h1 {
        font-size: 0.9em;
    }


    #inewsletter {
        width: 45%;
        margin-right: 5%;
    }

    #wrap-rodape {
        width: 100%;
        min-height: 430px;
    }

    #form-rodape {
        display: none;
    }

    #selo-rodape {
        width: auto !important;
    }

    #redes-sociais-rodape {
        margin-top: 65px;
        clear: none;
        margin-left: 10%;
    }

    #wrap-rodape #rodape h4 {
        font-size: 2em;
        padding: 30px 0 25px 0;
    }

    #under-rodape-content {
        margin: 10px 10% 0 10%;
    }

    #linksuteis h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
        margin-right: 20%;
    }

    #inews .veja_mais {
        font-size: 0.9em;
        width: 15%;
    }

}

@media screen and (max-width: 792px) {}

@media screen and (max-width: 700px) {
    .utilitario {
        width: 32%;
        text-align: center;
        float: right;
        margin-right: 12%;
    }

    #icalendario {
        width: 95%;
        margin-left: -2px;
    }

    #box-news {
        width: 100%;
        margin-top: -30px;
        margin-left: -10px;
    }

    #inews a {
        margin-left: 25%;
        margin-right: 25%;
    }

    #selo-rodape {
        width: 100% !important;
        margin-top: 15px !important;
    }

    #wrap-rodape #rodape #chat-rodape {
        width: 85%;
        margin-bottom: 20px;
    }

    #redes-sociais-rodape {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        text-align: center;
    }

    #contato {
        width: 75%;
        min-height: 600px;
        position: static;
    }

    #mapa {
        width: 100%;
        min-height: 220px;
        display: block;
        position: static;
        margin-top: 50px !important;
    }

    #contato-fundo {
        min-height: 885px;
    }


    /* Adicionado em 16/01/2017 para dar uma melhor ajustada no layout */

    #wrap-rodape {
        float: left;
    }


}


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

    .galeria-fotos {
        float: none;
    }

    .galeria-videos {
        float: none;
    }

    .box-conteudo {
        text-align: center;
    }

    #under-rodape-content p {
        text-align: center;
        color: #d3b174;
        font-size: 9px;
        padding: 1rem;
    }

    #under-rodape-content {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #icalendario {
        width: 100%;
        margin-left: 0px;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding: 20% 0% 25% 0%;
    }

    .utilitario .textodetalhes {
        min-height: auto;
    }

    .utilitario h1 {
        font-size: 1.5rem;
        margin-bottom: 6px;
    }

    .utilitario {
        width: 100%;
        text-align: center;
        float: none;
        margin-right: 0%;
        display: inline-block;
    }

    #linksuteis img {
        width: 78px;
    }

    #linksuteis {
        margin: 0 auto;
        width: 100%;
        display: block;
    }

    #rodape h2 {
        padding-bottom: 5%;
        font-size: 1.35rem;
        color: #d3b174;
    }

    #wrap-rodape #rodape #endereco-rodape {
        padding: 7% 0%;
        text-align: center;
        width: 100%;
    }

    #wrap-rodape #rodape {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 2% 0%;
    }

    #full-slider-wrapper {
        padding-top: 45px;
    }

    #wrap-topo {
        height: 150px;
        clear: both;
        width: 100%;
        display: block;
        position: absolute;
    }

    #div-logo-topo {
        text-align: center;
        width: 100%;
        margin-left: 0;
        float: none;
        margin: 0 auto;
        display: flow-root;
    }

    #div-logo-topo img {
        width: 55%;
    }

    #linksuteis {
        margin-top: 20px;
    }

    #inews .veja_mais {
        font-size: 0.8em;
        width: 38%;
        margin-top: 10px;
        height: 16px;
    }

    #contato-fundo {
        width: 100%;
    }

    #contato {
        border: none;
        width: 80%;
    }
}

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

    #selo-rodape img {
        width: 130px;
    }

    #areadocliente {
        margin: 0 auto;
        width: 100%;
        clear: both;
        padding: 12% 0% 12% 0%;
    }
}

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

    #condominio h1 {
        width: 100%;
        margin: 0 auto;
        font-size: 1.2em;
        color: #2d343e;
        text-align: center;
        padding-bottom: 3%;
    }

    #idocumentos h1 {
        width: 100%;
        margin: 0 auto;
        font-size: 1.2em;
        color: #2d343e;
        text-align: center;
        padding-bottom: 3%;
    }

    .utilitario {
        width: 32%;
        text-align: center;
        float: left;
    }

    #div-logo-topo {
        text-align: center;
        width: 50%;
        margin-left: 0;
    }

    #wrap-conteudo #conteudo {
        width: 100%;
        min-height: 300px;
        float: left;
        margin-bottom: 53px;
    }
}