.btn:hover {
  filter: brightness(1.1);
  opacity: 0.8;
}
section#home-bg .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: top;
}
section#home-bg .bg-image {
  padding-top: 75px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
section#home-bg .bg-image.mobile {
  display: none;
}
section#home-bg {
  padding-bottom: 50px;
  padding-top: 100px;
  position: relative;
  align-items: center;
  display: flex;
  height: 100vh;
}
section#home-bg .container {
}
section#home-bg .title {
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 0;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: left !important;
    color: white;
}
section#home-bg .title.second{
  display: none;
}
section#home-bg .title:before {
  content: "";
}
section#home-bg .subtitle {
  padding-bottom: 20px;
  text-align: center;
  color: white;
  max-width: fit-content;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.4;
  background: linear-gradient(
    180deg,
    #01b06dd1 0%,
    rgba(9, 129, 83, 0.82) 100%
  );
}

section#home-bg .subtitle a {
  color: white;
}

section#home-bg .subtitle a:hover {
  opacity: 0.7;
}
section#home-bg .subtitle span {
  font-size: 57px;
  line-height: 56px;
  font-weight: 700;
  font-size: 51px;
}
section#home-bg .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  color: white;
  line-height: 1.2;
  font-weight: 700;
  margin-left: 0;
  padding-bottom: 20px;
}
section#home-bg .flex.principal-col {
  position: relative;
  z-index: 1;
}
section#home-bg .container {
  display: flex;
  align-items: center;
}
section#home-bg .container > div {
  width: 100%;
}
section#home-bg .image {
  padding-bottom: 30px;
}
section#home-bg .image img {
}
section#home-bg .flex.principal-col > div {
}
section#home-bg .flex.principal-col > div:nth-child(1) {
  max-width: 520px;
}
section#home-bg .flex.principal-col > div:nth-child(2) {
}

/* BTN WSP */

section#btn-wsp2 {
  color: white;
  position: fixed;
  width: 100%;
  z-index: 2;
  bottom: 0;
  background: rgb(41, 217, 43);
  background: linear-gradient(
    232deg,
    rgba(41, 217, 43, 1) 9%,
    rgba(73, 155, 64, 1) 50%,
    rgba(77, 217, 41, 1) 95%
  );
}

section#btn-wsp2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

section#btn-wsp2 .container > :first-child {
  margin-right: 1rem;
}

section#btn-wsp2 .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
}
section#btn-wsp2 .container > div {
  width: auto;
}

section#btn-wsp2 .icon img {
  width: 40px;
}
/* FORMULARIO */
#home-bg form {
  max-width: 500px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
  margin-left: auto;
  -webkit-box-shadow: 0 0 10px 2px rgba(136, 134, 135, 0.5);
  box-shadow: 0 0 10px 2px rgba(136, 134, 135, 0.5);
}
#home-bg form label {
  color: var(--c-secondary);
  font-weight: 400;
}
#home-bg .flex {
  align-items: start;
  justify-content: space-between;
}
#home-bg form .flex > * {
  padding-bottom: 0;
}

#home-bg form .recaptcha-wrapper {
  display: flex;
  justify-content: center;
}

#home-bg form .recaptcha-wrapper > div,
#home-bg form .recaptcha-wrapper iframe {
  margin: 0 auto;
}

