﻿.credito-moral-page {
    background: #000;
    color: #fff;
}

/* HERO */

.pm-hero {
    position: relative;
    min-height: calc(100vh - 92px);
    background-image: url('/assets/images/ProductosCreditoPersonaMoral/ChatGPTImage26may202611_11_16 a.m.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .pm-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.10);
        z-index: 1;
    }

.pm-hero-content {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-left: auto;
    margin-right: 5rem;
    text-align: right;
}

    .pm-hero-content p {
        font-size: clamp(1.7rem, 2.8vw, 3.3rem);
        font-weight: 300;
        font-style: italic;
        letter-spacing: 5px;
        margin-bottom: 1rem;
    }

    .pm-hero-content h1 {
        font-size: clamp(3.5rem, 5.3vw, 6.2rem);
        font-weight: 800;
        letter-spacing: 6px;
        line-height: 1.12;
        margin-bottom: 1.8rem;
    }

    .pm-hero-content span {
        display: block;
        font-size: clamp(1.6rem, 2.6vw, 3.1rem);
        font-weight: 300;
        letter-spacing: 5px;
        margin-bottom: 2.5rem;
    }

.pm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    border-radius: 999px;
    padding: 1rem 3rem;
    font-size: clamp(1rem, 1.4vw, 1.6rem);
    font-weight: 800;
    transition: all .3s ease;
}

.pm-btn-orange {
    background: #d5811a;
    color: #fff;
    min-width: 380px;
}

    .pm-btn-orange:hover {
        background: #a98a49;
        color: #fff;
        transform: translateY(-3px);
    }

/* REQUISITOS */

.pm-requisitos {
    position: relative;
    background-image: url('/assets/images/ProductosCreditoPersonaMoral/Rectangulo10.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5rem 0 7rem;
    overflow: hidden;
}

.pm-linea {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: .35;
}

.pm-linea-requisitos {
    right: -4%;
    top: 0;
    height: 100%;
}

.pm-requisitos-content {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 5rem;
    align-items: center;
}

.pm-requisitos-text h2 {
    font-size: clamp(2.7rem, 4vw, 4.8rem);
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 2.2rem;
}

.pm-requisitos-text h3 {
    font-size: clamp(1.4rem, 2vw, 2.3rem);
    font-weight: 800;
    margin-bottom: 1.8rem;
}

.pm-requisitos-text > p {
    font-size: clamp(1.2rem, 1.7vw, 2rem);
    font-weight: 300;
    line-height: 1.45;
    max-width: 1200px;
    margin-bottom: 3.5rem;
}

.pm-list-block {
    margin-bottom: 3.2rem;
}

    .pm-list-block h4 {
        font-size: clamp(1.4rem, 1.9vw, 2.3rem);
        font-weight: 800;
        margin-bottom: 1.7rem;
    }

    .pm-list-block ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .pm-list-block li {
        position: relative;
        font-size: clamp(1.15rem, 1.6vw, 2rem);
        font-weight: 300;
        line-height: 1.45;
        margin-bottom: 1.1rem;
        padding-left: 3.8rem;
    }

        .pm-list-block li::before {
            content: "›";
            position: absolute;
            left: 0;
            top: 50%;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            background: #fff;
            color: #111;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 6px;
            font-size: 1.8rem;
            font-weight: 800;
            line-height: 1;
        }

.pm-requisitos-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pm-requisitos-img img {
        width: 100%;
        max-width: 720px;
        border-radius: 38px;
        object-fit: contain;
    }

/* FINAL */

.pm-final {
    position: relative;
    background-image: url('/assets/images/ProductosCreditoPersonaMoral/Rectangulo9.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 6rem 0 7rem;
    overflow: hidden;
}

.pm-final-content {
    max-width: 1500px;
}

    .pm-final-content p {
        font-size: clamp(1.5rem, 2.3vw, 3rem);
        font-weight: 300;
        font-style: italic;
        line-height: 1.4;
        max-width: 1350px;
        margin-bottom: 6rem;
    }

.pm-final-buttons {
    display: flex;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
}

.pm-btn-gold {
    background: #dfc76b;
    color: #fff;
    min-width: 430px;
    padding: 1.1rem 3rem;
    font-size: clamp(1.2rem, 1.6vw, 1.9rem);
}

    .pm-btn-gold:hover {
        background: #a98a49;
        color: #fff;
        transform: translateY(-3px);
    }

/* BOTONES GENERALES */

.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);
}

.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) {
    .pm-hero-content {
        width: 65%;
        margin-right: 3rem;
    }

        .pm-hero-content h1 {
            font-size: clamp(3.4rem, 5.2vw, 5.6rem);
        }

    .pm-requisitos-content {
        gap: 3rem;
    }

    .pm-btn-gold {
        min-width: 380px;
    }
}

@media (max-width: 991px) {
    .pm-hero {
        min-height: 85vh;
        background-position: center left;
    }

        .pm-hero::after {
            background: rgba(0,0,0,.45);
        }

    .pm-hero-content {
        width: 100%;
        margin: 0;
        padding: 3rem 1rem;
        text-align: center;
    }

        .pm-hero-content h1 {
            font-size: 3rem;
            letter-spacing: 4px;
        }

        .pm-hero-content p {
            font-size: 1.4rem;
            letter-spacing: 3px;
        }

        .pm-hero-content span {
            font-size: 1.4rem;
            letter-spacing: 3px;
        }

    .pm-requisitos-content {
        grid-template-columns: 1fr;
    }

    .pm-requisitos-img img {
        max-width: 520px;
    }

    .pm-final-content p {
        font-size: 1.7rem;
        margin-bottom: 4rem;
    }

    .pm-final-buttons {
        gap: 2rem;
    }

    .pm-btn,
    .pm-btn-gold,
    .pm-btn-orange {
        min-width: 100%;
    }

    .credito-cta-btn,
    .habla-asesor-btn {
        width: 100%;
        max-width: 420px;
        height: 76px;
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    .pm-hero-content h1 {
        font-size: 2.6rem;
        letter-spacing: 2px;
    }

    .pm-hero-content p,
    .pm-hero-content span {
        letter-spacing: 2px;
        font-size: 1.1rem;
    }

    .pm-requisitos-text h2 {
        font-size: 2.3rem;
    }

    .pm-requisitos-text h3 {
        font-size: 1.3rem;
    }

    .pm-requisitos-text > p {
        font-size: 1rem;
    }

    .pm-list-block h4 {
        font-size: 1.25rem;
    }

    .pm-list-block li {
        font-size: 1rem;
        padding-left: 3rem;
    }

        .pm-list-block li::before {
            width: 1.8rem;
            height: 1.8rem;
            font-size: 1.7rem;
            padding-bottom: 5px;
        }

    .pm-final-content p {
        font-size: 1.25rem;
    }

    .credito-cta-btn,
    .habla-asesor-btn {
        width: 100%;
        height: 68px;
        font-size: 1.1rem;
    }
}
