﻿body {
    background-color: var(--secondary-neutral-sn-white);
}

/* Header ---------------------------------------- */

section.phonelist .phonelist_header {
    position: relative;
    margin-bottom: 3rem;
}

@media (min-width:768px) {
    section.phonelist .phonelist_header {
        margin-bottom: 4rem;
    }
}

section.phonelist .phonelist_header-img {
    margin-bottom: 2.5rem;
    height: 157px;
    background-size: cover;
    background-position: right;
    background-color: var(--secondary-neutral-sn40);
}

    @media (min-width:768px) {
        section.phonelist .phonelist_header-img {
            height: 300px;
        }
    }

section.phonelist .phonelist_header-headings {
    padding-left: 10px;
    padding-right: 10px;
}

    @media (min-width:768px) {

        section.phonelist .phonelist_header-headings {
            position: absolute;
            top: 50%;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-right: var(--bs-gutter-x, 0.625rem);
            padding-left: var(--bs-gutter-x, 0.625rem);
            transform: translateY(-50%);
        }
    }

.phonelist_header-content {
    margin: auto;
    max-width: 1080px;
}

section.phonelist .phonelist_pretitle {
    margin-bottom: .5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: var(--bs-font-sans-serif-secondary);
    font-weight: 600;
}

    @media (max-width:768px) {
        section.phonelist .phonelist_title {
            margin: 0 auto 2.5rem auto;
        }
    }

section.phonelist .phonelist_title {
    margin: 0 auto;
    font-size: 1.75rem;
    font-family: var(--bs-font-sans-serif-secondary);
}

    @media (min-width:768px) {
        section.phonelist .phonelist_title {
            margin: unset;
            max-width: 360px;
            font-size: 2rem;
        }
    }

/* Ends Header ---------------------------------------- */

@media (min-width:768px) {
    section.phonelist .phonelist_assistances {
        margin-left: auto;
        margin-bottom: 4rem;
        max-width: 1110px;
        margin-right: auto;
    }
}

    section.phonelist .phonelist_cta {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }

    section.phonelist .phonelist_paragraph {
        margin-bottom: 3rem;
        line-height: 1.2;
        font-size: 1rem;
        font-family: var(--bs-font-sans-serif-secondary);
        color: #000000;
    }

    /* Card -------------------------------------------- */

    @media (max-width:768px) {
        section.phonelist .contact_card {
            margin-bottom: 3rem;
            max-width: 342px;
        }
    }

    section.phonelist .contact_card {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 32px 16px 32px 16px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }

    @media (min-width:768px) {
        section.phonelist .contact_card {
            padding: 48px 16px 16px 16px;
        }
    }

section.phonelist .card_title_container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    transform: translateY(-16px);
}

section.phonelist .telephone_card {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3rem;
    padding: 64px 0 32px 0;
}

/* Ends Card -------------------------------------------- */

@media (min-width:768px) {
    section .phonelist .card_title_container {
        transform: translateY(-26px);
    }
}



    /*Fin Card ---------------------- */

    section.phonelist .telephone_card .card_title_container {
        margin: auto;
        max-width: 288px;
    }

@media (min-width:768px) {
    section.phonelist .telephone_card .card_title_container {
        max-width: 342px;
    }
}

