@font-face {
    font-family: "Asap";
    src: url("../fonts/Asap-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: block;
}
@font-face {
    font-family: "Asap";
    src: url("../fonts/Asap-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: block;
}
@font-face {
    font-family: "Asap";
    src: url("../fonts/Asap-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: block;
}
@font-face {
    font-family: "Asap";
    src: url("../fonts/Asap-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: block;
}
@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: block;
}
:root {
    --green: #336633;
    --lime: #669933;
    --gray: #807f7f;
    --charcoal: #3e333f;
    --light: #cccaca;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    color: var(--gray);
    font-family: Asap, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-stretch: normal;
    font-synthesis: none;
}
a {
    color: var(--green);
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
}
.narrow {
    max-width: 900px;
}
h1,
h2,
h3,
h4,
h5 {
    color: var(--charcoal);
    font-family: Asap, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 1000;
    background: #fff;
    padding: 10px;
}
.skip-link:focus {
    left: 10px;
    top: 10px;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
:focus-visible {
    outline: 3px solid #111;
    outline-offset: 3px;
}
.site-header {
    height: 106px;
    background: #fff;
}
.header-inner {
    width: min(1200px, calc(100% - 32px));
    height: 106px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    height: 106px;
    display: flex;
    align-items: center;
}
.brand img {
    width: 214px;
    height: 114px;
    object-fit: contain;
}
.site-header nav {
    display: flex;
    align-items: center;
}
.site-header nav > a {
    color: var(--green);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 106px;
    letter-spacing: 0.6px;
    padding: 0 27px;
    white-space: nowrap;
}
.site-header nav > a:not(.header-cta),
.site-header nav > a:not(.header-cta):visited,
.site-header nav > a:not(.header-cta):hover {
    color: var(--green);
}
.site-header nav > a:not(.header-cta).active,
.site-header nav > a:not(.header-cta):focus-visible {
    color: var(--lime);
}
.site-header .header-cta,
.button {
    display: inline-block;
    border: 0;
    border-radius: 8px;
    background: var(--lime);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font:
        700 13px Raleway,
        Arial,
        sans-serif;
    letter-spacing: 0.7px;
    padding: 15px 25px;
    cursor: pointer;
}
.site-header .header-cta {
    padding: 13px 20px;
    margin-left: 10px;
}
.site-header .header-cta:visited {
    color: #fff;
}
.site-header .header-cta:hover,
.site-header .header-cta:focus-visible,
.button:hover {
    background: var(--green);
    color: #fff;
}
.button.secondary {
    background: #aaa;
}
.menu-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 28px;
}
.hero {
    height: 514px;
    background: url("../images/home-hero.jpg") center/cover no-repeat;
}
.hero-inner {
    width: 50%;
    padding-top: 168px;
    text-align: center;
}
.hero h1 {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 24px;
}
.hero-button {
    width: 300px;
    padding: 20px;
}
.section {
    padding: 100px 20px 78px;
}
.services {
    padding-top: 123px;
    padding-bottom: 65px;
}
.services-grid {
    width: min(1200px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    text-align: center;
}
.services-grid article {
    padding: 0 20px;
}
.service-icon {
    height: 64px;
    color: var(--green);
    display: grid;
    place-items: center;
    margin-bottom: 25px;
}
.service-icon svg {
    width: 64px;
    height: 64px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.services h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: #1c1c1c;
    margin: 0 0 25px;
}
.services p {
    font-size: 19px;
    line-height: 30px;
    margin: 0;
}
.home-feature {
    background-position: center;
    background-size: cover;
}
.home-feature-inner {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.home-feature-copy {
    max-width: 600px;
}
.home-feature h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}
.whatsapp {
    background-image: url("../images/conversacion.png");
    padding: 97px 0 116px;
}
.whatsapp .home-feature-copy {
    padding: 0 36px 0 12px;
}
.whatsapp h2,
.whatsapp p {
    color: #fff;
}
.whatsapp p {
    font-size: 19px;
    line-height: 30px;
    margin: 34px 0 50px;
}
.easy {
    background-image: url("../images/gris-claro.png");
    padding: 136px 0 126px;
}
.easy-inner {
    grid-template-columns: 5fr 7fr;
}
.easy .home-feature-copy {
    padding: 13px 15px 0;
}
.easy h2 {
    color: #000;
}
.home-cta {
    text-align: center;
    padding: 126px 20px 98px;
}
.home-cta h2 {
    margin: 0;
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    letter-spacing: 0;
}
.home-cta h3 {
    font:
        400 15px Raleway,
        Arial,
        sans-serif;
    margin: 20px 0 49px;
}
.page-banner {
    height: 100px;
    background-size: 1920px auto;
    background-position: center;
    background-attachment: fixed;
}
.banner-sobre-nosotros {
    background-image: url("../images/sobre-nosotros.png");
}
.banner-servicios {
    background-image: url("../images/servicios.png");
}
.banner-solicitud {
    background-image: url("../images/solicitud.png");
}
.about-section {
    padding: 138px 0 148px;
    background: url("../images/gris-claro.png") center/cover no-repeat;
}
.about-section p {
    font-size: 19px;
    line-height: 30px;
}
.contact-section {
    padding: 86px 0 55px;
}
.contact-grid {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 65px;
}
.contact-grid h1 {
    margin-top: 0;
}
.contact-grid aside h2 {
    font-size: 24px;
}
.contact-form label,
#loan-form label {
    display: block;
    margin-bottom: 9px;
    font-weight: 600;
    color: var(--charcoal);
}
input,
textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    background: transparent;
    border: 1px solid #111;
    border-radius: 5px;
    color: var(--gray);
    font:
        400 14px Raleway,
        Arial,
        sans-serif;
    padding: 15px 20px;
}
textarea {
    min-height: 140px;
    resize: vertical;
}
.hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.success {
    padding: 12px;
    border-left: 4px solid var(--lime);
    background: #f1f7ed;
}
.error {
    display: block;
    color: #a11;
    font-size: 14px;
}
.application-section {
    padding: 65px 0 100px;
}
.application-section h1 {
    text-align: center;
}
.steps {
    display: flex;
    margin: 28px 0 20px;
    counter-reset: step;
}
.steps > span {
    flex: 1;
    text-align: center;
    border-top: 6px solid #aaa;
    padding-top: 7px;
    color: #777;
    font-size: 18px;
    font-weight: 700;
}
.steps > span.active {
    border-color: var(--lime);
    color: var(--green);
}
.form-step {
    display: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px;
}
.form-step.active {
    display: block;
}
.form-step legend {
    padding: 0 10px;
    color: var(--charcoal);
    font-size: 24px;
}
.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}
.validation-summary {
    background: #fff5f5;
    border-left: 4px solid #a11;
    padding: 15px;
    margin-bottom: 25px;
    color: #811;
}
.consent {
    display: grid !important;
    grid-template-columns: 24px 1fr;
    gap: 10px;
}
.consent input {
    width: auto;
    margin-top: 7px;
}
.consent .error {
    grid-column: 2;
}
.processed,
.legal {
    padding: 80px 0 110px;
}
.request-number {
    padding: 24px;
    border: 2px solid var(--lime);
    font-size: 20px;
}
.error-page {
    min-height: 500px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 40px;
}
.error-page .code {
    font-size: 72px;
    color: var(--green);
    margin: 0;
}
footer {
    background: var(--charcoal);
    color: var(--light);
}
footer a {
    color: var(--light);
    text-decoration: none;
}
footer a:hover {
    color: var(--green);
}
.footer-grid {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
    padding: 114px 0 82px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}
.footer-grid h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
}
.copyright {
    text-align: center;
    background: var(--lime);
    color: #000;
    padding: 10px;
    font-size: 13px;
}
@media (max-width: 1100px) {
    .site-header nav > a {
        padding: 0 15px;
    }
    .site-header .header-cta {
        margin-left: 5px;
    }
    .hero {
        height: 470px;
    }
    .hero-inner {
        padding-top: 145px;
    }
}
@media (max-width: 900px) {
    .site-header,
    .header-inner {
        height: 90px;
    }
    .brand,
    .brand img {
        height: 90px;
        width: 170px;
    }
    .menu-toggle {
        display: block;
    }
    .site-header nav {
        display: none;
        position: absolute;
        z-index: 20;
        top: 90px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 15px 22px;
        box-shadow: 0 5px 10px #0002;
    }
    .site-header nav.open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .site-header nav > a {
        padding: 12px;
    }
    .site-header .header-cta {
        margin: 4px 0;
    }
    .hero {
        height: 440px;
        background-position: center;
    }
    .hero-inner {
        width: 58%;
        padding-top: 125px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }
    .services {
        padding: 75px 20px;
    }
    .home-feature-inner,
    .easy-inner {
        grid-template-columns: 1fr;
    }
    .home-feature-inner > div:last-child {
        display: none;
    }
    .whatsapp {
        padding: 70px 0 85px;
    }
    .easy {
        padding: 80px 0;
    }
    .easy .home-feature-copy {
        max-width: 560px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        padding: 75px 0 55px;
    }
    .page-banner {
        height: auto;
        aspect-ratio: 1920/360;
        background-size: cover;
        background-attachment: scroll;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 27px;
    }
    .container,
    .contact-grid,
    .home-feature-inner {
        width: calc(100% - 30px);
    }
    .hero {
        height: 390px;
        background-position: 58% center;
    }
    .hero-inner {
        width: 60%;
        padding: 105px 8px 0;
    }
    .hero h1 {
        font-size: 23px;
    }
    .hero-button {
        width: 100%;
        padding: 17px 8px;
        font-size: 11px;
    }
    .section {
        padding: 65px 15px;
    }
    .services-grid article {
        padding: 0;
    }
    .whatsapp {
        padding: 60px 0 70px;
        background-position: center;
    }
    .whatsapp .home-feature-copy {
        width: 66%;
        padding: 0;
    }
    .easy .home-feature-copy {
        padding: 0;
    }
    .whatsapp h2 {
        font-size: 24px;
    }
    .whatsapp p {
        font-size: 14px;
        line-height: 23px;
        margin: 25px 0 35px;
    }
    .whatsapp .button {
        width: 100%;
        padding: 14px 7px;
        font-size: 10px;
        text-align: center;
    }
    .easy {
        padding: 65px 0;
    }
    .home-cta {
        padding: 75px 15px 70px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        padding: 65px 0 45px;
    }
    .steps {
        margin: 22px 0 14px;
    }
    .steps > span {
        padding-top: 5px;
    }
    .form-step {
        padding: 22px 15px;
    }
    .form-actions {
        flex-direction: column;
    }
    .form-actions .button {
        width: 100%;
    }
    .contact-section {
        padding-top: 55px;
    }
}
