:root {
    --cor_primaria:#003366;
    --cor_secundaria:#7ac2c1;
    --cor_botao: #f93;
    --cor_botao_hover: #003366;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #7ac2c1;
    --cor_texto_pre_cabecalho: #003366;
    --cor_cabecalho: #fff;
    --cor_icones: #f93;
    --cor_icones_hover: #f89406;
    --cor_texto_icones: #003366;
    --cor_menu: #fff;
    --cor_texto_menu: #003366;
    --cor_newsletter: #7ac2c1;
    --cor_texto_newsletter: #003366;
    --cor_footer: #E8E8E8;
    --cor_texto_footer: #003366;
    --texto_global:#003366;
    --cor_clara:#fff;
    --cor_escura:#003366;
    --texto_background:#fff;
    --texto_bg_escuro:#003366;
    --texto_bg_claro:#003366;
}

/* ALTERA COR DE FUNDO DO TIMER */
.featuredProducts-timer {
    background: #2b79b9;
}

/* ALTERA A FONTE DA LOJA */
.titulo, a, body, button, h1, h2, h3, h4, h5, h6, input, p, span {
    font-family: 'Open Sans',sans-serif;
}

.menu.superior .titulo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

.menu-categorias .categoria-titulo {
    text-align: left;
    display: none;
    font-size: 13px;
    padding-left: 28px;
    /* width: 100%; */
}

#rodape .institucional {
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

#rodape div.contato {
    font-weight: 800;
    width: 23.076923076923077%;
    /* left: 50px; */
    position: relative;
}

.slides-items-category .item img {
    border: 1.1px solid rgb(255 255 255 / 15%);
    padding: .9px;
    border-radius: 50%;
    display: inherit;
    height: 200px;
    left: -1px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 224px;
    object-fit: cover;
}

a.botao.btn-pay-wp-prod {
    opacity: 1;
    border-radius: 10px;
    overflow: hidden;
    text-shadow: none;
    justify-content: center;
    /* top: -12px; */
    position: relative;
    width: 70%;
    padding: 12px 0;
    float: left;
    font-weight: 600;
    margin: 6px 0;
    font-size: 14px;
    color: #f5f5f5;
    border: 1px solid #dedede;
    background: #222;
    box-shadow: 0 2px 4px #0000000f;
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
}

.produto .principal .botao.principal.grande {
    width: auto !important color: #06c9a2;
}

@media (min-width: 768px) {
    .produto .acoes-produto .comprar {
        width: 70% !important;
        float: left;
    }

    .produto .principal .acoes-produto .preco-produto .preco-promocional {
        font-weight: 800;
        font-size: 38px;
        color: #06c9a2;
        letter-spacing: 2px;
        display: block;
    }

    .pagina-produto .principal .price-pix {
        display: flex !important;
    }

    .preco-promocional {
        margin: 3px 0;
        display: inline-block;
        font-size: 28px;
        letter-spacing: -1px;
        font-weight: 800;
        color: #06c9a2;
    }

    strong.preco-promocional.cor-principal.titulo {
        font-weight: 700;
        font-size: 22px;
        color: #06c9a2;
        letter-spacing: -1px;
        line-height: 18px;
        margin: auto;
    }

   .top-header {
    height: 46px;
    text-align: center;

}
.top-header a {
    height: 56px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 45px;
    color: #036;
}

li.tel-skype {
display: none;
}

div#formas-pagamento-wrapper .control-label {
display: flex;
align-items: center;
}
