h2 {
    text-align: center;
    color: black;
    background-color: bisque;
    padding-bottom: 10px;
}
h3 {
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

section  ul {
    padding-left: 1.5rem;
    line-height: 1.6;
    padding-bottom: 10px;
}
section  ol {
    padding-left: 2.5rem;
    line-height: 1.6;
    padding-bottom: 10px;
}

section > p {
    padding: 0rem 1.5rem;
}

section {
    padding: 8px 0px;
}
.justificar_texto{
    text-align: justify;
}