.cards-de-solucoes {
    padding-top: 18px;
}
.cards-de-solucoes + .cards-de-solucoes {
    padding-top: 121px;
}

#solucoes__menu-ancoras {
    margin: 0 0;
    width: 392px;
    background-color: var(--branco);
    border-radius: var(--radius-m);
    border: 1px solid var(--cinzas-cinza-50);
    overflow: hidden;
    box-shadow: 0px 16px 24px rgba(9, 9, 9, 0.15);
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: calc( 100% - 32px );
    right: 20px;
    z-index: 100;
}
#solucoes__menu-ancoras li {
    border-bottom: 1px solid var(--cinzas-cinza-50);
}
#solucoes__menu-ancoras li:last-child {
    border-bottom: none;
}
#solucoes__menu-ancoras li a {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 40px 16px 53px;

    text-decoration: none;
    font-family: var(--fontefamiliaglobal);
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.33;
    text-transform: uppercase;
    color: var(--cinzas-cinza-80);
    transition: all 0.3s ease;
}
#solucoes__menu-ancoras li a:hover {
    color: var(--branco);
    background-color: var(--primarias-principal-100);
}
#solucoes__menu-ancoras li a path[fill="#0093D0"] {
    transition: all 0.3s ease;
}
#solucoes__menu-ancoras li a:hover path[fill="#0093D0"] {
    fill: var(--branco);
}





.cards-de-solucoes__pre-title {
    font-family: var(--fontefamiliaglobal);
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1;
    color: #B1CC3D;
    margin-top: 0;
    margin-bottom: 1px;
}
.cards-de-solucoes__title {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--primarias-principal-150);
    margin: 0 0 64px;
}

.software__card {
    border-radius: 2rem;
    display: flex;
    padding-top: 64px;
    padding-bottom: 64px;
}
.software__card.software__card--azul {
    background-color: var(--primarias-principal-00);
}
.software__image {
    position: relative;
    width: calc( 33.33% - 12px);
    padding-right: 12px;
    z-index: 2;
    pointer-events: none;
}
.software__image-redondo {
    width: 100%;
    background-color: var(--cinzas-cinza-10);
    border-radius: 50%;
    overflow: hidden;
}
.software__image-redondo img {
    display: block;
}
@media (min-width: 768px) {
    .software__image-redondo {
        width: calc( 100% - 22px );
        margin-left: 22px;
    }
}
.software__card--sem-imagem .software__image {
    display: none;
}
.software__image .software__image-celular,
.software__image .software__image-tablet,
.software__image .software__image-notebook {
    position: relative;
}
.software__image .software__image-celular > img,
.software__image .software__image-tablet > img,
.software__image .software__image-notebook > img {
    width: 80%;
    position: relative;
    z-index: 2;
}
.software__topo .software__image .software__image-celular {
    width: 114%;
    max-width: 114%;
    position: relative;
    left: -20%;
}
.software__image-tablet {
    width: 126%;
    margin-left: -15px;
}
.software__image-notebook {
    width: 126%;
    margin-left: -15px;
}
.software__image-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-53.4%, -52.3%);
    width: 50.1%;
    height: 82.3%;
    background-color: var(--primarias-principal-125);
    border-radius: 2%;
    pointer-events: none;
    z-index: 1;
}
.software__image-tablet .software__image-screen {
    width: 75.3%;
    transform: translate(-62.9%, -51%);
    height: 90%;
}
.software__image-notebook .software__image-screen {
    width: 64.7%;
    transform: translate(-65.4%, -54.9%);
    height: 90.6%;
    border-radius: 3.6% 3.6% 0 0;
}

.software__image-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .software__image-screen {
        transform: translate(-33.1%, -52.3%);
        width: 62.4%;
        height: 82.5%;
    }
    .software__lateral .software__image img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .software__image .software__image-celular,
    .software__image .software__image-tablet,
    .software__image .software__image-notebook {
        height: 100%;
    }
    .software__lateral .software__image > img,
    .software__image .software__image-celular > img {
        display: block;
        width: 123%;
        max-width: 200%;
        margin-top: -12px;
        /* align-self: flex-start; */
        float: right;
    }
    .software__image-screen {
        transform: translate(-48.7%, -53.4%);
        width: 76.4%;
        height: 88.2%;
        border-radius: 8px !important;
        overflow: hidden;
    }
    .software__image-tablet {
        width: 100%;
        margin-left: 0;
        height: fit-content;
        margin-bottom: 16px;
    }
    .software__image-notebook {
        width: 110%;
        margin-left: -5%;
        height: fit-content;
        margin-bottom: 16px;
    }
    .software__image-tablet .software__image-screen {
        transform: translate(-49.5%, -49.6%);
        width: 94.3%;
        height: 92.5%;
    }
    .software__image-notebook .software__image-screen {
        width: 81.3%;
        transform: translate(-49.8%, -53.5%);
        height: 93%;
        border-radius: 3.6% 3.6% 0 0;
    }
}

.software__content {
    width: calc( 66.66% - 12px);
    padding-left: 12px;
    z-index: 2;
}
.software__card--sem-imagem .software__content {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
}
.software__pre-title {
    font-family: var(--fontefamiliaopensans);
    font-weight: 600;
    font-size: var(--font-p);
    text-transform: uppercase;
    color: var(--primarias-principal-100);
    margin: 0 0 1rem;
    line-height: 1.33;
}
.software__title {
    font-size: 3.125rem;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--primarias-principal-150);
}
.software__lead {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.05px;
    color: var(--cinzas-cinza-90);
}
.software__description,
.software__description p,
.software__description ul {
    font-weight: 400;
    font-size: var(--font-g);
    line-height: 1.4;
    letter-spacing: 0.05px;
    color: var(--cinzas-cinza-90);
}
.software__products-title {
    font-weight: 500;
    font-size: var(--font-g);
    line-height: 1.5;
    letter-spacing: 0.05px;
    color: var(--cinzas-cinza-50);
    margin-top: 51px;
    margin-bottom: 18px;
}
.software__products-title b {
    font-weight: 500;
    color: var(--cinzas-cinza-90);
}

