/* Vigencia y enlaces legales. */

.phase2-footer {
    color: var(--phase2-white);
    text-align: center;
}

.phase2-footer__validity {
    display: grid;
    place-items: center;
    min-height: 5rem;
    padding: 0.65rem var(--phase2-gutter);
    background: var(--phase2-green);
}

.phase2-footer__validity p {
    font-family: "Avenir Next Condensed Custom", sans-serif;
    font-size: clamp(0.72rem, 3.35vw, 0.95rem);
    font-style: italic;
    font-weight: 800;
    line-height: 1.08;
}

.phase2-footer__validity span {
    display: block;
}

.phase2-footer__validity a {
    font-weight: 900;
}

.phase2-footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 2.25rem;
    padding: 0.55rem var(--phase2-gutter);
    background: var(--phase2-orange);
    font-size: clamp(0.58rem, 2.7vw, 0.75rem);
    font-weight: 500;
    line-height: 1;
}

.phase2-footer a:hover {
    text-decoration: underline;
}

@media (min-width: 64rem) {
    .phase2-footer__validity {
        min-height: 7.5rem;
        padding: 1rem 4rem;
    }

    .phase2-footer__validity p {
        font-size: 1.35rem;
    }

    .phase2-footer__legal {
        min-height: 3.5rem;
        font-size: 0.9rem;
    }
}
