/* FONTS */

@font-face {
    font-family: nsb;
    src: url(../assets/fonts/NotoSans-Bold.ttf) format("truetype");
}

@font-face {
    font-family: nsbi;
    src: url(../assets/fonts/NotoSans-BoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: nsi;
    src: url(../assets/fonts/NotoSans-Italic.ttf) format("truetype");
}

@font-face {
    font-family: nsr;
    src: url(../assets/fonts/NotoSans-Regular.ttf) format("truetype");
}

/* END FONTS */

/* COLOR */

.light-grey {
    background-color: #b7faef;
}

.very-light-grey {
    background-color: #daf9f4;
}

/* END COLOR */

/**/

.title {
    font-family: 'nsb';
}

/* END */

@media screen and (min-width: 961px) {
    .cont {
        width: 100%;
        font-family: 'nsr';
        margin-top: 50px;
    }
}

@media screen and (max-width: 960px) {
    .cont {
        width: 100%;
        font-family: 'nsr';
    }
}

.lgpd-content {
    margin-top: 100px;
}

.text-cont {
    max-width: 800px;
    height: fit-content;
    margin: auto;
    padding-bottom: 30px;
}

.titulo-de-sessao {
    padding: 15px;
    width: calc(100% - 30px);
    height: fit-content;
    text-align: center;
    font-size: 11pt;
    font-family: 'nsb';
    margin: auto;
}

.session-subtitle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    height: fit-content;
    text-align: left;
    font-size: 11pt;
    font-family: 'nsb';
    margin: auto;
}

.texto-padrao {
    padding: 10px;
    width: calc(100% - 20px);
    text-align: justify;
    white-space: pre-wrap;
    margin: auto;
}

.texto-padrao a {
    text-decoration: none;
    color: #6c8bce;
}

table {
    margin: 0;
    padding: 0;
    color: black;
    background-color: white;
}

.tabela {
    padding: 10px;
    width: calc(100% - 20px);
    border: 1px solid lightgrey;
    margin: auto;
}

thead {
    padding: 10px;
    width: calc(100% - 20px);
    font-family: 'nsb';
    background-color: #004c5a;
    color: white;
}

td {
    width: 50%;
    text-align: justify;
}

.table-padding {
    padding: 10px;
    width: calc(100% - 20px);
    text-align: left;
}