/* Sticky footer styles
-------------------------------------------------- */
@font-face {
  font-family: "SourceSansPro";
  src: url("../webfonts/SourceSansPro-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

/* Barra Integradora
/* ******************************************** */
/* Barra Integradora
/* ******************************************** */
.barra-integradora {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #004a70;
}

.barra-integradora-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}

.barra-integradora-left,
.barra-integradora-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
  font-family: "SourceSansPro";
}

.barra-integradora-left {
  justify-content: flex-start;
  margin-left: 0;
}

.barra-integradora-right {
  justify-content: flex-end;
  margin-top: 5px;
  margin-right: 0;
}

.barra-integradora-items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.barra-integradora-item {
  position: relative;
  color: #87cdfb;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "SourceSansPro", sans-serif;
}

.barra-integradora-item:hover {
  color: #f6fbff;
  text-decoration: none;
}

.barra-integradora-item.active {
  color: #f6fbff;
}

.barra-integradora-left .barra-integradora-item {
  margin-right: 16px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-right .barra-integradora-item {
  margin-right: 16px;
  text-transform: uppercase;
}

.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  width: 1px;
  height: 12px;
  background-color: #87cdfb;
}

.barra-integradora-left .barra-integradora-item::after {
  right: -8px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
  display: none;
}

.barra-integradora-right .barra-integradora-item::after {
  left: -8px;
}

.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
  display: none;
}

.transparent-header .barra-integradora {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.transparent-header .barra-integradora-item {
  color: rgba(255, 255, 255, 0.75);
}

.transparent-header .barra-integradora-item::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.transparent-header .barra-integradora-item:hover {
  color: rgba(255, 255, 255, 1);
}

.transparent-header .barra-integradora-item.active {
  color: rgba(255, 255, 255, 1);
}

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .barra-integradora {
    height: 30px;
  }

  .barra-integradora-wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .barra-integradora-left {
    margin-left: 15px;
  }

  .barra-integradora-right {
    margin-top: 0;
    margin-right: 15px;
  }

  .barra-integradora-right .barra-integradora-item {
    text-transform: none;
  }

  .barra-integradora-item {
    font-size: 12px;
    font-weight: 400;
  }

  .barra-integradora-item::after {
    top: 0;
    width: 1px;
    height: 15px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .barra-integradora-wrapper {
    width: 1100px;
  }
}

/* Barra Integradora - Fim
/* ******************************************** */
/* cromas */
:root {
  --cor-principal: #00ccb8;
  --cor-secundaria: #5783a0;
  --cor-saude: #6dcee1;
  --cor-nrs: #cfa478;
  --cor-rh: #9098bf;
  --cor-servicos: #8cb9b0;
  --textos: #282a36;
  --layer-pattern: url(../img/pattern.png);
}

/* Geral */
main {
  position: relative;
  overflow-x: hidden;
}
body * {
  font-family: museo-sans, sans-serif;
  font-weight: 400;
  color: var(--textos);
}

.titulo-secao {
  font-family: museo-slab, serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 20px;
  color: #666;
  width: 100%;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #dedede;
  position: relative;
}

.titulo-secao:before {
  content: "";
  width: 50px;
  height: 5px;
  background: #dedede;
  position: absolute;
  bottom: -5px;
}
@media (max-width: 768px) {
  .titulo-secao {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* End Geral */
/* Cabecalho */
#menuPrincipal {
  height: 255px;
  position: relative;
  flex-wrap: wrap;
}
#menuPrincipal .container {
  padding: 0px !important;
  height: 100%;
  flex-wrap: wrap;
}
#menuPrincipal .intro-menu-topo {
  max-width: 100%;
  flex: 0 0 100%;
  height: 190px;
  position: relative;
}
#menuPrincipal .intro-menu-topo .assinatura-logo {
  height: 100%;
  width: 100%;
  display: flex;
}
#menuPrincipal .intro-menu-topo .assinatura-logo:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 57px);
  position: absolute;
  right: 0;
  top: 0;
  background: var(--cor-principal);
}
#menuPrincipal .intro-menu-topo .assinatura-logo > * {
  height: 100%;
  width: 100%;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura {
  max-width: 285px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  position: relative;
  /* background: aliceblue; */
}
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura .link-home,
.navbar-responsivo .link-home {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura .link-home i,
.navbar-responsivo .link-home i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic-home.svg) no-repeat center bottom;
  background-size: 25px;
  position: absolute;
  bottom: 0;
  left: 6px;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.5s;
}
#menuPrincipal
  .intro-menu-topo
  .assinatura-logo
  .assinatura:hover
  .link-home
  i {
  opacity: 0.5;
}
.navbar-responsivo .link-home {
  width: 50px;
  height: 50px;
  left: 50%;
  z-index: 3;
  background: #f0f3f5;
  margin-left: 130px;
  transition: all ease 0.5s;
  opacity: 0;
}
.navbar-responsivo .link-home i {
  opacity: 0.6;
  background-position: center;
  height: 100%;
}
.menuAberto .link-home {
  margin-left: -330px;
  opacity: 1;
}

#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura:before,
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 15px);
  position: absolute;
  left: 50px;
  top: 0;
  background: var(--cor-principal);
}

