* {
  /*font-family: "Poppins", "Mulish", sans-serif !important;*/
  font-family: "Poppins", "Mulish", sans-serif !important;
}

body {
  background-color: #EDEDED !important;
  color: #4d4d4d !important;
  /*font-family: "Mulish", sans-serif !important;*/
}

.contenido-formulario {
  max-width: 900px !important;
  margin: 0 auto !important;
}

@media not screen and (max-width: 500px) {
  .solo-movil {
    display: none;
  }
}

@media (max-width:600px) {
  #lista_archivos {
    margin-left: 0 !important;
  }

  .archivo-item {
    width: 100% !important;
  }
}

@media not screen and (min-width: 500px) {
  .solo-escritorio {
    display: none;
  }
}

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

@media not screen and (min-width: 768px) {
  .row {
    /*display: block !important;*/
  }
}

.separador-movil {
  margin: 0;
}

@media not screen and (min-width: 768px) {
  .separador-movil {
    width: 100%;
    visibility: hidden;
  }
}

b,
strong {
  font-weight: bold !important;
}

h2 {
  font-size: 44px !important;
  line-height: 1 !important;
  margin-bottom: 30px !important;
}

.logo {
  width: 140px;
}

.banner {
  background-color: #f4f4f4;
  background-position: center;
  display: flex;
  padding: 20px 0;
  height: 220px;
  max-height: 220px;
}

@media not screen and (min-width: 500px) {
  .banner {
    height: 100px;
    max-height: 100px;
    background-size: cover;
    background-position: 70% 50%;
  }
}

.div-header {
  padding: 0 16px;
  width: 900px;
  max-width: 900px !important;
  margin: 0 auto !important;
}

#div_tipo_persona .boton-formulario {
  width: 150px !important;
}

.boton-formulario {
  border-radius: 25px !important;
  box-shadow: 0 !important;
  margin: 0 10px 40px 10px;
  color: inherit;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  color: #4d4d4d;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #4d4d4d;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  min-width: 150px;

}

#btnAdjuntarEstados,
#btnAdjuntarEstadosEmpresa {
  position: relative;
  background: #4d4d4d;
  color: #fff;
  width: 180px;
  height: 35px;
  border: none;
  border-radius: 5px !important;
  box-shadow: none;
  font-weight: bold;
  margin-top: 15px;
}

#lista_archivos {
  margin-left: 200px;
  padding-left: 15px;
}

.archivo-item {
  background: #e8e8e8;
  padding: 0 12px;
  margin-top: 8px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 38px;
  font-size: 14px;
}

.archivo-nombre {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 55%;
}

.archivo-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.btn-eliminar-archivo,
.btn-eliminar-archivo-empresa {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
}

#btnAdjuntarEstados span,
#btnAdjuntarEstadosEmpresa span {
  font-weight: 100;
  position: absolute;
  right: 10px;
}

.boton-popup {
  border-radius: 25px !important;
  box-shadow: 0 !important;
  margin: 0 10px 0 0px;
  color: inherit;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  color: #3C3C3B;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #3C3C3B;
  padding: 0.375rem 0;
  line-height: 1.5;
  width: 110px !important;
}

.boton-agregar {
  border-radius: 50% !important;
  box-shadow: 0 !important;
  color: inherit;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #32CD32;
  border: 1px solid #32CD32;
  padding: 0.375rem 0.75rem;
}

.boton-siguiente {
  background-color: #c6c6c6;
  background-size: 100% 100%;
  width: 200px;
  height: 50px !important;
  border-radius: 60px;
  font-size: 1.2rem;
  display: inline-block;
  color: white !important;
  font-weight: bold;
  padding: 6px 30px 6px 30px;
  cursor: pointer;
  text-transform: none !important;
  text-align: center;
  border: none;
  margin-top: 35px;
}

.boton-siguiente.btn-listo {
  background-color: #ffca38 !important;
  color: #fff !important;
}

.boton-siguiente.btn-listo:hover {
  background-color: #ffd76a !important;
}

