#Content {
  overflow: hidden;
}

form.webform-submission-form {
  margin-bottom: 60px;
}

#block-encabezadodelcotizadordesolucionesempresarariales {
  text-align: center;
}

.progress-step.is-active .progress-marker {
  background-color: #D32F30;
}

form > .form-wrapper {
  background: #D32F30;
  color: white;
  padding: 30px;
  border-radius: 3px;

}

form > .form-wrapper:nth-child(2),
form > .form-wrapper:nth-child(3) {
  max-width: 530px;
  margin: auto;
  box-shadow: 0 0 8px #0000008c;
  border-top: 7px solid #212121;
}

form > .form-wrapper .fieldset-legend {
  color: white;
}

div[data-drupal-selector="edit-actions"] {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  padding: 0;
  margin-top: -15px;
  background: transparent;
}

div[data-drupal-selector="edit-actions"] > input {
  position: relative;
  left: -50%;
}

div[data-webform-key="datos_generales"] .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


div[data-webform-key="datos_generales"] .form-group {
  flex: 0 0 49%;
}

div[data-webform-key="datos_generales"] .form-group:first-child {
  flex: 2 0 100%;
  margin-bottom: 20px !important;
}

.form-item-telefono,
.form-item-correo {
  width: 49%;
  display: inline-block;
}

.form-item-telefono > input {
  width: 100%;
  padding: 18px 13px !important;
  border-radius: 2px !important;
}

.form-item-correo {
  float: right;
}

span.fieldset-legend {
  font-weight: 700;
}

legend {
  border-bottom: 0px solid #e5e5e5;
}

.progress-step:not(:last-child)::after {
  top: 25%;
  height: 1px;
}

.error {
  color: #ffff00;
}

.webform-confirmation {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.webform-confirmation__back a {
  background: #D32F2F;
  color: white;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px;
  box-shadow: 0px 4px 6px #00000038;
}