@charset "UTF-8";

:root{
    --voto-mais-azul-1: #0078A4; 
    --voto-mais-azul-2: #4DD0E1;
    --voto-mais-azul-3: #E3E7F2;
    --voto-mais-azul-4: #CFD8DC;
    --voto-mais-verde-1: #8BC34A;
    --voto-mais-vermelho-1: #D84316;
}

.voto-mais{
    color: #676F73;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

.voto-mais{
    font-family: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

.inter {
	font-family: 'Inter', sans-serif;
}

.poppins{
    font-family: 'Poppins', sans-serif;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.bgGradient {
	position: relative;
	background: rgb(18, 40, 112);
	background: -moz-linear-gradient(-45deg, rgba(18, 40, 112, 1) 0%, rgba(35, 152, 210, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(18, 40, 112, 1) 0%, rgba(35, 152, 210, 1) 100%);
	background: linear-gradient(135deg, rgba(18, 40, 112, 1) 0%, rgba(35, 152, 210, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#122870', endColorstr='#2398d2', GradientType=1);
}

#voto-mais-info {
    background-color: #f7f7f7;
}

#voto-mais-info h2 {
	font-size: 32px;
	font-weight: 300;
	color: #333;
	margin-bottom: 30px;
}

#voto-mais-info h2 strong {
	font-weight: 800;
}

#voto-mais-info p {
	font-size: 14px;
	color: #757575;
	margin-bottom: 25px;
	line-height: 28px;
}



/* autocomplete */
.voto-mais-select{
    position: relative;
}

.voto-mais-select::after{
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 12.5px;
    background-image: url('../images/icon-search.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.voto-mais-select.format-select::after{
    background-image: url('../images/icon-select.png');
}

.voto-mais-select .voto-mais-autocomplete{
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px ;
    border-radius: 8px;
}

.voto-mais-select .bootstrap-autocomplete{
    max-height: 300px;
    overflow-y: auto;
    cursor: pointer;
}

/* Topo destacado de páginas */
.voto-mais-topo{
    padding: 40px 0;
    background-color: #F7F7F7;    
}

.voto-mais-topo.featured{
    color: #fff;
    background-color: var(--voto-mais-azul-1);
}

.voto-mais-topo h1{
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1;
    width: 100%;
    margin-bottom: 10px;
}

.voto-mais-topo h2{
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}

.voto-mais-topo .voto-mais-autocomplete  {
    border: none;
}

/* secoes */
.voto-mais-section{
    padding: 50px 15px;
}

.voto-mais-candidatos-section:nth-child(even){
    background-color: #fcfcfc;
}

/* Titulos */
.voto-mais-section-title {
	font-size: 32px;
	font-weight: 300;
	color: #333;
	margin-bottom: 45px;
    text-align: center;
}

.voto-mais-section-title strong {
	font-weight: 800;
}

/* scroll */

.voto-mais-scroll::-webkit-scrollbar{
	width: 10px;
}

.voto-mais-scroll::scrollbar{
	width: 10px;
}

.voto-mais-scroll::-webkit-scrollbar-track{
	background: var(--voto-mais-azul-3);
	border-radius: 5px;
}

.voto-mais-scroll::scrollbar-track{
	background: var(--voto-mais-azul-3);
	border-radius: 5px;
}

.voto-mais-scroll::-webkit-scrollbar-thumb{
	background: var(--voto-mais-azul-1);
	border-radius: 5px;
}

.voto-mais-scroll::scrollbar-thumb{
	background: var(--voto-mais-azul-1);
	border-radius: 5px;
}

/* listas */
.voto-mais-candidatos-lista{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    flex: 0 0 100%;
}

.voto-mais-candidatos-lista.paginando{
    opacity: 0.6;
}

.voto-mais-candidatos-lista-filtro{
    margin-bottom: 45px;
}

.voto-mais-candidatos-lista-filtro .voto-mais-select{
    max-width: 500px;
    margin: 0 auto;
}

.voto-mais-btn{
    line-height: 50px;
    padding: 0 25px;
    font-size: 15px;
    border-radius: 25px;
    background-color: var(--voto-mais-azul-2);
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

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

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

/* fotos de candidatos*/

.voto-mais-candidato-imagem{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 140%;
    
}

.voto-mais-candidato-imagem .wp-voto-mais-candidato-imagem{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    object-fit: cover;
}

.voto-mais-candidato-imagem .inapto.wp-voto-mais-candidato-imagem{
    filter: grayscale();
    opacity: 0.7;
    
}

/* cards */
.voto-mais-candidatos-card{
    padding: 0;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.25s linear 0.10s;
}

.voto-mais-candidatos-card.hidden{
    visibility: hidden;
    opacity: 0;
    height: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.voto-mais-candidatos-card.show:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.voto-mais-candidatos-card .card{
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    background-color: transparent;
}

.voto-mais-candidatos-card .card .card-img{
    border-radius: 5px;
    width: 100%;
}

.voto-mais-candidatos-card .card .card-title{
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.voto-mais-candidatos-card .card .card-subtitle{
    font-size: 14px;
    display: block;
    line-height: 1;
    margin:0;
}

.voto-mais-candidatos-card .card .card-tags{
    margin-top: 10px;
}

.voto-mais-candidatos-card .card .card-tag{
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: middle;
    border-radius: 12.5px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    background-color: var(--voto-mais-azul-2);
    color: #fff;
    display: none;
}

.voto-mais-candidatos-card .card .card-tag.inapto{
    display:inline-block;
    background-color: var(--voto-mais-vermelho-1);
}

.voto-mais-candidatos-card .card .card-tag.eleito{
    display:inline-block;
}

/* selects */
.voto-mais-nice-select.nice-select{
    white-space: initial;
    height: auto;
    padding: 0 30px 0 10px;
    margin-top: 20px;
    background-color: var(--voto-mais-azul-3);
    color: var(--voto-mais-azul-1);
    font-weight: 600;
    display: block;
    width: 100%;
}

.voto-mais-nice-select.nice-select:after{
    background-image: url('../images/icon-select.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    transform: none;
    border: none;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    right: 10px;
}

.voto-mais-nice-select.nice-select .current,
.voto-mais-nice-select.nice-select .list li{
    line-height: 1.15;
    padding: 10px 0;
    display: block;
    font-size: 13px;
}

.voto-mais-nice-select.nice-select .list li{
    padding: 10px;
}

/* sobre */

#voto-mais-section-sobre .sobre-head{
    position: relative;
}

#voto-mais-section-sobre .sobre-head::after{
    content: " ";
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    margin: 0 auto;
    background: url('../images/arrow-sobre.png') no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin-bottom: 30px;
}

#voto-mais-section-sobre .sobre-label{
    font-size: 14px;
    color: #000;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#voto-mais-section-sobre .sobre-titulo{
    font-size: 40px;
    line-height:1;
    color: var(--voto-mais-azul-1);
    font-weight: 700;
    margin-bottom: 30px;
}

#voto-mais-section-sobre .sobre-texto p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

#voto-mais-section-sobre .sobre-texto p:last-child{
    margin-bottom: 0;
}

#voto-mais-section-sobre .sobre-img{
    max-width: 250px;
}

/*locais*/
#voto-mais-lista-locais .item-local{
    max-width: 50%;
    flex: 0 0 50%;
    line-height: 1;
    font-size: 14px;
}

/* noticias */

.mais-noticias {
	margin-bottom: 120px;
}

.mais-noticias h2 {
	font-size: 32px;
	font-weight: 300;
	color: #333;
	margin-bottom: 40px;
}

.mais-noticias h2 strong {
	font-weight: 700;
}

.mais-noticias ul {
	width: 100%;
}

.mais-noticias .maisNoticiasItem {
	width: 100%;
	margin: 0 auto 30px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 4px 25px 0 rgba(189, 223, 246, 0.45);
	overflow: hidden;
}

.mais-noticias .maisNoticiasItem .boxImg {
	width: 100%;
	margin-bottom: 20px;
}

.mais-noticias .maisNoticiasItem .boxImg a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}

