.elementor-1305 .elementor-element.elementor-element-0767035{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}/* Start custom CSS */div#test-de-nivel form .qsm-before-message.mlw_qmn_message_before {
    width: 100%;
    display: block;
}
div#test-de-nivel form .quiz_section.quiz_begin h1 {
    font-family: "Montserrat";
    font-size: 3rem;
    font-weight: 900;
    line-height: 1em;
    color: var(--e-global-color-text);
}
div#test-de-nivel form .quiz_section.quiz_begin h2 {
    font-family: "Chewy";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}
div#test-de-nivel form input {
    width: 100%;
    border: 1px solid var(--e-global-color-primary);
}
div#test-de-nivel form input[type="date"] {
    width: 100%;
    min-width:100%;
}
div#test-de-nivel form input:hover {
    border: 1px solid black;
}
div#test-de-nivel form .quiz_section.quiz_begin {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
div#test-de-nivel form .qsm_contact_div {
    display: block;
    width: 49%;
}
div#test-de-nivel form a {
    background: var(--e-global-color-primary) !important;
    border: none !important;
    color: black !important;
    font-weight: 900; 
    max-width: 200px;
    min-width: 200px;
}
div#test-de-nivel form a:hover {
    background: black !important;
    color: white !important;
}
div#test-de-nivel form input[type="submit"] {
    background: var(--e-global-color-primary) !important;
    border: none !important;
    color: black !important;
    font-weight: 900;
    max-width: 200px;
    min-width: 200px;
}
div#test-de-nivel form input[type="submit"]:hover {
    background: black !important;
    color: white !important;
}
div#test-de-nivel .qsm-progress-bar .progressbar-text {
    font-size: 18px !important;
    color: var(--e-global-color-primary) !important;
    min-width: 70px;
}
div#test-de-nivel .qsm-progress-bar path:nth-child(2) {
    stroke: var(--e-global-color-primary) !important;
}
div#test-de-nivel .mlw_qmn_question h2 {
    font-family: "Montserrat";
    font-size: 3rem;
    font-weight: 900;
    line-height: 1em;
    color: var(--e-global-color-text);
}
div#test-de-nivel .mlw_qmn_question h3 {
    font-family: "Chewy";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}
div#test-de-nivel .qmn_radio_answers {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div#test-de-nivel div.qmn_mc_answer_wrap.mrq_checkbox_class {
    display: flex;
    padding: 10px;
    margin: 5px 20px;
    flex-direction: row;
    align-items: center;
}
div#test-de-nivel div.qmn_mc_answer_wrap.mrq_checkbox_class input {
    margin: 0;
    width: 40px !important;
    height: 20px;
}
div#test-de-nivel div.qmn_mc_answer_wrap.mrq_checkbox_class label {
    margin: 0;
}
div#test-de-nivel .quiz_section.qsm-question-wrapper {
    text-align: center;
    padding: 20px;
    margin: 20px;
}
div#test-de-nivel .quiz_section.qsm-question-wrapper:nth-child(even) {
    background: #fffcef;
}
div#test-de-nivel .quiz_section.qsm-question-wrapper:nth-child(even) {
    background: cornsilk;
}
div#test-de-nivel .mlw_qmn_new_question {
    font-family: "Montserrat";
    font-size: 1.2rem;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}
div#test-de-nivel label.qsm-input-label {
    font-family: "Montserrat" !important;
    font-size: 1.1rem !important;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}
.qsm-results-page {
    font-family: "Montserrat";
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--e-global-color-text);
    text-align: center;
}
input#qsm_retake_button {
    display: none;
}
@media only screen and (max-width: 767px) {
    div#test-de-nivel .quiz_section.qsm-question-wrapper {
        padding: 30px 10px;
        margin: 0px;
    }
    div#test-de-nivel .mlw_qmn_question h2 {
        font-size: 2rem;
    }
    div#test-de-nivel div.qmn_mc_answer_wrap.mrq_checkbox_class input {
    width: 50px !important;
    height: 30px;
}
    div#test-de-nivel form .qsm_contact_div.qsm-contact-type-text {
        width: 100%;
    }
    div#test-de-nivel form .qsm_contact_div.qsm-contact-type-email {
        width: 100%;
    }
    div#test-de-nivel .qmn_radio_answers {
        flex-wrap: wrap;
    }
    div#test-de-nivel div.qmn_mc_answer_wrap.mrq_checkbox_class {
        padding: 5px;
        margin: 5px;
        flex-direction: row;
        width: 40%;
        text-align: left;
    }
}/* End custom CSS */