@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800&family=Poppins:wght@400;600;700");
.head {
  background: linear-gradient(#2638a8 0%, #161856 100%), url("../imgs/dtl-srv.png");
  font-family: "Raleway";
}

.topo-head {
  /* Small menu. */
}
.topo-head .menu-principal ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.topo-head .menu-principal .item-menu {
  position: relative;
  margin-right: 4px;
}
.topo-head .menu-principal .item-menu:hover .area-menu {
  display: block;
}
.topo-head .menu-principal .item-menu button {
  padding: 1.12rem;
  border: 0;
  background-color: #34d399;
  color: #000;
  height: 17px;
  margin-top: 7px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.topo-head .menu-principal .item-menu .area-menu {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border-radius: 0.2470588235rem;
  border-top: 4px solid #0099ff;
}
.topo-head .menu-principal .item-menu .area-menu a {
  display: block;
  color: #2638a8;
  font-size: 0.9072rem;
}
.topo-head .menu-principal .item-menu .area-menu a:hover {
  color: #ee5050;
}
.topo-head .menu-principal .item-menu .area-menu a span {
  font-weight: 400;
  display: inline-block;
  font-size: 0.84rem;
}
.topo-head .menu-principal .item-menu.planos a{
  padding: 1.12rem;
  border: 0;
  background-color: #34d399;
  color: #000;
  height: 17px;
  margin-top: 7px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.topo-head .menu-principal .item-menu.produtos .area-menu {
  min-width: 518px;
  left: 0;
  padding-bottom: 14px;
}
.topo-head .menu-principal .item-menu.servicos .drp-h-area span {
  position: relative;
  top: -4px;
}
.topo-head .menu-principal .item-menu.servicos .area-menu {
  min-width: 214px;
  right: 0;
}
.topo-head .menu-principal .item-menu.servicos .area-menu .dropdown:hover {
  position: relative;
}
.topo-head .menu-principal .item-menu.servicos .area-menu .dropdown:hover ul {
  display: block;
  right: -188px;
  top: 0;
  min-width: 200px;
}
.topo-head .menu-principal .item-menu.copanhia .area-menu {
  min-width: 308px;
  right: 0;
}
.topo-head .menu-principal .item-menu.atendimento .area-menu {
  padding: 20px;
  background: #161856;
  background: rgba(22, 24, 86, 0.85);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 18px;
  position: absolute;
  right: 0;
  min-width: 248px;
  border-radius: 0.2470588235rem;
}
.topo-head .menu-principal .item-menu.atendimento .area-menu .widget_block {
  margin: 0;
}
.topo-head .menu-principal .item-menu.atendimento .area-menu .widget_block h4 {
  display: none;
}
.topo-head .menu-principal .item-menu.atendimento .area-menu h5 {
  margin: 0 0 5px 0;
  color: #ee5050;
  font-size: 1.008rem;
}
.topo-head .menu-principal .item-menu.atendimento .area-menu a {
  color: #fff;
  display: block;
  font-family: "Open Sans";
  font-size: 0.8904rem;
  padding: 0 0 8px 0;
  display: flex;
}
.topo-head .menu-principal .item-menu.atendimento .area-menu a:hover {
  color: #0099ff;
}
.topo-head .menu-principal .item-menu.atendimento .area-menu a i {
  margin-left: 10px;
  color: #34d399;
  font-size: 1.176rem;
}
.topo-head .menu-principal .item-menu.entrar .area-menu {
  min-width: 300px;
  background: #161856;
  background: rgba(22, 24, 86, 0.85);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  position: absolute;
  right: 0;
}
.topo-head .menu-principal .item-menu.entrar .area-menu a {
  display: block;
  background-color: #0ca56d;
  margin: 16px;
  color: #fff;
}
.topo-head .menu-principal .item-menu.entrar .area-menu a i {
  margin-right: 6px;
}
.topo-head .menu-principal .item-menu.entrar .area-menu a:hover {
  background-color: #34d399;
}
.topo-head .menu-principal .item-menu.entrar .area-menu a.publicacao {
  background-color: #2638a8;
}
.topo-head .menu-principal .item-menu.entrar .area-menu a.publicacao:hover {
  background-color: #0099ff !important;
}
.topo-head .menu-principal .btn-acao-faz {
  border: 1px solid #ee5050;
  background-color: #ee5050;
  font-size: 0.756rem;
  text-transform: uppercase;
  line-height: 0.93rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-top: 7px;
}
.topo-head .menu-principal .btn-acao-faz:hover {
  border-color: #34d399;
  background-color: #34d399;
}
.topo-head .menu-toggle,
.topo-head .menu-principal.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .topo-head .menu-toggle {
    display: none;
  }
  .topo-head .menu-principal > ul {
    display: flex;
  }
}
@media screen and (max-width: 37.5em) {
  .topo-head .menu-principal > ul {
    position: fixed;
    top: 0;
    background-color: #0ca56d;
    right: 0;
    width: 70%;
    height: 100vh;
    padding: 6px;
  }
  .topo-head .menu-principal > ul .item-menu.entrar {
    display: none;
  }
  .topo-head .menu-principal > ul .item-menu button {
    display: block;
  }
  .topo-head .menu-principal > ul .item-menu .area-menu {
    position: relative !important;
    min-width: 100% !important;
  }
  .topo-head .menu-principal > ul .item-menu .area-menu span {
    display: none !important;
  }
}

.head-home {
  background: url("../imgs/bg-hex.png"), linear-gradient(#2638a8 0%, #161856 100%);
}
.head-home .destaque {
  padding: 12px 12px 40px 12px;
  font-family: "Raleway";
  color: #fff;
}
.head-home .destaque .logo-faz {
  width: 184px;
}
.head-home .destaque h1 {
  font-size: 3.192rem;
  line-height: 3.612rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.head-home .destaque h1 span {
  font-size: 2.184rem;
  display: block;
}
.head-home .destaque  h1 span .nome_sedep {
  color: #32cc94;
}
.head-home .destaque h2 {
  font-size: 1.0584rem;
  line-height: 1.512rem;
  color: #c7dcfe;
  text-align: center;
  font-weight: 400;
}
.head-home .destaque h4 {
  font-size: 0.8568rem;
  color: #34d399;
  padding: 6px 32px;
  margin-top: 24px;
}
.head-home .destaque .acoes {
  font-size: 0.882rem;
}
.head-home .destaque .acoes .cartao_header {
  border: 2px #34d399 solid;
  padding: 28px;
}
.head-home .destaque .acoes div[class^=col-md] {
  display: none;
}
.head-home .destaque .acoes h3 {
  color: #34d399;
  font-size: 1.008rem;
  font-weight: 700;
}
.head-home .destaque .acoes img {
  margin-right: 24px;
  max-width: 90px;
  height: 90px;
}
.head-home .destaque .recursos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.head-home .destaque .recursos ul li {
  padding: 4px 18px;
  color: #c7dcfe;
  font-size: 0.84rem;
}
.head-home .destaque .recursos ul li i {
  color: #34d399;
  margin-right: 6px;
}
.head-home .destaque .acao a {
  background: #ee5050;
  color: #fff;
  font-size: 1.1424rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0.2470588235rem;
  padding: 12px 60px;
}
.head-home .destaque .acao a:hover {
  background-color: #34d399;
}

#sedep-brasil {
  background: #eef2f5;
}
#sedep-brasil .topo {
  padding: 60px 0;
}
#sedep-brasil .topo .label {
  background-color: #200b67;
  color: #fff;
  font-size: 1.092rem;
  border-radius: 24.4588235294rem;
  margin: 0 auto 10px auto;
  padding: 6px 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#sedep-brasil .topo h1 {
  margin: 0 auto;
  color: #200b67;
  text-align: center;
  font-size: 2.94rem;
  font-weight: 700;
  line-height: 3.192rem;
}
#sedep-brasil .topo h1 span {
  color: #ee5050;
  position: relative;
}
#sedep-brasil .topo h1 span::after {
  content: " ";
  content: "";
  height: 6px;
  width: 100%;
  background-color: #200b67;
  position: absolute;
  bottom: 4px;
  left: 0;
  border-radius: 10px;
}
#sedep-brasil .topo h3 {
  font-size: 1.008rem;
  color: #200b67;
  margin: 24px 10px;
  line-height: 1.512rem;
}
#sedep-brasil .produtos-sedep div {
  border-radius: 0.7411764706rem;
}
#sedep-brasil .produtos-sedep p {
  font-size: 0.924rem;
  line-height: 1.176rem;
}
#sedep-brasil .produtos-sedep .btn:hover {
  opacity: 0.85;
}
#sedep-brasil .produtos-sedep .destaques {
  color: #fff;
}
#sedep-brasil .produtos-sedep .destaques .faz,
#sedep-brasil .produtos-sedep .destaques .legal-lake {
  padding: 32px 180px 32px 32px;
  height: 100%;
}
#sedep-brasil .produtos-sedep .destaques .faz h2,
#sedep-brasil .produtos-sedep .destaques .legal-lake h2 {
  font-size: 1.344rem;
  font-weight: 700;
  margin-top: 10px;
}
#sedep-brasil .produtos-sedep .destaques .faz .btn,
#sedep-brasil .produtos-sedep .destaques .legal-lake .btn {
  padding: 10px 50px;
  text-decoration: none;
  font-weight: 700;
}
#sedep-brasil .produtos-sedep .destaques .faz {
  background-color: #2638a8;
  position: relative;
}
#sedep-brasil .produtos-sedep .destaques .faz h2 {
  color: #00e5ff;
}
#sedep-brasil .produtos-sedep .destaques .faz .btn:first-child {
  color: #00e5ff;
}
#sedep-brasil .produtos-sedep .destaques .faz .btn:last-child {
  background-color: #ee5050;
  border-color: #ee5050;
  color: #fff;
}
#sedep-brasil .produtos-sedep .destaques .faz .illustra {
  position: absolute;
  right: -20px;
  bottom: 0;
}
#sedep-brasil .produtos-sedep .destaques .legal-lake {
  background-color: #ee5050;
  background-image: url(../imgs/illustra-faz.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#sedep-brasil .produtos-sedep .destaques .legal-lake h2 {
  color: #ffde09;
}
#sedep-brasil .produtos-sedep .destaques .legal-lake .btn {
  color: #ee5050;
}
#sedep-brasil .produtos-sedep .escr-dig {
  background-color: #fcdbc6;
}
#sedep-brasil .produtos-sedep .escr-dig h2 {
  color: #ed3e24;
  font-size: 1.008rem;
  font-weight: 700;
}
#sedep-brasil .produtos-sedep .escr-dig .btn {
  background-color: #fff;
  border-color: #fff;
  color: #ed3e24;
  font-weight: 700;
  padding: 12px 60px;
}
#sedep-brasil .produtos-sedep .mais-produtos div > a {
  background-color: #d7dfe6;
  border-radius: 0.7411764706rem;
  text-decoration: none;
  color: #292b35;
}
#sedep-brasil .produtos-sedep .mais-produtos div > a:hover {
  opacity: 0.85;
}
#sedep-brasil .produtos-sedep .mais-produtos h2 {
  font-size: 1.008rem;
  font-weight: 700;
  color: #2638a8;
}
#sedep-brasil .produtos-sedep .mais-produtos p {
  margin: 0;
}
#sedep-brasil .produtos-sedep .mais-produtos i {
  font-size: 20px;
}

