/* melhorias gerais 2022 */
body {
  font-size: 16px;
}
.body-page {
  color: #333 !important;
}
.block .block-title > span {
  color: #333 !important;
}
.menu-bar span {
  background-color: #0B7C93 !important;
}
.navigation .gva_menu>li>a {
  font-weight: 600;
  border-right: 0;
}
header.header-v1 .col-xs-3 .block {
  margin-bottom: 0;
  z-index: 501;
}
header.header-v1 .col-xs-3 .contextual-links li a {
  color: #333 !important;
}
header.header-v1 .main-menu ul.gva_menu > li a {
  color: #0b7c93 !important;
}
header.header-v1 .main-menu ul.gva_menu > li > a {
  padding: 15px 15px;
}
header.header-v1:hover div.header-bottom ul.gva_menu_main>li:hover>a {
  color: #fdb02d !important;
}
header.header-v3 .main-menu ul.gva_menu > li > ul a {
  color: #0b7c93 !important;
}
.navigation .gva_menu .sub-menu {
  border-top: 3px solid #fdb02d;
}
.navigation .gva_menu .sub-menu>li>a:hover {
  color: #fdb02d !important;
}
.navigation .gva_menu .sub-menu>li {
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  padding: 5px 0;
}
.navigation .gva_menu .sub-menu>li>.sub-menu {
  min-width: 320px !important;
}
@media (max-width: 991px) {
  header.header-v3 .main-menu ul.gva_menu_main>li>a {
    color: #0b7c93 !important;
    padding: 15px 15px !important;
  }
  header.header-v3 .gva-navigation {
    padding-top: 0;
  }
  header.header-v3 .navigation .gva_menu > li > a {
    border: none !important;
  }
  .gva-navigation .gva_menu > li > ul.menu.sub-menu {
    padding-left: 10px !important;
  }
  .navigation .gva_menu .sub-menu>li:last-child {
    border-bottom: none;
  }
  .navigation .gva_menu .sub-menu li ul.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    min-width: 245px !important;
    padding-left: 8px !important;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  header.header-v3 .header-main .branding {
    width: 65%;
  }
  header.header-v3 .p-static .slogan-region {
    display: none;
  }
}
.home .noticias.gbb-row .widget.gsc-heading .heading-content,
.home .institucional.gbb-row .widget.gsc-heading .heading-content {
  display: flex;
  flex-direction: column-reverse;
  padding: 15px;
}
.home .gbb-row .widget.gsc-heading .title {
  text-transform: none;
  font-size: 48px;
  letter-spacing: -.8px;
}
.home .gbb-row .widget.gsc-heading .sub-title {
  font-size: 20px;
  padding-top: 15px;
  position: relative;
}
.home .gbb-row .widget.gsc-heading .sub-title span a {
  text-decoration: none !important;
  position: relative;
  padding-left: 15px;
}
.home .noticias.gbb-row .widget.gsc-heading .sub-title span a:after,
.home .institucional.gbb-row .widget.gsc-heading .sub-title span a:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fdb02d;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.post-block .post-title a {
  font-size: 16px;
}
.block-views-blocknoticias-block-3 .post-block .post-meta {
  font-size: 13px;
  color: #838694;
}
.node--type-noticia .node__content > div > figure {
  text-align: center;
  border: thin #0b7c93 solid;
  margin: 10px !important;
  padding: 15px;
  display: table;
  width: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  height: auto;
}

.node--type-noticia .node__content > div > figure > img {
  display: block;
  width: 100%;
}

.node--type-noticia .node__content > div > figure > figcaption {
  display: table-caption;
  caption-side: bottom;
  background-color: #0b7c93;
  color: #fff;
  font: italic .95em sans-serif;
  padding: 6px;
  text-align: center;
}

.node--type-noticia audio {
  width: 100%;
}

.node--type-noticia .node__content > div > .align-center {
  margin: 10px auto !important;
  width: auto;
}
.table-borderless,
.table-borderless tbody,
.table-borderless td,
.table-borderless th,
.table-borderless tr,
.table-borderless thead th {
  border: 0 !important;
}
.node__content > div > h4,
.node__content > div > div > div > h4,
.node__content > div.gavias-builder--content h4,
.views-element-container h4.views-field {
  margin: 35px 0 20px;
  padding: 0;
  padding-right: 15px;
  border-bottom: 1px solid #e6e6e6;
  color: #222;
  font-size: 18px;
  font-weight: 400;
}
.node__content > div > ul {
  padding-left: 20px;
}
.node__content > div > ul > li,
.views-element-container .views-field.lista-estilizada > div > ul > li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.node__content > div > ul > li:after,
.views-element-container .views-field.lista-estilizada > div > ul > li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fdb02d;
  left: 0;
  top: 10px;
}
/* Padrões para tipos de conteúdo customizados */
.heading-content .post-title {
  font-size: 48px;
  letter-spacing: -.8px;
}
.row.post-content {
  margin-top: 20px;
  font-size: 16px;
}
.post-content .post-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}
ul.blazy--view--docentes li .views-field-nothing {
  max-width: 300px;
  margin: 0 auto 10px auto !important;
}
ul.blazy--view--docentes li .views-field-nothing .docente-detalhes {
  min-height: 179px;
  padding: 10px;
  background: #fafafa;
}
ul.blazy--view--docentes li .views-field-nothing .docente-detalhes .titulo {
  min-height: 53px;
}
ul.blazy--view--docentes li .views-field-nothing .docente-detalhes a {
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1;
}
ul.blazy--view--docentes li div.grid__content .docente-foto {
  overflow: hidden;
}
ul.blazy--view--docentes li div.grid__content .docente-foto img {
  transition: transform .5s ease;
}
ul.blazy--view--docentes li div.grid__content .docente-foto:hover img {
  transform: scale(1.08);
}
/* Altera exibição do vídeo do youtube */
.custom-text.youtube-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.custom-text.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-theme, .button.js-form-submit {
  font-size: 14px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #0b7c93 !important;
  color: #fff !important;
  font-weight: 500;
  padding: 18px 30px !important;
  line-height: 18px !important;
  letter-spacing: 3px !important;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -ms-transition: all 0.35s !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.btn-theme.inverse {
  background: #fdb02d !important;
}
a.btn-theme:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #fdb02d !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -ms-transition: all 0.35s !important;
}
a.btn-theme.inverse:after {
  background: #0b7c93 !important;
}
a.btn-theme span {
  position: relative;
  z-index: 9;
}
.btn-theme:hover, .button.js-form-submit:hover {
  color: #333 !important;
  background: #fdb02d !important;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2) !important;
}
.btn-theme.inverse:hover {
  color: #fff !important;
  background: #0b7c93 !important;
}
a.btn-theme:hover {
  background: inherit;
}
a.btn-theme:hover:after {
  width: 100%;
  height: 100%;
}
.views-exposed-form {
  display: flex;
  padding: 20px;
}
.button.js-form-submit {
  padding: 10px 15px !important;
  margin-left: 15px;
}
.gtranslate_wrapper {
  float: right;
}
/* Melhoria na exibição dos formulários webform */
.webform-submission-form .form-item {
    margin-bottom: 20px;
}
.webform-submission-form .form-item input {
    width: 100%;
    min-height: 60px;
    background: #f7f7f9;
    border: 0;
    font-size: 16px;
    padding: 0 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.webform-submission-form .form-item textarea {
    width: 100%;
    min-height: 60px;
    background: #f7f7f9;
    border: 0;
    font-size: 16px;
    padding: 10px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.webform-submission-form input[type='file'] {
    padding: 13px 25px;
}
.webform-submission-form input[type='submit'] {
    background: #26385c;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    border: 0;
    padding: 18px 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.webform-submission-form .form-actions {
    width: 100%;
    text-align: center;
}
.webform-submission-form .form-item .select2-container .select2-selection--single {
    height: 60px;
    background-color: #f7f7f9;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.webform-submission-form .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 25px;
    color: #26385c;
}
.webform-submission-form .form-item .select2-container--default .select2-selection--single .select2-selection__placeholder {
     color: #696969;
}
.webform-submission-form .form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}
.select2-container .select2-dropdown {
  background-color: #f7f7f9;
  border: 1px solid #ddd;
  border-bottom: none;
}
/* Fim Melhoria na exibição dos formulários webform */
/* fim melhorias gerais 2022 */
/* alteração menu lateral para departamentos  */
body.ep-eel-usp-br ul.gva_menu {
  background-color: transparent !important;
}
body.ep-eel-usp-br #block-gavias-emon-dpto-main-menu .gva_menu > li {
  display: block;
  border-bottom: 1px dotted #000000;
}
body.ep-eel-usp-br #block-gavias-emon-dpto-main-menu .gva_menu .sub-menu {
  left: 273px;
  top: -3px;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
}
body.ep-eel-usp-br #block-gavias-emon-dpto-main-menu .gva_menu .sub-menu li {
  border-bottom: 1px dotted #000000;
}
body.ep-eel-usp-br .navigation .gva_menu > li:first-child > a {
  border: none;
}
body.ep-eel-usp-br .navigation .gva_menu > li > a {
  border-right: none;
}
@media (min-width: 992px) {
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-8 {
    width: 75%;
  }
  .content-full .col-md-4 {
    width: 25%;
  }
  .col-md-pull-8 {
    right: 77%;
  }
  #block-views-block-noticias-block-3 .col-lg-4 {
    width: 33.33333% !important;
  }
}
.content-full {
  overflow: visible;
}
/* fim alteração menu lateral para departamentos */