#home-bg form .recaptcha-wrapper + .subtext.error {
  text-align: center;
}
#home-bg form input[type="text"],
#home-bg form input[type="email"],
#home-bg form input[type="password"],
#home-bg form input[type="search"],
#home-bg form input[type="tel"],
#home-bg form input[type="email"],
#home-bg form select,
#home-bg form textarea {
  display: block;
  width: 100%;
  border: 0;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#home-bg form textarea {
  height: 65px;
}
@media screen and (max-width: 900px) {
  section#home-bg .bg-image {
  }
  section#home-bg .bg-image img {
    object-position: bottom;
  }
  section#home-bg {
    padding-top: 46px;
  }
  section#home-bg .container {
  }
  section#home-bg .title {
    font-size: 35px;
    text-align: center;
    padding-bottom: 0;
  }
  section#home-bg .subtitle {
    margin: 0 auto !important;
    margin-bottom: 20px;
    /* padding: 5px 50px; */
    width: auto;
    font-size: 16px;
  }
  section#home-bg .text {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
  }
  section#home-bg .flex.principal-col {
  }
  section#home-bg .container {
    display: block;
  }
  section#home-bg .container > div {
  }
  section#home-bg .image {
  }
  section#home-bg .image img {
  }
  section#home-bg .flex.principal-col > div {
  }
  section#home-bg .flex.principal-col > div:nth-child(1) {
    padding-top: 50px;
  }
  section#home-bg .flex.principal-col > div:nth-child(2) {
  }
  section#home-bg .bg-image.desk {
    display: none;
  }
  section#home-bg .bg-image.mobile {
    display: block;
    padding-top: 0;
  }
  section#home-bg .subtitle span {
    font-size: 50px;
  }
}

@media screen and (max-width: 410px) {
  section#home-bg .text {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

section#texto-info {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  color: #ffff;
  background: linear-gradient(92.32deg, #10a16b 12.05%, #0e543b 116.3%);
  display: none;
}
section#texto-info .container {
  max-width: 1268px;
}
section#texto-info .text {
  /* max-width: 600px; */
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  section#texto-info {
  }
  section#texto-info .container {
  }
  section#texto-info .text {
    font-size: 22px;
    line-height: 1.5;
  }
}

.respaldo {
  padding-top: 70px;
  padding-bottom: 0px;
}
.respaldo .flex > div {
  position: relative;
}
.respaldo .flex > div:last-child:before {
  display: none;
}
.respaldo .item-respaldo {
  padding: 30px 55px;
}
.item-respaldo .respaldo-icon {
  padding-bottom: 30px;
}
.item-respaldo .respaldo-icon img {
  background-color: white;
}
.item-respaldo .respaldo-title {
  font-size: 1.55rem;
  padding-bottom: 15px;
  font-weight: 700;
  color: #474747;
}
.item-respaldo .respaldo-text {
  font-size: 0.75rem;
  padding-bottom: 0px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .respaldo .flex > div:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% + 80px);
    top: 97px;
    width: calc(100% + -160px);
    border-bottom: 1px dashed var(--c-primary);
  }
}
@media screen and (max-width: 900px) {
  .respaldo {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .item-respaldo .respaldo-text {
    font-size: 1rem;
  }
  .respaldo .item-respaldo {
    padding-left: 0;
    padding-right: 0;
  }
}

section#prestamo-cheque {
  /* padding-top: 50px; */
  padding-bottom: 120px;
  position: relative;
}
section#prestamo-cheque .container {
}
section#prestamo-cheque .title {
  font-weight: 700;
  padding-bottom: 20px;
  text-align: left;
  font-size: 35px;
  color: #000;
  line-height: 49px;
  width: fit-content;
  border-bottom: 1px solid;
}
section#prestamo-cheque .title.second{
  display: none;
}
section#prestamo-cheque .title:before {
  content: "";
}
section#prestamo-cheque .text {
  max-width: 600px;
  margin: 0 auto;
  margin-left: 0;
  text-align: left;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
  /* line-height: 28.69px; */
  font-weight: 400;
}
section#prestamo-cheque .action {
  text-align: left;
}
section#prestamo-cheque .action .btn {
  border: 1px solid #000;
  border-radius: 23px;
  background-color: transparent;
  color: #000;
  font-size: 25px;
  padding: 9px 25px;
}
section#prestamo-cheque .action .btn:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: white;
}
section#prestamo-cheque .container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1360px;
  position: relative;
  z-index: 1;
}
section#prestamo-cheque .container > div {
  width: 100%;
}
section#prestamo-cheque .image {
  padding-bottom: 30px;
}
section#prestamo-cheque .image img {
  width: 585px;
}
section#prestamo-cheque .forma {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
section#prestamo-cheque .forma::before {
  content: "";
  display: block;
  background-color: #e1e1e1;
  width: 600px;
  height: 500px;
}
section#prestamo-cheque .image-full {
  display: none;
}
@media screen and (max-width: 900px) {
  section#prestamo-cheque {
  padding-bottom: 80px;
  }
  section#prestamo-cheque .container {
  }
  section#prestamo-cheque .title {
    line-height: 40px;
  }
  section#prestamo-cheque .text {
    font-size: 19px;
    line-height: 1.45;
  }
  section#prestamo-cheque .action {
  }
  section#prestamo-cheque .action .btn {
    background: linear-gradient(93.39deg, #10a16b 11.84%, #0e543b 84.98%);
    color: white;
    border: none;
    font-size: 22px;
    padding: 10px 29px;
    border-radius: 13px;
  }
  section#prestamo-cheque .container {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
  section#prestamo-cheque .container > div {
  }
  section#prestamo-cheque .image {
  }
  section#prestamo-cheque .image img {
  }
  section#prestamo-cheque .forma {
    display: none;
  }
  section#prestamo-cheque .image {
    display: none;
  }
  section#prestamo-cheque .image-full {
    display: block;
  }
}

