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;
}
.img-right {
    float: right;
}

.texto ul {
    margin-bottom: 30px;
}

.img-right img {
    width: 346px;
    box-shadow: 0px 0px 10px 0px #595959;
}
.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 {
    text-align: left;
}

.logo-pw div a span {
    color: transparent;
}

* {
    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
}

a {
    text-decoration: none
}

.global {
    margin: 0 auto
}

.conteudo-pages {
  
    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
}

.menu-resp {
    display: none
}

.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
}

body {
    overflow-x: hidden
}

.menu-topo-total {
    background: #007341;
    padding-top: 5px
}

.menu-topo ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.menu-topo li {
    list-style: none;
}

.menu-topo li a {
    font: 16px calibri;
    color: #f8f8f8;
    padding: 5px 20px;
    display: block;
    position: relative
}

.menu-topo li a::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    border: 10px solid transparent;
    border-left-color: #007341
}

.menu-topo li a::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    border: 10px solid transparent;
    border-right-color: #007341
}

.menu-topo li a:hover {
    background: #eee;
    color: #007341;
    box-shadow: 0 -4px 4px -3px #666 inset
}

.menu-topo li a.ativo {
    /* background: #fff; */
    /* color: #007341; */
    /* box-shadow: none !important; */
}

.menu-topo li a i {
    color: inherit;
    font-size: 17px;
    vertical-align: text-top
}

.topo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.topo > div {
    margin: 30px 0;
    font: 18px calibri;
    color: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.topo i,
.topo img {
    padding: 0 5px
}

.topo .telefone i {
    color: #e2811f;
    font-size: 40px;
    vertical-align: text-top;
}

.menu-total {
    background: #e2811f;
}

.menu > ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.menu li {
    list-style: none;
    cursor: pointer
}

.menu li a {
    font: 17px calibri;
    color: #f8f8f8;
    display: block;
    padding: 10px
}

.menu li:first-child > a {
    pointer-events: none
}

.menu li:hover > a {
    text-decoration: underline
}

.menu li a i {
    font-size: 20px;
    color: inherit;
    vertical-align: text-top
}

.menu li.ativo > a {
    background: #fff;
    color: #743D19
}

.menu li .sub-menu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    position: absolute;
    z-index: 1;
    height: 500px;
    background: rgba(0, 0, 0, 0.6)
}

.menu li .sub-menu .box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0
}

.menu li .sub-menu .item {
    width: 220px;
    margin: 20px 0;
    text-align: center;
    transition: all .5s;
    padding: 10px;
    border: 1px double;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s
}

.menu li .sub-menu .item:hover {
    transform: scale(1.1);
    transition: all .5s
}

.menu li .sub-menu .item.basica {
    color: #d68754;
    border-color: #d68754
}

.menu li .sub-menu .item.lider {
    color: #f8f8f8;
    border-color: #f8f8f8
}

.menu li .sub-menu .item.premium {
    color: rgba(255, 204, 0, 1);
    border-color: rgba(255, 204, 0, 1)
}

.menu li .sub-menu .item:hover .img {
    transition: all .5s
}

.menu li .sub-menu .item:hover .titulo {
    transition: all .5s
}

.menu li .sub-menu .item .img {
    width: 167px;
    height: 144px;
    padding: 24px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid inherit
}

.menu li .sub-menu .item .titulo {
    font: 25px calibri;
    font-weight: lighter;
    color: inherit;
    margin-bottom: 20px;
    text-transform: uppercase
}

.menu li .sub-menu .item .conteudo {
    font: 18px/30px calibri;
    font-weight: lighter;
    color: #f8f8f8;
    text-align: left;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px
}

.menu li .sub-menu .item .conteudo i {
    color: inherit;
    font-size: 17px
}

.rodape-total {
    background: #007341
}

.logo-rodape {
    width: 250px;
    padding: 20px 0 0;
    text-align: center;
    margin: 0 auto;
}

