.menu-inferior{
    width: 100%;
    height: 60px;
    background-color: #4d0583;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.menu-inferior>.container{
    padding: 0;
}
.logo-woodigital{
    height: 60px;
    position: relative;
    max-width: 100px;
    padding: 10px;
}
.logo-woodigital img{
    height: 100%;
    width: auto;
    transition: all 0.3s;
}
.logo-woodigital img:hover{
    transform: scale(1.150);
}
.text-woodigital h3{
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto-Black';
}
.tit-tema-inferior{
    display: flex;
    align-itens:right;
    margin-right: 5px;
}
.lista-menu-inferior a{
    font-family: 'Baloo Regular' !important;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.tit-tema-inferior span{
    font-family: 'Baloo Regular' !important;
    font-size: 1.5rem;
    color: #fff;
    text-align: right;
}
.lista-menu-inferior{
    display: flex;
    align-items:center;
    justify-content: space-between;
    /*padding: 0px 25px;*/
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.botao-branco,
.botao-geral{
    background: #48cb85;
    color: #fff;
    font-family: 'Roboto-Black';
    padding: 4px 9px;
    letter-spacing: 0.5px;
    border: 2px solid #3bac98;
    transition: all ease-in-out  0.2s;
    outline-color: #48cb85;
    position: relative;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.botao-geral:hover{
    background: transparent;
    color: #3bac98 !important;
}
.botao-geral::before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left,#3bac98, #41ba8f, transparent);
    transition: all ease-in-out 0.2s;
    transform-origin: right center;
}
.botao-geral span{
    z-index: 1;
    position: relative;
}
.botao-geral:hover::before{
    opacity: 0;
    transform: scaleX(0);
}
#topoFixo {
    top: 0px;
    position: relative;
}
.chamada-menu-inferior{
    display: flex;
    justify-content: space-around;
    align-itens:center;
}
@media all and (max-width: 991px){
    .text-woodigital{
        display: none !important;
    }
    .tit-tema-inferior{
        display: none !important;
    }
}
@media all and (max-width: 767px){
    .lista-menu-inferior{
        display: flex;
        justify-content: space-between !important;
    }
}
@media all and (max-width: 425px){
    .botao-geral{
        font-size: 1rem;
    }
}