.beneficios {
  background: linear-gradient(265.51deg, #10a16b 33.44%, #0e543b 95.53%);
  padding-top: 70px;
  padding-bottom: 70px;
}
.beneficios .items .item-img img {
  height: 95px;
  margin-bottom: 20px;
}
.beneficios .items .item-text {
  font-size: 24px;
  color: white;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .beneficios {
    padding-top: 80px;
  }
  .beneficios .items {
    margin-bottom: 80px;
  }
  .beneficios .items .item-text {
  }
}

section#descuento-cheque {
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  display: none;
}
section#descuento-cheque .container {
}
section#descuento-cheque .title {
  font-weight: 700;
  padding-bottom: 20px;
  text-align: left;
  font-size: 35px;
  color: #000;
  line-height: 49px;
  width: fit-content;
  border-bottom: 1px solid;
}
section#descuento-cheque .title:before {
  content: "";
}
section#descuento-cheque .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
  /* line-height: 28.69px; */
  font-weight: 400;
  margin-left: 0;
}
section#descuento-cheque .action {
  text-align: left;
}
section#descuento-cheque .action .btn {
  border: 1px solid #000;
  border-radius: 23px;
  background-color: transparent;
  color: #000;
  font-size: 25px;
}
section#descuento-cheque .action .btn:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: white;
}
section#descuento-cheque .container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1360px;
  position: relative;
  z-index: 1;
}
section#descuento-cheque .container > div {
  width: 100%;
}
section#descuento-cheque .image {
  padding-bottom: 30px;
}
section#descuento-cheque .forma {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
section#descuento-cheque .forma::before {
  content: "";
  display: block;
  background-color: #e1e1e1;
  width: 600px;
  height: 500px;
}
section#descuento-cheque .image img {
  width: 585px;
}
section#descuento-cheque .image-full {
  display: none;
}
@media screen and (max-width: 900px) {
  section#descuento-cheque {
    padding-top: 0;
    padding-bottom: 80px;
  }
  section#descuento-cheque .container {
  }
  section#descuento-cheque .title {
    line-height: 40px;
  }
  section#descuento-cheque .text {
    font-size: 19px;
    line-height: 1.45;
  }
  section#descuento-cheque .action {
  }
  section#descuento-cheque .action .btn {
    background: linear-gradient(93.39deg, #10a16b 11.84%, #0e543b 84.98%);
    color: white;
    border: none;
    font-size: 22px;
    padding: 10px 29px;
    border-radius: 13px;
  }
  section#descuento-cheque .container {
    display: block;
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  section#descuento-cheque .container > div {
  }
  section#descuento-cheque .image {
    display: none;
  }
  section#descuento-cheque .image-full {
    display: block;
  }
  section#descuento-cheque .image img {
  }
  section#descuento-cheque .forma {
    display: none;
  }
}

