.logo-pw div p:first-child a {
    color: #fff;
    font: 12px "Helvetica";
    margin-top: -8px;
    display: block;
}

.logo-pw div {
    text-align: left;
}

.logo-pw div a span {
    color: transparent;
}

body {
    overflow-x: hidden;
}

* {
    color: #333333;
    margin: 0;
    padding: 0;
}

#erro-total {
    width: 700px;
    height: 270px;
    margin: 15px 0;
}

#imagem-centralizada {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#texto-404 {
    width: 100%;
    font-family: Calibri;
    font-size: 22px;
    text-align: center;
}

#aguarde {
    width: 100%;
    font-family: Calibri;
    font-size: 19px;
    text-align: center;
    margin: 5px 0;
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
}

a {
    text-decoration: none;
}

.global {
    margin: 0 auto;
}

.conteudo-pages {
    margin: 40px auto;
    background: linear-gradient(360deg, white, rgba(255, 255, 255, 0.73));
    margin-top: 10px;
    padding: 30px;
    box-shadow: -10px 0px 15px 24px #fff;
}

.texto-pages {
    font: 15px/25px "Calibri";
    color: #000;
    text-align: justify;
}

.texto-pages h1 {
    font: 25px "Calibri";
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.texto-pages h2 {
    font: 20px "Calibri";
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.menu-resp {
    display: none;
}

.swiper-container {
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 4px -1px #b5b5b5;
    transition: all 0.5s;
}

.contato {}

.contato input {
    width: 100%;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
}

.contato textarea {
    width: 100%;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    resize: none;
    height: 200px;
}

.contato .submit {
    cursor: pointer;
    background: #016086;
    color: #fff;
}

.linha-total {
    background: #323f6d;
}

.linha-total .linha {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
}

.linha .item {
    color: #fff;
    font: 16px "calibri";
    padding: 10px 0px;
}

.linha .item * {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}

.topo-total {}

.topo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0px;
}

.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
}

.menu li a {
    display: block;
    padding: 20px 10px;
    font: 18px "calibri";
    color: #333;
}

.menu li a:hover {
    /* color: #323f6d; */
}

.menu li .ativo {
    color: #323f6d;
    /* box-shadow: 0px 4px 0px 0px #a0b6de inset; */
    position: relative;
}

.menu li .ativo::before {
    /* font-family: "fontAwesome"; */
    /* position: absolute; */
    /* bottom: 9px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* color: #eee; */
    /* font-size: 27px; */
}

.menu li .ativo[data-icon="home"]::before {
    /* content: "\f015"; */
}

.menu li .ativo[data-icon="empresa"]::before {
    /* content: "\f0f7"; */
}

.menu li .ativo[data-icon="servicos"]::before {
    /* content: "\f2b5"; */
}

.menu li .ativo[data-icon="galeria"]::before {
    content: "\f03e";
}

.menu li .ativo[data-icon="clientes"]::before {
    /* content: "\f0c0"; */
}

.menu li .ativo[data-icon="contato"]::before {
    /* content: "\f2b9"; */
}

.rodape-total {
    background: #323f6d;
}

.rodape {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
}

.rodape .item {
    color: #fff;
    font: 23px "calibri";
    padding: 20px 0px;
    width: 330px;
    text-align: center;
}

.rodape .item i {
    color: #fff;
    font-size: 80px;
    display: block;
    text-align: center;
    height: 100px;
}

.logo-pw {
    display: table;
    margin: auto;
    text-align: center;
    padding: 20px 0px;
}
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 15px 0px;
}
/* Index */

