﻿.terminos-page {
    background: #000;
    color: #fff;
}

/* HERO */

.terminos-hero {
    position: relative;
    min-height: calc(100vh - 92px);
    background-image: url('/assets/images/TerminosYCondiciones/SEGURIDAD.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

    .terminos-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.08);
        z-index: 1;
    }

.terminos-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    padding-bottom: 2rem;
}

.terminos-hero h1 {
    font-size: clamp(3.4rem, 6vw, 7.5rem);
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 1.18;
    margin: 0;
}

/* CONTENIDO */

.terminos-content-section {
    position: relative;
    background-image: url('/assets/images/TerminosYCondiciones/Rectangulo24.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 4rem 0 5.5rem;
    overflow: hidden;
}

    .terminos-content-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(0,0,0,.10) 0%, rgba(0,0,0,.05) 35%, rgba(0,0,0,.00) 100% );
        z-index: 1;
        pointer-events: none;
    }

.terminos-lineas {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: .55;
    pointer-events: none;
    z-index: 1;
}

.terminos-content {
    position: relative;
    z-index: 3;
    max-width: 1450px;
}

    .terminos-content p {
        font-size: clamp(.9rem, 1.1vw, 1.2rem);
        font-weight: 300;
        line-height: 1.45;
        margin-bottom: 1.4rem;
    }

    .terminos-content h2 {
        font-size: clamp(1rem, 1.15vw, 1.35rem);
        font-weight: 800;
        text-transform: uppercase;
        margin: 2rem 0 1.2rem;
    }

.terminos-fecha {
    font-weight: 800 !important;
    margin-top: 2.3rem;
}

/* FOOTER */

.terminos-footer-bg {
    background-image: url('/assets/images/TerminosYCondiciones/Componente93–1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .terminos-hero {
        min-height: 70vh;
        background-position: center center;
    }

        .terminos-hero h1 {
            font-size: 3.3rem;
            letter-spacing: 3px;
        }

    .terminos-content-section {
        padding: 3rem 0 5rem;
    }

    .terminos-content p {
        font-size: .95rem;
        line-height: 1.45;
    }

    .terminos-content h2 {
        font-size: 1.1rem;
    }

    .terminos-lineas {
        opacity: .3;
    }
}

@media (max-width: 575px) {
    .terminos-hero {
        min-height: 60vh;
    }

    .terminos-hero-content {
        padding-bottom: 3rem;
    }

    .terminos-hero h1 {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }

    .terminos-content p {
        font-size: .9rem;
    }

    .terminos-content h2 {
        font-size: 1rem;
    }
}
