/* Move reCAPTCHA v3 badge to the left */

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

.custom-checkbox {
    flex: 0 0 8.333333333%;
    max-width: 4.333333333%;
}

#accordionStep2Part {
    a {
      text-decoration-line: underline;
    }
}

.textd-info-input {
  font-size: 12px;
  line-height: 16px;
  font-weight: $font-primary-medium;
  margin-top: 2px;
}

.cambio-bannos p.formTextErr {
  margin-bottom: 0;
}

.cambio-aseos p.formTextErr {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .superficie-m2 {
    margin-bottom: 20px;
  }

  .superficie-m2 p.formTextErr {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cambio-bannos .box-autocompletable-select {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cambio-aseos .box-autocompletable-select {
    margin-bottom: 0;
  }
}

/* Permitir saltos de línea en labels
.letraform-new {
    white-space: pre-line;
}*/