section.header__eleicoes {
    height: 100vh;
    position: relative;
    background: red;
    width: 98%;
    left: 1%;
    border-radius: 10px;
    margin-top: 100px;
}

.flex-whitebar-eleicoes {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.unicawhiteblock {
    width: 48%;
    background: white;
    text-align: center;
    margin: 1%;
    border-radius: 10px;
    box-shadow: 0px 8px 6px -5px rgba(134, 116, 82, 0.31);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
}

.unicawhiteblock h3 {
    color: #1A3F6C;
    font-weight: 700;
    font-family: 'Neo Sans Std';
    font-size: 16px;
    margin: 10px 0 0 0;
    line-height: 16px;
}

.unicawhiteblock i {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.unicawhitebloco:nth-of-type(1) i:before {
    content: url(treeicon_1.svg);
}

.unicawhitebloco:nth-of-type(2) i:before {
    content: url(treeicon_2.svg);
}

.unicawhitebloco:nth-of-type(3) i:before {
    content: url(treeicon_3.svg);
}

.unicawhitebloco i:before {
    width: 100%;
    display: inline-block;
}


main#_eleicoes {
    padding: 20px 0 60px 0;
}

.titlemaster-aba1__eleicoes {
    text-align: center;
    color: #1A3F6C;
    margin-bottom: 30px;
}

.titlemaster-aba1__eleicoes h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.titlemaster-aba1__eleicoes h3 {
    font-weight: 700;
    font-family: 'Neo Sans Std';
    font-size: 20px;
    margin: 10px 0;
    color: #E60074;
}

.title-unico__eleicoes {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title-unico__eleicoes h2 {
    font-family: 'Neo Sans Std';
    font-size: 24px;
    color: #9A9A9A;
    font-weight: 500;
    margin: 0;
    background: whitesmoke;
    position: relative;
    padding-right: 10px;
    line-height: 26px;
}

.title-unico__eleicoes:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #9A9A9A;
    opacity: 0.4;
}
.guias-grandes.aba-oculta .title-unico__eleicoes:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 70px;
    line-height: 70px;
    color: #E52475;
}
.guias-grandes.aba-oculta .title-unico__eleicoes.ativo:after {
    content: "-";
}
.guias-grandes.aba-oculta .whitebloc__eleicoes,
.guias-grandes.aba-oculta .group-content {
    display: none;
}

.whitebloc__eleicoes {
    padding: 20px;
    background: white;
    border-radius: 15px;
}

.title-whitebloc__eleicoes {
    display: table;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    background: #E31E73;
    margin-bottom: 15px;
    margin-top: -30px;
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);
}

.title-whitebloc__eleicoes h2 {
    color: white;
    margin: 0;
    font-family: 'Neo Sans Std';
    font-size: 22px;
    padding: 15px 15px 12px 15px;
}

.content-whitebloc__eleicoes .bigg_parag {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #1A3F6C;
    margin-bottom: 30px;
}

.content-whitebloc__eleicoes ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #434A53;
}

.content-whitebloc__eleicoes ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}

.content-whitebloc__eleicoes p {
    font-size: 14px;
    line-height: 16px;
    color: #434A53;
}

span.orange-color__eleicoes {
    color: #EE9D39;
    font-weight: bold;
}

.greybox-alert {
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    background: #ECECEC;
    margin-bottom: 20px;
}

.greybox-alert p {
    color: #1A3F6C;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.greybox-alert p span {
    color: #508ECB;
    font-weight: 700;
}

small.retificacoes__eleicoes {
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    font-style: italic;
    color: #1A3F6C;
}

.guias-grandes {
    margin-bottom: 50px;
}

.flex-grids-whites__eleicoes {
    display: flex;
    flex-flow: wrap;
}

.unicawhitebloco {
    padding: 25px;
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.unicawhitebloco h3 {
    color: #E52475;
    font-family: 'Neo Sans Std';
    font-size: 20px;
    font-weight: 500;
}

.unicawhitebloco p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #1A3F6C;
}

.unicawhitebloco i {
    display: inline-block;
    height: 30px;
    width: 50px;
    margin-bottom: 10px;
}

.pinkbullet__abainterna:before {
    content: url(exclamation.svg);
    display: inline-block;
    position: absolute;
    left: 0;
    transform: scale(0.8) translate(10px, -5px);
}

.lista-lateral {
    margin-bottom: 30px;
}

.lista-lateral li {
    display: flex;
    align-items: center;
}

