@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

.img-responsive {
  display: none;
}

.form-columns-2 {
  gap: 40px;
}

.img-add-token {
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  height: 100%;

}

.mensaje-token {
  max-width: 690px;
  margin: 100px auto;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
  padding: 35px 50px;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.loader-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* Ya no se usa .active, solo .hidden para ocultar */
.loader-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #F18A00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hidden {
  display: none !important;
}

.agregar-token {
  max-width: 1120px;
  justify-content: center;
  width: 100%;
  display: flex;
  margin: 60px auto;
  align-items: center;
  margin: 100px auto;
}

.hsfc-Step__Content {
  padding: 0 !important;
}

.contenedor-formv-general {
  max-width: 1120px;
  justify-content: center;
  width: 100%;
  display: flex;
  margin: 60px auto;
  align-items: stretch;
}

#centrar-img {
  display: block !important;
}

#completo-step {
  max-width: 1120px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

#izquierdo-step {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 16px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 16px !important;
}

.img-iz img {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 0px !important;
}

#derecho-step {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 0px !important;
  ;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 0px !important;
}

.img-drc img {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 16px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 16px !important;
}

.contenedor-izquierdo {
  max-width: 430px;
  width: 100%;
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
  /*   background: var(--primary-color); */


}

.contenedor-centrado {
  max-width: 1120px;
  width: 100%;
  max-height: 640px;
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.contenedor-centrado img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 4px;
}

.progress-container {
  width: 100%;
  background-color: #e0e0e0;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #00B451;
  width: 0;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.contador-paso {
  color: #00B451;
  font-size: 0.9rem;
  font-family: Inter, sans-serif !important;
}

.titulo-step2 {
  display: none;
  font-family: Roboto, sans-serif !important;
  color: var(--text-bg-color);
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
}

.contenedor-izquierdo img {
  max-width: 430px;
  width: 100%;

  height: 100%;
  object-fit: cover;
}

.cont-titulos-sl {
  margin-bottom: 30px;
  max-width: 641px;
  width: 100%;
  padding: 0 50px;
}

.p-titulo-sl {
  font-family: Roboto, sans-serif !important;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #697370;
}

.tg-titulo-sl {
  font-family: Roboto, sans-serif !important;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0;
  color: #051510;
}

.tp-titulo-sl {
  font-family: Inter, sans-serif, !important;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #505B58;
}


.contenedor-formv-primero {
  max-width: 1120px;
  width: 100%;
}

/* steps estilachos */

.banrural-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #007934;
  font-size: 1.1rem;
}

.banrural-step.active {
  color: #F18A00;
}

.banrural-step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #007934;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.banrural-step.active .banrural-step-circle {
  background: #F18A00;
}

.banrural-step-content {
  max-width: 690px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
  padding: 35px 50px;

  height: auto;
}

.banrural-step-content[hidden] {
  display: none !important;
}

.banrural-form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}

.hs-form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.hsfc-TextField {
  display: flex;
  flex-direction: column;
  /*   max-width:384px; */
  width: 100%;
}

.hs-form-private {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto;
}

/* Campos que deben ocupar toda la fila */
.hs-form-private .hs-fieldtype-textarea,
.hs-form-private fieldset.form-columns-0 {
  width: 100% !important;
}

.hs-form-field label {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-default-color);
  font-size: 16px;
  font-family: Inter, sans-serif !important;
}

fieldset.form-columns-0 {
  width: 100%;
}

fieldset.form-columns-0 .hs-form-field {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}

fieldset.form-columns-2 {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

fieldset.form-columns-2 .hs-form-field {
  flex: 1;
  margin-bottom: 0;
}

.hsfc-FieldLabel {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-default-color);
  font-size: 16px;
  font-family: Inter, sans-serif !important;
}

.input {
  /* max-width:384px;*/
  width: 100%;
}

.hs-form-field input {
  padding: 11px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
  font-family: Inter, sans-serif !important;
}

.hsfc-TextInput {
  padding: 11px 12px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px;
  font-size: 1rem !important;
  width: 100% !important;
}

.radio-block {
  flex-direction: column;
}

.active-margin {
  margin-top: 190px;
}

.hs-form-field select {
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 32px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.7892 4.80541C15.1038 5.17224 15.0614 5.72464 14.6946 6.03922L8.57262 11.2892C8.24501 11.5702 7.76149 11.5703 7.43374 11.2895L1.30573 6.0395C0.938748 5.7251 0.896122 5.17272 1.21053 4.80573C1.52493 4.43875 2.07731 4.39612 2.44429 4.71053L8.00274 9.47256L13.5554 4.7108C13.9222 4.39622 14.4746 4.43858 14.7892 4.80541Z" fill="%2300B451"/></svg>') no-repeat right 12px center/16px 16px;
  width: 100%;
  font-family: Inter, sans-serif !important;
}