#atendimento {
  background: linear-gradient(#eef2f5 15%, #0ca56d 15.00001%);
  color: #fff;
}
#atendimento h2 {
  font-weight: 700;
  font-size: 1.512rem;
  margin: 0;
}
#atendimento h3 {
  color: #9cffc2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.176rem;
}
#atendimento .btn {
  color: #0ca56d;
  font-weight: 700;
  padding: 10px 40px;
  font-size: 0.8904rem;
  text-transform: uppercase;
}
#atendimento .btn:hover {
  opacity: 0.85;
}

.dados-sedep {
  position: relative;
  top: -60px;
  font-family: "Raleway";
}
.dados-sedep ul {
  background-color: #0099ff;
  color: #fff;
  list-style: none;
  padding: 0;
  line-height: 1.176rem;
  border-radius: 0.7905882353rem;
}
.dados-sedep ul b {
  display: block;
  font-size: 1.4448rem;
  margin-bottom: 10px;
}
.dados-sedep .detalhes div {
  background-color: #0099ff;
  height: 18px;
  width: 92%;
  border-radius: 0 0 0.7905882353rem 0.7905882353rem;
  margin: 0 auto;
}
.dados-sedep .detalhes .borda-1 {
  opacity: 0.67;
  height: 18px;
  width: 92%;
}
.dados-sedep .detalhes .borda-2 {
  opacity: 0.3;
  height: 32px;
  width: 82%;
  margin-top: -18px;
}

