.titulo.blue > h2 {
    color: #003366 !important;
}

.text-pgVenda > p {
    padding: 10px 0px;
}

.text-pgVenda > ul {
    padding: 10px 0px;
}

.text-pgVenda > ul > li {
    padding: 5px 0px;
}

.text-pgVenda > ul > p {
    padding: 10px 0px;
}

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

.linha-total h2 {
    font-size: 21px !important;
    text-align: center;
    padding: 5px 0;
    font-weight: normal;
}

.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: "Roboto Condensed", sans-serif;
    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: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
}

span {
    color: #ffffff;
    /* font-weight: bold; */
}

.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: #575656;
    margin: 0;
    padding: 0;
    border-radius: 1px;
    font-family: "Roboto Condensed", sans-serif;
}

#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: "Roboto Condensed", sans-serif;
    font-size: 22px;
    text-align: center;
}

#aguarde {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    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;
}

.texto-pages {
    font: 15px/25px ""Roboto Condensed", sans-serif";
    color: #000;
    text-align: justify;
}

.branco {
    background: #fff !important;
}

.branco .texto, .branco .texto span {
    color: #575656 !important;
}

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

.mvv h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    color: #fff;
}

.mvv p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 25px;
}

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

.texto-pages h2 {
    font: 20px ""Roboto Condensed", sans-serif";
    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 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: 19px ""Roboto Condensed", sans-serif";
    padding: 10px 0px;
    font-weight: normal;
}

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

.topo-total {
    /* background: #e8e8e8; */
}

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

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

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

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

.menu li a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    list-style: none;
    font-weight: bold;
    padding: 10px 12px;
    color: #003380;
}

.menu li a:hover {
    color: #f16422;
    transition: 0.5s;
}

.rodape-total {
    background: #003380;
}

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

.rodape .item {
    color: #fff;
    font: 17px ""Roboto Condensed", sans-serif";
    padding: 10px 0px;
    /* text-align: center; */
    display: flex;
    align-items: center;
}

.item.txtItemFooter {
    padding: 5px 0 0 15px;
    font-family: "Roboto Condensed", sans-serif;
}

.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: 190px;
    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 ""Roboto Condensed", sans-serif";
    font-weight: bold;
    padding: 10px;
}

.rodape img {
    width: 245px;
}

.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-total {
    background: #003380;
}

.box-01-total-interno {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

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

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

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

.box-01 .conteudo .titulo h2 {
    font: 45px "Roboto Condensed", sans-serif;
    color: #ffffff;
    text-align: left;
}

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

.titulo.blue h2::first-line {
    color: #003380 !important;
    font-family: "Roboto Condensed", sans-serif;
}

.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: #f16422;
    position: relative;
}

.box-01-total:hover .conteudo .linha .barra {
    width: 100%;
    transition: all linear 0.5s;
    background: #f16422;
}

.box-01 .conteudo .texto {
    font: 20px "Roboto Condensed", sans-serif;
    /* text-shadow: 0px 0px 1px #eee; */
    color: #fff;
    margin: 20px 0px;
    text-align: justify;
    line-height: 25px;
}

.box-01 .conteudo a {
    padding: 20px 45px;
    background: #003380;
    color: #fff !important;
    font: 20px "Roboto Condensed", sans-serif;
    display: table;
    transition: all 0.5s;
    border: 1px solid #003380;
}

.box-01 .conteudo a:hover {
    transition: all 0.5s;
    background: #d2691e00;
    color: #003380 !important;
}

.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(44, 64, 107, 0.52);
    font: 23px "Roboto Condensed", sans-serif;
    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%;
}

.box-02-total {
    /* background: linear-gradient(-200deg, #2c406b, #7186b1); */
}

h3.subTit {
    text-align: center;
    font-size: 30px;
    color: #f16422;
    padding: 10px 0 0 0;
}

.box-02-total h2 {
    text-align: center;
    padding: 30px 0 0;
    color: #003380;
    font-size: 45px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}

