div:hover > .btn { display: block; opacity: 1; transform: rotate(360); transition: all 1s; } .btn { text-align: center; margin: 0 auto; width: 100%; height: 40px; padding: 5px 0px; bottom: 0px; z-index: 999; cursor: pointer; opacity: 0.6; transition: all 1s; } .btn.absolute { position: absolute; } .btn > div { width: 100px; display: inline-block; } .btn .remove::before {    font-weight: 900; content: "\f05e"; font-family: "Font Awesome 5 Free"; font-size: 40px; color: #000; width: 100%; text-align: center; display: block; } .btn .remove::after { content: ""; font-family: calibri; font-size: 14px; color: #000; width: 100%; text-align: center; display: block; } .btn .add::before { font-weight: 900; content: "\f055"; font-family: "Font Awesome 5 Free"; font-size: 40px; color: #000; width: 100%; text-align: center; display: block; } .btn .add::after { content: "RETORNAR"; font-family: calibri; font-size: 16px; color: #000; width: 100%; text-align: center; display: block; } .btn.white *::before, .btn.white *::after { color: #fff !important; }
@font-face {
    font-family: 'egrvs';
    src: url('../pw-fonts/tt0586m.eot');
    src: local(''), url('../pw-fonts/tt0586m.woff') format('woff'), url('../pw-fonts/tt0586m.ttf') format('truetype'), url('../pw-fonts/tt0586m.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    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
}

body {
    overflow-x: hidden;
    background: url('../pw-images/fundo.jpg') center top no-repeat fixed
}

.logo-pw {
    text-align: center;
}

.logo-pw a {
    text-align: center;
}

a {
    text-decoration: none
}

.global {
    margin: 0 auto
}

.conteudo-pages {
    min-height: 500px;
    width: 998px;
    margin: 0 auto
}

.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: 700;
    color: #000
}

.texto-pages h2 {
    font: 20px Calibri;
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000
}

.contato input {
    width: 100%;
    padding: 10px 30px 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none!important;
    font-size: 17px;
    box-shadow: 2px 0 0 0 #333 inset;
    position: relative
}

.contato [required="required"] {
    background: #eee url('../pw-images/required.png') center right 10px no-repeat;
    background-size: 9px
}

.contato select,
.contato option {
    width: 50%;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none!important;
    font-size: 17px;
    box-shadow: 2px 0 0 0 #333 inset
}

.contato textarea {
    width: 100%;
    padding: 10px 30px 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none!important;
    resize: none;
    height: 200px;
    font-size: 17px;
    box-shadow: 2px 0 0 0 #333 inset;
    position: relative
}

.contato .submit {
    cursor: pointer;
    background: #333;
    color: #fff
}

.contato .required {
    color: #d90000;
    font: 17px calibri;
    font-weight: lighter;
    margin-bottom: 10px
}

.contato .required img {
    height: 9px
}

.logo-pw div {
    text-align: left
}

.logo-pw div p:first-child a {
    color: #fff;
    font: 12px Helvetica;
    margin-top: -8px;
    display: block
}

.logo-pw div a span {
    color: transparent
}

.topo {
    text-align: center;
    display: flex
}

.logo {
    margin: 10px auto;
    padding: 0 20px
}

.menu-total {
    visibility: hidden
}

.menu {
    margin: 30px 0
}

.menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.menu li {
    list-style-type: none;
    padding: 0 10px
}

.menu li a {
    font: 24px egrvs;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.menu li a.ativo {
    /* border: 2px solid #fff */
}

.menu li.sub {
    position: relative;
    cursor: pointer
}

.menu li.sub a {
    /* padding-right: 0; */
    display: flex;
    justify-content: center;
}

.menu li.sub a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 23px;
    padding-left: 10px
}

.sub .sub-menu li a:after {
    content: ''
}

.sub-menu {
    display: none;
    position: absolute;
    margin-top: 10px;
    z-index: 99999;
    width: 240px
}

.sub-menu ul {
    flex-direction: column
}

.sub-menu li {
    /* display: flex; */
    padding: 0;
}

.sub-menu li a {
    color: #666;
    background: #fff;
    width: 100%;
    transition: .7s;
    padding-right: 10px!important;
    justify-content: left!important
}

.rodape-total {
    background: #131516;
    border-top: 2px solid #ffffff;
    box-shadow: 0 10px 20px -7px #000 inset;
}

.rodape {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.rodape .texto-rodape .item {
    font: 16px calibri;
    color: #fff;
    margin: 20px 0;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.rodape .texto-rodape .item i {
    font-size: 25px;
    color: #9e9e9e;
    padding-right: 10px;
}

.rodape .menu-rodape li {
    list-style-type: none
}

.rodape .menu-rodape li a {
    font: 20px egrvs;
    color: #fff;
    display: flex;
    align-items: center;
}

.rodape .menu-rodape li a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #9e9e9e;
    padding-left: 10px;
    font-size: 18px;
}

.rodape .social {
    width: 300px;
}

.rodape .social .redes {
    display: flex;
    justify-content: space-around
}

.rodape .social .redes .item i {
    font-size: 30px;
    color: #9e9e9e;
    margin: 20px auto;
}

.rodape .top {
    background: #9E9E9E;
    transition: .7s;
    z-index: 99999999;
    bottom: 30px;
    right: 40px;
}

.rodape .top i {
    font-size: 30px;
    padding: 20px;
    color: #fff;
    transition: 1s
}

.slogan-total {
    text-align: center;
    padding: 43px 0
}

.slogan {
    width: 900px;
    margin: 50px auto
}

.slogan .texto {
    font: 47px egrvs;
    color: #fff;
    margin: 50px auto;
    padding: 0 20px;
    visibility: hidden;
    position: relative;
    z-index: -1
}

.slogan .botao {
    width: 419px;
    font: 31px egrvs;
    color: #fff;
    padding: 30px;
    margin: 100px auto;
    border: 4px solid #ffffff;
    cursor: pointer;
    visibility: hidden;
    transition: .5s all;
    z-index: -1 !important;
    position: relative;
}

.box-01-total {
    background: #3c3c3c;
    position: relative;
}

.box-01 .titulo-total {
    background: #3c3c3c;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.box-01 .titulo-total .titulo {
    margin: 50px 0;
    padding: 0 20px
}

.box-01 .titulo-total .titulo .linha {
    width: 130px;
    background: #fff;
    height: 7px;
    transition: .7s
}

.box-01 .titulo-total .titulo .texto {
    font: 40px egrvs;
    color: #fff;
    margin: 10px 0
}

.box-01 .titulo-total .descricao {
    width: 920px;
    font: 35px egrvs;
    color: #fff;
    margin: 20px 0;
    padding: 0 20px
}

.box-01 .conteudo {
    display: flex;
    flex-wrap: wrap
}

.box-01 .conteudo .item {
    position: relative;
    display: flex;
    justify-content: center;
    width: 25%;
    overflow: hidden;
    visibility: hidden
}

.box-01 .conteudo .item a {
    width: 100%
}

.box-01 .conteudo .item .nome {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    z-index: 9;
    transition: .7s
}

.box-01 .conteudo .item .img {
    display: flex;
    justify-content: center;
    background: #000;
    transition: .7s
}

.box-01 .conteudo .item .img img {
    opacity: .7;
    transition: .7s;
    width: initial
}

.box-01 .conteudo .item .nome .titulo {
    font: 35px egrvs;
    color: #fff;
    padding: 0 15px;
    text-align: right;
    transition: .7s
}

.box-01 .conteudo .item .nome .botao {
    width: 25px;
    height: 25px;
    border: 1px solid #8c8279;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s;
}

.box-01 .conteudo .item .nome .botao i {
    font-size: 15px;
    color: #fff
}

.box-02-total {
    position: relative
}

.box-02 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    box-sizing: border-box
}

.box-02 .conteudo {
    width: 50%;
    visibility: hidden
}

.box-02 .conteudo .titulo-total {
    width: 340px;
    margin: 50px 20px
}

.box-02 .conteudo .titulo-total .linha {
    background: #3c3c3c;
    width: 130px;
    height: 7px;
    transition: .7s;
}

.box-02 .conteudo .titulo {
    font: 40px egrvs;
    color: #242414
}

.box-02 .conteudo .descricao {
    font: 19px calibri;
    color: #000;
    margin: 20px;
    text-align: justify;
}

.box-02 .conteudo .botao {
    margin: 30px 0;
    display: flex
}

.box-02 .conteudo .botao a {
    font: 22px egrvs;
    color: #131516;
    margin: 30px 20px;
    padding: 20px 10px;
    border: 2px solid #131516;
    transition: .7s;
}

.box-02 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #13151663;
    overflow: hidden;
    visibility: hidden;
    width: 50%;
}

