/** FUNDO PÁGINA **/
.g_ body {
    background: #F5F4EB;
}
/** Botão WhatsApp **/
.li-whatsapp a {
    position: fixed;
    right: 15px !important;
    bottom: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #336666, #336666) !important;
    text-decoration: none;
    z-index: 99;
}
/** MENU DROPDOWN **/
.g_ .menu.superior>.nivel-um>li.com-filho>ul, .g_ .theme-functions>li.dropdown>ul {
    top: 100%;
    padding: 10px 25px;
    background: #ffffffc9;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}
/** SLIDER **/
.info-banner {
    max-width: 400px;
    word-wrap: break-word;
    font-size: 40PX;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
    position: absolute;
    left: 30PX;
    bottom: 30PX;
    z-index: 20;
    padding: 15px;
    color: #eceadd;
    background-color: hwb(0deg 0% 100% / 83%);
    border-radius: 15px;
}
/** Campo Form**/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff0;
    border: 2px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
/** LISTAGEM DE PREÇOS **/
.g_ .listagem .preco-produto .cor-principal {
    color: #f86b06;
}

.g_ .listagem .preco-produto * {
    font-size: 22px;
    font-weight: bold;
}
.g_ .listagem .preco-produto .preco-parcela, .g_ .listagem .preco-produto .preco-parcela *, .g_ .listagem .preco-produto .preco-venda {
    color: #555;
    font-weight: 400;
}
/** RODAPÉ **/
.g_ #rodape .institucional {
    background-image: none;
    background-color: var(--bg1);
    border-bottom: 1px solid var(--bg2);
    padding: 8rem 0 4rem 0;
    margin-top: 3em;
}
/** MINI BANNER **/
.g_ .secao-banners .mini-banner .modulo img+label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--fs22);
    letter-spacing: 3px;
    visibility: hidden;
}