.elementor-1761 .elementor-element.elementor-element-a5b4050{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}.elementor-1761 .elementor-element.elementor-element-4d6e744{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 60px;--row-gap:0px;--column-gap:60px;--padding-top:100px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1761 .elementor-element.elementor-element-fb42608{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1761 .elementor-element.elementor-element-81b1866{text-align:start;}.elementor-1761 .elementor-element.elementor-element-81b1866 .elementor-heading-title{font-family:"League Spartan", Sans-serif;font-size:60px;font-weight:600;line-height:45px;color:var( --e-global-color-1ad8f47 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.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 );}.elementor-1761 .elementor-element.elementor-element-99f0b54{text-align:start;font-family:"Open Sans", Sans-serif;font-weight:400;line-height:1.8em;}.elementor-1761 .elementor-element.elementor-element-790c3b7{--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;}.elementor-widget-image .widget-image-caption{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 );line-height:var( --e-global-typography-text-line-height );}.elementor-1761 .elementor-element.elementor-element-b8fd1c9{--display:flex;}.elementor-1761 .elementor-element.elementor-element-972dfef{text-align:center;}.elementor-1761 .elementor-element.elementor-element-972dfef .elementor-heading-title{font-family:"League Spartan", Sans-serif;font-size:40px;font-weight:600;text-transform:uppercase;}.elementor-1761 .elementor-element.elementor-element-1285d23{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.18);--padding-top:50px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1761 .elementor-element.elementor-element-fb42608{--width:50%;}.elementor-1761 .elementor-element.elementor-element-790c3b7{--width:50%;}.elementor-1761 .elementor-element.elementor-element-b8fd1c9{--width:80%;}.elementor-1761 .elementor-element.elementor-element-1285d23{--width:80%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-1285d23 *//* Estilos generales del test */
.test-aleman {
  font-family: 'Open Sans', sans-serif;
  color: #0f2643;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* Título principal */
.test-aleman h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 600;
  color: #CC0603;
  text-align: center;
  margin-bottom: 25px;
}

/* Recuadro de datos personales y bloques de test */
.datos-personales {
  background: #fff;
  border: px solid #ddd;
  border-radius: 0px;
  padding: 25px 30px;
  margin-bottom: 40px;
}

/* Campos del formulario */
.campo {
  margin-bottom: 25px;
}

.campo label {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.campo input[type="text"],
.campo input[type="email"],
.campo input[type="tel"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 8px 0;
  font-size: 15px;
  outline: none;
  background: transparent;
  transition: border-color 0.3s;
}

.campo input:focus {
  border-bottom-color: #CC0603;
}

/* Estilos de preguntas */
.bloque-test p {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}

.opcion {
  display: block;
  margin-left: 20px;
  margin-bottom: 8px;
  font-weight: normal;
}

/* Botón de envío */
input[type="submit"] {
  background-color: #CC0603;
  color: white;
  padding: 15px;
  font-size: 16px;
  font-family: 'League Spartan', sans-serif;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 30px;
  width: 100%;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #0f2643;
}

/* Resultado final del test */
#resultado-test {
  background: #ffffff;
  padding: 30px;
  margin-top: 40px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
}

#resultado-test h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 600;
  color: #CC0603;
  margin-bottom: 15px;
}/* End custom CSS */