#prÃ©stamo-principal {
  /* padding-top: 100px; */
  /* padding-bottom: 70px; */
  font-size: 0;
}

section#prÃ©stamo-principal img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#prÃ©stamo-principal .container {
}

#prÃ©stamo-principal .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  color: #eee;
  font-family: "Oswald";
}

#prÃ©stamo-principal .title:before {
  content: "";
}

@media screen and (max-width: 900px) {
  #prÃ©stamo-principal {
  }

  #prÃ©stamo-principal .container {
  }

  #prÃ©stamo-principal .title {
  }
}

#prestamo-personal {
  padding-top: 100px;
  padding-bottom: 40px;
}

#prestamo-personal .container {
}

#prestamo-personal .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  color: #484848;
  font-family: "Oswald";
  font-size: 1.5rem;
}

#prestamo-personal .text {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  #prestamo-personal {
    padding-top: 50px;
  }

  #prestamo-personal .container {
  }

  #prestamo-personal .title {
    font-size: 1.2rem;
  }

  #prestamo-personal .text {
    font-size: 0.7rem;
  }
}

#pasos {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}

#pasos .container {
}

#pasos .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Oswald";
}
#pasos .title h1 {
  font-size: 24px;
}
#pasos .title:before {
  content: "";
}

#pasos .text {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  font-size: 0.8rem;
  line-height: 1.5;
}

#pasos .text a {
  text-decoration: none;
  color: #484848;
}

@media screen and (max-width: 900px) {
  #pasos {
  }

  #pasos .container {
  }

  #pasos .title {
    font-size: 0.7rem;
  }

  #pasos .text {
    font-size: 0.7rem;
  }
}

#quienes-solicitan {
  padding-top: 100px;
  padding-bottom: 20px;
}

#quienes-solicitan .container {
}

#quienes-solicitan .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Oswald";
}

#quienes-solicitan .title:before {
  content: "";
}

#quienes-solicitan .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  font-size: 0.8rem;
}

@media screen and (max-width: 900px) {
  #quienes-solicitan {
  }

  #quienes-solicitan .container {
  }

  #quienes-solicitan .title {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  #quienes-solicitan .text {
    line-height: 1.4;
    font-size: 0.7rem;
  }
}

#independientes {
  padding-top: 20px;
  padding-bottom: 40px;
}

#independientes .container {
  /* max-width: 1310px; */
}

#independientes .icon {
  text-align: center;
  position: absolute;
  right: 55px;
  top: -54px;
}

#independientes .icon img {
  height: 203px;
  object-fit: contain;
}

#independientes .title {
  font-weight: 600;
  text-align: left;
  color: white;
  padding: 0;
  margin: 0;
  z-index: 1;
  position: relative;
  padding-top: 0;
  font-size: 1.5rem;
  padding-bottom: 22px;
  margin-top: -10px;
}

#independientes .title:before {
  content: "";
}

#independientes .text {
  text-align: left;
  padding-bottom: 0;
  position: relative;
  line-height: 1.4;
  font-weight: 300;
  max-width: 513px;
  font-size: 0.8rem;
}

#independientes .flex.principal-col {
  margin-top: 80px px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 0 10px 10px rgb(100 100 100 / 10%);
  box-shadow: 0 0 10px 10px rgb(100 100 100 / 10%);
  border-radius: 16px;
}

#independientes .image {
  font-size: 0;
  /* padding-bottom: 11px; */
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-left: -5px;
}

#independientes .image a {
  overflow: hidden;
  height: 0;
  display: block;
  padding-bottom: 82%;
}

#independientes .image img {
  object-fit: cover;
  height: 100%;
  object-position: bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#independientes .flex.principal-col > div {
  background-color: #565655;
  color: white;
  padding: 33px 40px;
  position: relative;
}

#independientes .flex.principal-col > div > .desc {
  background-color: #565655;
  color: white;
  padding: 33px 40px;
  position: relative;
  padding-top: 0;
  padding-bottom: 27px;
  height: 100%;
}

#independientes .flex.principal-col > div > .desc:before {
  content: "";
  display: block;
  height: 150px;
  background-color: #565655;
  position: absolute;
  transform: rotate(-5deg);
  top: -41px;
  width: 150%;
  left: -41px;
  z-index: 0;
}

#independientes .flex.principal-col > div:nth-child(1) {
  margin-left: 0;
  padding: 0;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  background-color: #565655;
}

#independientes .flex.principal-col > div:nth-child(2) {
  margin-right: 0;
  height: auto;
  /* padding-top: 100px; */
  /* padding-bottom: 10px; */
  border-radius: 0 16px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  #independientes {
    padding-bottom: 10px;
  }

  #independientes .container {
  }

  #independientes .icon {
    top: -51px;
    right: 14px;
  }

  #independientes .icon img {
    height: 67px;
  }

  #independientes .title {
    font-size: 1.3rem;
    padding-top: 18px;
    text-align: center;
  }

  #independientes .title:before {
  }

  #independientes .text {
    font-size: 0.8rem;
    text-align: center;
  }

  #independientes .flex.principal-col {
    display: grid;
  }

  #independientes .image {
    border-radius: 0 0 16px 16px;
    margin-left: 0;
  }

  #independientes .image img {
    /* height: 272px; */
  }

  #independientes .flex.principal-col > div {
  }

  #independientes .flex.principal-col > div > .wow {
    padding: 33px 30px;

    padding-top: 13px;
  }

  #independientes .flex.principal-col > div > .wow:before {
  }

  #independientes .flex.principal-col > div:nth-child(1) {
    margin: 0;
    border-radius: 16px 16px 0px 0px;
    position: relative;
    z-index: 0;
  }

  #independientes .flex.principal-col > div:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    border-radius: 0 0px 16px 16px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#calificar {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eee;
}