#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura:after {
  left: auto;
  right: 0;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura .txt-blog {
  display: block;
  width: 15px;
  height: 97px;
  background: url(../img/assin-part1.svg) no-repeat center;
  background-size: contain;
  margin-left: 17px;
  position: relative;
  transition: all ease 0.5s;
  top: 0;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura:hover .txt-blog {
  top: -40px;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .txt-blog:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 72px);
  position: absolute;
  left: -17px;
  top: 0;
  background: var(--cor-principal);
  transition: all ease 0.5s;
}
#menuPrincipal
  .intro-menu-topo
  .assinatura-logo
  .assinatura:hover
  .txt-blog:before {
  height: calc(100% + 112px);
}
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura svg {
  width: 190px;
  margin-left: 42px;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura .pathSeg {
  fill: #00ccb8;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .assinatura .st1 {
  fill: #5783a0;
}

#menuPrincipal .intro-menu-topo .assinatura-logo .texto-cta {
  display: flex;
  align-items: flex-end;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .texto-cta p {
  max-width: 227px;
  margin: 0;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 20px;
  font-style: normal;
  margin-left: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgb(0 0 0 / 26%) 0 0 1px;
  padding-bottom: 15px;
  color: var(--textos);
}
#menuPrincipal .intro-menu-topo .assinatura-logo .logo-sesi {
  max-width: 190px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-right: 20px;
}
#menuPrincipal .intro-menu-topo .assinatura-logo .logo-sesi .logo {
  width: 190px;
  height: 30px;
  background: url(../img/logoSesi-azul.svg) no-repeat center;
}

/*   redes sociais */
#menuPrincipal .intro-menu-topo > .midias-sociais,
.navbar-responsivo .midias-sociais {
  width: 145px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
}

#menuPrincipal .intro-menu-topo .midias-sociais a,
.navbar-responsivo .midias-sociais a {
  max-width: 25%;
  flex: 0 0 25%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
#menuPrincipal .intro-menu-topo .midias-sociais a.link-youtube {
  background: url(../img/ic-youtube-gray.svg);
}
#menuPrincipal .intro-menu-topo .midias-sociais a.link-instagram {
  background: url(../img/ic-instagram-gray.svg);
}
#menuPrincipal .intro-menu-topo .midias-sociais a.link-facebook {
  background: url(../img/ic-facebook-gray.svg);
}
#menuPrincipal .intro-menu-topo .midias-sociais a.link-twitter {
  background: url(../img/ic-twitter-gray.svg);
}
#menuPrincipal .intro-menu-topo .midias-sociais {
  display: flex;
}

/*  menu */
#menuPrincipal .conteudo-menu {
  width: 100%;
  height: 65px;
  position: relative;
}
#menuPrincipal .conteudo-menu .collapse {
  height: 100%;
}
#menuPrincipal .conteudo-menu .collapse ul.nav {
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 30px;
}
#menuPrincipal .conteudo-menu .collapse ul.nav > * {
  width: auto;
  height: 100%;
}
#menuPrincipal .conteudo-menu .collapse ul.nav li {
  padding: 0;
  display: block;
}
#menuPrincipal .conteudo-menu .collapse ul.nav li a {
  width: auto;
  height: 100%;
  line-height: 65px;
  padding: 0;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 17px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgb(0 0 0 / 26%) 0 0 1px;
  color: var(--textos);
  margin: 0 18px;
  transition: all ease 0.3s;
}
#menuPrincipal .conteudo-menu .collapse ul.nav li a:hover {
  color: var(--cor-secundaria);
}
#menuPrincipal .conteudo-menu .collapse ul.nav li:nth-child(4) a:hover {
  color: var(--cor-saude);
}
#menuPrincipal .conteudo-menu .collapse ul.nav li:nth-child(5) a:hover {
  color: var(--cor-nrs);
}
#menuPrincipal .conteudo-menu .collapse ul.nav li:nth-child(6) a:hover {
  color: var(--cor-rh);
}
#menuPrincipal .conteudo-menu .collapse ul.nav li:nth-child(3) a:hover {
  color: var(--cor-servicos);
}

#menuPrincipal .conteudo-menu .collapse ul.nav li:nth-child(-n + 6) a {
  font-weight: 700;
}
#menuPrincipal .conteudo-menu .hamburger {
  display: none;
}
#menuPrincipal .conteudo-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  z-index: -1;
  width: 300%;
  height: 50px;
  margin-left: -100%;
  background: var(--layer-pattern);
  opacity: 0.7;
}
#menuPrincipal .conteudo-menu .collapse ul.nav .barraMenu {
  display: block;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
  width: calc(100% - 70px);
  height: 1px;
  background: #d8d8d8;
  opacity: 0.7;
}
span.under-menu {
  display: block;
  height: 7px !important;
  width: 60px;
  left: 0;
  bottom: 0px;
  background: var(--cor-secundaria);
  position: absolute;
  transition: all 0.5s ease;
}
span.under-menu.item-2 {
  background: var(--cor-saude);
}
span.under-menu.item-3 {
  background: var(--cor-nrs);
}
span.under-menu.item-4 {
  background: var(--cor-rh);
}
span.under-menu.item-1 {
  background: var(--cor-servicos);
}