.content-whitebloc__eleicoes ul.lista-lateral li::before {
    display: none;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.content-whitebloc__eleicoes ul.lista-lateral li:nth-of-type(1)::before {
    content: url(lateralic_1.svg);
}

.content-whitebloc__eleicoes ul.lista-lateral li:nth-of-type(2)::before {
    content: url(lateralic_2.svg);
}

.content-whitebloc__eleicoes ul.lista-lateral li:nth-of-type(3)::before {
    content: url(lateralic_3.svg);
}

.content-whitebloc__eleicoes ul.lista-lateral li:nth-of-type(4)::before {
    content: url(lateralic_4.svg);
}

.content-whitebloc__eleicoes ul.lista-lateral li:nth-of-type(5)::before {
    content: url(lateralic_5.svg);
}

p.bigg_parag__abainterna {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #1A3F6C;
}

p.bigg_parag__abainterna a {
    color: #1A3F6C;
    text-decoration: underline;
}

.pinkbullet__abainterna {
    padding: 20px;
    border-radius: 20px;
    box-shadow: inset 0px 2px 3px 4px rgba(0, 0, 0, 0.07);
    background: #E52475;
}

.pinkalerta__abainterna {
    margin-top: 40px;
}

.pinkbullet__abainterna p {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
}

.pinkbullet__abainterna p b {
    font-weight: 600;
}

.flexboxes-timeline {
    display: flex;
    flex-flow: wrap;
    padding: 20px 10px;
    border-radius: 0 10px 10px 10px;
    border: 1px solid #D9D9D9;
    margin-top: 10px;
}

.unicaflexboxes-timeline h3 {
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
}

.unicaflexboxes-timeline {
    width: 50%;
    border-right: 1px solid #d9d9d9;
}

.unicaflexboxes-timeline:last-of-type {
    border: none;
    padding-left: 20px;
}

.unicaflexboxes-timeline a {
    background: #E52475;
    color: white;
    font-size: 14px;
    display: inline-block;
    padding: 5px 25px 5px 55px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.timeline-whitebloc__eleicoes ul {
    color: #1A3F6C;
}

.unicaflexboxes-timeline a:before {
    content: "";
    display: inline-block;
    width: 30px;
    background: #BA2E69;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pinkparagraph__interna h2 {
    color: #E52475;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    font-size: 24px;
}

.pinkparagraph__interna p, .pinkparagraph__interna ul {
    font-weight: 500;
    color: #1A3F6C;
    font-size: 16px;
    line-height: 18px;
}

.pinkparagraph__interna ul li {
    padding-bottom: 15px;
}

.pinkparagraph__interna ul li a {
    color: #1A3F6C;
    text-decoration: underline;
}

ul.lista-contatos {
    border-bottom: 1px solid rgb(154 154 154 / 90%);
    margin-bottom: 20px;
}

p.lastcenter-paragraph {
    text-align: center;
    font-weight: 400;
}

p.lastcenter-paragraph a {
    color: #E21F73;
    font-weight: 600;
    text-decoration: underline;
}

.whitebloc__eleicoes.whitebloc-semfundo {
    padding: 0;
    background: none;
    border-radius: 0;
}

.title-etapasflex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.title-etapasflex h2 {
    margin: 0;
    width: 50%;
    text-align: center;
    font-size: 18px;
    font-family: 'Neo Sans Std';
    color: #E21F73;
    padding: 20px 0;
}

.content-etapasflex ul {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 18px 10px -10px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.content-etapasflex ul li {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(185, 185, 185, 0.9);
    margin: 0;
    padding: 14px 0px;
}

.content-etapasflex ul li b, .content-etapasflex ul li span {
    width: 50%;
    text-align: center;
    align-items: center;
    color: #1A3F6C;
    font-size: 14px;
    line-height: 16px;
}

.content-etapasflex ul li b {
    font-family: 'Neo Sans Std';
}

.content-etapasflex ul li:last-of-type {
    border: none;
}

.content-etapasflex small {
    color: #1A3F6C;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.sidepic-ultimaguia {
    width: 100%;
    height: 300px;
    background: url(final-img-eleicoes-min.jpg);
    border-radius: 20px;
    position: relative;
    z-index: 8;
    background-size: cover;
    background-position: center center;
}

.sidetext-ultimaguia {
    width: 96%;
    background: white;
    padding: 40px 30px 30px 30px;
    left: 2%;
    position: relative;
    margin-top: -10px;
    border-radius: 0 0 15px 15px;
}

.sidetext-ultimaguia p {
    color: #1A3F6C;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}

.sidetext-ultimaguia h2 {
    color: #E21F73;
    font-family: 'Neo Sans Std';
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

.unicawhiteblock i:before {
    display: inline-block;
    width: 100%;
}

.unicawhiteblock:nth-of-type(1) i:before {
    content: url(etapas-processo.svg);
}
.unicawhiteblock:nth-of-type(2) i:before {
    content: url(inscricoes-encerradas.svg);
}
.unicawhiteblock:nth-of-type(3) i:before {
    content: url(edital-regulamento.svg);
}
.unicawhiteblock:nth-of-type(4) i:before {
    content: url(votacao.svg);
}
.unicawhiteblock:nth-of-type(5) i:before {
    content: url(notices.svg);
}


/* .unicawhiteblock:nth-of-type(5) i:before {
    content: url(iconelista_5.svg);
}

.unicawhiteblock:nth-of-type(6) i:before {
    content: url(iconelista_6.svg);
    width: 40px;
} */

ul.lista-contatos li:before {
    width: 50px;
    display: inline-block;
    position: absolute;
    left: -65px;
}

ul.lista-contatos li:nth-of-type(1)::before {
    content: url(latericon1.svg);
}

ul.lista-contatos li:nth-of-type(2)::before {
    content: url(latericon2.svg);
}

ul.lista-contatos li:nth-of-type(3)::before {
    content: url(latericon3.svg);
}

.grupo-barrapink {
    background: #E21F73;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: -100px;
}

.title-novabarrapink {
    margin-top: -30px;
}


.title-novabarrapink h2 {
    background: white;
    padding: 20px;
    font-size: 29px;
    font-family: 'Neo Sans Std';
    font-weight: 500;
    border: 1px solid red;
    box-shadow: inset 0 -4px 0 #AE105E;
    border-radius: 10px;
    color: #E21F73;
    border-bottom: none;
}

.flex-options-barrapink {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.unicaflex-barrapink:nth-of-type(2) {
    border-right: none;
}

.unicaflex-barrapink a i:before {
    content: url(seta.svg);
}

.unicaflex-barrapink {
    width: 50%;
    padding: 20px 20px;
    border-right: 1px solid #742F2F;
}

.unicaflex-barrapink h2 {
    color: white;
    font-family: 'Neo Sans Std';
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.unicaflex-barrapink:last-of-type {
    border: none;
}

.unicaflex-barrapink a i {
    width: 40px;
    height: 35px;
    margin-right: 15px;
    background: #1A3F6C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unicaflex-barrapink a i:before {
    content: url(seta.svg);
    display: inline-block;
    width: 15px;
    height: 16px;
}

.unicaflex-barrapink a {
    background: #FFFFFF;
    box-shadow: 0px 6.84633px 4.56422px -3.42317px rgba(0, 0, 0, 0.25);
    border-radius: 4.86055px;
    color: #1A3F6C;
    font-size: 14px;
    padding: 0 20px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    font-weight: 500;
}

.content-etapasflex ul li.special-LI {
    border-radius: 1000px;
    padding: 0;
    border: 1px solid #E31F74;
    border-radius: 42px;
}

.unicaflexboxes-timeline a:after {
    content: url(seta.svg);
    display: inline-block;
    width: 16px;
    position: absolute;
    left: 7px;
    top: 7px;
}

li.passado-LI {
    border: none !important;
    opacity: 0.4;
}

.startline-text {
    text-align: center;
    padding: 30px 0 0 0;
}

.startline-text h2 {
    color: #1A3F6C;
    font-size: 24px;
    font-weight: 400;
}

.startline-text span {
    color: #E60074;
    font-weight: bold;
    font-family: 'Neo Sans Std';
    font-size: 24px;
    margin: 20px 0;
    display: inline-block;
}

.flex-buttons-edital-inscri {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-flow: wrap;
}

.unicobutton__editalonscri {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unicobutton__editalonscri:last-of-type {
    border: none;
}

.unicobutton__editalonscri h3 {
    color: #E21F73;
    font-family: 'Neo Sans Std';
    font-size: 24px;
    margin-bottom: 20px;
}

.unicobutton__editalonscri a {
    display: inline-block;
    background: #F4F4F4;
    box-shadow: 0px 6.84633px 4.56422px -3.42317px rgba(0, 0, 0, 0.25);
    border-radius: 4.86055px;
    color: #1A3F6C;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.unicobutton__editalonscri a i {
    margin-right: 30px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1A3F6C;
}

.unicobutton__editalonscri a i:before {
    content: url(seta.svg);
    display: inline-block;
    width: 20px;
    transform: translate(0px, 10px);
}
/* .tables-inscritos .group-table {
  display: none;
} */
.tables-inscritos .group-table{
  padding: 30px 0 0;
}
.tables-inscritos .pinkparagraph__interna h2 {
    position: relative;
    margin: 0;
    cursor: pointer;
}
.tables-inscritos .pinkparagraph__interna h2:after {
/* .box-slides .pinkparagraph__interna h2:after { */
    content: "+";
    position: absolute;
    right: 0;
    font-size: 40px;
    line-height: 30px;
    transition: .6s ease-in-out;
}
.tables-inscritos .pinkparagraph__interna h2.ativo:after {
    content: "-";
}
.guias-grandes:first-child .pinkparagraph__interna:first-child h2:after {
  content: "";
}
.tables-inscritos .pinkparagraph__interna {
    padding: 20px 0;
}

@media(min-width: 1024px){
  .flex-whitebar-eleicoes {
      margin-top: -40px;
  }
  .tables-inscritos .pinkparagraph__interna {
      padding: 0;
  }
  .unicobutton__editalonscri {
      width: 50%;
      border-right: 1px solid rgb(0 0 0 / 12%);
      border-bottom: none;
  }
  section.header__eleicoes {
      height: 500px;
  }

  .unicawhiteblock {
      width: 15.6%;
      margin: 0.5%;
  }

  .titlemaster-aba1__eleicoes h2 {
      font-size: 22px;
      line-height: 28px;
  }

  .titlemaster-aba1__eleicoes h3 {
      font-size: 24px;
      line-height: 34px;
  }

  .title-unico__eleicoes h2 {
      font-size: 28px;
  }

  .title-unico__eleicoes {
      padding: 20px 0;
  }

  .guias-grandes:nth-of-type(3) .whitebloc__eleicoes {
      margin-top: 100px;
      padding-top: 0;
  }

  .title-whitebloc__eleicoes h2 {
      font-size: 28px;
  }

  .title-whitebloc__eleicoes {transform: translate(0px, -30px);}

  .content-whitebloc__eleicoes .bigg_parag {
      font-size: 22px;
      line-height: 28px;
      margin: 40px 0;
  }

  .whitebloc__eleicoes {
      padding: 50px;
  }

  .content-whitebloc__eleicoes ul li {
      font-size: 18px;
      line-height: 24px;
  }

  .content-whitebloc__eleicoes p {
      font-size: 18px;
      line-height: 22px;
  }

  .greybox-alert {
      padding: 20px 80px;
  }

  .content-whitebloc__eleicoes p {
  }

  small.retificacoes__eleicoes {
      font-size: 16px;
      line-height: 20px;
  }

  .unicawhitebloco {
      width: 32%;
  }

  .flex-grids-whites__eleicoes {
      justify-content: space-between;
      margin-bottom: 20px;
  }

  .pinkbullet__abainterna p {
      font-size: 18px;
  }

  .pinkbullet__abainterna {
      max-width: 500px;
      padding-left: 80px;
      position: relative;
      margin: 0 auto;
      z-index: 3;
  }

  .pinkalerta__abainterna {
      position: relative;
  }

  .pinkalerta__abainterna:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #9A9A9A;
      top: calc(50% - 1px);
  }

  .pinkalerta__abainterna:after {
      content: "";
  }

  .pinkalerta__abainterna:after {
      content: "";
      background: whitesmoke;
      width: 600px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: table;
      margin: 0 auto;
  }

  .unicaflexboxes-timeline {
      width: 33%;
  }

  .unicaflexboxes-timeline h3 {
  }

  .unicaflexboxes-timeline {
      padding: 10px 20px;
  }

  .unicaflexboxes-timeline:last-of-type {
      padding-top: 20px;
  }

  .content-whitebloc__eleicoes ul li {
      margin-bottom: 35px;
  }

  .content-whitebloc__eleicoes ul li:last-of-type {
      margin: 0;
  }

  .timeline-whitebloc__eleicoes {
      padding-left: 60px;
      position: relative;
  }

  .pinkparagraph__interna h2 {
      margin-bottom: 20px;
  }

  .pinkparagraph__interna {
      margin-bottom: 30px;
  }

  ul.lista-contatos {
      padding-left: 60px;
      padding-bottom: 30px;
      margin-bottom: 60px;
  }

  .title-etapasflex h2 {
      font-size: 34px;
  }

  .content-etapasflex ul li b, .content-etapasflex ul li span {
      font-size: 18px;
      padding: 15px 0;
  }

  .content-whitebloc__eleicoes ul li {
  position: relative;
  }

  .content-etapasflex small {
      font-size: 14px;
  }

  .ultimaguia-flexiv {
      display: flex;
      flex-flow: wrap;
      align-items: center;
  }

  .sidepic-ultimaguia {
      width: 39%;
      height: 380px;
  }

  .sidetext-ultimaguia {
      left: 0;
      width: 61%;
      margin: 0;
      border-radius: 0 20px 20px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px 80px;
      transform: translate(-10px, 0px);
  }

  .sidetext-ultimaguia h2 {
      font-size: 34px;
      line-height: 40px;
  }

  .timeline-whitebloc__eleicoes:before {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      left: 0;
      background: #EBEBEB;
  }

  .timeline-whitebloc__eleicoes ul li:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      left: -65px;
      background: #1A3F6C;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      z-index: 8;
      top: calc(50% - 5px);
  }

  .timeline-whitebloc__eleicoes ul li:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 100px;
      left: -75px;
      background: #EBEBEB;
      box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.13);
      border: 4px solid white;
      top: calc(50% - 15px);
  }

  .flex-etapas-processo ul li {
      margin: 0;
  }

  .title-novabarrapink {
      max-width: 500px;
      display: table;
      margin: -40px auto 15px auto;
      width: 100%;
  }

  .unicaflex-barrapink a {
      justify-content: center;
      padding: 10px 40px 10px 70px;
  }

  .unicaflex-barrapink a i {
      position: absolute;
      left: 0;
      height: 100%;
  }

  .unicaflex-barrapink {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .unicaflex-barrapink h2 {
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 25px;
  }
  .aba-candidatos .diretor-eleito.pinkparagraph__interna {
      margin: 0;
  }
  .unicaflex-barrapink:nth-of-type(2) {
      border-right: 1px solid #742F2F;
  }

  .grupo-barrapink {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      border-radius: 20px;
  }

  .unicaflex-barrapink {
      width: 33%;
  }
  .content-whitebloc__eleicoes ul.lista-lateral li::before{
      display: inline-block;
  }
}

/* candidatos */
.aba-candidatos .pinkparagraph__interna h2 {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
}
.aba-candidatos .flex-content,
.aba-candidatos .items-candidatos {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap:10px;
}
.aba-candidatos .items-candidatos i {
    width: 200px;
    height: 200px;
    position: relative;
    display: block;
    margin: 0 auto 10px;
}

.aba-candidatos .items-candidatos img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.aba-candidatos .items-candidatos a,
.cards-chapas.desistente a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #e41e73;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
}

.aba-candidatos .items-candidatos p {
    font-size: 18px;
    line-height: 24px;
}
/* deliberativo */
.cards-chapas h4 {
    font-size: 16px;
    font-weight: 600;
    color: #e41e73;
}
.cards-chapas .items-candidatos h4 {
    width: 100%;
    color: #1A3F6C;
    font-weight: 400;
}
.cards-chapas {
  padding: 20px 0;
}
.cards-chapas.desistente {
    background: #f2f4f8;
    border-radius: 12px;
    padding: 30px 10px;
}
.conselho-fiscal .cards-chapas.desistente:last-child .items-candidatos,
.conselho-fiscal .cards-chapas.desistente:last-child h4,
.conselho-fiscal .cards-chapas.desistente:last-child p {
    filter: saturate(0);
}
.conselho-fiscal .cards-chapas.desistente:last-child a {

}
/* modal */
.modal-candidatos .modal-header {
    position: absolute;
    border: none;
    right: -20px;
    top: -20px;
}
.modal-candidatos .modal-header button {
    outline: none;
    background: #e31d75;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.modal-candidatos .flex-content {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    grid-gap: 20px;
}
.modal-candidatos .flex-content img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
}
.modal-candidatos .flex-content .image-mod {
    width: 100px;
}
.modal-candidatos .flex-content .desc-header {
    width: 50%;
}
.modal-candidatos .desc-header h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1a3f6c;
    margin:0;
}
.modal-candidatos .desc-header h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1a3f6c;
    max-width: 200px;
}
.modal-candidatos .conteudo-candidato {
    padding-top: 30px;
}
.modal-candidatos .conteudo-candidato p,
.modal-candidatos .conteudo-candidato li {
    font-size: 14px;
    line-height: 20px;
    color: #1a3f6c;
}
/* .modal-candidatos .conteudo-candidato li:nth-of-type(4), */
.modal-candidatos .conteudo-candidato li:last-child {
    padding-bottom: 20px;
}
.modal-candidatos .conteudo-candidato .minicurriculo p:nth-of-type(2){
  display: none;
}
.modal-candidatos .conteudo-candidato div p:first-child {
    margin-bottom: 10px;
}
.modal-candidatos .modal-body {
    padding: 30px 40px;
    max-height: 90vh;
    overflow-y: scroll;
}
.modal-candidatos .modal-content {
    border-radius: 20px;
}
/* votacao  */
.box-outlined-pink {
    border: 1px solid #e41e73;
    padding: 30px;
    border-radius: 15px;
}

.box-outlined-pink .flex-content.votacao-box {
    border-bottom: 1px solid #e41e73;
    margin-bottom: 30px;
    padding: 10px 0;
}

.flex-content.votacao-box .head-box i,
.box-slides i {
    display: inline-block;
    background: #000;
    width: 30px;
    height: 30px;
    margin: 10px 0;
}

.flex-content {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    grid-gap: 10px;
}

.flex-content.votacao-box .head-box h2 {
    margin: 0;
}
.box-slides .pinkparagraph__interna {
    position: relative;
}
.box-slides h2 {
    color: #1A3F6C;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    border-bottom: 1px solid #D2D2D2;
    padding: 0 0 20px;
}

.box-slides .group-table p {
    font-size: 16px;
    line-height: 22px;
}

span.bulletex {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e41d73;
    border-radius: 100px;
    transform: translate(0px, -1px) scale(0.5);
    margin-right: 6px;
}

.box-slides .group-table {
    padding: 20px 0;
    width: 100%;
}

.box-outlined-pink.circle {
    border-radius: 50px;
    margin: 30px 0;
}
.box-outlined-pink.circle .flex-content.votacao-box {
    border: none;
    padding: 0;
}
.box-outlined-pink.circle .flex-content.votacao-box li {
    margin: 0;
}
/* .box-slides .pinkparagraph__interna.flex-content .group-table{
  display: none;
} */
.flex-content.votacao-box .head-box i {
  background: url(icon-1.svg) no-repeat center center;
  background-size: contain;
}

.box-slides .pinkparagraph__interna:nth-of-type(1) i {
  background: url(icon-2.svg) no-repeat center center;
  background-size: contain;
}
.box-slides .pinkparagraph__interna:nth-of-type(2) i {
  background: url(icon-3.svg) no-repeat center center;
  background-size: contain;
}
.box-slides .pinkparagraph__interna:nth-of-type(3) i {
  background: url(icon-4.svg) no-repeat center center;
  background-size: contain;
}
.box-slides .pinkparagraph__interna:nth-of-type(5) i {
  background: url(icon-6.png) no-repeat center center;
  background-size: contain;
  width: 35px;
}
.box-outlined-pink.circle .flex-content.votacao-box i{
  background: url(icon-6.svg) no-repeat center center;
  background-size: contain;
}
.box-outlined-pink .content-head p {
    color: #1a3f6c;
}

.menutype-fourx {
    margin-left: auto;
    margin-top: 0;
}

.menutype-fourx a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 1000px;
    border: 3px solid #f80073;
    color: white;
    animation: hovrouz 2s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite;
    background: #f80073;
}

