@charset "UTF-8";

/*------------------------------------*\
@INIT
\*------------------------------------*/


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700);*/
/*@font-face {
    font-family: 'icomoon';
    src: url('/static/CACHE/fonts/icomoon.eot');
    src: url('/static/CACHE/fonts/icomoon.eot#iefix') format('embedded-opentype'), url('/static/CACHE/fonts/icomoon.ttf') format('truetype'), url('/static/CACHE/fonts/icomoon.woff') format('woff'), url('/static/CACHE/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a {
    text-decoration: none;
    transition: opacity .35s cubic-bezier(.165,.84,.44,1);
    background: transparent;
}


body.especial-eleicoes {
    /* background: url(img/bg_header.jpg) #fff no-repeat center top;
    background-size: 100% auto;
    background-position-y: 78px; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.bloco-colunas,
.bloco-colunas .hardnews {
    background: none;
}

.bloco-colunas .hardnews {
    min-height: inherit;
    padding-bottom: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    text-rendering: optimizelegibility;
    color: #333;
    margin-bottom: 0;
}


/* menu */

.header-odia {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.menu-eleicoes .nav > li > a {
    position: relative;
    padding: 10px 15px;
    float: left;
    color: #fff;
}

.menu-eleicoes .nav > li > a:hover {
    color: #bea268;
    background: none;

}

.menu-eleicoes{
    padding-top: 16px;
    height: 78px;
    background-image: url("/static/CACHE/img/eleicoes/texture-header.jpg");
}

.menu-eleicoes .nav{
    display: flex !important;
    justify-content: center !important;
}

.sub-menu-eleicoes .nav > li > a {
    position: relative;
    padding: 10px 15px;
    float: left;
    color: #fff;
}

.sub-menu-eleicoes .nav > li > a:hover {
    color: #bea268;
    background: none;

}

.sub-menu-eleicoes .nav{
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto;
}

.menu-principal-eleicoes {
    text-align: center;
    max-height: 58px;
    margin: 0 15px;
}

.logo-eleicoes {
    width:223px;
    height:44px;
}



/* separador */

.entre-componentes {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    position: relative;
    overflow: hidden;
}



/* START SUB MENU */

.sub-menu-eleicoes {
    background: #dfac41;
    border-bottom:3px solid #d29c30;
    color: #fff;
    padding: 8px;
    display: inherit;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

/* END SUB MENU */




/* machetao sem foto*/

.manchete-eleicao {
    /*padding-top:74px;*/
    /*margin-bottom:40px;*/
    /*background: url(/static/CACHE/img/eleicoes/bg_header.jpg) #fff no-repeat center top;*/
    background-size: 100% auto;
}

#topbillboard {
    margin-bottom:40px;
    margin-top:40px;
}


.hard-news {
    margin-top: 0;
}

.conteudo-super-destaque-eleicoes a:hover{
    text-decoration: none;
}

.chamada--photo__full {
    margin-bottom: 30px;
}

.conteudo-super-destaque-eleicoes .dados{
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 9;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.conteudo-super-destaque-eleicoes .dados h3{
    margin-top: 28px;
    color: #323232;
    font-size: 50px;
    line-height: 1.1;
    /*max-width: 70%;*/
    letter-spacing: -3px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: 700;
}

.conteudo-super-destaque-eleicoes .dados p{
    color: #323232;
    font-size: 15px;
}

.conteudo-super-destaque-eleicoes .dados small{
  background: #dfac41;
  border-bottom:3px solid #d29c30;
  color: #fff;
  padding: 8px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}


/* HARD NEWS */


.chamada {
    color: #281e1e;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 700;
    word-wrap: break-word;
    letter-spacing: -0.04em;
    margin: 0;
    font-size: 19px;
}

.chamada p {
    font-weight: 400;
}

.chapeu {
    margin-bottom: 10px;
    color: #F58220;
    /* color: #999; */
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -.3px;
}

small {
    font-size: 80%;
}

.hard-news figure {
    height: 125px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.chamada--photo__full figure {
    margin: 0;
    margin-bottom: 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a:hover img, a:hover .chamada {
    opacity: .8;
    transition: opacity ease-in-out 0.2s;
    /* text-decoration: underline; */
}



/**/

.perfil-candidatos{
    font-size: 14px;
    color: #333333;
    line-height: 1.9;
}


/*------------------------------------*\
@CANDIDATOS CARROSSEL
\*------------------------------------*/

.title-eleicoes {
    margin: 27px 0;
    background: #dfac41;
    border-bottom:3px solid #d29c30;
    color: #fff;
    padding: 8px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 22px;
}

.bloco-candidatos {
    margin: 1.5rem auto 2.5rem auto;
    overflow: hidden;
}

.bloco-candidatos {
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
    margin-top: 5rem;
    background: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem;
}

.bloco-candidatos a h4 {
    padding-left: 6%;
    color: #000;
}

.bloco-candidatos a p {
    padding-left: 8%;
    color: #a9a9a9;
    font-size: 13px;
}


.blogs-colunistas .swiper-button-prev,
.blogs-colunistas .swiper-button-next {
    top: inherit;
    height: inherit;
     -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%);
    position: absolute;
    top: 60%;
    z-index: 9;
}

.colunistas .icon-right, 
.colunistas .icon-left {
    top: inherit;margin-top: 0;
    opacity: 1;
}

.swiper-button-next, 
.swiper-button-prev {
    opacity: 1;
}


.blogs-colunistas .colunista .foto h3 {
    max-width: 100%;
    font-size: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -40px;
}

.ultimas-eleicoes figure {
    height: 219px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}


/* Banners */

.banner_senador{
  margin-top: 25px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e0e0e0;
  background: #335895;
  color: #fff;
  text-align: center;
}

.banner_senador h1{
  font-weight: 700;
  font-size: 20px;
  margin:0;
  color: #fff;
}

.banner_federal{
  margin-top: 25px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e0e0e0;
  background: #339571;
  color: #fff;
  text-align: center;
}

.banner_federal h1{
  font-weight: 700;
  font-size: 20px;
  margin:0;
  color: #fff;
}

.banner_estadual{
  margin-top: 25px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e0e0e0;
  background: #e0ac3d;
  color: #fff;
  text-align: center;
}

.banner_estadual h1{
  font-weight: 700;
  font-size: 20px;
  margin:0;
  color: #fff;
}


/* Candidadotos */

.team{
  padding:75px 0;
}

.profile{
  margin-top: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e0e0e0;
  height: 300px;
}
.profile h1{
  color: #2a2a2a;
  letter-spacing: -0.07em;
  font-weight: 700;
  font-size: 20px;
  margin:10px 0 0 0;
}
.profile h2{
  font-size: 16px;
  font-weight: 100;
  margin-top: 20px;
  color: #5d5d5d;   
}

.profile h3{
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  color: #339571;
}

.profile .img-box figure{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 200px;
  width: 200px;
  border: 10px solid #335895;
  display: inline-block;
}


.profile .img-box{
  opacity: 1;
  display: block;
  position: relative;
}

.img-box ul{
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
  height: 0px;
  margin:0px;
  opacity: 0;
}

.img-box ul i{
  font-size: 20px;
  letter-spacing: 10px;
}
.img-box ul li{
  width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
  display: inline-block;
}
.img-box a{
  color:#fff;
}
.img-box ul a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.team a:hover{
  text-decoration: none;
}



/* Lista Candidatos */

.lista_candidatos{
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e0e0e0;
}

.lista_candidatos h1{
  color:#e0ac3d;
  font-size: 20px;
  font-weight: 900;
}

.lista_candidatos span{
  font-size: 10px;
  color: #8c8b8b;
  margin-left: 5px;
  font-weight: 600;
}

.table{
  text-transform: uppercase;
}

.table > thead{
  font-size: 10px;
  font-weight: 900;
  color: #8c8b8b;
}


.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    border-top: 0 !important;
}

.table > thead > tr > th {
    border-bottom: 0 !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 12px !important;
    line-height: 1.42857;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #335895 !important;
    margin-left: -1px;
    font-size: 10px;
    border: 0 !important;
}

.pagination > li > a:focus, .pagination > li> a:hover, .pagination > li > a:active{
    color: #339571 !important;   
}

/* PERFIL */

.page-profile .img-box figure{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 150px;
  width: 150px;
  border: 8px solid #335895;
  display: inline-block;
}


.page-profile, .page-profile-vice .img-box{
  opacity: 1;
  display: block;
  position: relative;
  padding-top: 20px;
}

.page-profile-vice .img-box figure{
    margin-top: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 95px;
  width: 95px;
  border: 6px solid #335895;
  display: inline-block;
  margin-left: 71px;
}



/* candidatos */

.candidatos-ttvp {
    padding:20px 0;
    background: url(/static/CACHE/img/eleicoes/bg_header2.jpg) #294778 no-repeat center bottom;
}

.candidatos-ttvp small {
    padding-top:20px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.candidatos-ttvp h3 {
    margin: 2px 0 4px 0;
    color: #fff;
    font-size: 34px;
}

.candidatos-ttvp p {
    padding-top: 7px;
    font-size: 12px;
    color: #e9e9e9;
}

.candidatos-ttvp h5 {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}

.dados-candidato {
    padding-top: 10px;
}




/* ÚLTIMAS */


.ultimas-eleicoes .chamada--news small {
    padding-top:20px;
    color: #339571;
}


/* Busca Eleicoes */

/*------------------------------------*\
@GLOBAL HEADER
\*------------------------------------*/

.header-odia .menu-eleicoes [class*="col-"] {
    text-align: center;
}

.header-odia .menu__hamburguer {
    text-align: left;
}

.header-odia .menu-eleicoes #nav-hamburguer {
    width: 25px;
    height: 23px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    left: 20px;
    top: 14px;
}

.header-odia .menu-eleicoes .go-home {
    position: absolute;
    cursor: pointer;
    left: 120px;
    top: 14px;
}

.header-odia .menu-eleicoes .go-home:before {
    content: "CAPA";
    position: absolute;
    border-left: 1px solid #fff;
    font-weight: 700;
    letter-spacing: 0.004rem;
    font-size: 14px;
    top: 2px;
    color: #fff;
    padding-left: 15px;
}

.header-odia .menu-eleicoes .go-home a {
    width: 100%;
    height: 100%;
    display: block;
}

.header-odia .menu-eleicoes #nav-hamburguer:after {
    content: 'MENU';
    font-weight: 700;
    letter-spacing: 0.004rem;
    position: absolute;
    font-size: 14px;
    left: 36px;
    width: 60px;
    top: 2px;
    color: #fff;
}

.header-odia .menu-eleicoes #nav-hamburguer span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-odia .menu-eleicoes .search-area {
    right: 0;
    vertical-align: top;
    white-space: normal;
    display: inline-block;
    top: 50%;
    /*height: 100%;*/
    min-width: 30px;
    position: absolute;
}