.hs-field-desc {
  display: none;
}

.hs-form-field legend.hs-field-desc {
  display: block;
  font-size: 14px;
  color: var(--text-default-color);
  font-family: Inter, sans-serif !important;
}

fieldset .hs-richtext {
  display: block;
  font-size: 16px;
  color: var(--text-default-color);
  font-family: Inter, sans-serif !important;
}



.mensaje-token p {
  font-size: 16px;
  color: var(--text-default-color);
  font-family: Inter, sans-serif !important;
  font-weight: bold;
  margin-top: 20px;
}

.inputs-list {
  text-decoration: none !important;
}

.hs-form-radio {
  text-decoration: none !important;
}

.hs-form-radio-display {
  display: flex;
  align-items: center;
}

.hs-form-radio,
.hs-form-radio::marker {
  list-style-type: none;
  content: "";
}

.hs-error-msgs::marker {
  list-style-type: none;
  content: "";
}

.hs-form-field input[type="checkbox"] {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
  padding: 11px 12px;
  width: 14px;
}

.hs-form-field input[type="checkbox"] {
  accent-color: #007934;
  width: 16px;
  height: 16px;
  border: 2px solid #007934;
  background: #fff;
}

ul.no-list.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inputs-list.multi-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inputs-list.multi-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.hs-form-checkbox-display {
  display: flex;
  gap: 40px;
}

.hs-form-field input[type="radio"] {
  display: flex;
  gap: 24px;
  /*   margin-top: 8px; */
  flex-wrap: wrap;
  justify-content: center;
}

.hs-form-field input[type="radio"] {
  accent-color: #007934;
  width: 16px;
  height: 16px;
  border: 2px solid #007934;
  background: #fff;
  margin-right: 8px;
}

.hs-button {
  background: #F18A00;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 14px 48px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 32px;
  transition: background 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  font-family: Inter, sans-serif !important;
}

.hsfc-Button {
  background: #F18A00 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 32px !important;
  padding: 14px 48px !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  margin-top: 32px !important;
  transition: background 0.2s !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 320px !important;
  /*width: 100% !important;*/
  font-family: Inter, sans-serif !important;
}


.banrural-btn:disabled,
.btn-c-enviar:disabled {
  background: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
  opacity: 0.6;
}

.banrural-btn2 {
  background: #F18A00;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 14px 48px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 32px;
  transition: background 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
}

.swal2-title {
  font-family: Roboto, sans-serif !important;
}

.swal2-confirm {
  background: #007934;
  color: white;
  border-radius: 24px;
}

.swal2-confirm:hover {
  background: #007934;
  color: white;
  border-radius: 24px;
}

.banrural-btn svg {
  margin-left: 16px;
}

.banrural-btn2 svg {
  margin-left: 16px;
}

.banrural-btn-back svg {
  margin-right: 16px;
}

.banrural-btn-back2 svg {
  margin-right: 16px;
}

.submitted-message {
  text-align: center;
  padding: 64px 24px;
  /* color: #007934; */
  /* font-size: 1.5rem; */
  font-weight: bold;
  font-family: Roboto, sans-serif !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.banrural-btn-back {
  background: none;
  color: #F18A00;
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  max-width: 200px;
  padding: 14px 48px;
  transition: background .2s;
  width: 100%;
}

.banrural-btn-back2 {
  background: none;
  color: #F18A00;
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  max-width: 200px;
  padding: 14px 48px;
  transition: background .2s;
  width: 100%;
}

.banrural-form-actions {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.hs_submit,
.hs-submit {
  display: flex;
  justify-content: end;
  max-width: 100%;
  width: 100%;
}

.banrural-step-content>.banrural-btn {
  display: flex;
  justify-content: center;
}

.hs-form-required {
  color: var(--cuaternario-color);
}

[data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator {
  color: var(--cuaternario-color) !important;
}

.titulo-step {
  font-family: Roboto, sans-serif !important;
  color: var(--text-bg-color);
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
}

.submitted-message {
  margin-bottom: 20px;
}

.hsfc-NavigationRow__Buttons {
  display: flex;
  justify-content: flex-end;
}

/* Si hay 2 o más botones */
.hsfc-NavigationRow__Buttons:has(button + button) {
  justify-content: space-between;
}


iframe[title="submission frame"] {
  display: none;
}

.hsfc-RichText p {
  font-family: Inter, sans-serif !important;
  font-size: 12px;
}

.submitted-message h2 {
  font-family: Inter, sans-serif !important;
  color: #051510;
  font-size: 18px;
  font-weight: 700;

}

.texto-thankyou p {
  font-family: Inter, sans-serif !important;
  color: #051510;
  font-size: 16px;
  margin-bottom: 0px !important;
  font-weight: normal;
}

.card-tnk p {
  font-family: Inter, sans-serif !important;
  color: #051510;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 1240px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
  }

  .contenedor-izquierdo {

    width: 90%;
  }
}

@media (max-width: 1200px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 290px;
    width: 100%;
  }

  .contenedor-izquierdo {

    width: 90%;
  }
}

@media (max-width: 1150px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 270px;
    width: 100%;
  }
}

