@font-face {
    font-family: 'Metropolis';
    src: url('font/Metropolis-Bold.woff2') format('woff2'),
        url('font/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('font/Metropolis-Black.woff2') format('woff2'),
        url('font/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('font/Metropolis-ExtraLight.woff2') format('woff2'),
        url('font/Metropolis-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('font/Metropolis-Regular.woff2') format('woff2'),
        url('font/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('font/Metropolis-Medium.woff2') format('woff2'),
        url('font/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('font/Metropolis-Thin.woff2') format('woff2'),
        url('font/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Semi';
    src: url('font/Metropolis-SemiBold.woff2') format('woff2'),
        url('font/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('font/Metropolis-Light.woff2') format('woff2'),
        url('font/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
input[type="submit"]{
    cursor: pointer;
}
body{
  font-family: 'Metropolis';
  background: #f3f5fa;
  /* overflow: hidden; */
  overflow-y:hidden;
}
html{
  overflow-x:hidden;
}
.removeOVerflow {
    overflow: auto !important;
    overflow-x: hidden !important;
}
form{
    margin: 0;
}
.show-desk{
    display: none;
}
.bigbox-branco {
    margin: 0 20px;
    background: white;
    padding: 20px;
    border-radius: 20px;
}
.preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999999999;
    background: #f3f5fa;
}
.brandload{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.brandload:after {
    content: url(icons/brandload.svg);
    display: inline-block;
    width: 100px;
}
.copyrights p {
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0 0 0;
    color: #342c54;
    text-align: center;
}
@media(min-width: 1024px){
  div.show-mobile{
      display: none;
  }
  .show-desk{
      display: block;
  }
}

/* Header */
.side1-header {
    display: flex;
    padding: 20px 0;
    height: auto;
    align-items: center;
    justify-content: center;
}
.brand-ip:before {
    content: url(icons/logois.svg);
    display: inline-block;
    width: 195px;
    height: 35px;
}
.brand-ip:before {
    content: url(icons/logois.svg);
    display: inline-block;
    width: 165px;
    height: 35px;
}
#openMenu{
    padding: 0;
    background: none;
    margin: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px
}
#openMenu span {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #00d257;
    border-radius: 100px;
    margin: 1.5px 10px 1.5px 0;
}
#openMenu span:nth-of-type(2){
    width: 40px;
}
.sair-btn{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.sair-btn a{
    color: white;
    font-weight: 600;
    background: #00d257;
    padding: 5px 20px;
    display: inline-block;
    font-size: 14px;
    border-radius: 100px;
}
.side2-header{
    padding: 0 0 20px 0;
    position: relative;
}
.icon-search{
    position: absolute;
    left: 15px;
    top: 18px;
}
.icon-search:before {
    content: url(icons/search.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
}
.formsearch-header input[type="search"]{
    width: 100%;
    border-radius: 100px;
    font-weight: 500;
    font-size: 12px;
    padding: 20px 50px;
    outline: none;
    border: 1px solid #c3cada;
}
.formsearch-header button {
    position: absolute;
    right: 15px;
    top: 18px;
    outline: none;
    border: none;
    padding: 0;
    background: none;
}
.formsearch-header button:before {
    content: url(icons/seta.svg);
    display: inline-block;
    width: 25px;
    filter: brightness(0) opacity(0.5);
}
.sidebar-menu {
    position: fixed;
    width: 98%;
    background: #f3f5fa;
    top: 75px;
    padding: 15px;
    border-top: 1px solid #dbdfe8;
    left: 1%;
    height: 100%;
    z-index: 9;
    display: none;
}
.content-geral {
    width: 98%;
    left: 1%;
    position: relative;
}
.links-soltos-sidebar ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}
.links-soltos-sidebar ul li a{
   text-decoration: none;
   font-size: 14px;
   font-weight: 400;
   color: #526283;
}
.links-soltos-sidebar ul li a i {
    font-style: normal;
    text-decoration: underline;
    font-weight: bold;
}
.navbar-sidebar ul{
   padding: 0;
   margin: 0;
   list-style: none;
}
.navbar-sidebar ul li a:before {
    transform: scale(0.8);
    display: inline-block;
    width: 45px;
    margin-right: 15px;
    height: 45px;
    filter: brightness(0) opacity(0.6);
    transition: 0.4s ease all;
}
.navbar-sidebar ul li a:hover::before{
    filter: brightness(1) opacity(1);
    transition: 0.4s ease all;
}
.navbar-sidebar nav > ul > li:nth-of-type(1) a:before{
    content: url(icons/iconav0.svg);
}
.navbar-sidebar nav > ul > li:nth-of-type(2) > a:before {
    content: url(/../imgs/Icones/prata.svg);
    filter:none;
}
.navbar-sidebar nav > ul > li:nth-of-type(3) > a:before {
    content: url(/../imgs/Icones/ouro.svg);
    filter:none;
}
.navbar-sidebar nav > ul > li:nth-of-type(4) > a:before {
    content: url(/../imgs/Icones/diamante.svg);
    filter:none;
}
.navbar-sidebar ul li a {
    color: #526283;
    padding: 5px 0;
    font-size: 18px;
    transition: 0.4s ease all;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.navbar-sidebar ul li a:hover{
    text-decoration: none;
    color: #00d257;
    transition: 0.4s ease all;
}
.button-desk-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 72px;
}
.button-desk-menu button {
    background: none;
    padding: 0;
    border: none;
    transform: scale(0.4);
    left: -12px;
    position: relative;
    top: 0px;
}
.button-desk-menu button span {
    display: inline-block;
    width: 90px;
    height: 12px;
    background: #00d257;
    border-radius: 100px;
    margin: 6px 0;
}
@media(min-width: 1024px){
  header {
      padding: 15px 0;
      border-bottom: 1px solid #bdc5d6;
      z-index: 999;
      width: 100%;
      margin-bottom: 20px;
  }
  .flex-line-header {
      display: flex;
      align-items: center;
      flex-flow: wrap;
      padding-left: 45px;
  }
  .side1-header {
      padding: 0;
      width: 25%;
  }
  .side2-header {
      padding: 0;
      width: 75%;
      display: flex;
      justify-content: space-between;
  }
  .button-openmenu{
      display: none;
  }
  .formsearch-header {
      position: relative;
      width: 45%;
  }
  .links-header  {
      width: 65%;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  .brand-ip{
      display: flex;
  }
  .links-header ul{
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: flex-end;
      margin: 0;
  }
  .formsearch-header input[type="search"] {
      padding: 10px 50px;
  }
  .formsearch-header button {
      top: 9px;
  }
  .icon-search:before {
      transform: scale(0.7);
  }
  .icon-search {
      left: 12px;
      top: 7px;
  }
  .sidebar-menu {
      position: relative;
      height: 100vh;
      width: 70px;
      left: 0;
      top: 0;
      padding: 0 10px;
      display: flex;
      align-items: center;
      overflow: hidden;
      border-right: 1px solid #bdc5d6;
      z-index: 9999;
      transition: 0.4s ease all;
  }
  .sidebar-menu-openend {
      width: 315px;
      transition: 0.4s ease all;
  }
  .navbar-sidebar nav {
      position: relative;
      width: 400px;
  }
  .links-header ul li a{
     font-size: 14px;
     color: #526283;
     text-decoration: none;
     font-weight: 500;
     transition: 0.4s ease all;
  }
  .links-header ul li a:hover{
      color: #00d257;
      transition: 0.4s ease all;
  }
  .links-header ul li{
      padding-left: 15px;
  }
  .links-header ul li a i{
     text-decoration: underline;
     font-weight: bold;
     font-style: normal;
  }
  .links-header ul li a.link-logou{
      background: #00d257;
      padding: 10px 30px;
      border:1px solid #00d257;
      color: white;
      border-radius: 100px;
      transition: 0.4s ease all;
  }
  .links-header ul li a.link-logou:hover{
      background: white;
      border:1px solid white;
      color:#00d257;
      transition: 0.4s ease all;
  }
  .navbar-sidebar ul li a {
      font-size: 14px;
  }
}

@media(min-width: 1920px){
  .navbar-sidebar ul li a {
      padding: 15px 0;
      font-size: 14px;
      padding-right: 50%;
      line-height: 15px;
      border-bottom: 1px solid rgb(0 0 0 / 8%);
      margin-left: -10px;
      padding-left: 15px;
      text-align: left;
  }
}


/*Geral */
.geral {
    display: flex;
    width: 100vw;
    overflow: hidden;
}

@media(min-width: 1024px){
  .content-geral {
      width: 100%;
      left: 0;
      padding: inherit;
      height: 100vh;
      overflow-y: auto;
      overflow-x: hidden;
      padding-bottom: 30px;
  }
  .geral {
      height: 100vh;
  }
}


/* Big Numbers */
.grid-grandes-numeros {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}
.unicagrid-grandenumero {
    background: #f3f5fa;
    padding: 10px;
    border-radius: 10px;
    width: 49%;
    margin-bottom: 2%;
    position: relative;
}
.icon-item-grandN i {
    width: 90px;
    height: 90px;
    background: #00d257;
    margin: 0 auto;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-grandN {
    color: #556280;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    word-break: break-word;
    line-height: 14px;
    height: 45px;
    margin: 20px 0 0 0;
}
.title-grandN .subtitle-grandN {
    font-weight: 300;
    font-size: 12px;
    display: block;
    line-height: 16px;
}
.valoran-grandN {
    font-size: 24px;
    font-weight: bold;
    display: inherit;
    text-align: center;
    color: #556280;
}
.loopitens-flex-grandN{
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    color: #556280;
    margin: 0;
    margin-top: 10px;
}
.tb-grandN{
    font-size: 12px;
    width: 100%;
    text-align: right;
    color: #556280;
}
.tb-grandN tr td:nth-of-type(1){
    text-align: left;
}
.lastword-grandN {
    font-size: 12px;
    margin-top: 25px;
    display: block;
    line-height: 14px;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
}
.tb-grandN thead{
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    border-spacing: 2px;
}
.tb-grandN thead td{
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
}
.tb-grandN tbody tr td{
    padding: 5px 0;
}
.valoran-grandN small{
    display: inherit;
    font-size: 12px;
    margin-top: -9px;
}
.icon-item-grandN:before{
    display: inline-block;
}
.sobeicon:before{
    content: url(icons/sobe.svg);
    width: 20px;
    display: inline-block;
    transform: scale(0.5);
}
.desceicon{
    content: url(icons/desce.svg);
    width: 20px;
    display: inline-block;
    transform: scale(0.5);
}
.area-de-tabela table tbody tr td, .area-de-tabela table tbody tr td a {
    padding: 8px 10px 8px 0;
    font-size: 12px;
    font-weight: 500;
    color: #556280;
    border: none;
    vertical-align: middle;
    transition: 0.4s ease all;
}
.area-de-tabela table tbody tr td, .area-de-tabela table tbody tr td a,
.area-de-tabela table tbody tr td b, .area-de-tabela table tbody tr td a b{
    font-weight: 500;
}
.area-de-tabela table tbody tr:hover {
    background: #efefef;
    transition: 0.4s ease all;
    filter: brightness(0.9);
}
.classifica{
    color: white;
    width: 20px;
    height: 20px;
    background: #00d257;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    margin-right: 10px;
}
.area-de-tabela table{
    margin-top: 0;
}
.area-de-tabela table tbody tr td a {
    text-decoration: underline;
    display: inline-block;
}
.area-de-tabela table thead tr td {
    color: #556280;
    font-weight: 600;
    font-size: 14px;
    padding: 20px .75rem;
    border-bottom: 1px solid #efefef;
    position: relative;
    border-top: none;
    vertical-align: middle;
}
.area-de-tabela table thead tr td:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      height: 70%;
      width: 1px;
      background: #efefef;
      top: 15%;
}
.area-de-tabela table thead tr td:last-of-type::after{
      display: none;
}
.area-de-tabela table thead tr td b {
    font-weight: 600;
    padding-right: 10px;
}
.tooltip-table {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #42b3ff;
    color: white;
    font-weight: 100;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    transform: scale(0.7);
}
#myTab .nav-link {
    margin-bottom: -1px;
    border: 1px solid #dee2e6;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px;
    margin-right: 3px;
    font-weight: 600;
    color: #556484;
}
#myTab .nav-item.show .nav-link,
#myTab .nav-link.active {
    color: white;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: #00d257;
}
#myTabContent{
    padding: 10px;
    border: 1px solid #efefef;
}
.separatorTable {
    padding: 0 !important;
}
.grid-grandes-numeros .unicagrid-grandenumero .icon-item-grandN i:before {
    display: inline-block;
    width: 65px;
    height: 65px;
    filter: brightness(0) invert(1);
}
.grid-grandes-numeros .unicagrid-grandenumero:nth-of-type(1) .icon-item-grandN i:before{
    content: url(icons/cards/card1.svg);
}
.grid-grandes-numeros .unicagrid-grandenumero:nth-of-type(2) .icon-item-grandN i:before{
    content: url(icons/cards/card2.svg);
}
.grid-grandes-numeros .unicagrid-grandenumero:nth-of-type(3) .icon-item-grandN i:before{
    content: url(icons/cards/card3.svg);
}
.grid-grandes-numeros .unicagrid-grandenumero:nth-of-type(4) .icon-item-grandN i:before{
    content: url(icons/cards/card4.svg);
}
.grid-grandes-numeros .unicagrid-grandenumero:nth-of-type(5) .icon-item-grandN i:before{
    content: url(icons/cards/card5.svg);
}
.grid-grandes-numeros .unicagrid-grandenumero:nth-of-type(6) .icon-item-grandN i:before{
    content: url(icons/cards/card6.svg);
}
.dados-da-pessoa-dirigente span {
    font-weight: 600;
    color: #546283;
    font-size: 18px;
}
.database-dirigente span{
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    display: block;
}
.dropdown-sitema ul {
    display: none;
    margin-left: -10px;
    background: #ececec;
}
.dropdown-sitema ul li a{
    padding-left: 50px;
}
.dropdown-sitema ul li a:before {
    content: "" !important;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 100px;
    margin-right: 4px;
    transform: scale(0.6);
    position: relative;
    top: -1px;
}



.dropdown-sitema > a:after {
    content: url(icons/down.svg);
    display: inline-block;
    width: 10px;
    margin-left: 10px;
}
@media(min-width: 1024px){
  .dados-da-pessoa-dirigente{
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }
  .social-dirigente {
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .nome-dirigente{
      width: 80%;
  }
  .database-dirigente{
      width: 100%;
  }
  .database-dirigente span{
      text-align: right;
  }
  .unicagrid-grandenumero {
      width: 16%;
      margin-bottom: 0%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
}

@media(min-width: 1280px){
  .unicagrid-grandenumero {
      padding: 35px 10px 35px 10px;
  }
  .title-grandN {
      font-size: 18px;
      line-height: 18px;
      height: 55px;
  }
  .tb-grandN {
      font-size: 14px;
  }
  .loopitens-flex-grandN {
      font-size: 14px;
  }
}

@media(min-width: 1920px){
  .grid-grandes-numeros,
  .grid-tabs-com-tabela{
     width: 100%;
     margin: 0 auto;
  }
  .grid-grandes-numeros{
      margin-bottom: 50px;
  }
}


/* Relat´´orios EFPCs */
.side1-abaform-efpc h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 34px;
    color: #00d257;
}
.side1-abaform-efpc p {
    color: #546283;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.side2-abaform-efpc input#tags,
.side2-abaform-efpc input.tag,
.side2-abaform-efpc select.tag{
   width: 100%;
   padding: 20px;
   font-family: 'Metropolis';
   font-weight: 700;
   font-size: 16px;
   border-radius: 100px;
   border: 1px solid rgb(0 0 0 / 26%);
   background: none;
   box-shadow: none;
   outline: none;
}
.side2-abaform-efpc input[type="submit"]{
    width: 100%;
    padding: 20px;
    outline: none;
    margin-top: 10px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    background: none;
    border: 1px solid;
    color: #00d257;
    transition: 0.3s ease all;
}
.side2-abaform-efpc input[type="submit"]:hover{
    background: #00d257;
    transition: 0.3s ease all;
    color: white;
    border:1px solid #00d257;
}
.abaform-efpc {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
.side1-boxname .nome-da-efpcs,
.lei-efpcs{
    font-weight: 600;
    color: #546283;
    font-size: 24px;
}
.side1-boxname span:nth-of-type(2){
    font-size: 12px;
    text-decoration: underline;
}
.side1-boxname{
    padding: 5px 0;
}
.sidex-boxname{
    font-size: 12px;
    color: #546283;
    font-weight: 500;
}
.flex-efpcs-card{
    margin-top: 20px;
}
.unicocard-efpcs h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 15px 0;
    color: #546283;
}
.unicocard-efpcs ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.unicocard-efpcs ul li{
    color: #546283;
    font-size: 14px;
}
.unicocard-efpcs {
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #f3f3f3;
}
.unicocard-efpcs ul li .mesano_pga{
    font-size: 10px;
}
.unicocard-efpcs ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #00d257;
    border-radius: 10px;
    transform: scale(0.5);
    margin-right: 3px;
}
.unicocard-rpps1 h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 15px 0;
    color: #546283;
}
.unicocard-rpps1 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.unicocard-rpps1 ul li{
    color: #546283;
    font-size: 14px;
}
.unicocard-rpps1 {
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #f3f3f3;
}
.unicocard-rpps1 ul li .mesano_pga{
    font-size: 10px;
}
.unicocard-rpps1 ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #00d257;
    border-radius: 10px;
    transform: scale(0.5);
    margin-right: 3px;
}
.grid-tabs-com-tabela-ceeem{
    width: 100%;
}
.membros-badge {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.membros-ativos{
    background: #00d257;
}
.membros-inativos{
    background: #ff4c4c;
}
.label-checkbox{
    margin: 0;
    padding: 10px 15px;
    margin-left: 10px;
    border-radius: 100px;
    color: #00d257;
    font-size: 12px;
}
.posicao-ranking{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #00d257;
    padding: 10px;
    color: white;
    line-height: 6px;
    margin-right: 4px;
    text-align: center;
    border-radius: 100px;
    transform: scale(0.8);
}
.custom-control-label {
    font-size: 14px;
    font-weight: bold;
    background: none;
    position: relative;
    left: 10px;
    color: #00d257;
}
.checkativo-btn{
   margin-left: -115px;
   padding: 5px 35px;
   background: #f3f5fa;
   border-radius: 100px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-label::before {
    top: 1px;
    left: -25px;
    border-radius: 100px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #8e8e8e;
    background-color: #00d257;
    box-shadow: inset 0 0 7px rgb(0 0 0 / 16%);
}
@media(min-width: 1024px){
  .abaform-efpc {
      display: flex;
      flex-flow: wrap;
      align-items: center;
  }
  .side1-abaform-efpc,
  .side2-abaform-efpc{
      width: 50%;
      display:flex;
      flex-direction: column;
  }
  .side2-abaform-efpc input[type="submit"]{
      font-size: 14px;
      padding: 10px 0;
      width: 25%;
      margin: 0 0 0 15px;
  }
  .side2-abaform-efpc form{
      justify-content: flex-end;
      display: flex;
      height: 100%;
      align-items: center;
  }
  .side2-abaform-efpc input#tags,
  .side2-abaform-efpc input.tag,
  .side2-abaform-efpc select.tag{
      width: 56%;
      padding: 8px 20px;
  }
  .side2-abaform-efpc select.tag{
      font-size: 12px;
      font-weight: 500;
      padding: 13px;
  }
  .side1-abaform-efpc{
      padding: 30px 0;
  }
  .side1-abaform-efpc h2 {
      font-weight: 600;
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 20px;
  }
  .box-name-efpcs{
     display: flex;
     flex-flow: wrap;
     margin-bottom: 15px;
  }
  .side1-boxname {
      width: 50%;
      padding: 0;
  }
  .side1-boxname:nth-of-type(2){
      text-align: right;
  }
  .sidex-boxname {
      width: 100%;
      text-align: right;
  }
  .flex-efpcs-card{
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }
  .unicocard-efpcs {
      width: 24%;
  }
  .unicocard-efpcs ul li {
      font-size: 14px;
      padding: 1px 0;
  }

  .unicocard-rpps1 {
      width: 49%;
  }
  .unicocard-rpps1 ul li {
      font-size: 14px;
      padding: 1px 0;
  }
  .grid-tabs-com-tabela-ceeem{
      width: 100%;
  }
}

@media(min-width: 1920px){
  .tabela-dirigentes, .abaform-efpc, .results-efpc {
      width: 100%;
      margin: 0 auto 30px auto;
  }
  .grid-tabs-com-tabela-ceeem{
      width: 100%;
  }
}


/***************
Gráficos area
*****************/
.charts-grids {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.chartunico-grids {
    width: 100%;
    margin: 0%;
    position: relative;
    padding-top: 45px;
}
.title-charten-s {
    position: absolute;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #556484;
    height: 29px;
    top: 15px;
    width: 100%;
    margin: 0;
}
.title-charten-s i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #00d257;
    font-style: normal;
    color: white;
    position: relative;
    top: 0px;
    margin-left: 10px;
    border-radius: 100px;
    line-height: 21px;
    cursor: pointer;
}
.title-charten-s small{
    color: black;
}
.meioameio-list{
    background: #f9f9f9;
    width: 100%;
}
.meioameio-list .chartunico-grids-cem{
    margin-right: 0;
    border-radius:0;
    border-bottom: 1px solid gainsboro;
    margin-left: 0;
    min-height: 300px;
}
.box-chart-inline {
    height: 200px;
}
.box-chart-inline-maior{
    height: 400px;
}
.chartunico-grids > div > div{
    max-height: 400px;
}
@media(min-width: 1280px){
  .chartunico-grids {
      width: 48%;
      margin: 1%;
      margin-bottom: 50px;
      background: #f9f9f9;
      border-radius: 10px;
      min-height: 600px;
  }
  .chartunico-grids > div > div{
      max-height: 600px;
  }
  .chartunico-grids .sjubschart {
     position: absolute;
     width: 100%;
     text-align: center;
     font-size: 12px;
     font-weight: bold;
     color: #525252;
     display: none;
     bottom: -25px;
  }
  .chartunico-grids canvas {
      width: 100% !important;
      height: 550px !important;
  }
  .chartunico-grids-cem{
      width: 100%;
  }
  .chartunico-grids-umdetres {
      width: 31%;
      min-height: 400px;
  }
  #chartdiv, #chartdiv2, #chartdiv3 {
      width: 100% !important;
      padding: 0;
  }
  .meioameio-list {
      width: 48%;
      margin: 1%;
      padding: 0 15px;
  }
  .meioameio-list .chartunico-grids-cem {
      margin-right: 0;
      margin-left: 0;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #dcdcdc2e;
  }
  .meioameio-list .chartunico-grids-cem:nth-of-type(1){
     padding-top: 80px;
  }
}

@media(min-width: 1920px){
  .chartunico-grids-umdetres {
      width: 31%;
      min-height: 600px;
  }
}



/*********************************
RELATÓRIO DE INVESTIMENTOS
**********************************/
.title-relatorio-investimento{
    text-align: center;
}
.grid-rel-invest{
    display: flex;
    justify-content: center;
}
.title-relatorio-investimento h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 34px;
    color: #3440b2;
}
.unico-card-menuint {
    max-width: 150px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cover-menuint {
    display: flex;
    width: 115px;
    height: 115px;
    background: #f3f5fa;
    border-radius: 10px;
    transition: 0.4s ease all;
    margin-bottom: 14px;
    position: relative;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    margin-bottom: 3px;
}
.unico-card-menuint h3 {
    margin: 0;
    font-size: 14px;
    color: #556280;
    font-weight: 600;
    line-height: 14px;
}
.unico-card-menuint {
    width: 100%;
    margin: 0;
    max-width: 120px;
    margin: 0 auto;
}
#foco .cover-menuint{
    background: #7a8cf4;
}
#foco .cover-menuint:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c4cad8;
    transform: scale(1.14);
    border-radius: 15px;
}
.unico-card-menuint:hover .cover-menuint{
    background: #7a8cf4;
    transition: 0.4s ease all;
}
.unico-card-menuint:hover .cover-menuint::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c4cad8;
    transform: scale(1.14);
    border-radius: 15px;
    transition: 0.4s ease all;
}
.unico-card-menuint .cover-menuint:after {
    display: inline-block;
    width: 75px;
}
.unico-card-menuint:nth-of-type(1) .cover-menuint:after{
    content: url(icons/relinvest1.svg);
}
.unico-card-menuint:nth-of-type(2) .cover-menuint:after{
    content: url(icons/relinvest2.svg);
}
#foco .cover-menuint:after {
    filter: brightness(0) invert(1);
    transition: 0.3s ease all;
}
.unico-card-menuint:hover .cover-menuint::after{
    filter: brightness(0) invert(1);
}
.filter-option-inner-inner{
    color: #556280;
    font-weight: 700;
    padding: 5px;
}
.bootstrap-select>.dropdown-toggle {
    background: white;
    border: 1px solid rgb(161 166 178 / 41%);
    border-radius: 8px;
    outline: none;
}
.bootstrap-select,
.bootstrap-select *{
    outline: none;
}
.unico-flex-form-select{
    display: flex;
    flex-direction: column;
}
.unico-flex-form-select > span{
    color: #556280;
    font-size: 14px;
    font-weight: 500;
}
.unico-flex-form-select > h3 {
    color: #556280;
    margin: 0;
    font-size: 18px;
    position: relative;
    top: 10px;
    font-weight: 600;
}
.flex-selects-form{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.unico-flex-form-select{
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #7a8cf4;
}
.bootstrap-select .dropdown-menu {
    padding: 0;
    z-index: 9999999;
}
/* width */
div[role="listbox"]::-webkit-scrollbar {
  width: 10px;
}

/* Track */
div[role="listbox"]::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 100px;
  transition: 0.4s ease all;
}

/* Handle */
div[role="listbox"]::-webkit-scrollbar-thumb {
  background: #b6c1ff;
  transition: 0.4s ease all;
  border-radius: 100px;
}

/* Handle on hover */
div[role="listbox"]::-webkit-scrollbar-thumb:hover {
  background: #7a8cf4;
  transition: 0.4s ease all;
}

.flex-selects-form {
    margin: 10px 0 20px;
}
.dfield-none{
    display: none;
}
.bigbutton-search-select{
    text-align: center;
}
.bigbutton-search-select input{
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #7a8cf4;
    padding: 10px 30px;
    border-radius: 10px;
    background: #7a8cf4;
    color: white;
    transition: 0.4s ease all;
}
.bigbutton-search-select input:hover{
    background: white;
    color: #7a8cf4;
    border:2px solid #7a8cf4;
    transition: 0.4s ease all;
}

.carousel-menu-ranking {
    max-width: 1100px;
}

.carousel-menu-ranking .owl-nav{
    position: absolute;
    top: 45px;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
}

.carousel-menu-ranking .owl-nav button span {
    background: #3440b2;
    color: white;
    font-size: 26px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 27px;
}

.unico-flex-form-select input[type="text"]{
   background: white;
   padding: 13px 10px;
   min-width: 75px;
   border-radius: 8px;
   border: 1px solid rgb(161 166 178 / 41%);
}

@media(min-width: 1024px){
  .dfield-none{
    display: block;
    visibility: hidden;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: auto;
  }
  .title-relatorio-investimento h2 {
      font-weight: 600;
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 20px;
  }
  .title-relatorio-investimento {
      padding: 30px 0;
  }
  .flex-selects-form {
      justify-content: center;
  }
  .unico-flex-form-select {
      width: auto;
      margin: 0 5px;
  }
  .flex-selects-form {
      margin: 20px 0 40px;
  }
  .unico-flex-form-select > h3 {
      top: 10px;
  }
}

@media(min-width: 1920px){
  .grupao-relatorio-investimento{
      width: 100%;
      margin: 0 auto 30px auto;
  }
}


/* Busca  EFPC */
.alerta-busca-efpc{
   font-weight: bold;
   font-size: 14px;
   margin-bottom: 20px;
   text-align: center;
   display: inherit;
   color: #556280;
}
.title-plano {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 35px;
    color: #342c54;
}
.title-plano:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #342c54;
    border-radius: 100px;
    position: relative;
    top: -4px;
    margin-right: 6px;
}
.patro-ativa,
.patro-antiga {
    font-weight: bold;
    font-size: 16px;
    color: #556280;
}
.patro-antiga::before, .patro-ativa:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: red;
    border-radius: 100px;
    transform: scale(0.5);
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.patro-ativa:before{
    background: #00d257;
}
.patro-antiga::before{
    background: #ff5555;
}
.plano-bloco-unico {
    padding: 40px 30px;
    margin-bottom: 30px;
    background: #fbfbfb;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
}
/* Gemini tqalbe */
@media(min-width: 1280px){
  .gemini-table table thead tr td:nth-of-type(3),
  .gemini-table table thead tr td:nth-of-type(4),
  .gemini-table table thead tr td:nth-of-type(5),
  .gemini-table table thead tr td:nth-of-type(6),
  .gemini-table table thead tr td:nth-of-type(7),
  .gemini-table table thead tr td:nth-of-type(8){
      width: 6%;
  }
  .gemini-table table thead tr td:nth-of-type(1),
  .gemini-table table thead tr td:nth-of-type(2),
  .gemini-table table thead tr td:nth-of-type(9){
      width: 13%;
  }
}


