@media (max-width: 768px) {

    #nossosServicos{
        height: fit-content;
    }

    #middleLine{
        display: none;
    }

    .solucoesElement div{
        display: none;
    }

    #solucoesGrid{
        width: 80%;
        height: 100%;
    }

    #solucoesGrid > div:not(:first-child){
        bottom: 10px;
        position: absolute;
        width: 100%;
    }

    .solucoesElement svg {
        width: 100%;
    }

    #terminalRow1{
        z-index: 4;
    }

    .solucoesElement{
        transition: all 1s;
        transform: translate(-6vw, -6vw);
    }
    
    #terminalRow2{
        z-index: 3;
        transform: translate(-2vw, -2vw);
    }
    
    #terminalRow3{
        z-index: 2;
        transform: translate(2vw, 2vw);
    }
    
    /* REMOVIDO: #terminalRow4 - não existe mais */

    #mobileDescriptionSolucoes{
        margin: 50px 0px;
        
    }

    #mobileDescriptionSolucoes p{
        margin-bottom: 20px;
    }

    #bottomLine{
        margin-top: max(73vw, 360px);
        background-image: linear-gradient(to right,#061C3F, #0094FF, #FFFFFF 0%, #0094FF, #061C3F);
        transition: all 1s;
        bottom: 50px;
        left: 0%;
        right: 0%;
        height: 5px;
    }

    #bottomLine circle{
        fill: #0094FF;
    }

    #bottomLine > *{
        transition: all .5s;
        position: absolute;
        transform: translate(-50%, -40%);
        cursor: pointer;
    }

    #bottomLineBall1{
        left: 16.67%;
    }
    #bottomLineBall2{
        left: 50%;
    }
    #bottomLineBall3{
        left: 83.33%;
    }
}

@media (min-width: 769px) {
    #nossosServicos{
        height: fit-content;
        justify-content: center;
    }

    .solucoesElement svg{
        width: 35%;
    }

    #mobileDescriptionSolucoes{
        display: none;
    }

    #bottomLine{
        display: none;
    }
    
}

#nossosServicos{
    width: 100%;
    padding: 50px 0px;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-margin-top: 50px;
}

#solucoesGrid{
    position: relative;
}

.solucoesElement{
    display: flex;
    position: relative;
    justify-content: space-around;
    margin: 100px 0px
}

.solucoesElement p{
    text-align: justify;
    margin: 30px 0px ;
}

.solucoesElement div{
    width: 30%;
}

#nossosServicos h4{
    color: #0094FF;
}

.left{
    text-align: left;
}

.left div > *{
    text-align-last: left;
}

.right{
    text-align: right;
}

.right div > *{
    text-align-last: right;
}

#middleLine{
    position: absolute;
    width: 5px;
    left: 50%;
    right: 50%;
    top: 5%;
    bottom: 5%;
    background-image: linear-gradient(#061C3F, #0094FF, #FFFFFF, #0094FF, #061C3F);
    background-attachment: fixed;
}

#scrollBall{
    top: 50%;
    position: sticky;
    transform: translate(-40%, 0%);
}