/*
Theme Name:   Blog - Editora Peirópolis
Theme URI:    https://blog.editorapeiropolis.com.br
Description:    Site responsivo e exclusivo
Author:       Criativito
Author URI:     http://www.criativito.com.br
Version:      1.0
Text Domain:    Blog - Editora Peirópolis
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: responsive, business, documments
*/
/*variaveis*/
:root { --cor-principal: #FA812F;--cor-secundaria: #AA5B26;--cor-terciaria: #FAB12F;--cor-texto: #2E2B29;--container: 1320px;--resto-container: calc(calc(100% + 4px) + calc(calc(100vw - var(--container)) / 2));scroll-behavior: inherit;}
/*Fonts*/
h1, h2, h3, h4, h5, h6 {font-weight: 600;}
body {font-family: "Open Sans", arial, helvetica, sans-serif;}
/*controle de cores*/
.principal { fill: var(--cor-principal);}
.principal[fill="none"], .principal[stroke-width] { stroke: var(--cor-principal);}
.secundaria { fill: var(--cor-secundaria);}
.secundaria[fill="none"], .secundaria[stroke-width] { stroke: var(--cor-secundaria);}
.terciaria { fill: var(--cor-terciaria);}
.terciaria[fill="none"], .terciaria[stroke-width] { stroke: var(--cor-terciaria);}
/*geral*/
a, input, textarea, select, button, li > *, img, path, .area-menu-mob {-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;}
*:first-child {margin-top: 0;}
*:last-child {margin-bottom: 0;}
:is(h1, h2, h3, h4, h5, h6) svg { position: absolute;top: 0;left: 0;transform: translate(-60%, -43%);}
section {margin: 90px 0;}
h2 {font-size: 50px;font-weight: 400;}
h1, h2, h3, h4, h5, h6 { color: var(--cor-principal);position: relative;display: inline-block;margin-top: 60px;margin-bottom: 25px;}
.botao, p > a:first-child:last-child {background-color: var(--cor-secundaria);font-size: 25px;color: #FEF3E2;display: inline-block;text-align: center;padding: 10px 20px;border-radius: 9px;line-height: 37px;margin: 30px 0 0;position: relative;}
:is(.botao, p > a:first-child:last-child):hover {background-color: var(--cor-principal);}
line { text-decoration: none;}
/*header*/
.entrada { padding: 30px;}
a.logo svg { width: 380px;display: block;max-width: 100%;height: auto;}
.opcoes-entrada { display: flex;justify-content: flex-end;gap: 20px;align-items: center;}
.navegacao-topo { background-color: #FCFCFC;padding: 10px 0;}
.menu-principal { list-style: none;padding: 0;display: flex;justify-content: center;margin: 0;}
nav { display: flex;justify-content: space-between;gap: 30px;align-items: center;}
nav a {color: var(--cor-texto);display: inline-block;font-size: 16px;padding: 10px 14px;font-weight: 700;text-transform: uppercase;}
nav a:hover {color: #803300;}
.pesquisa form { background-color: #F1F1F1;border-radius: 6px;padding: 12px;width: 190px;max-width: 100%;display: flex;gap: 10px;align-items: center;}
.pesquisa input { border: 0;background-color: transparent;width: 100%;}
.pesquisa button { border: 0;background-color: transparent;padding: 0;}
.pesquisa button svg { width: 18px;height: auto;}

.row { row-gap: 45px;}
.capa-artigo { background-color: var(--cor-principal);text-align: center;font-size: 11px;color: #FFFCF8;border-radius: 9px;overflow: hidden;}
.artigo .extras { padding: 2px;}
.extras span + span::before { content: '|';color: #FAB12F;margin: 0 4px 0 4px;}
.artigo :is(h1, h2, h3, h4, h5, h6) { font-size: 19px;line-height: 21px;margin: 15px 0 8px;color: var(--cor-texto);}
a.artigo { color: var(--cor-texto);text-align: center;font-size: 15px;line-height: 21px;}
a { text-decoration: none;}
.menu-final { background-color: var(--cor-principal);color: #fff;padding: 70px 0 50px;}
.menu-rodape {display: flex;flex-wrap: wrap;width: 100%;padding: 0;list-style: none;margin: 0 -25px;}
ul#menu-menu-rodape > li { flex: 0 0 auto;width: 25%;padding: 0 25px;}
.menu-rodape .menu-item-has-children > a { font-weight: 700;font-size: 19px;display: block;}
.menu-rodape .menu-item-has-children > a::after {content: '';display: block;margin: 6px 0 4px;background: transparent url('img/icones/linha-menu-rodape.svg') center center no-repeat;background-size: 100%;width: 100%;height: 6px;}
.menu-rodape :is(a,p,h1, h2,h3,h4, h5, h6){ color: #fff;opacity: 0.85;}
.menu-rodape ul.sub-menu {padding: 0 0 0 20px;list-style-image: url('img/icones/bullet.svg');list-style-position: inside;}
.menu-rodape ul.sub-menu a {font-size: 15px;line-height: 18px;padding: 8px 0;}
footer :is(h1, h2, h3, h4, h5, h6) { color: #fff;font-weight: 700;font-size: 19px;}
.direitos { background-color: var(--cor-secundaria);font-size: 12px;color: #fff;padding: 16px 0;}
.owl-next svg { transform: rotate(90deg);}
.owl-prev svg { transform: rotate(-90deg);}
:is(.owl-prev, .owl-next) svg { display: block;width: auto;height: 100%;}
.navegacao-colecoes path { fill: var(--cor-principal);}
.frase-editora { display: flex;gap: 50px;font-size: 38px;align-items: center;justify-content: space-between;color: var(--cor-principal);line-height: 42px;padding: 0 0 84px;}
.frase-editora svg { width: 240px;height: auto;}
.frase-editora p { flex: 0 0 auto;width: calc(100% - 300px);}
.owl-carousel button.owl-dot { width: 7px;height: 7px;background-color: var(--cor-texto);border-radius: 50em;}
.owl-dots { display: flex;justify-content: center;align-items: center;padding: 30px 0 0;gap: 4px;}
button.owl-dot.active { background-color: var(--cor-principal);}
.simbolo-grande { position: relative;}
.simbolo-grande::before { content: '';display: block;position: absolute;width: calc(calc(100vw - 100%) - calc(calc(100vw - var(--container)) / 2));height: 100%;left: 0;top: 0;transform: translateX(-100%);background: transparent url('img/icones/fav-grande.svg') center right 50px no-repeat;background-size: cover;}
.carrossel-blog, .carrossel-colecoes {margin-bottom: 55px;margin-top: 35px;}
.direitos a { margin: 0 0 0 10px!important;padding: 0!important;}

.menu-oculto {
    padding: 30px 0 0;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90vw;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

a.item-menu-autor .foto-autor img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.menu-item-has-children {
    position: relative;
}

:is(.menu-item-has-children, .sub-autores) > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

:is(.menu-item-has-children, .sub-autores) > a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: transparent url('img/icones/drop.svg') center center no-repeat;
    background-size: contain;
}

.navegacao-topo ul.sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 70px 0 0;
    list-style: none;
    width: 240px;
    max-width: 80vw;
    opacity: 0;
    pointer-events: none;
}

.navegacao-topo ul.sub-menu > li:first-child > a {
    border-radius: 9px 9px 0 0;
}

.navegacao-topo ul.sub-menu > li:last-child > a {
    border-radius: 0 0 9px 9px;
}
.navegacao-topo .menu-item-has-children:hover > ul {
    opacity: 1;
    pointer-events: all;
}
.navegacao-topo ul.sub-menu a {
    background-color: #fcfcfc;
    display: block;
    position: relative;
}

.navegacao-topo ul.sub-menu li + li a::before {
    border-top: 1px dashed var(--cor-principal);
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    height: 1px;
    right: 15px;
}
a.item-menu-autor {
    padding: 10px;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    gap: 10px;
    align-items: center;
    font-weight: 400;
}

a.item-menu-autor .foto-autor {
    width: 38px;
    height: 38px;
    padding: 2px;
    border-width: 2px;
    flex: 0 0 38px;
    margin: 0;
}

ul.sub-menu-autores {
    background-color: #FCFCFC;
    border-radius: 9px;
    box-shadow: 0px 0px 15px #0000001F;
    width: 100%;
    column-count: 5;
    padding: 20px;
    text-align: left;
}
.botao.seta {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 19px;
    padding: 8px 12px;
    color: #FEF3E2;
    margin: 20px 0 0 10px;
}
.botao.seta::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url('img/icones/seta.svg') center center no-repeat;
    background-size: 100%;
}
footer input:not([type="submit"]) {
    border-radius: 50em;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 14px;
    padding: 6px 20px;
    color: #fff;
    width: 100%;
}
footer input:not([type="submit"])::placeholder {
  color: #fff;
}
footer input[type="submit"] {
    background-color: #fff;
    border: 0;
    border-radius: 50em;
    padding: 4px 20px;
    color: var(--cor-principal);
    font-size: 16px;
    float: right;
    margin: 10px 0 0;
}
.internas .navegacao-topo {
    background-color: var(--cor-terciaria);
}

.internas .pesquisa form {
    background-color: var(--cor-secundaria);
}

form#searchform {}

.internas .navegacao-topo .menu-principal > li > a {
    color: #fff;
    opacity: 0.85;
}

.internas ul.sub-menu-autores {
    background-color: #FEF3E2;
}

header ul.sub-menu a {
    background-color: #FEF3E2;
}

.internas :is(.menu-item-has-children, .sub-autores) > a::after {
    filter: contrast(0) brightness(2);
}
.capa-topo img {
    width: 100%;
}
button.single_add_to_cart_button:hover {
    background-color: var(--cor-terciaria);
}
.ebooks a {
    width: auto!important;
}

.botao-conteudo a:hover {
    filter: brightness(.85);
}
.topo {
    background-color: var(--cor-principal);
    width: 40px;
    height: 40px;
    position: fixed;
    left: 18px;
    bottom: 20px;
    z-index: 9;
    border-radius: 50em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border: 2px solid #fff;
    transform: translateX(calc(-100% - 40px));
}

.topo:hover {
    background-color: var(--cor-secundaria);
}

.pesquisa .botao {
    margin: 0;
    border-radius: 50em;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor-principal);
    flex: 0 0 40px;
}

.pesquisa .botao path {
    fill: #fff;
}


.pesquisa .botao:hover {
    background-color: var(--cor-secundaria)!important;
}

.menu-rodape a:hover {
    opacity: 1;
    color: #fff;
}
.nossas-redes a:hover path {
    fill: var(--cor-secundaria);
}
.compartilhar {
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 3;
    height: 60px;
    transform: translate(50%, -50%);
}

.compartilhar > svg {
    width: 60px;
    height: 60px;
}

.opcoes span {
    display: block;
    background-color: var(--cor-principal);
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    padding: 8px 16px;
}

.opcoes {
    width: 150px;
    font-size: 12px;
    font-weight: 700;
    background-color: #FCFCFC;
    border-radius: 10px;
    box-shadow: 0px 3px 17px #0000001A;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.opcoes a {
    padding: 6px;
    color: #565551;
}

.compartilhar:hover .opcoes {
    opacity: 1;
    pointer-events: all;
}
.menu-opcoes {
    padding: 20px 0 0;
}
.topo.deslizar-esquerda {
    transform: translateX(0);
}

@media screen and (min-width: 992px) {
    .sub-autores:hover > .menu-oculto {
    opacity: 1;
    pointer-events: all;
}
.area-menu-mob, .pesquisa button {display: none;}
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
    nav a {
        font-size: 15px;
    }

    a.item-menu-autor {
        font-size: 16px;
        line-height: 20px;
    }

    a.product :is(h1, h2, h3, h4, h5, h6) {
        font-size: 18px;
    }

    h2 {
        font-size: 48px;
    }

    .colecao :is(h1, h2, h3, h4, h5, h6) {
        font-size: 18px;
    }

    .autor :is(h1, h2, h3, h4, h5, h6) {
        font-size: 20px;
    }

    .frase-editora {
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    nav a {
    font-size: 14px;
    padding: 12px 9px;
}

a.item-menu-autor {
    font-size: 14px;
    line-height: 18px;
}

h2 {
    font-size: 40px;
}

a.product :is(h1, h2, h3, h4, h5, h6) {
    font-size: 16px;
}

.preco {
    font-size: 26px;
}

.colecao :is(h1, h2, h3, h4, h5, h6) {
    font-size: 16px;
}

.foto-autor {
    width: 120px;
    height: 120px;
}

.autor :is(h1, h2, h3, h4, h5, h6) {font-size: 16px;}

.frase-editora {
    font-size: 27px;
    line-height: 32px;
}
ul.carrossel-preferidos {
    width: calc(100% - 20px);
}
.botoes-conteudo a {
    font-size: 14px;
}

.products > ul.products.columns-4 {
    padding: 0 60px;
}
p.price {
    font-size: 40px;
    line-height: 60px;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .opcoes-entrada {
    justify-content: center;
    gap: 10px;
}

.opcoes-entrada svg {
    height: 31px;
}

header .row {
    gap: 30px;
}

h2 {
    font-size: 26px;
}

:is(h1, h2, h3, h4, h5, h6) svg {
    width: 40px;
    top: -4px;
}

.products.columns-6 > li {
    flex: 0 0 70%;
    width: 70%;
}

section#preferidos {
    text-align: center;
}

section#preferidos :is(h1, h2, h3, h4, h5, h6) {
    display: inline;
}

ul.carrossel-preferidos {
    width: 70%;
    margin: 0 auto;
}

.area-preferidos {
    gap: 0;
}

.area-preferidos {
    width: 100%;
    flex-wrap: wrap;
    flex-flow: column-reverse;
    gap: 30px;
    align-items: center;
    margin: 30px 0 0;
}
.navegacao-topo {
    background-color: #ffffff;
    padding: 20px 0 20px;
}

ul#menu-menu-principal {
    display: none;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

.navegacao-preferidos {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    height: 0;
}

.navegacao-preferidos .owl-prev {
    width: 34px;
    height: 34px;
}

.navegacao-preferidos .owl-next {
    width: 48px;
    height: 48px;
    font-size: 60px;
    padding: 12px;
    margin: 0;
}

.botao, p > a:first-child:last-child {
    font-size: 16px;
    padding: 6px 16px;
    line-height: 24px;
}

.area-navegacao .botao {
    padding: 6px 16px;
}

.owl-prev, .owl-next {
    width: 34px;
    height: 34px;
}

.navegacao-preferidos .owl-next {
    width: 34px;
    height: 34px;
}

.area-navegacao {
    width: auto;
    align-items: center;
    display: inline-flex;
}

.area-navegacao [class*="navegacao-"]:not(.navegacao-preferidos) {
    width: calc(100% + 70px);
    align-items: center;
    justify-content: space-between;
    margin: 0;
    height: 0;
}

.owl-prev {
    transform: translateX(-20px);
}

.owl-next {
    transform: translateX(20px);
}

.foto-autor {
    width: 120px;
    height: 120px;
}

.autor :is(h1, h2, h3, h4, h5, h6) {
    font-size: 15px;
}
button.menu-mob {
    background-color: #f5f5f5;
    padding: 6px 14px;
    width: 100%;
    text-align: left;
    border-radius: 8px;
}

.pesquisa {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

button.menu-mob svg {
    width: 28px;
    height: auto;
}

button.menu-mob div {
    display: flex;
    gap: 8px;
    align-items: center;
}
#lancamento ul.products::after {
    content: '';
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    width: 160px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

#lancamentos .products::after {
    content: '';
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    width: 160px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    pointer-events: none;
}
a.product {
    color: var(--cor-texto);
}


.simbolo-grande::before {
    width: 100%;
    transform: unset;
    height: 280px;
    left: -20px;
    opacity: 0.1;
}
#colecoes {
    padding: 60px 0;
}
ul.carrossel-colecoes {
    padding-left: 0;
    margin-top: -30px;
}
.artigo :is(h1, h2, h3, h4, h5, h6) {
    font-size: 14px;
    line-height: 16px;
}

a.artigo {
    font-size: 12px;
    line-height: 14px;
}

.navegacao-blog {}

#blog .row {
    text-align: center;
}
.menu-rodape {
    width: 100%;
    flex: 0 0 auto;
    margin: 0;
}

ul#menu-menu-rodape > li {
    padding: 10px;
    flex: 0 0 auto;
    width: 50%;
    flex-shrink: 0;
    max-width: 50%;
}

.menu-rodape .menu-item-has-children > a {
    font-size: 14px;
    padding: 0;
}

footer nav {
    width: 100%;
}
ul.carrossel-preferidos::after {display: none;}
ul.carrossel-lancamentos {
    padding: 0;
}

ul.carrossel-lancamentos::after {
    content: '';
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    width: 160px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    pointer-events: none;
}

.owl-carousel button.owl-dot {
    width: 4px;
    height: 4px;
}

.owl-dots {
    gap: 8px;
    padding: 14px 0 0;
}

section {
    margin: 60px 0;
}

.colecao :is(h1, h2, h3, h4, h5, h6) {
    font-size: 14px;
    line-height: 18px;
}

.artigo .extras {
    font-size: 8px;
}

#redes h2 {
    display: inline;
}

.menu-rodape ul.sub-menu a {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    line-height: 16px;
    display: block;
}

.menu-rodape ul.sub-menu li {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.menu-rodape ul.sub-menu li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: transparent url('img/icones/bullet.svg') center center no-repeat;
    background-size: 100%;
    flex: 0 0 6px;
    transform: translateY(-2px);
}
.menu-rodape ul.sub-menu {
    padding: 0;
}

.direitos {
    text-align: center;
    padding: 10px 0;
}

.direitos .row {
    gap: 10px;
}


.area-menu-mob {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
}

.area-util {
    width: 100%;
    box-shadow: 0 0 8px -2px #00000029;
    border-radius: 9px;
    background-color: #fafafa;
    position: relative;
}

.menu-opcoes {}

.botoes-menu {
    background-color: #fa812f;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 9px;
}
.botoes-menu .carrinho {
    background-color: #ee6b13;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 9px 0 0 0;
}

.botoes-menu .botoes a {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: #ee6b13;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.botoes-menu .botoes a path {
    fill: #fff;
}

.botoes-menu .botoes a svg {
    width: 100%;
}
.botoes {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: left;
}

a.pesquisa-mob {
    background-color: #82451b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    height: 40px;
    width: 40px;
    margin: 0 0 0 auto;
    border-radius: 0 9px 0 0;
}

ul#menu-menu-principal.menu-principal-mob {
    padding: 0;
    list-style: none;
    display: block;
}
.carrinho span {
    background-color: #d96110;
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 4px;
}

.area-util .menu {
    padding: 12px;
}

.area-util .menu ul#menu-menu-principal {
    display: block!important;
    -
    maxheight: 80vh;
    overflow: auto;
    padding: 0 10px 0 0px;
}

.area-util .menu ul#menu-menu-principal a {
    color: var(--cor-texto);
}

.area-util .menu ul#menu-menu-principal > li > a {
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 4px;
    text-align: left;
    justify-content: left;
    gap: 8px;
    display: flex;
    align-items: center;
}

a:hover {}

.area-util .menu ul#menu-menu-principal > :is(li:hover, .current-menu-ancestor) > a {
    background-color: #f3f1f1;
}