#div_fin_contrato {
  width: 200px;
}

@media not screen and (min-width: 768px) {
  .boton-siguiente {
    transform: none;
  }
}

.boton-eliminar {
  border-radius: 50% !important;
  box-shadow: 0 !important;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  height: 40px;
  width: 40px;
  color: #4d4d4d;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #4d4d4d;
  padding: 0.375rem 0.75rem;
}

button.active {
  background-color: #15cf29 !important;
  color: white !important;
  border: 1px solid #15cf29;
}

.deudor-caja {
  font-size: 15px;
  margin: 20px 0 !important;
  padding: 0 10px !important;
  margin-bottom: 20px !important;
  margin-top: 35px !important;
}

.card,
.deudor-contenedor {
  box-shadow: none !important;
}

.deudor-contenedor {
  /* box-shadow: 0 7px 5px rgba(0, 0, 0, 0.05) !important; */
  border-radius: 25px !important;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 17px;
  border: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
}

.deudor-contenedor-con-sombra {
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.form-control.active {
  color: #4d4d4d !important;
}

.form-control {
  border: 1px solid #C6C6C6 !important;
  font-size: 16px !important;
  color: #4d4d4d !important;
  height: 35px !important;
  padding: 0 10px !important;
}

select.form-control {
  color: #a6a6a6 !important;
}

.form-control::placeholder {
  color: #a6a6a6 !important;
  opacity: 1;
}

#lista_archivos_empresa,
#lista_archivos_empresa_codeudor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

#contenedor_adjuntos_empresa .deudor-control {
  min-width: 100% !important;
  text-align: center;
}

.form-control:hover,
.select2-container--default .select2-selection--single:hover {
  border: 1px solid #4d4d4d !important;
  cursor: pointer;
}

.select2-container--default .select2-selection--single {
  color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
}




select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 35px;
  height: 35px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  padding: 0 40px 0 12px !important;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover en el select */
select.form-control:hover {
  border-color: #15cf29;
}

/* Focus en el select */
select.form-control:focus {
  border-color: #15cf29 !important;
  box-shadow: none !important;
  outline: none;
}

/* Estilos para las opciones - Chrome y Safari */
select.form-control option {
  padding: 10px;
  background-color: #fff;
  color: #333;
}

select.form-control option:hover {
  background-color: #15cf29 !important;
  color: #fff !important;
}

select.form-control option:checked {
  background-color: #15cf29 !important;
  background: #15cf29 !important;
  color: #fff !important;
}

/* Para Firefox - opciones seleccionadas */
select.form-control option:checked {
  background: #15cf29 linear-gradient(0deg, #15cf29 0%, #15cf29 100%) !important;
  color: #fff !important;
}

/* Estilos específicos para WebKit (Chrome, Safari, Edge) */
select.form-control option:checked,
select.form-control option:hover,
select.form-control option:focus {
  background: #15cf29 !important;
  background-color: #15cf29 !important;
  color: white !important;
  box-shadow: 0 0 10px 100px #15cf29 inset !important;
}

/* Para el texto seleccionado dentro del select */
select.form-control::selection {
  background: #15cf29;
  color: white;
}

select.form-control::-moz-selection {
  background: #15cf29;
  color: white;
}

/* Ocultar la flecha por defecto de Select2 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* Personalizar el contenedor de la flecha */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
  right: 10px !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

/* Estilos generales del Select2 */
.select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 12px;
  color: #333;
}

/* Hover en el select */
.select2-container--default .select2-selection--single:hover {
  border-color: #15cf29;
}

/* Focus en el select */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #15cf29;
  box-shadow: 0 0 0 2px rgba(21, 207, 41, 0.15);
  outline: none;
}

/* Dropdown del Select2 */
.select2-container--default .select2-results__option {
  padding: 4px 12px;
  background-color: #fff;
  color: #333;
}

/* Hover en las opciones */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #15cf29 !important;
  color: #fff !important;
}

/* Opción seleccionada */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #15cf29 !important;
  color: #fff !important;
}

/* Placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* Dropdown container */
.select2-dropdown {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Search box dentro del dropdown (si está habilitado) */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 8px 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #15cf29;
  outline: none;
}

/* Rotar la flecha cuando el select está abierto */
.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.select2-container--default .select2-selection__arrow {
  transition: transform 0.2s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
  padding-left: 1px !important;
}

.select2-selection {
  padding: 0px 10px !important;
  height: 35px !important;
}

.form-control:focus {
  border: 3px solid #15cf29 !important;
  box-shadow: none !important;
  outline: none;
}

.deudor-control {
  padding: 15px 15px;
  min-width: 100% !important;
}

.flex-interno-adjuntar {
  display: flex;
  position: relative;
  align-items: center;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.flex-interno-adjuntar .btn-informacion {
  position: absolute;
  right: -45px;
  top: -17px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #4d4d4d;
  color: transparent;
}

.flex-interno-adjuntar .btn-informacion:hover {
  color: #4d4d4d;
}

.tooltip-burbuja {
  display: none;
  position: absolute;
  bottom: calc(100% + 33px);
  right: -120px;
  background: #ededed;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  color: #4d4d4d;
  width: 190px;
  text-align: center;
  z-index: 10;
}

.tooltip-burbuja::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 8px;
  right: 50%;
  transform: translateX(50%);
  border-width: 7.5px;
  border-style: solid;
  border-color: #4d4d4d transparent transparent transparent;
}

/* Flecha blanca (::after tapa el borde) */
.tooltip-burbuja::after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  right: 10px;
  right: 50%;
  transform: translateX(50%);
  border-width: 7px;
  border-style: solid;
  border-color: #ededed transparent transparent transparent;
}

/* .tooltip-burbuja::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  border-width: 7px;
  border-style: solid;
  border-color: #ededed #ededed00 #44dd4400 #b52a2a00;
  filter: drop-shadow(0 1px 0 #ccc);
} */

/* ✅ Solo hover, sin JS */
.tooltip-wrapper:hover .tooltip-burbuja {
  display: block;
}

.deudor-control.politicas h3 {
  font-size: 15px;
  line-height: 1.5;
  color: #4d4d4d;
  font-weight: bold;
  text-decoration: underline;
}

.deudor-control.politicas label {
  margin-top: 12px;
  font-size: 12px;
}

.deudor-control.politicas label input[type="checkbox"] {
  transform: scale(1.8);
  margin-right: 16px;
  cursor: pointer;
  accent-color: #ffffff;
}

.deudor-control.politicas:hover h3 {
  color: #15cf29;
}


.deudor-control__valor-solicitado {
  width: 180px !important;
}

.deudor-control__plazo {
  width: 190px !important;
}

.deudor-control__destino-credito {
  width: 480px !important;
}

.deudor-control__etiqueta-controles-dinamicos {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 130px !important;
}

#popupAdjuntar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(195 195 195 / 50%);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

#popupAdjuntar .popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  width: 450px;
  text-align: center;
  box-shadow: 0 6px 20px rgb(98 98 98 / 15%);
  padding-top: 40px;
}

#eliminarFrontal,
#eliminarPosterior {
  border: none;
  margin-left: 10px;
  background: none;
  font-size: 1rem;
}

#popupAdjuntar .btn-popup-documento,
#popupAdjuntar #continuarFrontal {
  background: #15cf29;
  color: #fff;
  border-radius: 40px;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 40px;
  margin-top: 17px;
}

#popupAdjuntar .btn-popup-documento.cerrar-btn {
  background-color: #b5b5b5;
}


#popupAdjuntar p {
  font-size: 15px;
  line-height: 21px;
  color: #4d4d4d;
}

#popupAdjuntar #iconoFrontal,
#popupAdjuntar #iconoPosterior {
  width: 17px;
  margin-bottom: 20px;
  position: absolute;
  right: 40px;
}

#popupAdjuntar .paso label {
  background: #15cf29;
  cursor: pointer;
  color: #fff;
  font-weight: bolder;
  padding: 8px 40px;
  border-radius: 7px;
  margin-top: 35px;
}

