.button-whatsapp {
    margin-right: 10px!important;
}

:root{
--cor_primaria: #CC5258;
--pre_cabecalho: #CC5258;
--cor_icones: #CC5258;
--cor_newsletter: #CC5258;
--cor_escura: #CC5258;
--texto_bg_escuro: #CC5258;
--texto_bg_claro: #CC5258;

}





.menu.superior ul.nivel-um li {
    padding: 9px !important;
}
    
    
    .top-header {
    display: none !important;
}
    

    
.menu.superior ul.nivel-um li {
    margin-left: -5px !important;
}

    
    
    .menu.superior .nivel-um>li>a[title=Outlet] strong {
color: #000;
font-weight: 600!important;
}
.whats-button {
    display: none!important;
}
.fixo {
    position: fixed;
    z-index: 1000;
    width: 70px;
    height: 70px;
    bottom: 5px;
    left: 10px;
}

.button-whatsapp {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    z-index: 2;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    cursor: pointer;
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: transparent;
}

.fixo i {
    float: left;
    margin-left: 15px;
    margin-top: 12px;
    font-size: 35px;
    width: 30px;
    color: white;
}