/* =========================================================
   POLÍTICAS — HERO
========================================================= */

.pol-hero {
    position: relative;

    overflow: hidden;

    padding:
        152px
        24px
        72px;

    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(242, 138, 26, .08),
            transparent 26%
        ),
        #f7f7f5;

    border-bottom:
        1px
        solid
        rgba(0, 0, 0, .06);
}


.pol-hero::after {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 5px;
    height: 100%;

    background: #f28a1a;
}


.pol-hero__inner {
    width:
        min(
            1180px,
            100%
        );

    margin: 0 auto;
}


.pol-hero__eyebrow {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 15px;

    color: #6c6c6c;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.pol-hero__eyebrow::before {
    content: "";

    width: 28px;
    height: 2px;

    background: #f28a1a;
}


.pol-hero h1 {
    max-width: 820px;

    margin:
        0
        0
        17px;

    color: #191919;

    font-family:
        "Poppins",
        sans-serif;

    font-size:
        clamp(
            42px,
            5.5vw,
            70px
        );

    line-height: 1;

    font-weight: 800;

    letter-spacing: -2.8px;
}


.pol-hero h1 span {
    color: #f28a1a;
}


.pol-hero p {
    max-width: 700px;

    margin: 0;

    color: #666666;

    font-size:
        clamp(
            15px,
            1.8vw,
            18px
        );

    line-height: 1.7;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 700px) {

    .pol-hero {
        padding:
            95px
            22px
            50px;
    }


    .pol-hero::after {
        width: 4px;
    }


    .pol-hero__eyebrow {
        font-size: 10px;

        letter-spacing: .9px;
    }


    .pol-hero h1 {
        font-size: 40px;

        letter-spacing: -1.7px;
    }


    .pol-hero p {
        font-size: 14px;

        line-height: 1.65;
    }

}
/* =========================================================
   POLÍTICAS — INFORMACIÓN IMPORTANTE
========================================================= */

.pol-info {
    padding:
        68px
        24px;

    background: #ffffff;
}


.pol-info__inner {
    width:
        min(
            980px,
            100%
        );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        auto
        1fr;

    align-items: flex-start;

    gap: 28px;
}


/* ICONO */

.pol-info__mark {
    width: 54px;
    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 auto;

    border:
        2px
        solid
        #f28a1a;

    border-radius: 50%;

    color: #f28a1a;

    font-size: 24px;

    font-weight: 700;
}


/* CONTENIDO */

.pol-info__label {
    display: block;

    margin-bottom: 8px;

    color: #f28a1a;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.pol-info h2 {
    max-width: 760px;

    margin:
        0
        0
        18px;

    color: #191919;

    font-size:
        clamp(
            26px,
            3.2vw,
            38px
        );

    line-height: 1.18;

    font-weight: 600;

    letter-spacing: -1px;
}


.pol-info h2 strong {
    font-weight: 800;
}


.pol-info__content > p {
    max-width: 820px;

    margin:
        0
        0
        12px;

    color: #666;

    font-size: 14px;

    line-height: 1.8;
}


/* AVISO INFERIOR */

.pol-info__notice {
    max-width: 820px;

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-top: 22px;

    padding:
        15px
        17px;

    border-left:
        3px
        solid
        #2f9b57;

    background: #f6faf7;
}


.pol-info__notice > span {
    flex: 0 0 auto;

    color: #2f9b57;

    font-size: 15px;

    font-weight: 800;
}


.pol-info__notice p {
    margin: 0;

    color: #555;

    font-size: 12px;

    line-height: 1.65;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 700px) {

    .pol-info {
        padding:
            46px
            20px;
    }


    .pol-info__inner {
        grid-template-columns: 1fr;

        gap: 17px;
    }


    .pol-info__mark {
        width: 44px;
        height: 44px;

        font-size: 20px;
    }


    .pol-info h2 {
        font-size: 27px;
    }


    .pol-info__content > p {
        font-size: 13px;

        line-height: 1.75;
    }

}
/* =========================================================
   POLÍTICAS — LISTADO
========================================================= */

.pol-list {
    padding:
        74px
        24px
        86px;

    background: #f7f7f5;
}


.pol-list__inner {
    width:
        min(
            1080px,
            100%
        );

    margin: 0 auto;
}


/* =========================================================
   CABECERA
========================================================= */

