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

.row-manual {
    width: 80%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 30px;
}

.flex-img {
    padding-right: 50px;
}

.btn.absolute {
    position: absolute;
}

.btn>div {
    width: 100px;
    display: inline-block;
}

i.fas.fa-comments {
    color: #ffff !important;
}

i.fab.fa-whatsapp {
    color: #fff !important;
}

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

#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 light;
    font-size: 22px;
    text-align: center;
}

#aguarde {
    width: 100%;
    font-family: Calibri light;
    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 "Calibri light";
    color: #000;
    text-align: justify;
}

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

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

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

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

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

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

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

.texto-pages h2 {
    font: 20px "Calibri light";
    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;
    transition: all 0.5s;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 50px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 50px !important;
}

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

.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 {
    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 {
    font-family: 'calibri';
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    padding: 10px 8px;
}

.menu li a:hover {
    color: var(--laranjaEscuro);
    border-radius: 20px;
    transition: 0.5s;
}

.menu li .ativo {
    color: #272727;
    position: relative;
}

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

.rodape-total {
    background: #f69d3f;
}

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

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

.rodape .item i {
    color: #ffffff;
    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;
}

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

.rodape p strong {
    color: #ffffff;
    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: #313131;
}

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

.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: #e49037;
    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: #ffb566;
    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: 30px;
    left: 0px;
    width: 100%;
    height: 370px;
    text-align: center;
    z-index: 2;
    background: rgb(255 181 112 / 58%);
    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: #ffb566;
}

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

.box-02 .item {
    margin: 20px 0px;
    width: 330px;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.5);
    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 'calibri';
    min-height: 70px;
    color: #fff;
    margin: 40px 0px;
}

.box-02 .item .conteudo {
    font: 20px/25px 'calibri';
    color: #fff;
    margin: 34px 0px;
    min-height: 250px;
}

.box-02 .entrar {
    padding: 20px 70px;
    background: #ffffff;
    margin: 0 auto;
    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: #484848;
    text-align: center;
    margin-bottom: 40px;
}

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

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

.conteudo-pages h1 {
    font: 45px 'calibri';
    color: #72120B;
    text-align: center;
    margin-bottom: 40px;
    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;
}

.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: 'Myriad Pro';
    font-size: 30px;
    border-bottom: 2px solid #043f7a;
    color: #043e79;
}

.item-text p {
    font-family: 'Myriad Pro';
    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: 50px;
}

:root {
    --laranjaClaro: #FFB566;
    --laranja: #ff8400;
    --laranjaEscuro: #ff6600;
}

.page-title {
    text-align: center;
    background-color: var(--laranjaClaro);
    padding: 10px;
}

.page-title h1 {
    font-size: 38px;
    color: #fff;
    font-family: 'Calibri light';
    font-variant: small-caps;
}

main {
    width: 1200px;
    margin: 30px auto;
    border-radius: 10px;
    padding: 15px;
}

.page-txt {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0px;
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #333333;
        display: flex;
        flex-direction: column;
        text-align: justify;
        width: 43%;
}

.page-txt-full {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0px;
    text-align: justify;
    margin-top: 20px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    width: 100%;
}

.page-txt p {
    font-family: 'Calibri light';
    color: #666;
    margin: 12px;
    padding-right: 40px;
    text-align: -webkit-auto;
}

.page-txt-full p {
    font-family: 'Calibri light';
    color: #666;
    margin: 12px;
    padding-right: 40px;
}


.flex-txt {
    display: flex;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Calibri light';
    text-align: justify;
    margin-top: 20px;
    color: #333333;
}


.flex-img img {
    box-shadow: 3px 3px 6px black;
    margin-left: 20px;
}

.flex-img-2 {
    width: 500px;
    height: auto;
    margin-bottom: 60px !important;
    display: flex;
    margin: auto;
    justify-content: center;
}

.flex-img-2 img {
    width: 100%;
    height: auto;
}


main>h2 {
    font-size: 25px;
    text-align: center;
    padding: 10px;
    font-family: 'Calibri light';
    border-bottom: solid var(--laranjaClaro) 3px;
    color: #333333;
}

