@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding-right: 0 !important;
    background-color: var(--primary-background-color-hexadecimal);
}

.modal-open {
    overflow: auto !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smooth: antialiased;
    font-family: 'Roboto';
    outline: none;
}

::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

:-ms-input-placeholder {
    color: inherit;
}


a:link,
a:visited,
a:active {
    font-size: inherit;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

* {
    border: none;
    padding: 0;
    margin: -10px;
}

input,
textarea,
select {
    outline: none;
    font-family: 'Roboto';
    color: #333;
    line-height: 20px;
    font-size: 13px;
}

a,
a:hover,
input,
.conheca-estrutura,
.cursos-home ul li,
.cursos-dir ul li,
.dat-nav ul li,
.it-1,
.it-2,
.it-3,
.gal-img img,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
}

ul,
ol {
    margin-bottom: 0 !important;
}

select::-ms-expand {
    display: none;
}

.clear {
    clear: both;
}

#alertaReturn {
    position: fixed;
    width: 50%;
    z-index: 9999;
    right: 0;
    top: -60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#alertaReturn.show {
    top: 100px;
}


.topo-site {
    background-color: var(--context-background-color-hexadecimal);
    height: 7rem;
    font-size: 1rem;
}

.menu-principal a {
    font-size: 1rem;
    color: var(--primary-text-color-hexadecimal) !important;
}

.acces-group {
    font-size: 12px !important;
}

.topo-site .barra {
    justify-content: space-between;
}

.pesquisa {
    padding-right: 4rem;
    position: relative;
}

.pesquisa input {
    padding-left: 60px;
    color: var(--primary-text-color-hexadecimal);
}

.button-search {
    background-image: url(../images/search.svg);
    text-indent: -9999px;
    overflow: hidden;
    width: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0B1531;
    background-size: 100%;
    height: 48px;
    border: 2px solid #444444;
    border-radius: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.botao-nav {
    color: #fff !important;
}

.menu-principal a:hover,
.menu-principal a.active {
    padding: 4px 16px;
    font-size: 1rem;

}

.nav-usuario p {
    font-size: 1rem;
    font-weight: 400;
}

.nav-usuario .barra-direita {
    justify-content: right;
}


.nav-usuario .logo img {
    width: 160px;
}

.dropdown-item {
    color: #fff !important;
    width: 100%;
    text-align: left;
    padding: 4px 6px;
    font-size: 1rem;
    font-weight: 500;
    background: #707070;

}

.dropdown-item:hover {
    color: #fff !important;
    background: #707070;

}

.dropdown-menu {
    padding: 0;

}


.MuiAvatar-colorDefault {
    color: #000;
    background-color: #bdbdbd;
}

.MuiAvatar-root {
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 1.25rem;
    align-items: center;
    flex-shrink: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 1;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
}

/* Pesquisa */
.MuiInputBase-input {
    border: 2px solid #444444;
    color: rgb(112, 112, 112);
    border-radius: 25px;
    height: 3rem;
    width: 15rem;
    background-color: transparent;
    font-size: 16px;
    padding: 10px;
}

/* Corousel */

.carousel {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;

}

#mainSlider .carousel-inner>.carousel-item a {
    display: block;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-inner>.carousel-item>img {
    width: 100%;
    height: 15vw;
    object-fit: cover;

}

.favoritos {
    background-color: #181d25;
    color: #fff;
}

.favoritos h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;

}


.favoritos h2 {
    height: 60px;
    display: flex;
    padding: 0px 8px;
    overflow: hidden;
    background: #181d25;
    align-items: center;
    margin-bottom: 0;

    font-size: 1.2rem;
    text-align: left;
    font-weight: 600;
    line-height: 1.5rem;
}

.favoritos p {
    height: 150px;
    padding: 16px;
    background-color: #181d25;
    margin-top: 0;
}

.treinamento h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;

}


.treinamento .card1 h2 {
    height: 60px;
    display: flex;
    padding: 0px 8px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 0;

    font-size: 1.2rem;
    text-align: left;
    font-weight: 600;
    line-height: 1.5rem;
}

.treinamento .card1 p {
    height: 150px;
    padding: 16px;
    margin-top: 0;
}

.card svg {
    position: absolute;
    z-index: 9;
    top: 0px;
}

.card-img-top {
    min-height: 152px;
    object-fit: cover;
    position: relative;
    border: transparent;
}

.border-progress {
    border: 2px solid #CBCDD7;
    height: 2rem;
    padding: 7px 3px !important;
}

.center {
    align-items: center;
}

.progress {
    height: 0.8rem;
    overflow: hidden;
    background-color: #CBCDD7;
    border-radius: 0rem;
}

.progress-curso {
    height: 0.8rem;
    overflow: hidden;
    background-color: green;
    border-radius: 0rem;
}

.progress-bar {
    background-color: green;
}

.botao-acessar {
    color: #e8e8e8;
    border: none;
    height: 35px;
    opacity: 1;
    padding: 4px 36px;
    font-size: 14px;
    background: #005FA7 0% 0% no-repeat padding-box;
    font-weight: 600;
    border-radius: 0 7px 7px 0;
    width: 75% !important;
    font-size: 16px !important;
}

.slick-slide {
    margin: 1px;
}

.slick-next {
    right: 55px;
}

.slick-next:before {
    font-size: 65px;
}

.slick-prev {
    left: 5px;
    position: absolute;
    z-index: 9;
}

.slick-prev:before {
    font-size: 65px;
}


#mainSlider1 img {
    width: 250px;
}

.item_main_slider {
    width: 400px !important;
}

.tabela-tab {
    background-position: center top !important;
    padding: 30px;
}

.nav-tabs .botao-nav {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000;
}

.nav-tabs .botao-nav.active {
    color: #fff !important;
    background-color: #181d25;

}


.banner-page {
    height: 490px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 1px 5px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 5px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 5px 5px -1px rgba(0, 0, 0, 0.75);
}

/*FOOTER*/

.footer {
    background: var(--context-background-color-hexadecimal);
    border-top: 4px solid #CBCDD7;
    padding-top: 20px;

}

.lista {
    padding: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.footer li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-text-color-hexadecimal);
}

.footer-copy {
    color: var(--primary-text-color-hexadecimal);
    padding: 3px;
    margin-top: 20px;
    border-top: 3px solid #CBCDD7;
}

/* biblioteca */
.biblioteca-categ h3 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 24px;
    padding-left: 70px;
}

.biblioteca-categ h2 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 36px;
    padding-left: 70px;
    font-weight: 600;
}


#myTabContent a p:hover {
    text-decoration: underline !important;
}

#myTabContent ul {
    columns: 4;
}

#myTabContent ul li {
    text-align: center;
    display: inline-flex;
}

#myTabContent ul li p {
    color: #fff;
    min-height: 50px;

}


.biblioteca-categ #minha-tab img {
    color: #e8e8e8;
    border: 2px solid transparent;
    cursor: pointer;
    display: flex;
    padding: 0px;
    z-index: 9999;
    position: relative;
    min-width: 143px;
    max-height: 50px;
    min-height: 50px;
    object-fit: cover;
    text-align: center;
    transition: all 400ms ease-in-out;
    align-items: center;
    border-bottom: 3px solid transparent;
    border-radius: 7px 7px 0px 0px;
    justify-content: center;
}

.biblioteca-categ #minha-tab .botao-nav:hover {
    border-radius: 7px 7px 0px 0px;
    border: 2px solid #000000;
}

.lms-content {
    min-height: 578px;
}

.treinamentos h1 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 2.5rem;
    font-weight: 400;
}

.treinamentos .card-treinamento {
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid var(--primary-text-color-hexadecimal);
    border-radius: 0.25rem;
    padding: 1rem;
}

.treinamentos .card-treinamento img {
    margin-right: 1rem;
}