/*   busca */
.campo-busca {
  margin-right: 20px;
  position: relative;
  top: -1px;
}
#frm_pesquisa_geral {
  position: relative;
  transition: all ease 0.3s;
  border: solid 1px #e3e3e3;
}
.campo-busca #frm_pesquisa_geral:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -18px;
  background: rgb(255 255 255 / 89%);
  width: 1px;
  height: 61px;
  opacity: 0;
  transition: all ease 0.3s;
}
#frm_pesquisa_geral form {
  position: relative;
  display: flex;
  justify-content: flex-end !important;
  padding: 0;
  /* overflow: hidden; */
  z-index: 2;
  transition: all 0.3s linear;
  height: 40px;
  padding-right: 40px;
}
#frm_pesquisa_geral input[type="text"] {
  background: #ffffff;
  border: none;
  border-right: none;
  height: 40px;
  width: 150px;
  color: #004a70;
  padding-left: 15px;
  /* left: -16px; */
  display: block;
  position: relative;
  margin: 0 !important;
  transition: all 0.3s cubic-bezier(1, 0, 0.65, 1);
}
#frm_pesquisa_geral input[type="text"]::placeholder {
  color: #787688;
  font-weight: 300;
  font-family: museo-slab, serif;
  font-size: 16px;
}
#frm_pesquisa_geral input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
#frm_pesquisa_geral button.btn_abre_busca {
  top: 0;
  opacity: 1;
  right: 0;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: none;
  border-left: none;
}
#frm_pesquisa_geral .fecharBusca {
  position: absolute;
  right: -32px;
  top: 6px;
  width: 26px;
  height: 26px;
  background: #fff;
  box-shadow: 0 0 10px #00000038;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 4;
  opacity: 0;
}
#frm_pesquisa_geral .fecharBusca.fecharBuscaAberto {
  opacity: 1;
  right: -45px;
}
#frm_pesquisa_geral .fecharBusca:before,
#frm_pesquisa_geral .fecharBusca:after {
  content: "";
  display: block;
  width: 0.1em;
  height: 89%;
  position: absolute;
  left: 13px;
  top: 2px;
  background: #9e9e9e;
  transform: rotate(45deg) scale(0.8);
}
#frm_pesquisa_geral .fecharBusca:after {
  transform: rotate(-45deg) scale(0.8);
}
#frm_pesquisa_geral button.btn_abre_busca:focus {
  outline: none;
}
#frm_pesquisa_geral button {
  height: 40px;
  width: 45px;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  opacity: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#frm_pesquisa_geral button.btn_pesquisa_geral {
}
#frm_pesquisa_geral button i {
  width: 20px;
  height: 100%;
  padding: 0;
  height: 20px;
  /*   background: url('../img/ic-busca-cinza.svg'); */
  position: relative;
}
#frm_pesquisa_geral button i img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  #menuPrincipal .conteudo-menu .collapse ul.nav li a {
    margin: 0 10px;
  }
  .campo-busca {
    width: 47px;
    height: 40px;
    position: relative;
    z-index: 1;
  }
  #frm_pesquisa_geral input[type="text"] {
    width: 1px;
    padding: 0 3px;
    position: relative;
    left: 1px;
  }
  #frm_pesquisa_geral button.btn_abre_busca {
    z-index: 4;
  }
  .campo-busca.campoAberto #frm_pesquisa_geral {
    position: absolute;
    top: 0;
    right: 0;
    width: 922px;
  }
  .campo-busca.campoAberto #frm_pesquisa_geral:before {
    width: 956px;
    opacity: 1;
  }
  .campo-busca.campoAberto #frm_pesquisa_geral input[type="text"] {
    width: 890px;
    padding-left: 0;
    text-align: center;
    font-size: 22px;
  }
  #frm_pesquisa_geral input[type="text"]::placeholder {
    font-size: 20px;
  }
  .campo-busca.campoAberto #frm_pesquisa_geral .fecharBusca {
    opacity: 1;
  }
  .campo-busca.campoAberto #frm_pesquisa_geral button.btn_abre_busca {
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  #menuPrincipal {
    height: 175px;
  }
  #menuPrincipal .intro-menu-topo {
    height: 105px;
  }
  #frm_pesquisa_geral .fecharBusca {
    display: none;
  }
  .secoes .slick-slider:before,
  .secoes .slick-slider:after {
    display: none;
  }
  #menuPrincipal .conteudo-menu .collapse ul.nav {
    display: none;
  }
  #frm_pesquisa_geral button.btn_abre_busca {
    pointer-events: none;
  }
  #frm_pesquisa_geral input[type="text"] {
    width: 100%;
    padding-left: 20px;
  }
  #frm_pesquisa_geral input[type="text"]::placeholder {
    font-size: 16px;
  }
  #menuPrincipal .conteudo-menu .hamburger {
    display: flex;
    background: var(--cor-principal);
    padding: 13px;
    height: 58px;
    align-items: center;
    position: absolute;
    right: 0;
    top: 5px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .assinatura {
    max-width: 181px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .assinatura svg {
    width: 120px;
    margin-left: 23px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .assinatura .txt-blog {
    height: 60px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .txt-blog:before {
    left: -7px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .assinatura:after {
    display: none;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .assinatura:before,
  #menuPrincipal .intro-menu-topo .assinatura-logo .assinatura:after {
    left: 39px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .texto-cta p {
    font-size: 14px;
    max-width: 137px;
    line-height: 16px;
    /* padding-bottom: 12px; */
    padding-bottom: 0px;
    margin-left: 10px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .logo-sesi {
    max-width: 140px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .logo-sesi .logo {
    width: 140px;
    background-size: contain;
  }
  #menuPrincipal .intro-menu-topo > .midias-sociais {
    display: none !important;
  }
  #menuPrincipal .conteudo-menu * {
    display: none !important;
  }
  .content_navbar-responsivo {
    max-width: 720px;
    flex: 0 0 720px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 41px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    z-index: 1;
  }
  .content_navbar-responsivo:before {
    content: "";
    position: absolute;
    left: 0;
    top: -170px;
    width: 100%;
    height: 1px;
    background: rgb(73 216 202 / 84%);
    z-index: 2;
    backdrop-filter: blur(8px);
    transition: all ease 0.8s;
    opacity: 0;
  }
  .content_navbar-responsivo.menuAberto:before {
    height: 1500px;
    opacity: 1;
  }

  .content_navbar-responsivo:after {
    content: "";
    position: absolute;
    right: 50%;
    margin-right: -360px;
    top: 0;
    width: 1px;
    height: 50px;
    background: rgb(255 255 255);
    z-index: 2;
    transition: all ease 0.3s;
  }
  .content_navbar-responsivo.menuAberto:after {
    width: 720px;
  }
  .campo-busca {
    right: 0;
    width: 800px;
    margin: 0 20px 0 0;
    top: -1px;
  }
  .navbar-responsivo {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 8;
    top: 116px;
    margin: 0 auto;
  }
  .itens-menu-responsivo {
    width: 720px;
    left: 50%;
    margin-left: -360px;
    border-radius: 0px;
    z-index: 998;
    padding: 0 0 0 30px;
    top: 50px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
  }
  .itens-menu-responsivo ul {
    padding: 10px 50px 30px 50px;
    position: relative;
  }
  .navbar-responsivo .midias-sociais:before,
  .itens-menu-responsivo ul:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--layer-pattern);
    opacity: 0.5;
  }

  .itens-menu-responsivo ul li {
    list-style: none;
    text-align: left;
    transition: all 0.5s ease;
    height: 110%;
    position: relative;
    top: 5%;
  }
  .itens-menu-responsivo ul li:nth-child(-n + 4) a {
    font-weight: 700;
  }
  .itens-menu-responsivo ul li a {
    font: 300 18px/30px "museo-slab", sans-serif;
    color: #000000 !important;
    opacity: 1;
    padding: 20px 0 1px 0;
    border-bottom: solid 1px #dedede;
    position: relative;
  }
  .itens-menu-responsivo ul li a:before {
    content: "";
    width: 40px;
    height: 5px;
    background: #dedede;
    position: absolute;
    bottom: -5px;
  }
  .itens-menu-responsivo ul li:nth-child(1) a:before {
    background: var(--cor-saude);
  }
  .itens-menu-responsivo ul li:nth-child(2) a:before {
    background: var(--cor-nrs);
  }
  .itens-menu-responsivo ul li:nth-child(3) a:before {
    background: var(--cor-rh);
  }
  .itens-menu-responsivo ul li:nth-child(4) a:before {
    background: var(--cor-servicos);
  }
  .hamburger {
    height: 50px;
    flex: 0 0 50px;
    max-width: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background: var(--cor-principal) !important;
    z-index: 3;
  }
  .hamburger-box {
    transform: scale(0.8) !important;
  }
  .navbar-responsivo .midias-sociais {
    width: 100%;
    max-width: 100%;
    height: 80px;
    position: absolute;
    bottom: -80px;
    top: auto;
    padding: 0;
    right: 0;
    justify-content: center;
    align-items: center;
  }
  .navbar-responsivo .midias-sociais a {
    height: 40px;
    max-width: 30px;
    flex: 0 0 30px;
    margin: 0 20px;
    position: relative;
    top: 10px;
  }

  .navbar-responsivo .midias-sociais a.link-youtube {
    background: url(../img/ic-youtube-white.svg);
  }
  .navbar-responsivo .midias-sociais a.link-instagram {
    background: url(../img/ic-instagram-white.svg);
  }
  .navbar-responsivo .midias-sociais a.link-facebook {
    background: url(../img/ic-facebook-white.svg);
  }
  .navbar-responsivo .midias-sociais a.link-twitter {
    background: url(../img/ic-twitter-white.svg);
  }
}
@media (max-width: 768px) {
  #menuPrincipal {
    height: 215px;
  }
  #menuPrincipal .intro-menu-topo {
    height: 145px;
  }
  #menuPrincipal .container {
    max-width: 360px;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .logo-sesi {
    position: absolute;
    max-width: 100%;
    flex: 0 0 100%;
    height: 50px;
    justify-content: flex-end;
    top: 0;
    padding: 0 20px 0 0;
    align-items: center;
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo .logo-sesi:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: var(--layer-pattern);
    opacity: 0.5;
  }
  .campo-busca {
    width: 247px;
  }
  .hamburger-box {
    transform: scale(0.85);
  }
  #menuPrincipal .intro-menu-topo .assinatura-logo:after {
    display: none;
  }
  .navbar-responsivo {
    top: 156px;
  }
  .content_navbar-responsivo {
    max-width: 360px;
    flex: 0 0 360px;
  }
  .content_navbar-responsivo:after {
    margin-right: -180px;
  }
  .itens-menu-responsivo {
    max-width: 360px;
    margin-left: -180px;
    top: 49px;
  }
  .content_navbar-responsivo.menuAberto:after {
    max-width: 360px;
    margin-right: -180px;
  }
  .menuAberto .link-home {
    margin-left: -150px;
  }
}