#legal-lake {
  padding: 60px 0;
  background-color: #eef2f5;
  color: #65718a;
  font-family: "Raleway";
}
#legal-lake img {
  max-width: none;
}
#legal-lake .topo {
  margin: 0 auto;
  margin-bottom: 30px;
}
#legal-lake .topo h3 {
  color: #ee5050;
  text-transform: uppercase;
  font-size: 1.008rem;
  font-weight: 700;
  font-family: "Poppins";
  margin-top: 26px;
  margin-bottom: 0;
}
#legal-lake .topo h4 {
  margin: 12px 0 0 0;
  color: #65718a;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 1.008rem;
}
#legal-lake .descricao {
  margin: 30px 60px 30px 0;
}
#legal-lake .descricao p:first-child {
  border-left: 4px solid #200b67;
  padding: 0 0 0 12px;
  margin: 12px 0;
}
#legal-lake .descricao .sobre-ll {
  line-height: 1.344rem;
  margin-top: 40px;
}
#legal-lake .descricao .sobre-ll .img {
  padding-right: 20px;
}
#legal-lake .descricao .sobre-ll h5 {
  color: #200b67;
  margin: 0 0 4px 0;
  font-size: 1.008rem;
  text-transform: uppercase;
  font-weight: 700;
}
#legal-lake .descricao .btn-s {
  margin-top: 60px;
  background-color: #ee5050;
  color: #fff;
  border-radius: 0.2470588235rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