.software__products-pre-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.software__products-wrapper {
    /* display: flex;
    gap: 20px;
    width: fit-content;
    will-change: transform;
    transform: translateX(0);
    transition: transform 0.1s ease-out; */
}

.software__products-wrapper.scrolling-active {
    position: relative;
}

.software__content .btn {
    margin-top: 48px;
}

.software__product-card {
    background-color: var(--primarias-principal-150);
    border-radius: var(--radius-m);
    width: 184px;
    height: auto;
    border: 1px solid rgba(0, 124, 175, 0.2);
    box-shadow: 0px 16px 24px rgba(9, 9, 9, 0.15);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.software__product-card:hover {
    background-color: var(--primarias-principal-175);
    box-shadow: 0px 24px 32px rgba(9, 9, 9, 0.15);
}
.software__product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 24px;
}
.software__product-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
}
.software__product-line1,
.software__product-line2 {
    margin: 0 0;
    letter-spacing: -0.5px;
}
.software__product-line1 {
    font-family: var(--fontefamiliaglobal);
    font-weight: 200;
    font-size: 1.125rem;
    line-height: 1.2;
    color: var(--primarias-principal-10);
}
.software__product-line2 {
    font-family: var(--fontefamiliaglobal);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--branco);
}
.software__products-pre-wrapper.swiper-container {
    overflow: visible;
    height: auto!important;
}

.software__products__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    float: right;
    margin-top: 42px;
}
.software__products__pagination-button--prev,
.software__products__pagination-button--next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0 0;
}
.software__products__pagination-button--prev svg,
.software__products__pagination-button--next svg {
    margin-left: 0;
    margin-top: 1px;
}
@media (max-width: 767px) {
    .software__products__pagination {
        display: none;
    }
}
@media (min-width: 768px) {
    .software__content .btn {
        margin-top: 36px;
    }
}

@media (max-width: 991px) {
    .software__title {
        font-size: 2.5rem;
    }
    .software__lead {
        font-size: var(--font-g);
    }
    .software__description,
    .software__description p,
    .software__description ul {
        font-size: var(--font-base);
    }
    .software__products-title {
        font-size: var(--font-base);
    }
    /* .software__lateral .software__image img {
        width: 100%;
    } */
    .cards-de-solucoes + .cards-de-solucoes {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .cards-de-solucoes {
        padding-top: 45px;
    }
    .cards-de-solucoes__pre-title {
        font-size: 1.5rem;
    }
    .cards-de-solucoes__title {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    .cards-de-solucoes__pre-title br,
    .cards-de-solucoes__title br {
        display: none;
    }
    .software__card {
        flex-direction: column;
        padding: 32px 18px;
        margin-left: -18px;
        margin-right: -18px;
    }
    .software__topo .software__image {
        width: calc( 100% - 36px );
        max-width: 392px;
        padding-right: 0;
        margin-bottom: 16px;
        margin-left: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .software__topo .software__image img {
        display: block;
        margin: auto;
        left: auto;
        width: 100%;
    }
    .software__lateral {
        position: relative;
    }
    .software__lateral .software__image {
        width: 20%;
        display: flex;
        justify-content: flex-end;
        padding-right: 0;
    }
    .software__lateral .software__detached-text {
        position: absolute;
        top: 32px;
        left: calc( 20% + 16px );
        width: 50%;
        padding-right: 18px;
    }
    .software__content {
        padding-left: 0;
        width: 100%;
    }
    .software__card--sem-imagem .software__content {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .software__title {
        font-size: 2rem;
    }
    .software__lead {
        font-size: var(--font-base);
        margin-bottom: 30px;
    }
    .software__description,
    .software__description p,
    .software__description ul {
        font-size: 0.875rem;
    }
    .software__content .btn {
        margin-top: 32px;
        width: 100%;
    }
    .software__products-title {
        font-size: var(--font-base);
        margin-top: 32px;
        line-height: 1.2;
    }
    .software__products-wrapper {
        /* gap: 12px; */
    }
    .software__product-card {
        width: 120px;
    }
    .software__product-link {
        padding: 16px;
    }
    .software__product-icon {
        margin-bottom: 12px;
    }
    .software__product-line1 {
        font-size: 0.875rem;
    }
    .software__product-line2 {
        font-size: 1.25rem;
    }


    #solucoes__menu-ancoras {
        width: calc( 100% - 36px );
        max-width: 340px;
        top: 100%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    #solucoes__menu-ancoras li a {
        padding: 13px 32px 12px 32px;
        font-size: var(--font-p);
    }
    
}
@media (max-width: 575px) {
    .software__lateral .software__image {
        width: 37.5%;
    }
    .software__lateral .software__detached-text {
        left: calc( 37.5% + 16px );
        width: calc( 62.5% - 16px );
    }
}
@media (max-width: 360px) {
    .software__pre-title {
        margin-bottom: 6px;
    }
    .software__title {
        font-size: 1.5rem;
    }
    .software__lead {
        font-size: var(--font-m);
    }
}

/* Ocultar indicadores quando não há necessidade de rolagem */
.software__products-wrapper:not(.needs-scroll)::before,
.software__products-wrapper:not(.needs-scroll)::after {
    display: none;
}

.software__products-pre-wrapper:has(.software__products-wrapper:not(.needs-scroll))::before,
.software__products-pre-wrapper:has(.software__products-wrapper:not(.needs-scroll))::after {
    display: none;
}