/* correção de exibição dispositivo móvel */
@media (max-width: 768px) {
  div.main-page .breadcrumbs {
    margin-bottom: 0px;
  }
  .menu-bar {
    margin-top: -45px;
  }
  .menu-bar span {
    background-color: #f0f0f0;
  }
  header.header-v3 .area-main-menu .area-inner {
    padding-left: 0px;
  }
  div#block-gavias-emon-dpto-nomedosite p:nth-child(2) {
    margin-top: -20px;
  }
  div#block-gavias-emon-dpto-nomedosite span span {
    display: none;
  }
  div#block-gavias-emon-dpto-nomedosite span strong {
    font-family:Tekton Pro;
    font-weight:400;
    margin-right: 15px;
    margin-top: -10px;
    font-size: 26px;
  }
  div#block-gavias-emon-dpto-nomedosite span strong::after {
    content: "EP - EEL";
    font-family:Tekton Pro;
  }
  .gva-search-region {
    display: none;
  }
}
/* fim correção de exibição dispositivo móvel */

header.header-v3 .area-main-menu .gva-search-region .icon {
  /* cor original #181818*/
  color: #f0f0f0 !important;
}

#block-views-block-noticias-block-3 .post-block .post-meta {
  margin-top: 0;
}

.main-page article>div>span {
  display: none;
}

.title .subtitle {
  font-size: 60%;
  font-weight: normal;
  text-transform: none;
}

.node--type-noticia .colorbox img:first-child,
.node--type-divulgacao-cientifica img:first-child,
.node--type-atividade-estudantil img:first-child,
.node--type-editais-e-concursos-de-cultura-e-extensao img:first-child {
  float: left;
  margin-right: 20px;
}

.node--type-evento img {
  float: left;
  margin-right: 20px;
}

/* home eel 4 - diminui altura slider responsivo*/
@media (max-width: 768px) {
  .swiper-wrapper.slick-initialized {
    max-height: 250px !important;
  }
  .gavias-slider.swiper-container.first-el-true {
    min-height: 250px !important;
  }
  div.gavias-slider-image.slide  {
    height: 250px !important;
  }
}
/* fim home eel 4 - diminui altura slider responsivo*/