/* Home */
.sidebar-flex-home {
    padding: 35px 35px 0 35px;
    border: 1px solid #c3cada;
    border-radius: 30px;
    margin-bottom: 40px;
}
.sidebar-flex-home h2{
   font-size: 22px;
   font-weight: 700;
   color: #526283;
}
.sidebar-flex-home p{
   color: #38455b;
   font-weight: 500;
   font-size: 14px;
   margin: 20px 0;
   line-height: 18px;
}
.chart-drawn{
    margin: 0 -35px;
}
.patro-antiga{
    margin-top: 40px;
}
.plano-bloco-unico .area-de-tabela table {
    margin: 0;
}
@media(min-width: 1024px){
  .flex-home-inside{
     display: flex;
     flex-flow: wrap;
     justify-content: space-between;
  }
  .sidebar-flex-home{
      width: 20%;
  }
  .content-home-painel{
        width: 78%;
  }
}

@media(min-width: 1920px){
  .sidebar-flex-home h2 {
      font-size: 26px;
  }
}


/* Login */
.grande-login-insidesystem {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logoinside:before {
    /*content: url(icons/logois.svg);*/
    display: inline-block;
    width: 240px;
}
.formarea-login {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 4%);
    margin-top: 40px;
    text-align: center;
}
.formarea-login h2{
    color: #556280;
    font-weight: 500;
    font-size: 24px;
}
.powered{
    font-weight: bold;
    font-size: 12px;
    color: #342c54;
}
.formarea-login input[type="text"], .formarea-login input[type="password"] {
    width: 100%;
    padding: 25px 20px;
    border-radius: 20px;
    margin: 10px 0 25px 0;
    background: white;
    box-shadow: 0px 5px 12px #c4cad852;
    border: 1px solid #e2e2e2;
    outline: none;
    font-weight: bold;
    font-size: 14px;
    color: #556280;
}
.formarea-login input[type="submit"]{
    display: inherit;
    margin: 0 auto;
    padding: 10px 60px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border-radius: 10px;
    border: 2px solid;
    color: #00d257;
    margin-bottom: 10px;
    transition: 0.3s ease all;
    outline: none;
}
.formarea-login input[type="submit"]:hover{
    background: #00d257;
    color:white;
    border:2px solid #00d257;
    transition: 0.3s ease all;
}
@media(min-width: 1024px){
  .logoinside:before {
      width: 450px;
  }
  .formarea-login h2 {
      margin-bottom: 40px;
  }
  .formarea-login {
      background: white;
      padding: 45px;
  }
}
.patrocia-antiga {
    font-weight: 600;
    font-size: 16px;
    color: #556280;
}

