#pedi-prestamo {
  padding-top: 54px;
  padding-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pedi-prestamo .container-fluid {
  padding-right: 60px;
  padding-left: 30px;
  max-width: 1393px;
}

#pedi-prestamo .container-fluid .flex {
  align-items: center;
}

#pedi-prestamo .icon {
  text-align: center;
  position: absolute;
}

#pedi-prestamo .icon img {
  width: 579px;
  max-width: 1000%;
  transform: translate(-150px, -32px);
  background-color: transparent;
}

#pedi-prestamo .text {
  font-family: "Oswald", sans-serif;
  padding-bottom: 21px;
  font-size: 1.65rem;
  font-weight: 300;
  transform: rotate(-5deg);
  padding-top: 225px;
  padding-bottom: 4px;
  position: relative;
  z-index: 1;
}

#pedi-prestamo .sup_titulo {
  font-size: 0.7rem;
  padding-bottom: 10px;
  text-align: center;
}

#pedi-prestamo .title {
  text-align: center;
  color: white;
  font-size: 45px;
  font-weight: 700;
  padding: 20px;
  line-height: 40px;
}

#pedi-prestamo .title small {
  font-size: 68%;
  display: block;
  margin-bottom: -9px;
}

#pedi-prestamo .title small:before {
  content: "\00203A\00203A\00203A\00203A\00203A";
}

#pedi-prestamo .title small:after {
  content: "\002039\002039\002039\002039\002039";
}

#pedi-prestamo .title:before {
  content: "";
}

#pedi-prestamo .subtitle {
  padding-bottom: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.65rem;
  font-weight: 300;
  padding-top: 25px;
  transform: rotate(-5deg);
}

#pedi-prestamo .image {
  padding-bottom: 30px;
}

#pedi-prestamo .image img {
  max-width: 600px;
}

#pedi-prestamo .flex.principal-col > div {
}

#pedi-prestamo .flex.principal-col > div:nth-child(1) {
  text-align: center;
  /* padding-left: 35px; */
  max-width: 450px;
}

#pedi-prestamo .flex.principal-col .icon-principal .bg-primary {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 58px;
  transform: rotate(-4deg);
  position: relative;
  z-index: 2;
}

#pedi-prestamo .flex.principal-col .icon-principal .bg-secondary:after {
  content: "";
  display: none;
  height: 27px;
  background-color: var(--c-secondary);
  width: 100%;
  position: absolute;
  bottom: -15px;
  transform: rotate(-4deg);
  z-index: 0;
}

#pedi-prestamo .flex.principal-col .icon-principal .bg-secondary{
    width: -moz-fit-content;
    width: fit-content;
    transform: rotate(-4.3deg);
    position: relative;
    z-index: 1;
    border-radius: 7px;
    background-color: #135A2E;
}

#pedi-prestamo .title span{
  font-size: 32px;
  font-weight: 600;
}

#pedi-prestamo .flex.principal-col .icon-principal .bg{
  width: fit-content;
}

#pedi-prestamo .icon{
  text-align: center;
  position: absolute;
  filter: drop-shadow(3px 29px 40px rgba(0, 0, 0, 0.14));
  top: 6.79%;
  top: 95px;
  z-index: 2;
  pointer-events: none;
}

#pedi-prestamo .icon img{
  width: 380px;
  height: 344px;
  transform: translate(37px, -26px);
  background-color: transparent;
}

#pedi-prestamo .text{
  font-family: "Oswald", sans-serif;
    padding-bottom: 21px;
    font-size: 24px;
    font-weight: 300;
    transform: rotate(-3.17deg);
    padding-top: 165px;
    padding-bottom: 4px;
    color: white;
    position: relative;
    margin-left: 26px;
    z-index: 1;
}

#pedi-prestamo .text .bg-text{
  background: #18C95F;
  border-radius: 17px;
  padding: 20px 70px;
}

@media screen and (max-width: 900px) {
  #pedi-prestamo {
    background-position: right;
  }

  #pedi-prestamo .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  #pedi-prestamo .icon {
  top: 0;
  }

  #pedi-prestamo .icon img {
  transform: none!important;
  }

  #pedi-prestamo .sup_titulo {
  }

  #pedi-prestamo .title {
  }

  #pedi-prestamo .subtitle {
  }

  #pedi-prestamo .flex.principal-col {
    align-items: center;
  }

  #pedi-prestamo .flex.principal-col > div {
  }

  #pedi-prestamo .flex.principal-col > div:nth-child(1) {
    /* display: none; */
    padding-left: 0;
  }

  #pedi-prestamo .flex.principal-col > div:nth-child(2) {
  }
}

