.swiper-button-next,
.swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    top: 40% !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: flex;
    width: 48px !important;
    height: 48px !important;
    border-radius: var(--border-radius-xl, 100px);
    background: var(--Color-Surface-General-1, #FFF);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;
    font-size: 16px !important;
    font-weight: 600 !important;
    justify-content: center;
    align-items: center;
    color: rgb(47, 104, 82) !important;
    
}
.swiper-pagination{
    margin-top: 32px !important;
    @media (min-width: 576px) {
        margin-top: 40px !important;
    }
}
.mod_parceiro_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;

    @media (min-width: 992px) {
        width: 275px;
    }

    @media (min-width: 1200px) {
        width: 334px;
    }

    @media (min-width: 1920px) {
        width: 370px;
    }
}
.mod_pasos_card_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mod_pasos_card_vector {
    border: 1px solid #00A443;
    width: 100%;
}

.mod_pasos_card_vector_blanco {
    border: 2px solid transparent;
    width: 100%;
    height: 2px;
}
.mod_pasos_card_numero {
    color: #00A443;
    font-family: IberPangea;
    font-size: 23.625px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.5px;
    border: 2px solid #00A443;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 4px;
    align-content: center;
    width: 80px;
    
}
.mod_pasos_card_contenido {
    display: flex;
    margin: 0 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--size-space-8, 8px);
}

.mod_pasos_card_contenido_titulo {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
}

.mod_pasos_card_contenido_subtitulo {
    color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
    text-align: center;
}
.mod_parceiro_carrusel_escritorio {
    display: none;

    @media (min-width: 992px) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
        align-self: stretch;
        align-items: center;
        padding-bottom: 40px;
    }
}
.mod_parceiro {
    
    padding: 32px 16px 0px 16px;
    

    @media (min-width: 576px) {
        padding: 40px 42px 0px 42px;
    }

    @media (min-width: 992px) {
        padding: 40px 82px 0px 82px;
    }

    @media (min-width: 1200px) {
        padding: 40px 102px 0px 102px;
    }

    @media (min-width: 1920px) {
        padding: 40px 324px 0px 324px;
    }
}

.mod_parceiro_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 40px;
}

.mod_parceiro_titulo {
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
}
.mod_parceiro_carrusel_movil{
    padding-bottom: 40px;
    @media (min-width: 992px) {
        display: none;
    }
}
.mod_pasos_card_contenido_texto{
    color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
    text-align: center;
    width: 212px;

    @media (min-width: 576px) {
        width: 330px;
    }
    @media (min-width: 992px) {
        width: 234px;
    }
    @media (min-width: 1200px) {
        width: 292px;
    }
    @media (min-width: 1920px) {
        width: 330px;
    }
}