@font-face {
    font-family: 'nexa_bookregular';
    src: url('font/fontfabric_-_nexa-book-webfont.woff2') format('woff2'), url('font/fontfabric_-_nexa-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0 auto;
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'nexa_bookregular';
    font-size: 16px;
    color: #6d6e70;
}

/*TOPO*/

.topo #topo {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    display: table;
}

.topo #topo .menu {
    width: 60%;
    float: right;
    text-align: center;
    margin-top: 30px;
}

.topo #topo .logo {
    width: 35%;
    float: left
}

.topo #topo .logo img {
    width: 100%;
}

@media screen and (max-width:1250px) {
    .topo #topo {
        width: 100%;
        display: table;
    }
    .topo #topo .menu {
        width: 100%;
        margin: 0 auto;
    }
    .topo #topo .logo {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }
    .topo #topo .logo img {
        width: 350px;
    }
}

@media screen and (max-width:380px) {
    .topo #topo .logo img {
        width: 100%;
    }
}


/*PADRÃO*/

.wrapper {
    width: 1200px;
    margin: 0 auto;
    display: table;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo {
    font-size: 24px;
    text-align: center;
    color: #1894b6;
    text-transform: uppercase;
    font-weight: bold;
}

.subtitulo {
    font-size: 20px;
    text-align: center;
}

.col1 {
    width: 49%;
    float: left;
}

.col2 {
    width: 49%;
    float: right;
}

a {
    text-decoration: none;
}

.bt-top {
    right: 2%;
    position: fixed;
    top: 87%;
    cursor: pointer;
    z-index: 999;
    background: #241F20;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    opacity: 0.50;
    filter: alpha(opacity=50);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    text-transform: uppercase;
}

@media screen and (max-width:1250px) {
    .wrapper {
        width: 95%;
        margin: 0 auto;
        display: table;
    }
}

@media screen and (max-width:920px) {
    .col1,
    .col2 {
        width: 100%;
        margin: 0 auto;
        display: table;
    }
}

#contato input[type=text] {
    font: 15px 'nexa_bookregular', sans-serif;
    border: 1px solid #CCC;
    height: 45px;
    color: #626365;
    padding: 0 10px;
    outline: none;
}
.form-control{
    width:56%;
    float:right
}
.img-captcha{
    margin:0 auto;
    float:left; 
    display:table; 
    width:40%; 
    height: 60px;
}
.c-input {
    font: 15px 'nexa_bookregular', sans-serif;
    border: 1px solid #CCC;
    height: 45px;
    color: #626365;
    padding: 0 10px;
    outline: none;
}

select {
    font: 15px 'nexa_bookregular', sans-serif;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 18px 7px 8px;
    color: #626365;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: url(../imagens/seta.png) no-repeat right #FFF;
}

#contato input#caracteres {
    width: 30px;
    height: 30px;
    border: none;
}

textarea {
    font: 15px 'nexa_bookregular', sans-serif;
    border: 1px solid #CCC;
    height: 25px;
    color: #626365;
    padding: 1% 1% 125px 1%;
    outline: none;
    width: 98%;
    overflow: hidden;
}

#contato button,
#contato input[type=button] {
    padding: 10px 20px;
    color: #FFF;
    background: #1894b6;
    border: 1px solid #1894b6;
    outline: none;
    font: 16px 'nexa_bookregular', sans-serif;
    transition: 0.5s;
    cursor: pointer;
}

#contato input[type=submit] {
    background: #fff;
    height: 34px;
    border: none;
    padding: 10px 15px;
    font: 15px 'nexa_bookregular', sans-serif;
    color: #008BC3;
    cursor: pointer;
    cursor: hand;
    width: 140px;
    margin: 0 auto;
    line-height: 10px;
    margin-bottom: 10px;
    float: right;
    margin-top: 10px;
    outline: none;
}

#contato input[type=submit]:hover {
    background: #535050;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}

#contato button:hover {
    background: #FFF;
    color: #1894b6;
    transition: 0.5s;
}

#contato input[type=button]:hover {
    background: #FFF;
    color: #1894b6;
    transition: 0.5s;
}

::-webkit-input-placeholder {
    color: #626365;
    font: 15px 'nexa_bookregular', sans-serif;
}

:-moz-placeholder {
    color: #626365;
    font: 15px 'nexa_bookregular', sans-serif;
}

::-moz-placeholder {
    color: #626365;
    font: 15px 'nexa_bookregular', sans-serif;
}

:-ms-input-placeholder {
    color: #626365;
    font: 15px 'nexa_bookregular', sans-serif;
}


/* JANELA */

