.sub_cat{
    padding: 3px 6px;
    background-color: #cecece;
    transition: 0.3s;
}   
.sub_cat:hover{
    background-color: #ff6363;
}

@media only screen and (max-width: 767px) {
    .mobile-subcats a {
        display: none;
    }
}

.titulo_area>p{
    align-items: center;
    display: flex;
    justify-content: center;
}
.titulo_area>span{
    align-items: center;
    display: flex;
    justify-content: center;
}

#titulo > a{
    color: #202020;
    font-size: 14px;
}

.kit_cat{
    font-size: 12px;
} 

.link{
    padding: 2px 5px;
    margin: 2px;
    border-radius: 5px;
    background-color: rgb(210, 210, 210);
    color: #202020;
}

.link:hover{
    background-color: rgb(231, 231, 231);
}

.desativado{
    padding: 2px 5px;
    margin: 2px;
    border-radius: 5px;
    color: rgb(161, 161, 161);
    background-color: rgb(210, 210, 210);
}

.desativado:hover{
    color: rgb(161, 161, 161);
    cursor: default;
}

#espaco{
    height: 10%;
}

.form-area{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 790px){
    .resp{
        display: none !important;
    }

    .area-text{
        width: 80%;
    }

    .categorias{
        width: 100px;
    }
    
    .titulo > a{
        font-size: 10px;
    }

    .estande > a{
        font-size: 10px;
    }
}
