body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-color: #00445A;--accent-color: #26C2B2;--accent-color-2: #FFA800;--dark-bg: #002F3A;--light-alt-bg: #F8F8F8;--white: #FFFFFF;--font-family: "Inter", sans-serif;--font-head: "Montserrat", sans-serif;--max-width: 1200px;--spacing: 1rem;--radius: 6px}html{scroll-behavior:smooth;scroll-padding-top:80px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--primary-color);background:var(--white);line-height:1.5}.container{width:90%;max-width:var(--max-width);margin-left:auto;margin-right:auto}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;white-space:nowrap}header{background:var(--white);box-shadow:0 1px 5px #0000001a;position:sticky;top:0;z-index:100}.header__inner{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;max-height:80px}.logo{max-height:200px;width:auto;display:block}.hamburger{display:none;padding:8px;background:none;border:none;cursor:pointer}.hamburger .hamburger-box{width:30px;height:20px;position:relative}.hamburger .hamburger-inner,.hamburger .hamburger-inner:before,.hamburger .hamburger-inner:after{width:30px;height:3px;background-color:var(--primary-color);position:absolute;transition:transform .3s ease}.hamburger .hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger .hamburger-inner:before{content:"";top:-8px}.hamburger .hamburger-inner:after{content:"";top:8px}.hamburger[aria-expanded=true] .hamburger-inner{transform:rotate(45deg)}.hamburger[aria-expanded=true] .hamburger-inner:before{top:0;transform:rotate(90deg)}.hamburger[aria-expanded=true] .hamburger-inner:after{display:none}.nav{position:relative}.nav__list{display:flex;gap:2rem;list-style:none}.nav__item{list-style:none}.nav__link{font-weight:500;font-size:1rem;position:relative;padding:.25rem 0;text-decoration:none;color:var(--primary-color);transition:color .2s ease}.nav__link:hover{color:var(--accent-color-2)}.nav--mobile{display:none;background:var(--white);position:absolute;top:100%;left:0;width:100%;box-shadow:0 2px 8px #0000001a}.nav--mobile ul{list-style:none;padding:1rem 0}.nav--mobile__link{display:block;padding:.75rem 1.5rem;font-size:1rem;color:var(--primary-color);text-decoration:none}.nav--mobile__link:hover{background:var(--light-alt-bg)}.nav--mobile--open{display:block}@media (max-width: 768px){.nav__list{display:none}.hamburger{display:block}}.hero{position:relative;background:linear-gradient(#26c2b2cc,#26c2b2cc),url(hero-bg.jpg) center/cover no-repeat;color:var(--white);padding:3rem 0;text-align:center}.hero__title{font-family:var(--font-head);font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.hero__subtitle{font-size:1.5rem;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero__cta{display:flex;justify-content:center;gap:1.5rem}.cta-item{display:flex;flex-direction:column;align-items:center}.cta-box{margin-top:.5rem;background:var(--light-alt-bg);color:var(--primary-color);padding:.75rem 1rem;border-radius:var(--radius);text-align:center;max-width:220px}.cta-box p{font-family:var(--font-head);font-size:.95rem;font-weight:700}.btn{display:inline-block;font-weight:600;font-size:.95rem;border-radius:var(--radius);text-align:center;text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease}.btn--primary{background:var(--primary-color);color:var(--white);padding:.8rem 1.6rem}.btn--primary:hover{background:#003b4f}.btn--secondary{background:var(--white);border:2px solid var(--primary-color);color:var(--primary-color);padding:.7rem 1.4rem}.btn--secondary:hover{background:var(--primary-color);color:var(--white)}.section{padding:4rem 0}.section--dark{background:var(--dark-bg);color:var(--white)}.section__title--white{color:var(--white);margin-bottom:2rem;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}.benefit-card{background:#ffffff0d;border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.benefit-card__icon{font-size:2rem;margin-bottom:1rem;color:var(--accent-color-2)}.benefit-card__title{font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.benefit-card__text{font-size:.95rem;line-height:1.4}.section--light.section--compact,.section--light-alt.section--compact{padding:2.5rem 0}.section__title{font-family:var(--font-head);font-size:2rem;margin-bottom:1rem;text-align:center;font-weight:700}.section__text{font-size:1rem;margin-bottom:1rem;line-height:1.5;max-width:700px;margin-left:auto;margin-right:auto}.features-list{list-style:none;margin:1rem 0;padding-left:0;max-width:600px;margin-left:auto;margin-right:auto}.features-list__item{position:relative;padding-left:1.2rem;margin-bottom:.8rem;font-size:.95rem;line-height:1.4}.features-list__item:before{content:"";position:absolute;left:0;top:0;color:var(--accent-color);font-size:1rem}.section--compact#como-funciona{padding:2.5rem 0}#como-funciona .section__title{margin-bottom:.75rem;font-size:1.75rem}.steps-row{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}.steps-row--centered{margin-top:1rem}.step-card{width:100%;max-width:220px;background:#fff;border-radius:var(--radius);box-shadow:0 4px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.step-card__header{background:var(--accent-color);padding:.6rem;display:flex;justify-content:center;align-items:center;gap:.4rem}.step-card__number{display:inline-flex;justify-content:center;align-items:center;width:34px;height:34px;background:var(--primary-color);color:var(--white);font-family:var(--font-head);font-weight:700;font-size:.95rem;border-radius:50%;border:2px solid var(--white)}.step-card__icon{font-size:1.1rem}.step-card__title{font-family:var(--font-head);font-size:1rem;font-weight:600;color:var(--primary-color);margin:.6rem;text-align:center}.step-card__text{font-size:.9rem;line-height:1.4;color:#333;padding:0 .6rem 1rem;text-align:center}.risk-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.risk-card{background:var(--white);border:1px solid #DDD;border-radius:var(--radius);padding:1.5rem;width:100%;max-width:300px}.risk-card__title{font-size:1.25rem;margin-bottom:1rem;text-align:center;font-weight:600;color:var(--primary-color)}.risk-card__list{list-style:none;padding-left:0}.risk-card__list li{margin-bottom:.75rem;font-size:.95rem;line-height:1.4}.risk-card__list li strong{color:var(--accent-color)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #E0E0E0}.faq-item__question{width:100%;background:none;border:none;text-align:left;padding:1rem 0;font-size:1.05rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-item__icon{font-size:1.25rem;transition:transform .2s ease}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item__answer p{padding:.75rem 0;font-size:.95rem;line-height:1.5;color:#333}.contact-form{max-width:600px;margin:0 auto;margin-top:1.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:500;color:var(--primary-color)}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #CCC;border-radius:var(--radius);font-size:.95rem}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #26c2b24d}.contact-form .btn--primary{width:100%;padding:.85rem 1.2rem}.footer{background:var(--light-alt-bg);padding:2rem 0;text-align:center}.footer__top{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;margin-bottom:1.5rem}.footer__socials a{font-size:1.5rem;margin:0 .5rem;color:var(--primary-color);text-decoration:none}.footer__newsletter{display:flex;gap:.5rem}.footer__newsletter input{padding:.5rem;border:1px solid #CCC;border-radius:var(--radius);font-size:.95rem}.footer__newsletter button{padding:.5rem 1rem;border:none;background:var(--primary-color);color:var(--white);border-radius:var(--radius);cursor:pointer;transition:background .2s ease}.footer__newsletter button:hover{background:#003b4f}.footer__bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;font-size:.85rem;color:var(--primary-color)}.footer__nav{display:flex;gap:1rem}.footer__link{color:var(--accent-color);text-decoration:none}.footer__link:hover{text-decoration:underline}@media (max-width: 992px){.benefits-grid{grid-template-columns:1fr 1fr}.risk-cards{flex-direction:column;align-items:center}.footer__top{flex-direction:column}}@media (max-width: 768px){.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}.benefits-grid{grid-template-columns:1fr}.nav__list{display:none}.logo{max-height:50px}}@media (max-width: 576px){.hero__title{font-size:1.75rem}.section__title{font-size:1.5rem}.section__text,.features-list__item,.risk-card__list li{font-size:.9rem}.logo{max-height:40px}.footer__newsletter{flex-direction:column;align-items:center}.footer__newsletter input{width:100%;max-width:250px}}.button-container{text-align:center;margin-top:1rem}.cta-text{text-align:center;font-family:var(--font-head);font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;color:var(--primary-color)}#mi-testimonio{background:var(--light-alt-bg)}.section--compact#mi-testimonio{padding:2.5rem 0}#mi-testimonio .section__title{margin-bottom:1rem;font-size:2rem}.testimony-card{display:flex;align-items:flex-start;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.testimony-avatar{flex:0 0 140px;text-align:center}.avatar-img{width:100%;max-width:140px;border-radius:50%;border:3px solid var(--accent-color);object-fit:cover}.testimony-text{flex:1;font-size:.95rem;line-height:1.5;color:var(--primary-color)}.testimony-text p{margin-bottom:1rem}.testimony-highlight{background:var(--white);padding:.75rem 1rem;border-left:4px solid var(--accent-color);margin-top:1rem}.testimony-highlight p{margin:0;font-size:1rem;line-height:1.4}.highlight{color:var(--accent-color-2)}@media (max-width: 768px){.testimony-card{flex-direction:column;align-items:center;text-align:center}.testimony-avatar{margin-bottom:1rem}.testimony-text{font-size:.9rem}}.section--dark#contacto{padding:2.5rem 0}.contact-options{text-align:center;margin-top:1rem}.whatsapp-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;background:var(--accent-color);color:var(--white);padding:.8rem 1.8rem;border-radius:var(--radius);text-decoration:none;transition:background .2s ease}.whatsapp-btn:hover{background:#1faca0}.whatsapp-btn .icon{font-size:1.2rem}.footer__socials a{font-size:1.5rem;margin:0 .5rem;color:var(--primary-color);text-decoration:none;transition:color .2s ease}.footer__socials a:hover{color:var(--accent-color-2)}@media (max-width: 576px){.footer__socials a{font-size:1.3rem;margin:0 .3rem}.footer__links{gap:1rem}.footer__link{font-size:.85rem}.footer__slogan{font-size:.9rem}}.footer--custom .footer__socials a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.footer--custom .footer__socials .social-icon{width:24px;height:24px}.footer--custom .footer__socials a:hover .social-icon{color:var(--accent-color-2)}.footer--custom{background:var(--light-alt-bg);padding:2rem 0;color:var(--primary-color);text-align:center}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer__top--custom{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer__slogan{font-size:.95rem;text-align:center;max-width:600px}.footer__links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer__link{color:var(--primary-color);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer__link:hover{color:var(--accent-color-2);text-decoration:underline}.footer__bottom--custom{margin-top:.5rem}.footer__text{font-size:.85rem}@media (max-width: 576px){.footer__socials .social-icon{width:20px;height:20px}.footer__links{gap:1rem}.footer__link{font-size:.85rem}.footer__slogan{font-size:.9rem}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;justify-content:center;align-items:center;z-index:200}.modal-content{background:#fff;padding:2rem;border-radius:var(--radius);max-width:400px;width:90%;position:relative;text-align:center}.modal-close{position:absolute;top:.5rem;right:.75rem;font-size:1.5rem;cursor:pointer}#emailModal input{width:100%;padding:.75rem;margin:1rem 0;border:1px solid #CCC;border-radius:var(--radius);font-size:1rem}#emailModal .btn{margin-top:0;width:100%}.form-embed iframe{min-height:700px;border:1px solid #DDD;border-radius:var(--radius)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;position:relative;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 5px 15px #0000004d}.modal-close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333}.modal-content h2{text-align:center;margin-bottom:1.5rem;color:#333}.modal-content form div{margin-bottom:1rem}.modal-content label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.modal-content input[type=text],.modal-content input[type=email],.modal-content input[type=tel],.modal-content input[type=number],.modal-content input[type=date],.modal-content select,.modal-content textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.modal-content input[type=checkbox]{margin-right:.5rem}.modal-content button[type=submit]{width:100%;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;background-color:#007bff;color:#fff;margin-top:1rem}.modal-content button[type=submit]:hover{background-color:#0056b3}.modal-content button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.form-message{text-align:center;margin-top:1rem;font-weight:600;color:#28a745}.auth-container{max-width:400px;margin:4rem auto;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;background-color:#fff}.auth-container h2{text-align:center;margin-bottom:1.5rem;color:#333}.auth-container form div{margin-bottom:1rem}.auth-container label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.auth-container input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.auth-container button{width:100%;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:.5rem}.auth-container button:first-of-type{background-color:#007bff;color:#fff}.auth-container button:first-of-type:hover{background-color:#0056b3}.auth-container button:last-of-type{background-color:#6c757d;color:#fff}.auth-container button:last-of-type:hover{background-color:#5a6268}.auth-container button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:#dc3545;text-align:center;margin-top:1rem}.role-selection{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.role-selection label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.toggle-auth{text-align:center;margin-top:1rem}.toggle-auth button{background:none;border:none;color:#007bff;cursor:pointer;font-weight:600;padding:0}.toggle-auth button:hover{text-decoration:underline}.loan-requests-list{margin-top:20px}.loan-requests-list ul{list-style-type:none;padding:0}.loan-requests-list li{border:1px solid #ccc;border-radius:5px;padding:15px;margin-bottom:10px}.loan-requests-list li p{margin:0 0 5px}.status{padding:2px 8px;border-radius:12px;color:#fff;font-weight:700}.status-pendiente{background-color:#f0ad4e}.status-aprobado{background-color:#5cb85c}.status-rechazado{background-color:#d9534f}