.conoce {
  background-color: #f2f2f2;
  display: none;
}
.conoce-text {
  padding: 50px 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  line-height: 1.6;
}
.conoce .flex > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conoce-text a {
  font-weight: bold;
}

#contacto {
  display: none;
}
@media screen and (max-width: 768px) {
  #contacto {
    display: block;
    background: linear-gradient(93.39deg, #10a16b 11.84%, #0e543b 84.98%);
    color: white;
    line-height: 1.8;
    /* margin-top: 50px; */
    margin-bottom: 50px;
    background-color: var(--c-secondary);
  }
  #contacto .flex > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #contacto .flex > div:last-child {
    border: 0;
  }
  #contacto a:not(.btn) {
    color: #fff;
    text-decoration: underline;
  }
  #contacto .flex .info-contacto {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

section.pie-guia {
  padding-top: 100px;
  /* padding-bottom: 50px; */
  position: relative;
}
section.pie-guia .container {
  display: flex;
}
section.pie-guia .items-pie-guia {
  text-align: center;
  gap: 30px;
}
section.pie-guia .items-pie-guia .item ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
section.pie-guia .items-pie-guia .item ul a {
  font-size: 19px;
  color: #484848;
  font-weight: 400;
}
section.pie-guia .items-pie-guia .item ul a:hover {
  opacity: 0.7;
  color: var(--c-primary);
}
section.pie-guia .items-pie-guia .item ul li {
  margin-bottom: 10px;
}
section.pie-guia .items-pie-guia .bg {
  background-color: ;
  text-align: left;
}
section.pie-guia .items-pie-guia .icono_flex {
  padding-bottom: 20px;
  text-align: center;
}
section.pie-guia .items-pie-guia .icono_flex img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
section.pie-guia .items-pie-guia .imagen_flex {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}
section.pie-guia .items-pie-guia .imagen_flex img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.pie-guia .items-pie-guia .titulo_flex {
  padding-bottom: 10px;
  margin-top: 0;
  color: #000;
  font-size: 23px;
  margin-bottom: 23px;
  text-align: left;
  font-weight: 900;
}
section.pie-guia .items-pie-guia .titulo_flex a {
  color: #000;
}
section.pie-guia .items-pie-guia .titulo_flex a:hover {
  color: var(--c-primary);
}
section.pie-guia .flex > div {
  padding-bottom: 30px;
}
section.pie-guia a.logo-footer {
  filter: grayscale(1);
}
section.pie-guia a.logo-footer img {
  max-width: 210px;
}
section.pie-guia .flex > div:nth-child(1) {
  /* width: 69%; */
}
section.pie-guia .flex > div:nth-child(2) {
  /* width: 50%; */
}
section.pie-guia .flex > div:nth-child(3) {
  /* width: 53%; */
}
section.pie-guia .flex > div:nth-child(4) {
  /* width: 68%; */
  position: relative;
}
section.pie-guia .flex > div:nth-child(5)::before {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #484848;
  left: -25px;
  top: 64px;
}
section.pie-guia ul.social {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}
section.pie-guia ul.social li {
  display: inline-block;
  vertical-align: middle;
  /* padding-right: 10px; */
}
@media screen and (max-width: 768px) {
  section.pie-guia {
    display: none;
  }
}

/* Btn Wsp */

section#btn-wsp {
  color: white;
  position: fixed;
  width: 100%;
  z-index: 2;
  bottom: 0;
  background: rgb(41, 217, 43);
  background: linear-gradient(
    232deg,
    rgba(41, 217, 43, 1) 9%,
    rgba(73, 155, 64, 1) 50%,
    rgba(77, 217, 41, 1) 95%
  );
}

section#btn-wsp .container {
}

section#btn-wsp .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
}

section#btn-wsp .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