/* End Cabecalho */

/* Banner Principal */
.banner-principal-home {
  height: 0;
  margin: 30px 0 0;
}
.banner-principal-home .banner-content {
  /* height: 100%; */
}
/* .banner-principal-home .banner-content .banner-item {
  width: 100%;
  display: block;
  height: 330px;
  background-size: cover !important;
  background-position: center !important;
} */
.banner-principal-home .banner-content .banner-item a {
  width: 100%;
  display: block;
  height: 100%;
  cursor: pointer;
}
.banner-principal-home .seta_direita,
.banner-principal-home .seta_esquerda {
  background-color: rgb(0 0 0 / 0.2);
  border: none;
  border-radius: 0px 30px 30px 0px;
  width: 80px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  position: absolute;
  z-index: 2;
  left: -5px;
  transition: 0.3s all ease;
  cursor: pointer;
}
.banner-principal-home .seta_direita {
  left: auto;
  right: -5px;
  border-radius: 30px 0 0 30px;
}
.banner-principal-home .seta_esquerda:hover {
  left: -5px;
}
.banner-principal-home .seta_direita:hover {
  right: -5px;
}
.banner-principal-home .seta_direita:before,
.banner-principal-home .seta_esquerda:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ic-seta-right-branca.svg);
  width: 20px;
  height: 60px;
  position: absolute;
  display: block;
  right: 29px;
  top: 0px;
}
.banner-principal-home .seta_esquerda:before {
  transform: scaleX(-1);
}
/* End Banner Principal */