/****************** FORM ********************/
#pedi-prestamo form {
  display: block;
  background-color: white;
  color: #565655;
  padding: 27px 26px;
  -webkit-border-radius: 10px;
  border-radius: 15px;
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}

#pedi-prestamo form a {
  color: #333;
}

#pedi-prestamo form a:hover {
  color: #333 !important;
  opacity: 0.7;
}

#pedi-prestamo form .form-title {
  padding-bottom: 18px !important;
  font-size: 1.2rem;
  font-size: 20px;
}

#pedi-prestamo form .form-title h1 {
  font-size: 1.85rem;
  font-weight: 800;
  margin: 0;
  padding-bottom: 8px;
  font-size: 31px;
}

#pedi-prestamo form .flex,
#pedi-prestamo form .full-flex {
  font-size: 0.55rem;
}

#pedi-prestamo form input[type="text"],
#pedi-prestamo form input[type="email"],
#pedi-prestamo form input[type="password"],
#pedi-prestamo form input[type="search"],
#pedi-prestamo form input[type="tel"],
#pedi-prestamo form input[type="email"],
#pedi-prestamo form select,
#pedi-prestamo form textarea {
  display: block;
  width: 100%;
  border: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #333;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 38px;
}

#pedi-prestamo form input[type="text"]::placeholder,
#pedi-prestamo form input[type="email"]::placeholder,
#pedi-prestamo form input[type="password"]::placeholder,
#pedi-prestamo form input[type="search"]::placeholder,
#pedi-prestamo form input[type="tel"]::placeholder,
#pedi-prestamo form select::placeholder,
#pedi-prestamo form textarea::placeholder {
  /*color: #517585;*/
  color: #565655;
  opacity: 1;
}

#pedi-prestamo form input[type="text"].input-principal {
  background-color: white;
  border-color: var(--c-primary);
  color: #333;
}

#pedi-prestamo form select.quiero {
  font-size: 1.1rem;
  height: 40px;
  line-height: 1;
  color: #333;
}

#pedi-prestamo form select {
  color: #333;
}

#pedi-prestamo form select[name="inicio_laboral"] option:first-child {
  display: none !important;
}

#pedi-prestamo form select[name="monto"] {
  transform: translateY(-6px);
  margin-bottom: 6px;
}

#pedi-prestamo form a:hover {
  color: white;
  text-decoration: underline;
}

#pedi-prestamo form .flex > *,
#pedi-prestamo form .full-flex > * {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

#pedi-prestamo form .flex > * > label,
#pedi-prestamo form .full-flex > * > label {
  display: block;
  padding-bottom: 3px;
}

#pedi-prestamo form .check label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
}

#pedi-prestamo form b {
  font-weight: 400;
  color: inherit;
}

#pedi-prestamo form .btn {
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  background-color: #29d92b;
  background-image: linear-gradient(90deg, #29d92b 0%, #499b40 70%);
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: -5px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 900px) {
  #pedi-prestamo .container .contenedor-form {
    height: 572px;
  }
}

@media screen and (max-width: 900px) {
  #pedi-prestamo form {
    padding: 29px;
    /* background-color: transparent; */
  }

  #pedi-prestamo form input[type="text"],
  #pedi-prestamo form input[type="email"],
  #pedi-prestamo form input[type="password"],
  #pedi-prestamo form input[type="search"],
  #pedi-prestamo form input[type="tel"],
  #pedi-prestamo form input[type="email"],
  #pedi-prestamo form select,
  #pedi-prestamo form textarea {
    /* border: 3px solid #74868c; */
  }

  #pedi-prestamo .flex > *,
  #pedi-prestamo .full-flex > * {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  #pedi-prestamo .full-flex > *:first-child {
    padding-right: 5px;
  }

  #pedi-prestamo .full-flex > *:last-child {
    padding-left: 5px;
  }

  #pedi-prestamo form .check {
    text-align: left;
    margin-bottom: 10px;
  }

  #pedi-prestamo form .btn {
    font-size: 0.7rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.nro-ident {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
  margin-bottom: 4px;
}

