.metodos_pagamento_tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    margin: 0px 16px;
    border-bottom: 1px solid #C8D9D0;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;


    @media (min-width: 576px) {
        margin: 0px 42px;
    }

    @media (min-width: 992px) {
        margin: 0px 102px;
    }

    .active {
        border-bottom: 2px solid #008C39;
        color: var(--Color-Content-General-1, #2C2C2C) !important;
        text-align: center;
        font-weight: 600;
        line-height: 18px;
    }
}

.metodos_pagamento_tabs_item {
    cursor: pointer;

    @media (min-width: 992px) {
        width: 158px;
    }

    @media (min-width: 1200px) {
        width: 199px;

    }

    @media (min-width: 1920px) {
        width: 343px;

    }

    .metodos_pagamento_tabs_titulo {
        margin-top: 16px;
        margin-bottom: 16px;
        color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
        width: auto;
        cursor: pointer;
        padding: 0px 16px;

        @media (min-width: 992px) {
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;

        }
    }
}

.metodos_pagamento_tabs_item:hover {
    border-bottom: 2px solid #008C39;
}

.metodos_pagamento_tabs_divisor {
    background: var(--Color-Border-General-1, #C8D9D0);
    width: 1px;
    height: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0px 1px;
}

.metodos_pagamento_tabs_titulo_activo {
    color: var(--Color-Content-General-1, #2C2C2C) !important;
}

.metodos_pagamento_activo {
    display: flex;
}

.metodos_pagamento_oculto {
    display: none;
}

.mod_ventajas_carrusel_1_movil {
    @media (min-width: 992px) {
        display: none;
    }
}

.mod_ventajas_carrusel_1_escritorio {
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

.mod_ventajas_carrusel_1_contenedor {
    display: flex;
    padding: 0px 16px 40px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;

    @media (min-width: 992px) {
        flex-direction: row;
        padding: 0px;
    }
}

.mod_ventajas_carrusel_1_wrapper {

    @media (min-width: 992px) {
        padding: 0px 82px 40px 82px;
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    @media (min-width: 1200px) {
        padding: 0px 102px 40px 102px;
    }

    @media (min-width: 1920px) {
        padding: 0px 324px 40px 324px;
    }
}

.mod_ventajas_carrusel_1_card {
    display: flex !important;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    gap: var(--size-space-8, 8px);

    @media (min-width: 576px) {

        padding: 0px 42px;
    }
    @media (min-width: 992px) {
        flex: 1;
        padding: 0px 16px;
    }
}

.mod_ventajas_carrusel_1_img {
    width: 64px;
    height: 64px;

    @media (min-width: 1200px) {
        width: 80px;
        height: 80px;
    }
}

.mod_ventajas_carrusel_1_titulo {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    margin-bottom: 8px;
}

.mod_ventajas_carrusel_1_subtitulo {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
}

.mod_ventajas_carrusel_1_texto {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
}

#swiper-pagination_1 {
    width: auto;
}