@media (max-width: 1108px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    width: 100%;
  }

  .contenedor-izquierdo {

    width: 80%;
  }
}

@media (max-width: 1090px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
  }
}

@media (max-width: 1070px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 248px;
    width: 100%;
  }
}

@media (max-width: 1066px) {
  .img-responsive {
    display: block;
  }

  .img-desktop {
    display: none;
  }

  #derecho-centrar {

    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
  }

  #izquierdo-centrar {

    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }

  #izquierdo-step {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }

  #centrar-img {
    padding: 0 20px;
  }

  .contenedor-centrado {
    max-width: 1066px;
    width: 100%;
    max-height: 640px;
    height: 640px;
  }

  .contenedor-centrado img {
    max-width: 1066px;
    width: 100%;
    max-height: 640px;
    height: 640px;
    object-fit: cover;
  }

  .contenedor-izquierdo img {
    max-width: 1066px;
    width: 100%;
    max-height: 640px;
    height: 640px;
    object-fit: cover;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .contenedor-izquierdo {
    max-width: 1066px;
    width: 100%;
    max-height: 640px;
    height: 640px;
  }

  #derecho-step,
  #izquierdo-step {
    max-width: 1066px;
    width: 100%;
  }

  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 1050px;
    width: 100%;
  }

  .input {
    /*  max-width: 1050px;*/
    width: 100%;
  }
}