.nro-ident span {
  display: none;
}

.nro-ident-container > label {
  display: none !important;
}

section#pedi-prestamo .full-flex {
  display: flex;
}

section#pedi-prestamo .full-flex > div {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

section#pedi-prestamo .full-flex > div {
  position: relative;
}

section#pedi-prestamo .full-flex > div:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + -15px);
  position: absolute;
  background-color: #ddd;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section#pedi-prestamo .full-flex > div:last-child:after {
  display: none;
}

section#pedi-prestamo .full-flex {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 8px;
  /* overflow: hidden; */
  margin-left: 10px;
  width: calc(100% - 20px);
}

section#pedi-prestamo .full-flex input,
section#pedi-prestamo .full-flex select {
  border-radius: 0;
  border: 0;
  height: 35px;
}

section#pedi-prestamo .full-flex > div:first-child input,
section#pedi-prestamo .full-flex > div:first-child select,
section#pedi-prestamo .full-flex > div:last-child input,
section#pedi-prestamo .full-flex > div:last-child select {
  border-radius: 5px;
}

div#nueva-direccion {
  padding: 0 !important;
  max-width: initial;
  overflow: hidden;
  width: auto;
  pointer-events: none;
}

div#nueva-direccion .content-modal {
  overflow: initial;
  max-height: 85vh;
  position: relative;
}

div#nueva-direccion .content-modal img {
  height: auto;
  object-fit: cover;
  max-height: 60vh;
  width: 100%;
  display: block;
  object-position: bottom;
  z-index: -1;
  position: relative;
  pointer-events: none;
}

.modal .close-btn {
  z-index: 1;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .nro-ident {
  }

  .nro-ident span {
  }

  .nro-ident-container > label {
  }

  section#pedi-prestamo .full-flex {
  }

  section#pedi-prestamo .full-flex > div {
  }

  section#pedi-prestamo .full-flex > div {
  }

  section#pedi-prestamo .full-flex > div:nth-child(1):after {
  }

  section#pedi-prestamo .full-flex {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  section#pedi-prestamo .full-flex input,
  section#pedi-prestamo .full-flex select {
  }

  section#pedi-prestamo .full-flex > div:first-child input,
  section#pedi-prestamo .full-flex > div:first-child select,
  section#pedi-prestamo .full-flex > div:last-child input,
  section#pedi-prestamo .full-flex > div:last-child select {
  }

  div#nueva-direccion {
    width: calc(100% + -20px);
  }

  div#nueva-direccion .content-modal {
  }

  div#nueva-direccion .content-modal img {
    width: 100%;
    height: auto;
  }
  .home-spot-mobile.show-mobile.text-center {
    /*display: none;*/
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .home-spot-mobile.show-mobile.text-center b {
    display: block;
  }
  .home-spot-mobile.show-mobile.text-center b br {
    display: none;
  }
}

section#refinancia-banner .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}
section#refinancia-banner .bg-image {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
section#refinancia-banner .bg-image .link-form {
  overflow: hidden;
  height: auto;
  display: block;
}
section#refinancia-banner {
  /* padding-top: 50px; */
  padding-bottom: 50px;
  position: relative;
}
section#refinancia-banner .container {
}
@media screen and (max-width: 900px) {
  section#refinancia-banner .bg-image {
  }
  section#refinancia-banner .bg-image img {
  }
  section#refinancia-banner {
  }
  section#refinancia-banner .container {
  }
}

.home-spot-mobile.show-mobile.text-center .tercy .title-form,
.subtitle-form {
  color: #706c6c;
  text-align: center;
}

.home-spot-mobile.show-mobile.text-center .tercy .title-form {
  font-size: 22px;
  margin-bottom: 8px;
}

.home-spot-mobile.show-mobile.text-center .tercy .subtitle-form {
  font-size: 17px;
  font-weight: 400;
}

#pedi-prestamo .icon-title {
  margin-bottom: 90px;
  margin-top: 30px;
}

#pedi-prestamo .icon-title .icon {
  position: relative;
  z-index: 2;
}

#pedi-prestamo .icon-title .icon img {
  transform: none;
  width: 100%;
  height: 100%;
  max-width: none;
}