.box-01 { width: 1200px; margin: auto;display: flex; flex-wrap: wrap; justify-content: space-around; padding: 10px; transition: all 0.5s; } .box-01:hover {} .box-01 > div { margin: 40px 0px; } .box-01 .conteudo { width: 580px; } .box-01 .conteudo .titulo { font: 45px 'calibri'; color: #a0b6de; } .box-01 .conteudo .titulo::first-line { color: #323f6d; } .box-01 .conteudo .linha { height: 4px; background: #eee; width: 100%; margin: 20px 0px 0px; position: relative; box-shadow: -1px -1px 2px 0px #fff inset; } .box-01 .conteudo .linha .barra { width: 80px; transition: all linear 0.8s 0.55s; height: 100%; background: #a0b6de; position: relative; } .box-01-total:hover .conteudo .linha .barra { width: 100%; transition: all linear 0.5s; } .box-01 .conteudo .texto {font: 20px/25px 'calibri';text-shadow: 0px 0px 1px #eee;color: #333;margin: 20px 0px;} .box-01 .conteudo .entrar { padding: 20px 70px; background: #a0b6de; color: #fff; font: 20px 'calibri'; display: table; transition: all 0.5s; } .box-01:hover .conteudo .entrar { transform: scale(1.1); transition: all 0.5s; } .box-01 .img { width: 450px; height: 370px; overflow: hidden; box-shadow: 0px 0px 8px 0px #fff inset; display: flex; position: relative; } .box-01 .img .info {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;text-align: center;z-index: 2;background: rgba(50, 63, 109, 0.6);font: 23px 'calibri';text-transform: uppercase;color: #fff;text-shadow: 0px 0px 33px #000;display: flex;flex-direction: column;justify-content: center;opacity: 1;transition: all linear 0.5s;transform: translateX(-100%);} .box-01 .img .info i { color: #fff; font-size: 100px; display: block; text-align: center; } .box-01:hover .img .info { opacity: 1; transition: all linear 0.5s 0.48s; transform: translateX(0%); } .box-01 .img img { width: 100%; height: auto; min-height: 100%; z-index: -1; } .box-02-total { background: #323f6d; } .box-02 { width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-around; } .box-02 .item {margin: 20px 0px;width: 311px;box-sizing: border-box;border: 2px solid rgba(0, 0, 0, 0.2);padding: 15px 10px;text-align: center;} .box-02 .item:hover {background: rgba(255, 255, 255, 0.1);} .box-02 .item .img { width: 100%; height: 157px; overflow: hidden; } .box-02 .item .titulo {font: 28px 'calibri';color: #fff;margin: 40px 0px;text-transform: uppercase;} .box-02 .item .conteudo { font: 18px/30px 'calibri'; color: #fff; margin: 40px 0px; } .box-02 .item .entrar {} .box-02 .entrar {padding: 20px 70px;background: #a0b6de;margin: 0 auto;color: #fff;font: 20px 'calibri';display: table;transition: all 0.5s;} .box-03 {width: 904px;margin: 30px auto;opacity: 0.6;transition: all linear 0.8s 0.55s;} .box-03-total:hover .box-03 { opacity: 1; transition: all linear 0.5s; } .box-03 .titulo { font: 45px 'calibri'; color: #a0b6de; text-align: center; margin-bottom: 40px; } .box-03 .titulo::first-line { color: #323f6d; } .box-03 .linha { height: 4px; background: #eee; width: 100%; margin: 20px 0px 0px; position: relative; box-shadow: -1px -1px 2px 0px #fff inset; } .box-03 .linha .barra { width: 80px; transition: all linear 0.8s 0.55s; height: 100%; background: #a0b6de; position: relative; } .box-03-total:hover .linha .barra { width: 100%; transition: all linear 0.5s; } .box-03 .item { width: 446px; display: inline-block; vertical-align: top; } .box-03 input { width: 100%; padding: 19px 20px; margin-bottom: 10px; border: none; background: #fff; box-sizing: border-box; background: #eee; outline: none !important; font: 18px 'calibri'; } .box-03 input:focus { box-shadow: 2px 0px 0px 0px #a0b6de inset; } .box-03 textarea { width: 100%; height: 200px; padding: 19px 20px; margin-bottom: 10px; border: none; background: #fff; box-sizing: border-box; background: #eee; outline: none !important; resize: none; font: 18px 'calibri'; } .box-03 textarea:focus { box-shadow: 2px 0px 0px 0px #a0b6de inset; } .box-03 .submit { width: 100%; padding: 20px 70px; background: #a0b6de; margin: 0 auto; color: #fff; font: 20px 'calibri'; display: table; transition: all 0.5s; cursor: pointer; } .mapa {} .formulario {display: flex;justify-content: center;width: 1200px;margin: 0 auto;align-items: center;} .formulario input { width: 100%; padding: 19px 20px; margin-bottom: 10px; border: none; background: #fff; box-sizing: border-box; background: #eee; outline: none !important; font: 18px 'calibri'; } .formulario input:focus { box-shadow: 2px 0px 0px 0px #a0b6de inset; } .formulario textarea { width: 100%; height: 200px; padding: 19px 20px; margin-bottom: 10px; border: none; background: #fff; box-sizing: border-box; background: #eee; outline: none !important; resize: none; font: 18px 'calibri'; } .formulario textarea:focus { box-shadow: 2px 0px 0px 0px #a0b6de inset; } .formulario .submit { width: 100%; padding: 20px 70px; background: #a0b6de; margin: 0 auto; color: #fff; font: 20px 'calibri'; display: table; transition: all 0.5s; cursor: pointer; } .conteudo-pages h1 { font: 45px 'calibri'; color: #a0b6de; text-align: center; margin-bottom: 40px; } .conteudo-pages h1::first-line { color: #323f6d; }

h1 {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: url(../pw-images/fundo.jpg) top no-repeat;
    background-attachment: fixed;
    font-size: 40px;
    color: #323f6d;
}

.texto p {
    font-family: 'Open Sans', sans-serif;
}
.texto-empresa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.texto-empresa .texto p {
    line-height: 25px;
    padding: 5px 70px;
    text-align: justify;
}

.img-empresa img {
    border-left: 5px solid #323f6d;
    border-top: 5px solid #323f6d;
    border-bottom: 5px solid #a0b6de;
    border-right: 5px solid #a0b6de;
    box-shadow: 0px 0px 5px 0px #6b6b6b;
}
.texto-empresa .texto em {
    font-weight: bold;
    color: #323f6d;
}
.formulario .mapa {
    width: 480px;
    border: 2px solid #323f6d;
    height: 450px;
}
.texto-empresa li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 10px;
    list-style: none;
    display: flex;
    align-items: center;
}