#busca-padrao * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#busca-padrao #busca-campo:focus~.search-hint {
    display: block;
    background-color: #fff;
    width: 220px;
    color: #ccc;
}

#busca-padrao #busca-campo:focus~.lupa {
    right: 223px;
}

.header-odia .menu-eleicoes #busca-padrao {
    display: inline-block;
    float: none;
    width: 200px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
}

.header-odia .menu-eleicoes #busca-padrao fieldset {
    display: block;
    position: relative;
    width: auto;
    border: none;
}

.header-odia .menu-eleicoes #busca-padrao #busca-campo {
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
    position: absolute;
    right: 0;
    width: 129px;
    height: 25px;
    padding: 5px 0px 3px 30px;
    border-radius: 4px;
    border: none;
    outline: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.55px;
}

.header-odia .menu-eleicoes .search-hint {
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    position: absolute;
    right: 0;
    padding: 4px 5px 3px 30px;
    border: 1px transparent;
    border-radius: 4px;
    background: 0 0;
    width: 130px;
    height: 27px;
    color: #fff;
}

#busca-padrao .lupa {
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    z-index: 3;
    display: block;
    right: 133px;
    width: 32px;
    height: 34px;
}

#busca-padrao .lupa span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 8px 10px;
    color: #fff;
    font-weight: 700;
}