#pedi-prestamo .icon-title .title {
  font-size: 42px;
  font-weight: 700;
  /* line-height: 50.91px; */
  padding: 17px 25px;
  /* transform: rotate(-5deg); */
  margin-bottom: 0;
}

#pedi-prestamo .icon-title .title small {
  font-size: 33px;
  font-weight: 500;
}

#pedi-prestamo .icon-title .bg {
  background-color: #135a2e;
  border-radius: 7px;
  transform: rotate(-5deg);
  /* width: fit-content; */
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

#pedi-prestamo .icon-title .title small:before {
  content: "\00203A\00203A\00203A";
  margin-right: 8px;
  font-weight: bold;
}

#pedi-prestamo .icon-title .title small:after {
  content: "\002039\002039\002039";
  margin-left: 8px;
  font-weight: bold;
}

#pedi-prestamo .icon-title .bg-second {
  transform: rotate(-5deg);
  background-color: #18c95f;
  width: fit-content;
  margin: 0 auto;
}

#pedi-prestamo .icon-title .bg-second .text {
  padding: 0;
  transform: none;
  font-size: 24px;
  text-align: center;
  padding: 10px 37px;
  margin: 0;
}

#pedi-prestamo .icon-title .textos {
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
  z-index: 1;
  /* max-width: 400px; */
  width: fit-content;
}

@media screen and (max-width: 768px) {
  #pedi-prestamo .icon-title .icon {
  }
  #pedi-prestamo .icon-title .icon img {
  }
  #pedi-prestamo form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 490px) {
  #pedi-prestamo .icon-title .icon {
  }
  #pedi-prestamo .icon-title .icon img {
    width: 100%;
    transform: none;
  }
  #pedi-prestamo .icon-title .textos {
    margin-top: -38px;
  }
}

@media screen and (max-width: 410px) {
  #pedi-prestamo .icon-title .title {
    font-size: 33px;
    line-height: 38px;
  }
  #pedi-prestamo .icon-title .title small {
    font-size: 26px;
  }
  #pedi-prestamo .icon-title .bg-second .text {
    font-size: 21px;
    padding: 10px 25px;
  }
}

/****************** FIN FORM ********************/

section#green-title {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  background-color: #18c95f;
}
section#green-title .container {
}
section#green-title .title {
  font-weight: 700;
  /* padding-bottom: 20px; */
  text-align: center;
  color: white;
  font-size: 48px;
  line-height: 61.39px;
  margin: 0;
}
section#green-title .title span {
  color: #000;
}
section#green-title .title:before {
  content: "";
}
@media screen and (max-width: 900px) {
  section#green-title {
    /* background-color: var(--c-secondary); */
    padding-bottom: 80px;
  }
  section#green-title .container {
  }
  section#green-title .title span {
    /* color: var(--c-primary); */
  }

  section#green-title .title {
    font-size: 33px;
    line-height: 1.1;
  }
}

#ser-seg-on {
  padding-top: 77px;
  padding-bottom: 10px;
}

#ser-seg-on .container {
  /* max-width: 1310px; */
}

#ser-seg-on .items-ser-seg-on {
}

#ser-seg-on .items-ser-seg-on .item {
}

#ser-seg-on .items-ser-seg-on .bg {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 10px rgba(100, 100, 100, 0.1);
  box-shadow: 0 0 10px 10px rgba(100, 100, 100, 0.1);
  border-radius: 10px;
  padding: 25px 32px;
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 0 12px;
  padding-right: 25px;
}

#ser-seg-on .items-ser-seg-on .icono {
  padding-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

#ser-seg-on .items-ser-seg-on .icono img {
  height: 66px;
  object-fit: contain;
  display: inline-block;
  text-align: right;
}

#ser-seg-on .items-ser-seg-on .titulo {
  /* padding-bottom: 10px; */
  color: #565655;
  font-weight: bold;
  font-size: 1rem;
}

#ser-seg-on .items-ser-seg-on .texto {
  font-size: 0.9rem;
  padding-bottom: 10px;
  color: #565655;
}