.menutype-fourx a img {
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50px, 55px);
    animation: clicou 2s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite;
}

@keyframes hovrouz {
  0%, 100%{
    background: #f80073;
    border: 3px solid #f80073;
  }
  50% {
      background: #1A3F6C;
      border: 3px solid #1A3F6C;
      box-shadow: inset 0 0 7px 6px rgb(0 0 0 / 38%);
  }
}

@keyframes clicou {
  0%, 100%{
    transform: translate(50px, 55px);
  }
  50%{
    transform: translate(20px, 30px);
  }
}

.chegou_hora_votar {
    background: #e41d73;
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}

.chegou_hora_votar h2 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

.chegou_hora_votar p {
    font-size: 16px;
    padding: 0 20px;
    margin: 0;
    color: white;
    font-weight: 500;
}

.pinkparagraph__interna.flex-content.paragrafo-nov-eleicos {
    padding: 25px;
    background: #1a3f6c;
    border-radius: 6px;
}

.pinkparagraph__interna.flex-content.paragrafo-nov-eleicos p {font-size: 20px;color: white;margin: 0;line-height: 26px;}

.pinkparagraph__interna.flex-content.paragrafo-nov-eleicos p span {
    font-weight: bold;
    font-size: 22px;
}

.pinkparagraph__interna.flex-content.paragrafo-nov-eleicos p span a {
    color: #e31e73;
    text-decoration: underline;
}

