#whatapps_cards {
    /*padding-bottom: 100px;*/
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    /*gap: 28px;*/
    /*padding: 100px 0 100px;*/
}
#whatapps_cards.v2 { 
    background: #F1F1F1;
}
#whatapps_cards .talk-whatp--container {
    margin: 0 auto;
    width: 85%;
    max-width: 1065px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-block: 50px;
}
#whatapps_cards .talk-whatp--container p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: var(--font-regular);
    text-align: center;
    /*letter-spacing: 0.2em;*/
    /*text-transform: uppercase;*/
    color: var(--color6);
    font-weight: 500;
    font-style: normal;
}
#whatapps_cards .talk-whatp--container h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.625rem;
    font-style: normal;
    font-weight: 500;
    color: var(--color2);
    font-family: var(--font-bold);
    max-width: 750px;
}
#whatapps_cards .content-article--cards {
    width: 89.7%;
    /*max-width: 1920px;*/
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*gap: 24px;*/
    /*padding-block: 32px;*/
}
#whatapps_cards.v2 .content-article--cards { 
    width: 86.76%;
}
#whatapps_cards .content-article--cards .card--whatsp {
    min-width: 212px;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
#whatapps_cards.v2 .content-article--cards .card--whatsp {
    width: 100%;
}
#whatapps_cards.v2 .content-article--cards .card--whatsp {
    gap: 4px;
}
#whatapps_cards .content-article--cards .icon-card--whatsp {
    width: 44px;
    height: 44px;
    /*background-image: url(/volvo/imag/v1/icon/portadas/asistencia/whatsapp.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#whatapps_cards .content-article--cards .title-name--contact {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
    /*margin: 0 auto;*/
    /*text-transform: uppercase;*/
    color: var(--color2);
}
#whatapps_cards.v2 .content-article--cards .title-name--contact {
    font-size: 2.5rem;
    line-height: 3.13rem;
}
#whatapps_cards .content-article--cards p {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.63rem;
    text-align: center;
    color: var(--color6);
}
@media (max-width: 1200px) {
    #whatapps_cards .content-article--cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }
    #whatapps_cards.v2 .content-article--cards {
        justify-content: space-between;
    }
    #whatapps_cards .content-article--cards .card--whatsp {
        width: 30%;
    }
}
@media (max-width: 990px) {
    #whatapps_cards .talk-whatp--container p {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
    #whatapps_cards .content-article--cards .card--whatsp {
        width: 44%;
    }
    #whatapps_cards .content-article--cards {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: normal;
    }
    #whatapps_cards .swiper-container .swiper-pagination {
        position: relative;
        padding-top: 3.15rem;
        display: flex;
        justify-content: center;
        gap: 0.75rem;
        align-items: center;
        bottom: 100px;
    }
    #whatapps_cards .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 0.75rem;
        height: 0.75rem;
        border: 1px solid;
        background-color: #fff;
    }
    #whatapps_cards .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #325996;
        width: 1.25rem;
        height: 1.25rem;
    }
    #whatapps_cards .content-article--cards {
        width: 86%;
        margin: 0;
        gap: 0.75rem;
    }
    #whatapps_cards.v2 .content-article--cards {
        flex-direction: column;
        margin: 0 auto;
        gap: 2.5rem;
    }
    #whatapps_cards.v2 .content-article--cards .title-name--contact {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (max-width: 653px) { 
    #whatapps_cards .content-article--cards .card--whatsp {
        min-width: 212px;
        width: 330px;
    }
}
@media (max-width: 450px){
    #whatapps_cards .talk-whatp--container h2 {
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
    }
    #whatapps_cards .talk-whatp--container p {
        font-size: 16px;
        line-height: 22px;
    }
    #whatapps_cards .talk-whatp--container {
        padding-block: 30px;
    }
    #whatapps_cards .content-article--cards .title-name--contact {
        font-size: 16px;
        line-height: 22px;
    }
    #columna_1 .bajada_columna1 {
        font-size: 16px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 420px){
    #whatapps_cards .talk-whatp--container h2 {
        text-transform: none;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    #whatapps_cards .content-article--cards {
        /*flex-direction: column;*/
        gap: 20px;
        width: 100%;
        margin: auto 1rem;
    }
    #whatapps_cards .content-article--cards .card--whatsp {
        gap: 8px;
        min-width: auto;
        width: auto;
    }
    /*#whatapps_cards .content-article--cards .icon-card--whatsp{*/
        /*width: 28px;*/
        /*height: 28px;*/
    /*}*/
    #whatapps_cards svg {
        height: 30px;
    }
    #whatapps_cards .content-article--cards .title-name--contact {
        font-size: 14px;
        line-height: 17px;
    }
    #whatapps_cards .content-article--cards p {
        font-size: 14px;
        line-height: 18px;
    }
    #whatapps_cards .content-article--cards .card--whatsp {
        gap: 4px;
        width: 62%;
    }
}
