#rodape .conteiner .row-fluid .logo {
    display: none;
}

#rodape .rodape-sobre p {
    font-size: 15px; 
    line-height: 18px; 
    margin: 0;
    margin-top: 0px;
    text-align: justify;
}

.coluna .lateral.outras.filtro-coluna.faceta-cor {
    display: none;
}


/*Menu de Categorias do Site*/

.categoria-descricao {
    font-size: 16px;
    line-height: 20px;
    text-align: justify
}

.conteiner{
    max-width: 1280px;
    width: 100%;
    padding: 0 20px !important;
   }
 
 
 /*mobile site - muda a cor das setas da página inicial*/
 
@media only screen and (max-width: 1024px){
.slick-arrow {
    background: #e0a5f7;
    border-radius: 5px;
    box-shadow: 0 2px 4.3px 0.45px rgba(205,205,205,0.16) !important;
    border: 1px solid #ffffff;
    padding: 11px 2px !important;
    display: flex !important;
    align-items: center;
}}

@media only screen and (max-width: 1024px){
   .slick-arrow svg {
    width: 13px !important;
    height: 13px !important;
    fill: #ffffff !important;
}}

/*botão whatapp mobile*/
@media only screen and (max-width: 1024px){
.li-whatsapp a {
    position: fixed;
    right: 12px;
    bottom: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #209142, #56d263);
    text-decoration: none;
    z-index: 99;
    opacity: 0.85;
}
    }

@media only screen and (max-width: 1024px){
.li-whatsapp i {
    font-size: 42px;
    color: #fff;
}
    }

@media only screen and (max-width: 1024px){
.floating-instagram-button {
    position: fixed;
    bottom: 150px;
    right: -7px;
    z-index: 9999;
    display: none;
}}

/*MOVIMENTAÇÃO DO BANNER VITRINE*/

/*.banner-extra.banner-vitrine-mini  img:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.banner-extra.banner-vitrine-mini  img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}*/

/*MOVIMENTAÇÃO DO FULL BANNER*/

/*.banners-full img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banners-full img {
-webkit-transition: all 9.5s ease-in;
-o-transition: all 9.5s ease-in;
-moz-transition: all 9.5s ease-in;
transition: all 9.5s ease-in;
overflow: hidden;
max-height: 82rem;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat
}*/

/*REMOVER LINHAS DO BANNER TARJA*/

.banners-vantagens .vantagem:not(:last-child) {
    border-right: 0px;
}

/*COR DO BOTÃO SEGUIR*/

.cores-personalizadas .vitrine-instagram .instagram-follow a {
    background: #e0a5f7;
}

/*NÃO PERMITE QUEBRA DE LINHA NO MENU*/

.menu-desktop .menu>ul {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: center;
    flex-wrap: nowrap;
}