/* Exibição página básica */
h2.node__title {
  border-bottom: 1px solid #cccccc ;
}
.container-full .node--view-mode-full header {
    display: none;
}
.main-page .content-full {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* Fim da exibição página básica */

/* corrige exibição das medias sociais */
.node--view-mode-full .post-meta {
  margin-bottom: 50px;
}
.node--view-mode-full .node__content>div {
  margin-top: 20px;
}
.post-content .addtoany_list {
  float: right;
  margin-top: -50px;
}
.main-content.col-md-12.col-xs-12 .addtoany_list {
  display: none;
}
/* fim corrige exibição das medias sociais */


/* coloca underline nos links de conteúdo principal */
.main-content a {
  text-decoration: underline !important;
}
.main-content h2.node__title a {
  text-decoration: none !important;
}
.main-content .node--type-noticia .node__content a {
  font-weight: bold;
  color: #0b7c93;
}
/* Fim coloca underline nos links de conteúdo principal */

/* corrige exibição docente */
.node--type-docente .group-right {
  width: 65% !important;
  margin-bottom: 35px;
}
.node--type-docente .group-left {
  width: 35% !important;
  margin-bottom: 35px;
}
.node--type-docente .group-right div.titulacao {
  float: left;
  /*font-size: 22px;
  font-weight: 700;
  color: #333333;*/
  margin-right: 5px;
}
.node--type-docente .group-right div h2 {
  margin-top: 0;
}
.node--type-docente .group-right div h2.nome-docente {
  /*margin-top: 6px;*/
}
/* coloca tipo do telefone e telefone na mesma linha */
.node--type-docente .group-left .telefone-docente div:first-child {
  float: left;
  width: 100%;
}
/* corrige exibição do campo email baseada na ação acima */
.node--type-docente .group-left div:nth-child(3) {
  clear: both;
}
.node--type-docente .group-left div:nth-child(2) strong, .node--type-docente .group-left div:nth-child(3) strong {
  font-weight: bold !important;
  font-size: 16px !important;
  margin-top: 5px;
}
.node--type-docente .group-left div:nth-child(2) strong::before, .node--type-docente .group-left div:nth-child(3) strong::before {
  margin-right: 10px;
}
.node--type-docente .group-footer>div {
  margin-top: 25px;
}
/* coloca negrito nos tipos de disciplinas ministradas */
.node--type-docente .group-footer .paragraph--type--disciplinas-ministradas-docente>div:first-child {
  font-weight: 700;
}
/* coloca margem nas disciplinas ministradas */
.node--type-docente .group-footer .paragraph--type--disciplinas-ministradas-docente>div>div {
  margin-left: 10px;
}
/* arruma fonte depois de inserir icone do livro*/
.node--type-docente .group-footer div h4 {
  font-weight: 700 !important;
  font-size: 18px !important;
}
.node--type-docente .group-footer div h4::before {
  margin-right: 10px;
}
.node--type-docente .group-footer div:nth-child(2) h4 {
  display: block !important;
}
.node--type-docente .group-footer .paragraph--type--publicacoes-mais-relevantes-doce>div>div>div:first-child {
  font-weight: 700;
}
/* coloca margem nas descrições das publicações */
.node--type-docente .group-footer .paragraph--type--publicacoes-mais-relevantes-doce>div>div>div>div {
  margin-left: 10px;
}
/* fim corrige exibição docente */
/* força exibição de formatação padrão */
.node__content p {
  margin: 0cm 0cm 8pt;
}
.node__content p span[style] {
  /*font-size: 15px;
  color: #26385c;
  font-family: "Roboto",serif !important;*/
}
/* fim força exibição de formatação padrão */
/* exibe o . (ponto) nas listas ul */
.node__content ul li {
  list-style: disc;
}
/* fim exibe o . (ponto) nas listas ul */

/* Rodapé */
.footer .block .block-title span {
  color: #ffffff !important;
}
/* Fim do rodapé*/

/* CSS CUSTOMIZADO PARA OS NOVOS SITES */
/* altera cor cabeçalho */
header .header-main {
  background: #0b7c93 !important;
  padding: 20px 0;
}
/* altera cor de fundo e outros detalhes do menu principal*/
header.header-v1 .main-menu {
  background: #ffffff !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 500;
}
header.header-v1 .main-menu .gva_menu {
  background: #ffffff !important;
}
header.header-v1 .area-main-menu .area-inner {
  padding-left: 10px;
}
header.header-v1 .main-menu ul.gva_menu > li > a {
  border-right: 1px solid rgba(0,0,0,0.1);
}
/* coloca seta no item de menu */
/*body.ccex-eel-usp-br header.header-v1 ul.gva_menu>li.menu-item--expanded>a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}*/
/* centraliza logo principal*/
header .header-main-inner .col-xs-9 { /* esconde o site name, se for exibir, precisa excluir essa config e a de baixo */
  display: none;
}
header .header-main-inner .col-xs-3 {
  width: 100%;
  text-align: center;
}
body.www-hm-eel-usp-br header .header-main-inner .col-xs-3 .logo-principal .logo-hm,
body.www-cm-eel-usp-br header .logo-cm {
  font-family: Canela Web;
  font-size: 42px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
.logo-texto {
  font-family: Canela Web;
  font-size: 42px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body.www-hm-eel-usp-br header .header-main-inner .col-xs-3 .logo-principal .logo-eel {
  float: left;
  width: 410px;
  text-align: left;
}
body.www-cm-eel-usp-br header .header-main-inner .col-xs-3 .logo-principal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/* Altera exibição da lista de notícias da página inicial */
.block-views-blocknoticias-block-3 .views-field-nothing .post-content {
  padding: 10px 0;
}
.block-views-blocknoticias-block-3 .post-block .post-content {
  display: flex;
  flex-direction: column;
}
.block-views-blocknoticias-block-3 .post-block .post-content .post-title {
  flex: 1;
}
.block-views-blocknoticias-block-3 .post-block .post-meta {
  font-size: 13px;
  color: #838694;
}
.gavias-builder--content .post-block .post-title {
  padding-top: 0;
  min-height: 54px;
}
.gavias-builder--content .post-block .post-meta {
  margin-bottom: 0;
}
/* Tira quebra de palavras automáticas do título da listagem de notícias */
.post-block .post-title a {
  text-decoration: none !important;
  font-weight: 500;
  hyphens: none;
}
/* Fim tira quebra de palavras */
/* corrige exibição logo principal e barra de menu para dispositivos móveis*/
@media (max-width: 768px) {
  header .header-main-inner .col-xs-3 .logo-principal,
  body.www-cpg-eel-usp-br header .header-main-inner .col-xs-3 .logo-principal {
    flex-direction: column !important;
    width: 100%;
    margin: 0 auto;
  }
  header .header-main-inner .col-xs-3 .logo-principal .logo-eel {
    padding-bottom: 20px;
    float: none;
  }
  .header-v1 #menu-bar {
    margin-top: -45px;
  }
  .node--type-noticia div > a > img:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.breadcrumbs {
  padding: 18px 0 0;
  margin-bottom: 15px;
}
/* edita exibição página básica */
.main-page .content-full {
  margin-top: 0;
}
.main-page .content-full h2.node__title {
  border-bottom: 6px solid #fdb02d;
  padding: 8px 8px 0 15px;
  border-radius: 25px;
}
/* Alteração para a exibição de itens de menu em páginas chave */
.content-full .menu--main ul.gva_menu {
  background: transparent !important;
}
.content-full .menu--main ul.gva_menu li {
  display: block;
}
.content-full .menu--main ul.gva_menu li > a {
  border: 0;
}
/* edita cores e outros detalhes do rodapé */
.footer {
  background: #0b7c93;
  color: #f5f5f5;
}
.footer-center a {
  color: #f5f5f5;
}
.footer-center a::after {
  color: #f5f5f5;
}
.footer .footer-top {
  background: #fdb02d;
}
.footer-social h5 {
  color: #333333;
}
.footer-social ul li a i {
  font-size: 35px;
}
/* FIM DO CSS CUSTOMIZADO PARA O SITE DA CCEX E CPG*/

/* CSS CUSTOMIZADO PARA O SITE DA CPG */
/* altera configurações de imagens para página básica */
body.cpg-eel-usp-br div.fw-before-content div.block-content>div>p,
body.www-cpg-eel-usp-br div.fw-before-content div.block-content>div>p {
  text-align: center;
}
body.cpg-eel-usp-br div.fw-before-content div.block-content>div>p>img,
body.www-cpg-eel-usp-br div.fw-before-content div.block-content>div>p>img {
  margin-left: -2.53%;
  margin-top: -15px;
  margin-bottom: -80px;
}
body.cpg-eel-usp-br.page-node-404 div.fw-before-content div.block-content>div>p>img,
body.www-cpg-eel-usp-br.page-node-404 div.fw-before-content div.block-content>div>p>img {
  margin-left: 0;
  width: 1300px;
}
body.cpg-eel-usp-br div.content-full .main-content.col-xs-12.col-md-8.sb-r,
body.www-cpg-eel-usp-br div.content-full .main-content.col-xs-12.col-md-8.sb-r {
  background-color: #fff;
}
body.cpg-eel-usp-br div.content-full .main-content.col-xs-12.col-md-8.sb-r h2.node__title,
body.www-cpg-eel-usp-br div.content-full .main-content.col-xs-12.col-md-8.sb-r h2.node__title {
  border-bottom: 6px solid #fdb02d;
  padding: 0 8px 8px 15px;
  border-radius: 0;
}
body.cpg-eel-usp-br div.sidebar-right.theiaStickySidebar,
body.www-cpg-eel-usp-br div.sidebar-right.theiaStickySidebar {
  background-color: #fff;
}
body.cpg-eel-usp-br div.sidebar-right.theiaStickySidebar .sidebar-inner,
body.www-cpg-eel-usp-br div.sidebar-right.theiaStickySidebar .sidebar-inner {
  margin-top: 10px;
}
body.cpg-eel-usp-br div.sidebar-right.theiaStickySidebar .sidebar-inner .views-element-container {
  /*box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);*/
}
/* fim altera configurações de imagens para página básica */
/* FIM DO CSS CUSTOMIZADO PARA O SITE DA CPG*/


/* CSS CUSTOMIZADO PARA O SITE DA PUSPL */
/* altera cor cabeçalho versão cinza */
body.www-puspl-usp-br header .header-main {
  background: #f5f5f5 !important;
  padding: 18px 0;
}
/* altera cor de fundo e outros detalhes do menu principal*/
body.www-puspl-usp-br header.header-v1 .main-menu {
  background: #0b7c93 !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 500;
}
body.www-puspl-usp-br header.header-v1 .main-menu .gva_menu {
  background: #0b7c93 !important;
}
body.www-puspl-usp-br header.header-v1 .area-main-menu .area-inner {
  padding-left: 10px;
}
body.www-puspl-usp-br header.header-v1 .main-menu ul.gva_menu > li a {
  color: #f5f5f5 !important;
}
body.www-puspl-usp-br header.header-v1 .main-menu ul.gva_menu > li > a {
  border-right: 1px solid rgba(255,255,255,0.1);
}
body.www-puspl-usp-br header.header-v1 .main-menu ul.gva_menu > li:nth-child(1) > a {
  border-left: 1px solid rgba(255,255,255,0.1);
}
body.www-puspl-usp-br header.header-v1 .main-menu ul.gva_menu > li a:hover {
  color: #bcbcbc !important;
}
body.www-puspl-usp-br .navigation .gva_menu .sub-menu {
  background: #0b7c93;
}
/* melhorias 2022 */
body.www-puspl-usp-br.page-node-1 header.header-v1 {
  position: absolute;
  width: 100%;
  z-index: 500;
}
body.www-puspl-usp-br.page-node-1 header .header-main {
  background: rgba(0,0,0,.25) !important;
}
body.www-puspl-usp-br.page-node-1 header .header-bottom .main-menu {
  background-color: rgba(0,0,0,.25) !important;
}
body.www-puspl-usp-br.page-node-1 header .header-bottom .main-menu .gva_menu {
  background: transparent !important;
}
body.www-puspl-usp-br.page-node-1.page-node-1 header.header-v1:hover div.header-main {
  background: #f5f5f5 !important;
}
body.www-puspl-usp-br.page-node-1.page-node-1 header.header-v1:hover div.header-bottom .main-menu {
  background-color: #0b7c93 !important;
}
body.www-puspl-usp-br.page-node-1.page-node-1 header.header-v1:hover div.header-bottom ul.gva_menu_main>li>a {
  color: #fff !important;
}
body.www-puspl-usp-br.page-node-1.page-node-1 header.header-v1:hover div.header-bottom ul.gva_menu_main>li:hover>a {
  color: #fdb02d !important;
}
body.www-puspl-usp-br.page-node-1.page-node-1 .navigation .gva_menu .sub-menu {
  border-top: 3px solid #fdb02d;
}
body.www-puspl-usp-br.page-node-1.page-node-1 .navigation .gva_menu .sub-menu>li>a:hover {
  color: #fdb02d !important;
}
@media (min-width: 992px) {
  body.www-puspl-usp-br.page-node-1.page-node-1 header.header-v1 .main-menu ul.gva_menu_main>li>a {
    color: #fff !important;
    border-right: none !important;
  }
}
body.www-puspl-usp-br.page-node-1.page-node-1 .main-page {
  position: relative;
}
/* centraliza logo principal*/
body.www-puspl-usp-br header .header-main-inner .col-xs-9 { /* esconde o site name, se for exibir, precisa excluir essa config e a de baixo */
  display: none;
}
body.www-puspl-usp-br header .header-main-inner .col-xs-3 {
  width: 100%;
  text-align: center;
}
body.www-puspl-usp-br header .header-main-inner .col-xs-3 .img-logo {
    float: left;
    width: 90%;
    /*padding-left: 176px*/
}
body.www-puspl-usp-br header .header-main-inner .col-xs-3 .img-logo img {
    float: left;
}
body.www-puspl-usp-br header .header-main-inner .col-xs-3 .img-logo h3 {
    margin-top: 15px;
    font-size: 25px;
    font-family: Arial, serif;
    color: #0c1b4d;
    width: 55%;
}
/* retirar o de cima quando migrar para a principal */
body.www-puspl-usp-br.page-node-1 header .header-main-inner .col-xs-3 .img-logo h3 {
    margin-top: 15px;
    font-size: 25px;
    font-family: Arial, serif;
    color: #fff;
    width: 55%;
}
body.www-puspl-usp-br.page-node-1 header:hover .header-main-inner .col-xs-3 .img-logo h3 {
    color: #0c1b4d;
}
body.www-puspl-usp-br header .header-main-inner .col-xs-3 .contact-info {
    padding-top: 0;
    margin-bottom: -42px;
    text-align: left;
}
body.www-puspl-usp-br header .header-main-inner .col-xs-3 .contact-info a {
    color: #26385c !important;
}
/* retirar o de cima quando migrar para a principal */
body.www-puspl-usp-br.page-node-1 header .header-main-inner .col-xs-3 .contact-info a {
    color: #fff !important;
}
body.www-puspl-usp-br.page-node-1 header:hover .header-main-inner .col-xs-3 .contact-info a {
    color: #26385c !important;
}
body.www-puspl-usp-br .breadcrumbs {
  padding: 18px 0 0;
}
/* edita exibição página básica */
body.www-puspl-usp-br .widget.gsc-heading .title {
  color: #3d3f3f;
  text-transform: none;
}
body.www-puspl-usp-br .gavias-blockbuilder-content a {
  color: #3d3f3f;
}
body.www-puspl-usp-br .gavias-blockbuilder-content a:hover {
  color: #0b7c93;
}
body.www-puspl-usp-br .gavias-blockbuilder-content .widget.gsc-icon-box.top-center .highlight-icon i {
  color: #0b7c93 !important;
}
body.www-puspl-usp-br .main-page .content-full {
  margin-top: 0;
}
body.www-puspl-usp-br .main-page .content-full h2.node__title {
  border-bottom: 6px solid #fdb02d;
  padding: 8px 8px 0 15px;
  border-radius: 25px;
}

body.www-puspl-usp-br.page-node-8 .content-full h2.node__title {
  display: none;
}

body.www-puspl-usp-br .gavias-blockbuilder-content .gbb-row .widget.gsc-heading .title {
    font-size: 25px;
}
body.www-puspl-usp-br .gavias-blockbuilder-content .principais-assuntos .bb-inner {
  padding-top: 16px;
  padding-bottom: 0;
  background: #f5f5f5;
}
/* altera exibição principais assuntos */
body.www-puspl-usp-br .widget.gsc-icon-box .highlight-icon {
  height: 90px;
  line-height: 90px;
  width: 90px;
  padding-left: 7px;
  font-size: 35px;
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner {
  margin-bottom: 2px;
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner .bb-container {
  padding: 0;
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner .bb-container .row-wrapper {
  margin-left: -1px;
  margin-right: -1px;
}
@media (min-width: 1200px) {
  body.www-puspl-usp-br.page-node-1 .icones .bb-inner .bb-container .row-wrapper .gsc-column .gsc-column.col-lg-3 {
      width: 21%;
  }
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner .bb-container .row-wrapper .gsc-column .widget.gsc-icon-box {
  padding: 40px 20px;
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner .bb-container .row-wrapper .gsc-column .widget.gsc-icon-box .highlight_content {
  padding: 0;
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner .bb-container .row-wrapper .gsc-column .widget.gsc-icon-box h3 {
  font-size: 18px;
}
body.www-puspl-usp-br.page-node-1 .widget.gsc-icon-box .highlight-icon {
  height: 75px;
  line-height: 75px;
  width: 75px;
  padding-left: 2px;
  font-size: 30px;
  color: #0b7c93;
}
body.www-puspl-usp-br.page-node-1 .widget.gsc-icon-box .highlight_content h3 {
  margin-top: 20px;
}
body.www-puspl-usp-br.page-node-1 .widget.gsc-icon-box .highlight_content h3 a {
  text-decoration: none !important;
  text-transform: none !important;
  font-weight: 400;
}
body.www-puspl-usp-br.page-node-1 .node--view-mode-full .node__content>div {
  margin-top: 0;
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner {
  margin-top: 0;
}
body.www-puspl-usp-br.page-node-1 .icones .bb-inner .container {
  max-width: 1200px;
  width: 100%;
}
/* depois que migrar, remover da linha 819, aproximadamente */
body.www-puspl-usp-br.page-node-1 .icones .bb-inner .bb-container .row-wrapper .gsc-column .widget.gsc-icon-box {
  padding: 40px 5px;
}
body.www-puspl-usp-br.page-node-1 .widget.gsc-heading.align-left h2.title {
  letter-spacing: 1px;
}
body.www-puspl-usp-br.page-node-1 .widget.gsc-heading.align-left .title-desc {
  margin-top: 30px;
}
@media (min-width: 992px) {
  body.www-puspl-usp-br.page-node-1 .content-full .col-md-4 {
    width: 33.13%;
  }
}
body.www-puspl-usp-br .widget.gsc-icon-box.top-center .highlight_content h4 {
  font-size: 14px;
}
/* subir o título Principais assuntos */
@media (min-width: 1200px) {
  body.www-puspl-usp-br .gavias-blockbuilder-content .principais-assuntos .col-lg-12 {
    margin-top: -30px;
    z-index: 1;
  }
  body.www-puspl-usp-br .gavias-blockbuilder-content .principais-assuntos .widget.gsc-heading {
    width: 35%;
    padding: 15px 0 15px 15px;
  }
  body.www-puspl-usp-br .gavias-blockbuilder-content .principais-assuntos .widget.gsc-heading.align-left {
    background: #f0f0f0 !important;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0,0,0,0.06);
    -webkit-border-radius: 13px;
    border-radius: 13px;
  }
}
/* edita cores e outros detalhes do rodapé */
body.www-puspl-usp-br .footer {
  background: #0b7c93;
  color: #f5f5f5;
}
body.www-puspl-usp-br .footer-center a {
  color: #f5f5f5;
}
body.www-puspl-usp-br .footer-center a::after {
  color: #f5f5f5;
}
body.www-puspl-usp-br .footer .footer-top {
  background: #fdb02d;
}
body.www-puspl-usp-br .footer-social h5 {
  color: #333333;
}
/* Alterações para a Home 2 - Principal */
body.www-puspl-usp-br.page-node-40 .block-gavias-slider {
  width: 75%;
  float: left;
}
body.www-puspl-usp-br.page-node-40 #block-icones {
  width: 30%;
  float: left;
  height: 400px;
}
body.www-puspl-usp-br.page-node-40 .slideshow_content .principais-assuntos .widget.gsc-icon-box {
   padding: 0;
   margin-bottom: 0;
}
@media (min-width: 768px) {
  body.www-puspl-usp-br.page-node-40 .slideshow_content .principais-assuntos .container {
    width: 100%;
  }
}
body.www-puspl-usp-br.page-node-40 .slideshow_content .principais-assuntos .col-lg-4 {
  width: 8.333%;
}
body.www-puspl-usp-br.page-node-40 .slideshow_content .principais-assuntos .gsc-column.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
body.www-puspl-usp-br.page-node-40 .fw-before-content .principais-assuntos {
  display: none;
}
/* corrige exibição logo principal, barra de menu e demais itens para dispositivos móveis*/
@media (max-width: 768px) {
  body.www-puspl-usp-br header .header-main-inner .col-xs-3 .img-logo {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  body.www-puspl-usp-br header .header-main-inner .col-xs-3 .img-logo img {
    float: none;
  }
  body.www-puspl-usp-br header .header-main-inner .col-xs-3 .img-logo h3 {
    width: 100%;
  }
  body.www-puspl-usp-br header .header-main-inner .col-xs-3 .contact-info {
    display: none;
  }
  body.www-puspl-usp-br .header-v1 .block {
    margin-bottom: 10px;
  }
  body.www-puspl-usp-br .header-v1 #menu-bar {
    margin-top: -45px;
  }
  body.www-puspl-usp-br .header-v1 #menu-bar span {
    background-color: #26385c !important;
  }
  body.www-puspl-usp-br.page-node-40 .block-gavias-slider {
    width: 100%;
    float: none;
  }
  /* alteração banner calouros 2024 */
  body.www-puspl-usp-br.page-node-40 div.item.swiper-slide:nth-child(2) .gavias-slider-image.slide  {
    background-position: bottom 50% right 36% !important;
  }
  body.www-puspl-usp-br.page-node-40 .gavias-slider .swiper-slide .tp-caption {
    margin-top: 40px !important;
  }
  /* fim alteração banner calouros 2024 */
  body.www-puspl-usp-br.page-node-40 .slideshow_content .principais-assuntos .col-lg-4 {
    width: 32.66667%;
  }
  body.www-puspl-usp-br.page-node-40 .slideshow_content .principais-assuntos .gsc-column.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    padding: 0;
  }
  body.www-puspl-usp-br .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.www-puspl-usp-br .footer .footer-center {
    padding-top: 0;
  }
}
/* Corrige exibição de menu de páginas especificas para dispositivos móveis(institucional, informacoes e etc) */
@media (max-width: 991px) {
  body.www-puspl-usp-br .content-full .menu--main .gva-navigation {
    display: none;
  }
}
/* FIM DO CSS CUSTOMIZADO PARA O SITE DA PUSPL */

/* INICIO DO CSS CUSTOMIZADO PARA O SITE DA BIBLIOTECA */

/* Tirar as Bordas das Tabelas da página da Biblioteca */
body.www-bibliotecas-eel-usp-br.page-node-3 table, body.www-bibliotecas-eel-usp-br.page-node-3 td {
  border: 0 !important;
}
/* Alinhar no centro verticalmente os TD das tabelas */
body.www-bibliotecas-eel-usp-br table tbody tr td {
  vertical-align: middle;
}
/* Tirar a barra de título da página inicial */
body.www-bibliotecas-eel-usp-br.page-node-3 article h2 {
  border: 0 !important;
}
/* para formatar o label do formulário de busca */
body.www-bibliotecas-eel-usp-br .form-item label {
  padding: 5px;
  width: 180px;
  text-align: right;
}
/* para formatar os inputs */
body.www-bibliotecas-eel-usp-br .form-item select, body.www-bibliotecas-eel-usp-br .form-item input {
  width: 260px;
  text-align: left;
}
/* para formatar o botão de ação */
body.www-bibliotecas-eel-usp-br .form-actions {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  clear: left;
}
/* Tirando o espaçamento da margem do Achados & Perdidos */
body.www-bibliotecas-eel-usp-br .node--view-mode-full .post-meta {
  margin-bottom: 0px;
}

/* FIM DO CSS CUSTOMIZADO PARA O SITE DA BIBLIOTECA */


/* INICIO DO CSS CUSTOMIZADO PARA O SITE DA CENTRAL MULITUSUARIO (baseado em BIBLIOTECA) */

/* Tirar as Bordas das Tabelas da página da CM */
body.www-cm-eel-usp-br.page-node-3 table, body.www-cm-eel-usp-br.page-node-3 td {
  border: 0 !important;
}
/* Alinhar no centro verticalmente os TD das tabelas */
body.www-cm-eel-usp-br table tbody tr td {
  vertical-align: middle;
}
/* Tirar a barra de título da página inicial */
body.www-cm-eel-usp-br.page-node-3 article h2 {
  border: 0 !important;
}
/* Riscos do Menu na tela de celular */

body.www-cm-eel-usp-br .menu-bar span {
  background-color: #0B7C93 !important;
}

/* para formatar o label do formulário de busca */
body.www-cm-eel-usp-br .form-item label {
  padding: 5px;
  width: 180px;
  text-align: right;
}
/* para formatar os inputs */
body.www-cm-eel-usp-br .form-item select, body.www-cm-eel-usp-br .form-item input {
  width: 260px;
  text-align: left;
}
/* para formatar o botão de ação */
body.www-cm-eel-usp-br .form-actions {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  clear: left;
}
/* FIM DO CSS CUSTOMIZADO PARA O SITE DA CENTRAL MULITUSUARIO (baseado em BIBLIOTECA) */

/* INICIO DO CSS CUSTOMIZADO PARA O SITE DA PPGPE */

body.www-ppgpe-eel-usp-br .header-main, body.www-ppgpe-eel-usp-br .navigation {
  background-color: #FFFFFF !important;
}

body.www-ppgpe-eel-usp-br header.header-v1 .area-main-menu .area-inner {
  padding-left: 0;
}

body.www-ppgpe-eel-usp-br .navigation ul.sub-menu, body.www-ppgpe-eel-usp-br .navigation ul.sub-menu {
  background-color: #0B1929 !important;
}

body.www-ppgpe-eel-usp-br .navigation li.menu-item {
  border-top: 1px solid #0B1929;
  background-color: #B07030;
}

body.www-ppgpe-eel-usp-br .navigation li a:hover {
  background-color: #FFFFFF;
}

body.www-ppgpe-eel-usp-br .navigation ul.sub-menu a {
  font-size: 9pt;
  padding-left:10px;
}

body.www-ppgpe-eel-usp-br .navigation a {
  font-family: Verdana !important;
  color:#f5f5f5 !important;
}

body.www-ppgpe-eel-usp-br .footer-top {
  background-color: #0B1929 !important;
}

body.www-ppgpe-eel-usp-br .footer, body.www-ppgpe-eel-usp-br .menu-bar span {
  background-color: #B07030 !important;
}

body.www-ppgpe-eel-usp-br h2.node__title {
  border-bottom: 6px solid #B07030 !important;
}

body.www-ppgpe-eel-usp-br .center {
  text-align: center;
}
body.www-ppgpe-eel-usp-br .gavias-slider .btn-slide {
  background-color: #B07030 !important;
}

/* para formatar o label do formulário de busca */
body.www-ppgpe-eel-usp-br .form-item label {
  padding: 5px;
  width: 130px;
  text-align: right;
}
/* para formatar os inputs */
body.www-ppgpe-eel-usp-br .form-item select, body.www-ppgpe-eel-usp-br .form-item input {
  width: 260px;
  text-align: left;
}
/* para formatar os itens */
body.www-ppgpe-eel-usp-br .form-item  {
  float: left;
}
/* para formatar o botão de pesquisa */
body.www-ppgpe-eel-usp-br .form-actions {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  clear: left;
}
/* Apresentação */
body.www-ppgpe-eel-usp-br .apresentacao {
  /* height: 496px; */
}
/* Títulos das Defesas */
body.www-ppgpe-eel-usp-br blockquote {
  padding: 12px 12px;
  margin: 0px;
  margin-top: 24px;
  font-size: 18.75px;
  border-left: 5px solid rgba(176, 112, 48, 0.5);
}
body.www-ppgpe-eel-usp-br .tipo-defesa h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
/* Deixando o texto pequeno para o bloco expositor docentes */
body.www-ppgpe-eel-usp-br .peq {
  font-size: 12px;
}
body.www-ppgpe-eel-usp-br #docentes img {
  width: 180px;
}
body.www-ppgpe-eel-usp-br #docentes .peq img {
  width: 16px !important;
  float: left;
}
body.www-ppgpe-eel-usp-br #docentes .link-docente img {
  width: 24px !important;
  float: left;
}
/* Tamanho do DIV título no expositor de Docentes */
body.www-ppgpe-eel-usp-br #docentes .views-field-title {
  height: 30px;
}
/* Organizando a DIV estatística */
body.www-ppgpe-eel-usp-br.page-node-218 .estatistica {
  margin-top: 68px;
}
/* Organizando os DIV da página de Docentes */
body.www-ppgpe-eel-usp-br .docente-foto.views-field-field-foto {
  padding-top:30px;
}
body.www-ppgpe-eel-usp-br .docente.views-field-title {
  height: 50px;
}
body.www-ppgpe-eel-usp-br .views-field-field-apresentacao {
  font-family: verdana;
  font-size: 12px;
  color:#232323;
  line-height: 1.25;
}
body.www-ppgpe-eel-usp-br img.link-docente, body.www-ppgpe-eel-usp-br img.link-docentes {
  margin: 4px;
}
body.www-ppgpe-eel-usp-br div.slick__slider.slick-initialized.slick-slider {
  width: 90%;
  margin: 0 auto;
}
/* Versão 2025 */
body.www-ppgpe-eel-usp-br .navigation li.menu-item {
  border-top: 0;
  background-color: #FFFFFF;
}

body.www-ppgpe-eel-usp-br header.header-v1 .main-menu ul.gva_menu > li > a {
  padding: 15px 8.9px;
}

body.www-ppgpe-eel-usp-br header.header-v1 .main-menu ul.gva_menu > li a {
  color: #B07030 !important;
}

body.www-ppgpe-eel-usp-br .navigation .gva_menu .sub-menu {
  border-top: 3px solid #0b1929; /* #0b1929 */
}

body.www-ppgpe-eel-usp-br .navigation ul.sub-menu, body.www-ppgpe-eel-usp-br .navigation ul.sub-menu {
  background-color: #FFFFFF !important;
}

body.www-ppgpe-eel-usp-br header.header-v1 .main-menu ul.gva_menu>li.menu-item--active-trail>a {
  color: #0b1929 !important;
}

body.www-ppgpe-eel-usp-br header.header-v1 .main-menu ul.gva_menu > li:hover>a {
  color: #0b1929 !important;
}

body.www-ppgpe-eel-usp-br header.header-v1 .main-menu ul.gva_menu > li>ul>li a:hover {
  color: #0b1929 !important;
}

body.www-ppgpe-eel-usp-br.page-node-729 article > header {
  display: none;
}

body.www-ppgpe-eel-usp-br.page-node-729 .node--view-mode-full .node__content>div {
  margin-top: 0;
}

body.www-ppgpe-eel-usp-br.page-node-729 .gbb-row .bb-inner {
  padding-top: 0;
}

body.www-ppgpe-eel-usp-br.page-node-729 .bb-container.container {
  padding-left: 0;
  padding-right: 0;
}

body.www-ppgpe-eel-usp-br.page-node-729 .bb-container.container .row {
  margin-left: 0;
  margin-right: 0;
}

body.www-ppgpe-eel-usp-br.page-node-729 .bb-container.container .row .gsc-column.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  padding-left: 0;
  padding-right: 31px;
}

body.www-ppgpe-eel-usp-br.page-node-729 .noticias.gbb-row .bb-inner.default {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

body.www-ppgpe-eel-usp-br.page-node-729 .noticias.gbb-row .widget.gsc-heading .heading-content {
    /*display: flex;
    flex-direction: column-reverse;
    padding: 15px;*/
}

body.www-ppgpe-eel-usp-br.page-node-729 .gbb-row .widget.gsc-heading .title {
  /*text-transform: none;
  font-size: 42px;
  letter-spacing: -.8px;*/
}
body.www-ppgpe-eel-usp-br.page-node-729 .gbb-row .widget.gsc-heading .sub-title {
  /*font-size: 20px;
  padding-top: 15px;
  position: relative;*/
}
body.www-ppgpe-eel-usp-br.page-node-729 .gbb-row .widget.gsc-heading .sub-title span a {
  /*text-decoration: none !important;
  position: relative;
  padding-left: 15px;*/
}
body.www-ppgpe-eel-usp-br.page-node-729 .noticias.gbb-row .widget.gsc-heading .sub-title span a:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fdb02d;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}

body.www-ppgpe-eel-usp-br.page-node-729 .gbb-row .gsc-block-drupal .block-views header {
  display: none;
}
/* Fim Versão 2025*/
/* Setando tamanho da largura do bloco de Defesas: */
@media (min-width: 992px) {
  body.www-ppgpe-eel-usp-br .gsc-column.col-lg-4.col-md-4.col-sm-12.col-xs-12{
    width: 33%;
  }
}
@media (max-width: 1199px) {
  body.www-ppgpe-eel-usp-br .apresentacao {
    height: 600px;
  }
  body.www-ppgpe-eel-usp-br .estatistica {
    margin-top: 124px;
  }
}
/* Tirando o espaçamento da margem do Evento/Atividades */
body.www-ppgpe-eel-usp-br .node--view-mode-full .post-meta {
  margin-bottom: 0px;
}
/* Tamano do DIV título no expositor de Docentes no Celular */
@media (max-width: 991px) {
  body.www-ppgpe-eel-usp-br .apresentacao, body.www-ppgpe-eel-usp-br #docentes .views-field-title {
    height: auto;
  }
  body.www-ppgpe-eel-usp-br #docentes img {
    margin: auto;
  }
  body.www-ppgpe-eel-usp-br .estatistica {
    margin-top: 20px;
  }
  body.www-ppgpe-eel-usp-br #docentes .link-docente img {
    width: 36px !important;
    margin: 4px;
  }
}
/* Tirando a borda do menu principal (lateral) */
body.www-ppgpe-eel-usp-br .sidebar .block .block-content {
  border:0 !important;
}

