body {
    font-family: 'Cairo', sans-serif;
    color: #555;
    font-size: 22px
}

html {
    line-height: 18pt;
}

.seta-up {
    position: absolute;
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #0a800a;
}

.seta-up:hover {
    cursor: pointer;
    bottom: 15px
}

.seta-up.ativo {
    right: 50px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.pop-wp {
    position: absolute;
    position: fixed;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    border-radius: 50%;
    z-index: 999;
}

.mensagem-wp {
    position: absolute;
    position: fixed;
    left: 80px;
    bottom: 20px;
    background-color: #0a800a;
    padding: 8px;
    border-radius: 7px;
    z-index: 999;
}

@media screen and (max-width: 600px) {
    .seta-up {
        bottom: 10px
    }
    .seta-up.ativo {
        right: 20px;
    }
    .seta-up:hover {
        cursor: pointer;
        bottom: 10px
    }
}

@media screen and (max-width: 1400px) {
    body {
        font-size: 18px;
    }
    .linha {
        max-width: 80rem;
        margin-left: auto;
        margin-right: auto
    }
}

a {
    text-decoration: none;
    color: #555
}

h2 {
    color: #009CDE;
    font-size: 28pt;
}


/* REGIAO TOPO */

.linha-topo {
    padding-top: 20px;
    margin-top: 30px;
}

.logo img {
    width: 50%
}

.div-menu {
    text-align: center;
}

.icone-wp {
    position: relative;
}

.icone-wp img {
    width: 45px;
    position: absolute;
    left: 0px;
    top: 0px
}

.numeros span {
    line-height: 22px;
    font-size: 10pt;
}

.numeros a:hover {
    color: #009CDE
}

.numeros {
    padding-top: 15px;
}

.numeros span {
    font-size: 13pt;
}

.logo {
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .logo img {
        width: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .div-wp {
        display: none;
    }
}

@media screen and (max-width: 1022px) {
    .icone-wp img {
        width: 40px;
        left: 10px;
        top: 15px
    }
}

@media screen and (max-width: 640px) {
    .logo {
        text-align: center;
    }
    .div-wp {
        visibility: hidden;
    }
}


/* FIM TOPO */


/* REGIAO HOME */

.div-corpo {
    margin-top: 90px
}

.div-corpo .logo2 {
    text-align: center;
}

.div-corpo .logo2 img {
    width: 60%;
}

.prodog h2 {
    margin-top: 120px;
}

@media screen and (max-width: 600px) {
    .prodog h2 {
        margin-top: 50px;
        text-align: center;
    }
    .prodog p {
        text-align: center;
        margin-bottom: 30px;
    }
}


/* REGIAO CONTATO */

.contato h2 {
    font-size: 34pt;
    margin-top: 100px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px;
}

iframe {
    margin-top: 50px;
}

@media screen and (max-width: 640px) {
    .contato h2 {
        text-align: center;
        margin-top: 10px;
    }
    .banho {
        text-align: center;
    }
    .banho img {
        width: 60%;
    }
}


/* REGIAO ONDE ENCONTRAR */

.onde h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 25pt;
    margin-bottom: 50px;
}

.enderecos p {
    transition: 0.5s;
    margin-bottom: 15px;
}

.enderecos p span {
    font-weight: bold;
}

.enderecos p:hover {
    border-left: 4px solid #009cde;
    padding-left: 10px;
    color: #009cde;
    cursor: pointer;
}

.img-mapa {
    position: relative;
}

.img-mapa #ConsultaTroca img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block
}

@media screen and (max-width: 1020px) {
    .img-mapa {
        display: none;
    }
}


/* FIM ONDE ENCONTRAR */


/* REGIAO PRODUTOS */

.banner-produtos {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 70px;
    position: relative;
}

.bloco-prod h1 {
    color: #fff;
    font-size: 45pt;
    text-transform: uppercase;
    margin-top: 60px;
    line-height: 45pt;
}

.bloco-prod p {
    color: #fff;
    margin-bottom: 30px;
}

.bloco-prod .descricao {
    font-size: 18pt;
    line-height: 20pt;
}