.janela {
    font: 15px 'nexa_bookregular';
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    width: 90%;
    text-align: center;
    overflow: hidden;
    background-color: none;
    padding: 30px;
    border: none;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 50%;
    z-index: 999999;
}
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 90;
}
.but_mask		{ background:#000; border:none; padding: 13px 15px; font-family:'nexa_lightregular';font-size:16px; color:#FFF;}
.but_mask:hover	{ background:#1894b6; border:none; padding: 13px 15px; font-family:'nexa_lightregular';font-size:16px; color:#000; cursor:pointer; _cursor: hand;}
.close_janela {
    position: absolute;
    right: 0;
    top: 0;
    font: 26px Calibri;
    cursor: pointer;
    cursor: hand;
    color: #900;
}

.window {
    display: none;
    width: 600px;
    height: 400px;
    top: 10%;
    position: fixed;
    left: 0;
    background: #FFF;
    z-index: 9900;
    padding: 25px;
    border-radius: 10px;
}

#mascara {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
}

.fechar {
    display: block;
    text-align: right;
    color: #ef4e22;
}


/*EMPRESA*/

#empresa .visao .bloco {
    width: 30%;
    float: left;
    display: table;
    margin: 0.5%;
    padding: 1.5% 1%;
    border: 1px solid #1894b6;
    color: #FFF;
    background: #1894b6;
    border-radius: 5px;
    text-align: justify;
}

#empresa .visao .bloco .titulo {
    color: #FFF;
}

#empresa .visao .bloco1 {
    padding-top: 4%;
    padding-bottom: 4.7%;
}

#empresa .visao .bloco ul li {
    list-style: disc;
    margin-left: 30px;
    text-align: left
}

@media screen and (max-width:1225px) {
    #empresa .visao .bloco {
        width: 97%;
    }
}


/*SERVIÇOS*/

.servicos {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    background: url(../imagens/back-servicos.jpg) no-repeat;
    background-size: cover;
}

.servicos ul li {
    list-style: disc;
    margin-left: 20px;
}


/*APLICAÇÕES*/

.aplicacoes {
    width: 100%;
    margin: 0 auto;
    display: table;
    background: url(../imagens/aplicacoes1.png) no-repeat;
    height: 636px;
    margin-top: -4%;
}

.aplicacoes .bloco1 {
    width: 48%;
    float: left;
}

.aplicacoes .bloco1 .texto {
    width: 580px;
    float: right;
    text-align: justify;
    display: table;
    margin-top: 200px;
}

.aplicacoes .bloco2 {
    display: none;
}

.aplicacoes .bloco2 img {
    width: 100%;
}

@media screen and (max-width:1250px) {
    .aplicacoes .bloco1 {
        width: 100%;
        margin: 0 auto;
    }
    .aplicacoes .bloco1 .texto {
        float: none;
        margin: 0 auto;
        margin-top: 8%;
    }
}

@media screen and (max-width:1080px) {
    .aplicacoes .bloco2 {
        width: 100%;
        margin: 0 auto;
        display: table;
    }
    .aplicacoes {
        background: none;
    }
}

@media screen and (max-width:600px) {
    .aplicacoes .bloco1 .texto {
        width: 95%;
    }
}


/*CONTATO*/

.contato {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 3%;
}

.contato #nome {
    width: 30%;
    margin: 0 auto;
    margin-right: 1%;
    margin-bottom: 1%; 
    float: left;
}

.contato #email {
    width: 30%;
    margin: 0 auto;
    float: none;
    margin-bottom: 1%
}

.contato #telefone {
    width: 30%;
    margin: 0 auto;
    float: right;
    margin-bottom: 1%
}

.contato .telefone {
    width: 98%;
    text-align: center;
    display: table;
    padding: 0.5% 1%;
    border: 4px solid #1a819e;
    font-size: 28px;
    color: #1a819e;
    margin-top: 2%;
}

@media screen and (max-width:930px) {
    .contato {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 3%;
    }
    .img-captcha{
        float: none;
    }
    .form-control{
        float: none;
    }
}

@media screen and (max-width:880px) {
    .contato #nome,
    .contato #email,
    .contato #telefone {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 1%;
        float: none;
    }
}

@media screen and (max-width:700px) {
    .contato .telefone {
        font-size: 18px;
    }
}

.entre_contato {
    width: 50%;
    background: #1894b6;
    color: #FFF;
    padding: 10px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.entre_contato a {
    color: #FFF;
}


/*MAPA*/

.endereco {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    background: url(../imagens/back-endereco.png) repeat;
    z-index: 99999;
    position: relative;
}


/*RODAPE*/

.copy {
    width: 100%;
    margin: 0 auto;
    background: #aeb1b1;
    color: #FFF;
    padding: 0;
}

.copy #copy {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: -20px;
    text-align: center;
    display: table
}

.copy #copy img {
    float: right;
    margin-top: -10px;
}

@media screen and (max-width:1250px) {
    .copy #copy {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .copy #copy img {
        margin: 0 auto;
        text-align: center;
        float: none;
        margin-top: 20px;
        display: table;
    }
}