@import url(/_assets/tmp/layout.css);

#main {
    padding-top: 5.5rem;
    padding-bottom: 5rem;
    font-family: sans-serif;
}

#section-banner {
    height: 14rem;
    position: relative;
    margin-bottom: 3rem;
}

#section-banner .background-cover {
    background-color: rgba(0,0,0,.5);
}

#main .container {
    max-width: 900px;
    line-height: 1.5;
}

#main #main-title {
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: 1.5rem;
}

#main p {
    text-align: justify;
    margin-bottom: .5rem;
}

.title {
    text-transform: uppercase;
    margin-bottom: .5rem;
    margin-top: 1.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: sans-serif;
}

#main ul, #main ol {
    padding-left: 2.5rem;
    margin-bottom: .5rem;
}

#main li {
    padding-left: .5rem;
    text-align: justify;
}