#popupAdjuntar .paso p.small {
  font-size: 12px;
  margin-bottom: 0;
}

#nombreArchivoFrontal,
#nombreArchivoPosterior {
  background: #e8e8e8;
  width: 80%;
  height: 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#popupAdjuntar .paso p.small#nombreArchivoPosterior,
#popupAdjuntar .paso p.small#nombreArchivoFrontal {
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .deudor-control__etiqueta-controles-dinamicos {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media not screen and (min-width: 768px) {
  .deudor-control {
    width: 100% !important;
    width: -moz-available !important;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
  }
}

@media only screen and (min-width: 768px) {
  .deudor-control {
    min-width: unset !important;
  }
}

.deudor-seccion-listo {
  position: absolute;
  top: 40px;
  right: 25px;
}

@media not screen and (min-width: 768px) {
  .deudor-seccion-listo {
    right: 10px;
  }
}

.deudor-seccion-icono {
  position: absolute;
  left: 25px;
  top: 20px;
}


.deudor-seccion-icono img {
  height: 40px;
}

.deudor-seccion-listo-con-encabezado {
  position: absolute;
  top: 20px;
  right: 25px;
}

@media not screen and (min-width: 768px) {
  .deudor-seccion-listo-con-encabezado {
    right: 10px;
  }
}

.deudor-encabezado {
  border-radius: 25px 25px 0 0 !important;
  display: grid;
  place-items: center;
  /*padding: .75rem 166px .75rem 1.25rem;*/
  padding: 12px 20px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  height: 80px;
  text-align: center;
}

.deudor-encabezado-codeudor {
  height: auto !important;
  text-align: left;
  place-items: flex-start;
  align-items: center;
  border-radius: 25px !important;
  display: flex;
  padding: 0;
}

.deudor-encabezado-codeudor-texto {
  /*max-width: 60% !important;*/
  line-height: normal;
  text-align: left;
  font-size: 20px;
  margin-left: 0px;
  align-items: center;
  width: -webkit-fill-available;
  padding: 12px 20px 12px 20px;
  text-align: center;
}

@media not screen and (min-width: 768px) {
  .deudor-encabezado-codeudor-texto {
    max-width: 100% !important;
    /*padding: 12px 20px 12px 20px;*/
  }
}

.deudor-encabezado-codeudor-imagen {
  align-self: start;
}

@media not screen and (min-width: 768px) {
  .deudor-encabezado-codeudor-imagen {
    width: 0;
    visibility: hidden;
    padding: 0 !important;
    margin: 0 !important;
  }
}

.deudor-encabezado__titulo {
  font-size: 22px;
  font-weight: 600;
  padding: 0 48px;
}

.input-icon,
.input-icon-telefono {
  position: relative;
}

.input-icon>i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 48%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon>input {
  padding-left: 10px;
  padding-right: 0;
}

.input-icon-telefono>i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 48%;
  pointer-events: none;
  width: 40px;
  text-align: center;
  font-style: normal;
}

.input-icon-telefono>input {
  padding-left: 30px;
  padding-right: 0;
}

input[type='file'] {
  display: none;
}

.custom-file-upload {
  /*border-radius: 4px;*/
  /*border: 1px solid #808080;*/
  /*background-color: #808080;*/
  background-color: transparent;
  background-size: 100% 100%;
  width: auto;
  display: inline-block;
  color: white !important;
  font-weight: bold;
  padding: 6px 34px 6px 12px;
  cursor: pointer;
  text-transform: none !important;
  text-align: center;
}

.modal-content {
  border-radius: 25px !important;
}

@media not screen and (min-width: 768px) {
  .deudor-div-vacio {
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
  }
}

.deudor-label-control-dependiente {
  padding: 15px 0;
}

@media not screen and (min-width: 768px) {
  .deudor-label-control-dependiente {
    padding: 15px 15px 0 15px;
  }
}

@media not screen and (min-width: 768px) {
  .deudor-control-dependiente {
    padding-top: 0;
  }
}

