.sessao {
    min-height: calc(100vh - 156px - 214.8px - 1rem);
    margin-bottom: 1rem;
    padding-bottom: 3rem;
    border-radius: 0;
    font-size: 1.1rem!important;
    color: #666;
}

.sessao>div {
    margin: 0 auto;
    width: 100%;
    max-width: 1480px;
}

.sessao>div>div:nth-of-type(2) {
    width: calc(100% - 220px - 1rem);
}

.sessao .menu {
    background-color: transparent;
    border: none;
    min-width: calc(220px + 1rem);
    padding-right: 1rem;
}

.sessao .menu a {
    background-color: #fff;
    color: #666;
    text-transform: none;
    padding: .5rem 3rem .5rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0 .25rem;
    border: 1px solid #666;
    transition: all .3s;
}

.sessao .menu a.active, .sessao .menu a:hover {
    background-color: #666;
    color: #fff;
}

.sessao .container-xl {
    background-color: #fff;
    padding: 1rem;
}

.sessao .container-xl h2 {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.sessao .container-xl h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
}

.sessao .container-xl p span.cor {
    color: #fb3e00;
    font-weight: bold;
}

@media only screen and (max-width:767px) {
    .sessao>div>div:nth-of-type(2) {
        margin-top: 2rem;
        width: 100%;
    }
    .sessao .menu {
        width: 100%;
        padding: 0;
    }
}