.texto-empresa i {
    color: #3a5ba7;
    font-size: 20px;
    padding: 5px 10px;
}
.texto-empresa b {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 20px;
}
.lang {
    width: 1000px;
    margin: 10px auto;
    display: flex;
    justify-content: flex-end;
}
.lang img {
    margin: 10px;
}
@media only screen and (max-width:1200px) {
    * {
        box-sizing: border-box;
        max-width: 100%;
    }
    .linha-total *,
    .topo-total *,
    .conteudo-pages,
    .conteudo-pages *,
    .box-02-total *,
    .mapa *,
    .rodape-total * {
        max-width: 100%;
    }
    .swiper-container img {
        max-width: auto;
    }
    .swiper-container {
        height: 0;
        transition: all 0.5s;
    }
    .conteudo-pages {
        padding: 2%;
    }
    .topo > div {
        width: 100%;
        margin: 10px 0px;
        text-align: center;
    }
    .menu-resp {
        display: block;
        background: url('../pw-images/menu-resp.png') center no-repeat;
        padding: 20px;
        cursor: pointer;
    }
    .menu {
        display: none;
    }
    .menu li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding: 0px;
    }
    .rodape div {
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }
}

@media only screen and (max-width:980px) {
    .box-03 .item {
        width: 100%;
    }
    
    .img-empresa {
    display: none;
    }
}

@media only screen and (max-width:600px) {
    div#wowslider-container1 {
    display: none;
    }
    
    .img-empresa {
    display: none;
    }
}