/* Tirar a barra de título da página inicial */
body.www-ppgpe-eel-usp-br.page-node-218 article h2 {
  border: 0 !important;
}

body.www-ppgpe-eel-usp-br header .header-main {
  /*padding: 0px;*/
}

/* FIM DO CSS CUSTOMIZADO PARA O SITE DA PPGPE */

/* CSS PARA USO DE TIMELINE */
.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative;
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 65px auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #0b7c93;
    left: -3px;
}

.main-timeline .icon:after {
    border: 2px solid #fdb02d;
    left: 3px;
}

.main-timeline .timeline:hover .icon:before {
    left: 3px;
}

.main-timeline .timeline:hover .icon:after {
    left: -3px;
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative;
}

.main-timeline .date-content:before {
    content: "";
    width: 37%;
    height: 2px;
    background: #0b7c93;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 20px;
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #fdb02d;
    left: -6px;
}

.main-timeline .date-outer:after {
    border: 2px solid #0b7c93;
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px;
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0;
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.main-timeline .description {
    margin-bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px;
    }
    .main-timeline .date-content:before {
        width: 22.5%;
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px;
    }
    .main-timeline .title {
        font-size: 17px;
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px;
    }
    .main-timeline .timeline {
        margin-bottom: 20px;
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }
    .main-timeline .icon {
        margin: auto 0;
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0;
    }
    .main-timeline .date-content:before {
        display: none;
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px;
    }
    .main-timeline .date {
        top: 30%;
    }
    .main-timeline .year {
        font-size: 24px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }
    .main-timeline .title {
        margin-bottom: 10px;
    }
}

