html, body { margin: 0px!important; padding: 0px!important; width: 100%; height: 100%; overflow: visible; font-family: "Open Sans", sans-serif; }
a, button, li,
.form-group span .fa
{ -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1); -moz-transition: all .5s cubic-bezier(.215,.61,.355,1); -o-transition: all .5s cubic-bezier(.215,.61,.355,1); transition: all .5s cubic-bezier(.215,.61,.355,1); }
a, a:focus, a:visited, a:hover { text-decoration: none; font-style: normal; color: inherit; }
section { position: relative; }
section h1 { margin: 0 0 40px 0; font-size: 40px; text-align: center; color: #666; }
.form-group span { display: inline-block; width: 100%; position: relative; }
.form-group span input[type="password"] { padding-right: 30px; }
.form-group span .fa-eye-slash,
.form-group span .fa-eye { position: absolute; cursor: pointer; right: 0px; top: 0px; padding: 14px; font-size: 20px; color: #FFF; }
.nav-link:focus, .nav-link:hover { color: inherit; }

h1 { font-family: Cousine; font-size: 48px; font-weight: 700; line-height: 72px; letter-spacing: 0em; text-align: left; }
h2 { font-family: Cousine; font-size: 32px; font-weight: 700; line-height: 48px; letter-spacing: 0em; text-align: left; margin-top: 0; margin-bottom: 0}
h3 { font-family: Cousine; font-size: 24px; font-weight: 400; line-height: 136%; letter-spacing: 0em; text-align: left; }
:root{
    --red-text: #d52c2c;
    --transition: all .3s ease-in-out;
}
h3:hover
{
    font-weight: 700;
    color: var(--red-text);
}
.matter-active{
    font-weight: 700;
    color: var(--red-text);
}
h4 { font-family: Cousine; font-size: 24px; font-weight: 400; line-height: 45px; letter-spacing: 0em; text-align: left; }
.team { font-weight: 700; }
.page { padding: 50px 0px 0px 60px; }
.barra { font-family: 'Cousine', monospace; font-size: 24px; font-weight: 700; line-height: 40px; letter-spacing: 0em; text-align: center; }
.conteudo { padding-top: 140px; }
/*.active { font-weight: 700; }*/
.page.page_home{padding-left: 60px; padding-top: 0;}

.sidemenu { border-right: 3px solid; }

.lang-title { display:inline-flex; }

.page_home  .interview
{
    padding-top: 50px !important;
}

body{font-size: .9rem !important}

.nav-link {
    display: block;
    padding: 0px;
    color: inherit;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.page-apresentation
{
    font-family: 'Cousine', monospace;
    font-size: .9rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}

.page-apresentation .apresentation
{
    width: 800px;
}

.sidemenu.expand::-webkit-scrollbar-thumb:vertical
{
    box-shadow: none;
    transition: var(--transition);
}

.sidemenu.expand::-webkit-scrollbar-thumb:vertical:hover
{
    box-shadow: inset 0 0 25px 25px #000;
}

.sidemenu.expand:hover::-webkit-scrollbar-thumb:vertical
{
    box-shadow: inset 0 0 25px 25px #000;
}

.interview::-webkit-scrollbar-thumb:vertical{
    background: transparent;
}

.interview:hover::-webkit-scrollbar-thumb:vertical{
    background: #000;
}

.container-fluid .nav-pills .nav-link h3{
    font-size: 1rem;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid;
    width: 360px;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 30px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.accordion-button, .accordion-body{ padding:0 !important; }

.accordion-button::after {
    flex-shrink: 0;
    width: 0px;
    height: inherit;
    margin-left: 30px;
    font-size: 28px;
    content: "\2b";
    background-image: none;
    background-repeat: inherit;
    background-size: auto;
    transition: none;
    position: absolute;
    right: 0;
    font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "\2d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 36px;
    position: absolute;
    right: -2px;
/*    top: -4px;*/
    font-weight: 700;
}

.accordion-button
{
    word-break: break-word !important;
}

.row_mobile .page_home div.title i{
    display: none;
}

#accordionSobre .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "\2d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 36px;
    position: absolute;
    right: 0;
    top: -4px;
    font-weight: 700;
}

::-webkit-scrollbar {
  width: 25px;
  height: 25px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 25px 25px #000;
  border: solid 10px transparent;
}

::-webkit-scrollbar-button {
  display: none;
}

.interview::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}

.interview::-webkit-scrollbar-thumb
{
    background: #000;
}

*{
    scroll-behavior: smooth;
}

.pesquisa{
    font-family: Cousine;
    padding-top: 20px;
    font-size: 27px;
}
.retorno{
    padding-top: 20px;
}

.pesquisa h2{
    font-family: Cousine;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}

.pesquisa i{
    color: #959595;
}

.pesquisa form{
    border-bottom: 3px solid #000;
    width: 58%;
}

.pesquisa button{
    border: 0px solid;
    background-color: #fff;
    margin: 10px;
}

.pesquisa input{
    border: 0px solid;
    font-size: 20px;
    width: 90%;
}

.pesquisa input:focus-visible{
    border:0px solid #fff;
    outline:none;
}

.sidemenu.default
{
    width: 50px;
    overflow: hidden;
    justify-content: center;
    display: flex;
    transition: var(--transition);
}

.sidemenu.expand
{
    overflow: hidden auto;
    transition: var(--transition);
}

.sidemenu
{
    transition: var(--transition);
}

.sidemenu.expand:nth-child(2)
{
    width: 12%;
    padding-left: 30px;
}

.sidemenu.expand:nth-child(3)
{
    width: 15%;
}

.sidemenu.expand:nth-child(4)
{
    width: 15%;
}

.sidemenu_mobile
{
    display: none;
}

.title_vertical
{
    cursor: pointer;
    transition: var(--transition);
/*    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;*/
/*    gap: 1.2rem;*/
/*    padding: 50px 0px 30px 0px;*/
}

.title_vertical.default
{
    padding: 50px 0px 30px 0px;
    -webkit-text-orientation: inherit;
    writing-mode: vertical-rl;
    text-orientation: inherit;
    overflow: hidden;
}

.title_vertical.default span.text:nth-child(1)
{
    padding-top: 71px !important;;
}

.title_vertical.default span.text
{
    padding: 50px 0px 30px 0px !important;
}

.title_vertical.expand
{
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 1.2rem;
    padding: 50px 0px 30px 0px;
}

.title_vertical h3
{
    line-height: 1;
}

.page .title
{
    padding-bottom: 2rem;
}

.signal
{
    font-weight: 400;
    font-size: 1.2rem;
    transition: var(--transition);
}

.menu_links.default
{
    display: none;
    overflow: hidden;
}

.menu_links.expand
{
    display: flex;
}

.title .text
{
    font-weight: 700;
    font-size: 1.2rem;
}

.link_biblioteca
{
    display: block;
    padding: 0px;
    color: inherit;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-family: Cousine;
    line-height: 40px;
    font-size: 1.2rem;
}

.link_biblioteca:hover
{
    font-weight: 700;
}

.divider
{
    margin-bottom: 60px;
}

.publicacoes b, .publicacoes p
{
    font-family: Cousine;
    font-size: 1rem;
}

.publicacoes .img_card
{
/*    border: 1px solid currentColor;*/
/*    height: 220px;*/
    width: 100px;
    object-fit: cover;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Cousine;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.publicacoes .img_card img
{
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
}

.h-100vh
{
    height: 100vh !important;
}

.files
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.files a
{
    width: 80px;
    padding-bottom: 100px;
    font-family: Cousine;
    cursor: pointer;
}

.contato h4
{
    font-size: 1rem;
    line-height: 35px;
}

.files a img
{
    object-fit: cover;
/*    max-width: 100%;*/
    /*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
    transition: var(--transition);
}

.files a img:hover
{
    transform: scale(1.1);
}

.files a figcaption
{
    margin-top: 10px;
/*    font-size: 1.5rem;*/
}

.b-none
{
    border: 0 !important;
    outline: 0;
}

button.b-none
{
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    padding: 0;
}

.tab_home
{
/*    justify-content: space-between;*/
    font-family: Cousine;
    transition: .3s ease;
    gap: 1rem;
}

.tab_home .nav-item
{
    height: auto;
}

.container-fluid
{
    overflow: hidden !important;
}

.tab_home .nav-item button
{
    padding: 0px 10px 0px 10px;
    transition: .3s ease;
}

.tab_home .nav-item:hover button
{
    font-weight: 700;
    transition: .3s ease;
    color: var(--red-text);
}

.tab_homeContent
{
    margin-top: 3rem;
    transition: var(--transition);
    margin-bottom: 3rem;
    font-family: Cousine;
}

.tab_homeContent .bio
{
    font-style: italic;
}

.accordionHome, .entrevista
{
    font-family: Cousine;
    margin-bottom: 3rem;
}

.entrevista .entrevista-text
{
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.accordionHome button
{
    font-weight: bold;
}

.accordionHome button::after
{
    left: -28px;
    position: relative;
    align-items: center;
    display: flex;
}

.accordionHome .accordion-body
{
    margin-top: 3rem !important;
    text-align: justify;
}

.accordionHome .accordion-body p
{
    padding: 10px;
}

.accordionHome .accordion-item
{
    margin-bottom: 3rem;
}

.pdf_download
{
    margin-left: 10px;
}

.pdf_download img
{
    object-fit: cover;
    max-width: 100%;
    /*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
    transition: var(--transition);
}

.pdf_download img:hover
{
    object-fit: cover;
    max-width: 100%;
    /*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
    transition: var(--transition);
    transform: scale(1.1);
}

.pdf_download a figcaption
{
    margin-top: 10px;
    font-size: 1.5rem;
}

.page_home
{
    display: flex;
    /*width: 78%;*/
    flex-wrap: nowrap;
    gap: 2rem;
    transition: var(--transition);
}

.accordionEntrevista button
{
    font-weight: bold;
}

.accordionEntrevista .accordion-body
{
    margin-top: 3rem !important;
}

.accordionEntrevista .accordion-item
{
    margin-bottom: 3rem;
}

.tab_entrevista .nav-item button
{
    padding: 0px 10px 0px 10px;
    transition: .3s ease;
}

.entrevista-pergunta
{
    font-weight: 700;
}

.entrevista-resposta
{
    margin-top: 3rem !important;
    margin-bottom: 3rem;
}

.tab_entrevista .nav-item:hover button
{
    font-weight: 700;
    transition: .3s ease;
    color: var(--red-text);
}

.entrevista-text,
#biblioteca_entrevista p,
.tab_entrevistaContent .bio,
.biblioteca p,
.bio p
{
    font-weight: 100;
}

.sobre .title h2,
.conteudo h4
{
    font-size: 1rem;
    line-height: 35px;
}

.files_pdf .files a img
{
    border: 1px solid #000;
    padding: 40px 20px;
}

.pdf_download a img
{
    border: 1px solid #000;
    padding: 40px 20px;
    width: 100px;
}

.link_biblioteca
{
    cursor: inherit;
    font-size: 1rem;
    line-height: 35px;
}

.tab_entrevistaContent
{
    margin-top: 3rem;
    transition: var(--transition);
    margin-bottom: 3rem;
    font-family: Cousine;
}

.tab_entrevistaContent .bio
{
    font-style: italic;
}

.tab_entrevista
{
    gap: 1.4rem;
    font-family: Cousine;
    transition: .3s ease;
}

.tab_entrevista .nav-item
{
    height: auto;
}

.publicacoes .row
{
    margin: 0;
}

.assuntos
{
    font-family: Cousine;
    transition: .3s ease;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.conteudo-equipe h4.team
{
    font-family: Cousine;
    font-size: 1rem;
}

.conteudo-equipe .accordion-item li h4,
.conteudo-equipe #accordionTeam #collapseTeam li.collapse_colab h4
{
    font-size: 1rem;
    font-weight: normal;
}

.conteudo-equipe #accordionTeam li h4
{
    font-weight: normal;
}


.assuntos p
{
    margin-bottom: 3rem;
}

.entrevistados.active h3,
.assuntos.active h3{
    font-weight: 700;
}

.barra
{
    height: auto;
    width: 3px;
    background: #000;
}

.assuntos a:hover h1
{
    font-weight: bold;
}

.assuntos:hover a
{
    font-weight: bold;
}

.assuntos p:nth-child(1)
{
    margin-bottom: 0;
}

/*REVISÃO 16/01/2023*/

.sidemenu.default .title_vertical .signal
{
    margin-top: 6px;
}

.entrevistados.active h3,
.assuntos.active h3,
.menu_links h3.active
{
    font-weight: normal;
    color: #e33a35;
}

.tab_entrevista .nav-item button.active
{
    font-weight: normal;
    color: #e33a35;
}


.entrevistados h3:hover,
.assuntos h3:hover,
.menu_links h3:hover
{
    font-weight: 700;
    color: #e33a35;
}

.sidemenu.expand .title_vertical .signal
{
    order: 2;
}

.sidemenu.expand .title_vertical .text
{
    order: 1;
}

.sidemenu.default .title_vertical .signal
{
    order: 1;
}

.sidemenu.default .title_vertical .text
{
    order: 2;
}

.page .contato h4
{
    font-size: .9rem;
    line-height: normal;
}

.page .contato h4.font-bold
{
    font-weight: 700;
}

aside.files {
    display: grid;
    grid-template-columns: repeat(4, 10%);
    column-gap: 60px;
    row-gap: 10px;
}

aside.files a
{
    padding-bottom: 0;
}

.publicacoes .row .col-10
{
    margin-top: -5px;
}

.publicacoes .img_card
{
    align-items: baseline;
}

.link_biblioteca
{
    font-size: .9rem;
}

.conteudo-equipe p
{
    font-family: Cousine;
}