﻿@media screen and (max-width: 980px) {

    body {
        margin: 0;
        padding: 0;
        background: #f3f3f3;
    }

    .bannerHome {
        background: none;
        position: initial;
    }

    .container {
        width: 100%;
    }

    .topo {
        float: none;
        height: auto;
        padding-bottom: 20px;
    }

    .logo {
        margin: 0 auto;
        text-align: center;
        float: none;
        margin-top: 60px;
    }

    .empresa-bloco1 {
        margin: 0 auto;
        width: 77%;
        float: none;
    }

    .empresa-texto {
        margin: 0 auto;
        width: 100%;
        float: none;
    }

        .empresa-texto h1 {
            margin: 0 auto;
            width: 100%;
            text-align: center;
        }

    .fazemos1 {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }

    .fazemos-bloco1 {
        display: none;
    }

    .fazemos-bloco2 {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

        .fazemos-bloco2 h1 {
            line-height: 1;
        }

    .fazemos2 {
        width: 80%;
        margin: 0 auto;
        float: none;
        padding: 0px;
        text-align: center;
    }

    .diferencial-texto {
        margin: 0 auto;
        width: 100%;
        padding: 0px;
        float: left;
    }

        .diferencial-texto h1 {
            margin: 0 auto;
            font-size: 35px;
        }

        .diferencial-texto p {
            width: 80%;
            float: none;
            margin: 0 auto;
            text-align: justify;
            margin-top: 20px;
        }

    .diferencial-imagem {
        width: 100%;
        margin: 0 auto;
    }

    .diferencial-img img {
        width: 100%;
    }

    .info-contato {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 12px;
    }

    .contato-telefone, .contato-endereco, .contato-email {
        margin-bottom: 10px;
    }

    .info-formulario-bloco {
        margin: 0 auto;
        width: 90%;
        background: #ffcb09;
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .fomulario-bloco {
        float: none;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

        .fomulario-bloco div {
            width: 100%;
            margin: 0 auto;
        }

    div.input-nome input, div.input-empresa input, div.input-tel input, div.input-cel input, .input-menssagem textarea {
        /* width: 28%; */
        margin: 0 auto;
        float: none;
        width: 80%;
        margin-bottom: 10px;
    }

    .maps-bloco {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

        .maps-bloco iframe {
            width: 100%;
        }

    .logorodape {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }

    .banner img {
        width: 100%;
    }

    .opcoes-bloco {
        width: 100%;
    }

    .obras-concluidas, .obras-andamento {
        width: 100%;
        margin: 0 auto;
        border: none;
    }

    .parceria {
        margin: 0 auto;
        width: 100%;
        background: none;
    }

    .parceria-1, .parceria-2 {
        margin: 0 auto;
        width: 100%;
    }

    .obras {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0px;
        border: none;
        float: left;
    }

    .obra-bloco {
        margin: 0 auto;
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-right: 0px;
        border: none;
        height: auto;
    }

        .obra-bloco:nth-child(odd) {
            margin-right: 0px;
        }

    .fazemos-texto, .fazemos-texto:nth-child(3) p {
        width: 100%;
    }

    .obra-bloco img {
        margin: 0 auto;
        width: 90%;
        float: none;
    }

    .obra-texto {
        margin: 0 auto;
        width: 100%;
        margin-top: 20px;
    }

    .bannerAndamento {
        background: none;
        position: initial;
    }


    /*Menu Responsivo Começo*/
    section#menu {
        position: relative;
    }

    section#topo {
        float: left;
        height: auto;
        position: relative;
    }

    .topo-logo {
        box-shadow: none;
        float: none;
        padding: 0;
        position: relative;
        margin: 0 auto;
    }

    .logo img {
        margin: 0;
        width: 100%;
    }

    #change-icone {
        display: none;
    }

        #change-icone:checked ~ .icone:before, #change-icone:checked ~ .icone:after {
            top: 10px;
            margin-top: -10%;
        }

        #change-icone:checked ~ .icone:before {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #change-icone:checked ~ .icone:after {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #change-icone:checked ~ .icone span {
            opacity: 0;
        }

        #change-icone:checked ~ nav .menu {
            max-height: 225px;
            width: 100%;
        }

    #topo-baixo ul li {
        border-bottom: 1px #7b5e52 solid;
        border-radius: 0;
        float: none;
        margin-right: 0;
        color: #7b5e52;
        text-align: center;
    }

    #topo-baixo ul {
        float: none;
        text-align: center;
    }

    a.icone {
        position: absolute;
        top: 75px;
        right: 15px;
    }

    .icone {
        width: 30px;
        height: 26px;
        display: block;
        position: relative;
        background: none;
        margin: 0 0 10px;
    }

    .topo-menu {
        height: auto;
        margin: 0;
    }

    .topo-menu-div {
        margin: 0;
        width: 100%;
    }

    nav.menu {
        margin: 0 auto;
    }

    .menu {
        max-height: 0;
        height: auto;
        background: #ffcb08;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        overflow: hidden;
        font-family: sans-serif;
        font-weight: 400;
        font-size: 13px;
        width: 100%;
    }

    .topo-menu-div nav.menu ul li a {
        font-size: 1.077em;
        text-decoration: none;
        color: #fff;
        padding: 5px 10px;
        display: block;
        text-transform: uppercase;
        border-left: 5px solid #000;
    }

    .menu a:hover {
        border-left: 5px solid #f58220;
        color: #f58220;
        background: #222;
    }

    .topo-menu-div nav.menu ul li {
        border-top: 1px solid;
        float: left;
        margin: 0 28px 0 0;
        text-align: center;
        width: 100%;
    }

        .topo-menu-div nav.menu ul li:last-child {
            border: 0;
            border-top: 1px solid;
            border-radius: 0;
            padding: 0;
        }

    .icone {
        display: none;
    }
    /*.menu{max-height:100px}*/
    .icone {
        display: block;
    }
    /*.menu{max-height:0}*/
    .icone {
        width: 30px;
        height: 26px;
        display: block;
        position: relative;
        background: none;
        margin: 0 0 10px;
    }

        .icone:after, .icone:before, .icone span, .icone label {
            content: ' ';
            display: block;
            width: 100%;
            height: 4px;
            background: #ffcb08;
            left: 0;
            position: absolute;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .icone:before {
            top: 0;
        }

        .icone:after {
            bottom: 0;
        }

        .icone:focus {
            outline: none;
        }

        .icone label {
            width: 100%;
            height: 100%;
            background: none;
            cursor: pointer;
            z-index: 1000;
        }

        .icone span {
            top: 11px;
        }
    /* Customização do menu */
    .menu li {
        border-bottom: 1px solid #fff;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .bannerProjetos {
        background: none;
        position: initial;
    }

    .contato-email {
        width: 100%;
    }

    .empresa-texto p:nth-child(4) {
        margin-bottom: 40px;
    }

    .empresa-bloco2-div {
        width: 100%;
    }

    #menu {
        position: absolute;
    }

    .fazemos-texto p {
        width: 100%;
    }

    .imagem-icone {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .titulo-envio-contato, .email-de-confimacao {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .titulo-envio-contato span, .email-de-confimacao span {
            font-size: 18px;
            color: #333;
            font-family: serif;
        }
}