.rodape {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.rodape > div {
    font: 18px calibri;
    font-weight: lighter;
    color: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    width: 380px
}

.rodape > div i {
    color: inherit;
    font-size: 50px;
    padding-right: 10px;
    vertical-align: text-top
}

.menu-rodape li {
    list-style: none;
}

.menu-rodape a {
    font: 18px calibri;
    font-weight: lighter;
    color: #f8f8f8;
    display: block;
    position: relative;
    padding: 6px 25px;
    transition: all .5s
}

.menu-rodape a:hover {
    transform: translateX(10px);
    transition: all .5s
}

.menu-rodape a:hover::before {
    content: "\f0c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    color: #f8f8f8;
    font-size: 17px
}

.fundo-slider {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 500px;
    z-index: -1;
    /* background: #000; */
}

.slogan-total {
    height: 500px;
    perspective: 1200px;
    position: relative;
    z-index: -1;
    transition: transform linear 0.5s;
}

.slogan-total.hidden {
    transform: translateY(500px);
    transition: transform linear 0.5s;
}

@keyframes wow {
    0% {
        transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(30deg)
    }

    50% {
        transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(35deg)
    }

    100% {
        transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(30deg)
    }
}

.slogan {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    font: 60px 'calibri';
    font-weight: lighter;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: left;
    animation: wow 2s linear infinite;
    transform-style: preserve-3d;
    perspective: 1200px;
}

.slogan p {
    font: 40px 'calibri';
    font-weight: lighter;
    color: #fff;
}

.slogan p:first-line {
    color: #743d19;
    background: #f8f8f8;
    color: #333;
}

.slogan i {
    color: inherit;
    font-size: 150px;
    padding-right: 20px;
    transform: scale(0.9);
}

.box-01-total {
    background: #fff;
}

.box-01 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0px;
}

.box-01 .item {
    width: 220px;
    margin: 20px 0px;
    text-align: center;
}

.box-01 .item:hover .img {
    border: 2px solid #007341;
    transition: all 0.5s;
}

.box-01 .item:hover .titulo {
    color: #e2811f;
    transition: all 0.5s;
}

.box-01 .item .img {
    width: 167px;
    height: 144px;
    padding: 24px;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 2px solid #DDD;
}

.box-01 .item .titulo {
    font: 25px 'calibri';
    color: #666;
    margin-bottom: 20px;
}

.box-01 .item .conteudo {
    font: 18px 'calibri';
    color: #999999;
}

.box-02-total {
   background: url(pw-images/fundo-box-02.jpg);
    background-size: cover;
}

.box-02 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0px;
}

.box-02 .item {
    margin: 20px auto;
    width: 500px;
    visibility: hidden;
    text-align: center;
}

.box-02 .item .titulo {
    font: 40px 'calibri';
    font-weight: lighter;
    color: #f8f8f8;
    margin-bottom: 20px;
}

.box-02 .item .conteudo {
    color: #666;
    font: 20px 'calibri';
    background: #f8f8f8;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.box-02 .item .entrar {
    font: 20px 'calibri';
    font-weight: lighter;
    color: #f8f8f8;
    border: 2px solid #f8f8f8;
    padding: 15px 30px;
    transition: all 0.5s;
    width: 150px;
    margin: 0 auto;
}

.box-02 .item .entrar:hover {
    background: #f8f8f8;
    color: #007341;
    transition: all 0.5s;
}

.box-02 .item:last-child .entrar {
    /* float: right; */
}

.box-03-total {
    background: url('template/pw-images/bg-tudo2.png') #007341;
}

.box-03 {
    padding: 40px 0px;
    width: 800px;
    margin: 0 auto;
}

.box-03 > .titulo {
    font: 40px 'calibri';
    color: #f8f8f8;
    margin-bottom: 20px;
    text-align: center;
}

.box-03 .box {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-shadow: 3px 3px 3px -1px #000;
}

.box-03 .item {
    width: 48%;
}

.box-03 .item input {
    background: #F5F5F5;
    border: 1px solid #ccc;
    font: 18px 'calibri';
    color: #999;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    outline: none !important;
    margin-bottom: 20px;
}

.box-03 .item input:last-child {
    margin-bottom: 0px;
}

.box-03 .item textarea {
    background: #F5F5F5;
    border: 1px solid #ccc;
    font: 18px 'calibri';
    color: #999;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    outline: none !important;
    resize: none;
    height: 100%;
}

