* {
  font-family: "Poppins", "Mulish", sans-serif !important;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #EDEDED !important;
  color: #3C3C3B !important;
  line-height: 1.5;
}
form {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 12px;
}
.banner {
  width: 100%;
  background-color: #f4f4f4;
  background-position: center;
  display: flex;
  padding: 20px 8px;
  margin-bottom: 72px;
  height: 220px;
  max-height: 220px;
}
.imagenes-logos {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imagenes-logos img:nth-child(1) {
  width: 80px;
  height: 31px;
}
.imagenes-logos img:nth-child(2) {
  width: 80px;
  height: 61px;
}
.imagenes-logos img:nth-child(3) {
  height: 80px;
  width: 40px;
}
.imagenes-logos img:nth-child(4) {
  width: 50px;
  height: 55px;
}

@media not screen and (min-width: 500px) {
  .banner {
    height: 100px;
    max-height: 100px;
    background-size: cover;
    background-position: 70% 50%;
  }
}


/* ----------------------- */

.deudor-caja, .deudor-contenedor {
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 25px;
  box-shadow: 0 7px 5px rgb(0 0 0 / 5%);
}
.deudor-caja {
  padding: 12px 10px;
}
.deudor-encabezado {
  border-radius: 25px 25px 0 0 !important;
    display: grid;
    place-items: center;
    padding: 12px 20px;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    height: 80px;
    text-align: center;
}
.deudor-seccion-icono {
  position: absolute;
  left: 25px;
  top: 20px;
}
.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-icon-telefono {
  position: relative;
}
.deudor-encabezado__titulo {
  font-size: 20px;
  font-weight: bold;
  padding: 0 48px;
  color: #3C3C3B;
}
.row {
  display: flex;
  flex-direction: column;
}
.deudor-control {
  padding: 15px 15px;
  min-width: 100%;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
input[type=text] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #C6C6C6;
  border-radius: 0.25rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
}
input[type=text]:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.boton-adjuntar-cedula {
  /* background-image: url(../img/boton-adjuntar-cedula.svg) !important; */
  background-color: transparent;
  background-size: 100% 100%;
  /* background-attachment: scroll; */
  width: auto;
  display: inline-block;
  color: white !important;
  font-weight: bold;
  padding: 12px 8px 12px 8px;
  cursor: pointer;
  text-transform: none !important;
  text-align: center;
  /* transform: translate(15%, 0); */
}
.boton-adjuntar-estados-financieros {
  white-space: nowrap;
  width: 250px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boton-adjuntar-estados-financieros p {
  margin: 0 8px 0 0;
}
input[type=file] {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
.boton-formulario {
  border-radius: 25px;
  margin: 0 10px 40px 10px;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  display: inline-block;
  color: #3C3C3B;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #3C3C3B;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  width: 180px;
  font-size: inherit;
}
.centrar-boton {
  align-items: center;
  justify-content: center;
}
.centrales-riesgo-botones {
  display: flex;
  align-items: center;
}
.boton-siguiente {
  background-color: transparent;
  background-size: 100% 100%;
  width: 160px !important;
  height: 48px !important;
  font-size: 1.2rem;
  display: inline-block;
  color: #3C3C3B !important;
  font-weight: bold;
  padding: 6px 30px 6px 30px;
  cursor: pointer;
  text-transform: none !important;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #3C3C3B;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
element.style {
  overflow-y: scroll;
  display: block;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  padding-right: 0 !important;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}
.modal-content {
  position: relative;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 25px;
  outline: 0;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px 50px 16px 0;
  border-bottom: 1px solid #dee2e6;
}
.modal-body {
  padding: 16px 0;
}
.modal-footer {
  display: flex;
  justify-content: center;
}
.modal-header button {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
a { cursor: pointer; }
.active {
  background-color: #32CD32 !important;
  color: white !important;
  border: 1px solid transparent;
}
.modal-header h5 {
  font-size: 1.25rem;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  padding: .6rem 1rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
button .active {
  background-color: #32CD32 !important;
  color: white !important;
  border: 1px solid transparent;
}
.datosGuardados, .textoDatosGuardados h3{
  font-size: 16px;
}
.textoDatosGuardados {
  display: flex;
  justify-content: center;
}
.textoDatosGuardados h3{
  text-align: center;
  display: inline-block;
  font-weight: 300;
}
.caja-mensaje {
  max-width: 900px;
  margin: 0 auto;
}
.volverFormulario {
  margin-top: 50px;
  text-decoration: none;
  cursor: pointer;
  background-color: #32CD32;
  color: #FFF;
  border: none;
  outline: none;
}
@media (min-width: 500px) {
  .campo-ciudad {
    width: 100%;
  }
  .imagenes-logos img:nth-child(1) {
    width: 111px;
    height: 43px;
  }
  .imagenes-logos img:nth-child(2) {
    width: 111px;
    height: 85px;
  }
  .imagenes-logos img:nth-child(3) {
    height: 111px;
    width: 55px;
  }
  .imagenes-logos img:nth-child(4) {
    width: 110px;
    height: 120px;
  }
}
@media (min-width: 576px) {
  .modal-header {
    padding: 16px 0;
  }
  form {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .datosGuardados, .textoDatosGuardados h3{
    font-size: 20px;
  }
  form {
    max-width: 720px;
  }
  #div_tipo_persona .deudor-caja .row > div:first-child,
  #div_tipo_persona .deudor-caja .row > div:nth-child(2) {
    max-width: 180px;
    min-width: 180px;
  }
  #div_tipo_persona .row, #div_datos_empresariales .row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #div_datos_empresariales .deudor-caja .row > div:nth-child(1),
  #div_datos_empresariales .deudor-caja .row > div:nth-child(3),
  #div_datos_empresariales .deudor-caja .row > div:nth-child(5),
  #div_datos_empresariales .deudor-caja .row > div:nth-child(7)
  {
    max-width: 330px;
    min-width: 330px;
  }
  #div_datos_empresariales .deudor-caja .row > div:nth-child(2) {
    display: grid;
    align-items: end;
  }
  #div_datos_empresariales .deudor-caja .row > div:nth-child(2),
  #div_datos_empresariales .deudor-caja .row > div:nth-child(4),
  #div_datos_empresariales .deudor-caja .row > div:nth-child(6) {
    max-width: 250px;
    min-width: 250px;
  }
  
  .campo-ciudad {
    width: 300px;
  }
  .imagenes-logos img:nth-child(1) {
    width: 160px;
    height: 62px;
  }
  .imagenes-logos img:nth-child(2) {
    width: 160px;
    height: 123px;
  }
  .imagenes-logos img:nth-child(3) {
    height: 160px;
    width: 80px;
  }
  .imagenes-logos img:nth-child(4) {
    width: 110px;
    height: 120px;
  }
  .centrales-riesgo-botones {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  form {
    max-width: 960px;
  }
  #div_tipo_persona .deudor-caja .row > div:nth-child(3) {
    max-width: 480px;
    min-width: 480px;
  }
  #div_datos_empresariales .deudor-caja .row > div:nth-child(3) {
    display: grid;
    align-items: end;
  }
  #div_datos_empresariales .deudor-caja .row > div:nth-child(4),
  #div_datos_empresariales .deudor-caja .row > div:nth-child(6) {
    max-width: 330px;
    min-width: 330px;
  }
  #div_datos_empresariales .deudor-caja .row > div:nth-child(5) {
    max-width: 250px;
    min-width: 250px;
  }
  #div_informacion_financiera_persona_juridica .row {
    flex-direction: row;
  }
  #div_informacion_financiera_persona_juridica .row > div{
    height: 144px;
  }
  #div_informacion_financiera_persona_juridica .deudor-caja div:first-child {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #div_informacion_financiera_persona_juridica .deudor-caja div span {
    display: inline-block;
    width: 100%;
  }
  .campo-ciudad {
    width: 330px;
    margin-left: 0px;
  }
  .imagenes-logos img:nth-child(1) {
    width: 206px;
    height: 81px;
  }
  .imagenes-logos img:nth-child(2) {
    width: 206px;
    height: 159px;
  }
  .imagenes-logos img:nth-child(3) {
    height: 206px;
    width: 103px;
  }
  .imagenes-logos img:nth-child(4) {
    width: 110px;
    height: 120px;
  }
}
.boton-adjuntar-presionado {
  background-image: url(../img/boton-adjuntar-cedula-presionado.svg) !important;
}
.boton-adjuntar-cedula-activo {
  background-image: url(../img/boton-adjuntar-cedula-listo.svg) !important;
}

/* ---- */
.hide {
  display: none;
}
.show {
  display: block;
}

