/* perguntas */
#voto-mais-match-perguntas{
    padding: 50px 15px;
    user-select: none;
}

.match-sem-perguntas{
    padding: 40px;
    background-color: var(--voto-mais-azul-3);
    border-radius: 8px;
    
}

.match-sem-perguntas h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--voto-mais-azul-1);
}

.match-sem-perguntas p{
    margin-bottom: 20px;
}

#voto-mais-match-perguntas .steps-status{
    margin-bottom: 40px;
    height: 20px;
    position: relative;
    width: 100%;
    border: 1px solid var(--voto-mais-azul-4);
    border-radius: 10px;
    box-sizing: border-box;
}

#voto-mais-match-perguntas .steps-status .status{
    background-color: var(--voto-mais-azul-4);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 20px;
    overflow: visible;
    color: var(--voto-mais-azul-1);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    max-width: 0px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out 0.2s;
}

#voto-mais-match-perguntas .steps-status .status #step-percent{
    display: inline-block;
    padding: 0 5px;
}

#voto-mais-match-perguntas .match-pergunta{
    font-size: 30px;
    font-weight: 700;
    color: var(--voto-mais-azul-1);
    line-height: 1.2;
    margin-bottom: 40px;
}

#voto-mais-match-perguntas .match-title{
    font-size: 22px;
    font-weight: 400;
    color: var(--voto-mais-azul-1);
    line-height: 1.1;
    margin-bottom: 30px;
}

#voto-mais-match-perguntas .voto-mais-match-select{
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

#voto-mais-match-perguntas .voto-mais-match-select .voto-mais-match-input{
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    margin: 0 auto;
}

#voto-mais-match-perguntas .voto-mais-match-select .voto-mais-match-input .current{
    line-height: 50px;
    padding: 0;
    font-size: 18px;
}

#voto-mais-match-perguntas .voto-mais-match-select .voto-mais-match-input .list{
    width: 100%;
}

#voto-mais-match-perguntas .voto-mais-match-select .voto-mais-match-input .list li{
    font-size: 18px;
    line-height: 1;
    display: block;
    padding: 10px 15px;
}

#voto-mais-match-perguntas .match-radio label{
    font-size: 14px;
    display: block;
    line-height: 20px;
    height: 40px;
    color: #999;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    margin-bottom: 15px;
}

#voto-mais-match-perguntas .match-radio label .num{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 300;
    position: absolute;
    left: 0;
}

#voto-mais-match-perguntas .match-radio input[type="radio"]{
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

#voto-mais-match-perguntas .match-radio input[type="radio"]:checked+.num+.label-text{
    color: var(--voto-mais-azul-1);
}

#voto-mais-match-perguntas .match-radio input[type="radio"]:checked+.num {
    color: #fff;
    background-color: var(--voto-mais-azul-1);
}

#voto-mais-match-perguntas .ndmais-recaptcha{
    display: inline-block;
}

#voto-mais-match-perguntas .voto-mais-match-steps .voto-mais-match-step,
#voto-mais-match-perguntas .voto-mais-match-steps .voto-mais-match-step-disabled{
    padding: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear 0.2s;
}

#voto-mais-match-perguntas .voto-mais-match-steps .voto-mais-match-step.active{
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
}

#voto-mais-match-perguntas #voto-mais-match-error{
    padding: 20px;
    margin-top: 20px;
    transition: all 0.3s ease-in;
    color: #cc0000;
    background-color: #FFCCCC ;
    border-radius: 5px;
}

#voto-mais-match-perguntas #voto-mais-match-loader{
    margin-top: 20px;
}

#voto-mais-match-perguntas .voto-mais-match-steps-nav{
    padding-top: 40px;
    text-align: center;
}

#voto-mais-match-perguntas .voto-mais-match-steps-nav a{
    background-color: var(--voto-mais-azul-3);
    border-radius: 6px;
    text-transform: none;
    margin: 0 5px;
    color: var(--voto-mais-azul-1);
}

#voto-mais-match-perguntas .voto-mais-match-steps-nav a.disable{
    opacity: 0.5;
    color: #666;
    cursor: initial;
}

/* resultados */
#voto-mais-match-resultados{
    background-color: #fff;
    color: #000;
}

#voto-mais-match-resultados #slide-resultados{
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

