.single-sols{
    background: url(../../assets/img/ssolpbg1.svg) no-repeat top left,url(../../assets/img/ssolpbg2.svg) no-repeat top right,url(../../assets/img/ssolpbg3.svg) no-repeat bottom right,url(../../assets/img/ssolpbg4.svg) no-repeat bottom right;
    padding: 59px 0 8.91rem;
}

.single-sols .pathbox{
    margin: 0 auto 4rem;
}

.single-sols .text.main p:not(:last-child){
    margin-bottom: 40px;
}

.single-sols h1,
.single-sols h2,
.single-sols h3,
.single-sols h4,
.single-sols h5,
.single-sols h6{
    color: var(--main);
    font-weight: 600;
    line-height: 1.2;
}

.single-sols h1{font-size:2.5rem}
.single-sols h2{font-size:2rem}
.single-sols h3{font-size:1.75rem}
.single-sols h4{font-size:1.5rem}
.single-sols h5{font-size:1.25rem}
.single-sols h6{font-size:1rem}

.single-sols .sectitle{
    width: fit-content;
    border-bottom: 1px solid var(--line);
    margin: 0 auto 20px;
    padding-bottom: 20px;
}

.single-sols strong,
.single-sols b{
    font-weight: 600;
}

.single-sols hr{
    margin: 40px 0;
}

.single-sols img.aligncenter{
    margin-left: auto;
    margin-right: auto;
}

.single-sols ul,
.single-sols ol{
    padding-left: 1.5rem !important;
}

.single-sols .text .owl-nav.disabled{
	display: none;
}

.single-sols #gallery-1{
	overflow: hidden;
}

.single-sols .text #gallery-1 .owl-stage{
	display: flex;
}

.single-sols #gallery-1 img{
    width: 177px;
    height: 80px;
    border: 1px solid #E6E7E9;
    border-radius: 10px;
}

/* .single-sols #gallery-1{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    grid-gap: 10px;
} */

.contato{
    background-color: #F6F6F6;
}

.contato .row>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 38px 22px;
}

.contato .row>*:not(:first-child){
    background-color: #F4F4F4;
    border-left: 1px solid var(--line);
    box-shadow: 7px 0px 21.4px 0px #7090b01a;
}

.contato .row>*:last-child{
    border-right: 1px solid var(--line);
    box-shadow: -7px 0px 21.4px 0px #7090b01a;
}

.contato .custom-logo-link img{
    width: auto;
    height: 53px;
}

.contato .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 14px;
    width: 100%;
}

.contato .icon,
.contato .iconn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    aspect-ratio: 1/1;
    border: 1px solid var(--main);
}

.contato .icon{
    min-width: 86px;
    max-width: 86px;
    border-radius: 50%;
}

.contato .iconn{
    min-width: 49px;
    max-width: 49px;
    border-radius: 10px;
}

.contato .title,
.contato .tit{
    color: var(--title2);
    font-family: var(--roboto);
    font-weight: 600;
}

.contato .title{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.contato .tit{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin-bottom: 5px;
}

.contato hr{
    background-color: #E8E8E8;
    margin: 10px 0;
}

.contato .telp,
.contato .local{
    color: var(--text);
    font-family: var(--roboto);
    font-weight: 500;
}

.contato .telp{
    font-size: 14px;
    line-height: 20px;
}

.contato .local{
    font-weight: 400;
    line-height: 16px;
}

@media(max-width:992px){
    .single-sols{
        padding: 2rem 0;
    }
    .single-sols .infos,
    .single-sols .row.r2,
    .single-sols .image_display{
        margin-top: 2rem;
    }
    .contato .row>*{
        border: none !important;
        box-shadow: 0 0px 21.4px 5px #7090b01a !important;
        padding: 1.5rem;
    }
}

@media(max-width:768px){
    .single-sols{
        background: none;
    }
    .single-sols .boxes>*{
        flex: 0 1 calc(50% - 1rem);
    }
}

@media(max-width:575px){
    .single-sols .models{
        grid-gap: 10px 0;
    }
    .single-sols .models>*{
        text-align: center;
    }
    .single-sols .models>*:nth-child(even){
        margin-bottom: 1rem;
    }
    .single-sols .boxes>*{
        flex: 0 1 100%;
    }
    .contato .df{
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .contato .title,
    .contato .tit,
    .contato .telp,
    .contato .local{
        text-align: center;
    }
}