@media(min-width:1024px) {
  .aba-candidatos .items-candidatos {
    width: 30%;
    padding: 30px;
    grid-gap: 5px;
    align-self: baseline;
  }
  .aba-candidatos .items-candidatos i {
      width: 150px;
      height: 150px;
  }
  /* deliberativo */
  .cards-chapas h4 {
    font-size: 16px;
    font-weight: 600;
    color: #e41e73;
  }
  .cards-chapas {padding: 20px 0;}
  .cards-chapas {
      width: 48%;
  }
  .cards-chapas .flex-content {padding: 0;}
  .cards-chapas .items-candidatos {
      width: 40%;
      padding: 0 10px;
  }
  /* votacao */
  .box-outlined-pink .flex-content.votacao-box .content-head {
      width: 70%;
  }
  .box-slides h2 {
      margin: 0;
      border: none;
      padding: 0;
  }
  .box-outlined-pink .flex-content {
      justify-content: space-between;
  }
  .box-slides .group-table {
      border-top: 1px solid #d2d2d2;
  }
  .box-outlined-pink.circle .flex-content {
      align-self: center;
      padding: 0;
      margin: 0;
  }
  .box-outlined-pink.circle {
    border-radius: 100px;
    padding: 30px 50px;
  }
  .box-slides .flex-content {
      justify-content: normal;
      margin-bottom: 0;
  }
  .box-outlined-pink .flex-content.votacao-box .head-box {
    margin: 0;
  }
  .box-outlined-pink .flex-content.votacao-box {
    padding-bottom: 30px;
  }
  .box-outlined-pink.circle .flex-content.votacao-box .content-head p {
    margin: 0;
  }
}
@media(min-width:1280px) {
  .aba-candidatos .items-candidatos {
    width: 16%;
    padding: 10px 20px;
  }
  .aba-candidatos .flex-content {
    grid-gap: 0;
    justify-content: space-between;
  }
  .aba-candidatos .items-candidatos i {
    width: 100px;
    height: 100px;
  }
  /* deliberativo */
  .cards-chapas {
    width: 30%;
  }
  .conselho-deliberativo .items-candidatos,
  .conselho-fiscal .items-candidatos {
      width: 50%;
  }
  .aba-candidatos p {
    font-size: 14px;
    line-height: 20px;
  }
  .aba-candidatos .items-candidatos p {font-size: 15px;line-height: 20px;}
  .aba-candidatos .items-candidatos a,
  .cards-chapas.desistente a {
      font-size: 14px;
      line-height: 20px;
  }
}


