/* 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;
}


/** Radio buton style **/
.radio-option {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.radio-option input[type="radio"] {
    margin-right: 10px;
}

.radio-option label {
    display: inline-block;
    line-height: 1.2;
    max-width: none !important;
    flex: 1 1 auto;
    white-space: normal;
}

.checkbox-style-radio input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #888 !important;
  border-radius: 4px !important;
  display: inline-block !important;
  position: relative !important;
  cursor: pointer !important;
  margin-right: 8px !important;
  margin-left: 50px;
}

.checkbox-style-radio input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.carrerer-solo-municipio .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.carrerer-solo-municipio .col-12,
.carrerer-solo-municipio .col-lg-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.carrerer-solo-municipio .widthCarrererSelect {
  width: 100% !important;
}

.mt-45 {
  margin-top: 2rem !important;
}

.row-no-gutter {
  --bs-gutter-x: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*texto de text-area*/
label.letraform-new.w-100 {
  white-space: nowrap;
}


@media (max-width: 991px) {
  /* 1) Haz que la primera fila interna de <ab-upload> sea flex y centre en Y */
  .row.mb-5 > .col-8.col-lg-12 > ab-upload > .row {
    display: flex !important;
    align-items: center !important;
  }

  /* 2) Permite que el icono (.qs.ml-1) crezca a su altura natural */
  .row.mb-5 > .col-8.col-lg-12 ab-upload .qs.ml-1 {
    height: auto !important;
    /* un poco de espacio desde el texto */
    margin-left: 0.5rem;
  }
}


.h1alta {
  color: black;
  font-family: "Raleway Bold";
  font-size: 36px;
  margin-left: 10px;
}

.hr-azul-form {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #199ede;
  background-color: transparent !important;
  border-top: none !important;

}

.textoGris {
  margin-left: 50px;
    color: #757575;
}

.textoGrisLegal {
    color: #757575;
}