﻿@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .logo-faixa-topo {
        text-align: center;
    }

    .logo {
        /*margin-top: -7px;
        width: 60%;
        left: 70px;*/
        left: -40px;
        margin-top: 0;
        position: relative;
        width: 100%;
    }

    footer {
        height: auto;
        /*bottom:130px;*/
    }

    .container.container-rodape {
        width: 100%;
    }

    .rodape-menu {
        height: auto;
        bottom: 0;
    }

    .rodape-bloco-agblog {
        margin-bottom: 60px;
    }

    .rodape-blocos {
        display: block;
        height: 196px;
    }

    .rodape-bloco {
        /*border: none;
        width: 200px;*/
        margin: 58px 0 0 3%;
        width: 30%;
    }

    .rodape-menu-links {
        /*text-align: center;
        float: none;*/
        float: left;
        margin: 21px auto 0;
        padding: 0 0 0 2%;
        width: 68%;
    }

    /*.rodape-menu-links > ul {
            list-style: none;
        }

            .rodape-menu-links > ul > li {
                border: none;
                padding: 5px 0;
            }*/

    .rodape-assinatura {
        /*text-align: center;
        margin: 0px 0 0 360px;
        margin-top: 50px;*/
        float: left;
        margin: 17px 0 0;
        width: 30%;
    }

    .rodape-bloco-titulo h1 {
        font-size: 26px;
        line-height: none;
    }

    .banner {
        min-height: 600px;
    }

        .banner .wrapper-search-form {
            margin-top: 180px;
            /*margin-left: 14px;*/
        }

    .wrapper-banner-rodape .banner-rodape {
        margin-top: 525px;
    }

    .banner .btn-options-menu {
        right: 92px;
    }

    .container-categorias {
        margin-left: 20%;
    }

    .wrap-filtros-home {
        width: 60%;
    }

    .principais-tags--title > h3 {
        font-size: 18px;
    }

    .wrap-tags {
        margin: 50px auto;
    }

    /*.wrap-sugestao-busca {
        width: 73%;
    }*/

    .wrap-sugestao-busca > ul {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

        .wrap-sugestao-busca > ul > li {
            float: none;
        }

    /* Busca Simples */

    #barraBusca {
        display: none;
    }

    @media screen and (max-width: 991px) {
        .wrap-filtros-home {
            width: 80%;
        }

        #logoSvg {
            margin: 30px auto 0;
            width: 140%;
        }
    }
}
