@charset "UTF-8";

/* estilos da pagina interna de candidatos */

.voto-mais-candidato{
    display: block;
}

/* botoes */
.voto-mais-candidato-btn{
    background-color: var(--voto-mais-azul-3);
    color: var(--voto-mais-azul-1);
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 5px;
}

.voto-mais-candidato-btn i{
    margin-left: 5px;
}

.voto-mais-candidato-btn:hover{
    background-color: var(--voto-mais-azul-2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/* topo */
#voto-mais-candidato-topo{
    background-color: #f7f7f7;
}

#voto-mais-candidato-topo .voto-mais-candidato-topo-breadcumb{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.25;
}

#voto-mais-candidato-topo .voto-mais-candidato-topo-breadcumb span{
    display: inline-block;
    padding: 0 5px ;
}

#voto-mais-candidato-topo #voto-mais-candidato-topo-foto-container .voto-mais-candidato-imagem{
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
}

#voto-mais-candidato-topo #voto-mais-candidato-topo-foto-container .voto-mais-candidato-imagem img{
    object-position: center;
}

#voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes{
    padding: 0;
}

#voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes .cargo{ 
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

#voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes .nome{
    font-weight: 700;
    color: var(--voto-mais-azul-1);
    line-height: 1;
    font-size: 30px;
}

#voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes .descricao{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

#voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes .link-perfil{
    margin-top: 25px;
}

#voto-mais-candidato-topo .detalhes-candidato{
    margin-top: 40px;
}

#voto-mais-candidato-topo .detalhes-candidato .detalhe-candidato{
    padding-top: 15px;
    padding-bottom: 15px;
    display: table;
}

#voto-mais-candidato-topo .detalhes-candidato .detalhe-candidato .info{
    display: table-cell;
    vertical-align: middle;
}

#voto-mais-candidato-topo .detalhes-candidato .detalhe-candidato:nth-child(odd){
    background-color: #fcfcfc;
}

#voto-mais-candidato-topo .info-label{
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

#voto-mais-candidato-topo .info-value{
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    padding-left: 10px;
}

#voto-mais-candidato-topo .chapa-candidato{
    margin-top: 40px;
}

#voto-mais-candidato-topo .chapa-candidato h3.title{
    color: var(--voto-mais-azul-1);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

#voto-mais-candidato-topo .chapa-candidato .candidatura-chapa{
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;
}

#voto-mais-candidato-topo .chapa-candidato .candidatura-chapa:hover{
    color: var(--voto-mais-azul-1);
}

#voto-mais-candidato-topo .chapa-candidato .candidatura-chapa .voto-mais-candidato-imagem{
    border-radius: 0;
}

#voto-mais-candidato-topo .chapa-candidato .candidatura-chapa h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

#voto-mais-candidato-topo .chapa-candidato .candidatura-chapa h4{
    font-size: 12px;
    line-height: 1;
    text-align: left;
}

/* bens e doadores */

#candidato-bens-e-doadores{
    background-color: #fff;
}

.candidato-bens-e-doadores-lista .table-wrapper.voto-mais-scroll{
    max-height: 300px;
	overflow-y: auto;
    padding-right: 15px;
}


.candidato-bens-e-doadores-lista-titulo{
    color: var(--voto-mais-azul-1);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 15px 0;
}

#candidato-bens-e-doadores .receitas-despesas-tabs .nav{
    margin-bottom: 20px;
}

#candidato-bens-e-doadores .receitas-despesas-tabs .nav-link{
    padding: 15px 20px;
}

#candidato-bens-e-doadores .receitas-despesas-tabs .nav-link.active{
    background-color: var(--voto-mais-azul-3);
}

#candidato-bens-e-doadores .receitas-despesas-tabs h2{
    margin: 0;
    padding:0;
}

#candidato-bens-e-doadores .aviso{
    background-color: var(--voto-mais-azul-3);
    border-radius: 8px;
    padding: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

.candidato-bens-e-doadores-lista table{
    margin: 0;
}