.boxwhitevideo__eleicoes {
    background: white;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
    position: relative;
}

.covervideo__eleicoes {
    width: 100%;
    border-radius: 10px;
    background: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/03/Eleicoes_Libertas_saiba_como_votar.gif);
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.desc-covervideo__eleicoes {
    padding-top: 20px;
    font-size: 16px;
    overflow: hidden;
}

.pinkparagraph__interna.flex-content .desc-covervideo__eleicoes p {
    color: #1a3f6c;
    margin: 0;
}

.desc-covervideo__eleicoes a {
    font-weight: bold;
    text-decoration: underline;
    color: #e41d73;
}

.covervideo__eleicoes:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 10px;
    background: hsl(0deg 0% 0% / 43%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(0, 0, 0, 0.28);
}

.covervideo__eleicoes:after {
    content: url(../svg/playvideo.svg);
    display: inline-block;
    transform: scale(1.5);
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}


.boxwhitevideo__eleicoes:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/03/vota-selo-min.png);
    right: -20px;
    bottom: -20px;
    background-size: contain;
    transform: scale(2.5);
    -webkit-animation: rotating 22s linear infinite;
    -moz-animation: rotating 22s linear infinite;
    -ms-animation: rotating 22s linear infinite;
    -o-animation: rotating 22s linear infinite;
    animation: rotating 22s linear infinite;
}

