﻿.credito-moral-page {
    background: #000;
    color: #fff;
}

/* HERO */

.moral-hero {
    position: relative;
    min-height: calc(100vh - 92px);
    background-image: url('/assets/images/ProductosCreditosPersonasFisicas/credito1.png');
    background-size: cover;
    background-position: -360px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .moral-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.10);
        z-index: 1;
    }

.moral-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1650px;
    display: flex;
    justify-content: flex-end;
}

.moral-hero-text {
    width: 62%;
    text-align: right;
    padding-right: 3rem;
}

    .moral-hero-text p {
        font-size: clamp(1.7rem, 2.8vw, 3.3rem);
        font-weight: 300;
        font-style: italic;
        letter-spacing: 5px;
        margin-bottom: 1rem;
    }

    .moral-hero-text h1 {
        font-size: clamp(3.3rem, 5vw, 5.8rem);
        font-weight: 800;
        letter-spacing: 6px;
        line-height: 1.1;
        margin-bottom: 1.7rem;
    }

    .moral-hero-text span {
        display: block;
        font-size: clamp(1.5rem, 2.5vw, 3rem);
        font-weight: 300;
        letter-spacing: 4px;
        margin-bottom: 2.5rem;
    }

.moral-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #efe1a3;
    color: #000;
    text-decoration: none;
    border-radius: 999px;
    padding: 1rem 2.8rem;
    font-size: clamp(1rem, 1.4vw, 1.6rem);
    font-weight: 800;
    transition: all .3s ease;
}

    .moral-btn:hover {
        background: #a98a49;
        color: #fff;
        transform: translateY(-3px);
    }

/* REQUISITOS */

.moral-requisitos {
    position: relative;
    background-image: url('/assets/images/ProductosCreditosPersonasFisicas/Rectángulo10.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5rem 0 7rem;
    overflow: hidden;
}

.moral-linea {
    position: absolute;
    pointer-events: none;
    opacity: .35;
    z-index: 1;
}

.moral-linea-requisitos {
    right: -5%;
    bottom: -10%;
    width: 45%;
}

.moral-requisitos .container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
}

.moral-requisitos h2 {
    font-size: clamp(2.6rem, 4vw, 4.8rem);
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.moral-requisitos > .container > h3 {
    font-size: clamp(1.4rem, 2vw, 2.3rem);
    font-weight: 800;
    margin-bottom: 4rem;
}

.moral-requisitos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
    text-align: center;
    margin-bottom: 5.5rem;
    justify-items: center;
}

.moral-requisito-item {
    max-width: 240px;
    text-align: center;
}

    .moral-requisito-item img {
        height: 95px;
        object-fit: contain;
        margin-bottom: 1.8rem;
    }

    .moral-requisito-item h4 {
        font-size: clamp(1rem, 1.3vw, 1.45rem);
        font-weight: 800;
        line-height: 1.2;
    }

.moral-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    max-width: 1400px;
    margin: 0 auto;
}

.moral-list-block h3 {
    font-size: clamp(1.5rem, 2vw, 2.3rem);
    font-weight: 800;
    margin-bottom: 2rem;
}

.moral-list-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.moral-list-block li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: clamp(1rem, 1.35vw, 1.5rem);
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: .8rem;
}

    .moral-list-block li img {
        width: 38px;
        height: 38px;
        object-fit: contain;
        flex-shrink: 0;
    }

/* PROCESO */

