.node--type-encuesta .webform-submission-form {
    text-align: left;
    max-width: 1120px;
    margin: auto;
    font-family: Roboto, sans-serif !important;
    font-size: 14px;
}

.node--type-encuesta .fieldset-legend {
    font-size: 14px;
}

.node--type-encuesta .js-form-item strong {
        text-align: left;
    padding-left: 15px;
    font-size: 16px;
    padding-top: 20px;
    color: #003683 !important;

}

.node--type-encuesta .js-form-type-webform-markup {
    text-align: left !important;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #e1ebf9 !important;
    margin-bottom: 0 !important;
    padding: 0 5px;
}

.node--type-encuesta .field--name-field-contenido {
    text-align: left;
        max-width: 1120px;
    margin: auto;
}

.node--type-encuesta .js-webform-radios {
    width: 250px;
}

.node--type-encuesta .fieldgroup {
    display: flex;
}

.node--type-encuesta .encabezado {
    padding-top:20px;
}

.node--type-encuesta .encabezado h3 {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.node--type-encuesta #edit-actions {
    text-align: center;
}

@media (max-width: 992px) {
    .node--type-encuesta .webform-submission-form {
        max-width: 100%;
    }
    .node--type-encuesta .field--name-field-contenido {
        padding:25px;
    }
}