.box-03 .submit {
    margin: 0 auto;
    font: 20px 'calibri';
    width: 300px;
    display: table;
    background: #e2811f;
    padding: 15px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 3px -1px #000;
}

.conteudo-pages h1 {
    background: url(pw-slider-data/images/hortifruti.jpg);
    background-attachment: fixed;
    padding: 60px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px #090909;
    box-shadow: 1px 1px 5px 1px #767474;
}

.conteudo-pages h1:after {
    content: ' ';
    display: block;
    background: #fff;
    width: 80px;
    height: 2px;
    margin: 0 auto;
}
.texto {
    width: 1200px;
     margin: 20px auto;
}
.texto h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    padding: 20px;
    color: #e36d20;
}
.texto h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #e36d20;
}

.texto li {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 10px;
    color: #333;
    margin-left: 40px;
}

.item-total {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0px;
    margin: 50px 0;
}

.item-total .item {
    width: 344px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
    padding: 20px;
    border-radius: 20px;
}
.item-total .item:hover {transform: scale(1.1);transition: 1s;box-shadow: 0px 30px 26px 7px #6b6b6b;}
.conteudo img:hover {
    transform: rotate(4deg);
    transition: 1s;
    box-shadow: 0px 0px 17px 7px #6b6b6b;

}
.item-total .item h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    padding: 20px;
    color: #007341;
}

.item-total p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.receita {
    box-shadow: 0px 0px 5px 0px #c0c0c0;
    padding: 20px;
    border-radius: 20px;
    width: 1200px;
    margin: 20px auto;
}
.receita h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #e36d20;
}

.conteudo p b {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    color: #007341;
    text-decoration: underline;
}

.conteudo p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 10px 0px;
}
.conteudo img {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}
.box-contato {
    display: flex;
    width: 1100px;
    justify-content: space-around;
    margin: 40px auto;
    flex-wrap: wrap;
}

.formulario {
    width: 500px;
}

.formulario form input {
    width: 100% !important;
    margin: 5px 0px !important;
    background: #F5F5F5 !important;
    border: 1px solid #ccc !important;
    font: 18px 'calibri' !important;
    color: #999 !important;
    padding: 15px 20px !important;
    box-sizing: border-box !important;
    outline: none !important;
    height: 50px !important;
}

.formulario form textarea {
    height: 180px;
    background: #F5F5F5;
    margin: 10px 0px;
    border: 1px solid #ccc;
    font: 18px 'calibri';
    color: #999;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    outline: none !important;
    resize: none;
}
.formulario form input.submit {
    margin: 0 auto;
    font: 20px 'calibri';
    display: table;
    background: #e2811f;
    padding: 15px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 3px -1px #000;
}
.mapa-resp {
    display: none;
}

/* Ãrea Restita */

.area-restrita form {
    width: 600px;
    margin: 50px auto 0px;
    text-align: center;
    min-height: 350px;
}

.area-restrita form input {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    margin: 2px 0;
    border: none;
    background: #f1f1f1;
    font-size: 18px;
}

.area-restrita form .entrar input {
    background: #007341;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.area-restrita form .entrar input:hover {
    background: #045230;
}

.area-restrita .titulo-area {
    margin: 30px;
    font-family: calibri;
}

/* Area Restrita Logado */

.download-restrito {
    min-height: 220px;
    width: 1200px;
    margin: 30px auto;
}

