@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Black';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body, p, div, span, img, a, ul, h1 {
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #f3f3f3;
}

.bannerHome {
    background: url("../images/bg-site.jpg") center top repeat;
    position: relative;
    top: -142px;
}

.bannerProjetos {
    background: url(../images/bg-site-projetos.jpg) center top repeat;
    /* position: absolute; */
    position: relative;
    top: -142px;
}

.bannerAndamento {
    background: url("../images/bg-site-obras-a.jpg") center top repeat;
    position: relative;
    top: -142px;
}

.bgrodape {
    background: #f3f3f3;
    width: 100%;
    position: relative;
}

section {
    width: 100%;
    height: auto;
    float: left;
}

#menu {
    position: fixed;
    z-index: 9999;
    display: block;
}

.row {
    width: 100%;
    height: auto;
    float: left;
}

.container {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.topo {
    width: 100%;
    height: 142px;
    float: left;
}

.logo {
    width: 160px;
    height: auto;
    margin: 56px 137px 0 10px;
    float: left;
    position: relative;
    z-index: 2;
}

.topo-menu {
    width: 661px;
    height: auto;
    margin: 74px 0 0 0;
    float: left;
}

ul.menu li {
    font-family: "Montserrat Regular";
    font-size: 13px;
    margin: 0 44px 0 0;
    list-style: none;
    float: left;
}

    ul.menu li a {
        color: #404041;
    }

        ul.menu li a:hover {
            border-bottom: 3px solid #ffcb08;
        }
/*MENU 2*/
#menu2 {
    position: fixed;
    z-index: 9999;
    display: none;
}

.topo2 {
    width: 100%;
    height: 80px;
    float: left;
    position: absolute;
}

.logo2 {
    width: 160px;
    height: auto;
    margin: 15px 137px 0 10px;
    float: left;
}

.topo-menu2 {
    width: 661px;
    height: auto;
    margin: 33px 0 0 0;
    float: left;
}

ul.menu2 li {
    font-family: "Montserrat Regular";
    font-size: 13px;
    margin: 0 44px 0 0;
    list-style: none;
    float: left;
}

    ul.menu2 li a {
        color: #deaf00;
    }

        ul.menu2 li a:hover {
            border-bottom: 3px solid #ffcb08;
        }

.corRow {
    width: 100%;
    height: 80px;
    background: #080808;
    opacity: 0.8;
    position: absolute;
}

.empresa-bloco1 {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 2px solid #f3c008;
}

.empresa-texto {
    width: 299px;
    margin: 92px 150px 0 0;
    height: auto;
    text-align: justify;
    float: right;
}

    .empresa-texto h1 {
        font-family: "Montserrat Black";
        font-size: 40px;
        color: #f3c008;
        text-transform: uppercase;
        margin-bottom: 23px;
    }

    .empresa-texto p {
        font-family: "Montserrat Light";
        font-size: 13px;
        margin-bottom: 19px;
    }

        .empresa-texto p:nth-child(4) {
            margin-bottom: 137px;
        }

.empresa-bloco2 {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 2px solid #f3c008;
}

.empresa-bloco2-div {
    width: 325px;
    height: auto;
    float: left;
    text-align: center;
}

    .empresa-bloco2-div h1 {
        font-family: "Montserrat Black";
        font-size: 30px;
        color: #f3c008;
        text-transform: uppercase;
        margin-bottom: 23px;
    }

    .empresa-bloco2-div p {
        font-family: "Montserrat Light";
        font-size: 13px;
        width: 200px;
        margin: 0 auto;
    }

    .empresa-bloco2-div ul li {
        font-family: "Montserrat Light";
        font-size: 13px;
        list-style: none;
    }

    .empresa-bloco2-div ul {
        margin-bottom: 36px;
    }

.empresa-img {
    margin: 32px 0 0 0;
}

.fazemos1 {
    width: 828px;
    height: auto;
    margin: 139px 0 0 0;
    padding: 0 76px 0 76px;
    float: left;
}

.fazemos-bloco1 {
    float: left;
}

.fazemos-bloco2 {
    float: right;
}

    .fazemos-bloco2 h1 {
        font-family: "Montserrat Black";
        font-size: 45px;
        color: #f3c008;
        text-transform: uppercase;
        line-height: 0.7;
    }

.fazemos2 {
    width: 828px;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 76px 0 76px;
    float: left;
}