/* FIM CSS PARA USO DE TIMELINE */

/* CSS PARA SITE HM */
body.www-hm-eel-usp-br.page-node-7 .node__title, body.hm-eel-usp-br.page-node-7 .node__title {
  display: none;
}
/* Corrige exibição revista */
div.node--type-revista-eletronica .group-header {
  margin-bottom: 15px;
}
div.node--type-revista-eletronica .group-left {
  width: 27%;
}
div.node--type-revista-eletronica .group-right {
  width: 71%;
}
div.node--type-revista-eletronica .group-footer {
  padding-top: 30px;
}
div.node--type-revista-eletronica .group-footer>div>div>div:first-child {
  font-size: 20px;
  font-weight: bold;
}
div.node--type-revista-eletronica .group-footer>div>div>div>div>div>div>div:first-child {
  font-size: 16px;
  font-weight: bold;
}
div.node--type-revista-eletronica .group-footer>div>div>div>div {
  padding: 15px;
}
/* Estilos para exibição da Galeria */
.node--type-diretoria .col-l {
  padding-right: 75px;
}
.node--type-diretoria .heading-content .post-desc {
  margin-top: 20px;
  font-size: 16px;
}
.node--type-diretoria .heading-content .post-desc .node--view-mode-full .node__content {
  line-height: 34px;
}
.node--type-diretoria .heading-content .post-noticias-relacionadas div {
  margin-top: 25px;
}
.node--type-diretoria .heading-content .post-noticias-relacionadas .post-title {
  font-size: 18px;
  font-weight: 700;
}
.node--type-diretoria .col-r .post-thumbnail {
  position: relative;
}
.node--type-diretoria .col-r .post-instituicao {
  background: #fdb02d;
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 86%;
  padding: 25px;
  margin: 0 7% 7%;
}
.node--type-diretoria .col-r .post-instituicao .tipo-de-instituicao {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #f3f3f3;
}
.node--type-diretoria .col-r .post-instituicao .tipo-de-pessoa {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
  color: #f0f0f0;
}
.node--type-funcionario .post-desc .post-thumbnail img:first-child {
  float: left;
  margin-right: 20px;
}
.node--type-funcionario .post-desc .node__content>div {
  margin-top: 0;
}
.node--type-funcionario .col-r .post-desc {
  background: #0b7c93;
  color: #f5f5f5;
  padding: 13px;
  box-shadow: 0px 4px 8px -2px rgb(9 30 66 / 25%), 0px 0px 0px 1px rgb(9 30 66 / 8%);
  margin-top: 13px;
}
.node--type-funcionario .col-r .post-desc h2 {
  color: #f5f5f5;
}
/* FIM CSS PARA SITE HM */