#busca-padrao .search-button {
    display: none;
}

#busca-padrao #busca-campo,
#busca-padrao .lupa {
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.header-odia .menu-eleicoes #busca-padrao #busca-campo:focus {
    background-color: transparent;
    width: 220px;
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    letter-spacing: -.55px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    letter-spacing: -.55px;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    letter-spacing: -.55px;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    letter-spacing: -.55px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    letter-spacing: -.55px;
}

.menu-principal {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    max-height: 58px;
    margin: 0 15px;
}

.menu-principal .nav {
    margin-bottom: 0;
    list-style: none;
    font-weight: 300;
    letter-spacing: -.5px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex;
}

.nav-link {
    display: inline-block;
    padding: 20px 10px;
    font-size: .85rem;
    float: left;
    font-weight: 400;
}

li:nth-child(1) .nav-link {
    padding: 20px 10px 20px 0;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

#nav-hamburguer span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-hamburguer span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-hamburguer span:nth-child(1),
#nav-hamburguer span:nth-child(2) {
    top: 0px;
}

#nav-hamburguer span:nth-child(3),
#nav-hamburguer span:nth-child(4) {
    top: 8px;
}

#nav-hamburguer span:nth-child(5),
#nav-hamburguer span:nth-child(6) {
    top: 16px;
}