@media not screen and (min-width: 768px) {
  .div-enlace-codeudor {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/*input[type="date"]
{
	display:block;

	// Solution 1 //
	 -webkit-appearance: textfield;
	-moz-appearance: textfield;
	min-height: 1.2em; 

	// Solution 2 //
	// min-width: 96%; //
}*/
.boton-continuar {
  align-self: start;
  margin-left: auto !important;
  border: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 20px;
}

@media not screen and (min-width: 768px) {
  .boton-continuar {
    margin-left: unset !important;
  }
}

.modal-header {
  justify-content: center !important;
}

@media not screen and (min-width: 768px) {
  .modal-header {
    border: 0 !important;
  }
}

.modal-title {
  text-align: center;
}

.modal-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media not screen and (min-width: 768px) {
  .modal-body {
    justify-content: center !important;
    text-align: center;
    padding: 1rem 4rem !important;
  }
}

@media not screen and (min-width: 768px) {
  .modal-valor-solicitado-body {
    justify-content: center !important;
    text-align: center;
    padding: 0 !important;
  }
}

.modal-footer {
  border-top: 0;
  padding: 0 12 30 12;
  justify-content: center !important;
  text-align: center;
}

@media not screen and (min-width: 768px) {
  .modal-footer {
    border: 0 !important;
  }
}

.modal-icon {
  margin-left: 1rem !important;
  left: 0;
  position: absolute;
}

#modalSenhal .modal-icon {
  top: 10px;
  margin-left: 0 !important;
  right: 10px !important;
  left: auto !important;
}

.close {
  margin-right: 1rem !important;
  right: 0;
  position: absolute;
}

.label-invisible {
  color: white;
}

@media not screen and (min-width: 768px) {
  .label-invisible {
    display: none;
  }
}

.boton-adjuntar-cedula {
  position: relative;
  background-color: #4d4d4d;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  display: inline-block;
  color: white !important;
  font-weight: bold;
  padding: 12px 30px 12px 30px;
  cursor: pointer;
  text-transform: none !important;
  text-align: center;
  /*transform: translate(15%, 0);*/
}

.boton-adjuntar-cedula .btn-eliminar {
  position: absolute;
  right: -30px;
  font-size: 1.2rem;
  background: none;
  border: none;
  z-index: 9999;
  color: #747474;
}

@media not screen and (min-width: 768px) {
  .boton-adjuntar-cedula {
    width: 250px;
  }
}

@media not screen and (min-width: 768px) {
  .boton-adjuntar-cedula {
    /*transform: translate(10%, 0);*/
    /*margin-bottom: 25px;*/
  }
}

.boton-adjuntar-cedula-activo {
  background-image: url(../img/boton-adjuntar-cedula-listo.svg) !important;
  width: 95%;
}

.boton-adjuntar-cedula-presionado {
  background-image: url(../img/boton-adjuntar-cedula-presionado.svg) !important;
}

.boton-adjuntar-presionado {
  background-image: url(../img/boton-adjuntar-cedula-presionado.svg) !important;
}

.boton-adjuntar-cedula-camara {
  position: relative;
  vertical-align: text-bottom;
  height: 20px;
  width: auto;
  padding: 0 0 0 4px;
}

.boton-adjuntar-cedula-icono-adjuntar {
  position: relative;
  vertical-align: text-bottom;
  height: 20px;
  width: auto;
  padding: 0 0 0 2px;
}

.boton-adjuntar-cedula-check {
  position: relative;
  visibility: hidden;
  vertical-align: baseline;
}

.oculto {
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}

.fijo {
  position: sticky !important;
  top: 0 !important;
  z-index: 1;
}

button {
  outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.boton-adjuntar-estados-financieros {
  white-space: nowrap;
  width: 170px;
  height: 48px;
}

.contenedor-pagina {
  position: relative;
  box-sizing: content-box !important;
  max-width: 1024px !important;
  padding: 0 !important;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
}

/*# sourceMappingURL=style.css.map */