div:hover>.btn {
    display: block;
    opacity: 1;
    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;
}
.logo img {
    width: 360px;
}
.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;
}

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

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

.logo-pw-total {
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
}

.item.whats {
    background: #2ba531;
    border-radius: 30px;
    padding: 10px 0px !important;
    font-weight: bold;
}

.item.online {
    background: #00b29c;
    border-radius: 30px;
    padding: 10px 0px !important;
    margin-top: 10px;
    font-weight: bold;
}

.item.whats:hover {
    background: #239529;
    cursor: pointer;
}

.item.online:hover {
    background: #048676;
    cursor: pointer;
}

body {
    overflow-x: hidden;
}

* {
    color: #333333;
    margin: 0;
    padding: 0;
    border-radius: 1px;
}

span.client {
    background: #003366;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    transition: 0.5s;
}

span.client:hover {
    background: #602a2a;
    transition: 0.5s;
}

#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;
}

/* Dropdown Button */
.dropbtn {
    background-color: unset;
    color: #333333;
    padding: 0;
    border: none;
    transition: 1s;
    font-family: 'Calibri';
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    padding: 10px 12px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    transition: 1s;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #003366;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    transition: 1s;
    color: #fff !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff !important;
    padding: unset;
    text-decoration: none;
    display: block;
    transition: 1s;
    font: 16px/24px 'Calibri';
    width: 200px;
    font-weight: bold;
    text-shadow: unset !important;
}

i.fas.fa-caret-down {
    color: #333333;
    font-size: 18px;
    padding-left: 5px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #602a2a;
    transition: 1s;
    color: #fff !important;
    border-radius: unset !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    transition: 1s;
    margin-left: 4px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    transition: 1s;
}

.dropdown:hover .dropbtn i {
    transition: 1s;
}

.texto-pages {
    font: 20px/28px "Calibri";
    color: #000;
    text-align: justify;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

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

.mvv .item {
    width: 350px;
    text-align: center;
}

.mvv .icone {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.mvv .icone i {
    font-size: 50px;
    color: #00b1f4;
}

.mvv h3 {
    font-family: 'Calibri';
    font-size: 35px;
    color: #fff;
}

.mvv p {
    font-family: 'Calibri';
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 25px;
}

.boox1 {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
}
.column {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}
.column h1, .column h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color:  #333333;
}
.column h2 {
    font-size: 20px;
    margin-top: 20px;
    color:  #333333;
}
.column p {
    margin: 10px 0;
    color: #333333;
}
.column ul {
    margin: 10px 0;
    padding-left: 20px;
    color:  #333333;
}
.column ul li {
    margin-bottom: 10px;
}
@media (max-width: 800px) {
    .container {
        flex-direction: column;
    }
}

.item-text.altB {
    width: auto !important;
  }

.titulo-total {
    background: url(../pw-images/titulo.jpg) top no-repeat fixed;
}

.titulo-total h1 {
    width: 100%;
    height: 100%;
    padding: 60px 0;
    background: rgb(41 41 41 / 55%);
    text-align: center;
    color: #fff;
    position: relative;
    box-shadow: 0 0 5px 0 #000;
    font: 40px Calibri;
    text-shadow: 4px 4px 4px #000;
}

.titulo-total h1:after {
    display: flex;
    content: ' ';
    width: 40px;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    justify-content: center;
    border-radius: 40px;
    box-shadow: 4px 4px 4px #000;
}

.texto-pages h2 {
    font: 25px "Calibri";
    font-weight: bold;
    color: #036;
    padding-bottom: 10px;
}

.texto-pages h2:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    padding-right: 5px;
    color: #62292b;
    font-size: 22px;
}

.texto-pages ul {
    list-style: none;
}

.texto-pages li {
    display: flex;
    align-items: center;
}

.texto-pages li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    padding-right: 10px;
    color: #62292b;
    font-size: 9px;
}

.texto-pages li a{
    transition: .5s;
}

.texto-pages li a:hover {
    color: #00b1f4;
}