.moral-proceso {
    position: relative;
    background-image: url('/assets/images/ProductosCreditosPersonasFisicas/Componente55–1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5rem 0 6rem;
    overflow: hidden;
}

.moral-linea-proceso {
    right: -5%;
    top: 0;
    width: 45%;
}

.moral-proceso .container {
    position: relative;
    z-index: 2;
    max-width: 1600px;
}

.moral-proceso h2 {
    font-size: clamp(1.8rem, 2.5vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 3rem;
}

.moral-proceso-list {
    max-width: 950px;
}

    .moral-proceso-list div {
        margin-bottom: 3rem;
    }

    .moral-proceso-list h3 {
        font-size: clamp(1.5rem, 2vw, 2.3rem);
        font-weight: 800;
        margin-bottom: .8rem;
    }

    .moral-proceso-list p {
        font-size: clamp(1.2rem, 1.7vw, 2rem);
        font-weight: 300;
        line-height: 1.45;
    }

.moral-proceso-buttons {
    display: flex;
    justify-content: center;
    gap: 6rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.moral-btn-dark {
    background: rgba(238,225,163,.45);
    color: #000;
    min-width: 420px;
}

/* BOTONES */

.credito-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 36px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all .3s ease;
}

.credito-btn-gold {
    background: #d8bf67;
    color: #fff;
}

.credito-btn:hover {
    transform: translateY(-3px);
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 380px;
    height: 82px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all .3s ease;
}

    .cta-btn:hover {
        transform: translateY(-4px);
        text-decoration: none;
    }

    .cta-btn i {
        font-size: 1.5rem;
    }

.credito-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 460px;
    height: 78px;
    background: #D9C36A;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    transition: all .3s ease;
}

    .credito-cta-btn i {
        font-size: 1.5rem;
        line-height: 1;
    }

    .credito-cta-btn:hover {
        color: #fff;
        text-decoration: none;
        transform: translateY(-3px);
    }

.habla-asesor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 460px;
    height: 78px;
    background: #D9C36A;
    color: #FFFFFF;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    transition: all .3s ease;
}

    .habla-asesor-btn i {
        font-size: 1.5rem;
    }

/* RESPONSIVE */

@media (max-width: 1199px) {
    .moral-hero-text {
        width: 70%;
        padding-right: 1rem;
    }

    .moral-requisitos-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .moral-info-grid {
        gap: 3rem;
    }
}

@media (max-width: 991px) {
    .moral-hero {
        min-height: 85vh;
        background-position: center left;
    }

        .moral-hero::after {
            background: rgba(0,0,0,.45);
        }

    .moral-hero-content {
        justify-content: center;
    }

    .moral-hero-text {
        width: 100%;
        text-align: center;
        padding: 0 1rem;
    }

        .moral-hero-text h1 {
            font-size: 3rem;
            letter-spacing: 4px;
        }

        .moral-hero-text p {
            font-size: 1.4rem;
            letter-spacing: 3px;
        }

        .moral-hero-text span {
            font-size: 1.4rem;
            letter-spacing: 3px;
        }

    .moral-requisitos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .moral-info-grid {
        grid-template-columns: 1fr;
    }

    .moral-proceso-list {
        max-width: 100%;
    }

    .moral-btn-dark {
        min-width: 100%;
    }

    .credito-cta-btn,
    .habla-asesor-btn {
        width: 100%;
        max-width: 420px;
        height: 76px;
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    .moral-hero-text h1 {
        font-size: 2.6rem;
        letter-spacing: 2px;
    }

    .moral-hero-text p,
    .moral-hero-text span {
        letter-spacing: 2px;
        font-size: 1.1rem;
    }

    .moral-requisitos-grid {
        grid-template-columns: 1fr;
    }

    .moral-btn {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .moral-list-block li {
        font-size: 1.05rem;
    }

    .moral-requisitos h2 {
        font-size: 2.4rem;
    }

    .moral-requisitos > .container > h3 {
        font-size: 1.3rem;
    }

    .moral-proceso h2 {
        font-size: 2rem;
    }

    .moral-proceso-list h3 {
        font-size: 1.4rem;
    }

    .moral-proceso-list p {
        font-size: 1rem;
    }

    .credito-cta-btn,
    .habla-asesor-btn {
        width: 100%;
        height: 68px;
        font-size: 1.1rem;
    }
}