.candidato-bens-e-doadores-lista thead th{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.candidato-bens-e-doadores-lista thead th:last-of-type{
    width: 145px;
}

.candidato-bens-e-doadores-lista tbody{
    font-size: 14px;
    font-weight: 300;
}

.candidato-bens-e-doadores-lista tbody td,
.candidato-bens-e-doadores-lista tbody th{
    text-align: left;   
    position: relative;
}

.candidato-bens-e-doadores-lista tbody th,
.candidato-bens-e-doadores-lista tbody td{
    padding-left: 0;
}

.candidato-bens-e-doadores-lista tbody td::after,
.candidato-bens-e-doadores-lista tbody th:after{
    content:" ";
    position: absolute;
    border-bottom: 1px solid #ddd;
    width: calc(100% - 20px);
    display: block;
    margin-top: 5px;
    bottom:0;
    left:0;

}

.candidato-bens-e-doadores-lista tbody th:after{
    width: 100%;
}


.candidato-bens-e-doadores-lista tbody td:last-of-type::after{
    width: 100%;
}

.candidato-bens-e-doadores-lista tbody .totalizacao{
    font-weight: 600;
}

.candidato-bens-e-doadores-lista tbody .totalizacao td{
    border:none;
    margin-bottom: 0;
}

.candidato-bens-e-doadores-lista tbody .totalizacao td::after{
    border:none;
    content: "";
}

.candidato-bens-e-doadores-lista .limite{
    background-color: var(--voto-mais-azul-3);
    padding: 20px;
    font-size: 14px;
    line-height: 1;
    display: table;
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
}

.candidato-bens-e-doadores-lista .limite span{
    display: table-cell;
    text-transform: uppercase;
}

.candidato-bens-e-doadores-lista .limite .limite-valor{
    float: right;
    width: 125px;
    text-align: left;
    font-weight: 600;
    color: var(--voto-mais-azul-1);
}

/* processos e despesas */
#candidato-processos-e-despesas{
    background-color: #f7f7f7;
    position: relative;
}

#candidato-processos-e-despesas .processos-e-despesas{
    padding: 50px 15px 65px 15px;
}

#candidato-processos-e-despesas .processos-e-despesas-processo{
    background-color: var(--voto-mais-azul-3);
}

#candidato-processos-e-despesas .candidato-processos{
    color: #000;
}

#candidato-processos-e-despesas .candidato-processos h2{
    font-size: 22px;
    line-height: 1;
    color: var(--voto-mais-azul-1);
    padding: 15px 0;
    font-weight: 700;
    margin-bottom: 20px;
}

#candidato-processos-e-despesas .candidato-processos .total-processos{
    padding: 0;    
    margin-bottom: 15px;
    text-align: center;
}

#candidato-processos-e-despesas .candidato-processos .total-processos .n-total-processos{
    font-size: 14px;
    display: block;
    line-height: 20px;
    position: relative;   
}

#candidato-processos-e-despesas .candidato-processos .total-processos .n-total-processos strong{
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-right: 10px;
    letter-spacing: -2px;
}

#candidato-processos-e-despesas .candidato-processos .relacao-processos{
    background-color: #fff;
    font-size: 14px;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
}

#candidato-processos-e-despesas .candidato-processos .relacao-processos::before{
    position: absolute;
    content: " ";
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--voto-mais-azul-1);
    border-radius: 50%;
    margin: -10px 0 0 -10px;
    left: 50%;
    background-image: url('../images/icon-select.png');
    background-size: cover;
}

#candidato-processos-e-despesas .candidato-processos .relacao-processos span{
    display: block;
    line-height: 1;
    padding: 5px 0;
}

#candidato-processos-e-despesas .candidato-processos .informacoes{
    margin-top: 30px;
    font-size: 16px;
}

#candidato-processos-e-despesas .candidato-processos .informacoes h3{
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

#candidato-processos-e-despesas .candidato-processos .informacoes ul{
    list-style: disc;
    padding-left: 20px; 
    margin-bottom: 40px;
}

#candidato-processos-e-despesas .candidato-processos .informacoes ul li{
    line-height: 1.1;
    margin-bottom: 8px;
}

/*plano de governo*/
#candidato-plano-de-governo{
    background-color: #f7f7f7;
}

#candidato-plano-de-governo h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color:var(--voto-mais-azul-1);
    font-weight: 800;
}

#candidato-plano-de-governo .btn-plano-de-governo{
    font-size: 14px;
    line-height: 1;
    padding: 15px;
    display: block;
}

#candidato-plano-de-governo .btn-plano-de-governo i{
    margin-right: 5px;
}

#candidato-plano-de-governo .nav-tema{
    display: block;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#candidato-plano-de-governo .nav-tema:first-of-type{
    padding-top: 15px;
}

#candidato-plano-de-governo .nav-tema i{
    display: none;
    color: var(--voto-mais-azul-1);
}

