html, body, section, header, main, footer{
    font-family: 'Roboto', sans-serif;
}

html, body{
    position: relative;
    width: 100%;
    display: inline-block;
    background: #2C2C2C;
}

.divisao-igual .recolher-item,
.item-sobre .recolher-item{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #72bf43;
    font-style: italic;
    display: none;
    z-index: 100;
}

.divisao-igual .recolher-item:before{
    display: none;
}

.divisao-igual.aberto .recolher-item,
.item-sobre.ativo .recolher-item{
    display: block;
}

img{
    max-width: 100%;
}

header sup{
    margin-left: 3px;
    font-size: 14px;
    top: -5px;
    position: relative;
}

.wrapper-790{
    position: relative;
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-900{
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-1320{
    position: relative;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-1230{
    position: relative;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

header{
    position: fixed;
    left: 0px;
    width: 100%;
    background: rgba(114, 191, 67, 1);
    z-index: 100;
    top: -50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-img{
    margin-right: 50px;
}

header.ativo{
    top: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .align-header{
    min-height: 100px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

header .navegacao,
header .navegacao > ul{
    display: flex;
    flex-direction: row;
}

header .navegacao > ul > li{
    position: relative;
}


header .navegacao > ul > li > a{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 24px;
    position: relative;
}

header .navegacao > ul > li > a:after{
    content: ' ';
    border-bottom: 3px solid #fff;
    width: 0%;
    position: absolute;
    bottom: -2px;
    left: -20%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .navegacao > ul > li a:hover:after,
header .navegacao > ul > li a.ativo:after{
    width: 110%;
    opacity: 1;
    left: -5%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
}

#espande:before{
    content: ' ';
    position: absolute;
    top: 3px;
    right: -2px;
    background: url(./../img/baixo-menu.png) no-repeat center center;
    width: 19px;
    height: 15px;
}

header .navegacao > ul > li a#espande{
    padding-right: 24px;
}

header .navegacao .sub .sub-menu{
    position: absolute;
    top: 0px;
    left: -40px;
    width: 250px;
    height: 0px;
    overflow: hidden;
    padding-top: 59px;
}

header .navegacao .sub:hover .sub-menu{
    height: initial;
}

header .navegacao .sub .sub-menu a{
    background: #fff;
    width: 86%;
    display: flex;
    padding: 10px 7%;
}

header .navegacao .sub .sub-menu a:hover,
header .navegacao .sub .sub-menu a.ativo{
    background: #72BF43;
    font-weight: bold;
    color: #fff;
}

.menu-oculto {
    position: fixed;
    top: -4000px;
    right: -4000px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 200;
    border-bottom-left-radius: 4000px;
}

.menu-oculto .menu-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,.9);
    z-index: 1;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.menu-oculto nav {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.menu-oculto nav .menu-wrapper {
    width: 95%;
    max-width: 320px;
}

.menu-oculto nav .menu-wrapper {
    position: relative;
}

.menu-oculto nav .menu-fechar {
    position: absolute;
    top: -30px;
    right: 0px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    z-index: 10;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 10px #fff;
}

.menu-oculto nav ul {
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.menu-oculto nav ul li {
    width: 100%;
    list-style: none;
    position: relative;
}

.menu-oculto nav ul li a {
    margin: 0px 0px;
    display: inline;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}

.menu-oculto nav ul li a:before {
    content: '>';
    position: relative;
    font-size: 20px;
    color: #8c8c8c;
    margin-right: 10px;
    font-weight: 300;
}

.menu-oculto nav ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: .5vh;
    background: #fff;
    transition: width .9s;
}

.show-menu {
    top: 0px;
    right: 0px;
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    border-bottom-left-radius: 0px;
}

.menu-oculto .sub-menu{
    position: relative;
}

.menu-oculto .sub-menu a{
    position: relative;
    left: 30px;
}

.whatsapp-icone-floating.ativo {
    right: 0px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: 1s;
    z-index: 100;
}

.whatsapp-icone-floating {
    position: fixed;
    top: 35%;
    right: -200px;
    opacity: 0;
    width: 110px;
    height: 80px;
    background: #25D366;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    text-indent: -200px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.whatsapp-icone-floating:after {
    content: ' ';
    background: url(./../img/wpp-logo-floating.png) no-repeat center center;
    position: relative;
    width: 100%;
    height: 100%;
}

.onde-comprar{
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #72BF43;
}

.itens-comprar{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.img-comprar{
    display: flex;
    flex: 50%;
}

.img-comprar img{
    width: 100%;
    display: inline-block;
}

.onde-buscar-cep{
    display: flex;
    flex: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.onde-buscar-cep .respostas{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.onde-buscar-cep .respostas > span{
    margin-top: 20px;
    position: relative;
    font-weight: 400;
    color: #fff;
}

.onde-buscar-cep .respostas > span a{
    font-weight: 600;
    font-style: italic;
}

.onde-buscar-cep .respostas div{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0px 30px;
    margin-top: 50px;
    padding-top: 20px;
    position: relative;
}

.onde-buscar-cep .respostas div:before{
    content: ' ';
    width: 50%;
    left: 25%;
    position: absolute;
    top: 0px;
    background: #008000;
    height: 4px;
}

.onde-buscar-cep .respostas div > span{
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.onde-buscar-cep select{
    position: relative;
    width: 100%;
    background: #72bf43;
    border: 1px solid #72bf43;
    text-align-last: center;
    color: #fff;
    font-weight: 500;
    padding: 10px 5%;
    border-bottom: 2px solid green;
}

.buscar-itens h3{
    font-size: 34px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    background: url(./../img/pin-onde.png) no-repeat 30px center;
    padding-left: 40px;
    text-align: center;
}

.buscar-itens p{
    color: #fff;
}

.buscar-itens p.menor{
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.onde-buscar-cep form{
    margin-top: 45px;
    width: 100%;
    max-width: 410px;
}

.onde-buscar-cep form input{
    border: 0px solid transparent;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    background: #72BF43;
}

.onde-buscar-cep form input::placeholder {
    color: #fff;
}
  
.onde-buscar-cep form input:-ms-input-placeholder{
    color: #fff;
}
  
.onde-buscar-cep form input::-ms-input-placeholder{
    color: #fff;
}

.fale-conosco{
    background: #1F1F1F;
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    width: 100%;
}

.dados-contato{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 3%;
    width: 96%;
}

.fale-conosco-h2{
    max-width: 200px;
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.fale-conosco-h2 h2{
    font-size: 44px;
    font-weight: bold;
    color: #fff;
}

.form-contato{
    display: flex;
    max-width: 420px;
    width: 100%;
}

.form{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form .itens-form{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

.form .itens-form input[type="text"] {
    display: flex;
    width: 90%;
    padding: 18px 5% 2px 5%;
    border: 1px solid transparent;
    background: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 400;
}

.form .itens-form label {
    pointer-events: none;
    position: absolute;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    top: 0;
    left: 5%;
    font-size: 1rem;
    transition: transform .2s ease-out,color .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.form .itens-form .itens-form.width-65 {
    width: 65%;
    margin-bottom: 0px;
}

.form .itens-form .itens-form.width-35 {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 0px;
}

.form .itens-form select{
    width: 100%;
    padding: 18px 5% 2px 7.8%;
    background: none;
    border: 0px solid transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.form .itens-form select option{
    color: #000;
}

.form .itens-form  > input:focus ~ label,
.form .itens-form  > textarea:focus ~ label,
.form .itens-form  > select:focus ~ label,
.form .itens-form  > input:valid ~ label,
.form .itens-form  > textarea:valid ~ label,
.form .itens-form  > select:valid ~ label{
	transform: translateY(0px) scale(.8);
    left: 6px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.form .itens-form  .itens-form label {
    left: 8%;
}

.form .itens-form .itens-form > input:valid ~ label{
    left: 9px;
}

.form .itens-form .itens-form input[type="text"]{
    padding: 18px 5% 2px 7.8%;
}

.form .itens-form textarea {
    display: flex;
    width: 90%;
    padding: 18px 5% 2px 5%;
    border: 1px solid transparent;
    background: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 400;
    min-height: 140px;
}

.itens-form.item-button{
    display: flex;
    flex-direction: row-reverse;
}

.itens-form.item-button button{
    padding: 9px 0px;
    text-transform: uppercase;
    color: #72BF43;
    font-weight: bold;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    border: 0px solid transparent;
    max-width: 170px;
    cursor: pointer;
}

.itens-form.item-button button:hover{
    background: #9be66d;
}

.contato-infos{
    display: flex;
    max-width: 420px;
    width: 100%;
    flex-direction: column;
}

.line-height-19{
    line-height: 19px;
}

.contato-infos h2{
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contato-infos .itens-lista {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.contato-infos .icone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    min-width: 45px;
}

.contato-infos .texto {
    display: flex;
    flex-direction: column;
}

.contato-infos .texto h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.contato-infos .texto p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.contato-infos p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

footer{
    background: #000;
    padding: 15px 0px;
}

.terceiro-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.terceiro-footer .copyright{
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.terceiro-footer .desenvolvido-por{
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

/* ONDE COMPRAR EBOOK */
#onde-comprar{
    padding-top: 50px;
    background: #72BF43;
}

#onde-comprar .busca {
background: #8c8d91;
position: relative;
z-index: 1;
}

#onde-comprar .busca form {
max-width: 860px;
width: 90%;
padding: 10px 10px 15px;
margin: 0 auto;
background: #bcbdbf;
display: block;
}

#onde-comprar .busca form input {
vertical-align: middle;
display: inline-block;
}

#onde-comprar .busca form input[type*="text"] {
width: calc(100% - 70px);
outline: none;
background: transparent;
border: 0;
color: #fff;
box-sizing: border-box;
padding-left: 30px;
background: url(../img/buscaBranca.png);
background-size: 15px 15px;
background-repeat: no-repeat;
background-position: 5px center;
font-size: 1.1875em;
}

#onde-comprar .busca form input[type*="text"]::-webkit-input-placeholder {
color: #fff;
}

#onde-comprar .busca form input[type*="text"]:-ms-input-placeholder {
color: #fff;
}

#onde-comprar .busca form input[type*="text"]::placeholder {
color: #fff;
}

#onde-comprar .busca form input[type*="submit"] {
background: url(../img/busca.png) #e8eae9;
border: 0;
background-size: 15px 15px;
background-repeat: no-repeat;
background-position: center center;
width: 56px;
height: 41px;
border-radius: 5px;
}

#onde-comprar .align h1,
#e-book .align h1 {
font-size: 39px;
margin-top: 0px;
margin-bottom: 30px;
text-transform: uppercase;
color: #fff;
font-weight: bold;
}

#onde-comprar .busca,
#e-book .busca {
background: #014c88;
}

#onde-comprar .busca form,
#e-book .busca form {
background: #00437d;
}

#onde-comprar #map,
#e-book #map {
width: 100%;
height: 500px;
display: inline-block;
}
/* ONDE COMPRAR EBOOK */

@media all and (max-width: 1400px){
    .wrapper-1320,
    .wrapper-790,
    .wrapper-1230,
    .wrapper-900{
        width: 96%;
    }
}

@media all and (max-width: 1220px){
    .form-enviar{
        max-width: 360px;
        margin-left: 20px;
    }
    .dados-contato{
        margin: 0px;
        width: 100%;
    }
    .form-contato,
    .contato-infos{
        max-width: 340px;
    }
}

@media all and (max-width: 1023px){
    .wrapper-1320,
    .wrapper-790,
    .wrapper-1230,
    .wrapper-900{
        width: 90%;
    }
    .logo-img{
        margin-right: 0px;
    }
    header .hamb-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .hamb-menu a {
        display: flex;
        width: 20px;
        padding: 14.622px 13px;
        flex-direction: column;
        background: #fff;
        border-radius: 300px;
        position: absolute;
        right: 0px;
    }
    header .hamb-menu a i {
        height: 2px;
        width: 100%;
        background: #72BF43;
        margin: 1.8px 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    header .hamb-menu.menu-open i:first-child {
        position: relative;
        top: 6px;
        transform: rotate(45deg);
        opacity: 1 !important;
    }
    header .hamb-menu.menu-open i {
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    header .hamb-menu.menu-open i:last-child {
        position: relative;
        top: -6px;
        transform: rotate(-45deg);
        opacity: 1 !important;
    }
    header .navegacao, header .navegacao > ul{
        display: none;
    }
    .onde-buscar-cep{
        flex: 46%;
        margin: 0px 2%;
    }
}

@media all and (max-width: 940px){
    .whatsapp-icone-floating{
        width: 50px;
        height: 50px;
    }
    .whatsapp-icone-floating:after{
        background-size: 32px auto;
    }
    .dados-contato{
        flex-direction: column;
    }
    .fale-conosco-h2{
        max-width: 310px;
        margin: 0 auto;
    }
    .fale-conosco-h2 h2{
        font-size: 37px;
        text-align: center;
        margin-bottom: 25px;
        width: 100%;
    }
    .form-contato, .contato-infos{
        max-width: 310px;
        margin: 0 auto;
    }
    .fale-conosco{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contato-infos h2{
        text-align: center;
        margin-top: 50px;
    }
    .contato-infos p{
        font-size: 14px;
    }
    .img-comprar{
        display: none;
    }
    .onde-buscar-cep{
        margin: 50px 2%;
    }
}

@media all and (max-width: 767px){
    .form-enviar{
        margin-left: 0px;
    }
    header .align-header{
        min-height: 60px;
    }
    header .hamb-menu a{
        padding: 10.622px 9px;
    }
}