@media (max-width: 900px) {

  .banrural-form-row {
    flex-direction: column;
    gap: 0;
  }

  fieldset.form-columns-2 {
    flex-direction: column;
    gap: 20px;
  }

  .container-viv {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .medio-input {
    width: 100%;
  }

  .cont-titulos-sl {
    margin-bottom: 30px;
    padding: 0px 40px;
  }

  .hs-button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .hsfc-Button {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 870px) {
  .hs-form-field {
    display: flex;
    flex-direction: column;
    max-width: 1050px;
    width: 100%;
  }

  .input {
    /*   max-width: 1050px;*/
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contenedor-centrado {
    max-width: 1066px;
    width: 100%;
    max-height: 202px;
    height: 202px;
  }

  .contenedor-centrado img {
    max-width: 1066px;
    width: 100%;
    max-height: 202px;
    height: 202px;
    object-fit: cover;
  }

  .contenedor-izquierdo img {
    max-width: 1066px;
    width: 100%;
    max-height: 202px;
    height: 202px;
    object-fit: cover;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .contenedor-izquierdo {
    max-width: 1066px;
    width: 100%;
    max-height: 202px;
    height: 202px;
  }

  .hs-button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .hsfc-Button {
    max-width: 100% !important;
    width: 100% !important;
  }

  fieldset.form-columns-2 {
    flex-direction: column;
    gap: 40px;
  }
}


@media (max-width: 700px) {

  .banrural-btn,
  .banrural-btn-back {
    max-width: 180px;
    padding: 12px 16px;
  }

  .hs-button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .actions {
    max-width: 100% !important;
    width: 100% !important;
  }

  .hsfc-Button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .botton-step {
    display: flex;
    justify-content: center !important;

  }

  .header-banrural-title {
    font-size: 32px;
  }

  .banrural-label {
    margin-top: 8px;
  }

  fieldset.form-columns-2 {
    flex-direction: column;
    gap: 40px;
  }

  /* Ajustes adicionales para textarea en móvil */
  .banrural-step-content .hs-form-private .hs-fieldtype-textarea textarea,
  .hs-form-private .hs-fieldtype-textarea textarea {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .banrural-step-content {
    padding: 20px 25px;
  }
}


@media (max-width: 650px) {

  ul.inputs-list.multi-container {
    gap: 10px;
    flex-flow: column;
  }
}

@media (max-width: 415px) {

  .banrural-btn,
  .banrural-btn-back {
    max-width: 142px;
    padding: 10px 8px;
  }

  .hs-button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .hsfc-Button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .botton-step {
    display: flex;
    justify-content: center !important;
  }

  .header-banrural-title {
    font-size: 26px;
  }

  .btn-c-enviar {
    max-width: 170px !important;
    width: 100%;
  }

  /* Ajustes para pantallas muy pequeñas */
  .banrural-step-content {
    padding: 15px 20px;
  }

  .banrural-step-content .hs-form-private .hs-fieldtype-textarea textarea,
  .hs-form-private .hs-fieldtype-textarea textarea {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  fieldset.form-columns-2 {
    flex-direction: column;
    gap: 40px;
  }
}

/* tabla */
.hidden {
  display: none;
}

.cont-tabla-deudores {
  text-align: end;
}

.tabla-codeudor {
  margin-top: 20px;
  background: #f7f7f7;
  border-radius: 26px;
  padding: 0px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  min-height: 386px;
  margin-bottom: 20px;

}

.header-tabla {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.btn-add-codeudor {
  background: white;
  border: 1px solid orange;
  color: orange;
  padding: 6px 12px;
  border-radius: 21px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  max-width: 170px;
  width: 100%;
  min-height: 40px;
  font-weight: bold;

}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none !important;
}

.btn-add-codeudor:hover {
  background: orange;
  color: white;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.tabla-codeudor-th {
  width: 16.66% !important;
  padding: 12px 8px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-weight: bold;
  background: #eaeaea;
  box-sizing: border-box;
}

.tabla-codeudor-td {
  width: 16.66% !important;
  padding: 12px 8px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-weight: 600;
  box-sizing: border-box;
  color: #051510 !important;
}

.tabla-codeudor-th:first-child {
  border-top-left-radius: 21px !important;
  border-bottom-left-radius: 21px !important;
}

.tabla-codeudor-th:last-child {
  border-top-right-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
}

.tabla-codeudor thead tr {
  height: 60px !important;
}

thead {
  background: #e6e6e6;
}

.border-bt {
  border-bottom: #D8D8D8;
}

th,
td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.error-message {
  color: red !important;
  font-size: 12px !important;
  font-family: Inter, sans-serif !important;
}

.hs-fieldtype-textarea {
  flex-basis: 100% !important;
  width: 100% !important;
  font-family: Inter, sans-serif !important;
  resize: none !important;
}

.hs-fieldtype-textarea textarea {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

/* Forzar que el contenedor padre del textarea ocupe todo el ancho */
.hs-form-private .hs-fieldtype-textarea {
  width: 100% !important;
  max-width: 100% !important;
}

/* Regla específica para textarea dentro de form-private */
.hs-form-private .hs-fieldtype-textarea textarea {
  width: 100% !important;
  min-width: 590px !important;
  max-width: none !important;
}

/* Regla más específica para forzar el ancho completo */
.banrural-step-content .hs-form-private .hs-fieldtype-textarea {
  width: 100% !important;
}

.banrural-step-content .hs-form-private .hs-fieldtype-textarea textarea {
  width: 590px !important;
  min-width: 590px !important;
  max-width: 590px !important;
}

/* Ajustes responsive para textarea */
@media (max-width: 1066px) {

  .banrural-step-content .hs-form-private .hs-fieldtype-textarea textarea,
  .hs-form-private .hs-fieldtype-textarea textarea {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.hs-error-msg {
  color: red !important;
  font-size: 12px !important;
  font-family: Inter, sans-serif !important;
}

.hsfc-ErrorAlert {
  color: red;
  font-size: 14px;
  font-family: Inter, sans-serif !important;
}

th {
  color: #051510 !important;
  font-size: 16px !important;
}

tbody tr:hover {
  background: #f0f0f0;
}

.acciones i {
  cursor: pointer;
  margin: 0 5px;
}

dialog {
  max-width: 943px;
  width: 100%;
  min-height: 600px;
  height: 100%;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  border: none !important;
}

.cod-title {

  font-family: Roboto, sans-serif !important;
  font-size: 28px;
  font-weight: bold;
}

.mt-deu {

  margin-top: 66px;
}

.btn-actionss {
  gap: 20px;
}

.btn-actionss button {

  border: none;
  max-width: 22px;
  width: 100%;
  min-height: 22px;
  background: transparent;
}

@media (max-width: 700px) {
  .tabla-codeudor {
    overflow-x: auto;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 1066px) {
    .contenedor-izquierdo img {
      height: 640px !important;
      max-height: 640px !important;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }

    .contenedor-izquierdo {
      height: 640px !important;
      max-height: 640px !important;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }

    .izquierdo-step {
      margin-top: 0px !important;
      padding-top: 0px !important;
      top: 2px;
    }
  }

  @media (max-width: 768px) {
    .contenedor-izquierdo img {
      height: 202px !important;
      max-height: 202px !important;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }

    .contenedor-izquierdo {
      height: 202px !important;
      max-height: 202px !important;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }
  }
}

#mensaje-vencimiento {
  max-width: 690px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
  padding: 35px 50px;
  height: -webkit-fill-available;
  min-height: 640px;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 16px;
}

#mensaje-vencimiento p {
  font-size: 16px;
  color: var(--text-default-color);
  font-family: Inter, sans-serif !important;
  font-weight: bold;
  margin: 0;
}

#mensaje-vencimiento h2 {
  font-family: Roboto, sans-serif !important;
  color: var(--text-bg-color);
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
}

#mensaje-vencimiento img {
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  height: 100%;
  margin-bottom: 20px;
}

/* Botón de regreso al formulario después del mensaje de éxito */
#btn-regreso-formulario {
  background: #F18A00 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 32px !important;
  padding: 14px 48px !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  margin-top: 24px !important;
  transition: background 0.2s !important;
  display: block !important;
  margin: 24px auto 0 !important;
  max-width: 320px !important;
  width: 100% !important;
  font-family: Inter, sans-serif !important;
}

#btn-regreso-formulario:active {
  background: #a96100 !important;
}



/***** ATENCION ES CSS DEL DATEPICKER NATIVO DE HUBSPOT NOOOOOOO TOCARRRRRRRRRRRR XD****/
.fn-date-picker.pika-single.is-bound {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
}

.fn-date-picker.pika-single.is-hidden {
  display: none;
}

.fn-date-picker.pika-single {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.fn-date-picker .pika-title {
  position: relative;
  text-align: center;
}

.fn-date-picker .pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}

.fn-date-picker .is-rtl .pika-next,
.fn-date-picker .pika-prev {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}

.fn-date-picker .is-rtl .pika-prev,
.fn-date-picker .pika-next {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

.fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.fn-date-picker .pika-table th {
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  width: 14.2857142857%;
  padding: 0;
}

.fn-date-picker.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  zoom: 1;
}

.fn-date-picker.pika-single.is-hidden {
  display: none
}

.fn-date-picker.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.fn-date-picker.pika-single:after,
.fn-date-picker.pika-single:before {
  content: " ";
  display: table
}

.fn-date-picker.pika-single:after {
  clear: both
}

.fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px
}

.fn-date-picker .pika-title {
  position: relative;
  text-align: center
}

.fn-date-picker .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}

.fn-date-picker .pika-label {
  display: inline-block;
  display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff
}

.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  position: absolute;
  top: 0;
}

.fn-date-picker .pika-next:hover,
.fn-date-picker .pika-prev:hover {
  opacity: 1
}

.fn-date-picker .pika-next.is-disabled,
.fn-date-picker .pika-prev.is-disabled {
  cursor: default;
  opacity: .2
}

.fn-date-picker .is-rtl .pika-next,
.fn-date-picker .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  left: 0
}