#candidato-plano-de-governo .nav-tema.active{
    color: var(--voto-mais-azul-1);
    padding-left: 25px;
}

#candidato-plano-de-governo .nav-tema.active i{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#candidato-plano-de-governo .tab-pane {
    padding: 30px 10px 30px 30px;
    background-color: #fff;
    border-radius: 8px;
}

#candidato-plano-de-governo .lista-de-propostas-wrapper{
    max-height: 400px;
    overflow-y: auto;
    padding-right:15px ;
}

#candidato-plano-de-governo .resumo-propostas{
    font-size: 18px;
    margin-bottom: 40px;
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item{
    margin-bottom: 40px;
    font-size: 16px;
    position: relative;
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item:last-of-type{
    margin-bottom: 0;
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .n-proposta{
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-right: 90px;
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .titulo-proposta{
    font-size: 18px;
    font-weight: 700;
    color: var(--voto-mais-azul-1);
    display: block;
    margin-bottom: 10px;
    line-height: 1.15;
    padding-right: 90px;
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao{
    text-indent: -100000px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    background-image: url('../images/like-hand-icon.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
    opacity: 1;
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao.deslike{
    right: 0px;
    transform:rotate(-180deg)
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao{
    background-color: var(--voto-mais-azul-3);
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao:disabled{
    background-color: var(--voto-mais-azul-4);
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao.like.selected,
#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao.like:not(:disabled):hover,
#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao.like:not(:disabled):active{
    background-color: var(--voto-mais-verde-1);
}

#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao.deslike.selected,
#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao.deslike:not(:disabled):hover,
#candidato-plano-de-governo .lista-de-propostas .lista-de-propostas-item .candidato-proposta-reacao.deslike:not(:disabled):active{
    background-color: var(--voto-mais-vermelho-1);
}

#propostas-recaptcha-modal{
    background-color: rgba(0, 0, 0, 0.7);
}

#propostas-recaptcha-modal .modal-dialog {
    max-width: 400px;
}

#propostas-recaptcha-modal .modal-body{
    padding: 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #000;    
}

#propostas-recaptcha-modal .modal-label{
    display: block;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase ;
    margin-bottom: 15px;

}

#propostas-recaptcha-modal .modal-title{
    font-weight: normal;
    
    font-size: 16px;
    line-height: 1.5;

}

#propostas-recaptcha-modal .modal-title #reacao-usuario{
    font-weight: 700;
    color: var(--voto-mais-azul-1);
    text-transform: uppercase;
}

#propostas-recaptcha-modal .ndmais-recaptcha {
    text-align: center;
    width: auto;
    display: inline-block;
}

#propostas-recaptcha-modal .captcha-aviso{
    
    border-radius: 10px;
    font-size: 14px;
}

#propostas-recaptcha-modal .captcha-aviso strong{
    display: block;
    color: var(--voto-mais-vermelho-1);
}

#propostas-recaptcha-modal .modal-recaptcha-warning{
    margin-top: 20px;
    line-height: 1.1;
    transition: all 0.2s linear 0.1s;
}

#propostas-recaptcha-modal .modal-recaptcha-warning#reacao-success{
    color: var(--voto-mais-verde-1);
    border: 1px solid var(--voto-mais-verde-1);
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
}


#propostas-recaptcha-modal .fechar-captcha-modal{
    line-height: 1;
}

#candidato-plano-de-governo #dropdown-tab{
    background-color:#fff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

#candidato-plano-de-governo #dropdown-tab .dropdown-menu{
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0,0.20);
    padding: 0;
}

#candidato-plano-de-governo #dropdown-tab .dropdown-menu .dropdown-item{
    white-space: initial;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 10px 15px;
    line-height: 1.1;
}

#candidato-plano-de-governo #dropdown-tab .dropdown-menu .dropdown-item.active{
    background-color: #fff;
    color: #666;
}

#candidato-plano-de-governo #dropdown-tab .dropdown-menu .dropdown-item.active.show{
    background-color: var(--voto-mais-azul-3);
}

/* opinioes */
#voto-mais-candidato-opinioes .voto-mais-candidato-imagem{
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
}

#voto-mais-candidato-opinioes .opiniao-candidato-header .label{
    font-size: 14px;
    display: block;
    line-height: 1;
}

#voto-mais-candidato-opinioes .opiniao-candidato-header .candidato-nome{
    font-size: 22px;
    font-weight: 700;
    color: var(--voto-mais-azul-1);
    margin: 5px 0;
    line-height: 1.1;
}