#calificar .container {
}

#calificar .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Oswald";
}

#calificar .text {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.5;
  font-size: 0.8rem;
}

@media screen and (max-width: 900px) {
  #calificar {
  }

  #calificar .container {
  }

  #calificar .title {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  #calificar .text {
    font-size: 0.7rem;
  }
}

#seguridad {
  padding-top: 100px;
  padding-bottom: 100px;
}

#seguridad .container {
}

#seguridad .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Oswald";
}

#seguridad .text {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.5;
  font-size: 0.8rem;
}

@media screen and (max-width: 900px) {
  #seguridad {
  }

  #seguridad .container {
  }

  #seguridad .title {
    font-size: 1.3rem;
  }

  #seguridad .text {
    font-size: 0.7rem;
  }
}

#tips {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eee;
}

#tips .container {
}

#tips .title {
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Oswald";
}

#tips .title:before {
  content: "";
}

#tips .text {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 40px;
  line-height: 1.5;
  font-size: 0.8rem;
}

@media screen and (max-width: 900px) {
  #tips {
  }

  #tips .container {
  }

  #tips .title {
    font-size: 1.3rem;
  }

  #tips .text {
    font-size: 0.7rem;
  }
}

section#prÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©stamo-principal img {
  height: auto;
}



/* ------------------INFO------------------- */

section#pagos-web{
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}
section#pagos-web .bg-image{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#pagos-web .bg-image img{
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
}
section#pagos-web .flex.principal-col{
  position: relative;
  z-index: 1;
}
section#pagos-web .flex.principal-col > div:nth-child(1){
  width: fit-content;
}
section#pagos-web .title{
  font-weight: 700;
  text-align: center;
  color: white;
  padding: 15px 58px;
  background-color: #135A2E;
  border-radius: 7px;
  transform: rotate(-4.03deg);
  margin-bottom: 0;
}
section#pagos-web .text{
  max-width: 403px;
  margin: 0 auto;
  font-weight: 300;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  line-height: 39px;
  padding: 16px;
  background: #18C95F;
  color: white;
  border-radius: 0 0 17px 17px;
  transform: rotate(-4.09deg);
}

section#bajada-texto{
  background-color: #18C95F;
  text-align: center;
  padding-top: 80px;
  font-size: 48px;
  padding-bottom: 80px;
  font-weight: 700;
  line-height: 1.2;
}
section#bajada-texto .title{
  font-size: 48px;
  line-height: 1.14;
  color: #000;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 700;
}
section#bajada-texto .title span{
  color: white;
}

section#proceso{
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
section#proceso .items-proceso{
  text-align: center;
  align-items: center;
  gap: 45px;
}
section#proceso .items-proceso .item{
  width: calc(100% / 2 - 30px);
}
section#proceso .items-proceso .imagen_flex{
  padding-bottom: 85%;
}
section#proceso .items-proceso .imagen_flex img{
  height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section#proceso .items-proceso .titulo_flex{
  text-align: left;
  font-size: 33px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
}
section#proceso .items-proceso .texto_flex{
  font-size: 19px;
    padding-bottom: 35px;
    text-align: left;
    line-height: 1.16;
}
section#proceso .items-proceso .item .requisitos-lista{
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0;
  margin-left: 12px;
}
section#proceso .items-proceso .item .requisitos-lista li{
  font-size: 19px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}
section#proceso .items-proceso .item .requisitos-lista li path{
    fill: #135A2E;
}

@media screen and (max-width: 900px) {
  section#proceso {
    padding-top: 60px;
  }
  section#proceso .container {
  padding: 0;
  }
  section#proceso .items-proceso {
    display: grid !important;
  }
  section#proceso .items-proceso .item {
    width: 100%;
  }

  section#proceso .items-proceso .item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 0;
  }
  section#proceso .items-proceso .texto_flex {
    /* text-align: center; */
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
  section#proceso .items-proceso .item .requisitos-lista {
    max-width: 250px;
    margin: 0 auto;
  }
  section#proceso .items-proceso .item .requisitos-lista li {
    display: block;
    text-align: center;
  }

  section#proceso .items-proceso .item .requisitos-lista li div {
    width: 124px;
    margin: 0 auto;
    height: 124px;
    background-color: #135A2E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  section#proceso .items-proceso .item .requisitos-lista li svg {
    filter: brightness(0) invert(1);
    width: 50%;
    height: 100%;
  }
  section#proceso .img-proceso{}
  section#proceso .img-proceso img{}
  section#bajada-texto{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#bajada-texto .title{
    font-size: 33px;
    line-height: 33px;
  }
  section#proceso .items-proceso .item .requisitos-lista li span{
    font-weight: 700;
  }
  section#pagos-web .text{
    font-size: 28px;
    line-height: 32px;
    padding: 14px 35px;
    max-width: fit-content;
}
  section#proceso .items-proceso .titulo_flex{
    padding-left: 25px;
    padding-right: 25px;
  }
  section#proceso .items-proceso .item .requisitos-lista li > :last-child span{
    font-weight: 700;
  }
  section#pagos-web .bg-image{}
  section#pagos-web .bg-image img{}
  section#pagos-web{
    height: 80vh;
    display: flex;
    align-items: end;
}
section#pagos-web .flex.principal-col{
    margin-bottom: 20px;
}
}