.fn-date-picker .is-rtl .pika-prev,
.fn-date-picker .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  right: 0;
}

.fn-date-picker .pika-select {
  display: inline-block;
  display: inline
}

.fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}

.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  width: 14.2857142857%;
  padding: 0
}

.fn-date-picker .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center
}

.fn-date-picker .pika-table abbr {
  border-bottom: none;
  cursor: help
}

.fn-date-picker .pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5
}

.fn-date-picker .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important
}

.fn-date-picker .is-today .pika-button {
  color: #3af;
  font-weight: 700
}

.fn-date-picker .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px
}

.fn-date-picker .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3
}

.fn-date-picker .pika-week {
  font-size: 11px;
  color: #999
}

.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto
}

.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table
}

.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0
}

.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right
}

.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important
}

.hs-fieldtype-textarea.hs-input {
  resize: vertical
}


.hs-custom-style .hs-input,
.hs-custom-style fieldset {
  max-width: 100%
}

.hs-custom-style>div.form-columns-3 .hs-form-field,
.hs-custom-style fieldset.form-columns-3 .hs-form-field {
  width: 33.3%
}

.hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%
}

.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px
}

.hs-custom-style>div textarea,
.hs-custom-style fieldset textarea {
  padding: 10px 15px
}

.hs-custom-style .hs-dependent-field>div .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%
}

@media (max-width:400px),
(min-device-width:320px) and (max-device-width:480px) {

  .hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-custom-style fieldset {
    margin-right: 0 !important;
    width: 100% !important
  }

}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px
}

.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline
}

.legal-consent-container .hs-error-msgs label {
  color: #f2545b
}

.legal-consent-container~.hs_recaptcha {
  margin-top: 18px
}

.cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right
}

#hs-outer-captcha-target,
#hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0
}

.hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

/***** FINAL DEL ESTILO DEL DATEPICKER REPITO NO TOCARRRRRRRRRRRRRRRRRRRRRRRR XD******/


strong {
  font-size: 15px !important;
  font-family: Inter, sans-serif !important;
}

