.main-content {
    padding: 3rem 2rem;
}
.text-main {
    line-height: 1.5rem;
    color: #999;
    font-size: 1rem;
    text-align: justify;
    font-weight: 600;
    padding-bottom: 1.5rem;
}
.text-main h2 {
    padding-bottom: 2rem;
    font-size: 1.6rem;
    color: #333;
}

.principal{
    list-style: disc;
    padding-bottom: 1rem;
}
.principal ul {
    padding-left: 2rem;
}

.sitemap{
    padding: 2rem;
}
.sitemap ul {
    list-style: circle;
}

.sitemap a {
    text-decoration: none;
    color: rgb(35, 35, 35);
}

.sitemap a:hover {
    text-decoration: underline;
}
.produtos li{
    list-style: square;
    
}
.produtos {
    padding-left: 2rem;
}