/* Secoes - Geral */
.secoes {
  padding: 40px 0 0 0;
  position: relative;
  z-index: 1;
}
section.secao-titulo-full {
  z-index: 2;
}
main > .secoes {
  /* padding: 40px 0 0; */
}
.col-dir {
  padding: 0;
  position: relative;
  z-index: 3;
  min-width: 270px;
}
.col-esq {
  padding: 0 30px 0 0;
  position: relative;
  z-index: 2;
  min-width: 50%;
}
.secoes .item,
.mais-populares-home .item {
  width: 100%;
  height: auto;
  padding: 0 10px;
  cursor: pointer;
}
.secoes .slick-center .item {
  background: #fff;
  position: relative;
  min-height: 330px;
}
.secoes .slick-center .item:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 60px);
  position: absolute;
  top: -40px;
  left: -10px;
  background: #fff;
}
.secoes .slick-center .item .bg-image {
  transform: scale(1.08) translateY(-21px);
}
.secoes .slick-center .item .bg-image .bg {
  height: 175px;
}
.secoes .item a,
.mais-populares-home .item a {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
}
.secoes .item:hover,
.mais-populares-home .item:hover {
  opacity: 0.8;
}
.secoes .item .bg-image,
.mais-populares-home .item .bg-image {
  width: 100%;
  height: 160px;
  position: relative;
  margin: 2px 0;
  transition: all ease 0.3s;
}
.secoes .item .bg-image .bg,
.mais-populares-home .item .bg-image .bg {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-image .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--layer-pattern);
}
.bg-image .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.categoria {
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 3;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.categoria.saude {
  background: var(--cor-saude);
  color: #fff;
}
.categoria.nrs {
  background: var(--cor-nrs);
  color: #fff;
}
.categoria.recursoshumanos {
  background: var(--cor-rh);
  color: #fff;
}
.categoria.servicosemsst {
  background: var(--cor-servicos);
  color: #fff;
}

.secoes .item .content-txt,
.mais-populares-home .item .content-txt {
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 0 15px 20px;
  position: relative;
  z-index: 1;
}
.secoes .item .content-txt .data,
.mais-populares-home .item .content-txt .data {
  color: var(--textos);
  font-size: 12px;
  font-weight: 100;
  margin: 0;
}
.secoes .item .content-txt h6,
.mais-populares-home .item .content-txt h6 {
  margin: 0;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 19px;
  color: var(--textos);
  margin-top: 25px;
  position: relative;
}
.linha-top {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 70px;
  height: 7px;
}
.saude .linha-top {
  background: var(--cor-saude);
}
.nrs .linha-top {
  background: var(--cor-nrs);
}
.recursoshumanos .linha-top {
  background: var(--cor-rh);
}
.servicosemsst .linha-top {
  background: var(--cor-servicos);
}
.secoes .item .content-txt .gravata,
.mais-populares-home .item .content-txt .gravata {
  margin: 0;
  font-size: 16px;
  color: var(--textos);
  line-height: 19px;
  margin: 5px 0 10px 0;
}
.secoes .slick-slider {
  width: 100%;
  padding-top: 30px;
}
.secoes .slick-list {
  padding: 80px 0 0;
}
.numeroSlides {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-wrap: nowrap;
  width: 150px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: -15px;
  z-index: 4;
  justify-content: center;
  align-items: center;
}
.numeroSlides li {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 6px;
  text-align: center;
  border: solid 1px #dadada;
  border-radius: 3px;
  font-weight: 100;
  cursor: pointer;
  transition: all ease 0.3s;
}
.numeroSlides li:hover,
.numeroSlides li.slick-active {
  background: #fff !important;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 4px 4px 0px 0px;
  border-bottom: solid 1px var(--cor-principal);
}
.secoes .seta_esquerda,
.secoes .seta_direita,
.mais-populares-home .seta_esquerda,
.mais-populares-home .seta_direita {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url(../img/ic-arrow-down.svg) no-repeat center, #fff;
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
  z-index: 5;
}
.secoes .seta_esquerda,
.mais-populares-home .seta_direita {
  right: 190px;
  transform: scaleX(-1);
}

@media (max-width: 1200px) {
  .secoes .slick-slider:before,
  .secoes .slick-slider:after {
    content: "";
    width: 45px;
    height: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    background: url(../img/bg-shadow-right.png) no-repeat center bottom;
    background-size: 100% 100%;
    opacity: 0.7;
  }
  .secoes .slick-slider:before {
    left: 0;
    transform: scaleX(-1);
  }
  .col-esq {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 992px) {
  .col-esq {
    padding: 0;
  }
  .col-dir {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .secoes .slick-list {
    padding: 30px 0 0;
  }
  .numeroSlides {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
    width: auto;
  }

  .secoes .seta_esquerda,
  .secoes .seta_direita,
  .mais-populares-home .seta_esquerda,
  .mais-populares-home .seta_direita {
    top: auto;
    bottom: 0;
    left: 50%;
  }
  .secoes .seta_esquerda {
    margin-left: -110px;
  }
  .secoes .seta_direita {
    margin-left: 70px;
  }
  .secoes .slick-center .item:before {
    display: none;
  }
  .secoes .slick-center .item {
    background: transparent;
  }
  .secoes .slick-center .item .bg-image {
    transform: scale(1);
  }
  .secoes .slick-center .item .bg-image .bg {
    height: 100%;
  }
}
/* END Secoes - Geral */

/* Rodape */
.content-rodape-blogssi {
  background: var(--cor-principal);
}
.content-rodape-blogssi .container {
  height: 190px;
  position: relative;
}
.content-rodape-blogssi .assinatura svg {
  width: 190px;
  margin-left: 42px;
}
.content-rodape-blogssi {
  max-width: 100%;
  flex: 0 0 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.content-rodape-blogssi .assinatura-logo {
  height: 100%;
  width: 100%;
  display: flex;
  border-right: solid 1px #82fff3;
  /* overflow: hidden; */
}
.content-rodape-blogssi .assinatura-logo .assinatura {
  max-width: 285px;
  height: 85px;
  display: flex;
  padding: 0;
  margin-top: 52px;
  position: relative;
  /* background: aliceblue; */
  z-index: 1;
}

.content-rodape-blogssi .assinatura-logo .assinatura .link-home {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.content-rodape-blogssi .assinatura-logo .assinatura .link-home i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic-home-white.svg) no-repeat center bottom;
  background-size: 25px;
  position: absolute;
  bottom: 0;
  left: 6px;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.5s;
}
.content-rodape-blogssi .assinatura-logo .assinatura:hover .link-home i {
  opacity: 0.5;
}

.content-rodape-blogssi .assinatura-logo .bgRodape-esq {
  display: block;
  width: 1000px;
  height: 158px;
  position: absolute;
  background: var(--layer-pattern);
  top: 0;
  left: -1000px;
  margin-left: 266px;
}
.content-rodape-blogssi .assinatura-logo .bgRodape-dir {
  display: block;
  width: 1000px;
  height: 118px;
  position: absolute;
  background: var(--layer-pattern);
  bottom: 0;
  right: -1000px;
  margin-right: 216px;
}
.content-rodape-blogssi .assinatura-logo .assinatura:before,
.content-rodape-blogssi .assinatura-logo .assinatura:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 21px);
  position: absolute;
  left: 50px;
  top: 0;
  background: #82fff3;
}
.content-rodape-blogssi .assinatura-logo .assinatura:after {
  left: auto;
  right: -19px;
}
.content-rodape-blogssi .assinatura-logo .assinatura .txt-blog {
  display: block;
  width: 15px;
  height: 82px;
  background: url(../img/assin-part1-branco.svg) no-repeat center;
  background-size: contain;
  margin-left: 17px;
  top: 3px;
  position: relative;
  transition: all ease 0.5s;
}

.content-rodape-blogssi .assinatura-logo .assinatura:hover .txt-blog {
  top: -30px;
}

.content-rodape-blogssi .assinatura-logo .txt-blog:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 109px);
  position: absolute;
  left: -17px;
  top: -56px;
  background: #82fff3;
  transition: all ease 0.5s;
}
.content-rodape-blogssi .assinatura-logo .assinatura:hover .txt-blog:before {
  top: -22px;
}