/* Ranking */
#carouRanking .owl-item .icone1r .cover-menuint:after{
    content: url(icons/ranking/icone1.svg);
}
#carouRanking .owl-item .icone2r .cover-menuint:after{
    content: url(icons/ranking/icone2.svg);
}
#carouRanking .owl-item .icone3r .cover-menuint:after{
    content: url(icons/ranking/icone3.svg);
}
#carouRanking .owl-item .icone4r .cover-menuint:after{
    content: url(icons/ranking/icone4.svg);
}
#carouRanking .owl-item .icone5r .cover-menuint:after{
    content: url(icons/ranking/icone5.svg);
}
#carouRanking .owl-item .icone6r .cover-menuint:after{
    content: url(icons/ranking/icone6.svg);
}
#carouRanking .owl-item .icone7r .cover-menuint:after{
    content: url(icons/ranking/icone7.svg);
}
#carouRanking .owl-item .icone8r .cover-menuint:after{
    content: url(icons/ranking/icone8.svg);
}
#carouRanking .owl-item .icone9r .cover-menuint:after{
    content: url(icons/ranking/icone9.svg);
}
#carouRanking .owl-item .icone10r .cover-menuint:after{
    content: url(icons/ranking/icone10.svg);
}
#carouRanking .owl-item .icone11r .cover-menuint:after{
    content: url(icons/ranking/icone11.svg);
}
#carouRanking .owl-item .icone12r .cover-menuint:after{
    content: url(icons/ranking/icone12.svg);
}
#carouRanking .owl-item .icone13r .cover-menuint:after{
    content: url(icons/relinvest2.svg);
}
#carouRanking .owl-item .icone14r .cover-menuint:after{
    content: url(icons/relinvest1.svg);
}

