.elementor-761 .elementor-element.elementor-element-781dc00{--display:flex;--justify-content:center;--background-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-761 .elementor-element.elementor-element-5d444f0 > .elementor-widget-container{margin:0px 0px -13px 0px;}.elementor-761 .elementor-element.elementor-element-5d444f0{text-align:center;}.elementor-761 .elementor-element.elementor-element-5d444f0 .elementor-heading-title{color:#D8092C;font-family:"Roboto Condensed", Sans-serif;font-size:29px;font-weight:900;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-808d04a */.texto-blanco {
    color: white;
}/* End custom CSS */
/* Start custom CSS */.formulario-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    padding: 20px;
    text-align: center; /* Centrar el contenido del formulario */
}

.pregunta {
    width: 300px;
    color: white;
    padding: 10px;
    margin-bottom: -15px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: center;
}

label {
    display: block;
    margin-bottom: -1px;
}

select {
    width: calc(100% - 20px);
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.boton-centrado {
    width: auto;
    padding: 8px 16px;
    background-color: #0dc152;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px; /* Aumentar el espacio superior */
    transition: background-color 0.3s;
}

.boton-centrado:hover {
    background-color: #111111;
}

.titulo-formulario {
    font-size: 24px;
    color: white;
    text-align: center; /* Centrar el texto */
    margin: -10px 0; /* Reducir espacio superior e inferior */
}/* End custom CSS */