.content-rodape-blogssi .assinatura-logo .assinatura svg {
  width: 158px;
  margin-left: 42px;
}
.content-rodape-blogssi .assinatura-logo .assinatura .pathSeg {
  fill: #ffffff;
}
.content-rodape-blogssi .assinatura-logo .texto-cta {
  display: flex;
  align-items: flex-start;
  margin-top: 79px;
  padding-left: 20px;
}
.content-rodape-blogssi .assinatura-logo .texto-cta p {
  max-width: 227px;
  margin: 0;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 20px;
  font-style: normal;
  margin-left: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgb(0 0 0 / 26%) 0 0 1px;
  padding-bottom: 15px;
  color: #fff;
}
.content-rodape-blogssi .assinatura-logo .logo-sesi {
  max-width: 190px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-right: 20px;
}
.content-rodape-blogssi .assinatura-logo .logo-sesi .logo {
  width: 190px;
  height: 30px;
  background: url(../img/logoSesi-azul.svg) no-repeat center;
}
.content-rodape-blogssi .midias-sociais {
  width: 145px;
  height: 26px;
  position: absolute;
  right: 40px;
  bottom: 49px;
  padding: 0;
}
.content-rodape-blogssi .midias-sociais a {
  max-width: 25%;
  flex: 0 0 25%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.content-rodape-blogssi .midias-sociais a.link-youtube {
  background: url(../img/ic-youtube-white.svg);
}
.content-rodape-blogssi .midias-sociais a.link-instagram {
  background: url(../img/ic-instagram-white.svg);
}
.content-rodape-blogssi .midias-sociais a.link-facebook {
  background: url(../img/ic-facebook-white.svg);
}
.content-rodape-blogssi .midias-sociais a.link-twitter {
  background: url(../img/ic-twitter-white.svg);
}
.content-rodape-blogssi .midias-sociais {
  display: flex;
  z-index: 99999;
}
@media (max-width: 768px) {
  .content-rodape-blogssi .assinatura-logo .assinatura svg {
    width: 120px;
    margin-left: 17px;
  }
  .content-rodape-blogssi,
  .content-rodape-blogssi .container {
    height: 200px;
  }
  .content-rodape-blogssi .assinatura-logo .bgRodape-esq,
  .content-rodape-blogssi .assinatura-logo .bgRodape-dir {
    display: none;
  }
  .content-rodape-blogssi .midias-sociais {
    left: 50%;
    right: auto;
    margin-left: -73px;
    bottom: 41px;
  }
  .content-rodape-blogssi .assinatura-logo .texto-cta p {
    font-size: 15px;
    max-width: 200px;
    line-height: 16px;
    margin-left: 20px;
  }
  .content-rodape-blogssi .assinatura-logo .assinatura {
    height: 65px;
    margin-top: 30px;
  }
  .content-rodape-blogssi .assinatura-logo .assinatura .txt-blog {
    height: 65px;
    top: 0;
    margin-left: 15px;
  }
  .content-rodape-blogssi .assinatura-logo .assinatura:before,
  .content-rodape-blogssi .assinatura-logo .assinatura:after {
    height: 100%;
    left: 36px;
  }
  .content-rodape-blogssi .assinatura-logo .txt-blog:before {
    left: -7px;
    height: calc(100% + 75px);
    top: 0;
  }
  .content-rodape-blogssi .assinatura-logo .texto-cta {
    margin: 36px 0 0 0;
    padding-left: 0;
  }
  .content-rodape-blogssi .assinatura-logo:before {
    content: "";
    width: calc(100% - 50px);
    height: 50px;
    position: absolute;
    left: 25px;
    bottom: 30px;
    background: var(--layer-pattern);
  }
  .content-rodape-blogssi .assinatura-logo:after {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    right: 25px;
    bottom: 0;
    background: #82fff3;
  }
  .content-rodape-blogssi .assinatura-logo {
    border-right: none;
  }
}
/*END Rodape */

/* Rodape Sistemico */
.footer {
  bottom: 0;
  width: 100%;
  height: auto;
  line-height: 60px;
  background-color: #004a70;
}
.footer #direitos {
  padding: 15px 0;
}
.footer-info {
  font-family: "SourceSansPro", sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
}
.footer #direitos .row > div img {
  width: auto;
  height: 20px;
}
@media (max-width: 575px) {
  .footer-info {
    margin: 0 auto;
  }
  .alinhaMedia {
    justify-content: center;
    padding: 15px 0 0;
  }
  .footer-info {
    text-align: center;
    padding: 10px 0 40px;
    max-width: 220px;
  }
}
.navbar {
  padding: 0px !important;
}