/* Não tem peer */
.nao-tem-peer {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.unicapeer-title {
    color: #556280;
    font-weight: 600;
    font-size: 26px;
}
.unicapeer-title:before{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #00d257;
    content: "";
    border-radius: 100px;
    position: relative;
    top: -3px;
    transform: scale(0.7);
    margin-right: 4px;
}
.info-nao-tem-peer h2 {
    font-weight: bold;
    font-size: 58px;
    margin: 50px 0 10px 0;
    line-height: 54px;
    color: #556280;
}
.info-nao-tem-peer span {
    font-weight: 500;
    color: #556280;
    font-size: 14px;
}
.bigbody-peers .add-peer,
.inputPeer{
    color: white;
    text-decoration: none;
    background: #00d257;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #00d257;
    transition: 0.4s ease all;
    margin: 50px auto 0 auto;
    display: table;
}
.add-peer:hover,
.inputPeer:hover{
    background: white;
    color:#00d257;a
    border:1px solid #00d257;
    transition: 0.4s ease all;
    text-decoration: none;
}
.lista-de-peers{
    padding: 50px;
}
.lista-de-peers .unicapeer-title{
    text-align: center;
    margin-bottom: 30px;
}
.unicalsita-peer ul{
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.unicalsita-peer ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
    flex-flow: wrap;
}
.title-peer {
    font-weight: bold;
    color: #556280;
    font-size: 18px;
    display: flex;
    height: 100%;
    align-items: center;
}
.titles-peers-unicos{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.data-peer {
    font-size: 12px;
    color: #556280;
}
.btn-ac-peer{
   padding: 13px 20px;
   font-weight: 600;
   border: 2px solid;
   border-radius: 10px;
   font-size: 14px;
   display: inline-block;
   transition: 0.4s ease all;
}
.btn-ac-peer:hover{
    color:white;
    text-decoration: none;
    transition: 0.4s ease all;
}
.adicio-peer{
    color: #00d257;
}
.adicio-peer:hover{
    background: #00d257;
}
.edita-peer{
    color: #2d64d3;
}
.edita-peer:hover{
    background: #2d64d3;
}
.excluir-peer{
    color: #f96969;
}
.excluir-peer:hover{
    background: #f96969;
}
.form-de-peers{
    max-width: 800px;
    margin: 0 auto;
}
.form-de-peers .unicapeer-title{
    text-align: center;
}
.form-inclusao-peer form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.formgroup-peer {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-inclusao-peer form input[type="text"]{
   width: 100%;
   padding: 11px;
   border: 1px solid #d8dadf;
   border-radius: 10px;
   color: #556280;
   font-weight: bold;
}
.formgroup-peer .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}
.form-inclusao-peer form input[type="submit"]{
    color: white;
    text-decoration: none;
    background: #00d257;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #00d257;
    transition: 0.4s ease all;
    margin: 50px auto 0 auto;
    display: table;
}
.form-inclusao-peer form input[type="submit"]:hover{
    background: white;
    color:#00d257;a
    border:1px solid #00d257;
    transition: 0.4s ease all;
    text-decoration: none;
}
.formgroup-peer span {
    font-weight: bold;
    color: #556280 !important;
    font-size: 16px !important;
    text-align: left;
}
.formgroup-peer .label-radio {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 3px 0;
    font-weight: bold;
    color: #556280;
    font-size: 14px;
    line-height: 16px;
}
.apagar-peer-text  label{
   text-align: left;
   margin-bottom: 20px;
}
.formgroup-peer .label-radio input{
    margin-right: 5px;
}
@media(min-width: 1024px){
  .formgroup-peer {
      width: 32%;
  }
  .formpeer-cem{
      width: 100%;
  }
}

/******************
Alterar Senha
******************/
.bigform-altera-senha{
    padding: 50px 0;
    text-align: center;
}
.bigform-altera-senha h3{
    font-size: 24px;
    font-weight: bold;
    color: #526283;
}
.bigform-altera-senha h4{
   font-size: 14px;
   color: #526283;
}
.bigform-altera-senha h3 span{
   font-weight: bold;
   color: #00d257;
}
.form-altera-senha {
    margin-top: 50px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.form-altera-senha form {
    display: flex;
    flex-direction: column;
}
.form-altera-senha form input[type="password"],
.form-altera-senha form input[type="text"]{
   width: 100%;
   padding: 11px;
   border: 1px solid #d8dadf;
   border-radius: 10px;
   margin-bottom: 10px;
   color: #556280;
   font-weight: bold;
}
.form-altera-senha form input[type="submit"]{
    color: white;
    text-decoration: none;
    background: #00d257;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #00d257;
    transition: 0.4s ease all;
    margin: 10px auto 0 auto;
    display: table;
}

/*******************
GAUGAE
*********************/
#gauge{
    position: relative;
}
#gauge:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: white;
    width: 170px;
    height: 30px;
    z-index: 999;
}
/*
#gauge .raphael-group-5-background rect:nth-of-type(1),
#gauge .raphael-group-4-background rect:nth-of-type(1){
    fill:none;
}
#gauge .raphael-group-5-background rect:nth-of-type(2){
    stroke:white;
}
*/

/*******************
Notificaões
********************/
.ultimo-visto-home h3{
    font-size: 24px;
    font-weight: bold;
    display: inherit;
    text-align: left;
    color: #556280;
}
#carouselNotificacoes .item {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient( white, #f3f5fa);
    border: 1px solid #c3cada;
    padding: 50px;
    min-height: 480px;
    width: 100%;
}
#carouselNotificacoes .item:hover{
    text-decoration: none;
}
.iconalerta{
   width: 100px;
   height: 100px;
   margin: 0 auto 30px auto;
}
.iconalerta:before {
    display: inline-block;
    width: 96px;
}
.desc-notificaoces h3 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    min-height: 65px;
}
.desc-notificaoces p {
    color: #556280;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 60px;
}
.desc-notificaoces span {
    background: #00d257;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-block;
}
.desc-notificaoces small {
    display: inline-block;
    width: 100%;
    color: #909090;
    font-size: 10px;
    margin-top: 9px;
    line-height: 12px;
}
.alerta-novidade:before{
  content: url(icons/novidade.svg);
}
.alerta-atualização:before{
  content: url(icons/atualizacao.svg);
}
.alerta-alerta:before{
  content: url(icons/alerta.svg);
}
.alerta-funcionalidade:before{
    content: url(icons/funcionalidade.svg);
}
@media(min-width: 1440px){
  #carouselNotificacoes .item {
      padding: 50px;
  }
}


