.pq-container-quiz {
    padding: 60px !important;
}


.pq-container-quiz h1 {
    font-family: "GothamHTF";
    font-size: 36px;
    font-weight: bold;
    line-height: 1.17;
    text-align: center;
    color: #165082;
}

.pq-container-quiz h2 {
    opacity: 0.81;
    font-family: "Avenir";
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #4a4a4a;
    padding: 0 7%;
}

.pq-container-quiz .container-perguntas {
    position: relative;
    margin-top: 50px !important;
}

.pq-container-quiz .container-perguntas .question-2{
    margin-top: 50px;
}

.pq-container-quiz .container-perguntas .numero {
    width: 104px;
    min-height: 200px;
    opacity: 0.81;
    font-family: "GothamHTF";
    font-size: 72px;
    font-weight: bold;
    line-height: 0.47;
    color: #4a4a4a;
    margin-right: 50px;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
}


.pq-container-quiz .container-perguntas .perguntaresposta {
    position: relative;
    opacity: 0.81;
    font-family: "GothamHTF";
    font-size: 24px;
    font-weight: bold;
    line-height: 1.42;
    color: #4a4a4a;
    margin-left: 150px;
}

.pq-container-quiz .container-perguntas .perguntaresposta ul {
    margin-top: 30px;
}

.pq-container-quiz .container-perguntas .perguntaresposta ul li {
    min-height: 35px;
    font-family: "Avenir";
    font-size: 16px;
    color: #4a4a4a;
    opacity: 0.81;
}

.pq-container-quiz .container-perguntas .perguntaresposta ul li input {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 15px;
}

.pq-container-quiz .container-perguntas .perguntaresposta ul li input,
.pq-container-quiz .container-perguntas .perguntaresposta ul li span {
    vertical-align: bottom;
}


.pq-container-quiz .container-perguntas div > input {
    position: relative;
    width: 180px;
    height: 45px;
    margin-right: 20px;
    margin-top: 15px;
    font-family: "GothamHTF";
    font-size: 15px;
    color: #4a4a4a;
    border: 0;
    border-radius: 3px;
    right: 0;
}





@media only screen and (max-width: 600px) {
    .pq-container-quiz {
        padding: 10px !important;
    }
    
    .pq-container-quiz .container-perguntas .numero {
        float: none !important;
        min-height: 80px;
    }
    
    .pq-container-quiz .container-perguntas .perguntaresposta {
        margin-left: 15px;
    }
    
    .pq-container-quiz .container-perguntas .numero {
        display: none;
    }

}





/**********************************************************/


.pb-container-lista-metodologia {
    
}


.pl-container-lista-pratica .cor-metodologia {
    color: #4a4a4a;
    opacity: .8;
}


/**********************************************************/


.pl-container-pratica-conteudo .btn-maisresultados {
    position: relative;
    width: 170px;
    height: 60px;
    border-radius: 4px;
    background-color: #7c8495;
    left: 50%;
    margin: 20px;
    margin-left: -85px;
    
    font-family: "Avenir";
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: right;
    padding: 15px;
    padding-top: 20px;
}



.pl-container-pratica-conteudo .btn-maisresultados .btn-mais {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #FFF;
    text-align: center;
    margin-top: -5px;
    padding-top: 2px;
}


.pl-container-pratica-conteudo > div > h1 {
    font-family: "GothamHTF";
    font-size: 36px;
    font-weight: bold;
    line-height: 1.17;
    text-align: left;
    color: #165082;
    margin: 50px 0 !important;
}


/************************************************/


.container-grafismo-quiz {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 1000px;
    z-index: 0 !important;
    
    background-image: url("../images/fundo-quiz.png");
    background-repeat: no-repeat;
    background-position: 140% 0;
}


@media only screen and (min-width: 1367px) {
    .container-grafismo-quiz {
        background-position: 100% 0;
    }
}
















