.eu-cookie-compliance-banner--opt-in {
    display: none;
}

.webform-button--submit {
    background-color: #da0921;
    font-weight: 900;
    font-size: 1.1rem;
    transition: 0.5s;
    color: #fff;
    width: 100%;
    margin: auto;
    display: inline-block !important;
    text-align: center !important;
}

.confimacion {
  background: rgb(245, 245, 245);
  background: rgba(245, 245, 245, 1);
  padding: 13% 29px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -58px;
  z-index: 1;
}

.confimacion hr {
  border: 1px solid#da0921;
  background-color: #da0921;
  opacity: 98;
  width: 9%;
  margin: 0 0 10px;
}

.form-item-autorizacion-tratamiento-datos-personales {
  display: flex;
  gap: 0.5rem;
}

.form-text, .form-email {
  width: 100%;
}