.box-02 {
    /* width: 1200px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-02 .item {
    margin: 20px 0px;
    /* width: 24%; */
    box-sizing: border-box;
    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: 28px "Roboto Condensed", sans-serif;
    color: #f16422;
    margin: 10px 0px;
}

.box-02 .item .conteudo {
    font: 17px "Roboto Condensed", sans-serif;
    color: #575656;
    margin: 20px 10px;
    min-height: 250px !important;
}

.box-02 .entrar {
    padding: 20px 70px;
    background: #003380;
    margin: 0 auto;
    color: #fff;
    font: 20px "Roboto Condensed", sans-serif;
    display: table;
    transition: all 0.5s;
    border: 1px solid #003380;
}

.box-01 .conteudo a:hover .entrar {
    color: #003380;
}

.box-01 .conteudo a .entrar {
    color: #fff;
}

.box-02 .entrar:hover {
    background: white;
    color: #003380;
}

.box-02 .item .conteudo ul {
    list-style: inside;
}

.box-02 .item .conteudo li {
    color: #fff;
    text-align: left;
}

.box-03 {
    width: 1200px;
    margin: 30px auto;
    /* opacity: 0.6; */
    transition: all linear 0.8s 0.55s;
}

.clientes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemCliente {
    margin: 50px;
}

.box-03-total:hover .box-03 {
    opacity: 1;
    transition: all linear 0.5s;
}

.box-03 .titulo {
    font: 45px "Roboto Condensed", sans-serif;
    color: #003380;
    text-align: center;
    margin: 20px;
}

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

.box-03 .linha {
    height: 4px;
    background: #eee;
    width: 90%;
    margin: 20px auto 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: #f16422;
    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 "Roboto Condensed", sans-serif;
    border-radius: 7px;
}

.box-03 input:focus {
    box-shadow: 2px 0px 0px 0px #2c406b 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 "Roboto Condensed", sans-serif;
}

.box-03 textarea:focus {
    box-shadow: 2px 0px 0px 0px #2c406b inset;
}

.box-03 .submit {
    width: 100%;
    padding: 20px 70px;
    background: #2c406b;
    margin: 0 auto;
    color: #fff;
    font: 20px "Roboto Condensed", sans-serif;
    display: table;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 8px;
}

.formulario {
    width: 550px;
    margin: 40px auto;
}

.formulario input {
    width: 100%;
    padding: 10px 20px;
    margin: 15px 0;
    border: 1px solid #b0b0b0;
    box-sizing: border-box;
    background: #e4e4e4;
    outline: none !important;
    font: 23px 'roboto';
    border-radius: 7px;
}

.formulario input:focus {
    /* box-shadow: 2px 0px 0px 0px #72120b inset; */
}

.formulario textarea {
    width: 100%;
    height: 200px;
    padding: 19px 20px;
    margin: 15px 0;
    border: 1px solid #b0b0b0;
    box-sizing: border-box;
    background: #e4e4e4;
    outline: none !important;
    resize: none;
    font: 23px 'roboto';
    border-radius: 7px;
}

.formulario textarea:focus {
    /* box-shadow: 2px 0px 0px 0px #72120b inset; */
}

.formulario .submit {
    width: 40%;
    padding: 20px 70px;
    background: #f16422;
    margin: 20px auto 0;
    color: #fff;
    font: 20px 'roboto';
    transition: all 0.5s;
    cursor: pointer;
    display: block;
    border: 1px solid #f16422;
    border-radius: unset;
    font-family: "Roboto Condensed", sans-serif;
}

.formulario input::placeholder {
    font-family: "Roboto Condensed", sans-serif;
}

.formulario textarea::placeholder {
    font-family: "Roboto Condensed", sans-serif;
}

.conteudo-pages h1 {
    font: 40px 'roboto';
    color: #003380 !important;
    text-align: center;
    margin: 40px 0;
    background: linear-gradient(45deg, #003366, #0b529a);
    padding: 5px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    box-shadow: 0px 0px 0px 5px #036;
    display: none;
}

.conteudo-pages h1::first-line {
    /* color: #ffffff; */
}

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

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

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

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

.item-text h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    border-bottom: 2px solid #043f7a;
    color: #043e79;
}