body.has-active-menu {
    overflow: hidden;
}

.menu-sidebar-100 {
    overflow: hidden;
}

input.campo-busca-oculto::-webkit-input-placeholder {
    color: #999;
    letter-spacing: -.55px;
}

input.campo-busca-oculto:-moz-placeholder {
    color: #999;
    letter-spacing: -.55px;
    opacity: 1;
}

input.campo-busca-oculto::-moz-placeholder {
    color: #999;
    letter-spacing: -.55px;
    opacity: 1;
}

input.campo-busca-oculto:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    letter-spacing: -.55px;
}

input.campo-busca-oculto::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
    letter-spacing: -.55px;
}

.c-menu .busca-sidebar-100 {
    display: block;
    width: 100%;
    margin: 0 0 .938rem 0;
    padding: 0 1.25rem;
    position: relative;
}

.c-menu .busca-sidebar-100 .campo-busca-oculto {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: .938rem 0;
    width: 100%;
    color: #3b3b3b;
    font-weight: 300;
    font-size: 1rem;
    background-color: transparent;
    z-index: 999999999 !important;
}

.busca-sidebar-100 .lupa-busca-menu-oculto {
    position: absolute;
    width: 2.25rem;
    height: 2.188rem;
    right: 1.25rem;
    top: 38%;
    margin-top: -.594rem;
    border: 0;
    z-index: 9;
    background: transparent;
}

.c-menu .icon-searcher {
    position: absolute;
    top: 19px;
    right: 25px;
}

/* Carrosel */

.home-profile{
  margin-top: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e0e0e0;
  background: #fff;
}
.home-profile h1{
  color: #2a2a2a;
  letter-spacing: -0.07em;
  font-weight: 700;
  font-size: 30px;
  margin:10px 0 0 0;
}
.home-profile h2{
  font-size: 16px;
  font-weight: 100;
  margin-top: 20px;
  color: #5d5d5d;   
}

.home-profile h3{
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  color: #339571;
}

.home-profile .img-box figure{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 200px;
  width: 200px;
  border: 10px solid #335895;
  display: inline-block;
}
