#terminos{
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 900px;
    margin-bottom: 50px;
}
.title{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    color: rgb(81, 81, 81);
}
.subtitle{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    color: rgb(81, 81, 81);
}
.text{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
    text-align: justify;
}