/* CSS PARA SITE LOQ */
body.loqdev-eel-usp-br .header-v1 {
  display: flex;
  flex-direction: column-reverse;
}
body.loqdev-eel-usp-br .header-v1 .header-main {
  z-index: 2;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
body.loqdev-eel-usp-br.page-node-28 .node__title {
  display: none;
}
body.loqdev-eel-usp-br .institucional .widget.gsc-heading {
  padding-top: 0;
}
body.loqdev-eel-usp-br .block-views-blocknoticias-block-2 {
  padding: 20px 15px;
  border: 1px solid rgba(0,0,0,.1) !important;
}
body.loqdev-eel-usp-br .noticias .heading-content {
  display: flex;
  flex-direction: column-reverse;
}
body.loqdev-eel-usp-br .block-views-blocknoticias-block-2 .views-field-nothing .post-meta {
  margin-bottom: 0;
}
body.loqdev-eel-usp-br .block-views-blocknoticias-block-2 .item-list ul li.view-list-item {
  width: 100% !important;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px !important;
}
body.loqdev-eel-usp-br .block-views-blocknoticias-block-2 .item-list ul li.view-list-item:last-child {
  border-bottom: none;
}
body.loqdev-eel-usp-br .block-views-blocknoticias-block-2 .item-list ul li.view-list-item::marker {
  content: none;
}
body.loqdev-eel-usp-br .block-views-blocknoticias-block-2 .item-list ul li.view-list-item a {
  text-decoration: none !important;
}
/* FIM CSS PARA SITE LOQ*/

/* CSS PARA SITE COTEL */
.cotel-eel-usp-br .header-v3 {
  position: absolute;
  width: 100%;
  z-index: 2;
  margin-top: 0;
}
.cotel-eel-usp-br header .header-main {
  background: transparent !important;
}
#block-logocotel {
  margin-bottom: 0;
}
.cotel-eel-usp-br .header-v3 .main-menu, .cotel-eel-usp-br .header-v3 .main-menu ul.gva_menu {
  background: transparent !important;
}
.cotel-eel-usp-br header.header-v3 .area-main-menu {
  padding-right: 0;
}
.cotel-eel-usp-br header.header-v3 .area-main-menu ul li:hover {
  background: #fff !important;
}
.cotel-eel-usp-br header.header-v3 .area-main-menu .area-inner {
  padding-left: 0;
}
.cotel-eel-usp-br .navigation .gva_menu>li.menu-item--active-trail>a {
  color: #fdb02d !important;
}
.cotel-eel-usp-br .navigation .gva_menu>li:hover>a {
  color: #fdb02d !important;
}
.cotel-eel-usp-br .navigation .gva_menu>li>a {
  padding: 15px 12px !important;
  font-size: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cotel-eel-usp-br .navigation .gva_menu>li>a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cotel-eel-usp-br .slogan-region {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  padding: 30px 0;
}
body.cotel-eel-usp-br.page-node-1 .node__title {
  display: none;
}
.cotel-eel-usp-br.page-node-1 .noticias.gbb-row .widget.gsc-heading .heading-content {
  display: flex;
  flex-direction: column-reverse;
  padding: 15px;
}
.cotel-eel-usp-br.page-node-1 .gbb-row .widget.gsc-heading .title {
  text-transform: none;
  font-size: 48px;
  letter-spacing: -.8px;
}
.cotel-eel-usp-br.page-node-1 .gbb-row .widget.gsc-heading .sub-title {
  font-size: 20px;
  padding-top: 15px;
  position: relative;
}
.cotel-eel-usp-br.page-node-1 .gbb-row .widget.gsc-heading .sub-title span a {
  text-decoration: none !important;
  position: relative;
  padding-left: 15px;
}
.cotel-eel-usp-br.page-node-1 .noticias.gbb-row .widget.gsc-heading .sub-title span a:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fdb02d;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.cotel-eel-usp-br.page-node-1 .home-avaliacoes .home-selos {
  text-align: center;
  display:flex;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .cotel-eel-usp-br .col-md-3 {
    width: 22%;
  }
  .cotel-eel-usp-br .col-md-9 {
    width: 78%;
  }
}
@media (max-width: 991px) {
  .cotel-eel-usp-br.page-node-1 .home-avaliacoes .home-selos {
    flex-direction: column;
  }
  .cotel-eel-usp-br.page-node-1 .home-avaliacoes .home-selos img {
    margin: 0 auto;
  }
}
/* FIM CSS PARA SITE COTEL */

/* CSS PARA SITE SCINFO */
.scinfo-puspl-usp-br .node__content div.atribuicao ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.scinfo-puspl-usp-br .node__content div.atribuicao ul li {
  margin-bottom: 2rem;
}
/* FIM CSS PARA SITE SCINFO */

/* CSS PARA SITE CRINT */
.www-crint-eel-usp-br.page-node-1 .node__title,
.www-crint-eel-usp-br.page-node-28 .node__title {
  display: none;
}
.www-crint-eel-usp-br.page-node-14 .node__content p > img,
.www-crint-eel-usp-br.page-node-17 .node__content p > img {
  padding-right: 20px;
}
/* Vídeos youtube*/
.www-crint-eel-usp-br.page-node-28 .bb-container .video-youtube .bb-container {
  padding-left: 0;
  padding-right: 20px;
}
.www-crint-eel-usp-br.page-node-28 .bb-container .gsc-column {
  padding-left: 0;
}
/* Fim vídeos youtube */
/* caixas acordos vigentes */
.www-crint-eel-usp-br.page-node-28 .views-view-responsive-grid__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  width: 30.2rem;
  margin: 0 auto;
  margin-bottom: 20px;
}
.www-crint-eel-usp-br.page-node-28 .views-view-responsive-grid__item ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.www-crint-eel-usp-br.page-node-28 .views-view-responsive-grid__item ul li {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-width: 0 0 1px;
}
/* fim caixas acordos vigentes */
/* FIM CSS PARA SITE CRINT */