.servicos-total .servicos .txt {
    background: #f7f7f7;
    padding: 0 20px;
    width: 970px;
}

.servicos-total .servicos .img {
    padding: 20px;
    background: rgb(0 51 102 / 11%);
    border-radius: 20px 0 0 20px;
}

.servicos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 20px;
    flex-wrap: wrap;
}

.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 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: #003366;
}

.linha-total .linha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1050px;
    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 {
    position: relative;
    z-index: 99999;
}

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

.parceiros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 30px 0
  }
  
  .parceiros img {
    border: 2px solid #ddd;
    padding: 5px;
    margin: 10px;
  }

.redes {
    display: flex;
    justify-content: space-evenly;
}

.redes i {
    font-size: 50px;
    margin: 20px 0;
    color: #fff;
    transition: .5s;
}

.redes i:hover {
    color: #00b1f4;
}

.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 {
    font-family: 'Calibri';
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    padding: 10px 12px;
    /* margin: 5px; */
}

.menu li a:hover {
    /* background: #003366; */
    color: #622b28;
    border-radius: 20px;
    transition: 0.5s;
}

.rodape-total {
    background: #003366;
}

.rodape {
    justify-content: space-around;
    width: 300px;
    margin: 0 auto;
}

.rodape .item {
    color: #fff;
    font: 17px "calibri";
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.rodape .item i {
    color: #fff;
    font-size: 25px;
    display: block;
    text-align: center;
    padding: 0px 10px;
    width: 30px;
}

.logo-pw {
    display: flex;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.rodape.contatos {
    display: flex;
    align-items: center;
}

.rodape.contatos p {
    border-right: 2px solid #fff;
    height: 80px;
    display: flex;
    align-items: center;
}

/* Index */
.item-rodape-total {
    width: 1200px;
    display: flex;
    margin: 0px auto;
    align-items: center;
    padding: 20px;
}

.rodape p strong {
    color: #fff;
    font: 20px "calibri";
    font-weight: bold;
    padding: 10px;
}

.rodape img {
    width: 200px;
}

.social i {
    padding: 10px;
    font-size: 25px;
    color: #fff;
}

.topo-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}


.topo-chat .item.online {
    margin: 0px 10px;
}

.topo-chat .whats {
    padding: 10px 10px !important;
}

.topo-chat .online {
    padding: 10px 10px !important;
}

.box-01 {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    transition: all 0.5s;
}

.box-01>div {
    margin: 40px 0px;
}

.box-01 .conteudo {
    width: 580px;
}

.box-01 .conteudo .titulo {
    font: 45px 'calibri';
    color: #003366;
}

.box-01 .conteudo .titulo::first-line {
    color: #003366;
}

.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: #72120B;
    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: 18px 47px;
    background: #72120B;
    color: #fff;
    font: 20px 'calibri';
    display: table;
    transition: all 0.5s;
    border-radius: 8px;
}

.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(114, 18, 11, 0.61);
    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: #003366;
}

.box-02 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-02 .item {
    margin: 20px 10px;
    width: 311px;
    box-sizing: border-box;
    border: 2px solid rgba(251, 251, 251, 0.13);
    padding: 15px 10px;
    text-align: center;
    border-radius: 15px;
}

.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: 22px 'calibri';
    color: #fff;
    margin: 40px 0px;
}

.box-02 .item .conteudo {
    font: 18px/30px 'calibri';
    color: #fff;
    margin: 40px 0px;
    min-height: 150px;
}

.box-02 .entrar {
    padding: 20px 70px;
    background: #72120B;
    margin: 0 auto;
    color: #fff;
    font: 20px 'calibri';
    display: table;
    transition: all 0.5s;
    border-radius: 8px;
}

.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: #003366;
    text-align: center;
    margin: 20px;
}

.box-03 .titulo::first-line {
    color: #003366;
}

.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: #72120B;
    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';
    border-radius: 7px;
}