.covervideo__eleicoes a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg) scale(2.5);
    -o-transform: rotate(0deg) scale(2.5);
    transform: rotate(0deg) scale(2.5);
  }
  to {
    -webkit-transform: rotate(360deg) scale(2.5);
    -o-transform: rotate(360deg) scale(2.5);
    transform: rotate(360deg) scale(2.5);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg) scale(2.5);
    -moz-transform: rotate(0deg) scale(2.5);
    -webkit-transform: rotate(0deg) scale(2.5);
    -o-transform: rotate(0deg) scale(2.5);
    transform: rotate(0deg) scale(2.5);
  }
  to {
    -ms-transform: rotate(360deg) scale(2.5);
    -moz-transform: rotate(360deg) scale(2.5);
    -webkit-transform: rotate(360deg) scale(2.5);
    -o-transform: rotate(360deg) scale(2.5);
    transform: rotate(360deg) scale(2.5);
  }
}

@media(min-width: 1024px){
  .covervideo__eleicoes {
      width: 350px;
      height: 240px;
  }

  .desc-covervideo__eleicoes {
      width: calc(100% - 355px);
      padding-left: 30px;
      font-size: 22px;
      line-height: 32px;
      padding-right: 20%;
      position: relative;
      padding-top: 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      transform: scale(0.9);
  }
}