@media screen and (max-width: 900px) {
  #ser-seg-on {
  }

  #ser-seg-on .container {
  }

  #ser-seg-on .items-ser-seg-on {
  }

  #ser-seg-on .items-ser-seg-on .item {
  }

  #ser-seg-on .items-ser-seg-on .bg {
    padding: 15px;
    grid-template-columns: 70px 1fr;
  }

  #ser-seg-on .items-ser-seg-on .icono_flex {
  }

  #ser-seg-on .items-ser-seg-on .icono_flex img {
  }

  #ser-seg-on .items-ser-seg-on .titulo_flex {
  }

  #ser-seg-on .items-ser-seg-on .texto_flex {
  }

  #ser-seg-on .items-ser-seg-on .titulo {
    font-size: 0.9rem;
  }

  #ser-seg-on .items-ser-seg-on .texto {
    font-size: 0.9rem;
  }
}

section#solicita-en-linea {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
section#solicita-en-linea .container {
  max-width: 1200px;
}
section#solicita-en-linea .items-solicita-en-linea {
  text-align: center;
  align-items: center;
}
section#solicita-en-linea .items-solicita-en-linea .item {display: flex;justify-content: center;}
section#solicita-en-linea .items-solicita-en-linea .bg {
  background-color: ;
  position: relative;
}
section#solicita-en-linea .items-solicita-en-linea .image-forma {
  position: absolute;
  z-index: 1;
  right: 0;
}
section#solicita-en-linea .items-solicita-en-linea .image-forma img {
  position: relative;
  z-index: 2;
}
section#solicita-en-linea .items-solicita-en-linea .icono_flex svg {
  height: 60px;
  width: auto;
  object-fit: contain;
}
section#solicita-en-linea .items-solicita-en-linea .imagen_flex {
  /* height: 0; */
  /* overflow: hidden; */
  /* padding-bottom: 83%; */
  position: relative;
  z-index: 4;
  transform: translateX(-36px);
}
section#solicita-en-linea .items-solicita-en-linea .imagen_flex img {
  /* height: 100%; */
  /* object-fit: cover; */
  /* width: 100%; */
  /* position: absolute; */
  left: 0;
  top: 0;
}
section#solicita-en-linea .items-solicita-en-linea .titulo_flex {
  padding-bottom: 25px;
  text-align: left;
  font-size: 33px;
  line-height: 36.1px;
  font-weight: 700;
  max-width: 420px;
}
section#solicita-en-linea .items-solicita-en-linea .subtitulo_flex {
  font-size: 19px;
  padding-bottom: 40px;
  text-align: left;
  max-width: 400px;
  line-height: 1.3;
}
section#solicita-en-linea .items-solicita-en-linea .texto_flex {
  font-size: 0.7rem;
  padding-bottom: 10px;
}
section#solicita-en-linea .items-solicita-en-linea .texto_flex ul {
  padding: 0;
}
section#solicita-en-linea .items-solicita-en-linea .texto_flex ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 19px;
}
section#solicita-en-linea .items-solicita-en-linea .texto_flex ul li span {
  font-weight: 700;
}
section#solicita-en-linea
  .items-solicita-en-linea
  .texto_flex
  ul
  li
  .icono_flex {
  padding: 0;
  background-color: #19c75d;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}
section#solicita-en-linea
  .items-solicita-en-linea
  .texto_flex
  ul
  li
  .icono_flex
  svg {
  height: auto;
}
section#solicita-en-linea
  .items-solicita-en-linea
  .texto_flex
  ul
  li
  .icono_flex
  path {
  fill: #135a2e;
}
@media screen and (max-width: 900px) {
  section#solicita-en-linea {
    /* padding-top: 10px; */
    padding-bottom: 30px;
    padding-top: 80px;
  }
  section#solicita-en-linea
    .items-solicita-en-linea
    .texto_flex
    ul
    li
    .icono_flex
    path {
    /* fill: white; */
  }
  section#solicita-en-linea .container {
    /* padding: 0; */
  }
  section#solicita-en-linea .items-solicita-en-linea {
    display: grid;
  }
  section#solicita-en-linea .items-solicita-en-linea > :first-child {
    grid-row-end: 1;
    padding: 0;
    /* width: max-content; */
  }
  section#solicita-en-linea .items-solicita-en-linea .item:nth-child(2) {
    grid-row-start: 1;
    padding-bottom: 45px;
  }
  section#solicita-en-linea .items-solicita-en-linea .bg {
  }
  section#solicita-en-linea .items-solicita-en-linea .icono_flex {
  }
  section#solicita-en-linea .items-solicita-en-linea .icono_flex img {
  }
  section#solicita-en-linea .items-solicita-en-linea .imagen_flex {
  transform: none;
  }
  section#solicita-en-linea .items-solicita-en-linea .imagen_flex img {
  }
  section#solicita-en-linea .items-solicita-en-linea .titulo_flex {
    /* text-align: center; */
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  section#solicita-en-linea .items-solicita-en-linea .subtitulo_flex {
    /* text-align: center; */
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  section#solicita-en-linea .items-solicita-en-linea .texto_flex {
  }
  section#solicita-en-linea
    .items-solicita-en-linea
    .texto_flex
    ul
    li
    .icono_flex {
    /* display: block; */
    margin: 0 auto;
    margin-bottom: 0;
    width: 72px;
    height: 72px;
    /* background-color: var(--c-primary); */
  }

  section#solicita-en-linea .items-solicita-en-linea .texto_flex ul li {
    display: grid;
    text-align: center;
    /* font-size: 19px; */
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    /* margin-left: 15px; */
    grid-template-columns: 80px 1fr;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    gap: 20px;
  }
  section#solicita-en-linea
    .items-solicita-en-linea
    .texto_flex
    ul
    li
    .icono_flex
    img {
    height: 45%;
    filter: brightness(0) invert(1);
  }
}