.navMenu .navbar {
  width: 100%;
  position: relative;
}
.navbar .navbar-brand {
  /* position: absolute; */
  width: auto;
  height: auto;
  top: -20px;
  left: -200px;
}
.navbar .navbar-brand img {
  width: 100%;
  height: 75px;
  display: block;
}
.navbar #navbarNav .navbar-nav .nav-link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.alinhaEsquerda {
  text-align: right;
}
.alinhaCentro {
  text-align: center;
}

.iconeSocial {
  color: #ffffff;
  margin-left: 15px;
}
.fab {
  font-family: Font Awesome 5 Brands;
}
.fab {
  font-family: Font Awesome 5 Brands;
}
.fa-2x {
  font-size: 2em;
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-20px {
  font-size: 20px !important;
}
.fa-50px {
  font-size: 50px !important;
}
.iconeSocial {
  color: #ffffff;
  margin-left: 15px;
}
.pull-right {
  float: right;
}
/* END Rodape Sistemico */

/* modal  */
#modal-video {
  display: none;
  background: rgb(10 34 70 / 90%);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  overflow-y: scroll;
}
#modal-video.show {
  /* display: block !important; */
}
#modal-video > .content {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  height: 100%;
}
#modal-video .conteudo-geral {
  height: auto;
  max-width: 900px;
  width: 100%;
  height: 510px;
  border: none;
  box-shadow: 0px 9px 26px #00011e6b;
}
#modal-video .conteudo-geral .btn-fechar-modal {
  position: absolute;
  right: 0;
  height: 30px;
  top: -30px;
  padding-right: 30px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  cursor: pointer;
}
#modal-video .conteudo-geral .btn-fechar-modal span {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/ic-fechar-popup.svg);
}
#modal-video .conteudo-geral iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  #modal-video .conteudo-geral {
    max-width: 95%;
    margin: 0 auto;
  }
  #modal-video .conteudo-geral .btn-fechar-modal {
    right: 2.5%;
  }
}
@media (max-width: 550px) {
  #modal-video .conteudo-geral {
    height: 360px;
  }
}