/**
UTIMA ETAPa
********************/
.guias-grandes.tables-inscritos.aba-candidatos {
    padding: 20px;
    background: white;
    border-radius: 10px;
}

.box_vota_encerrado {
    background: #1a3f6b;
    padding: 30px;
    color: white;
    border-radius: 10px;
    margin-bottom: 30px;
}

.box_vota_encerrado h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.box_vota_encerrado p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.ttile_chapas_grid h2 {
    font-size: 22px;
    font-weight: bold;
    color: #e41e73;
    margin: 0;
}

.ttile_chapas_grid {
    margin-bottom: 10px;
}

.flex_pills_chapas {
    display: flex;
    flex-flow: wrap;
}

.unicapilll_chapa {
    padding: 20px;
    background: #eaeaea;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    color: #1a3f6b;
}

.unicapilll_chapa h3 {
    font-size: 16px;
    line-height: 22px;
}

.unicapilll_chapa p {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}

.guias-grandes.tables-inscritos.aba-candidatos h2, .guias-grandes.tables-inscritos.aba-candidatos h3 {
    font-family: 'Neo Sans Std';
}

.unicapilll_chapa p b {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 800;
}

.superwhiteboxpink {
    text-align: center;
    background: #e31f73;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.superwhiteboxpink p {
    margin: 0;
    font-family: 'Neo Sans Std';
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 0 8px 0;
}