#mais-sedep {
  background: linear-gradient(#eef2f5 50%, #fff 50.00001%);
  color: #fff;
  font-family: "Raleway";
}
#mais-sedep .produtos {
  background-color: #161856;
  border-radius: 0.9882352941rem 0.9882352941rem 0 0;
  color: #fff;
  position: relative;
}
#mais-sedep .produtos::after {
  content: "";
  height: 108px;
  width: 108px;
  background-image: url("../imgs/dtl-srv.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  right: -12px;
}
#mais-sedep .produtos img {
  max-width: none;
}
#mais-sedep .produtos .img {
  margin-top: -47px;
  margin-left: -14px;
  margin-right: 22px;
}
#mais-sedep .produtos h4 {
  font-size: 1.9824rem;
  font-weight: 700;
  margin: 26px 0 0;
  display: inline-block;
  position: relative;
}
#mais-sedep .produtos h4 span {
  position: relative;
  z-index: 1;
}
#mais-sedep .produtos h4::after {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #ee5050;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
#mais-sedep .produtos h5 {
  font-size: 1.0584rem;
  font-weight: 600;
  color: #80cafb;
  margin: 0;
}
#mais-sedep .produtos .lista-produtos {
  margin-top: 22px;
}
#mais-sedep .produtos .lista-produtos a {
  color: #fff;
  padding: 14px 0;
  display: inline-block;
  font-size: 0.8904rem;
}
#mais-sedep .produtos .lista-produtos a:hover {
  color: #80cafb;
}
#mais-sedep .contato {
  background-color: #2638a8;
  padding: 22px;
  border-radius: 0 0 0.9882352941rem 0.9882352941rem;
}
#mais-sedep .contato span {
  color: #bec3ff;
}
#mais-sedep .contato b {
  font-size: 1.4784rem;
  text-transform: uppercase;
  display: block;
}
#mais-sedep .contato .btn-s {
  text-transform: uppercase;
  background-color: #ee5050;
  border-radius: 0.2470588235rem;
  font-weight: 600;
  color: #fff;
  margin-left: auto;
}