.hs-richtext.hs-main-font-element {
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
}



/* Sección de aviso - Nuevo diseño toast */
.aviso-section {
  background: #B3E2E9;
  border-radius: 16px;
  padding: 16px;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 50px;
}

.aviso-icon {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 14px;
  color: var(--verde-banrural);
  font-family: 'Inter', sans-serif;
}

.aviso-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aviso {
  font-weight: 700;
  color: var(--verde-banrural);
  display: block;
  margin: 0;
}

.aviso-text {
  display: block;
  margin: 0;
  color: var(--texto-oscuro);
  font-family: Inter, sans-serif !important;
}

.link {
  color: var(--verde-banrural);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 20px !important;
}


/*CSS DEL CAMPO TELEFONO NATIVO DE HUBSPOT    NO TOCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR XDDDD*/
:root {
  --hsf-default-heading__font-family: Helvetica;
  --hsf-default-heading__color: rgba(51, 71, 91, 1.0);
  --hsf-default-richtext__font-family: Helvetica;
  --hsf-default-richtext__font-size: 1.0em;
  --hsf-default-richtext__color: rgba(51, 71, 91, 1.0);
  --hsf-default-button__font-family: helvetica;
  --hsf-default-button__font-size: 1.0em;
  --hsf-default-button__color: rgba(255, 255, 255, 1.0);
  --hsf-default-button__background-color: rgba(14, 70, 51, 1.0);
  --hsf-default-button__border-radius: 3.0px 3.0px 3.0px 3.0px;
  --hsf-default-button__padding: 12.0px 24.0px 12.0px 24.0px;
  --hsf-default-button--hover__background-color: rgba(15, 77, 56, 1);
  --hsf-default-field-label__font-family: Helvetica;
  --hsf-default-field-label__font-size: 1.0em;
  --hsf-default-field-label__color: rgba(33, 45, 58, 1.0);
  --hsf-default-field-input__placeholder-color: rgba(81, 99, 131, 0.64);
  --hsf-default-field-description__font-family: Helvetica;
  --hsf-default-field-description__color: rgba(81, 99, 131, 0.89);
  --hsf-default-erroralert__font-family: Helvetica;
  --hsf-default-erroralert__color: rgba(229, 21, 32, 1.0);
  --hsf-default-infoalert__font-family: Helvetica;
  --hsf-default-background__border-style: none;
  --hsf-default-background__border-color: rgba(255, 255, 255, 1.0);
  --hsf-default-background__border-radius: 0.0px 0.0px 0.0px 0.0px;
  --hsf-default-background__border-width: 1.0px 1.0px 1.0px 1.0px;
  --hsf-default-background-banner__border-bottom-left-radius: 0px;
  --hsf-default-background-banner__border-bottom-right-radius: 0px;
  --hsf-default-background-banner__border-top-left-radius: 0px;
  --hsf-default-background-banner__border-top-right-radius: 0px;
  --hsf-default-field-input__font-family: helvetica;
  --hsf-default-field-input__background-color: rgba(245, 248, 250, 1.0);
  --hsf-default-field-input__border-color: rgba(149, 148, 148, 1.0);
  --hsf-default-field-input__border-style: solid;
  --hsf-default-field-input__border-width: 1.0px 1.0px 1.0px 1.0px;
  --hsf-default-field-input__border-radius: 3.0px 3.0px 3.0px 3.0px;
  --hsf-default-field-input__padding: 10.0px 10.0px 10.0px 10.0px;
  --hsf-default-field-textarea__font-family: helvetica;
  --hsf-default-field-textarea__background-color: rgba(245, 248, 250, 1.0);
  --hsf-default-field-textarea__border-color: rgba(149, 148, 148, 1.0);
  --hsf-default-field-textarea__border-style: solid;
  --hsf-default-field-textarea__border-width: 1.0px 1.0px 1.0px 1.0px;
  --hsf-default-field-textarea__border-radius: 3.0px 3.0px 3.0px 3.0px;
  --hsf-default-field-textarea__padding: 10.0px 10.0px 10.0px 10.0px;
  --hsf-default-field-textarea__placeholder-color: rgba(81, 99, 131, 0.64);
  --hsf-default-field-checkbox__background-color: rgba(245, 248, 250, 1.0);
  --hsf-default-field-checkbox__border-color: rgba(149, 148, 148, 1.0);
  --hsf-default-field-checkbox__border-style: solid;
  --hsf-default-field-checkbox__border-width: 1.0px 1.0px 1.0px 1.0px;
  --hsf-default-field-radio__background-color: rgba(245, 248, 250, 1.0);
  --hsf-default-field-radio__border-color: rgba(149, 148, 148, 1.0);
  --hsf-default-field-radio__border-style: solid;
  --hsf-default-field-radio__border-width: 1.0px 1.0px 1.0px 1.0px;
  --hsf-default-field-dropdown-options__border-radius: 3px 3px 3px 3px;
  --hsf-default-progressbar-text__font-family: Helvetica;
  --hsf-default-progressbar-text__color: rgba(37, 51, 66, 1.0);
  --hsf-default-progressbar-text__font-size: 1.0em;
  --hsf-default-progressbar-progressLine__background-color: rgba(14, 70, 51, 1.0);
  --hsf-default-progressbar-trackLine__background-color: rgba(217, 217, 217, 1.0);
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
  border-right: 1px solid rgba(149, 148, 148, 1.0);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  padding: var(--hsf-field-input__padding, var(--hsf-default-field-input__padding));
  cursor: pointer;
  background-color: var(--hsf-field-input__background-color, var(--hsf-default-field-input__background-color));
  border-color: var(--hsf-field-input__border-color, var(--hsf-default-field-input__border-color));
  border-style: var(--hsf-field-input__border-style, var(--hsf-default-field-input__border-style));
  border-radius: var(--hsf-field-input__border-radius, var(--hsf-default-field-input__border-radius));
  transition: filter .1s ease;
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret {
  border-width: var(--hsf-field-input__border-width, var(--hsf-default-field-input__border-width));
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl)>.hsfc-TextInput {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[data-hsfc-id=Renderer] .hsfc-TextInput {
  margin: 0;
  font-family: var(--hsf-field-input__font-family, var(--hsf-global__font-family, var(--hsf-default-field-input__font-family)));
  color: var(--hsf-field-input__color, var(--hsf-default-field-input__color));
  border-color: var(--hsf-field-input__border-color, var(--hsf-default-field-input__border-color));
  border-style: var(--hsf-field-input__border-style, var(--hsf-default-field-input__border-style));
  border-radius: var(--hsf-field-input__border-radius, var(--hsf-default-field-input__border-radius));
  padding: var(--hsf-field-input__padding, var(--hsf-default-field-input__padding));
  font-size: var(--hsf-field-input__font-size, var(--hsf-global__font-size, var(--hsf-default-field-input__font-size)));
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow .2s ease;
}

/* Control de visibilidad del dropdown del teléfono */
[data-hsfc-id=Renderer] .hsfc-DropdownOptions {
  display: none !important;
  flex-direction: column;
  position: absolute;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  z-index: 10000;
  font-family: var(--hsf-field-input__font-family, var(--hsf-global__font-family, var(--hsf-default-field-input__font-family)));
  font-size: var(--hsf-field-input__font-size, var(--hsf-global__font-size, var(--hsf-default-field-input__font-size)));
  word-wrap: break-word;
  background-color: var(--hsf-field-input__background-color, var(--hsf-default-field-input__background-color));
  border-color: var(--hsf-field-input__border-color, var(--hsf-default-field-input__border-color));
  border-style: var(--hsf-field-input__border-style, var(--hsf-default-field-input__border-style));
  border-radius: var(--hsf-field-dropdown-options__border-radius, var(--hsf-default-field-dropdown-options__border-radius));
  min-height: 222px;
  max-height: 222px;
  /* Corregir posicionamiento para que aparezca debajo del input */
  top: 100% !important;
  left: 0px !important;
  /* Asegurar que se posicione relativo al contenedor del input */
  transform: translateY(2px);
}

/* Asegurar que el contenedor del input tenga position relative */
[data-hsfc-id=Renderer] .hsfc-PhoneInput {
  position: relative;
}

/* Mostrar el dropdown en todos los estados activos posibles */
[data-hsfc-id=Renderer] .hsfc-DropdownOptions--open,
[data-hsfc-id=Renderer] .hsfc-DropdownOptions[aria-expanded="true"],
[data-hsfc-id=Renderer] .hsfc-PhoneInput--open .hsfc-DropdownOptions,
[data-hsfc-id=Renderer] .hsfc-PhoneInput[data-open] .hsfc-DropdownOptions,
[data-hsfc-id=Renderer] .hsfc-PhoneInput:focus-within .hsfc-DropdownOptions,
[data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret[aria-expanded="true"]~.hsfc-DropdownOptions,
[data-hsfc-id=Renderer] .hsfc-DropdownOptions[style*="display: flex"],
[data-hsfc-id=Renderer] .hsfc-DropdownOptions[style*="display: block"] {
  display: flex !important;
}

[data-hsfc-id=Renderer] .hsfc-DropdownOptions {
  border-width: var(--hsf-field-input__border-width, var(--hsf-default-field-input__border-width));
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput {
  display: flex;
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret__Caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--hsf-field-input__color, var(--hsf-default-field-input__color));
}

[data-hsfc-id=Renderer] .hsfc-DropdownOptions__List {
  flex: 1;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

[data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem {
  color: var(--hsf-field-input__color, var(--hsf-default-field-input__color));
  background-color: var(--hsf-field-input__background-color, var(--hsf-default-field-input__background-color)) --hsf-field-input__background-color is not defined;
  padding: var(--hsf-field-input__padding, var(--hsf-default-field-input__padding));
  list-style: none;
  cursor: pointer;
  transition: filter .1s ease;
  min-height: 14px;
}

[data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search {
  flex: 0 0 auto;
  padding: var(--hsf-field-input__padding, var(--hsf-default-field-input__padding));
}

[data-hsfc-id=Renderer] .hsfc-TextInput {
  margin: 0;
  font-family: var(--hsf-field-input__font-family, var(--hsf-global__font-family, var(--hsf-default-field-input__font-family)));
  color: var(--hsf-field-input__color, var(--hsf-default-field-input__color));
  border-color: var(--hsf-field-input__border-color, var(--hsf-default-field-input__border-color));
  border-style: var(--hsf-field-input__border-style, var(--hsf-default-field-input__border-style));
  border-radius: var(--hsf-field-input__border-radius, var(--hsf-default-field-input__border-radius));
  padding: var(--hsf-field-input__padding, var(--hsf-default-field-input__padding));
  font-size: var(--hsf-field-input__font-size, var(--hsf-global__font-size, var(--hsf-default-field-input__font-size)));
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow .2s ease;
}

/*FINAAAAAAAAAAL DEL ESTILO CSS DE TELEFONO XDDD*/


.hsfc-RadioInput {
  margin: 0 10px 0 0 !important;
}

.hsfc-LiveRegionContent {
  display: none !important;
}
.hsfc-Step__Content .hsfc-Step .hsfc-Row{
    margin-bottom: 25px;
}

.hsfc-Step__Content .hsfc-Row:has(.hsfc-NumberField, .hsfc-EmailField, .hsfc-PhoneField, .hsfc-DropdownField, .hsfc-TextInput)
{
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 40px !important;
}


.hsfc-Row .hsfc-NumberField{
    flex: 1
}

.hsfc-Row .hsfc-DropdownField{
    flex: 1
}

.hsfc-Row .hsfc-EmailField{
    flex: 1
}

.hsfc-Row .hsfc-PhoneField{
    flex: 1
}

.hsfc-Row .hsfc-TextInput{
    flex: 1
}
.hsfc-PostSubmit{
    padding: 64px 24px;
    margin-bottom: 20px
}
.hsfc-PostSubmit .hsfc-Step .hsfc-Step__Content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* 1) Asegurá el offset parent correcto */
[data-hsfc-id="Renderer"] .hsfc-DropdownInput {
  position: relative !important;
}

/* 2) Que el dropdown sea overlay debajo del input */
[data-hsfc-id="Renderer"] .hsfc-DropdownInput > .hsfc-DropdownOptions {
  position: absolute !important;
  top: calc(100% + 2px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
}

/* 3) Evitá que se “corte” el contenido */
[data-hsfc-id="Renderer"] .hsfc-DropdownInput > .hsfc-DropdownOptions {
  overflow: auto !important;   /* tu CSS interno lo tiene hidden */
}
[data-hsfc-id="Renderer"] .hsfc-TextInput--button[aria-expanded="true"]
  ~ .hsfc-DropdownOptions {
  display: block !important;
}


/* Flecha dentro del input */
[data-hsfc-id="Renderer"] .hsfc-DropdownInput > input.hsfc-TextInput--button {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.7892 4.80541C15.1038 5.17224 15.0614 5.72464 14.6946 6.03922L8.57262 11.2892C8.24501 11.5702 7.76149 11.5703 7.43374 11.2895L1.30573 6.0395C0.938748 5.7251 0.896122 5.17272 1.21053 4.80573C1.52493 4.43875 2.07731 4.39612 2.44429 4.71053L8.00274 9.47256L13.5554 4.7108C13.9222 4.39622 14.4746 4.43858 14.7892 4.80541Z" fill="%2300B451"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 40px !important;
}

/* Texto tipo placeholder cuando el input está vacío */
[data-hsfc-id="Renderer"] .hsfc-DropdownInput > input.hsfc-TextInput--button[value=""] {
  color: transparent !important; /* oculta el valor vacío */
}

/* Pintamos el "placeholder" encima */
[data-hsfc-id="Renderer"] .hsfc-DropdownInput:has(> input.hsfc-TextInput--button[value=""])::before {
  content: "Seleccione una opción";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa0a6;
  pointer-events: none;
  font-family: Inter, sans-serif !important;
}