/* CSS PARA SITE SACC */
.sacc-eel-usp-br .table > thead > tr > th,
.sacc-eel-usp-br .table > thead > tr > td,
.sacc-eel-usp-br .table > tbody > tr > th,
.sacc-eel-usp-br .table > tbody > tr > td,
.sacc-eel-usp-br .table > tfoot > tr > th,
.sacc-eel-usp-br .table > tfoot > tr > td {
  vertical-align: middle;
}
/* FIM CSS PARA SITE SACC */

/* CSS PARA SITE NANOCELLULOSE */
.nanocellulose-eel-usp-br header .header-main {
  background: #C4E0B2 !important;
}
.nanocellulose-eel-usp-br.exclude-node-title .slick--less .slick-track {
  display: none;
}
.nanocellulose-eel-usp-br button.slick-arrow::before {
  color: #00BF63 !important;
}
.nanocellulose-eel-usp-br div.slick__slider.slick-initialized.slick-slider {
  width: 94%;
  margin: 0 auto;
}
.nanocellulose-eel-usp-br .slick.slick--optionset--x-slick-nav.slick--thumbnail.slick--multiple-view.slick--less.slick--initialized {
  display: none;
}
.nanocellulose-eel-usp-br .b-grid > .grid {
  padding-bottom: 0;
}
.nanocellulose-eel-usp-br header.header-v1 .main-menu ul.gva_menu > li a {
  color: #000 !important;
}
.nanocellulose-eel-usp-br header.header-v1:hover div.header-bottom ul.gva_menu_main>li:hover>a {
  color: #00BF63 !important;
}
.nanocellulose-eel-usp-br .navigation .gva_menu .sub-menu {
  border-top: 3px solid #00BF63;
}
.nanocellulose-eel-usp-br .navigation .gva_menu .sub-menu>li>a:hover {
  color: #00BF63 !important;
}
.nanocellulose-eel-usp-br .breadcrumbs {
  background: #C4E0B2;
}
.nanocellulose-eel-usp-br.exclude-node-title .node__title {
  display: none;
}
.nanocellulose-eel-usp-br .main-page .content-full h2.node__title {
  border-bottom: 6px solid #00BF63;
}
.nanocellulose-eel-usp-br .node__content > div > ul > li:after {
  background: #00BF63;
}
.nanocellulose-eel-usp-br .btn.btn-outline-success.btn-lg {
  color: #333;
  text-decoration: none !important;
  background-color: #00BF63 !important;
  font-size: 19px !important;
}
.nanocellulose-eel-usp-br .content-full .our-team .bb-container .col-md-4 {
  padding-right: 50px;
  padding-left: 40px;
  margin-bottom: 50px;
}
.nanocellulose-eel-usp-br .content-full .our-team .bb-container .col-md-4 .team-name {
  min-height: 40px;
}
.nanocellulose-eel-usp-br.page-node-7 .content-full .our-team .bb-container .col-md-4 .team-position,
.nanocellulose-eel-usp-br.page-node-11 .content-full .our-team .bb-container .col-md-4 .team-position {
  min-height: 50px;
  padding: 0 15px;
  line-height: 1.25;
}
.nanocellulose-eel-usp-br .content-full .bb-container .gsc-our-team {
  background: #f5f6fa;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.nanocellulose-eel-usp-br.page-node-9 .content-full .bb-container .gsc-our-team {
  padding-top: 50px;
  padding-bottom: 50px;
}
.nanocellulose-eel-usp-br .content-full .bb-container .gsc-our-team .team-header img {
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
}
.nanocellulose-eel-usp-br .content-full .bb-container .gsc-our-team .team-body h3.team-name {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 12px;
  padding: 0 15px;
  color: #00BF63;
}
.nanocellulose-eel-usp-br.page-node-9 .content-full .bb-container .gsc-our-team .team-body h3.team-name {
  padding: 0 50px;
}
/* Página workshop */
.nanocellulose-eel-usp-br.page-node-33 .content-full .d-flex.justify-content-between.mb-5 {
  flex-flow: wrap;
}
.nanocellulose-eel-usp-br.page-node-33 .content-full .gsc-our-team .team-header img {
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 10px;
  float: none;
}
.nanocellulose-eel-usp-br.page-node-33 .content-full .gsc-our-team .team-body h3.team-name {
    font-size: 18px;
    margin-top: 10px;
    padding: 0 5px;
    color: #00BF63;
}
/* Fim página workshop*/
.nanocellulose-eel-usp-br .footer {
  background: #C4E0B2 !important;
  color: #000 !important;
}
.nanocellulose-eel-usp-br .footer .footer-center a {
  color: #000 !important;
}
@media (max-width: 768px) {
  .nanocellulose-eel-usp-br #block-gavias-emon-dpto-logonanocellulose {
    z-index: 1;
  }
  .nanocellulose-eel-usp-br .logo-principal .logo-eel {
    display: none;
  }
  .nanocellulose-eel-usp-br .menu-bar span {
    color: #00BF63;
  }
  .nanocellulose-eel-usp-br .footer .footer-center .footer-right.text-right {
    text-align: left !important;
  }
  .nanocellulose-eel-usp-br .footer .footer-center .footer-social.text-right {
    text-align: left !important;
  }
  .nanocellulose-eel-usp-br .btn.btn-outline-success.btn-lg {
    font-size: 14px !important;
  }
}
@media (max-width: 576px) {
  .nanocellulose-eel-usp-br.page-node-4 .slideshow_content .slick-wrapper .slick__slider .grid__content .media--slick {
    min-height: 187px;
  }
  .nanocellulose-eel-usp-br.page-node-4 .slideshow_content .slick-wrapper .slick__slider img {
    height: 187px;
    object-fit: cover;
  }
  .nanocellulose-eel-usp-br .content-full .our-team .bb-container .col-md-4 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .nanocellulose-eel-usp-br.page-node-33 .content-full .d-flex.justify-content-between.mb-5 div:last-child {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 992px) {
  .nanocellulose-eel-usp-br .content-full .our-team .bb-container .col-md-4 {
    width: 33.33333%;
  }
}
/* FIM CSS PARA SITE NANOCELLULOSE */

/* setando helpers padrão */
.m-0 {margin:0!important}.mt-0, .my-0 {margin-top:0!important}.mr-0, .mx-0 {margin-right:0 !important}.mb-0, .my-0 {margin-bottom:0 !important}.ml-0, .mx-0 {margin-left:0 !important}.m-1 {margin:.25rem !important}.mt-1, .my-1 {margin-top:.25rem! important}.mr-1, .mx-1 {margin-right:.25rem !important}.mb-1, .my-1 {margin-bottom:.25rem !important}.ml-1, .mx-1 {margin-left:.25rem !important}.m-2 {margin:.5rem !important}.mt-2, .my-2 {margin-top:.5rem !important}.mr-2, .mx-2 {margin-right:.5rem !important}.mb-2, .my-2 {margin-bottom:.5rem !important}.ml-2, .mx-2 {margin-left:.5rem !important}.m-3 {margin:1rem !important}.mt-3, .my-3 {margin-top:1rem !important}.mr-3, .mx-3 {margin-right:1rem !important}.mb-3, .my-3 {margin-bottom:1rem !important}.ml-3, .mx-3 {margin-left:1rem !important}.m-4 {margin:1.5rem !important}.mt-4, .my-4 {margin-top:1.5rem !important}.mr-4, .mx-4 {margin-right:1.5rem !important}.mb-4, .my-4 {margin-bottom:1.5rem !important}.ml-4, .mx-4 {margin-left:1.5rem !important}.m-5 {margin:3rem !important}.mt-5, .my-5 {margin-top:3rem !important}.mr-5, .mx-5 {margin-right:3rem !important}.mb-5, .my-5 {margin-bottom:3rem !important}.ml-5, .mx-5 {margin-left:3rem!important}.p-0 {padding:0 !important}.pt-0, .py-0 {padding-top:0 !important}.pr-0, .px-0 {padding-right:0 !important}.pb-0, .py-0 {padding-bottom:0!important}.pl-0, .px-0 {padding-left:0 !important}.p-1 {padding:.25rem !important}.pt-1, .py-1 {padding-top:.25rem !important}.pr-1, .px-1 {padding-right:.25rem !important}.pb-1, .py-1 {padding-bottom:.25rem !important}.pl-1, .px-1 {padding-left:.25rem !important}.p-2 {padding:.5rem !important}.pt-2, .py-2 {padding-top:.5rem !important}.pr-2, .px-2 {padding-right:.5rem !important}.pb-2, .py-2 {  padding-bottom:.5rem !important}.pl-2, .px-2 {padding-left:.5rem !important}.p-3 {padding:1rem !important}.pt-3, .py-3 {padding-top:1rem !important}.pr-3, .px-3 {padding-right:1rem !important}.pb-3, .py-3 {padding-bottom:1rem !important}.pl-3, .px-3 {padding-left:1rem !important}.p-4 {padding:1.5rem !important}.pt-4, .py-4 {padding-top:1.5rem !important}.pr-4, .px-4 {padding-right:1.5rem !important}.pb-4, .py-4 {padding-bottom:1.5rem !important}.pl-4, .px-4 {padding-left:1.5rem !important}.p-5 {padding:3rem !important}.pt-5, .py-5 {padding-top:3rem !important}.pr-5, .px-5 {padding-right:3rem !important}.pb-5, .py-5 {padding-bottom:3rem !important}.pl-5, .px-5 {padding-left:3rem !important}, .text-left {text-align:left !important}, .text-right {text-align:right !important}, .text-center {text-align:center !important}, .text-justify {text-align:justify !important}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.box-margin-0 {
  margin-bottom: 0;
}

.box-margin-small {
  margin-bottom: 30px;
}

.box-margin-medium {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .box-margin-medium {
    margin-bottom: 30px;
  }
}

.box-margin-large {
  margin-bottom: 80px;
}

@media (max-width: 1023.98px) {
  .box-margin-large {
    margin-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .box-margin-large {
    margin-bottom: 30px;
  }
}

.no-margin {
  margin: 0 !important;
}

.margin-1 {
  margin-bottom: -150px;
}

@media (max-width: 1023.98px) {
  .margin-1 {
    margin-bottom: 0px;
  }
}

.margin-2 {
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .margin-2 {
    margin-top: 20px;
  }
}

.margin-3 {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .margin-3 {
    margin-top: 50px;
  }
}

.margin-4 {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .margin-4 {
    margin-top: 0;
  }
}
@media (min-width: 393px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
/* fim setando helpers padrão*/
