html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;  vertical-align: baseline; -webkit-font-smoothing: subpixel-antialiased !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1; font-family: 'Lato', sans-serif; background: #fff;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
b { font-weight: 700; }
.extra-b { font-weight: 800; }

input, textarea, select{
    font-family: 'Lato', sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin:0;
    border:none;
    position:relative;
    -webkit-appearance:none;
}
          :-moz-placeholder {color: #848484;}
         ::-moz-placeholder {color: #848484;}
     :-ms-input-placeholder {color: #848484;}
::-webkit-input-placeholder {color: #848484;}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;  /* Firefox 1-3.6 */
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    text-indent:0.01px;
    text-overflow:"";
}
select::-ms-expand {
    display: none;
}
:focus{
    outline: none !important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.transition{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.transition-5-ease{
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
input:focus, textarea:focus, select:focus{
    outline:none;
}
button{
    font-family: 'Lato', sans-serif;
    border:none;
    background:none;
    outline:none;
    padding:0;
    display: block;
    cursor: pointer;
}
.left{
    float: left;
}
.right{
    float: right;
}
/* fim do reset */

body{
    font-size: 10px;
    overflow-x: hidden !important;
    /*teste*/
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 1px 3px 0 rgba(50,50,50,.1);
       -moz-box-shadow: 0 1px 3px 0 rgba(50,50,50,.1);
            box-shadow: 0 1px 3px 0 rgba(50,50,50,.1);
}
.corpo{
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
}
.header-topo {
    background-color: #0c1f40;
    padding: 7px 0;
}
.header-topo p {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
}
.sociais-topo {
    margin: 0 -7px;
}
.sociais-topo a {
    font-size: 1.8em;
    line-height: 20px;
    color: #fff;
    margin: 0 7px;
}
.sociais-topo a:hover {
    color: #e56b08;
}
.header-main {
    background-color: rgba(255,255,255, 0.3);
    /*background: url("../img/textura-header.png") repeat center center; */
}
.logo{
    padding: 5px 0;
    width: 215px;
}
.logo img {
    display: block;
    width: auto;
    max-width: 100%;
}
.contato-header {
    padding: 26px 0;
}
.contato-header > div:first-child {
    margin-right: 50px;
}
.contato-header > div div {
    padding-left: 10px;
}
.contato-header > div div a, .contato-header > div div p {
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #0c1f40;
    text-decoration: none;
}
.contato-header > div div a:hover {
    color: #e56b08;
}
.clica-menu-mob{
    display: none;
    font-size: 25px;
    padding: 25px 0;
    color: #284b89;
}
.menu {
    background-color: #ededed;
}
.menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.abas{
    display: block;
    text-decoration: none;
    color: #122a52;
    font-size: 1.3em;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}
.abas:hover, .abas-ativo {
    color: #e56b08;
}
.menu .submenu {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
    z-index: 200;
    background-color: #fff;
    width: 265px;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(50,50,50,.3);
       -moz-box-shadow: 0 4px 10px 0 rgba(50,50,50,.3);
            box-shadow: 0 4px 10px 0 rgba(50,50,50,.3);
}
.menu .submenu:before {
    content: "";
    top: -4px;
    right: 15px;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 2px;
}
.menu .show-dropdown{
    display: block;
}
.abas-submenu {
    display: block;
    text-decoration: none;
    color: #122a52;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 30px;
}
.abas-submenu:hover {
    color: #e56b08;
}
.main{
    z-index: 1;
    position: relative;
}
.pano-mob{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    visibility: hidden;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.section-banner{
    width: 100%;
    height: 1020px;
    padding-top: 184px;
    background: url("../img/banner-home.jpg") no-repeat center top; 
}
.section-banner .corpo {
    height: 100%;
}
.section-banner h2 {
    padding-top: 130px;
    width: 445px;
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 900;
    font-size: 3.2em;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #122a52;
}
.engloba-servicos {
    margin-top: -370px;
}
.engloba-servicos > div:first-child {
    background-color: #122a52;
}
.engloba-servicos > div {
    width: 50%;
    background-color: #e56b08;
    /*background: url("../img/back-servicos.jpg") no-repeat center center; */
    /*background-size: cover;*/
    text-align: center;
    padding: 45px 10px;
}
.engloba-servicos > div:first-child:before {
    display: none;
}
.engloba-servicos > div:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: calc(100% + ((100vw - 200%)/2));
    height: 100%;
    background-color: #e56b08;
}
.engloba-servicos > div i {
    font-size: 5em;
    color: #fff;
    margin-bottom: 10px;
}
.engloba-servicos > div h3 {
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.engloba-servicos > div p {
    width: 345px;
    max-width: 100%;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
}
.engloba-servicos > div a {
    display: inline-block;
    text-decoration: none;
    width: 220px;
    max-width: 100%;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 42px;
    color: #fff;
    background-color: #e56b08;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid transparent;
}
.engloba-servicos > div a:hover {
    background-color: #fff;
    color: #e56b08;
}
.engloba-servicos > div:last-child a {
    border-color: #fff;
}
.section-historia {
    background-color: #fff;
    padding: 100px 0;
}
.section-historia:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff url("../img/back-section-historia.jpg") no-repeat center center; 
    background-size: cover;
}
.empresa-home > div {
    width: 50%;
    padding-right: 20px;
}
.titulo-section {
    display: inline-block;
    font-size: 3em;
    line-height: 1.2em;
    color: #222;
    font-weight: 800;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
}
.titulo-section:before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 85px;
    max-width: 25%;
    height: 6px;
    background-color: #e56b08;
}
.texto-section > p {
    font-size: 1.6em;
    line-height: 1.3em;
    color: #222;
    margin-bottom: 15px;
}
.caract-empresa-home {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.caract-empresa-home li {
    min-width: 245px;
    margin-bottom: 25px;
}
.caract-empresa-home li div {
    width: 68px;
    height: 68px;
    background-color: #e2e2e2;
    border-radius: 10px;
    text-align: center;
}
.caract-empresa-home li div i {
    line-height: 68px;
    font-size: 3em;
    color: #222;
}
.caract-empresa-home li p {
    padding-left: 10px;
    line-height: 68px;
    font-size: 1.8em;
    color: #222;
    font-weight: 800;
}
.empresa-home > div img {
    display: block;
    width: 100%;
}
.section-obras {
    width: 80%;
    margin-top: 100px;
    background-color: #0e1e3a;
    padding-bottom: 200px;
}
.section-obras:before, .section-obras:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
}
.section-obras:after {
    background-color: #e56b08;
    width: 80.5%;
    height: 110px;
    top: 110px;
}
.section-obras h3 {
    color: #fff;
    border-bottom-color: #fff; 
    margin-bottom: 45px;
}
.engloba-lista-obras {
    width: 62.5%;
    overflow: hidden;
}
.lista-obras {
    width: 100%;
    z-index: 2;
}
.lista-obras li {
    width: 33.33%;
}
.lista-obras li > div {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-left: 2px solid #fff;
    margin-bottom: 10px;
}
.lista-obras li:first-child > div {
    border-left: none;
}
.lista-obras li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 1;
}
.lista-obras li a:first-child {
    position: relative;
    visibility: visible;
    z-index: 2;
}
.lista-obras li a:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.lista-obras li a:first-child:after {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 5em;
    text-align: center;
    line-height: 50px;
    color: #284b89;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
    -webkit-transform: translate(-50%,-40%);
       -moz-transform: translate(-50%,-40%);
        -ms-transform: translate(-50%,-40%);
            transform: translate(-50%,-40%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.lista-obras li a:hover:first-child:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.lista-obras li a:hover:first-child:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.lista-obras li figure {
    width: 100%;
    height: 100%;
}
.lista-obras li img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.lista-obras li p {
    line-height: 1.2em;
    font-size: 1.6em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 0 5px;
}
.engloba-titulo-obras {
    position: absolute;
    right: 0;
    top: 0;
    width: 37.5%;
    height: 100%;
    z-index: 3;
}
.engloba-titulo-obras > div {
    width: 100%;
    height: 100%;
}
.engloba-titulo-obras > div h3 {
    width: 230px;
    font-size: 3.6em;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.botoes-obras {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 110px;
    left: 0;
    width: 48%;
    height: 110px;
}
.botoes-obras button {
    margin: 0 20px;
    font-size: 4em;
    color: #fff;
}
.section-localizacao-home {
    padding: 80px 0 65px 0;
}
.topo-localizacao-home {
    margin-bottom: 30px;
}
.topo-localizacao-home .titulo-section {
    margin-bottom: 0;
}
.botoes-localizacao-home {
    margin: 3px -5px;
}
.botoes-localizacao-home button {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #284b89;
    color: #284b89;
    font-size: 2.4em;
    border-radius: 10px;
}
.botoes-localizacao-home button:hover {
    background-color: #284b89;
    color: #fff;
}
.engloba-lista-localizacao-home{
    overflow: hidden;
    margin-bottom: 20px !important;
}
.lista-localizacao-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -10px;
}
.card-localizacao-home {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.card-localizacao-home img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.content-card-localizacao {
    margin: 0 auto 0 auto;
    width: 100%;
    min-height: 140px;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 12px 10px;
}
.content-card-localizacao h4 {
    line-height: 1.2em;
    font-size: 1.8em;
    color: #222;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
}
.content-card-localizacao p {
    line-height: 1.4em;
    font-size: 1.3em;
    color: #222;
    text-align: center;
}
.content-card-localizacao p:first-child {
    margin-bottom: 5px;
}
.main-footer {
    padding: 45px 0;
    background-color: #0e1e3a;
}
.colunas-rodape {
    margin: 0 -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.coluna-rodape {
    padding: 0 20px;
    width: 400px;
    max-width: 33.33%;
}
.logo-rodape img {
    max-width: 100%;
    display: block;
    margin-bottom: 25px;
}
.coluna-rodape p {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
}
.coluna-rodape h5 {
    display: block;
    color: #fff;
}
.menu-rodape li {
    width: 50%;
}
.menu-rodape .abas {
    color: #fff;
    text-align: left;
    padding: 5px 0;
}
.menu-rodape .abas:hover {
    color: #e56b08;
}
.menu-rodape .abas:before {
    display: none;
}
.menu-rodape .abas i {
    color: #e56b08;
    margin-right: 5px;
}
.sociais-rodape li {
    padding-left: 30px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-top: 15px;
}
.sociais-rodape li:first-child {
    margin-top: 0px;
}
.sociais-rodape li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 1.4em;
    font-size: 1.2em;
    width: 20px;
    text-align: center;
}
.sociais-rodape li a {
    text-decoration: none;
    color: #fff;
}
.sociais-rodape li a:hover {
    color: #e56b08;
}
.bottom-footer {
    background-color: #0a1529;
}
.bottom-footer .sociais-topo, .direitos, .wp8 {
    width: 33.33%;
}
.bottom-footer .sociais-topo {
    text-align: center;
}
.bottom-footer .sociais-topo a {
    float: none;
    display: inline-block;
    margin-left: 7px;
    color: #fff;
    height: 54px;
    line-height: 54px;
}
.bottom-footer .sociais-topo a:firt-child {
    margin-left: 0;
}
.bottom-footer .sociais-topo a:hover {
    color: #e56b08;
}
.direitos p {
    color: #fff;
    font-size: 1.2em;
    line-height: 24px;
    padding:  15px 0;
}
.wp8 p {
    text-align: right;
    color: #fff;
    font-size: 1.2em;
    line-height: 24px;
    padding:  15px 0;
}
.wp8 p a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}
.wp8 p a:hover {
    color: #e56b08;
}

/************* Produtos **************/
.section-banner-internas {
    width: 100%;
    height: 735px;
    padding-top: 184px;
    background-image: url(../img/banner-produtos.jpg);
    background-repeat: no-repeat; 
    background-position: center top;
    background-size: cover;
}
.section-produtos {
    padding: 60px 0;
}
.lista-produtos {
    margin: 0 -15px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.lista-produtos li {
    width: 33.33%;
    padding: 0 15px;
    margin-top: 50px;
}
.lista-produtos li figure {
    width: 75px;
}
.lista-produtos li figure img {
    width: 100%;
    display: block;
}
.lista-produtos div {
    width: calc(100% - 75px);
    padding-left: 15px;
}
.lista-produtos div h3 {
    color: #0e1e3a;
    font-size: 2.4em;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.lista-produtos div p {
    color: #0e1e3a;
    font-size: 1.3em;
    line-height: 1.5em;
}
.section-bottom-produtos {
    width: 100%;
    height: 319px;
    background: url(../img/back-bottom-produtos.jpg) no-repeat center center;
    background-size: cover;
}

/************* Empresa **************/
.section-banner-empresa {
    background-image: url(../img/banner-empresa.jpg);
    background-position: center 10px;
}
.section-empresa {
    padding: 60px 0 0 0;
    overflow: hidden;
}
.float-empresa{
    width: 50%;
    max-width: 100%;
}
.float-empresa-azul {
    background-color: #0f1f3d;
    width: 430px;
    height: 550px;
    max-width: 48%;
    padding: 40px 25px;
    margin-top: 200px;
}
.float-empresa-azul:before, .float-empresa-azul:after  {
    content: "";
    position: absolute;
    background-color: #0f1f3d;
    width: 100%;
    height: 115px;
    top: 0;
    left: 100%;
}
.float-empresa-azul:after {
    background-color: #e56b08;
    height: 55px;
    top: 115px;
}
.float-empresa-azul p {
    width: 100%;
    color: #fff;
    font-size: 2.4em;
    font-weight: 900;
    line-height: 1.3em;
    padding: 15px 0;
}
.float-empresa-azul div div {
    color: #fff;
    font-size: 5.4em;
}

.back-sobre-bottom-azul {
    width: 100%;
    height: 105px;
    background-color: #0f1f3d;
}
.back-sobre-bottom-azul:before {
    content: "";
    position: absolute;
    background-color: #0f1f3d;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    top: 0;
    right: 100%;
}
.back-sobre-bottom-laranja {
    width: 100%;
    height: 90px;
    background-color: #e56b08;
}
.back-sobre-bottom-laranja:before {
    content: "";
    position: absolute;
    background-color: #e56b08;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    top: 0;
    right: 100%;
}
.back-sobre-bottom {
    width: 100%;
    height: 520px;
    background: url(../img/back-sobre-bottom.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

/************* Galeria **************/
.section-banner-galeria {
    background-image: url(../img/banner-galeria.jpg);
    background-position: center center;
    height: 535px;
}
.section-galeria {
    padding-top: 60px;
    background: url(../img/back-galeria.jpg) repeat center center;
}
.section-galeria .titulo-section {
    color: #fff;
    border-color: #f3800d;
}
.engloba-lista-galeria {
    width: calc(100% + ((100vw - 100%) / 2));
}
.lista-galeria {
    margin: 0 -3.5px;
}
.lista-galeria li {
    width: calc(25% - 7px);
    margin: 0 3.5px;
    margin-bottom: 7px;
}
.lista-galeria li a{
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.lista-galeria li a p {
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1.2em;
    font-size: 2em;
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding: 0 12px;
}
.lista-galeria li .imagem-principal{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
}
.lista-galeria li .imagem-principal:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;    
    background-color: #3e6ec1;
    opacity: 0.4;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
.lista-galeria li a img{
    display: block;
    width: 100%;
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
}
.lista-galeria li a:hover:before, .lista-galeria li a:hover p {
    opacity: 0;
}
.lista-galeria li a:hover img {
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
}
.bottom-galeria .lista-galeria li a:before {
    background-color: #e56b08;
    opacity: 1;
}
.img-bottom-gleria {
    z-index: 3;
    position: absolute;
    width: auto;
    max-width: 150%;
    right: 50%;
    top: 55%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.linha-laranja-1 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 102%;
    height: 50%;
    border-left: 1px solid #e56b08;
}
.linha-laranja-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2%;
    height: 1px;
    z-index: 2;    
    background-color: #e56b08;
}
.linha-laranja-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 102%;
    height: 50%;
    border-bottom: 1px solid #e56b08;
    border-left: 1px solid #e56b08;
}

/************* Dúvidas Frequentes **************/
.float-duvidas {
    width: 60%;
    padding: 30px 0;
}
.lista-duvidas li {
    padding: 5px 0 0 45px;
    margin-bottom: 30px;
}
.lista-duvidas li:before, .lista-duvidas li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    background-color: #e56b08;
}
.lista-duvidas li:after {
    background-color: #131e34;
    z-index: 2;
    top: 6px;
    left: 6px;
}
.lista-duvidas li h3, .lista-duvidas li h4 {
    color: #0c1f40;
    font-size: 2.4em;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.lista-duvidas li h4 {
    font-size: 2em;
    font-weight: 700;
}
.lista-duvidas li p:first-child{
    margin-top: 0;
}
.lista-duvidas li div {
    padding-bottom: 30px;
}
.lista-duvidas li p {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #222;
    margin-top: 15px;
}
.img-duvidas {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 350px;
    max-width: 40%;
}
.img-duvidas img {
    width: 100%;
    display: block;
}
.faixa-duvidas {
    position: absolute;
    right: 0;
    top: 350px;
    width: 400px;
    height: calc(100% - 350px);
    max-width: 25%;
    background: url(../img/back-galeria.jpg) repeat center center;
}
.faixa-duvidas:after {
    content: "";
    position: absolute;
    background-color: #e56b08;
    width: 30%;
    height: 100%;
}
.back-bottom-duvidas {
    background: url(../img/back-bottom-duvidas.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 345px;
}

/************* Localização **************/
.float-localizacao {
    width: 100%;
}
.float-localizacao .lista-duvidas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.float-localizacao .lista-duvidas li {
    width: 50%;
}
.float-localizacao .lista-duvidas li p {
    line-height: 1.6em;
}
.float-localizacao .lista-duvidas li p span {
    font-weight: 900;
}
.titulo-mapa {
    z-index: 2;
    width: 380px;
    max-width: 45%;
    height: 450px;
    background: url(../img/back-galeria.jpg) repeat center center;
}
.titulo-mapa:before, .titulo-mapa:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    background: url(../img/textura-cinza.png) repeat center center;
}
.titulo-mapa:after {
    background: #e56b08;
    width: 45px;
    z-index: 2;
}
.titulo-mapa h4 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/marker-titulo-mapa.png) no-repeat center top;
    padding-top: 140px;
    color: #fff;
    font-size: 2.8em;
    font-weight: 900;
    line-height: 1.3em;
    text-align: center;
}
.engloba-mapa {
    padding-left: 380px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + ((100vw - 100%)/2));
    height: 100%;
}
.mapa {
    width: 100%;
    height: 100%;
}
.texto-localizacao-novo {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #222;
}

/************* Contato **************/
.section-contato {
    padding: 60px 0;
    background-color: #fff;
}
.section-contato:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../img/textura-cinza.png) repeat left center;
}
.float-contato {
    width: 47%;
}
.float-contato .float-localizacao .lista-duvidas li {
    width: 100%;
}
.engloba-input-geral{
    margin: 0 -10px;
}
.engloba-input-geral .input-geral{
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}
.input-geral{
    margin-bottom: 20px;
}
.input-geral label{
    display: inline-block;
    font-size: 1.6em;
    font-weight: 900;
    line-height: 20px;
    color: #0c1f40;
}
.input-geral input, .input-geral select, .input-geral textarea{
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    font-size: 1.6em;
    line-height: 20px;
    color: #0c1f40;
    border-bottom: 1px solid #0c1f40;
}
.input-geral select{
    padding: 10px 25px 10px 0;
    background: #fff url("../img/arrow-select.png") no-repeat right center;
}
.input-geral textarea{
    resize: none;
    height: 160px;
}
.submit-geral{
    width: 200px;
    height: 50px;
    padding: 15px;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 16px;
    color: #fff;
    background-color: #0c1f40;
}
.submit-geral:hover{
    color: #fff;
    background-color: #f57d02;
}
.input-erro input, .input-erro select, .input-erro textarea, .input-erro-radio{
    border-bottom: 1px solid #ff0028 !important;
    /*color: #ff0028 !important;*/
}
.input-erro           :-moz-placeholder {color: #ff0028 ;}
.input-erro          ::-moz-placeholder {color: #ff0028 ;}
.input-erro      :-ms-input-placeholder {color: #ff0028 ;}
.input-erro ::-webkit-input-placeholder {color: #ff0028 ;}
.input-erro label {
    color: #ff0028 !important;
}
.alerta-erros p{
    background-color: #fce8e6;
    width: 100%;
    padding: 10px 30px 10px 15px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #d93025;
    border-radius: 4px;
    margin-bottom: 5px;
}
.alerta-erros p:last-child {
    margin-bottom: 15px;
}
.alerta-erros p i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -10px;
    width: 15px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.alerta-erros p span{
    font-weight: 600;
}

.alerta-sucesso p{
    background-color: #d4edda;
    width: 100%;
    padding: 12px 30px 12px 15px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #155724;
    border-radius: 10px;
    margin-bottom: 7px;
}
.alerta-sucesso p:last-child {
    margin-bottom: 20px;
}
.alerta-sucesso p i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -10px;
    width: 15px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.alerta-sucesso p span{
    font-weight: 600;
}

/************* Serviços **************/
.lista-servicos {
    margin: 0 -20px;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.lista-servicos li {
    width: 320px;
    max-width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.lista-servicos li > a {
    display: block;
    text-decoration: none;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}
.lista-servicos li > a img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.lista-servicos li > a h3 {
    line-height: 1.3em;
    font-size: 1.8em;
    color: #001938;
    font-weight: 900;
    text-align: center;
}
.lista-servicos li > a:hover {
    background-color: #e56b08;
}
.lista-servicos li > a:hover h3 {
    color: #fff;
}
.banner-forro-drywall {
    background-image: url(../img/banner-forro-drywall.jpg);
    background-position: center 10px;
}
.engloba-breadcrumb {
    padding: 0 40px;
    padding-top: 40px;
}
.breadcrumb{
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 45px;
}
.breadcrumb:before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 85px;
    max-width: 25%;
    height: 6px;
    background-color: #e56b08;
}
.breadcrumb p{
    font-size: 1.4em;
    line-height: 20px;
    color: #001938;
}
.breadcrumb p a{
    display: inline-block;
    text-decoration: none;
    color: #001938;
}
.breadcrumb p a:hover{
    text-decoration: underline;
}
.breadcrumb p i{
    color: #001938;
    margin: 0 7px;
    display: inline-block;
}
.content-servicos-interna {
    width: 75%;
    background-color: #fff;
}
.content-servicos-interna .titulo-servicos{
    padding: 0 40px;
}
.titulo-servicos {
    font-size: 4em;
    line-height: 1.2em;
    color: #0e1e3a;
    font-weight: 800;
    margin-bottom: 30px;
}
.texto-servicos {
    padding: 0 40px;
    padding-bottom: 50px;
}
.texto-servicos h3 {
    font-size: 2.4em;
    line-height: 1.2em;
    color: #0e1e3a;
    font-weight: 800;
}
.texto-servicos p {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #0e1f3b;
    margin-top: 30px;
    width: 530px;
    max-width: 100%;
}
.texto-servicos-detail {
    padding: 60px 40px;
    border-top: 1px solid #e56b08;
    border-bottom: 1px solid #e56b08;
    margin-bottom: 0;
}
.quadro-laranja-servicos {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #e56b08;
}
.quadro-laranja-servicos > div {
    width: 100%;
    height: 100%;
}
.quadro-laranja-servicos > div img {
    display: block;
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.section-lista-servicos {
    padding: 60px 0;
}
.lista-servicos-interna {
    margin: 0 -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.lista-servicos-interna li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.lista-servicos-interna li img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.lista-servicos-interna li p {
    line-height: 1.3em;
    font-size: 1.6em;
    color: #001938;
    font-weight: 900;
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.section-forro-liso .corpo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + ((100vw - 100%) / 2));
    height: 100%;
    background: url(../img/textura-cinza.png) repeat center center;
}
.titulo-forro-liso {
    z-index: 2;
    width: 50%;
    height: 690px;
    /*background: url(../img/back-galeria.jpg) repeat center center;*/
}
.titulo-forro-liso:before, .titulo-forro-liso:after {
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    height: calc(100% - 45px);
    background: #0e1e3a;
    width: 100%;
    z-index: 2;
}
.titulo-forro-liso:after {
    background: #e56b08;
    width: calc(50% + 45px);
    height: 100%;
    right: 50%;
    top: 0;
    z-index: 1;
}
.titulo-forro-liso p {
    position: absolute;
    width: 370px;
    max-width: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: url(../img/marker-titulo-servico.png) no-repeat center top;
    padding-top: 140px;
    color: #fff;
    font-size: 2.8em;
    font-weight: 900;
    line-height: 1.3em;
    text-align: center; 
    z-index: 3;
}
.titulo-forro-liso p span {
    color: #e56b08;
}
.lista-forro-liso {
    width: 50%;
    padding: 80px 0 70px 5%;
}
.lista-forro-liso li {
    width: 100%;
    margin-bottom: 10px;
}
.lista-forro-liso li figure {
    border-radius: 5px;
    background-color: #0e1e3a;
    width: 80px;
    height: 80px;
    padding: 14px;
}
.lista-forro-liso li figure img {
    display: block;
    width: 100%;
}
.lista-forro-liso li h4 {
    width: calc(100% - 80px);
    font-size: 2.8em;
    line-height: 30px;
    padding: 25px 0 25px 7%;
    color: #0e1e3a;
    font-weight: 800;
}
.section-forro-drywall:before {
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #01193d;
}
.section-bottom-steelframe {
    width: 100%;
    height: 700px;
    background: url(../img/bottom-steelframe.jpg) no-repeat center center;
    background-size: cover;
}
.banner-steelframe {
    background-image: url(../img/banner-steelframe.jpg);
    background-position: center 10px;
}
.banner-gesso-revestimentos {
    background-image: url(../img/banner-gesso-revestimentos.jpg);
    background-position: center 10px;
}
.section-bottom-revestimentos {
    width: 100%;
    height: 710px;
    background: url(../img/bottom-revestimentos.jpg) no-repeat center center;
    background-size: cover;
}
.lista-molduras {
    margin: 0 -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.lista-molduras li {
    width: 580px;
    max-width: 50%;
    padding: 0 20px;
    margin-bottom: 60px;
}
.lista-molduras li > div {
    margin-bottom: 80px;
}
.lista-molduras li > div > div {
    position: absolute;
    bottom: -40px;
    left: 20px;
    width: 55%;
    height: 55%;
}
.lista-molduras li > div > div:before, .lista-molduras li > div > div:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    background: #e56b08;
    width: 100%;
    height: calc(100% - 20px);
}
.lista-molduras li > div > div:after {
    background-color: #01193d;
    top: 0;
    left: 0;
    height: 100%;
}
.lista-molduras li > div > div > div {
    width: 100%;
    height: 100%;
}
.lista-molduras li h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 2.4em;
    line-height: 1.2em;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 2;
}
.lista-molduras li > div img {
    display: block;
    width: 100%;
}
.lista-molduras li p {
    line-height: 1.3em;
    font-size: 1.4em;
    color: #001938;
}
.banner-molduras {
    background-image: url(../img/banner-molduras.jpg);
    background-position: center 10px;
}
.section-bottom-molduras {
    width: 100%;
    height: 359px;
    background: url(../img/bottom_molduras.jpg) no-repeat center center;
    background-size: cover;
}










.whats{
    position: fixed;
    z-index: 90;
    bottom: 2%;
    right: 2%;
}
.whats p{
    padding: 5px 10px 5px 10px;
    width: 155px;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 10px 4px 0;
    background-color: #fff;
    box-shadow: 2px 2px 13px rgba(0,0,0,0.1);
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.whats p:after{
    content: '';
    position: absolute;
    background: white;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    right: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.whats a{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.whats div{
    width: 50px;
    height: 50px;
    background-color: #4dc247;
    color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}
.whats div:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
.modal-geral{
    visibility: hidden;
    opacity: 0;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.corpo-modal-geral{
    position: relative;
    width: 460px;
    max-width: 100%;
    margin: 50px auto;
    z-index: 2;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transform: translateY(5%);
       -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
            transform: translateY(5%);
}
.pano-modal-geral{
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.topo-modal-geral {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}
.topo-modal-geral h2 {
    text-align: center;
    line-height: 1.5em;
    font-size: 2em;
    font-weight: 700;
    color: #4d2287;
}
.clica-fecha-modal-geral{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    z-index: 2;
    border-radius: 50%;
    background-color: #4d2287;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}
.corpo-modal-geral form {
    padding: 20px;
}
.corpo-modal-geral .button-color {
    width: 100%;
    margin-bottom: 10px;
}
.ativa-modal-geral {
    overflow: hidden;
}
.ativa-modal-geral .modal-geral{
    visibility: visible;
    opacity: 1;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.ativa-modal-geral .modal-geral .corpo-modal-geral{
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.subtitulo-orcamento:before, .subtitulo-orcamento:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    background-color: #e56b08;
}
.subtitulo-orcamento:after {
    background-color: #131e34;
    z-index: 2;
    top: 6px;
    left: 6px;
}
.subtitulo-orcamento {
    color: #0c1f40;
    font-size: 2.4em;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding: 5px 0 0 45px;
}
.titulo-caract {
    font-size: 2.2em;
    line-height: 1.2em;
    color: #e46a07;
    font-weight: 800;
    margin: 10px 0 30px 0;
}

.lista-tipos-gesso{
    margin: 0 -20px;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.lista-tipos-gesso > li {
    width: 320px;
    max-width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.lista-tipos-gesso > li > div {
    display: block;
    text-decoration: none;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}
.lista-tipos-gesso > li > div img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.lista-tipos-gesso > li > div h4 {
    line-height: 1.3em;
    font-size: 1.8em;
    color: #001938;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}
.lista-tipos-gesso > li > div > ul > li {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #0e1f3b;
    margin-bottom: 10px;
    padding-left: 15px;
}
.lista-tipos-gesso > li > div > ul > li i {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 0.6em;
}


@media (max-width: 1200px) {
    .section-banner {
        width: 100%;
        height: 910px;
    }
    .section-banner h2 {
        padding-top: 80px;
        max-width: 80%;
    }
    .caract-empresa-home li {
        min-width: 170px;
    }
    .caract-empresa-home li div {
        width: 40px;
        height: 40px;
    }
    .caract-empresa-home li div i {
        line-height: 40px;
        font-size: 2em;
    }
    .caract-empresa-home li p {
        line-height: 40px;
        font-size: 1.6em;
    }
    .section-banner-internas {
        height: 500px;
    }
    .section-bottom-produtos {
        height: 180px;
    }
    .back-bottom-duvidas {
        height: 230px;
    }
}
@media (max-width: 992px) {
    .clica-menu-mob{
        display: block;
    }
    header{
        position: fixed;
    }
    .header-main {
        background-color: #fff;
    }
    .logo {
        width: 180px;
    }
    .contato-header {
        display: none;
    }
    header .menu{
        visibility: hidden;
        position: fixed;
        right: 0;
        top: 114px;
        height: calc(100% - 65px);
        width: 290px;
        max-width: 70%;
        -webkit-transform: translateX(10%);
           -moz-transform: translateX(10%);
            -ms-transform: translateX(10%);
                transform: translateX(10%);
        opacity: 0;
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        overflow-y: auto;
        padding: 0;
        z-index: 101;
    }
    header .menu ul {
        display: block;
    }
    header .menu ul li{
        margin: 5px auto;
        float: none;
    }
    header .menu ul li > button {
        width: 100%;
    }
    header .abas{
        display: block;
        font-size: 1.4em;
        line-height: 30px;
        padding: 10px 15px;
        text-align: right;
    }
    .ativa-menu-mobile header .menu{
        padding: 0;  
        visibility: visible;
        -webkit-transform: translateX(0%);
           -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        opacity: 1;
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
    .ativa-menu-mobile .pano-mob{
        visibility: visible;
        opacity: 1;
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
    .main{
        padding-top: 114px !important; 
    }
    .section-banner {
        height: 670px;
        padding-top: 0;
        background-position: center -184px;
    }
    .section-banner h2 {
        font-size: 2.8em;
    }
    .engloba-servicos > div:before {
        display: none;
    }
    .engloba-servicos > div i {
        font-size: 4em;
    }
    .section-historia:before {
        display: none;
    }
    .empresa-home > div {
        width: 100%;
    }
    .empresa-home > div img {
        display: none;
    }
    .section-obras {
        width: 90%;
        margin-top: 0;
        padding-bottom: 100px;
    }
    .engloba-titulo-obras div h3 {
        font-size: 3em;
    }
    .lista-obras li > div {
        height: 450px;
    }
    .coluna-rodape {
        width: 700px;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .colunas-rodape {
        margin: 0;
    }
    .section-banner-internas {
        display: none;
    }
    .lista-produtos li figure {
        width: 50px;
    }
    .lista-produtos div {
        width: calc(100% - 50px);
    }
    .lista-produtos li {
        width: 50%;
    }
    .back-sobre-bottom {
        height: 420px;
        background: url(../img/back-sobre-bottom.png) no-repeat center center;
        background-size: cover;
    }
    .float-empresa{
        width: 100%;
        max-width: 100%;
    }
    .float-empresa-azul {
        background-color: #0f1f3d;
        width: 100%;
        height: auto;
        max-width: 100%;
        padding: 40px 25px;
        padding-bottom: 250px; 
        margin-top: 20px;
    }
    .lista-galeria li {
        width: calc(33.33% - 7px);
    }
    .titulo-mapa {
        width: 45%;
    }
    .engloba-mapa {
        float: left;
        position: relative;
        width: 55%;
        height: 450px;
        padding-left: 0;
    }
    .float-contato {
        width: 100%;
    }
    .section-contato:before{
        width: 100%;
        height: 450px;
    }
    .titulo-forro-liso {
        height: 510px;
    }
    .titulo-forro-liso p {
        font-size: 2em;
        background-size: 70px;
        padding-top: 100px;
    }
    .lista-forro-liso li h4 {
        width: calc(100% - 50px);
        font-size: 2em;
        padding: 10px 0 10px 7%;
    }
    .lista-forro-liso li figure {
        padding: 7px;
        width: 50px;
        height: 50px;
    }
    .menu .submenu {
        display: block;
        position: relative;
        right: auto;
        left: 0;
        top: 0 !important;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        padding: 0 15px 0 0;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    .abas-submenu {
        font-weight: 400;
        text-align: right;
    }
    .menu .submenu:before {
        display: none;
    }
    .card-localizacao-home {
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    .logo {
        padding: 10px 0;
        width: 130px;
    }
    .clica-menu-mob {
        padding: 13px 0;
    }
    header .menu{
        top: 90px;
    }
    .main{
        padding-top: 90px !important; 
    }
    .caract-empresa-home li {
        min-width: 50%;
    }
    .lista-obras li a:first-child:after {
        font-size: 3.2em;
    }
    .bottom-footer .sociais-topo, .direitos, .wp8, .wp8 p {
        width: 100%;
        text-align: center;
    }
    .wp8 p, .direitos p {
        padding: 10px 0;
    }
    .bottom-footer .sociais-topo {
        margin: 0;
    }
    .bottom-footer .sociais-topo a{
        height: 30px;
        line-height: 30px;
    }
    .section-obras {
        width: 100%;
    }
    .section-historia {
        padding: 70px 0;
    }
    .section-bottom-produtos {
        height: 120px;
    }
    .float-empresa-azul {
        padding-bottom: 150px; 
    }
    .back-sobre-bottom {
        height: 320px;
    }
    .lista-galeria li {
        width: calc(50% - 7px);
    }
    .faixa-duvidas, .img-duvidas {
        display: none;
    }
    .float-duvidas {
        width: 100%;
    }
    .back-bottom-duvidas {
        height: 140px;
    }
    .float-localizacao .lista-duvidas li {
        width: 100%;
    }
    .titulo-mapa {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    .titulo-mapa h4 {
        background: url(../img/marker-titulo-mapa.png) no-repeat center top;
        background-size: 70px;
        padding-top: 100px;
        font-size: 2.4em;
    }
    .engloba-mapa {
        width: 100%;
        height: 250px;
    }
    .lista-servicos-interna {
        margin: 0;
    }
    .lista-servicos-interna li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .lista-servicos-interna li p {
        line-height: 1.4em;
        font-size: 1.4em;
    }
    .lista-molduras li h3 {
        font-size: 2em;
    }
    .lista-molduras {
        margin: 0 auto;
        display: block;
        width: 500px;
        max-width: 100%;
    }
    .lista-molduras li {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .lista-servicos li {
        max-width: 50%;
    }
    .engloba-titulo-obras div h3 {
        font-size: 2.4em;
        width: 155px;
    }
    .lista-obras li p {
        font-size: 1.4em;
    }
    .lista-tipos-gesso > li {
        width: 400px;
        max-width: 100%;
    }
    .card-localizacao-home {
        width: 50%;
    }
    .botoes-obras {
        width: 77%;
    }
    .section-obras:after{
        width: 92%;
    }
        
}
@media (max-width: 600px) {
    .lista-obras li > div {
        height: 400px;
    }
    .engloba-servicos > div {
        width: calc(100% - 5px);
        margin-bottom: 10px;
    }
    .lista-produtos {
        margin: 0;
        margin-top: 20px;
    }
    .lista-produtos li {
        width: 100%;
        padding: 0;
    }
    .back-sobre-bottom {
        height: 250px;
    }
    .float-empresa-azul {
        padding-bottom: 50px; 
    }
    .titulo-forro-liso {
        width: 100%;
        height: 350px;
    }
    .lista-forro-liso {
        width: 100%;
        padding: 50px 0 40px 0;
    }
    .engloba-titulo-obras div h3 {
        font-size: 1.8em;
        width: 120px;
    }
    
}
@media (max-width: 480px) {
}