.mais-noticias .maisNoticiasItem .boxImg img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}

.mais-noticias .maisNoticiasItem .resumo {
	padding: 0 20px 30px;
}

.mais-noticias .maisNoticiasItem h3 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}

.mais-noticias .maisNoticiasItem h3 a {
	color: #333;
	text-decoration: none;
}

.mais-noticias .maisNoticiasItem h3 a:hover {
	color: #208dcd;
}

.mais-noticias .maisNoticiasItem .publicacao {
	font-size: 14px;
	color: #000;
	width: 100%;
}

.mais-noticias .maisNoticiasItem .data {
	padding-left: 30px;
	line-height: 20px;
	background: url(../images/icon-data.webp) no-repeat 0 0;
	margin-bottom: 15px;
}

.mais-noticias .maisNoticiasItem .autor {
	padding-left: 30px;
	line-height: 20px;
	background: url(../images/icon-autor.webp) no-repeat 0 0;
	margin-bottom: 15px;
}

.mais-noticias .maisNoticiasItem p {
	font-size: 14px;
	color: #757575;
}

.mais-noticias .site-button{
    text-align: center;
}

.mais-noticias a.btLoad {
	display: inline-block;
    color: #fff;
	background: #63B6F5;
	border-radius: 50%;
    font-size: 18px;
    text-align: center;
    padding: 0;
    width:60px;
    height:60px;
    line-height: 55px;
}