section#btn-wsp .container > div {
  width: auto;
}

section#btn-wsp .container > :first-child {
  margin-right: 1rem;
}

section#btn-wsp .container > :last-child {
}

section#btn-wsp .icon {
}

section#btn-wsp .icon img {
  width: 40px;
}

@media screen and (max-width: 900px) {
  section#btn-wsp {
  }

  section#btn-wsp .container {
  }

  section#btn-wsp .text {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }

  section#btn-wsp .container {
  }

  section#btn-wsp .container > div {
  }

  section#btn-wsp .icon {
  }

  section#btn-wsp .icon img {
    width: 30px;
  }

  section#btn-wsp .container > :last-child {
  }
  section#btn-wsp2 .text {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  section#btn-wsp2 .icon img {
    width: 30px;
  }
}

.whatsapp-icon {
  position: fixed;
  z-index: 2;
  right: 17px;
  bottom: 20px;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.whatsapp-icon a {
  display: block;
}
.whatsapp-icon svg {
  object-fit: contain;
  height: 58px;
  max-width: 1000%;
  width: 55px;
}

footer {
  border-top: none !important;
  padding-top: 0 !important;
}
header .menu-main .wa {
  display: none !important;
}
footer .flex > div {
  padding-bottom: 0 !important;
  text-align: left;
}
footer ul.social {
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #home-bg form .flex > * {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  section#home-bg {
    display: block;
    height: 100%;
  }
  section#texto-info {
    padding-top: 250px;
  }
  section#home-bg .flex.principal-col > div:nth-child(2) {
    transform: translateY(60%);
  }
  footer ul.social {
    display: block !important;
  }
  .respaldo {
    padding-top: 250px !important;
    padding-bottom: 0px !important;
  }
}

.respaldo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.respaldo .item-respaldo {
  padding: 30px 55px;
  position: relative;
}

.respaldo .item-respaldo .respaldo-icon {
  padding-bottom: 30px;
}

.respaldo .item-respaldo .respaldo-icon img {
  background-color: white;
}

.respaldo .item-respaldo .respaldo-title {
  font-size: 1.55rem;
  padding-bottom: 15px;
  font-weight: 700;
  color: #474747;
}

.respaldo .item-respaldo .respaldo-text {
  font-size: 0.75rem;
  padding-bottom: 0px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 750px) {
  .respaldo .flex > div:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% + 80px);
    top: 97px;
    width: calc(100% + -160px);
    border-bottom: 1px dashed var(--c-primary);
  }

  .respaldo {
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
  }
}

@media screen and (max-width: 845px) {
  section#pie-guia .items-pie-guia {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
  }
  section#pie-guia .items-pie-guia .item {
    width: 100%;
  }
}

/* MOBILE */

@media screen and (max-width: 450px) {
  section#home-bg .subtitle span {
    font-size: 40px;
    font-family: "Cera Pro";
    line-height: 1;
  }
  section#home-bg .bg-image.mobile {
    padding-top: 0px;
  }
  section#home-bg .flex.principal-col > div:nth-child(2) {
    /* padding-top: 100px; */
    /* transform: translateY(66%); */
    /* height: 60vh; */
  }
  section#texto-info {
    padding-top: 370px;
  }
  section#home-bg {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  section#home-bg .flex.principal-col > div:nth-child(1) {
    padding-top: 99px;
  }
  section#btn-wsp2 .container > :first-child {
    margin: 0;
  }
  section#btn-wsp2 .text {
    max-width: 210px;
  }
  .respaldo {
    padding-top: 50px !important;
  }
  section#texto-info, section#descuento-cheque, .conoce {
    display: block;
  }
  section#home-bg .title.second{
    display: block;
  }
  section#home-bg .title.first{
  text-align: center !important;
  }
  section#prestamo-cheque .title.first{
    display: none;
  }
  section#prestamo-cheque .title.second{
    display: block;
  }
  section#home-bg .bg-image img{}
}

form .error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}