.box-02 .img img {
    opacity: .4;
    max-width: none
}

.box-02 .img .texto {
    position: absolute;
    font: 100px egrvs;
    color: #fff;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    border-top: 16px solid #fff;
    padding-top: 50px
}

.box-03-total {
    background: #131516
}

.box-03 {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.box-03 .titulo-total {
    margin: 20px auto;
    width: 1200px
}

.box-03 .titulo-total .titulo {
    margin: 0 auto 20px;
    font: 40px egrvs;
    color: #fff;
    text-align: center
}

.box-03 .barra {
    width: 100%;
    margin: 0 auto
}

.box-03 .linha {
    background: #868686;
    width: 10%;
    height: 5px;
    transition: .7s;
    margin: 0 auto;
}

.box-03 .conteudo {
    margin: 0 auto;
    justify-content: center
}

.box-03 .conteudo .container {
    display: flex;
    flex-wrap: wrap
}

.box-03 .conteudo .container .item {
    width: 25%;
    text-align: center;
    background: #131516;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    box-sizing: border-box;
    transition: .7s!important;
    visibility: hidden
}

.box-03 .conteudo .container .item:last-child {
    border-right: none
}

.box-03 .conteudo .container .item .img i {
    font-size: 45px;
    color: #868686;
    margin: 10px 0;
    padding: 0 20px;
    transition: .7s;
}

.box-03 .conteudo .container .item .titulo {
    font: 24px egrvs;
    color: #fff;
    margin: 10px 0;
    padding: 0 10px
}

.box-03 .conteudo .container .item .texto {
    font: 16px calibri;
    color: #fff;
    margin: 10px 0;
    padding: 0 10px
}

.box-04-total {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF9326;
    position: relative
}

.box-04 {
    display: flex;
    align-items: center
}

.box-04 .conteudo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    visibility: hidden
}