.treinamentos h3 {
    font-size: 1rem;
    color: var(--primary-text-color-hexadecimal);
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* Treinamentos */

.treinamento1 h1 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 2.5rem;
    font-weight: 400;
}

.treinamento1 h3 {
    font-size: 1.75rem;
    color: var(--primary-text-color-hexadecimal);
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.treinamento1 img {
    margin-right: 1rem;
}

.newsCaption {
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: .6;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #000;
    padding: 4px 10px;
    transform: translateY(80%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .4s, opacity .1s .3s;
}

.news-Slide-up:hover .newsCaption {
    opacity: .6;
    transform: translateY(0);
    transition: transform .4s, opacity .1s;
}

.newsCaption-content {
    margin: 7px 0 0 0;
    overflow: hidden;
}

.treinamento1 .newsCaption {
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: .6;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #000;
    padding: 4px 10px;
    transform: translateY(80%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .4s, opacity .1s .3s;
}

.news-Slide-up:hover .newsCaption {
    opacity: .6;
    transform: translateY(0);
    transition: transform .4s, opacity .1s;
}

.treinamento1 .newsCaption-content {
    margin: 7px 0 0 0;
    overflow: hidden;
}

.newsCard {
    position: relative;
    margin: 0.1rem auto;
    color: #fff;
    overflow: hidden;
}

.treina {
    width: 100%;
    height: auto;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: transparent;
    padding: 2px;
}

.card-body {
    background-color: transparent;
}

.card p {
    color: var(--primary-text-color-hexadecimal);
}

.wiki-content {
    padding-bottom: 100px;
    color: var(--primary-text-color-hexadecimal);
}

.biblioteca-categ .tabela-tab {
    min-height: 413px !important;
}

.wiki-content .card-img-top {
    width: 100% !important;
    object-fit: cover;
}

.wiki-content .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.wiki-content .card-title {
    font-size: 2rem;
    font-weight: 400;
    color: #53290f;
}

.wiki-content .text-white {
    color: #fff !important;
}

.wiki-content h1 {
    color: #53290f;
    font-size: 2.5rem;
}

.wiki-content h2 {
    color: #53290f;
    font-size: 2rem;
}

.wiki-content .lms-button-danger {
    background: #f26724;
    color: #fff !important;
    transition: .5s;
}

.wiki-content .lms-button-danger:hover {
    text-decoration: none !important;
    background-color: #973200;
}

.wiki-content .lms-bg-color {
    background-color: #827465;
    color: #fff;
}

.wiki-content a {
    color: #d4d4c5 !important;
}

.instructor img {
    margin-right: 15px;
}

.instructor small {
    font-size: 14px;
}

/* Iniciar Curso */
.iniciar-curso {
    min-height: 50vh;
    padding-bottom: 28px;
}

.iniciar-curso h1 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.iniciar-curso h2 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.iniciar-curso a {
    background: #878787 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
    color: var(--primary-text-color-hexadecimal);
    font-size: 14px;
    padding: 8px 10px;
}

.iniciar-curso a.prev {
    border-radius: 10px 0px 0px 10px;
}

.btn-trilha {
    width: auto;
    border-radius: 10px !important;
    color: #FFFFFF !important;
    background: #005FA7 !important;
    display: flex;
    justify-content: center;
}

.iniciar-curso .instrutor-lesson h4 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 16px;
    font-weight: 600;
}

.iniciar-curso .instrutor-lesson p {
    color: var(--primary-text-color-hexadecimal);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}

.iniciar-curso .progress-lesson p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.iniciar-curso .sidebar-content {
    border: 1px solid #878787;
    border-radius: 8px;
    overflow: hidden;
}

.iniciar-curso .sidebar-content h3 {
    background-color: #2D2926;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
}

.iniciar-curso .sidebar-content ul {
    padding: 15px;
}

.iniciar-curso .foto-instrutor {
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: block;
    border-radius: 100%;
    border: 1px solid var(--primary-text-color-hexadecimal);
    max-width: 100%;
    max-height: 100%;
}

.iniciar-curso .foto-instrutor img {
    position: relative;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    height: 145px;
}

.iniciar-curso a:hover {
    opacity: 0.6;
}

.iniciar-curso a.link-voltar {
    background: none !important;
    padding: 0;
}

.iniciar-curso .MuiGrid-spacing-xs-3>.MuiGrid-item {
    padding: 12px;
}

.iniciar-curso .MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.iniciar-curso .svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

/* Avaliação */
.avaliacao .lms-button-danger {
    background: #878787;
    color: var(--primary-text-color-hexadecimal);
    font-size: 20px;
    font-weight: 500;
}

.avaliacao .avaliacao-questions {
    color: var(--primary-text-color-hexadecimal);
}

.header-test {
    border: 1px solid #878787;
    border-radius: 10px;
    font-size: 12px !important;
}

.header-test .progress-lesson p {
    font-size: 12px !important;
    line-height: 15px;
}


.header-test .vigencia {
    border-right: 1px solid #878787;
    border-left: 1px solid #878787;
}

/* Usuário Meu Cadastro */

.meu-cadastro {
    min-height: 65vh;
    padding: 0px 50px 50px 50px;

}

.meu-cadastro p {
    color: var(--primary-text-color-hexadecimal);
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 20px;
    padding-left: 1rem;
}


.usuario-foto {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;

    width: 112px;
    height: 112px;
    border-radius: 50%;
    color: rgb(112, 112, 112);

    position: relative;
    left: 90%;
}

.maquina-foto {
    color: #fff;
    width: 30px;
    cursor: pointer;
    height: 30px;
    padding: 2px;
    background: #2d2926;
    transition: all 500ms ease-in-out;
    border-radius: 40%;

    left: 96%;
    border: none;
    bottom: 10px;
    position: absolute;

}

.meu-cadastro .form-control {
    background-color: transparent;
    color: var(--primary-text-color-hexadecimal);
    border: solid 0.5px var(--primary-text-color-hexadecimal);
}

.meu-cadastro .form-cadastro {
    padding: .75rem;
    color: var(--primary-text-color-hexadecimal);
}

.minhas-notas {
    min-height: 578px;
}

.minhas-notas h1 {
    color: #53290f;
    font-size: 2.5rem;
    font-weight: 400;
}

.minhas-notas a {
    color: #d4d4c5 !important;
}

.table thead th {
    background: #fff;
}

.table td {
    background: #fff;
}


.notificacoes {
    min-height: 578px;
}

.notificacoes h1 {
    color: #53290f;
    font-size: 2.5rem;
    font-weight: 400;
}

.notificacoes h3 {
    color: #53290f;
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.notificacoes .card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.notificacoes .card {
    height: auto;
    width: auto;
}

/* Resultado da Busca */

.resultado-busca h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.resultado-busca h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.resultado-busca .card-result h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

.resultado-busca .card-result a,
.resultado-busca .card-result p {
    color: #FFFFFF !important;
    font-size: 16px !important;
}

.resultado-busca .card-result:hover {
    opacity: 0.6;
}

/* Contato */

.contato {
    min-height: 578px;
}

.contato h1 {
    color: #53290f;
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.contato .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.contato .lms-button-danger {
    background: #f26724;
    color: #fff !important;
    transition: .5s;
    flex: 0 0 auto;
    width: 100%;
}

.contato .lms-button-danger:hover {
    text-decoration: none !important;
    background-color: #973200;
}


/* Pílulas de Conteúdo */

.pilulas-de-conteudo {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.pilulas-de-conteudo .img-background {
    background-image: url(../images/treinamentos/background_edn.png);
    border-radius: 20px;
    width: auto;
    height: auto;
    border: none;
    padding: 22px 80px;
    position: relative;
    margin-top: 16px;
    border-radius: 20px
}

.pilulas-de-conteudo .avatar-nome {
    border: 6px solid #000;
    font-size: 60px;
    width: 140px;
    height: 140px;
    display: flex;
    position: relative;
    align-items: center;
    margin: 2rem;
    border-radius: 100%;
    justify-content: center;
}

.pilulas-de-conteudo .nome {
    color: #000 !important;
    font-size: 2rem;
    font-weight: 700;
    height: 100%;
    position: relative;
    align-items: center;
    text-align: left;
    height: 100%;
    display: flex;
    margin-left: 30px;

}

.pilulas-de-conteudo .inform-pilula {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    align-items: center;
    display: grid;
}

.pilulas-de-conteudo .ponto {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
}

.pilula-centro {
    align-items: center;
    display: grid;
}

.disponivel,
.respondida,
.correta,
.tempo-medio-resposta {
    padding: 10px;
    min-width: 250px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-text-color-hexadecimal);
    border-radius: 20px;
    flex-direction: column;
    gap: 18px;
    background-color: transparent;
    color: var(--primary-text-color-hexadecimal) !important;
}

.espacamento {
    padding: 20px;
}

.linha {
    width: 2px;
    height: 100%;
    position: relative;
    background: var(--primary-text-color-hexadecimal);
    border-radius: 20px;
}

.inform-pilula {
    flex-direction: column;
}

.pilulas-de-conteudo .resultado {

    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.total-nome {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.total-num {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.tabela-conteudo {
    width: 100%;
    border: 2px solid var(--primary-text-color-hexadecimal);
    padding: 10px 0px;
    background: transparent;
    min-height: 300px;
    border-radius: 20px;
    color: #fff !important;
}

.tabela-conteudo .titulo-p {
    color: #000 !important;
}

.tabela-conteudo a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.tabela-conteudo .linha-pilula {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    border-bottom: 1px solid #707070;
    padding: 16px 10px 10px;

}


.tabela-conteudo .linha-pilula:hover {
    cursor: pointer;
    background: #0003;
    transition: all 300ms ease-in-out;
}

.tabela-conteudo .header-tab {
    padding: 16px 8px 8px;
    border-bottom: 2px solid #ffffff;
}

.pilulas-de-conteudo .nav-tabs {
    border-bottom: 0;
}

.pilulas-de-conteudo .nav-tabs .nav-link {
    border: 2px solid #878787;
    border-bottom: 0;
    background: #2d2926;
    color: #fff;
}

.pilulas-de-conteudo .nav-tabs .nav-link.active {
    border: 2px solid #878787;
    border-bottom: 0;
    background: #878787;
    color: #fff;
}

.botao-tabela {
    color: #fff;
    background: #9B9184;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px !important;
}

.botao-tabela:hover {
    color: #2d2926;
    cursor: pointer;
    background: #fff;
    transition: all 700ms ease-in-out;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
}

.tabela-pilula {
    gap: 20px;
    display: flex;
    padding: 0px 30px;
    align-items: center;
    justify-content: flex-start;
}

/* Pilula */

.pilula-central {
    border: 2px solid #878787;
    border-radius: 20px;
    background-color: #f7f7f8;
    margin: 50px 0px 20px;
}

.pilula-central .pilula-titulo {
    padding: 14px 18px;
    align-items: flex-end;
    border-bottom: 1px solid #878787;
    border-radius: 17px 17px 0px 0px;
    justify-content: space-between;
    background-color: #878787;
}

.pilula-central .pilula-titulo .titulo1 {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 400;
}


.pilula-central .pilula-titulo .subTitulo1 {
    color: #2d2926;
    font-size: 1.25rem;
    font-weight: 400;
}

.pilula-central .teste-pilula {
    padding: 32px 18px;
}

.pilula-central .teste-pilula .pilula-titulo-teste {
    padding-bottom: 1rem;
}

.pilula-central .teste-pilula .pilula-titulo-teste .titulo-teste {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
}

.pilula-central .teste-pilula .pilula-opcao .opcao {
    color: #2d2926;
    font-size: 1rem;

    gap: 14px;
    display: flex;
    padding: 0.5em;
    align-items: center;
    justify-content: flex-start;
}

.pilula-central .justificativa {
    display: flex;
    align-items: flex-start;
    padding: 0px 18px 10px;
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: 400;
    white-space: break-spaces;
}

.pilula-central .justificativa .just {
    font-size: 18px;
    font-weight: 500;
    color: rgb(45, 41, 38);
    margin-right: 0.35rem;
}

.pilula-central .pilula-fechar {

    display: flex;
    padding: 0px 18px 20px;
    align-items: flex-start;
    justify-content: space-between;

}

.pilula-central .pilula-fechar .botao-fechar {
    color: #ff6600;
    width: 151px;
    border: 2px solid #ff6600;
    font-size: 24px;
    background: #ffffff;
    transition: all 300ms ease-in-out;
    font-weight: 400;
    border-radius: 25px;
}

.pilula-central .pilula-fechar .botao-fechar:hover {
    color: #ffffff;
    background: #ff6600;
}

/* FORUM */

/* Linha */
.forum hr {
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 30%);
}

/* TÍTULO */

.forum {
    margin: 4em 0;
}

.forum .title-forum h1 {
    font-size: 2.6666666666667rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.forum .text-seta .seta {
    color: #F26724;
    font-size: 1rem;
}

.forum .title2 {
    color: #333333;
    font-size: 1.5rem;
    padding: 2px 0 10px 0;
    margin: 1px 0 15px 0;
    font-weight: 400;
}

.forum .links-post-forum a {
    font-size: .875rem;
    color: #AA4F12;
}

.forum .links-post-forum a:hover {
    color: #F26724;
}

.forum .categ-pricipal {
    background-color: #F26724;
    border-bottom: #999999 1px solid;
    padding: 7px 12px;
    margin-bottom: 0;
}

.forum .categ-pricipal .categoria-title {
    color: #fff;
    text-align: left;
    padding: 5px 0;
    font-size: 14px;
}

.forum .topo-categ {
    background: #F5F5F5;
    border-top: #999999 1px solid;
    border-bottom: 1px solid #DADADA;
    padding: 14px 12px;
}

.forum .icones-forum a {
    vertical-align: middle;
    font-size: 17px;
    display: inline-block;
    padding: 4px 2px;
    line-height: 20px;
    margin: 0 3px;
    filter: grayscale(1);
}

.forum .icones-forum a:hover {
    border-color: #F26000;
    color: #F26000;
    filter: none;
}

.forum .botao {
    color: #F26000;
}

.forum .tab-top {

    color: #666666;
    font-size: 12px;
    padding: 5px 1px;
}

.forum .tabela-status {
    margin-top: 15px;
    margin-bottom: 15px;
}

.forum .tabela-status .icone-laranja {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    box-shadow: 0 0 1px #ffffff;
    background-color: #FF812D !important;
    color: #fff;
    height: 30px;
    width: 30px;
}

.forum .tabela-status .tabela-topo {
    border-bottom: 1px solid #999999;
    min-height: 35px;
}

.forum .tabela-status .tab-conteudo {
    border-bottom: 1px solid #999999;
    padding: 7px 0;
}

.forum .tabela-status .tab-conteudo a {
    width: 45%;
    text-align: left;
    padding-left: 5px;
    color: #AA4F12;
    line-height: 1.4;
    font-size: .850rem;
}

.forum .tabela-status .tab-conteudo a:hover {
    color: #F26724;
}

.forum .tabela-status .avatar img {
    width: 30px;
    height: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    box-shadow: 0 0 1px #ffffff;

}

.forum .admin-control {
    background: #F5F5F5;
    padding: 3px 10px;
    font-size: 13px;
}

.forum .admin-control a {
    color: #666;
}

.forum .estatisticas {
    background-color: #827465;
    color: #FFFFFF;
    border-bottom: 2px solid #999999;
    font-size: 0.850rem;
    margin: 0;
    padding: 12px;
    min-height: 35px;
}

.forum .estatistica-numeros {
    padding: 1px 5px 7px 5px;
    margin-bottom: 12px;
}

.forum .qtd-estatistica {
    font-size: 12px;
    width: 19%;
    min-width: 90px;
    display: inline-block;
    margin-top: 5px;

}

.forum .qtd-simbolo {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 1rem;
    vertical-align: baseline;
    line-height: 26px;
    color: gray;
}

.forum .outras-estatisticas {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 1rem;
}

.forum .outras-estatisticas span {
    margin-right: 10px;
    margin-left: 5px;
    display: inline-block;
    padding-bottom: 1px;
}

.forum .icones-forum span,
.icones-topicos span {

    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
    font-size: 12px;
    margin-top: 0.3rem;
    margin-right: 3px;
    margin-left: 5px;
    display: inline-block;
}

.icones-topicos .forum .icones-forum a {
    padding-top: .65rem;
    font-size: 1rem;
    margin-right: 3px;
    margin-left: 5px;
}

.forum .fundo-forum {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DADADA;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 7px 5px 6px 15px;
    margin-top: 3px;
    height: auto;
}

.forum .forum-item a {
    color: #827465;
    font-size: .85rem;
}

.forum .forum-item a:hover {
    color: #F26724;
}

.forum .forum-item-stat {
    color: #777777;
    margin-left: 5px;
    font-size: .85rem;
    padding: 0px 6px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.forum .add-categ-forum {
    margin: 5px auto !important;
    padding: 7px 15px !important;
    width: auto;
    box-shadow: 0px 0px 5px #ccc;
    font-size: .85rem;
    color: #666;
}

.forum .add-categ-forum:hover {
    color: #333333 !important;
    box-shadow: 0px 0px 8px #ccc;
    background: #fff;
}

.forum .forum-text {
    font-size: .85rem;
    color: #666;
    margin: 3px 0 1px;
    padding: 5px 10px 10px 10px;
}

.forum .botao-rodape {

    background: #F5F5F5;
    padding: 10px;
    border-top: 1px dashed #ccc;
}

.forum .qtd-estatistica {
    border-right: 1px solid #E6E6E6;
}

.top-topico {
    padding: 1rem;
}

.top-topico .text1 {
    color: #666666;
}

.top-topico .text1:hover {
    color: #AA4F12;
}

.top-topico .text2 {
    color: #F26000;
}

.top-topico .text2:hover {
    color: #AA4F12;
}

.foruns .inscreva {
    color: #F26000;
    padding-bottom: 1rem;
}

.foruns .post-head {
    background-color: #F26724;
    border-bottom: #999999 1px solid;
    padding: 10px;
    color: #fff;
}

.foruns .post-head a {
    color: #fff;
}

.post-star {
    color: #d2d2d2;
    font-size: 1rem;
    padding-top: 1rem;
}


.post-avatar {
    background: #FFFFFF;
    border: #E6E6E6 1px solid;
    border-radius: 50%;
    width: 80px;
    max-height: 80px;
    padding: 3px;
    float: none;
    display: inline-block;
}

.post-avatar img {

    border-radius: 50%;
}

.posts-qtd {
    font-size: .75rem;
    color: #666666;
}

.memberinfo {

    color: #AA4F12;
    text-align: center;
    padding: 2px;
}

.nome-adm {
    padding-left: 2rem;
    font-weight: 600;
    color: #FF3333;
    padding-bottom: .5rem;
    border-bottom: 1px dashed #999999;
}

.post-recente .autor .autor-nome {
    font-size: .85rem;
    color: #777777;
    margin-right: .5rem;
    font-family: "Courier New", Courier, monospace;
    line-height: 18px;
    padding-top: .65rem;
}

.btn-autor {
    color: #AA4F12;
    padding: 1rem;
    font-size: .65rem;
}

.action-buttons .action-report {
    padding-right: 1rem;
}

.content-forum p {
    font-size: .95rem;
    padding: 0;
    margin: 0 0 10px 20px;
    line-height: inherit;
    color: #827465
}

.post-meta {
    padding-bottom: 20px;
}

.post-edited {
    padding-top: .85rem;
    width: 90%;
    border-top: 1px dotted #aaaaaa;
    margin: 20px 10px 20px 20px;
    font-size: .75rem;
    color: #827465
}

.post-edited a {
    color: #AA4F12;
}

.like-buttons {
    background: #F5F5F5;
    border-top: #DADADA 1px solid;
    padding: 8px 20px 9px 20px
}

.like-icon {
    margin-right: 9px;
    color: #AA4F12;
    font-size: 1.25rem;
}

.like-icon:hover {
    color: #F26000;
}

.buttons .action {
    color: #999999;
    margin: 0 5px;
    font-size: .85rem;
}

.buttons .action:hover {
    color: #F26000;
}

.nomes-curtidas {
    border-top: 1px dashed #999999;
    padding: 5px 15px;
    font-size: 12px;
    color: #827465
}

.nomes-curtidas a {
    color: #FF812D;
}

.responder {
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 15px;

    color: #F26724;

    margin-bottom: 3rem;

    margin-top: 20px;
}

/* POLÍTICA DE PRIVACIDADE */

.politica p {
    margin-top: 0;
    margin-bottom: 1rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
}

.politica a {
    color: #d4d4c5
}

.politica h1 {
    font-size: 2.5rem;
    color: #fff;
}


/* POLÍTICA DE COOKIES */

.cookies p {
    margin-top: 0;
    margin-bottom: 1rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.cookies a {
    color: #d4d4c5
}

.cookies h1 {
    font-size: 2.5rem;
    color: #fff;
}


/* ORINTAÇÕES DE USO */

.orientacoes p {
    margin-top: 0;
    margin-bottom: 1rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.orientacoes a {
    color: #d4d4c5
}

.orientacoes h1 {
    font-size: 2.5rem;
    color: #fff;
}

/* AVISO LEGAL */

.aviso p {
    margin-top: 0;
    margin-bottom: 1rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.aviso a {
    color: #d4d4c5
}

.aviso h1 {
    font-size: 2.5rem;
    color: #53290f;
}

/* AVISO LEGAL */

.certificados {
    min-height: 578px;
}

.certificados p {
    margin-top: 0;
    margin-bottom: 1rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.certificados a {
    color: #d4d4c5
}

.certificados h1 {
    font-size: 2.5rem;
    color: #53290f;
}

.certificado {
    background-color: transparent;
    width: auto;
    height: 150px;
}

.tab-content>.active {
    padding: 30px;
    background: var(--primary-background-color-hexadecimal);
}

#myTabContent img {
    margin: 1rem;
}

.formulario-cadastro h2 {
    color: #4f4e4e;
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
}

.coluna-formulario {
    border: 1px solid #a0a2a3;
    border-top: 0;
}

.coluna-formulario.interna {
    border-top: 0;
}

.title-vertical {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    min-width: 600px;
    text-align: right;
    left: -110px;
    position: relative;
    top: 290px;
}

.title-vertical.big {
    left: -30%;
}

.title-vertical.medium {
    left: -30%;
}

.title-vertical h3 {
    color: #a0a2a3;
    font-family: "Roboto";
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
}

.title-vertical.medium h3 {
    font-size: 28px;
}

.title-vertical.big h3 {
    font-size: 3.6em;
}

.title-categ-vertical {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    min-width: 300px;
    text-align: right;
    left: -240px;
    position: absolute;
    top: 290px;
    z-index: 9;
}

.title-categ-vertical h3 {
    color: #464749;
    font-family: "Roboto";
    font-size: 1.4em;
    font-weight: 300;
}

.vert-relative {
    position: relative;
}

.title-categ-vertical.left {
    left: -244px;
    top: 210px;
}

.title-categ-vertical.right {
    left: 240px;
    top: 210px;
}

.listagem-noticias h2 {
    color: #464749;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 700;
}

.listagem-noticias p,
.listagem-noticias a {
    color: #464749;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
}

.listagem-noticias .resumo:hover p,
.listagem-noticias .resumo:hover h2 {
    text-decoration: underline !important;
}

.listagem-noticias .resumo.context:hover p {
    text-decoration: none !important;
}

.listagem-noticias .imagem-noticia {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.listagem-noticias .imagem-noticia img {
    position: relative;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    height: 282px;
}

.listagem-noticias:after {
    width: 95%;
    height: 2px;
    content: "";
    display: block;
    margin: auto;
    margin-top: auto;
    border-bottom: 2px solid #a0a2a3;
    margin-top: 40px;
}

.formulario-cadastro input,
.formulario-cadastro select {
    background-color: #4f4e4e !important;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 17px 65px;
    border-radius: 12px;
}

.formulario-cadastro input::placeholder,
.formulario-cadastro select::placeholder {
    color: #ffffff !important;
    font-size: 13px;
}

.formulario-cadastro .form-control:focus {
    color: #ffffff;
    background-color: #4f4e4e;
    border-color: #4f4e4e;
    outline: 0;
    box-shadow: none;
}

.formulario-cadastro [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

.formulario-cadastro [type=file]+label {
    background-color: #4f4e4e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 17px 65px;
    border-radius: 12px;
}

.formulario-cadastro [type=file]+label {
    background-color: #4f4e4e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 17px 65px;
    border-radius: 12px;
}



.formulario-cadastro .icon-nome input,
.formulario-cadastro .icon-nome select {
    background-image: url(../images/icon_name.png);
    background-repeat: no-repeat;
    background-position: 24px 14px;
}

.formulario-cadastro .icon-documento input {
    background-image: url(../images/icon_document.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.formulario-cadastro .icon-lumens input {
    background-image: url(../images/icon_lumens.png);
    background-repeat: no-repeat;
    background-position: 18px 8px;
}

.formulario-cadastro .icon-email input {
    background-image: url(../images/icon_email.png);
    background-repeat: no-repeat;
    background-position: 20px 15px;
}

.formulario-cadastro .icon-celular input {
    background-image: url(../images/icon_celular.png);
    background-repeat: no-repeat;
    background-position: 18px 10px;
}

.formulario-cadastro .icon-cidade input,
.formulario-cadastro .icon-cidade select {
    background-image: url(../images/icon_cidade.png);
    background-repeat: no-repeat;
    background-position: 18px 10px;
}

.formulario-cadastro .icon-datanasc input {
    background-image: url(../images/icon_datanasc.png);
    background-repeat: no-repeat;
    background-position: 19px 12px;
}

.formulario-cadastro .icon-autonomo select,
.formulario-cadastro .icon-autonomo input {
    background-image: url(../images/icon_autonomo.png);
    background-repeat: no-repeat;
    background-position: 13px 6px;
}

.formulario-cadastro .icon-colaborador select {
    background-image: url(../images/icon_empresa.png);
    background-repeat: no-repeat;
    background-position: 17px 10px;
}

.formulario-cadastro .icon-whatss select {
    background-image: url(../images/icon_whatss.png);
    background-repeat: no-repeat;
    background-position: 17px 10px;
}

.formulario-cadastro .icon-dados select {
    background-image: url(../images/icon_dados.png);
    background-repeat: no-repeat;
    background-position: 18px 10px;
}

.formulario-cadastro .icon-interesses input {
    background-image: url(../images/interesses.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

.formulario-cadastro .icon-alimentar input {
    background-image: url(../images/pref-alimentar.png);
    background-repeat: no-repeat;
    background-position: 13px 6px;
}

.formulario-cadastro input[type="checkbox"]:checked {
    background: #000000;
}

.formulario-cadastro .list-interesses {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.formulario-cadastro .interesses_wrapper.hidden {
    display: none;
}

.formulario-cadastro button,
.btn-voltar {
    border-radius: 3px;
    background-color: #8b8b8b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 300px;
    padding: 7px 0px;
}

.btn-voltar {
    width: 135px;
}

.formulario-cadastro button:hover {
    opacity: 0.6;
}

.barra-baixo {
    background: #2d2e32;
}

.text-interna-medium {
    min-height: 600px;
}

.text-interna-medium p {
    color: #464749;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
}

.text-interna-medium a.link-btn {
    color: #ffffff;
    font-family: Arial;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #8b8b8b;
    text-decoration: none !important;
    padding: 15px 35px;
}

.text-interna-medium a.link-btn:hover {
    opacity: 0.6;
}

.menu-principal nav {
    margin-top: -35px;
}

.menu-principal nav ul li a {
    color: #646568;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 30.2px;
}

.menu-principal nav ul li.active a {
    color: #545454;
    font-weight: 900;
    border-bottom: 1px solid #e8920f;
}

.menu-principal nav ul li a:hover {
    color: #545454;
    font-weight: 900;
    font-size: 0.9em;
    border-bottom: 1px solid #e8920f;
}

.interna-content {
    min-height: 480px;
}

.nav-usuario ul {

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}

.nav-usuario ul li.hots {
    background-color: #e8920f;
    color: #ffffff;
    font-family: "Arial";
    font-size: 1em;
    font-weight: 600;
}

.nav-usuario ul li.logout a,
.nav-usuario ul li.perfil a,
.nav-usuario ul li.nome a {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 0.9em;
    font-weight: 600;
}

.nav-usuario ul li.logout a:hover,
.nav-usuario ul li.perfil a:hover,
.nav-usuario ul li.nome a:hover {
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 20px;
    text-decoration: none;
}

.title-trapezio {
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -o-transform: skew(-18deg);
    background: #e8920f;
    padding: 5px 40px;
    float: left;
}

.title-trapezio h2,
.title-trapezio h3 {
    color: #f7f8fc;
    font-family: "Arial";
    font-size: 1.8em;
    font-weight: 700;
    line-height: 54px;
    -webkit-transform: skew(18deg);
    -moz-transform: skew(18deg);
    -o-transform: skew(18deg);
}

.title-trapezio h3 {
    font-size: 16px;
    line-height: 12px;
}

.noticia-destacada {
    display: none;
}

.noticia-destacada.active {
    display: flex;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
    height: 320px;
}

.noticia-destacada .img-layer {
    width: 100%;
    margin-bottom: -100%;
    position: relative;
    z-index: 9;
    margin-top: 30px;
    margin-left: 20px;
}

.noticia-destacada .imagem-noticia-destaque {
    width: 100%;
    height: 297px;
    overflow: hidden;
}

.noticia-destacada .imagem-noticia-destaque img {
    position: relative;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    height: 300px;
}

.noticia-destacada .resumo,
.noticia-destacada .resumo a {
    color: #2e2f31;
    font-family: "Arial";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.lista-mural .image-thumb {
    width: 115px;
    height: 115px;
    overflow: hidden;
    margin: auto;
    cursor: pointer;
}

.lista-mural .image-thumb img {
    position: relative;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    height: 120px;
}

.lista-mural .cout-news {
    position: absolute;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    z-index: 8;
    -ms-transform: translate(-50%, 85%);
    -webkit-transform: translate(-50%, 85%);
    transform: translate(-50%, 85%);
    text-shadow: 1px 1px 2px black;
}

.lista-mural .image-thumb.active {
    border: 1px solid red;
    box-shadow: 0px 0px 4px black;
}

.lista-mural .link-mural {
    width: 145px;
    height: 115px;
    position: absolute;
    display: block;
    z-index: 9;
}

.bg-image-full {
    min-height: 680px;
    background: url(../images/bg-telafull.png) top center no-repeat;
    background-size: cover;
}

.bg-image-full .menu-principal {
    background: #ffffff;
}

.bg-image-full .menu-principal nav {
    margin-top: 0;
    padding: 15px;
}

.bg-image-full .conteudo-telafull {
    background: #ffffff;
}

.bg-image-full .centro-full {
    position: relative;
}

.bg-image-full .title-vertical {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 100px;
    text-align: right;
    left: -220px;
    position: absolute;
    top: 275px;
}

.bg-image-full .title-vertical h3 {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.lista-faq .card {
    border: 0;
    margin-bottom: 20px;
}

.lista-faq .card .card-header {
    border-bottom: 0;
    background-color: #4f4e4e;
    border-radius: 8px;
}

.lista-faq .card .card-header .btn-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    outline: none !important;
    width: 100%;
}

.lista-faq .card .card-header .btn-link:focus {
    outline: 0px;
    box-shadow: none !important;
}

.conteudo-telafull #formSend textarea {
    height: 150px;
    resize: none;
}

.conteudo-telafull #formSend button {
    border-radius: 10px;
    background-color: #8b8b8b;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 19px;
    font-weight: 400;
    padding: 8px 30px;
    float: right;
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    background: #464749;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -140px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fab,
.fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
    font-size: 26px;
}

.fl-fl:hover {
    right: 0;
    cursor: pointer;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 160px;
}

.float-tw {
    top: 215px;
}

.float-gp {
    top: 270px;
}

.float-rs {
    top: 325px;
}

.float-ig {
    top: 270px;
}

.float-pn {
    top: 435px;
}

/* Floating Social Media Bar Style Ends Here */
.libras-plugin {
    margin-top: 100px !important;
    position: absolute;
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
#listaTotal {
    height: 640px;
    overflow-y: auto;
}

#listaTotal {
    scrollbar-width: thin;
    scrollbar-color: #000000 #ffffff;
}

/* Chrome, Edge, and Safari */
#listaTotal::-webkit-scrollbar {
    width: 10px;
}

#listaTotal::-webkit-scrollbar-track {
    background: #ffffff;
}

#listaTotal::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 22px;
    border: 10px solid #ffffff;
}

.pontuacao h3 {
    font-size: 1.6em;
    font-weight: 100 !important;
}

.pontuacao h3 strong {
    font-weight: 600 !important;
}

.pontuacao h4 {
    font-size: 2.6em;
    font-weight: 600;
}

.busca-duvidas button {
    background-color: #4f4e4e;
    color: #ffffff;
    border-radius: 12px;
    width: 100%;
    padding: 9px 0 4px 0;
    border-radius: 0 10px 10px 0;
}

.infos-contato p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
}


.styled-file-select {
    position: relative;
}

.styled-file-select input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    color: #ECF0F1;
    opacity: 0;
}

.styled-file-select input[type="text"] {
    width: 100%;
}

.styled-file-select input[type="text"]::placeholder {
    color: #ffffff !important;
    opacity: 1;
}


.juridica-box {
    display: none;
}

.fisica-box {
    display: none;
}

#linhaSocios {
    display: none;
}

.selecao-pessoa a {
    background: #2d2e32;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
}

.selecao-pessoa a:hover {
    opacity: 0.6;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 1500px) {

    .title-vertical.medium {
        left: -32%;
    }

    .banner-page {
        background-position: top center;
        height: 420px;
    }

    .banner-page.home-banner {
        background-position: top right;
    }

}



.sabichao {
    position: relative;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    background: var(--unnamed-color-ff6900) 0% 0% no-repeat padding-box;
    border: 2px solid var(--unnamed-color-ffffff);
    /* background: #FF6900 0% 0% no-repeat padding-box;*/
    /* border: 3px solid #FFFFFF;  */
    opacity: 1;
    width: 15rem;
    height: 15rem;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 13px;
    /* margin-top: -230px; */
}

.sabichao>img {
    z-index: 1;
    position: relative;
    cursor: pointer;
    padding: 1px;
    margin: 0;
    height: 6rem;
    margin: 250px;
    top: -90px;
}

#mg-wprm-wrap li.menu-item a {
    padding: 6px 14px;
}

.sabichao>.badge {
    position: relative;
    right: -333px;
    top: -120px;
    z-index: 2;
    border-radius: 100%;
    background-color: rgb(255, 0, 0);
    color: #ffffff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    border: 2px solid #ff0000;
}

.sabichao>.sabichao-help-box {
    width: 375px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background: #181D25 0% 0% no-repeat padding-box;
    border: 1px solid #D7D2CB;
    border-radius: 10px;
    transition: all 0.2s ease;
    padding: 10px;
    color: #ffffff;
    opacity: 0;
    bottom: 130px;
    right: -260px;
}

.sabichao.active>.sabichao-help-box {
    opacity: 1;
    max-height: 999px;
    text-align: left;
}

.sabichao>.sabichao-help-box>.title,
.contato-interna>.sabichao-help-box>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
    text-align: left;
    font: normal normal normal 24px/32px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.sabichao>.sabichao-help-box .title.mb-2,
.contato-interna>.title.mb-2 {
    color: #fff;
    font-size: 14px;
    padding: 5px 14px;
}

.sabichao>.sabichao-help-box>.title>span {
    cursor: pointer;
}

.sabichao>.sabichao-help-box>hr,
.contato-interna>hr {
    border-top: 1px solid #fff;
    width: 94%;
    display: block;
    margin: 10px auto;
}

.sabichao>.sabichao-help-box>.faq {
    font-size: 11px;
}

.sabichao>.sabichao-help-box>.faq>.title {
    font-size: 15px;
}

.sabichao>.sabichao-help-box>.faq>.description>div>a {
    color: #827465;
    text-decoration: none;
}

.sabichao>.sabichao-help-box>.faq>.description>div>a:hover {
    text-decoration: underline;
}

.sabichao>.sabichao-help-box>.search>form>.form-group,
.contato-interna>.search>form>.form-group {
    padding: 6px 10px;
    border-radius: 10px;
    background-color: #827465;
    margin-bottom: 10px;
}

.sabichao>.sabichao-help-box>.search>form>.form-group>label {
    display: block;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}

.sabichao .search .form-control,
.contato-interna .search .form-control {
    border: 1px solid var(--unnamed-color-878787);
    background: transparent 0% 0% no-repeat padding-box;
    border: 1px solid #878787;
    color: #fff;
    width: 94%;
    margin: auto;
}

.sabichao .search textarea.form-control {
    height: 115px;
}

.sabichao .btn.btn-primary,
.contato-interna .btn.btn-primary {
    background: #046A38 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 0px;
    border: 0;
    float: left;
    border: 0;
    margin-left: 10px;
}






.sabichao-mobile {
    position: relative;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    background: var(--unnamed-color-ff6900) 0% 0% no-repeat padding-box;
    border: 2px solid var(--unnamed-color-ffffff);
    /* background: #FF6900 0% 0% no-repeat padding-box;*/
    /* border: 3px solid #FFFFFF;  */
    opacity: 1;
    width: 15rem;
    height: 15rem;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 13px;
    /* margin-top: -230px; */
}

.sabichao-mobile>img {
    z-index: 1;
    position: relative;
    cursor: pointer;
    padding: 1px;
    margin: 0;
    height: 6rem;
    margin: 250px;
    top: -90px;
}

#mg-wprm-wrap li.menu-item a {
    padding: 6px 14px;
}

.sabichao-mobile>.badge-mobile {
    position: relative;
    right: -320px;
    top: -117px;
    z-index: 2;
    /* border-radius: 100%; */
    background-color: rgb(255, 0, 0);
    color: #ffffff;
    /* width: 10px; */
    height: 24px;
    /* text-align: center; */
    line-height: 6px;
    /* align-items: center; */
    /* font-weight: 600; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    border: 7px solid #ff0000;
}

.badge-mobile {
    /* display: inline-block; */
    /* padding: .25em .4em; */
    /* font-size: 75%; */
    /* font-weight: 700; */
    /* line-height: 1; */
    text-align: center;
    /* white-space: nowrap; */
    /* vertical-align: baseline; */
    border-radius: 1.25rem;


}

.sabichao-mobile>.sabichao-help-box-mobile {
    width: 300px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background: #181D25 0% 0% no-repeat padding-box;
    border: 1px solid #D7D2CB;
    border-radius: 10px;
    transition: all 0.2s ease;
    padding: 10px;
    color: #ffffff;
    opacity: 0;
    bottom: 130px;
    right: -250px;
}

.sabichao-mobile.active>.sabichao-help-box-mobile {
    opacity: 1;
    max-height: 999px;
    text-align: left;
}

.sabichao-mobile>.sabichao-help-box-mobile>.title,
.contato-interna>.sabichao-help-box-mobile>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
    text-align: left;
    font: normal normal normal 24px/32px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.sabichao-mobile>.sabichao-help-box-mobile .title.mb-2,
.contato-interna>.title.mb-2 {
    color: #fff;
    font-size: 10px;
    padding: 5px 14px;
}

.sabichao-mobile>.sabichao-help-box-mobile>.title>span {
    cursor: pointer;
}

.sabichao-mobile>.sabichao-help-box-mobile>hr,
.contato-interna>hr {
    border-top: 1px solid #fff;
    width: 94%;
    display: block;
    margin: 10px auto;
}

.sabichao-mobile>.sabichao-help-box-mobile>.faq {
    font-size: 11px;
}

.sabichao-mobile>.sabichao-help-box-mobile>.faq>.title {
    font-size: 15px;
}

.sabichao-mobile>.sabichao-help-box-mobile>.faq>.description>div>a {
    color: #827465;
    text-decoration: none;
}

.sabichao-mobile>.sabichao-help-box-mobile>.faq>.description>div>a:hover {
    text-decoration: underline;
}

.sabichao-mobile>.sabichao-help-box-mobile>.search>form>.form-group,
.contato-interna>.search>form>.form-group {
    padding: 6px 10px;
    border-radius: 10px;
    background-color: #827465;
    margin-bottom: 10px;
}

.sabichao-mobile>.sabichao-help-box-mobile>.search>form>.form-group>label {
    display: block;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}

.sabichao-mobile .search .form-control,
.contato-interna .search .form-control {
    border: 1px solid var(--unnamed-color-878787);
    background: transparent 0% 0% no-repeat padding-box;
    border: 1px solid #878787;
    color: #fff;
    width: 94%;
    margin: auto;
}

.sabichao-mobile .search textarea.form-control {
    height: 115px;
}

.sabichao-mobile .btn.btn-primary,
.contato-interna .btn.btn-primary {
    background: #046A38 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 0px;
    border: 0;
    float: left;
    border: 0;
    margin-left: 10px;
    padding: 2px 10px;
    font-size: 15px;
}

.list-news {
    background-color: var(--primary-background-color-hexadecimal);
}

.list-news .box-news {
    padding-left: 5px;
    padding-right: 5px;
}

.list-news .box-news .box-image {
    border-radius: 10px;
    border: 3px solid #707070;
    overflow: hidden;
    height: 435px;
}

.list-news .box-news .box-image img {
    position: relative;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 480px;
    height: auto;
}

.list-news .box-news .box-texto {
    position: absolute;
    width: 100%;
    right: 0%;
    min-height: 430px;
    display: block;
    height: inherit;
    background: #484848;
    border-radius: 10px;
    padding-left: 45px;
    padding-right: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    padding-top: 20px;
}

.list-news .box-news:last-child .box-texto {
    right: auto;
    left: 0%;
}


.list-news .slick-current .box-texto {
    right: 0% !important;
}

.list-news .slick-current .box-news:hover .box-texto {
    right: -105% !important;
    left: auto !important;
}

.list-news .box-news .link-image-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.list-news .box-news:hover .box-texto,
.list-news .box-news .link-image-banner:hover .box-texto {
    right: -105%;
    z-index: 8;
    border-radius: 0 10px 10px 0;
    top: 4px;
    padding-left: 45px;
    border: 3px solid #707070;
    visibility: visible;
    width: 110%;
}



.list-news .box-news .box-texto h3 {
    margin-bottom: 20px !important;
}

.list-news .box-news .box-texto h4 {
    margin-bottom: 20px !important;
}

.list-news .box-news:hover .box-image {
    border: 3px solid #000;
    border-right: none;
    position: relative;
    z-index: 9;
}

.list-news .box-news:last-child:hover .box-image {
    border-left: 0;
}

.list-news .box-news:last-child:hover .box-texto {
    left: -105%;
    border-radius: 10px 0px 0px 10px;
    padding-left: 45px;
    padding-right: 45px;
}

.list-news .box-news .box-texto h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.list-news .box-news .box-texto h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.list-news .box-news .box-texto p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.list-news .box-news .box-texto a {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 10px 25px;
    text-decoration: none;
}

.list-news .box-news .box-texto a:hover {
    border: 1px solid #ee7828;
    color: #ee7828;
}

.slick-track {
    float: left;
}

.badge-container {
    float: left;
    margin-right: 10px;
    position: relative;
}

.badgepills {
    background-color: red;
    color: #ffffff;
    font-size: 12px;
    display: block;
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    margin-top: -12px;
    right: -10px;
}

.selected-answer.wrong-answer {
    background: #FF000040 0% 0% no-repeat padding-box;
    border: 1px solid #FF0000;
    border-radius: 15px;
    padding: 2px 20px;
    width: 100%;
}

.answer-attempt.correct-answer {
    border: 1px solid #046A38;
    border-radius: 15px;
    padding: 2px 20px;
}

.answer-attempt {
    padding: 2px 20px;
    width: 100%;
}

.answer-attempt::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid;
    color: #ffffff;
    display: inline-block;
    margin: 4px 10px 4px 0;
    float: left;
    border-radius: 3px;
}

.selected-answer.wrong-answer:before,
.selected-answer.correct-answer:before {
    content: "\f26d";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    margin: 4px 10px 4px 0;
    float: left;
    color: #fff;
}

.llms-correct-answer {
    border: 1px solid #046A38;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0;
}

#llms-quiz-attempt-select {
    background: #878787 0% 0% no-repeat padding-box;
    border: 1px solid #878787;
    color: #ffffff;
}

.llms-correct-answer p {
    margin: 0 !important;
}

.selected-answer.correct-answer {
    background: #046A3840 0% 0% no-repeat padding-box;
    border: 1px solid #046A38;
    border-radius: 15px;
    padding: 2px 20px;
    width: 100%;
}

.pill-result.wrong {
    font-size: 30px;
    color: #FF0000;
}

.pill-result.correct {
    font-size: 30px;
    color: #046A38;
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    border-top-color: rgb(45, 41, 38);
}

.popover-body {
    padding: .5rem .75rem;
    background-color: rgb(45, 41, 38);
    color: rgb(232, 232, 232);
}

.table-color-white {
    color: #fff !important;
}

@media (max-width: 1450px) {

    .title-vertical.medium {
        left: -38%;
    }

    .bg-image-full .title-vertical.medium {
        left: -25%;
    }

}

@media (max-width: 1400px) {

    .title-vertical.medium {
        left: -55%;
    }

    .bg-image-full .title-vertical.medium {
        left: -25%;
    }


}

@media (max-width: 1350px) {

    .title-vertical.medium {
        left: -45%;
    }

    .list-news .box-news .box-image {
        height: 440px;
    }

    .list-news .box-news .box-image img {
        height: 445px;
    }

}


@media (max-width: 768px) {

    /* .list-news{
        display: none;
    } */
    .menu-mobile:before {
        content: "";
        width: 126px;
        height: 50px;
        background: url(../images/logo-edn.png) center no-repeat;
        display: block;
        position: absolute;
        background-size: 90%;
        left: 5px;
    }

    .menu-mobile {
        display: block;
        top: 0;
    }

    .menu-mobile button.icon {
        border: none;
        background: none;
        font-size: 40px;
    }

    .menu-mobile button.icon.bars {
        position: fixed;
        padding-right: 20px;
        width: 100%;
        text-align: right;
        background: transparent;
        height: 35px;
        font-size: 30px;
        padding-top: 2px;
        color: #fff;
        z-index: 9999;
        top: 8px;
    }

    .icon-close {
        float: right;
        top: 0px;
        position: relative;
        right: 25px;
        color: #404040 !important;
    }

    .menu-mobile .menu-toogle .logotipo {
        padding-left: 15px;
        padding: 15px 0 0 10px !important;
    }

    .menu-mobile .menu-toogle .logotipo img {
        max-width: 65% !important;
        margin-bottom: 20px;
    }

    .menu-mobile .menu-toogle ul {
        list-style: none;
        padding: 0;
        padding-left: 20px;
    }

    .menu-mobile .menu-toogle ul li {
        margin-bottom: 10px;
    }

    .menu-mobile .menu-toogle ul li a {
        font-size: 1.2rem;
        font-weight: 700;
        color: #404040;
        text-decoration: none;
    }

    .menu-mobile .menu-toogle ul li a.dropdown-item {
        color: #212529 !important;
    }

    .menu-mobile .menu-toogle {
        display: block;
        position: fixed;
        top: 0;
        z-index: 9;
        right: -100%;
        width: 100%;
        transition: left 1s, right 1s;
        background: #f2f6fc;
        /* padding: 50px 0 0 10px; */
        height: 100vh;
    }

    .carousel-itemactive img {
        width: 100%;
    }

    .menu-mobile .menu-toogle.open {
        right: 0;
        -webkit-animation: slide1s forwards;
        -webkit-animation-delay: 1s;
        animation: slide 1s forwards;
        animation-delay: 1s;
        z-index: 9999;
    }

    .menu-mobile .menu-toogle .logotipo img {
        max-width: 40% !important;
    }

    .treinamento h1 {
        font-size: 18px;
    }

    .menu-principal,
    .noticia-destacada .img-layer {
        display: none;
    }

    .interna-content {
        padding-top: 90px !important;
    }

    .coluna-formulario {
        padding-top: 60px !important;
    }

    .noticia-destacada .imagem-noticia-destaque {
        height: 200px;
    }

    .noticia-destacada.active {
        height: 415px;
    }

    .lista-mural .link-mural {
        width: 112px;
        height: 53px;
    }

    .lista-mural .image-thumb {
        width: 110px;
        height: 56px;
        margin-bottom: 5px;
    }

    .lista-mural .cout-news {
        margin-top: -25px;
    }

    .footer .logo-footer::before {
        display: none;
    }

    #listaTotal {
        height: auto;
    }

    .title-categ-vertical.right {
        left: 55%;
    }

    .title-categ-vertical.left {
        left: -55%;
    }

    .busca-duvidas button {
        padding: 11px 0 10px 0;
    }

    .fc .fc-daygrid-day-number {
        padding: 3px;
    }

    .listagem-noticias p,
    .listagem-noticias a {
        font-size: 10px;
    }

    .nav-usuario ul {
        height: 35px;
    }

    .selecao-pessoa a {
        display: block;
        width: 60%;
        margin: auto;
    }

    .card {
        height: auto;
    }

    .list-news .box-news .box-image {
        height: 200px !important;

    }
}

.card-img-top {
    min-height: 65px;
}

.card svg {
    top: -35px;
}

.card svg text {
    font-size: 65px !important;
    text-indent: 2rem !important;
}

.treinamento .card1 h2 {
    font-size: 18px;
    height: 80px;
}

.treinamento .card1 p.vertical-middle {
    align-items: top !important;
}


.list-news .box-news {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.list-news .box-news .box-image {
    border: none;
    border-radius: 0;
}

.list-news {
    overflow: hidden;
}

.sabichao {
    right: 20px;
    bottom: 35px;
    width: 60px;
    padding: 6px 0;
    height: 60px;
}

.sabichao>img {
    height: 6rem !important;
}

.sabichao-mobile {
    right: 20px;
    bottom: 35px;
    width: 60px;
    padding: 6px 0;
    height: 60px;
}

.sabichao-mobile>img {
    height: 5rem !important;
}

.nav-tabs .nav-item {
    width: auto !important;
    text-align: center;
}

.tabela-tab {
    text-align: center;
}

.meu-cadastro {
    padding: 0px 10px 10px 10px;
}

.maquina-foto {
    left: 70%;
}

/* .pilulas-de-conteudo {
        padding: 0px 0px !important;
    } */

.pilulas-de-conteudo .img-background {
    background: transparent !important;
}

.pilula-central {
    background: #2d2926 !important;
}

.pilulas-de-conteudo .inform-pilula {
    margin: auto;
}

.tabela-conteudo a {
    font-size: 11px;
}

.slick-next::before,
.slick-prev::before {
    font-size: 23px;
    top: -100%;
    position: absolute;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 0;
    right: 25px;
}

.slick-prev {
    right: 65px !important;
    left: auto;
}

.dropdown-menu,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #000;
    border-color: #000;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary-text-color-hexadecimal) !important;
    font-size: 14px;
    background: var(--context-background-color-hexadecimal);
    border-radius: 0 7px 0 0;
}

.biblioteca-categ h3 {
    color: var(--primary-text-color-hexadecimal);
    font-size: 24px;
    padding-left: 5px;
}

.biblioteca-categ h5 {
    background: #181d25;
    color: var(--primary-text-color-hexadecimal);
    font-size: 16px;
    padding: 15px 0px 0px 70px;
}

.biblioteca-categ h2 {
    background: #181d25;
    color: var(--primary-text-color-hexadecimal);
    font-size: 36px;
    padding-left: 5px;
    font-weight: 600;
}

.back-panel.horizontal-center {
    justify-content: left;
}

.btn-participate {
    background-color: #f26724;
    border-color: #f26724;
    color: #fff;
}

.modal-body p {
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #000 !important;
    font-size: 0.9rem;
    font-weight: normal;
}

.modal-body strong {
    font-family: Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.modal-body .rules {
    display: flex;
    padding: 1rem;
    align-items: 'self-start';
    flex-direction: column;
    border: 1px solid #9B9184;
    justify-content: flex-start;
    border-radius: 15px;
    font: normal normal bold 1.3rem Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 2rem;
}

.modal-body .rules p {
    display: flex;
    align-items: flex-start;
    font: normal normal normal 0.9rem Montserrat;
    letter-spacing: 0px;
    color: #484848 !important;
    padding: 10px 0px;
}

.modal-body .rules p i {
    background-color: #9B9184;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 5px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    font-size: 15px;
}

.modal-body .rules p.finished i {
    background-color: #2f900f;
}

.g-close {
    text-align: left;
    font: normal normal normal 1rem Montserrat;
    letter-spacing: 0px;
    color: #E7792C;
    opacity: 1;
}

.tabela-conteudo .fade {
    display: none
}

.tabela-conteudo .active {
    display: block !important;
}

.b-button {
    color: #ffffff;
    font-family: 'Montserrat';
    text-decoration: underline !important;
    font-size: 26px;
    line-height: 30px;
    display: block;
    margin-top: 25px;
    cursor: pointer;
    background: transparent;
    text-align: left;
    padding-left: 35px;
}

.b-box {
    background: #00000069;
    width: 40%;
    font-size: 26px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'Montserrat';
    border-radius: 15px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-content: flex-start;
    padding-left: 35px;

}

.b-box strong {
    font-family: 'Montserrat';
    font-weight: bold;
    clear: both;
    display: block;
    padding-left: 35px;
}