html, body {
    background: rgb(207, 207, 207);
    margin: 0;
  }

.content{
    height: 100%;
    background: rgb(255, 255, 255);
    margin: 0px 30px;
    text-align: center;
}

.content img{
    width: 6%;
    margin-top: 10px;
}

.content p {
    color: rgb(10, 69, 136);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
}

.content .contents{
    margin: 0px 150px;
    text-align: justify;
    line-height: 1,25px;
}

.content .contents p.title{
    color: #5a5959;
    font-weight: 900;
    margin-top: 40px;
    border-top: 4px solid rgb(207,207,207);
    padding-top: 20px;
}

.contents p.stitle{
    color: #373b53;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
}

.contents p.sstitle, p.sscategoria{
    color: #585858;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

p.categoria{
    margin-top: 20px;
    color: #303030;
    font-size: 17px;
    margin-bottom: 0px;
}

p.scategoria{
    font-size: 15px;
    color: #5a5959;
}

@media (max-width: 576px){
    .content .contents {
        margin: 0px 15px;}
    }

::-webkit-scrollbar {
    width: 6px;
}
    
::-webkit-scrollbar-track {
    background: rgb(207, 207, 207);
}
    
::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1px solid rgb(207, 207, 207);
}