section#pasos {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  background-color: #135a2e;
  color: white;
}
section#pasos .container {
}
section#pasos .title {
  font-weight: 600;
  padding-bottom: 40px;
  text-align: center;
  color: white;
  font-size: 48px;
  line-height: 61.39px;
}
section#pasos .title span {
  color: #19c75d;
}
section#pasos .title:before {
  content: "";
}
section#pasos .items-pasos {
  text-align: center;
  /* gap: 60px; */
  align-items: center;
  justify-content: space-between;
}
section#pasos .items-pasos .item {
  padding: 0;
  width: auto;
}
section#pasos .items-pasos .item .num-title {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 10px;
  padding-bottom: 15px;
  align-items: center;
}
section#pasos .items-pasos .item .num-title span {
  font-size: 74px;
  font-weight: 900;
  color: #19c75d;
  line-height: 76.89px;
}
section#pasos .items-pasos .item .num-title .titulo_flex {
  font-size: 19px;
  text-align: left;
  font-weight: 700;
  color: white;
  line-height: 19.74px;
}
section#pasos .items-pasos .bg {
  background-color: transparent;
  color: #000;
  padding: 30px 45px;
  border-radius: 26px;
  border: 1px solid white;
}
section#pasos .items-pasos .icono_flex {
  text-align: center;
  background-color: white;
  border-radius: 50%;
  width: 129px;
  height: 129px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
section#pasos .items-pasos .icono_flex img {
  height: 45.56px;
  width: auto;
  object-fit: contain;
}
section#pasos .items-pasos .texto_flex {
  font-size: 19px;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 223px;
  color: white;
}
@media screen and (max-width: 900px) {
  section#pasos {
  }
  section#pasos .container {
  }
  section#pasos .title {
    font-size: 32px;
    line-height: 1.2;
  }
  section#pasos .items-pasos {
    justify-content: center;
    gap: 60px;
  }
  section#pasos .items-pasos .item {
  }
  section#pasos .items-pasos .bg {
  }
  section#pasos .items-pasos .icono_flex {
  }
  section#pasos .items-pasos .icono_flex img {
  }
  section#pasos .items-pasos .texto_flex {
  }
}