/******************
tooltip
******************/
.h3Tooltip{
  font-size: 16px;
  font-family: "Metropolis";
  color: #556280;
  margin-bottom:3px;
  font-weight: bold;
}
.descTooltip{
    font-size: 12px;
    font-weight: 400;
    color: #556280;
    margin: 5px 0
}
.blue-tooltip {
    transform: scale(0.7);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #4d4def;
    color: white;
    text-align: center;
    line-height: 19.7px;
    border-radius: 100px;
    cursor: pointer;
}
div.ui-tooltip{
    z-index: 99999999;
}
div.ui-tooltip h4{
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #556280;
    font-weight: bold;
}
.search-form-invest{
    margin-bottom: 30px;
}
.spanNum{
    color: white;
    width: 26px;
    height: 26px;
    background: #00d257;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    transform: scale(0.8);
    border-radius:100px;
}
@media(min-width: 1024px){
  .search-form-invest{
      margin-bottom: 60px;
  }
  div.ui-tooltip {
      min-width: 500px;
      padding: 10px;
  }
}

/*******************
]Notificaões
*******************/
.modal-is .modal-header{
    z-index: 99;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}
.modal-is .modal-body{
    text-align: center;
    padding: 35px;
    background: white;
    border: none;
}
.modal-is .modal-body h3{
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 24px;
    color: #556280;
}
.modal-is .modal-body span{
   font-size: 12px;
   color: #8a8a8a;
}
.modal-is .modal-body p{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #556280;
}
.modal-is .iconalerta{
    display: inline-block;
    transform: scale(0.7);
    margin: 0;
}
.modal-is .modal-header button{
    margin: 0;
    padding: 0;
    position: absolute;
    right: -20px;
    background: #00d257;
    width: 40px;
    height: 40px;
    text-shadow: none;
    opacity: 1;
    border-radius: 100px;
    font-weight: 100;
    color: white;
    top: -15px;
}
.title-grandN .tooltip-toolbar{
    line-height: 26px;
    transform: scale(0.8);
}
.tooltip-toolbar{
    font-style: normal;
    width: 26px;
    height: 26px;
    background: white;
    border: 1px solid white;
    display: inline-block;
    border-radius: 100px;
    color: #00d257;
    text-align: center;
    margin-left: 5px;
    transform: scale(0.9);
    cursor: pointer;
}
.tooltiptoolbar-desc{
    padding: 10px;
    font-size: 12px;
    color:#556280;
}
.buttons-Peer {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.buttons-Peer a {
    padding: 10px 40px;
    color: white;
    background: red;
    margin: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease all;
}
.buttons-Peer a:nth-of-type(1){
    background: #ff5151;
    border:1px solid #ff5151;
}
.buttons-Peer a:nth-of-type(1):hover{
    background: white;
    color: #ff5151;
    border: 1px solid #ff5151;
    transition: 0.4s ease all;
}
.buttons-Peer a:nth-of-type(2){
    background: #00d257;
    border:1px solid #00d257;
}
.buttons-Peer a:nth-of-type(2):hover{
    background: white;
    transition: 0.4s ease all;
    color: #00d257;
    border: 1px solid #00d257;
}
#retornosx .area-de-tabela {
    position: relative;
    padding-top: 25px;
}