.branc-e-nulo {
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #f4f4f4;
    display: flex;
}

.branc-e-nulo p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Neo Sans Std';
    margin: 0;
    color: #1a3f6c;
    margin-right: 30px;
}

.pessoas_eleitas {
    padding: 30px;
    background: white;
    border-radius: 20px;
}

.text-inic__eleicoes {
    text-align: center;
    font-family: 'Neo Sans Std';
    border-bottom: 1px solid rgb(0 0 0 / 18%);
    margin-bottom: 30px;
    background: #f70073;
    padding: 30px 0 20px 0;
    border-radius: 20px;
}

.text-inic__eleicoes h2 {
    margin: 0;
    color: white;
}

.unicaguia_pessoaeleita {
    display: flex;
    flex-flow: wrap;
}

.title-area-pessoa {
    width: 100%;
    margin-bottom: 20px;
}

.title-area-pessoa h2 {
    font-family: 'Neo Sans Std';
    font-size: 22px;
    color: #e31f73;
}

.unicapesso_eleioc {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.cover_pessoa_eleita {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: red;
    border-radius: 1000px;
    position: relative;
    margin-bottom: 20px;
    left: 0;
    top: 0;
    transform: scale(0.96);
    background-size: cover;
    background-position: center center;
}

.desc-pessoa-eleita h3 {
    color: #1a3f6c;
    font-family: 'Neo Sans Std';
    font-size: 18px;
    margin: 0;
}

span.chapa__name {}

span.chapa__name {
    border-radius: 1000px;
    display: inline-block;
    border: 1px solid;
    padding: 10px 28px;
    font-family: 'Neo Sans Std';
    color: #1a3f6c;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.cover_pessoa_eleita:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    top: 0;
    border-radius: 100px;
    background: none;
    border: 3px solid #e31e73;
    transform: scale(1.12);
}

.desc-pessoa-eleita span {
    font-size: 16px;
    display: inline-block;
    color: #1a3f6c;
    padding: 5px 0;
}

.cover_pessoa_eleita[data-eleita="1"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/cesario-1.jpg);
}

.cover_pessoa_eleita[data-eleita="2"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group.jpg);
}

.cover_pessoa_eleita[data-eleita="3"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group-1.jpg);
}
.cover_pessoa_eleita[data-eleita="4"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group-2.jpg);
}
.cover_pessoa_eleita[data-eleita="5"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/monica.jpg);
}
.cover_pessoa_eleita[data-eleita="6"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group-3.jpg);
}
.cover_pessoa_eleita[data-eleita="7"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group-4.jpg);
}
.cover_pessoa_eleita[data-eleita="8"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/tarcisio.jpg);
}
.cover_pessoa_eleita[data-eleita="9"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group-5.jpg);
}
.cover_pessoa_eleita[data-eleita="10"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group-6.jpg);
}
.cover_pessoa_eleita[data-eleita="11"] {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2023/04/Mask-group-7.jpg);
}

@media(min-width: 1024px){
    .unicapilll_chapa {
        width: calc(25% - 10px);
        margin-right: 10px;
    }
    
    .grid_chapas {
        margin-bottom: 50px;
    }
    
    .ttile_chapas_grid h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .unicapesso_eleioc {
        width: 50%;
        display: flex;
        text-align: center;
    }
    
    .desc-pessoa-eleita h3 {
        font-size: 14px;
    }
    .desc-pessoa-eleita span {
    font-size: 14px;
    }

    .nome-chapa {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
    }
    
    .unicaguia_pessoaeleita {
        margin-bottom: 32px;
        width: 33%;
        justify-content: center;
    }
    
    .title-area-pessoa h2 {
        font-size: 28px;
        padding: 10px 0;
    }

    .grupo__guides {
        display: flex;
        flex-flow: wrap;
    }
}