.item-text p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    padding: 10px 0px;
    line-height: 35px;
    text-align: justify;
}

.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: 7% 0;
    background: linear-gradient(360deg, #ff9d0a, #f16422);
}

/* Home */

.box-produtos h2 {
    font-size: 40px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #003380;
}

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

.item-produto {
    width: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    margin: 20px 0;
}

.img-produto {
    text-align: center;
}

.item-produto h2 {
    font-size: 22px;
    padding: 10px 0;
    width: 100%;
}

.item-produto p {
    font-size: 17px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    padding: 5px 0;
    min-height: 180px;
}

.box-produtos {
    padding: 40px 0;
    border-top: 1px solid #ddd;
}

.btnMais {
    text-align: center;
    margin: 20px 0;
}

.btnMais a {
    background: #003380;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    padding: 15px 30px;
    font: 25px ""Roboto Condensed", sans-serif";
    display: table;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
    border: 1px solid #003380;
}

.btnMais a:hover {
    background: #ffffff;
    border: 1px solid #003380;
    color: #003380;
    box-sizing: border-box;
}

.pgVenda .texto {
    text-align: justify;
}

.pgVenda .box-01 {
    /* border-bottom: 1px solid #ddd; */
    justify-content: space-between;
}

.btnVendas {
    display: flex;
    justify-content: space-between;
    width: 420px;
    flex-wrap: wrap;
}

.pgVenda .box-01:hover .conteudo .entrar {
    transform: unset;
}

.img.interna {
    display: block;
    overflow: unset;
}

.img.interna img {
    margin: 0 0 25px;
}

.texto.pgInterna {
    height: 540px;
    overflow: auto;
    padding: 10px 5px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.section {padding: 50px 0;}

.section h2 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    color: #f16422;
}