/***************************
Input
****************************/
.input-texto-peers{
    border: 1px solid #d8dadf;
    border-radius: 9px;
    padding: 15px;
}
.fontePeer{
    font-size: 12px;
    color: #556280;
}
.tbPeer td{
    padding: 5px;
}
.depois-filtro-efpc{
    margin-top: 60px;
}
.depois-filtro-efpc li {
    display: flex;
    padding: 20px;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    background: #f3f5fa;
    margin-bottom: 25px;
}
.depois-filtro-efpc li span{
   font-size: 12px;
   font-weight: 500;
   color: #556280;
   display: inline-block;
}
.depois-filtro-efpc li .namePeer_sigla{
    font-weight: bold;
    color: #556280;
    font-size: 16px;
}
.add-peer-btn a{
    color: white;
    text-decoration: none;
    background: #00d257;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #00d257;
    transition: 0.4s ease all;
    display: table;
}
.add-peer-btn a:hover{
    background: white;
    color:#00d257;a
    border:1px solid #00d257;
    transition: 0.4s ease all;
    text-decoration: none;
}
.efpcs-do-peer{
    width: 100%;
    margin-top: 15px;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: none;
}
.efpcs-do-peer span {
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    color: #556280;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.efpcs-do-peer span:last-of-type{
    margin-bottom: 0;
}
.efpcs-do-peer span a {
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    background: #ff4e4e;
    color: white;
    border-radius: 100px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.openclose {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    background: #00d257;
    border-radius: 100px;
    width: 25px;
    transform: scale(0.6);
}
.openclose:before {
    content: url(icons/down.svg);
    width: 12px;
    display: inline-block;
    height: 12px;
    filter: invert(1);
    position: relative;
    top: 7px;
    left: 6px;
}
.add-peer-btn .btnDeleta {
    border-radius: 100px;
    opacity: 0;
    transition: 0.4s ease  all;
    width: 46px;
    padding: 0;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: #ff5a5a;
    border: 1px solid;
    display: none;
}
.add-peer-btn .saiBtn{
   opacity: 0;
   width: 0;
   display: none;
   transition: 0.4s ease  all;
}
.add-peer-btn .entraBtn{
   opacity: 1;
   transition: 0.4s ease  all;
   display: flex;
}
.area-de-tabela table tbody tr td .addPeer-efpc, .addPeer-efpc {
    color: #00d257;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    border: 1px solid;
    margin-right: 5px;
    cursor: pointer;
    padding: 3px;
    font-size: 0;
}
.addPeer-efpc:hover{
    background: #00d257;
    color:white !important;
    text-decoration: none;
}
.addPeer-efpc{
    font-size: 0;
}
.addPeer-efpc:before {
    content: url(icons/plus.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    transition: 0.4s ease all;
}
.addPeer-efpc:hover::before{
    filter: brightness(0) invert(1);
    transition: 0.4s ease all;
}
.center-addper{
   display: flex;
   align-items: center;
}
.add-com-sucesso,
.add-com-erro{
    width: 100%;
    display: none;
    margin: 10px 0 0 0;
}
.add-com-sucesso span,
.add-com-erro span {
    background: #00d257;
    color: white !important;
    border-radius: 100px;
    padding: 10px 30px;
    font-weight: bold;
    margin-top: 17px;
    display: inline-block;
}
.add-com-erro span{
    background: red;
}


/*****************
Wzport icon
****************/
.amcharts-amexport-item {
  border: 2px solid #777;
}

.amcharts-amexport-top .amcharts-amexport-item > .amcharts-amexport-menu {
  top: -3px!important;
  left: 2px
}
#myChart7:hover {
    z-index: 99999999999999999999999;
    position: relative;
}
.amcharts-amexport-menu-level-0.amcharts-amexport-top {
    top: -40px !important;
    z-index: 99999999;
}
#retornos .area-de-tabela {
    position: relative;
    padding-top: 65px;
}