.mais-noticias a.btLoad:hover {
	box-shadow: 0 0px 25px 0 rgba(189, 223, 246, 0.8);
}

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

    /* Topo destacado de páginas */
    .voto-mais-topo{
        padding: 50px 0;
    }

    .voto-mais-topo h1{
        font-size: 36px;
    }

    .voto-mais-topo h2{
        font-size: 18px;
    }

    /* secoes */
    .voto-mais-section{
        padding: 50px 0;
    }

    /* cards */
    .voto-mais-candidatos-lista{
        margin: -10px;
    }

    .voto-mais-candidatos-card{
        flex: 0 0 50%;
        max-width: 50%;
        border: none;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    
    .voto-mais-candidatos-card.show:last-of-type{
        margin-bottom: 20px;
    }

    
    .voto-mais-candidatos-card .card{
        background-color: #f7f7f7;
        border-radius: 10px;
        border: 1px solid #ddd;
    }

    .voto-mais-candidatos-card .card .card-img{
        border-radius: 0;
    }

    /* sobre*/
    #voto-mais-section-sobre .sobre-head::after{
        transform: rotate(0deg);
        margin: 0;
    }

    /*locais*/
    #voto-mais-lista-locais .item-local{
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
        font-size: 16px;
    }

    /* noticias */
    .mais-noticias .maisNoticiasItem {
		max-width: initial;
	}

	.mais-noticias .maisNoticiasItem .boxImg {
		width: 45%;
		margin: 0;
	}

    .mais-noticias .maisNoticiasItem .boxImg a{
        padding-bottom: 75%;
    }

	.mais-noticias .maisNoticiasItem .resumo {
		width: 55%;
		padding: 20px;
	}


}

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

    .voto-mais-candidatos-lista{
        margin: 0 auto;
    }

    .voto-mais-candidatos-card{
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .voto-mais-candidatos-card .card:hover,
    .voto-mais-candidatos-card .card:active{
        border: 1px solid #ddd;
        box-shadow: 0 0  20px rgba(0, 0, 0, 0.15);
    }


    .voto-mais-candidatos-card .card .card-title{
        font-size: 16px;
    }

    /* sobre*/
    #voto-mais-section-sobre .sobre-titulo{
        font-size: 45px;
    }

    #voto-mais-section-sobre .sobre-head{
        padding-right: 70px;
    }
    
    #voto-mais-section-sobre .sobre-head::after{
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -20px;
    }

    #voto-mais-info .text-2-column {
		column-count: 2;
		column-gap: 30px;
	}

    /*locais*/
    #voto-mais-lista-locais .item-local{
        max-width: 25%;
        flex: 0 0 25%;
    }

    /* noticias */
    
	.mais-noticias .maisNoticiasItem .resumo {
		width: 60%;
		padding: 20px 35px;
	}

	.mais-noticias .maisNoticiasItem h3 {
		font-size: 20px;
	}

	.mais-noticias .maisNoticiasItem .data {
		margin-right: 30px;
	}

}



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

  
    .voto-mais-candidatos-card{
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* sobre*/
    #voto-mais-section-sobre .sobre-titulo{
        font-size: 45px;
    }

    #voto-mais-section-sobre .sobre-head{
        padding-right: 100px;
    }
    
    #voto-mais-section-sobre .sobre-head::after{
        width: 70px;
        height: 70px;
        right: 40px;
        top: 50%;
        margin-top: -35px;
    }

    #voto-mais-section-sobre .sobre-texto p{
        font-size: 18px;
    }

    /*locais*/
    #voto-mais-lista-locais .item-local{
        max-width: 20%;
        flex: 0 0 20%;
    }
    
    /* noticias */
    .mais-noticias .maisNoticiasItem .resumo {
		padding-right: 45px;
	}
}