.pol-list__header {
    margin-bottom: 30px;
}


.pol-list__eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #f28a1a;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.pol-list__header h2 {
    margin:
        0
        0
        7px;

    color: #191919;

    font-size:
        clamp(
            30px,
            4vw,
            44px
        );

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.pol-list__header p {
    margin: 0;

    color: #747474;

    font-size: 14px;
}


/* =========================================================
   ITEMS
========================================================= */

.pol-list__items {
    border-top:
        1px
        solid
        rgba(0,0,0,.08);
}


.pol-item {
    display: grid;

    grid-template-columns:
        58px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 20px;

    min-height: 104px;

    padding:
        20px
        18px;

    border-bottom:
        1px
        solid
        rgba(0,0,0,.08);

    color: inherit;

    text-decoration: none;

    transition:
        background .22s ease,
        padding-left .22s ease;
}


.pol-item:hover {
    background: #ffffff;

    padding-left: 24px;
}


/* NUMERO */

.pol-item__number {
    color: #aaa;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* CONTENIDO */

.pol-item__content {
    min-width: 0;
}


.pol-item__content h3 {
    margin:
        0
        0
        4px;

    color: #222;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3;
}


.pol-item__content p {
    max-width: 720px;

    margin: 0;

    color: #747474;

    font-size: 13px;

    line-height: 1.55;
}


/* FLECHA */

.pol-item__arrow {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px
        solid
        rgba(0,0,0,.09);

    border-radius: 50%;

    background: rgba(255,255,255,.55);

    color: #555;

    font-size: 18px;

    transition:
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        transform .22s ease;
}


.pol-item:hover .pol-item__arrow {
    background: #f28a1a;

    border-color: #f28a1a;

    color: #ffffff;

    transform: translateX(3px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 700px) {

    .pol-list {
        padding:
            50px
            18px
            60px;
    }


    .pol-list__header {
        margin-bottom: 22px;
    }


    .pol-item {
        grid-template-columns:
            36px
            minmax(0, 1fr)
            34px;

        gap: 11px;

        min-height: 0;

        padding:
            17px
            6px;
    }


    .pol-item:hover {
        padding-left: 6px;
    }


    .pol-item__number {
        font-size: 11px;
    }


    .pol-item__content h3 {
        font-size: 15px;
    }


    .pol-item__content p {
        font-size: 11px;

        line-height: 1.55;
    }


    .pol-item__arrow {
        width: 32px;
        height: 32px;

        font-size: 15px;
    }

}
/* =========================================================
   POLÍTICAS — VIGENCIA
========================================================= */

.pol-legal {
    padding:
        72px
        24px;

    background: #1b1b19;

    color: #ffffff;
}


.pol-legal__inner {
    width:
        min(
            980px,
            100%
        );

    margin: 0 auto;
}


.pol-legal__label {
    display: block;

    margin-bottom: 12px;

    color: #f28a1a;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.pol-legal h2 {
    max-width: 760px;

    margin:
        0
        0
        24px;

    font-size:
        clamp(
            28px,
            4vw,
            42px
        );

    line-height: 1.15;

    font-weight: 500;

    letter-spacing: -1.3px;
}


.pol-legal h2 strong {
    font-weight: 800;
}


.pol-legal > *,
.pol-legal__inner > p {
    max-width: 860px;
}


.pol-legal__inner > p {
    margin:
        0
        0
        14px;

    color: rgba(255,255,255,.68);

    font-size: 13px;

    line-height: 1.8;
}


.pol-legal__footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 32px;

    padding-top: 22px;

    border-top:
        1px
        solid
        rgba(255,255,255,.12);
}


.pol-legal__footer div span {
    display: block;

    margin-bottom: 2px;

    color: rgba(255,255,255,.45);

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: .8px;
}


.pol-legal__footer div strong {
    font-size: 12px;

    font-weight: 600;
}


.pol-legal__footer a {
    color: #ffffff;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    transition: color .2s ease;
}


.pol-legal__footer a:hover {
    color: #f28a1a;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 700px) {

    .pol-legal {
        padding:
            50px
            20px;
    }


    .pol-legal h2 {
        font-size: 28px;
    }


    .pol-legal__inner > p {
        font-size: 12px;

        line-height: 1.75;
    }


    .pol-legal__footer {
        align-items: flex-start;

        flex-direction: column;

        gap: 16px;
    }

}