.box-all-2 {
    display: flex;
    flex-wrap: wrap;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-2 {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    align-self: center;
    border: 3px solid black;
    width: 250px;
    margin: 5px;
    min-height: 4vh;
    color: white;
    background: var(--laranja);
    transition: .6s;
    font-family: 'Calibri light';
    font-size: 16px;
}

.box-2:hover {
    background-color: var(--laranjaEscuro);
    transform: scale(1.05);
    border-radius: 5px;
    -webkit-transform: rotateZ(3deg);
    cursor: pointer;
}

.second-title {
    text-align: center;
    padding: 5px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-bottom: 20px !important;
    font-size: 22px;
    font-family: 'Calibri light';
    margin: auto;
    border-bottom: solid var(--laranjaClaro) 3px;
}

.box-1 {
    border: 3px solid black;
    width: 250px;
    margin: 5px;
    min-height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.img {
    text-align: center;
    padding: 30px 0px;
}

.img-page {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 30px 0px;
    box-shadow: 2px 2px 6px #252525;
    border-radius: 4px;
}

.img-page img {

    border-radius: 5px;
}

.img-page-services {
    margin-bottom: 20px;
    box-shadow: 2px 2px 6px #252525;
    text-align: center;
    width: 900px;
    height: 300px;
    overflow: hidden;
    border-radius: 4px;
}

.img-page-services img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.box-3 {
    font-family: 'Calibri light';
    border: 3px solid black;
    width: 250px;
    min-height: 5vh;
    display: flex;
    text-align: center;
    margin: 10px;
    color: white;
    justify-content: center;
    align-items: center;
    background-color: var(--laranja);
    transition: .7s;
}

.box-3:hover {
    background-color: var(--laranjaEscuro);
    transform: scale(1.05);
    border-radius: 5px;
    -webkit-transform: rotateZ(3deg);
    cursor: pointer;
}

.box-all-3 {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;
}

section.treinamento-pres p {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Calibri light';
    text-align: center;
    padding: 25px 0px;
}

.box-all-4 {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.box-4 {
    border: 3px solid black;
    width: 250px;
    min-height: 5vh;
    display: flex;
    text-align: center;
    margin: 10px;
    color: white;
    justify-content: center;
    align-items: center;
    background-color: var(--laranja);
    line-height: 23px;
    transition: .7s;
    font-family: 'Calibri light';
}

.box-4:hover {
    background-color: var(--laranjaEscuro);
    transform: scale(1.05);
    border-radius: 5px;
    -webkit-transform: rotateZ(3deg);
    cursor: pointer;
}

hgroup {
    text-align: center;
    padding: 33px 0px;
    text-decoration: underline;
    font-family: 'Calibri light';
}

hgroup h2 {
    padding: 7px 0px;
}

.infos p {
    font-size: 20px;
    font-family: 'Calibri light';
    text-align: justify;
    padding: 10px 0px;
}

.lista-interna {
    width: 1200px;
    padding-left: 25%;
}

.lista-interna li {
    font-family: 'Calibri light';
    font-size: 20px;
    padding: 5px 0px;
}

.clientes-img {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.clientes-img img {
    width: 130px;
    margin: 40px 15px;
}

.label-contact {
    display: flex;
    width: 600px;
    flex-direction: column;
}

.label-contact input {
    width: 60%;
    font-size: 18px;
    margin: 10px 0px;
    font-family: 'Calibri light';
    box-sizing: border-box;
    padding: 10px 5px;
    border-radius: 5px;
}

.text-contact {
    display: flex;
    width: 600px;
    flex-direction: column;
}

.text-contact textarea {
    width: 60%;
    font-size: 18px;
    margin: 10px 0px;
    font-family: 'Calibri light';
    box-sizing: border-box;
    padding: 10px 5px;
    resize: none;
    border-radius: 5px;
}

.button-form {
    display: flex;
    justify-content: center;
    width: 360px;
}

.button-form button {
    padding: 15px 160px;
    border-radius: 5px;
    background-color: var(--laranjaClaro);
    color: white;
    transition: .5s;
    cursor: pointer;
    border: none;
}

.button-form button:hover {
    background-color: var(--laranja);
}

.form-contact {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.contact h2 {
    font-size: 25px;
    text-align: center;
    padding: 10px;
    font-family: 'Calibri light';
    border-bottom: solid var(--laranjaClaro) 3px;
    color: #333333;
}

.contact p {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Calibri light';
}

.contact i {
    font-size: 20px;
    padding: 10px 7px;
}

.contact {
    width: 500px;
}

.contact-total {
    width: 500px;
}

.contact img {
    display: flex;
    margin: auto;
    padding: 15px 0px;
    margin-top: 40px;
}

.swiper-button-next {
    margin-right: 40px !important;
    margin-top: 0px !important;
}

.swiper-button-prev {
    margin-left: 40px !important;
    margin-top: 0px !important;
}


.menu-resp {
    display: none;
}

.swiper-container {
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.swiper-container img {
    max-width: auto;
}

.swiper-container {
    height: 0;
    transition: all 0.5s;
}

.swiper-slide img {
    width: 200px;
    max-height: 200px;
    margin: auto;
}

.swiper-container {
    width: 85%;
    height: 420px;
}

.swiper-container * {
    display: flex;
    align-items: center;
}

.swiper-geral {
    width: 100%;
    margin: auto;
    height: 420px;
    display: flex;
    align-items: center;
}

.row-homologacao {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 60px;
}

.row-homologacao .page-txt {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.row-ativos {
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 30px;
}

.final-txt {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Calibri light';
    text-align: justify;
    margin-top: 20px;
    color: #333333;
}

.page-txt-03 {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    width: 82%;
}

.row-ativos .page-txt-03 p {
    font-family: 'Calibri light';
    color: #666;
    margin: 12px;
    padding-right: 40px;
}

.page-img-txt-01 {
    text-align: center;
}

.img-ativo img {
    width: 60%;
    margin: 20px auto;
}

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

    .form-contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .swiper-container img {
        max-width: auto;
    }

    .swiper-container {
        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;
    }

    .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .menu li .ativo::before {
        display: none;
    }

    .menu li a {
        padding-top: 3px !important;
    }

    .rodape .item i {
        width: 40px;
    }

    .rodape .item {
        width: 250px;
    }

    .contact-total {
        text-align: center;
    }
    
    .button-form {
        width: 500px;
    }

}



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

    .box-03 {
        width: 90%;
    }

    .flex-txt {
    align-items: center;
    }

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

@media only screen and (max-width:800px) {
    .flex-txt {
        flex-wrap: wrap;
        text-align: center;
        display: block;
    }

    .page-txt-full p {
        padding-right: 0;
    }

    .row-manual {
        width: 90%;
        margin-bottom: 20px;
    }

    .row-ativos .page-txt-03 p {
        padding-right: 0;
        text-align: left !important;
    }

    .page-txt {
        width: 50%;
    }
}

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

    .box-02 {
        justify-content: center;
    }

}
 
@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%; */
    }

    .menu li {
        width: 50%;
        padding: 10px;
        background: var(--laranjaClaro);
        border: 1px solid #fff;
    }

    .menu li a:hover {
        color: #333333 !important;
        border-radius: 20px;
        transition: 0.5s;
    }

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