#servicos {
  padding: 60px 0;
  font-family: "Raleway";
}
#servicos .titulo {
  margin: 34px 0 34px 0;
  border-bottom: 1px solid #d7dfe6;
  padding-bottom: 8px;
}
#servicos h2 {
  font-weight: 900;
  font-size: 2.268rem;
  margin: 0;
  position: relative;
  display: inline;
}
#servicos h2 span {
  position: relative;
  z-index: 1;
}
#servicos h2::after {
  content: "";
  height: 9px;
  width: 100%;
  background-color: #80cafb;
  position: absolute;
  z-index: 0;
  bottom: -2px;
  left: 0;
}
#servicos h3 {
  font-size: 1.4784rem;
}
#servicos h4 {
  font-weight: 600;
  margin: 20px 0 0 0;
  color: #65718a;
  font-size: 1.008rem;
}
#servicos h5 {
  margin: 0;
  font-size: 1.1928rem;
  font-weight: 700;
}
#servicos .topo {
  text-align: center;
}
#servicos .topo span span {
  top: -8%;
  position: relative;
}
#servicos .menu-servicos a {
  background-color: #eef2f5;
  color: #2638a8;
  border-radius: 0.2470588235rem;
  margin: 6px;
  font-weight: 700;
}
#servicos .menu-servicos a:hover {
  background-color: #2638a8;
  color: #fff !important;
}
#servicos .menu-servicos .item-129748,
#servicos .menu-servicos .item-129749,
#servicos .menu-servicos .item-133088 {
  display: none;
}
#servicos .destaques {
  margin-top: 26px;
}
#servicos .destaques h5 {
  font-weight: 400;
}
#servicos .destaques a {
  color: #2638a8;
}
#servicos .destaques a:hover {
  color: #0099ff;
}
#servicos .destaques a.ver-mais {
  background-color: #d7dfe6;
  color: #2638a8;
  display: inline-block;
  margin-left: auto;
  border-radius: 0.2470588235rem;
}
#servicos .destaques a.ver-mais:hover {
  background-color: #2638a8;
  color: #fff;
}
#servicos .destaques #artigos .row h5 {
  position: relative;
}
#servicos .destaques #artigos .row h5:after {
  content: '"';
  font-size: 300px;
  line-height: 224px;
  color: #65718a;
  opacity: 0.08;
  position: absolute;
  font-family: sans-serif;
  right: 0;
  top: 0;
  z-index: -1;
}
#servicos .destaques #noticias h5 {
  font-size: 1rem;
}
#servicos .destaques #noticias img {
  display: block;
}

.footer-servicos {
  background-color: #eef2f5;
  border-top: 2px solid #2638a8;
  margin-top: 60px;
}