section.phonelist .telephone_card  .telephone_example-container {
    max-width: 320px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

section.phonelist .telephone_card  .telephone_example {
    margin-bottom: 0;
    padding-left: 2.5rem;
    display: flex;
    justify-content: space-between;
    color: var(--secondary-neutral-sn20);
    font-size: 1.25rem;
}

        .telephone_example span i {
            font-style: normal;
        }

    .telephone_line p {
        margin-bottom: 14px;
        text-align: center;
        max-width: 230px;
    }

    .phonelist_lines {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

        .phonelist_lines p {
            margin-top: 14px;
            margin-bottom: 0;
            text-align: center;
        }

            .phonelist_lines p:last-of-type {
                flex-basis: 160px;
            }

    .telephone_example span:first-child {
        margin-right: 8%;
    }

    .telephone_example span {
        padding-top: 14px;
        padding-bottom: 14px;
        position: relative;
        flex: 1 0 auto;
        display: flex;
        justify-content: space-between;
    }

        .telephone_example span:first-child::after {
            position: absolute;
            content: '';
            bottom: 0;
            width: 26px;
            height: 1px;
            background-color: var(--secondary-neutral-sn20);
            left: 0;
            transform: translateX(-6px);
        }

        .telephone_example span:first-child::before {
            position: absolute;
            content: '';
            top: 0;
            width: 35px;
            content: '';
            height: 1px;
            background-color: var(--secondary-neutral-sn20);
            left: 0;
            transform: translateX(56px);
        }

        .telephone_example span:last-child::after {
            position: absolute;
            content: '';
            bottom: 0;
            width: 100%;
            height: 1px;
            background-color: var(--secondary-neutral-sn20);
            left: 0;
        }

section.phonelist .telephone_card .card_title {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif-secondary);
    display: inline-block;
    color: var(--secondary-neutral-sn20);
    background-color: #FFF;
    font-size: 0.875rem;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.2;
    border: 1px solid var(--secondary-neutral-sn20);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
}

    section.phonelist .telephone_card .card_title i {
        border-radius: 50%;
        background-color: var(--secondary-neutral-sn20);
        color: #FFF;
        padding: 5px;
        margin-right: 6px;
        height: 20px;
        width: 20px;
        font-size: 10px;
        line-height: 12px;
        align-items: center;
        line-height: 1.2;
    }

    @media (min-width:768px) {
        section.phonelist .telephone_card {
            box-shadow: none;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (min-width:1200px) {
        section.phonelist .telephone_card {
            max-width: 1080px;
            padding: 48px 110px 48px 110px;
        }
    }

    section.phonelist .contact_card .card_title {
        display: inline-block;
        color: var(--secondary-neutral-sn20);
        background-color: #FFF;
        font-size: 0.75rem;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        padding-left: 24px;
        padding-right: 24px;
        line-height: 25px;
        border: 1px solid var(--secondary-neutral-sn20);
    }

    @media (min-width:768px) {
        section.phonelist .contact_card .card_title {
            font-size: 0.875rem;
            line-height: 38px;
        }
    }

    section.phonelist .contact_card .card_title i {
        margin-right: 6px;
        font-size: 1rem;
        vertical-align: text-bottom;
    }

    @media (min-width:768px) {
        section.phonelist .contact_card .card_title i {
            font-size: 1.2rem;
        }
    }

    section.phonelist .contact_card .card_cta {
        text-align: center;
        margin-bottom: 0;
    }



    /* Card paragraph -------------------- */

    section.phonelist .contact_card .card_paragraph {
        margin-bottom: 0;
        font-size: .875rem;
        line-height: 1.2;
        font-family: var(--bs-font-sans-serif-secondary);
    }

        section.phonelist .contact_card .card_paragraph.center {
            margin-left: auto;
            margin-right: auto;
            max-width: 75%;
            margin-bottom: 2rem;
            text-align: center;
        }




    /*Wsp --------------------*/

    section.phonelist .contact_card .qr-wsp {
        width: 96px;
        object-fit: contain;
        margin-right: .5rem;
    }

    section.phonelist .contact_card .wsp_desktop-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    section.phonelist .contact_card .wsp_number {
        margin-bottom: 0;
        line-height: 1;
        font-size: 1.25rem;
        font-weight: 600;
        font-family: var(--bs-font-sans-serif-secondary);
    }

    /*Fin Wsp --------------------*/






/*App ----------------------------------------*/

section.phonelist .contact_card .card_stores-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    section.phonelist .contact_card .card_stores-container .qr-app {
        display: none;
    }

@media (min-width:768px) {
    section.phonelist .contact_card .card_stores-container .qr-app {
        display: block;
        width: 95px;
        margin-right: .5rem;
    }
}

section.phonelist .contact_card .card_stores {
    flex-basis: 102px;
}

section.phonelist .card_stores .card_store:first-of-type {
    margin-bottom: .5rem;
}

section.phonelist .card_stores .card_store {
    display: block;
}


section.phonelist .contact_card .card_store-btn {
    width: 143px;
    background-color: var(--secondary-neutral-snblack);
}

    @media (min-width:768px) {

        section.phonelist .contact_card .card_store-btn {
            width: 120px;
        }
    }

    section.phonelist .contact_card .card_store-play {
        border-width: 3px;
        border-style: solid;
        border-color: #000;
    }

    section.phonelist .contact_card .contact_card_btn {
        margin: auto;
    }

    section.phonelist .contact_card_title h3 {
        color: #262626;
        text-align: center;
        font-family: var(--bs-font-sans-serif-secondary);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    section.phonelist .phonelist_country {
        font-size: 1rem;
        font-weight: 600;
        font-family: var(--bs-font-sans-serif-secondary);
        /*padding-bottom: 1rem;*/
        margin-bottom: 0;
    }


/* Tabla listado telefónico ----------------------------------------*/

.phonelist_phones-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.phonelist_labels {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif-secondary);
}

.phonelist_labels > div {
    position: relative;
    padding-bottom: 1rem;
}

    .phonelist_labels > div::after {
        position: absolute;
        bottom: 0;
        left: 10px;
        display: block;
        width: 90%;
        height: 1px;
        background-color: var(--secondary-neutral-sn20);
        content: '';
    }
section.phonelist .phonelist_list {
    margin-bottom: 3rem;
    width: 100%;
}

    section.phonelist .phonelist_list > tbody > tr {
        border-bottom: 1px solid var(--secondary-neutral-sn20);
    }

    section.phonelist .phonelist_list .phones_td {
        display: inline-block;
        width: 100%;
        padding-bottom: 1rem;
    }

    @media (min-width:768px) {
        section.phonelist .phonelist_list .phone_td {
            padding-top: 1rem;
        }
    }

    section.phonelist .phonelist_list .phones_td > table {
        width: 100%;
    }

    @media (min-width:768px) {
        section.phonelist .phonelist_list .phone_td {
            width: 66.666667%;
        }
    }

section.phonelist .phonelist_list .country_td {
    display: inline-block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    @media (min-width:768px) {
        section.phonelist .phonelist_list .country_td {
            display: table-cell;
            width: 33.333333%;
        }
    }

    section.phonelist .phonelist_list .phone_td {
        display: inline-block;
        width: 50%;
    }

section.phonelist .phonelist_list .phone_td:first-of-type {
    padding-right: 32px;
}

    /* Fin Tabla listado telefónico-------------------- */

section.phonelist .phonelist_disclamer {
    font-family: var(--bs-font-sans-serif-secondary);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0;
}