.box-04 .conteudo .barra {
    background: #fff;
    width: 30%;
    height: 7px;
    transition: .7s
}

.box-04 .conteudo .titulo {
    font: 60px egrvs;
    color: #fff
}

.box-04 .conteudo .botao {
    font: 40px egrvs;
    color: #fff;
    text-align: center;
    padding: 30px;
    border: 2px solid #fff;
    transition: .7s
}

.box-04-total .img {
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.box-04-total .img img {
    opacity: .4;
    max-width: none
}

.mapa {
    display: flex;
    position: relative
}

.formulario {
    background: #131516;
}

.formulario form {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.formulario input {
    margin: 20px 0;
    padding: 20px;
    font: 22px egrvs;
    color: #fff;
    border: 2px solid #ffffff;
    background: none;
}

.formulario input.submit {
    transition: .7s;
    cursor: pointer
}

.formulario input::placeholder {
    color: #999
}

.formulario textarea {
    margin: 0;
    padding: 20px;
    font: 22px egrvs;
    color: #fff;
    border: 2px solid #ffffff;
    background: none;
}

.formulario textarea::placeholder {
    color: #999
}

.formulario .info {
    display: flex;
    justify-content: space-between
}

.formulario .info input {
    width: 44.6%;
    margin: 20px 0 0
}
.descricao b {
    font: 19px calibri;
    color: #ff9326;
}

/* Titulo Pages */

.titulo-page {
    background-image: url(../pw-images/fundos/fundo-titulo-executivo.jpg);
    background-size: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    background-position: center;
}

.titulo-page h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'egrvs';
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.titulo-page h1:after {content: ' ';width: 30%;background: #fff;height: 3px;display: block;margin: 0 auto;}

/* Fim */

/* Transporte Executivo */

.page-total {
    min-height: 300px;
    background-color: #fff;
    padding: 40px 0;
}

.box-txt {
    width: 1200px;
    margin: 0px auto;
    padding: 40px 0;
}

.box-txt p {
    font-size: 25px;
    font-family: 'egrvs';
    padding: 5px 0;
    text-align: justify;
}

.box-txt img {
    width: 400px;
    float: left;
    padding: 0 20px 0 0;
}

/* Fim */

/* Seguranca do Trabalho */

.box-txt ul li {
    list-style: none;
    font-size: 25px;
    font-family: 'egrvs';
    padding: 5px 0;
    text-align: justify;
}

.box-txt ul li i {
    font-size: 25px;
    color: #3028ab;
}

.box-txt ul {
    padding: 15px 0;
}

.box-txt h2 {
    font-size: 30px;
    font-family: 'egrvs';
}

/* Fim */

/* Off Shore */

.box-img.offShore {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-img.offShore .item-img {
    width: 450px;
}

.box-img.offShore .item-img img {
    width: 100%;
}

/* Fim */

.mapaResp.m, 
.mapaResp.p {
    display: none;
}

@media only screen and (max-width:1700px) {
    .box-01 .conteudo .item .nome .titulo {
        font: 25px egrvs
    }
}

@media only screen and (max-width:1500px) {
    .box-01 .conteudo .item:nth-child(9) {
        display: none
    }
    .box-01 .conteudo .item:nth-child(10) {
        display: none
    }
    .box-01 .conteudo .item {
        width: 25%
    }
}

@media only screen and (max-width:1200px) {
    .box-02 .img .texto {
        font: 60px egrvs;
        width: 190px;
        border-top: 10px solid #fff;
        padding-top: 30px
    }

    .mapaResp.g, 
    .mapaResp.p {
    display: none;
    }

    .mapaResp.m {
        display: block
    } 
}

@media only screen and (max-width:998px) {
    * {
        max-width: 100%;
        box-sizing: border-box
    }
    .conteudo-pages {
        padding: 2%
    }
    .rodape {
        display: block
    }
    .rodape .texto-rodape .item {
        justify-content: center;
        text-align: center;
        margin: 5px;
    }
    .rodape .menu-rodape li a {
        justify-content: center;
        margin: 5px;
    }
    .rodape > div {
        width: 100%;
        margin: 40px 0
    }
    .rodape .social {
        text-align: center;
        margin: auto;
    }
    .logo-pw div{
        text-align: center;
    }
    .top {
        display: none
    }
    .box-01 .conteudo .item {
        width: 50%
    }
    .box-01 .conteudo .item:nth-child(9) {
        display: block
    }
    .menu li a.ativo{
        /* border: none; */
        /* color: #333; */
    }
}

@media only screen and (max-width:870px) {
    .menu li {
        width: 50%;
        text-align: center;
        margin: -1px;
        padding: 0px;
        border: 2px solid #fff;
        background: #131516;
        display: flex;
        justify-content: center;
    }
    .sub-menu {
        top: 143px;
        left: 1px;
        width: 100%;
    }
    .sub-menu li {
        background: #fff;
        width: 100%;
        padding: 20px 10px;
        border: none;
        border-bottom: 3px solid #ccc
    }
    .sub-menu li a {
        background: none
    }
    .box-02 .conteudo {
        width: 90%
    }
    .box-02 .img {
        display: none
    }
    .menu li a {
    border: none;
}
.titulo-page {
    height: unset;
    background-repeat: no-repeat;
    padding: 20px;
    background-position: center;
}
}

@media only screen and (max-width:760px) {
    .box-01 .conteudo .item:nth-child(n + 5) {
        display: none
    }
    .box-03 .conteudo .container .item {
        width: 50%
    }
    .box-04 .conteudo .titulo {
        font: 50px egrvs
    }
    .box-04 .conteudo .botao {
        font: 30px egrvs
    }
    .box-txt {
    padding: 15px;
}

.box-txt img {
    padding: 0;
}
}

@media only screen and (max-width:415px) {
    .box-03 .conteudo .container .item {
        width: 100%
    }
    .box-03 .conteudo .container .item:nth-child(n + 3) {
        display: none
    }
    .box-04 .conteudo .botao {
        font: 20px egrvs;
        padding: 20px;
        width: 100%
    }
}

@media only screen and (max-width:500px) {
    .box-01 .conteudo .item {
        width: 100%
    }
    .mapaResp.g, 
    .mapaResp.m {
    display: none;
    }

    .mapaResp.p {
        display: block
    } 
}

@media only screen and (max-width:370px) {
    .menu li {
        width: 100%;
        padding: 0;
    }
    .menu li a {
        font-size: 20px;
    }
    .sub-menu {
        top: 100%;
        margin: 0;
    }
    .box-02 .conteudo .titulo-total {
        width: 240px
    }
    .box-01 .conteudo .item .img img{
        height: 300px !important
    }
}

@media only screen and (min-width:870px) {
    .sub-menu li a:hover {
        background: #ff9326;
        color: #fff
    }
    .rodape .top:hover {
        border-radius: 40px
    }
    .rodape .top:hover i {
        transform: rotate(360deg)
    }
    .slogan .botao:hover {
        background: #e2e0de78;
    }
    .box-01:hover .titulo-total .titulo .linha {
        width: 100%
    }
    .box-01 .conteudo .item:hover .nome {
        transform: translate(0px, -140px)
    }
    .box-01 .conteudo .item:hover .img {
        background: #c7c5c3;
    }
    .box-01 .conteudo .item:hover .img img {
        opacity: .4
    }
    .box-01 .conteudo .item:hover .nome .titulo {
        transform: translate(-25px)
    }
    .box-01 .conteudo .item:hover .nome .botao {
        border: 1px solid #fff
    }
    .box-02:hover .conteudo .titulo-total .linha {
        width: 100%
    }
    .box-02 .conteudo .botao a:hover {
        background: #ececec7d;
        color: #fff;
    }
    .box-03:hover .linha {
        width: 30%
    }
    .box-03 .conteudo .container .item:hover {
        background: #222;
        transform: scale(1.1)!important;
        z-index: 99
    }
    .box-04-total:hover .conteudo .barra {
        width: 100%
    }
    .box-04 .conteudo .botao:hover {
        background: #FF9326
    }
    .formulario input.submit:hover {
        background: #e2e2e280;
    }
    .slogan-total {
    padding: 0;
}
}