#voto-mais-match-resultados #slide-resultados .slick-prev,
#voto-mais-match-resultados #slide-resultados .slick-next{
	display: block;
	position: absolute;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	z-index: 10;
	top: 50%;
    transform: translateY(-50%);
	background: #f5f5f5 url(../images/bullet-slide-paginas.webp) no-repeat 0 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 4px 25px 0 rgba(189, 223, 246, 0.45);
    left: 0;
}

#voto-mais-match-resultados #slide-resultados .slick-next {
    left: auto;
    right: 0;	
    background: #f5f5f5 url(../images/bullet-slide-paginas.webp) no-repeat -44px 0;
}

#voto-mais-match-resultados #slide-resultados .slick-dots {
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
	padding: 0;	
	list-style-type: none;
}
	
#voto-mais-match-resultados #slide-resultados .slick-dots li {
    margin: 0 2.5px;
}
	
#voto-mais-match-resultados #slide-resultados .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--voto-mais-azul-3);
    text-indent: -9999px;
}
	
#voto-mais-match-resultados #slide-resultados .slick-dots li.slick-active button {
    background-color: var(--voto-mais-azul-1);
}

#voto-mais-match-resultados .match-resultado{
    padding: 0;
}

#voto-mais-match-resultados .match-resultado .match-resultado-content{
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
}

#voto-mais-match-resultados .match-resultado.principal .match-resultado-content{
    background-color: var(--voto-mais-azul-3);
}

#voto-mais-match-resultados .match-resultado.indisponivel{
    opacity: 0.5;
}

#voto-mais-match-resultados .match-resultado:hover{
    opacity: 1;
}

#voto-mais-match-resultados .match-resultado .resultado-percentual{
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 16px;
}

#voto-mais-match-resultados .match-resultado.principal .resultado-percentual{
    font-weight: 700;
}

#voto-mais-match-resultados .match-resultado .voto-mais-candidato-imagem{
    padding-bottom:100% ;
    border-radius: 50%;
    overflow: hidden;
}

#voto-mais-match-resultados .match-resultado.indisponivel .voto-mais-candidato-imagem{
    filter: grayscale(100%);
}

#voto-mais-match-resultados .match-resultado .cargo{
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

#voto-mais-match-resultados .match-resultado h3{
    font-weight: 700 ;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
    color: var(--voto-mais-azul-1);
}

#voto-mais-match-resultados .match-resultado .voto-mais-btn{
    line-height: 1;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    text-transform: none;
    color: #000;
}

#voto-mais-match-resultados .resultados-action{
    background-color: #053C68;
    border-radius: 5px;
    padding: 0 10px;
    min-width: 140px;
    font-size: 12px;
}

#voto-mais-match-resultados .resultados-action i {
    margin:0 5px 0 0;
}

#voto-mais-match-resultados .resultados-observacoes{
    line-height: 1.2;
    margin-top: 30px;
    padding-top: 30px;
}

#resultados-share{
    width: auto;
    max-width: 350px;
    background-color: #f7f7f7;
    margin: 15px auto 0;
    border-radius: 6px;
    padding: 30px;
    text-align: center;
}

#resultados-share h4{
    font-size: 18px;
    margin-bottom: 15px;
}

#resultados-share .share-button{
    display: inline-block;
    font-size: 15px;
    background-color: var(--voto-mais-azul-1);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    
}

#resultados-share .share-button .share-link{
    color: #fff;
    display: block;
    line-height: 40px;
}

#resultados-share .whatsapp-action{
    display: none;
}


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

    /* pergutnas */
    #voto-mais-match-perguntas .match-radio label{
        line-height: 40px;
        font-size: 16px;
    }

    /* resultados */
    #voto-mais-match-resultados #slide-resultados{
        padding: 0 60px;
        margin-bottom: 40px;
    }

    #voto-mais-match-resultados .resultados-action{
        padding: 0 15px;
        min-width: 160px;
        font-size: 14px;
        margin: 0 10px;
    }

    #voto-mais-match-resultados .resultados-observacoes{
        margin-top: 40px;
        padding-top: 40px;
    }
    
}

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

    /* perguntas */
    #voto-mais-match-perguntas{
        padding: 100px 0;
    }

    #voto-mais-match-perguntas .voto-mais-match-select{
        max-width: 400px;
    }

}