.boxProdutos {
    width: 1100px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.produtoItem {
    width: 250px;
    margin: 30px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px 15px 35px;
    box-sizing: border-box;
}

.imgProduto img {
}

.produtoItem h2 {
    font-size: 18px;
    margin: 0px 0 20px;
}

.produtoItem a.btnProd {
    background: #003366;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    padding: 10px;
    border: 1px solid #036;
    transition: 0.5s;
}

.produtoItem a.btnProd:hover {
    background: white;
    color: #003366;
    transition: 0.5s;
}

a.btnProd {}

.imgProduto {
    width: 220px;
}

.imgProduto img {
    width: 100%;
}

.produtoItem a.btnProd:hover {
    background: #ffffff;
    color: #003366;
}

.linha {
    width: 1200px;
    margin: 0 auto 50px;
}

.dupla {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.col-txt {
    width: 560px;
}

.col-txt h2 {
    text-align: left;
    font-size: 40px;
    font-family: "Roboto Condensed", sans-serif;
    color: #003380;
    font-weight: 100;
}

h2.pgGerPeq {
    margin: 0 0 30px;
}

.col-txt h3 {
    font-size: 26px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0px 0 20px;
    color: #f16422;
    font-weight: 500;
}

.col-txt p {
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: justify;
    padding: 3px 0;
}

.col-img {
    width: 640px;
}

.col-img img {
    width: 100%;
}

.btnPgMais {
    margin: 40px 0 0;
}

.btnPgMais {
    width: 1200px;
    margin: 40px auto 70px;
}

.btnPgMais a {
    background: #003380;
    color: #fff;
    font-size: 20px;
    padding: 20px 50px;
    font-family: "Roboto Condensed", sans-serif;
    border: 1px solid #003380;
    transition: 0.5s;
}
a.entrar.white:hover {
    background: #fff;
    color: #f16422 !important;
}

a.entrar.white {
    background: #f16422;
    width: unset !important;
    padding: 20px 45px;
    color: #fff !important;
    font: 20px "Roboto Condensed", sans-serif;
    display: table;
    transition: all 0.5s;
    border: 1px solid #003380;
    margin: -30px 0 0 10px !important;
}

.left .entrar {
    color: #fff;
}

.left {
    margin: 0 !important;
}

a.entrar.white:hover .entrar {
    color: #f16422;
}

.btnPgMais a:hover {
    background: white;
    color: #003366;
}

.section .btnPgMais {
    width: 1200px;
    margin: 70px auto 40px;
    /* text-align: center; */
}

.box-form {
    width: 1140px;
    margin: 20px auto;
}

.box-form input {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    outline: none !important;
    font-size: 20px;
    border-radius: 5px;
    font-family: "Roboto Condensed", sans-serif;
}

.box-form form {
    margin: 30px 0;
    text-align: center;
}

.box-form textarea {
    width: 100%;
    height: 155px;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    font-size: 20px;
    border-radius: 5px;
}

.box-form input.submit {
    width: 140px;
    text-align: center !important;
    background: #003380;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #003380;
}

.box-form input:focus {
    /* border: #86b7fe; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.box-form textarea:focus {
    /* border: #86b7fe; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.box-form input.submit:hover {
    transition: 0.5s;
    background: #ffffff;
    color: #036;
}

.box-form input::placeholder {font-family: "Roboto Condensed", sans-serif;}

.box-form textarea::placeholder {font-family: "Roboto Condensed", sans-serif !important;}

.pgVenda {
    background: #fff;
}

.pgVenda .titulo {
    font: 40px "Roboto Condensed", sans-serif;
    color: #003380;
    text-align: left;
    margin: 0;
}

.pgVenda .texto {
    color: #575656 !important;
    text-align: left !important;
    font-size: 17px !important;
}

.box-02 .item {
    width: 25%;
}

.titulo span {
    color: #f16422;
    font-size: 36px;
}

.pgClientes .box-03 {
    width: 1200px;
}

.pgClientes .itemCliente {
    margin: 50px;
}

.pgClientes .btnPgMais {
    width: 1200px;
    margin: 50px auto 100px;
}

.pgClientes .clientes {
    justify-content: space-between;
}

input::placeholder {
    color: #575656;
    font-family: "Roboto Condensed", sans-serif;
}

.formulario textarea::placeholder {
    color: #575656;
}

.formulario .submit:hover {
    background: white;
    color: #f16422;
    transition: 0.5s;
    border: 1px solid #f16422;
}

.titulo {
    font: 45px "Roboto Condensed", sans-serif;
    color: #003380;
    text-align: center;
    margin: 20px 0;
}

.pgServicos .texto {
    min-height: 135px;
}

.blue a {
    background: #003366 !important;
    border: 1px solid #036 !important;
}

.blue:hover a {
    color: #003366 !important;
}

.blue a:hover {
    background: white !important;
}

.blue a:hover .entrar {
    color: #036 !important;
}

.flex {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.caracteristicas {
    width: 450px;
    margin: 0 0 0 50px;
}

.linhas h2 {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    color: #f16422;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    padding-bottom: 15px;
}

.col-linhas h3 {
    color: #003380;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    /* font-weight: normal; */
}

.caracteristicas h2 {
    font-size: 24px;
}

.subTitulo {
    font: 30px "Roboto Condensed", sans-serif;
    color: #f16422;
}

.pgManutencao .texto p {
    padding: 5px 0;
}

.pgManutencao .titulo {
    font-size: 40px;
}

.box-01.pgManutencao {
    border-bottom: none;
    justify-content: space-between;
}

/* Acordeao */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    outline: none;
    transition: 0.4s;
    margin: -1px 0 0 0;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #e7f1ff;
    color: #0c63e4;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0px 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #ddd;
    margin: -1px 0 -1px 0;
  }

  .panel p {
    padding: 10px 0;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 23px;
}

  .accordion:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f078'; /* Unicode character for "plus" sign (+) */
    font-weight: bold;
    display: block;
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    transition: 0.5s;
  }
  
  .active:after {
    content: "\f077"; /* Unicode character for "minus" sign (-) */
    transition: 0.5s;
  }

  .accordion:first-child {
    border-radius: 5px 5px 0 0;
}