.logado {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.logado p {
    font-size: 30px;
    font-family: calibri;
    font-weight: bold;
}

.logout-restrito a {
    background: #007341;
    padding: 10px 20px;
    border-radius: 15px;
    color: #fff !important;
    cursor: pointer;
}

.logout-restrito a:hover {
    background: #034226;
}

.titulo-restrito {
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}

.funcionarios .item-total {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.funcionarios .item-total .item {
    border: 1px solid #ddd;
    font-size: 20px;
    font-family: calibri;
    width: 33.1%;
    text-align: center;
    text-transform: uppercase;
    border-radius: unset;
    box-shadow: none;
}

.funcionarios .item-total .item:first-child {
    /* width: 32%; */
}

.funcionarios .item-total .item:hover i {
    color: #007341;
}

.funcionarios .item .titulo-downloads {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.funcionarios .item-total .item i {
    font-size: 20px;
    color: #000;
}
.funcionarios .item-total .item .data {
    font-size: 20px;
    font-family: 'calibri';
}

.funcionarios .item-total .item .icone-download a {
    font-size: 20px;
    font-family: 'calibri';
}
.titulo-area h1 {
    font-size: 30px;
    color: #000;
    font-family: 'calibri';
}

.informacoes {
    margin: 0 auto;
    width: 1200px;
}

.titulo-info {
    font-size: 25px;
    color: #007341;
    font-weight: bold;
    text-decoration: underline;
    margin: 20px 0px;
}
.informacoes .item {
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 20px;
    font-family: calibri;
    width: 30%;
    text-align: center;
    text-transform: uppercase;
    border-radius: unset;
    box-shadow: none;
}
.titulo-downloads h3 {
    font-size: 20px;
    padding: 10px 0px;
    color: #fff;
    text-shadow: -1px 1px 2px black;
    background: #ccc;
}
/* Fim */

.formulario form textarea {
    background: whitesmoke !important;
    height: 130px !important;
}

.formulario form button {
    width: 100% !important;
    background: #e2811f !important;
    height: 50px !important;
    color: #fff !important;
}

.formulario form button:hover {
    background: #f19232 !important;
}

.boxForm {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 3px 3px 3px -1px #000;
}

.boxForm button {
    font: 20px 'calibri' !important;
    width: 300px !important;
    background: #e2811f !important;
    padding: 15px 20px !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 3px 3px 3px -1px #000 !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.boxForm .wpforms-submit-container {
    text-align: center !important;
}

.boxForm input {
    background: #F5F5F5 !important;
    border: 1px solid #ccc !important;
    font: 18px 'calibri' !important;
    color: #999 !important;
    padding: 15px 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    outline: none !important;
    height: 45px !important;
}

.boxForm textarea {
    background: #F5F5F5 !important;
    border: 1px solid #ccc !important;
    font: 18px 'calibri' !important;
    color: #999 !important;
    padding: 15px 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    outline: none !important;
    height: 145px !important;
}

@media only screen and (max-width:1200px) {
    * {
        max-width: 100%;
        box-sizing: border-box
    }

    .menu > ul {
        position: relative
    }

    .menu li .sub-menu {
        bottom: -500px
    }

    .fundo-slider img {
        max-width: initial
    }

    .conteudo-pages {
        padding: 2%
    }

    .menu-resp {
        display: block;
        background: url(template/pw-images/menu-resp.png) center no-repeat;
        padding: 22px;
        cursor: pointer
    }

    .menu {
        display: none
    }

    .menu li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }

    .rodape div {
        margin: 20px 0;
        text-align: center
    }

    .fundo-slider {
        position: relative !important;
        height: auto !important;
    }

    .slogan-total {
        height: auto !important;
        background: #e2811f;
        padding: 40px 0;
    }
    .fundo-slider {
        display: none;
    }
}
@media only screen and (max-width: 1090px) {
.img-right {
     float: inherit;
    
}
    .item-total .item {

    margin: 10px auto;
}
}
@media only screen and (max-width: 800px) {
    .menu li .sub-menu {
        width: 100%;
        bottom: 0;
        left: 0;
        transform: translateX(0%);
        display: none;
        position: relative;
        z-index: 1;
        height: auto;
        background: rgba(0, 0, 0, 0.6)
    }
}


@media only screen and (max-width: 700px) {
    .slogan {
        animation: none !important;
    }

    .slogan i {
        font-size: 80px !important;
    }

    .slogan p {
        font-size: 30px !important;
    }

    .box-02 {
        padding: 10px !important;
    }
    .mapa-resp {
        display: block;
    }
    .mapa {
        display: none;
    }
    .menu-topo li {
    width: 50%;
    text-align: center;
    background: #e2811f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    }

    .menu-topo li a:after {
        content: unset;
    }

    .menu-topo li a:before {
        content: unset;
    }
}

@media only screen and (max-width: 500px) {
    .box-03 .item {
        width: 100% !important;
    }

    .box-03 .item:first-child {
        margin-bottom: 10px;
    }

    .slogan p {
        font-size: 20px !important;
    }
}