.box-03 input:focus {
    box-shadow: 2px 0px 0px 0px #72120b 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 #72120b inset;
}

.box-03 .submit {
    width: 100%;
    padding: 20px 70px;
    background: #72120b;
    margin: 0 auto;
    color: #fff;
    font: 20px 'calibri';
    display: table;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 8px;
}

.formulario {
    margin: 40px 0px;
}

.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 #72120b 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 #72120b inset;
}

.formulario .submit {
    width: 100%;
    padding: 20px 70px;
    background: #72120b;
    margin: 0 auto;
    color: #fff;
    font: 20px 'calibri';
    display: table;
    transition: all 0.5s;
    cursor: pointer;
}

.empresa-total {
    width: 1200px;
    margin: 0 auto;
}

.texto-empresa {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    flex-wrap: wrap;
}

.item-text {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 650px;
}

.item-text .item {
    padding: 30px;
}

.item-text h2 {
    font-family: 'Calibri';
    font-size: 30px;
    border-bottom: 2px solid #043f7a;
    color: #043e79;
}

.item-text p {
    font-family: 'Calibri';
    font-size: 20px;
    padding: 10px 0px;
    line-height: 28px;
    text-align: justify;
}

.item-text li {
    font-family: 'Calibri';
    font-size: 20px;
    margin: 5px 0;
}

.item-text li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    padding-right: 5px;
    color: #62292b;
    font-size: 17px;
}

.item-text ul {
    list-style: none;
    padding: 10px 0;
}

.item-text i {
    color: #3c3c3c;
}



.texto-empresa img {
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 20px;
}

.mvv-total {
    background: url('../pw-images/fundo.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
}

img.mapaRespM, img.mapaRespP {
    display: none;
}


.texto-pages.links {
    display: flex;
    justify-content: space-around;
}



i.fab.fa-android {
    color: #a4c639;
}

.dowloads p:hover {
    background-color: #003366b8;
    padding: 5px;
    transition: 1s;
    border-radius: 5px;
}

.dowloads p {
    transition: 1s;
    padding: 5px;
    margin: 5px 0;
    width: 90px;
    margin: 10px auto;
}

.dowloads p:hover a {
    color: white;
    transition: 0.5s;
}

a {
    transition: 0.5s;
}

@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 {
        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('../images/menu-resp.png') center no-repeat;
        padding: 20px;
        cursor: pointer;
    }

    .rodape div {
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }

    .menu li a {
        padding-top: 3px !important;
    }
    .servicos-total .servicos .img {
        width: 100%;
        text-align: center;
        border-radius: unset;
    }
    
    img.mapaRespG, img.mapaRespP {
        display: none;
    }

    img.mapaRespM {
        display: block;
    }
}

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

    .box-03 {
        width: 90%;
    }
    
}

@media only screen and (max-width: 600px) {
    .menu li a {
        padding: 0 10px 10px;
    }

    .linha .item:last-child {
        font-size: 13px;
    }

    .linha-total .linha {
        justify-content: center;

    }

    .menu li a {
        color: #fff;
    }

    .menu li:last-child {
        /* width: 100%; */
        /* background: #00b0f4; */
    }

    .menu li {
        width: 50%;
        padding: 10px;
        background: #036;
        border: 1px solid#fff;
    }

    .menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .linha .item {

        margin: 5px;
    }

    div#wowslider-container1 {
        display: none;
    }

    .box-01 .conteudo .titulo {
        font: 35px 'calibri';
        text-align: center;
    }

    .box-01 .conteudo .entrar {

        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .item-rodape-total {
        flex-wrap: wrap;
    }

    .item-rodape-total {
        flex-wrap: wrap;
    }

    .rodape .item i {

        margin: 0px 10px;
    }

    .rodape .item {
        justify-content: center;
    }

    .rodape.contatos p {
        display: none;
    }

    span.client {
    background: unset;
    }

    img.mapaRespG, img.mapaRespM {
        display: none;
    }

    img.mapaRespP {
        display: block;
    }

}