section#contacto {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section#contacto .container {
  max-width: 1200px;
}
section#contacto .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}
section#contacto .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
section#contacto .items-contacto {
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
section#contacto .items-contacto .item {
}
section#contacto .items-contacto > :first-child {
  /* padding: 0; */
  max-width: 460px;
}
section#contacto .items-contacto > :last-child {
  /* max-width: 487px; */
  padding: 0;
}
section#contacto .items-contacto .bg {
  background-color: ;
}
section#contacto .items-contacto .image-forma {
  /* padding-bottom: 20px; */
  /* text-align: center; */
  position: absolute;
  z-index: 5;
  right: 0;
}
section#contacto .items-contacto .image-forma img {
  position: relative;
}
section#contacto .items-contacto .imagen_flex {
  position: relative;

  z-index: 5;
}
section#contacto .items-contacto .imagen_flex img {}
section#contacto .items-contacto .titulo_flex {
  padding-bottom: 25px;
  text-align: left;
  font-size: 33px;
  font-weight: 700;
}
section#contacto .items-contacto .titulo_flex span {
  color: #135a2e;
}
section#contacto .items-contacto .texto_flex {
  font-size: 19px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 19.74px;
}
section#contacto .items-contacto .item .action {
  text-align: left;
  margin-top: 20px;
}
section#contacto .items-contacto .item .action .btn {
  text-align: center;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #29d92b;
  background-image: linear-gradient(90deg, #29d92b 0%, #499b40 70%);
  border-radius: 7px;
}
section#contacto .items-contacto .item .action .btn svg {
  margin-right: 10px;
  height: 32px;
}
@media screen and (max-width: 900px) {
  section#contacto {
    padding-top: 0;
    padding-bottom: 180px;
  }
  section#contacto .container {
    padding: 0;
  }
  section#contacto .title {
  }
  section#contacto .text {
  }
  section#contacto .items-contacto {
    gap: 20px;
    justify-content: center;
    display: grid;
  }
  section#contacto .items-contacto .item {
  }
  section#contacto .items-contacto .bg {
  }
  section#contacto .items-contacto .icono_flex {
  }
  section#contacto .items-contacto .icono_flex img {
  }
  section#contacto .items-contacto .imagen_flex {
    overflow: hidden;
    margin-top: 50px;
  }
  section#contacto .items-contacto .imagen_flex img {
    /* margin-top: -10px; */
    margin-left: 17px;
  }
  section#contacto .items-contacto .titulo_flex {
    /* text-align: center; */
    padding-left: 11px;
    padding-right: 11px;
  }
  section#contacto .items-contacto .texto_flex {
    /* text-align: center; */
    padding-left: 15px;
    padding-right: 15px;
  }
  section#contacto .items-contacto .item .action {
    text-align: center;
  }
  section#contacto .items-contacto > :last-child {
    grid-row-end: 1;
    padding: 0;
    max-width: 100%;
  }
  section#faqs .container .item-faqs .item .description {
    padding-left: 32px;
  }
}

section#banner {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-color: #18c95f;
}
section#banner .container {
  /* margin: 0;
  max-width: 100%;
  padding: 0; */
  display: flex;
  align-items: center;
}
section#banner .container > :first-child {
}
section#banner .container > :last-child {
}
section#banner .title {
  font-weight: 700;
  /* padding-bottom: 20px; */
  text-align: left;
  font-size: 38px;
  color: white;
  max-width: 488px;
}
section#banner .title span {
  color: #000;
}
section#banner .title:before {
  content: "";
}
section#banner .text {
  max-width: 380px;
  font-weight: 400;
  /* margin: 0 auto; */
  text-align: left;
  padding-bottom: 40px;
  font-size: 19px;
}

section#banner .container > div {
  width: 100%;
}
section#banner .image {
  padding-bottom: 30px;
  position: absolute;
  top: -69px;
  left: 0;
}
section#banner .image img {
}
@media screen and (max-width: 900px) {
  section#banner {
    padding-bottom: 70px;
  }
  section#banner .container {
  }
  section#banner .title {
    font-size: 33px;
  }
  section#banner .text {
  }
  section#banner .container {
    display: block;
  }
  section#banner .container > div {
    margin-top: 70px;
  }
  section#banner .image {
    transform: translateY(-100px);
  }
  section#banner .image img {
  }
}

section#faqs {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-color: #f4f4f4;
}

section#faqs .container {
}

section#faqs .title {
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  font-size: 33px;
  color: #000;
}

section#faqs .title:before {
  content: "";
}

section#faqs .container .item-faqs {
  text-align: left;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  align-items: start;
  padding-bottom: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}

section#faqs .container .item-faqs .item {
}

section#faqs .container .item-faqs .item .texto_flex {
  line-height: 1.5;
  font-size: 19px;
  display: block;
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#faqs .container .item-faqs .item .texto_flex.show-desc:after {
  content: "-";
}

section#faqs .container .item-faqs .item .texto_flex:after {
  content: "+";
  font-size: 25px;
  color: #1973b8;
  font-weight: 500;
}