/* end video */

.breadcrumb-item {
  font-size: 12px;
  color: #0069ab;
  text-transform: uppercase;
}
.breadcrumb {
  background-color: transparent !important;
  padding: 0px 0px 0px 0px !important;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: flex-start !important;
  overflow: hidden;
}
#content-breadcrumb {
  position: relative;
}
#content-breadcrumb {
  position: absolute;
  right: 0;
  top: 40px;
}
#content-breadcrumb :before,
#content-breadcrumb * {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item {
  max-width: 240px;
  min-width: fit-content;
  /* Safari/WebKit uses a non-standard name */
  min-width: -moz-max-content; /* Firefox/Gecko */
  min-width: -webkit-max-content;
}
#content-breadcrumb ol.breadcrumb li:first-child,
#content-breadcrumb ol.breadcrumb li:first-child + li:before {
  display: none;
}
#content-breadcrumb ol.breadcrumb li:first-child + li {
  width: 45px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
#content-breadcrumb ol.breadcrumb li:first-child + li a {
  opacity: 0;
}
#content-breadcrumb ol.breadcrumb li:first-child + li:before {
  content: "HOME";
  display: block;
  position: absolute;
  right: 0;
  text-indent: 0;
  text-align: right;
  padding: 0;
}
#content-breadcrumb ol.breadcrumb li:first-child + li:hover:before {
  text-decoration: underline;
}
@media (max-width: 992px) {
  #content-breadcrumb {
    top: auto;
    bottom: -39px;
    right: 0;
    max-width: 100%;
  }
  #content-breadcrumb :before,
  #content-breadcrumb * {
    color: #909090;
    font-size: 10px;
  }
  ol.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    justify-content: flex-start !important;
  }
}

/* Link ver todos */
.link-todos {
  margin: 0px 15px 40px 15px !important;
  position: relative;
  text-align: right;
}
.link-todos:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  right: 40px;
  background: #dedede;
  bottom: -5px;
  transition: all ease 0.3s;
}
.link-todos:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  right: 40px;
  background: #dedede;
  bottom: 0;
}
.link-todos:hover:before {
  background: var(--cor-principal);
  width: 75px;
}
.link-todos a {
  letter-spacing: 0px;
  color: #282a36;
  font-weight: 900;
  font-family: museo-slab, sans-serif;
}
.link-todos a:hover {
  text-decoration: none;
}
.link-todos a .icon-seta {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  background-image: url(../img/ic-arrow-ver-todos.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  margin-left: 5px;
  top: 2px;
}

/* Formularios */
.form-group > .row > div {
  padding-bottom: 15px;
}
#msgLgpd p,
.campoErro {
  color: #ff973e !important;
  position: relative;
  font-size: 13px;
  padding-left: 30px;
}
.gestaoErro {
  border: solid 2px #ffc77c;
  box-shadow: 0 0 10px #ff780057;
}

/* Formularios */

/* paginacao */
.content-paginacao {
  margin: 30px;
}
.content-paginacao .pagination {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.content-paginacao .pagination .active {
  background: #fff !important;
  /* box-shadow: 0px 0px 6px #00000029; */
  border-radius: 4px 4px 0px 0px;
  border-bottom: solid 1px var(--cor-principal);
}
.content-paginacao .pagination li {
  /* width: 20px; */
  /* height: 20px; */
  line-height: 20px;
  margin: 0 6px;
  text-align: center;
  border: solid 1px #dadada;
  border-radius: 3px;
  font-weight: 100;
  cursor: pointer;
  transition: all ease 0.3s;
}
.content-paginacao .pagination a {
  color: var(--textos);
}
/* end paginacao */

strong {
  font-weight: 700;
  span {
    font-weight: 700;
  }
}