/* Fim */ 

/* Tabela */

.table h2 {
    text-align: center;
    font-size: 28px;
    color: #003380;
}

.headTable {
    display: flex;
    justify-content: space-between;
    background: #f16422;
}

.tableHead {
    width: 10%;
    flex-grow: 1;
    text-align: center;
    border: 1px solid #ddd;
    margin: -1px;
    /* background: #f16422; */
    color: #fff;
}

.flexCell {
    display: flex;
    justify-content: center;
}

.tableHeadCell {border: 1px solid #ddd;flex-grow: 1;margin: -1px;width: 100%;}

.tableHeadCell p {
    padding: 7px;
    color: #fff;
}

.tableHead p {
    color: #fff;
    padding: 6px;
    font-size: 17px;
}

.tableHead:nth-child(4) {
    flex: 12;
}

.tableHead:nth-child(6) {
    flex: 12;
}

.tableRow {
    display: flex;
}

.tableRow p {
    color: #333;
    padding: 2px;
    font-size: 16px;
}

.tableBody p {
    font-size: 15px;
}

.tableBody .tableRow:hover {
    background: #a0a0a0;
}

/* Fim Tabela */

.btnWppFixed a i {
    background: #4caf50;
    color: #fff;
    padding: 10px;
    font-size: 60px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.btnWppFixed {
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.btnWppFixed a i:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.sticky{
	background-color: rgb(255 255 255);
	visibility: visible;
	/* height: 60px !important; */
	transition: 0.5s;
	position: fixed;
	top: 0;
	width: 100%;
	}

	.block {
    display: block !important;
}

.block p {
    color: #fff;
    width: 80%;
    padding: 10px 0 0;
    font-family: "Roboto Condensed", sans-serif;
}

.mobileYes {
    display: none;
}

.pgServicos .pgVenda {
    border-bottom: none;
}

.swiper-slide img {
    width: 100%;
}


.g-recaptcha {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.box-form .submit {
    margin-top: 10px;
}

@media only screen and (min-width:1300px) {
    .box-02 .item .conteudo {
        min-height: 210px !important;
    }
}

@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: 50%;
        margin: 10px 0px;
        text-align: center;
    }

    .menu-resp {
        display: block;
        background: url('../pw-images/menu-resp.png') center no-repeat;
        padding: 20px;
        cursor: pointer;
        width: 80px !important;
        background-size: 80%;
    }

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

    .menu li a {
        padding-top: 3px !important;
    }
    .box-02 .item {
    width: 50%;
    }

    .box-02 .item .conteudo {min-height: 220px !important;}

    .menu ul li {
    display: block;
}

.menu ul {
    width: 100%;
    background: #fff;
    /* position: absolute; */
    /* right: 0%; */
    /* left: 30%; */
    top: 0;
    border-radius: 8px;
    z-index: 99999;
}

.menu {
    display: none;
    width: 100% !important;
}

.menu ul li a {
    color: #f16422;
    font-size: 16px;
}

.menu ul li {
    padding: 10px;
    /* border-bottom: 1px solid #f16422; */
}

.menu-resp {
}

}

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

    .box-03 {
        width: 90%;
    }

    .left {
    margin: 0 auto !important;
}

a.entrar.white {
    margin: 0 auto !important;
}

.box-01-total {
    padding-bottom: 25px;
}

.box-01 {
    justify-content: space-around;
}
}

@media only screen and (max-width: 600px) {

    .logo img {
        width: 75%;
    }

    .topo {
        justify-content: space-between;
        align-items: center;
    }
    .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%;
    }

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

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

    .linha .item {width: 100%;text-align: center;margin: 0;padding: 6px;font-size: 15px;}

.linha .item a {
    font-size: 15px;
}
    
    .linha .item h2 {
    font-size: 15px !important;
}
    
    div#wowslider-container1 {
        display: none;
    }

    .box-01 .conteudo .titulo {
        font-size: 35px;
        text-align: center;
        font-family: "Roboto Condensed", sans-serif;
    }

    .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: start;
        margin: 5px 0;
        padding: 10px 0;
    }
    
    .box-02 .item {
        width: 100%;
    }
    .box-02 .item .conteudo {
    min-height: unset !important;
    }

    .clientes {
        justify-content: center !important;
    }

    .linha-total {
        /* display: none; */
    }

    .box-produtos h2 {
        font-size: 25px;
    }

    h3.subTit {
        font-size: 18px;
    }

    .box-produtos h2 {
        font-size: 20px;
    }

    .item-produto p {
        font-size: 16px;
    }

    .box-01 .conteudo .titulo h2 {
        font-size: 32px;
        text-align: center;
    }

    .box-01 .conteudo .texto {
        font-size: 16px;
    }

    .box-02-total h2 {
        font-size: 20px;
    }

    .box-02 .item .titulo {
        font-size: 20px;
        margin: 0px;
    }

    .box-02 .item .conteudo {
        font-size: 16px;
        margin: 10px;
        padding: 0 20px;
    }

    .box-03 .titulo {
        font-size: 35px;
    }

    .box-03 .titulo span {
        font-size: 28px;
    }

    .box-form {
        padding: 10px;
    }

    .rodape.contatos p {
        display: none;
    }

    .block p {
        width: 100%;
        text-align: left;
    }
    .itemCliente {
        margin: 0 auto;
        width: 50%;
        text-align: center;
    }

    .btnWppFixed a i {
        font-size: 40px;
        width: 50px;
        height: 50px;
    }

    .swiper-container {
        height: 220px;
        max-width: unset;
    }

    .swiper-container img {
        height: 100%;
        max-width: unset;
    }