section#faqs .container .item-faqs .item .texto_flex:hover {
  opacity: 0.7;
}
section#faqs .container .item-faqs .item .description {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-top: 15px;
  display: none;
  margin-bottom: 10px;
}

section#faqs .container .item-faqs .item .icono_flex {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  /* font-size: 16px; */
  margin-top: 6px;
}

section#faqs .container .item-faqs .item .icono_flex::before {
  content: "+";
  font-size: 25px;
  color: var(--c-terciary);
}

section#faqs .container .action {
  text-align: center;
}

section#faqs .container .action a {
  color: var(--c-terciary);
  text-decoration: none;
  background-color: transparent;
}

section#faqs .container .action a:before {
  content: "";
  border: solid var(--c-terciary);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  /* down */
  transform: translateY(-2px) rotate(45deg);
  -webkit-transform: translateY(-2px) rotate(45deg);
}

@media screen and (max-width: 900px) {
  section#faqs {
  }
  section#faqs .container {
  }
  section#faqs .title {
  }
  section#faqs .container .item-faqs .item .texto_flex {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
  }

  section#faqs .container .item-faqs .item .texto_flex.show-desc:after {
  }

  section#faqs .container .item-faqs .item .texto_flex:after {
  }

  section#faqs .container .item-faqs .item .texto_flex:hover {
  }
}

section#banner-green .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}
section#banner-green .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
section#banner-green {
  padding-top: 150px;
  margin-top: 50px;
  padding-bottom: 170px;
  position: relative;
  background-color: #18c95f;
}
section#banner-green .image-cash {
  position: absolute;
  top: -190px;
  width: 100%;
}
section#banner-green .image-cash img {height: 400px;}
section#banner-green .container {
}
section#banner-green .title {
  /* padding-bottom: 20px; */
  font-weight: 700;
  text-align: left;
  font-size: 38px;
  color: white;
}
section#banner-green .title span {
  color: #000;
}
section#banner-green .title:before {
  content: "";
}
section#banner-green .text {
  /* margin: 0 auto; */
  max-width: 380px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 40px;
  font-size: 19px;
}
section#banner-green .flex.principal-col {
  position: relative;
  z-index: 1;
  justify-content: end;
}
section#banner-green .flex.principal-col > div {
}
section#banner-green .flex.principal-col > div:nth-child(1) {
  max-width: 524px;
}
section#banner-green .flex.principal-col > div:nth-child(2) {
}
@media screen and (max-width: 900px) {
  section#banner-green .bg-image {
  }
  section#banner-green .bg-image img {
  }
  section#banner-green {
    /* padding-top: 0; */
    padding-bottom: 50px;
    padding-top: 120px;
  }
  section#banner-green .container {
  }
  section#banner-green .title {
    font-size: 33px;
  }
  section#banner-green .text {
  }
  section#banner-green .flex.principal-col {
  }
  section#banner-green .flex.principal-col > div {
  }
  section#banner-green .flex.principal-col > div:nth-child(1) {
    margin-top: 50px;
  }
  section#banner-green .flex.principal-col > div:nth-child(2) {
  }
}

@media screen and (min-width: 900px){
    section#banner-green .image-cash{
        display: none;
    }
}


@media screen and (max-width: 480px){
  section#solicita-en-linea .items-solicita-en-linea .texto_flex ul > :first-child .icono_flex svg{
    height: 31px;
  }
  section#solicita-en-linea .items-solicita-en-linea .texto_flex ul li .icono_flex svg{
    height: 43px;
  }
  section#contacto .items-contacto > :first-child{
    padding: 10px 40px;
  }
  section#contacto .items-contacto .titulo_flex{
    padding: 0;
    padding-bottom: 25px;
}
  section#contacto .items-contacto .texto_flex{
    padding: 0;
}
section#banner-green .flex.principal-col > div:nth-child(1){

padding: 10px 25px;
}  
}

header{
    padding-top: 20px;
    padding-bottom: 10px;
}

body{
    margin-top: 60px;
}

@media screen and (min-width: 900px) and (max-width: 1293px){
  #pedi-prestamo form{
    max-width: 400px;
  }
  #pedi-prestamo .container-fluid{
    padding-right: 30px;
  }

}