.elementor-2385 .elementor-element.elementor-element-cc6d168{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-2385 .elementor-element.elementor-element-e07c18a .elementor-heading-title{font-size:40px;font-weight:800;line-height:1.2em;color:var( --e-global-color-kadence6 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2385 .elementor-element.elementor-element-e07c18a .elementor-heading-title{font-size:40px;}}/* Start custom CSS for html, class: .elementor-element-5f41546 */h1 {
    text-align: center;
    color: #007BFF;
}

form {
    margin-top: 20px;
}
.pergunta {
    display: block !important;
}
/* Classe para ocultar perguntas */
.pergunta.escondida {
    display: none !important;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

input[type="radio"] {
    margin-right: 10px;
}

button {
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#resultado {
    margin-top: 20px;
    font-weight: bold;
}/* End custom CSS */