/* Estrelas */
.estrelasp{
    display: inline-block;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.estrelasp span {
    display: inline-block;
    line-height: 10px;
}
.estrelasp:before {
    display: inline-block;
    width: 22px;
    border: 1px solid #f7d870;
    border-radius: 100px;
    padding: 2px;
}
.stars-and-p {
    display: flex;
    margin-right: 5px;
}
.stars-and-p-td {
    width: 0px;
}
.top1:before, .top2:before, .top3:before, .top4:before, .top5:before {
    width: 10px;
    display: inline-block;
}
.cinqestrelas:before,
.top1:before{
    content: url(icons/ranking1.svg);
}
.quatrestrelas:before,
.top2:before{
    content: url(icons/ranking2.svg);
}
.trestrelas:before,
.top3:before{
    content: url(icons/ranking3.svg);
}
.dusestrela:before,
.top4:before{
    content: url(icons/ranking4.svg);
}
.unestrela:before,
.top5:before{
    content: url(icons/ranking5.svg);
}
.addpeer-td-interna, .interrogacao-td {
    width: 0% !important;
    padding: 0 !important;
}
.title-doouble-chart {
    margin: 20px 0 10px 0;
    width: 100%;
    text-align: center;
}
.title-doouble-chart h3{
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #546283;
}
.desc-grandN{
    max-width: 95%;
    margin: 0 auto;
}

@media(max-width: 600px){
  .unicagrid-grandenumero {
      min-height: 430px;
  }
  .valoran-grandN {
      font-size: 18px;
      margin: 15px 0;
  }
  .title-grandN .subtitle-grandN {
      display: inline-block;
  }
  .show-desktop{
      display: none;
  }
}
.sidebar-menu-openendx{
    display: block;
}
.loadtabs {
    background: rgb(0 0 0 / 67%);
    position: absolute;
    left: 0;
    top: 0;
    width: 98%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-item{
    position: relative;
}
.loadtabs:before {
    content: url(icons/load.svg);
    display: inline-block;
    width: 34px;
    filter: invert(1);
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/***********************
*****************************/
#atividade1, #atividade2 {
    max-width: 300px;
    font-weight: bold;
    font-size: 14px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #d8dadf;
    margin-left: 10px;
    color: #556280;
    cursor: pointer;
    outline: none;
}
.ranking-num{
    color: white;
    padding: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#eec882, #d2a249);
    font-weight: bold;
}
.tracen:before{
    content: "-";
}