.fazemos-texto {
    width: 275px;
    height: auto;
    float: left;
}

    .fazemos-texto p {
        font-family: "Montserrat Light";
        font-size: 13px;
        width: 253px;
        text-align: justify;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .fazemos-texto:nth-child(3) p {
        width: 275px;
    }

.diferencial-texto {
    width: 490px;
    float: left;
    text-align: justify;
}

    .diferencial-texto p {
        font-family: "Montserrat Light";
        width: 340px;
        margin: 0 auto;
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .diferencial-texto h1 {
        font-family: "Montserrat Black";
        font-size: 46px;
        color: #f3c008;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
        margin: 150px 0 30px 0;
    }

.diferencial-imagem {
    width: 490px;
    margin: 74px 0 0 0;
    float: left;
}

.info-contato {
    width: 778px;
    margin: 80px auto 0;
    font-family: "Montserrat Light";
    font-size: 14px;
}

.info-contato-bloco {
    width: 100%;
    float: left;
}

.contato-telefone {
    float: left;
    width: 138px;
}

.contato-endereco {
    float: left;
    width: 285px;
}

.contato-email {
    float: left;
    width: 355px;
}

div.contato-telefone label {
    float: left;
    margin: 3px 0 0 0;
}

div.contato-telefone img {
    float: left;
}

div.contato-endereco label {
    float: left;
    margin: 3px 0 0 0;
}

div.contato-endereco img {
    float: left;
}

div.contato-email label {
    float: left;
    margin: 3px 0 0 0;
}

div.contato-email img {
    float: left;
}

.info-formulario {
    float: left;
    width: 100%;
}

.info-formulario-bloco {
    width: 872px;
    height: 406px;
    background: url("../images/bg-contato.jpg");
    margin: 18px auto 0;
}

.fomulario-bloco {
    float: left;
    width: 411px;
    height: auto;
    padding-top: 10px;
    padding-left: 23px;
}

    .fomulario-bloco div {
        float: left;
    }

    .fomulario-bloco h1 {
        font-family: "Montserrat Black";
        font-size: 50px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .fomulario-bloco div input {
        padding: 5px 0 0 10px;
        font-family: "Montserrat Light";
        background: #ffd90a;
        color: #bc9300;
        border: none;
        font-style: italic;
    }

#change-icone {
    display: none;
}


div.input-nome input, div.input-empresa input {
    width: 372px;
    height: 28px;
    margin-bottom: 10px;
}

div.input-tel input, div.input-cel input {
    width: 174px;
    height: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

div.input-tel {
    margin-right: 4px;
}

.input-menssagem textarea {
    padding: 5px 0 0 10px;
    width: 374px;
    height: 140px;
    font-family: "Montserrat Light";
    resize: none;
    background: #ffd90a;
    border: none;
    font-style: italic;
}

    .input-menssagem textarea:focus {
        background: #fff;
    }

.fomulario-bloco div input:focus {
    background: #fff;
}

::-webkit-input-placeholder {
    color: #bc9300;
}

::-moz-placeholder { /* Firefox 18- */
    color: #bc9300;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bc9300;
}

::-ms-input-placeholder {
    color: #bc9300;
}

.input-submit {
    float: right;
    padding-right: 20px;
}

    .input-submit input {
        font-family: "Montserrat Regular" !important;
        font-size: 15px !important;
        width: 80px !important;
        height: 30px !important;
        margin-top: 8px;
        background: #404041 !important;
        color: #fff !important;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }

.maps-bloco {
    margin-top: 5px;
    float: left;
}

    .maps-bloco iframe {
        border-radius: 0px 0px 30px 0px;
    }

.logorodape {
    width: 872px;
    margin: 30px auto 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

    .logorodape img {
        margin-bottom: 45px;
    }

.assinatura {
    font-family: "Montserrat Regular";
    font-size: 13px;
    line-height: 1px;
    margin: 30px auto;
    text-transform: uppercase;
    text-align: center;
}


/*PROJETOS*/
.opcoes-bloco {
    float: left;
    margin: 50px 0 80px 0;
}

.obras-concluidas {
    width: 445px;
    height: 487px;
    background: rgba(204,204,204,0.3);
    margin: 0 80px 0 0;
    cursor: pointer;
    float: left;
    border: 2px dashed #333;
    text-align: center;
}

    .obras-concluidas:hover {
        background: rgba(204,204,204,0.5);
    }

    .obras-concluidas img, .obras-andamento img {
        margin: 50px 0 20px 0;
    }

.obras-andamento {
    width: 445px;
    height: 487px;
    background: rgba(204,204,204,0.3);
    cursor: pointer;
    float: left;
    border: 2px dashed #333;
    text-align: center;
}

    .obras-andamento:hover {
        background: rgba(204,204,204,0.5);
    }

    .obras-concluidas h1, .obras-andamento h1 {
        font-family: "Montserrat Black";
        font-size: 45px;
        color: #f3c008;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .obras-concluidas p, .obras-andamento p {
        font-family: "Montserrat Light";
        font-size: 15px;
    }

.opcoes-bloco a {
    color: #333;
}

.conteudo-medicos-responsaveis {
    text-align: center;
    margin-bottom: 20px;
}

    .conteudo-medicos-responsaveis a {
        color: #6a7d31;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
    }


/*OBRAS-ANDAMENTO*/

.parceria {
    background: url("../images/bg-parceria.jpg") center top no-repeat;
    width: 980px;
    float: left;
}

.parceria-1, .parceria-2 {
    width: 326px;
    height: 150px;
    padding-top: 40px;
    float: left;
    text-align: center;
}

.parceria-2 {
    padding-top: 3 0px;
}

.obras {
    width: 980px;
    height: auto;
    float: left;
    border: 1px solid #ffcb08;
    border-right: none;
    border-left: none;
    padding: 0px 0 100px 0px;
    margin: 0 0 70px 0;
}

.obra-bloco {
    width: 464px;
    height: 294px;
    float: left;
    border: 3px solid #ffcb08;
    margin-bottom: 30px;
    margin-top: 50px;
}

    .obra-bloco:nth-child(odd) {
        margin-right: 32px;
    }

.obra-texto {
    width: 464px;
    float: left;
    text-align: center;
    font-family: "Montserrat Regular";
    font-size: 13px;
    margin: 10px 0 30px 0px;
}

.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;
    }

.email-de-confimacao {
    margin-bottom: 20px;
}