.area-util .menu ul#menu-menu-principal > li > a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--cor-principal);
    border-radius: 50em;
}

.area-util .menu ul#menu-menu-principal > :is(li:hover, .current-menu-ancestor) > a::after {
    transform: rotate(0);
}
.area-util .menu ul#menu-menu-principal > li > a::after {
    margin: 0 0 0 auto;
    filter: none;
    transform: rotate(-90deg);
}
a.pesquisa-mob path {
    fill: #fff;
}
.area-menu-mob ul.sub-menu {
    padding: 0 0 0 50px;
    list-style: none;
    position: relative;
}

.area-menu-mob ul.sub-menu::before {
    content: '';
    position: absolute;
    left: 33px;
    top: 0;
    height: 100%;
    background-color: #ddd;
    width: 1px;
}

.area-menu-mob ul.sub-menu .current-menu-item > a::before {
    content: '';
    position: absolute;
    left: 30px;
    width: 7px;
    top: 9px;
    height: 7px;
    background-color: var(--cor-principal);
    border: 1px solid #fff;
    border-radius: 50em;
}

.area-menu-mob .fechar {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50em;
    background-color: var(--cor-principal);
    bottom: 0;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-ativo {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.area-menu-mob .fechar svg {
    width: 70%;
}
/* For the whole scrollbar */
#menu-menu-principal::-webkit-scrollbar {
  width: 4px; /* width for vertical scrollbar */
  height: 4px; /* height for horizontal scrollbar */
}

/* For the scrollbar track */
#menu-menu-principal::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* For the draggable handle */
#menu-menu-principal::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px; /* gives rounded corners */
}