.bloco-prod .sub-titulo {
    font-size: 30pt;
    line-height: 30pt;
}

.grow {
    transition: 0.3s;
}

.grow:hover {
    transform: scale(1.4);
}

.btn-saiba-mais {
    width: 50%;
    color: #ffff;
    background: #009CDE;
    border-radius: 6px;
    margin: 0 auto;
    padding-bottom: 2px;
    border: 1px dashed #009CDE;
    transition: 0.5s;
}

.btn-saiba-mais:hover {
    background-color: #fff;
    color: #009CDE;
}

.produtos-relacionados h2 {
    text-align: center;
    margin: 40px 40px;
}

.bloco-img {
    text-align: right;
}

.bloco-prod .bloco-img {
    padding-right: 60px;
}

.fundo {
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: 0.5s;
    width: 30%;
}

@media screen and (max-width: 1200px) {
    .fundo {
        width: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .fundo {
        visibility: hidden;
    }
}

@media screen and (max-width: 640px) {
    .bloco-img {
        text-align: center;
    }
    .bloco-prod .bloco-img {
        padding-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    .bloco-prod h1 {
        font-size: 35pt;
        text-align: center;
        line-height: 35pt;
        margin-bottom: 30px;
    }
    .bloco-prod p {
        margin-bottom: 20px;
        text-align: center;
    }
    .bloco-prod .sub-titulo {
        font-size: 25pt;
        line-height: 25pt;
    }
    .bloco-img {
        text-align: center;
    }
    .bloco-prod .bloco-img {
        padding-right: 10px;
    }
    .bloco-img img {
        width: 100px;
    }
    .produtos-relacionados h2 {
        line-height: 25pt;
    }
    .produtos-relacionados .btn-saiba-mais {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 380px) {
    .bloco-prod h1 {
        font-size: 28pt;
        line-height: 28pt;
    }
    .bloco-prod .sub-titulo {
        font-size: 20pt;
        line-height: 20pt;
    }
}


/* FIM PRODUTOS */


/* REGIAO FORMULÁRIO */

.div-formulario {
    background-image: url('../imagens/banner-form.jpg');
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 70px;
}

h3 {
    color: #ffff;
    font-weight: 700;
    font-size: 20pt;
}

.div-formulario button {
    background-color: #884B26;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    font-size: 15pt;
    margin-top: 15px;
    font-weight: 700;
    transition: 0.5s;
}

.div-formulario button:hover {
    background-color: #fff;
    color: #009cde;
    cursor: pointer;
}


/* FIM FORMULARIO */


/* REGIAO SOBRE */

.sobre {
    text-align: center;
}

.sobre-prodog div {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sobre h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 25pt;
}


/* REGIAO RODAPE */

footer {
    padding-top: 30px;
    margin-top: 50px;
}

footer .copy {
    margin-top: 100px;
    text-align: center;
}

footer a {
    transition: 0.5s;
    line-height: 40px!important;
}

footer span {
    font-size: 11pt
}

footer .sub-menu-rodape {
    margin-left: 10px;
}

footer .sub-menus-2 {
    margin-left: 20px;
}

footer a:hover {
    color: black;
}

footer h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 24pt;
}

footer .borda-esq {
    border-left: 2px solid #009CDE;
    padding-left: 55px;
}

footer .menu-footer {
    padding: 0px;
}

@media screen and (max-width: 1020px) {
    footer .borda-esq {
        padding-left: 15px;
    }
}

@media screen and (max-width: 640px) {
    footer .borda-esq {
        border: none;
    }
    footer h2 {
        margin-top: 30px;
    }
    footer .copy {
        margin-bottom: 100px;
    }
    footer .copy img {
        display: none;
    }
}

@media screen and (max-width: 1020px) {
    .borda-esq {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .borda-esq {
        text-align: center;
    }
    footer .sub-menus-2 {
        margin-left: 0px;
    }
    footer .sub-menu-rodape {
        margin-left: 0px;
        color: black;
    }
    .menu-footer {
        margin-top: 20px;
    }
}