.atendimento{
/*     padding: 15.66rem 0 9.33rem; */
	/* padding: 11rem 0 9.33rem; */
	padding: 7.33REM 0 9.33rem;
}

.atendimento .sectitle{
/*     font-weight: 700; */
    margin-bottom: 10px;
}

.atendimento .path,
.atendimento .path>*:not(:last-child){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 10px;
}

.atendimento .path{
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    margin: 0 auto 22px;
}

.atendimento .path::before,
.atendimento .path::after{
    content: '';
    width: 127px;
    height: 1px;
    background-color: #233B52;
}

.atendimento .path>*{
    color: #3B607F;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.44px;
}

.atendimento .path>*:not(:last-child)::after{
    content: '-';
    color: var(--main);
}

.atendimento .path>*:last-child{
    color: var(--main);
}

.atendimento .text{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.28px;
}

.atendimento .text.main{
    width: clamp(10px,100%,947px);
    margin: 0 auto 5rem;
}

.atendimento .fx{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: clamp(10px,100%,619px);
    height: 24px;
    background: linear-gradient(to right,var(--main) 0, var(--main) calc(50% - 10.5px),transparent calc(50% - 10.5px), transparent calc(50% + 10.5px),var(--main) calc(50% + 10.5px), var(--main) 100%) no-repeat center;
    background-size: 100% 1px;
    margin: 0 auto 5rem;
}

.atendimento .fx::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 22px;
    aspect-ratio: 1/1;
    border: 1px solid var(--main);
    border-radius: 50%;
}

.atendimento .row{
    grid-gap: 5.33rem 0;
    margin-bottom: 5rem;
}

.atendimento .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem 41px;
    margin-bottom: 1rem;
}

.atendimento .df img{
    width: 50px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
}

.atendimento .df .title{
    color: var(--main);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.76px;
}

.atendimento .fx.fx2{
    margin-bottom: 57px;
}

.atendimento .text.t2{
    width: clamp(10px,100%,829px);
    margin: 0 auto;
}

.atendimento .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 69px;
}

.atendimento .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 105%;
    height: 0;
}

.atendimento .owl-carousel .owl-nav>*{
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.atendimento .owl-carousel .owl-nav>*.disabled{
	opacity: 0;
}

.atendimento .owl-carousel img{
    width: 100%;
    /* height: 235px; */
    aspect-ratio: 1/1.43292;
    object-fit: cover;
    -o-object-fit: cover;
}

@media(max-width:992px){
    .atendimento{
        padding: 9rem 0 2rem;
    }
    .atendimento .text{
        margin-bottom: 2rem;
    }
    .atendimento .row,
    .atendimento .fx,
    .atendimento .fx.fx2{
        margin-bottom: 3rem;
    }
    .atendimento .row{
        grid-gap: 2rem 0;
    }
}

@media(max-width:768px){
    .atendimento{
        padding: 2rem 0;
    }
    .atendimento .path,
    .atendimento .path>*:not(:last-child){
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .atendimento .path>*{
        text-align: center;
    }
    .atendimento .owl-carousel .owl-nav{
        width: 100%;
    }
}

@media(max-width:575px){
    .atendimento .df{
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .atendimento .df .title{
        text-align: center;
    }
    .atendimento .row .text{
        text-align: center;
    }
}

@media(max-width:475px){
    .sectitle{
        font-size: clamp(16px,14vw,61px);
        line-height: clamp(22px,19vw,81px);
    }
}