#voto-mais-candidato-opinioes .opiniao-texto{
    padding: 45px 30px 0 30px;
    transition: all 0.2s linear 0.1s;
    position: relative;
    text-align: center;
}

#voto-mais-candidato-opinioes .opiniao-texto h4{
    font-size: 18px;
    line-height: 1.25;
}

#voto-mais-candidato-opinioes .opiniao-texto::before,
#voto-mais-candidato-opinioes .opiniao-texto::after{
    content: " ";
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/aspas.png');
}
#voto-mais-candidato-opinioes .opiniao-texto::before{
    left: 0;
}

#voto-mais-candidato-opinioes .opiniao-texto::after{
    right: 0;
    transform: scaleX(-1);
}

#voto-mais-candidato-opinioes .opiniao-texto.show{
    visibility: visible;
    opacity: 1;
    height: auto;
}

#voto-mais-candidato-opinioes .opiniao-texto.hide{
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

/* noticias */
#voto-mais-candidato-noticias{
    background-color: #f7f7f7;
}

#voto-mais-candidato-noticias h3{
    color: var(--voto-mais-azul-1);
    font-weight: 700;
    font-size: 24px;
}

#voto-mais-candidato-noticias .site-card{
    padding-bottom: 0;
    margin-bottom: 40px;
    background-color: transparent;
}

#voto-mais-candidato-noticias .site-card .card-image {
    border-radius: 8px;
    overflow: hidden;
}

#voto-mais-candidato-noticias .card-title .title .title-text{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

#voto-mais-candidato-noticias .site-button{
    width: 100%;
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 768px){

    /*botoes*/
    .voto-mais-candidato-btn{
        line-height: 50px;
        padding: 0 25px;
        font-size: 16px;
    }

    /* topo */
    #voto-mais-candidato-topo .voto-mais-candidato-topo-foto{
        position: absolute;
        height: 100%;
    }

    #voto-mais-candidato-topo #voto-mais-candidato-topo-foto-container .voto-mais-candidato-imagem{
        border-radius: 10px;
        padding-bottom: 140%;
    }

    #voto-mais-candidato-topo .voto-mais-candidato-topo-foto .scroll-to-fixed-fixed{
        padding-top: 20px;
    }
    
    #voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes{
        padding-left: 40px;
    }

    #voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes .cargo{
        font-size: 16px;
    }
    
    #voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes .nome{
        font-size: 40px;
    }
    
    #voto-mais-candidato-topo .voto-mais-candidato-topo-informacoes .descricao{
        font-size: 18px;
    }

    #voto-mais-candidato-topo .detalhes-candidato .detalhe-candidato:nth-child(odd){
        background-color: transparent;
    }

    #voto-mais-candidato-topo .detalhes-candidato .detalhe-candidato{
        display: block;
    }

    #voto-mais-candidato-topo .detalhes-candidato .detalhe-candidato .info{
        display: block;
        text-align: left;
        padding: 0;
    }

    
    /* processos e despesas */
    #candidato-processos-e-despesas::before{
        position: absolute;
        content: " ";
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        background-color: var(--voto-mais-azul-3);
    }

    #candidato-processos-e-despesas .processos-e-despesas-despesa{
        padding-right: 30px;
    }

    #candidato-processos-e-despesas .processos-e-despesas-processo{
        padding-right: 0;
    }

    /*plano de governo*/
    #candidato-plano-de-governo h3{
        font-weight: 700;
        font-size: 24px;
        line-height: 50px;
    }

}

@media screen and (min-width: 992px){

    /* processos e despesas */
    #candidato-processos-e-despesas .candidato-processos .total-processos{
        text-align: left;
        margin-bottom: 0;
        padding-right: 10px;
    }

    #candidato-processos-e-despesas .candidato-processos .total-processos .n-total-processos strong{
        float: left;
    }

    #candidato-processos-e-despesas .candidato-processos .relacao-processos{
        padding-left: 20px;
    }
    

    #candidato-processos-e-despesas .candidato-processos .relacao-processos::before{
        top: 50%;
        left: 0;
        margin: -10px 0 0 -10px;
        transform: rotate(-90deg);
    }

    #candidato-processos-e-despesas .candidato-processos .informacoes{
        text-align: left;
    }

    #candidato-processos-e-despesas .candidato-processos .informacoes h3{
        text-align: left;
    }

}

@media screen and (min-width: 992px){
    #candidato-processos-e-despesas .candidato-processos{
        padding-left: 20px;
    }
}