section.solucoes {
    padding: 62px 0;
    background: #F2F2F2;
}

section.solucoes .title {
    text-align: center;
   /* max-width: 430px;*/
    margin: auto;
    display: block;
    margin-bottom: 50px;
}

section.solucoes .title h2 {
    font-size:40px;
    line-height: 110%;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 23px;
    color:var(--roxo);
}

section.solucoes p {
    line-height: 24px;
}

section.solucoes .solucoes_list img {
    width: 100%;
    display: block;
    border-radius: 13px;
}

section.solucoes .solucoes_list .row {
    align-items: center;
    margin-bottom: 30px;
}

section.solucoes .solucoes_list h5 {
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    font-weight: 600;
    line-height: 100%;
}

section.solucoes .solucoes_list p {
    margin-bottom: 20px;
}

section.solucoes .solucoes_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

section.solucoes .solucoes_list ul li a {
    display: table;
    color: #333;
    border: 1px var(--azul) solid;
    padding: 7px 20px;
    font-size: 13px;
    border-radius: 50px;
    font-weight: bold;
}

section.solucoes .solucoes_list ul li a:hover {
    background: var(--roxo);
    border: 1px var(--roxo) solid;
    color: #fff;
}

section.solucoes .solucoes_list .empresa strong {
    color:var(--laranja);
}


section.solucoes .solucoes_list .carreira strong {
    color:var(--pink);
}

section.solucoes .solucoes_list .cta_primary { 
    border-color: #00A6F3;
    width: 210px;
    display: block;
    /*margin-left: auto;*/
   /* margin-right: auto;*/ 
}

section.solucoes .solucoes_list .cta_primary:hover {
    background: #00A6F3;
}

section.solucoes .solucoes_list .carreira .cta_primary {
    border-color: var(--pink);
}

section.solucoes .solucoes_list .carreira .cta_primary:hover {
    background: var(--pink);
}
.btn_pas{

    width: 335px;

}

section.solucoes .solucoes_list .inovacao strong {
    color:#C73BCF;
}

section.solucoes .solucoes_list .inovacao .cta_primary {
    border-color: #C73BCF;
}

section.solucoes .solucoes_list .inovacao .cta_primary:hover {
    background: #C73BCF;
}

.devSolutions {

    border-top: 1px solid #f2f2f2;
    margin: 55px 0;
    padding: 55px 0;
    
}
.devSolutions h2{

    font-size: 40px;
    line-height: 110%;
    font-weight: bold;
    letter-spacing: -3px;
    position: relative;
    padding-left: 40px;
    

}
.devSolutions h2 b{
    
    color: #00A6F3;

}


#sliderClientes .box{
    
    margin: 0 15px 15px 62px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    /*box-shadow: 0px 0px 30px rgba(84, 216, 240, 0.3);*/
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#sliderClientes .box h3{
    margin: 15px;
  
}

#sliderClientes .owl-nav i {
    margin: 0 -20px 0 -10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00A6F3;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
}



#sliderClientes .owl-carousel .owl-stage-outer {
    position: relative;
    z-index: 2;
}

#sliderClientes .owl-nav {
    position: absolute;
    left:0;
    top:50%;
   
    width:100%;
    display: flex;
    justify-content: space-between;
    min-width: 100%;
}

#sliderClientes .owl-nav i {
    width:40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00A6F3;
    border-radius: 50%;
    color:#fff;
    transition: all .5s;
    
}

#sliderClientes .owl-nav i:hover {
    background: var(--azul);
}

#sliderClientes .owl-nav .owl-prev {
    
    margin-left: -40px;
    border-radius: 50%;
    display: none;
}

#sliderClientes .owl-nav .owl-next {
    margin-right: -25px;
    border-radius: 50%;
    display: none;
}

#sliderClientes .cta_primary {
    margin: auto;
    margin-top: 30px;
    margin-bottom: -20px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}


/*Buttons*/
.btn_default {
    border: 0;
    padding: 10px 30px;
    font-weight: bold;
    transition: all .3s;
    border-radius: 40px;
    display: table;
    font-family: var(--font);
    font-size: 16px;
    box-shadow: 0px 2.75583px 6.88956px rgba(0, 0, 0, 0.15);
    
    
}

.btn_default i {
    margin:0 0 0 10px;
}

.btn_default:hover i {
    margin:0 0 0 20px;
}

.btn_color{
    border: 1px var(--roxo) solid;
    background: var(--cinza-paschoalotto);
    color: var(--roxo);
}

.btn_color_orange{
    border: 1px #F25D27 solid;
    background: #F25D27;
    color: #fff;
}

.btn_color_orange:hover{

    background: #fff;
    color: #F25D27;

}

.btn_color_violet{

    border: 1px #6401C1 solid;
    background: #6401C1;
    color: #fff;

}
.btn_color_violet:hover{
    
    background: #fff;
    color: #6401C1;

}

.btn_color_navyblue{

    border: 1px #4354F8 solid;
    background: #4354F8;
    color: #fff;

}
.btn_color_navyblue:hover{
    
    background: #fff;
    color: #4354F8;

}

.btn_color_green{

    border: 1px #03C71D solid;
    background: #03C71D;
    color: #fff;

}
.btn_color_green:hover{
    
    background: #fff;
    color: #03C71D;

}

.btn_color_lightblue{

    border: 1px #00A6F3 solid;
    background: #00A6F3;
    color: #fff;

}
.btn_color_lightblue:hover{
    
    background: #fff;
    color: #00A6F3;
}

.btn_color_blue{

    border: 1px #4354F8 solid;
    background: #4354F8;
    color: #fff;

}
.btn_color_blue:hover{
    
    background: #fff;
    color: #4354F8;


}

.margin-center{

    margin: 0 auto;

}
section.solucoes .solucoes_list .margin-left{

    margin:0;

}

.margin-left{

    margin:0;

}

/* Numeros */
section.numeros {
    background: #4354F8;
    padding-top: 50px;
    padding-bottom: 90px;
}

section.numeros h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

section.numeros .boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

section.numeros .boxes .box {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.numeros .boxes .box h3 {
    font-weight: bold;
    font-size: 24px;
    color: #152536;
    line-height: 1;
    min-height: 35px;
}

section.numeros .boxes .box p {
    color: #152536;
    line-height: 1.2;
    margin: 16px 0 0 0;
    font-size: 18px;
}

section.numeros .boxes .box img {
    margin-bottom: 20px;
}

@media all and (max-width:1200px) {
    section.solucoes .solucoes_list h5{
                                       text-align: center;

    }
    section.solucoes .solucoes_list p {
                                       text-align: center;
    }

    section.solucoes .solucoes_list .carreira .cta_primary {
        margin: 0 auto;
    }
}

@media all and (max-width:991px) {

    section.solucoes .solucoes_list h5 {
        font-size: 28px;
    }
    section.solucoes .solucoes_list p {
        font-size: 16px;
}
section.solucoes {

    padding: 0px;

}
section.solucoes .solucoes_list .carreira .cta_primary {
    margin: 0 auto;
    text-align: center;
}
    
}

@media all and (max-width:763px) {
    .devSolutions h2 {
            text-align: center;
            margin: 0 auto;
            font-size: 26px;
            line-height: 110%;
            font-weight: bold;
            letter-spacing: -3px;
            position: relative;
            padding-left: 0px;
            padding-bottom: 20px;
    }
    
}