.swiper-slide img {
    width: auto;
}

    .swiper-slide {display: flex;justify-content: center;align-items: center;overflow: hidden;}

    .box-produtos {
        padding: 40px;
    }

    .box-01-total .conteudo .linha {
        background: #f16422;
        box-shadow: none;
    }

    .box-01 .conteudo {
        padding: 0px 15px;
        margin: 0;
    }

    .box-01 .img {
        height: auto;
        width: auto;
        margin: 0;
        padding: 0px 0 30px;
    }

    .box-02 .item .img {
        height: auto;
    }

    .box-01 .conteudo a {
        margin: 5px auto;
        width: 230px;
    }

    .box-01 .img img {
        min-height: auto;
    }

    .boxProdutos {
        justify-content: space-around;
    }

    .btnPgMais {
        text-align: center;
    }

    .pgClientes .itemCliente {
        margin: 0px;
    }

    .pgClientes .clientes {
        width: 100%;
    }

    .formulario .submit {
        width: auto;
    }

    .formulario {
        padding: 0px 20px;
    }

    .linhas h2 {
        width: auto;
        font-size: 20px;
        text-align: center;
    }

    .linha.flex {
        justify-content: space-around;
    }

    .caracteristicas {
        margin: 0;
        padding: 20px;
    }

    .col-linhas h3 {
        font-size: 20px;
        text-align: center;
    }

    .tableHead p {
        font-size: 7px;
    }

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

    .wrap-reverse {
    flex-wrap: wrap-reverse;
    }

    .col-txt {
        padding: 20px;
    }
    
    h2.pgGerPeq {
        font-size: 23px;
        text-align: center;
    }

    .col-txt h2 {
        font-size: 23px;
        font-weight: bold;
    }
    
    .col-txt h3 {
        font-size: 20px;
    }

    .mobileNone {
    display: none;
}

.mobileYes {
    display: block;
}

.btnVendas a {
    padding: 20px 45px;
    background: #003380;
    color: #fff !important;
    font: 20px "Roboto Condensed", sans-serif;
    display: table;
    transition: all 0.5s;
    border: 1px solid #003380;
    margin: 0 auto 20px;
}

.btnVendas a .entrar {
    color: #fff;
}

.pgVenda {
    /* border-bottom: 1px solid #ddd; */
}

}