<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item_slide_home{
    width: 100%;
    max-width: 1000px;
}
.item_slide_home img{
    max-width: 100%;
}
.area_slide{
    width: 100%;
}

/*categorias*/
.area_categorias{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.title_cats{
    width: calc(100% - 10px);
    height: 50px;
    display: flex;
    align-items: center;
    color: #888888;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.area_itens_cat{
    display: flex;
    flex-wrap: wrap;
}
.item_cats img{
    width: 80px;
    margin-top: -20px;
}
.area_itens_cat a{
    text-align: center;
    padding: 15px;
    padding-top: 25px;
}
.area_itens_cat a p{
    color: #454545;
    font-size: 13px;
    font-weight: 600;
    width: 70px;
    text-align: center;
}
.item_cats{
    height: 70px;
    width: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_slide_logo{
    display: flex;
    align-items: center;
}
.logo_slide{
    position: relative;
    width: 30%;
    margin-right: -30%;
}
</pre></body></html>