.site-footer {
  background: #161856;
  font-size: 0.8904rem;
  padding: 46px 0;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:visited {
  color: #fff;
}
.site-footer a:hover {
  color: #0099ff;
}
.site-footer h4 {
  margin: 5px 0 10px 0;
  font-size: 0.9744rem;
}
.site-footer h5 {
  margin: 10px 0 5px 0;
  color: #ee5050;
}
.site-footer .sedep {
  margin-bottom: 36px;
}
.site-footer .sedep .slogan {
  padding-left: 20px;
}
.site-footer .sedep .slogan b {
  display: block;
  font-size: 1.176rem;
}
.site-footer .sedep .social {
  margin-left: auto;
}
.site-footer .sedep .social a {
  display: inline-block;
  margin-left: 16px;
}
.site-footer .sedep .social i {
  font-size: 1.4112rem;
}
.site-footer .lista-produtos a {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  display: inline-block;
}
.site-footer .servicos .border-s {
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-color: #0099ff;
  padding-right: 40px;
  padding-left: 40px;
}
.site-footer .servicos a {
  padding: 0 0 10px 0;
  display: block;
}
.site-footer .sidebar-footer h5 {
  font-size: inherit;
}
.site-footer .sidebar-footer a {
  display: block;
  padding: 0 0 5px 0;
}
.site-footer .sidebar-footer a i {
  color: #34d399;
  margin-left: 5px;
  display: inline-block;
}
.site-footer .end {
  border-top: 1px solid #0099ff;
  padding-top: 22px;
}

.page-header {
  background-color: #eef2f5;
  padding: 16px 0;
  margin-bottom: 16px;
}
.page-header h1 {
  margin: 0;
  color: #200b67;
  font-weight: 200;
  font-family: "Poppins";
  text-transform: uppercase;
}

.site-main .header a {
  font-family: "Raleway";
}
.site-main.noticias-sedep .item-lista {
  border-bottom: 1px solid #d7dfe6;
  padding: 26px 0;
}
.site-main.noticias-sedep h3 {
  margin: 0 0 2px 0;
  color: #0099ff;
}
.site-main.artigos-sedep .item-lista {
  padding: 26px 12px 32px 0;
}
.site-main.artigos-sedep h3 {
  margin: 0 0 2px 0;
  color: #2638a8;
  position: relative;
}
.site-main.artigos-sedep h3:after {
  content: '"';
  font-size: 300px;
  line-height: 224px;
  color: #65718a;
  opacity: 0.08;
  position: absolute;
  font-family: sans-serif;
  right: 0;
  top: 0;
  z-index: -1;
}
.site-main.expr-jurudica article, .site-main.indice-legisl article {
  border-bottom: 1px solid #d7dfe6;
}
.site-main .filtro-dic {
  background-color: #65718a;
}
.site-main .filtro-dic li {
  padding: 12px;
  list-style: none;
}
.site-main .filtro-dic li a {
  color: #fff;
}
.site-main .filtro-dic li a b {
  color: #34d399;
}
.site-main .sidebar {
  background: #eef2f5;
  border: 1px solid #d7dfe6;
  padding: 16px;
  border-radius: 0.4941176471rem;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  background-color: #fff;
  color: #2638a8;
  border: 2px solid #d7dfe6;
  border-radius: 2px;
}
.pagination a:hover {
  background-color: #80cafb;
  color: #2638a8;
  border: 2px solid #80cafb;
}
.pagination .page-numbers {
  margin: 0 4px;
  padding: 2px 6px;
}
.pagination .page-numbers.current {
  background-color: #80cafb;
  color: #2638a8;
  border: 2px solid #80cafb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: "Poppins";
}

a {
  text-decoration: none;
}

.t-center {
  text-align: center;
}

.b-radius {
  border-radius: 0.2470588235rem;
}

.b-circle {
  border-radius: 24.4588235294rem;
}

.bg-branco {
  background-color: #fff;
}

.bg-cinza-200 {
  background-color: #eef2f5;
}

input.btn-s,
.btn-s,
input.btn-link,
.btn-link {
  padding: 10px 20px;
  display: inline-block;
  font-weight: 700;
}

input.btn-primary,
button.btn-primary,
.btn-primary {
  border-color: #2638a8;
  background-color: #2638a8;
  color: #fff;
}
input.btn-primary:hover,
button.btn-primary:hover,
.btn-primary:hover {
  background-color: #34d399;
  border-color: #34d399;
  color: #2638a8;
}

.lh-0 {
  line-height: 0;
}

form label {
  font-family: "Poppins";
}

.igpm h2 {
  font-weight: 400;
  color: #2638a8;
}

#sdp-toggle.toggled .area-toogle {
  display: block;
}
#sdp-toggle .area-toogle {
  display: none;
}

/*Modal Campanhas*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal .fechar {
  background-color: #0ca56d;
  margin-top: 12px;
  color: #fff;
  padding: 6px;
  width: 100%;
  text-align: center;
}
.modal .fechar:hover, .modal .fechar:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}/*# sourceMappingURL=sedep.css.map */