/* Handle on hover */
#menu-menu-principal::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
}

.capa-topo {
    width: 100%;
}

.capa-topo .compartilhar {
    display: none;
}

.summary.entry-summary {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
}

h1.product_title.entry-title {
    font-size: 24px;
    line-height: 28px;
}

.equipe :is(a, p) {
    font-size: 16px;
}

.summary.entry-summary > svg {
    width: 100%;
}

.internas .preco {
    justify-content: center;
    align-items: center;
}

p.valor {
    margin: 0;
}

button.single_add_to_cart_button {
    font-size: 15px;
}

.quantity input {
    font-size: 18px;
    width: 40px;
}

form.cart {
    justify-content: center;
}

.ebooks {
    justify-content: center;
}

.botao-conteudo {
    width: 50%;
}

.botoes-conteudo {
    flex-wrap: wrap;
    row-gap: 75px;
}

.icone-botao {
    width: 60px;
    height: 60px;
}

.botoes-conteudo a {
    font-size: 12px;
    line-height: 16px;
}

.imagens-produto {
    width: 100%;
    padding: 0;
}

.texto-produto {width: 100%;padding: 30px 0 0;}

#conteudo-completo-produto button {
    display: none;
}

#conteudo-completo-produto > .accordion-item > div {
    display: block;
    margin-top: 20px;
}
.internas .area-navegacao [class*="navegacao-"]:not(.navegacao-preferidos) {
    width: 130%;
}

.internas .area-navegacao .botao {
    font-size: 13px;
    line-height: 22px;
}
}
@media screen and (max-width: 767px) and (min-width: 576px) {

}