.acompanhe-content{
    width: 100%;
}
.acompanhe-content .acompanhe-content-wrapper{
    width: 100%;
    display: flex;
    max-width: 1260px;
    margin-top: 146px;
    margin-bottom: 50px
}

/*///////////////// LEFT SIDE ///////////////////////////*/
.left-side{
    width: 100%;
}
.left-side .left-side-wrapper{
    width: 100%;
    max-width: 800px;
}
.left-side .left-side-wrapper .title{
    color: var(--red);
    font-weight: bold;
    font-size: 25px;
}
.box-img-bg{
    width: 100%;
}
.box-img-bg .box-img-bg-wrapper{
    max-width: 1260px;
    width: 100%;
    display: flex;
    margin-top: 23px;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

.box-img-bg .box-img-bg-wrapper .box-background{
    width: 100%;
}
.box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper{
    background-image: url(../img/bordas-retangulo.webp);
    background-repeat: no-repeat;
    max-width: 610px;
    width: fit-content;
    background-size:100% 100%;
    padding:0 13px;
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img{
    width: 588px;
    height: 390px;
} */
.box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .videoYoutube{
    width: 598px;
    height: 398px;
}
.box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img .img{
    /*width: 588px;*/
    height: 390px;
}
.box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img .img img{
   /*width: 100%;*/
   height: 100%;
}
.social-media {
    margin: 1em 0;
}
.social-media > ul{
    display: flex;
    justify-content: space-between;
    /*max-width: 240px;*/
    max-width: 195px;
}
.social-media > ul > li > a > i{
    color: black;
    /*font-size: 2em;*/
    font-size: 1.3em;
}
.social-media > ul > li > a > i:hover{
    color: gray;
}
.social-media .share span{
    color: var(--red);
    font-weight: bold;
    font-size: 16px;
}
.social-media .share{
    margin-bottom: 1em;
}
/*///////////////// FIM LEFT SIDE ///////////////////////////*/

/*///////////////// RIGHT SIDE ///////////////////////////*/

.right-side{
    width: 100%;
    max-width: 405px;
}
.right-side .right-side-wrapper{
    display: flex;
    justify-content: center;
}
.box-top{
    width: 100%;
    background-color: #222220;
}
.box-top .box-top-wrapper{
    padding: 25px;
}
.text {
    padding-bottom: 10px;

}
.text p {
    margin: revert !important;
}
.text a {
    color: var(--red);
    font-weight: bold;
}
.text span a{
    color: white;
}
.box-top .title{
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    
}

.box-top .form i{
    position: absolute;
    margin-left: -25px;
    margin-top: 8px;
    color: #555555;
}
.box-top .form input{
    height: 35px;
    max-width: 330px;
    width: 100%;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 40px;
    border: none;
}

.box-top .subtitle{
    margin-bottom: 50px;
}

.box-top .barra{
    width: 58px;
    height: 1px;
    content: "";
    background-color: white;
    margin-bottom: 30px;
}
.box-top .subtitle span{
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.news ul li{
    display: flex;
    margin-bottom: 40px;
}
.news ul li:not([style="display: none;"]):not(.jp-hidden){
    display:flex !important;
}
 .icon{
    margin-right: 25px;
 }
 .icon i{
    color: white;
}
/*///////////////// FIM RIGHT SIDE ////////////////////////*/

/*///////////////// CLIENTES ////////////////////////*/
.clientes-content{
    width: 100%;
}
.clientes-content .clientes-content-wrapper{
    width: 100%;
    max-width: 1260px;
    margin-bottom: 47px;
}
.clientes-content .clientes-content-wrapper .box-image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientes-content .clientes-content-wrapper .box-image .box-image-wrapper{
    background-image: url(../img/retangulo-clientes-b2s-obras.webp);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1063px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-image .box-image-wrapper .boxBtn,
.box-image .box-image-wrapper .boxText{
  width: 100%;
    max-width: 280px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.box-image .box-image-wrapper .boxText p{
    font-size: 25px;
    color: var(--red);
}
.box-image .box-image-wrapper .boxBtn button{
    width: 205px;
    height: 55px;
    font-size: 25px;
    background-color: var(--red);
    color: white;
    border: none;
    margin-left: 50px;
    cursor: pointer;
}
/*///////////////// FIM CLIENTES ////////////////////////*/

/*///////////////// JPAGES ////////////////////////*/
.holder a.jp-current, a.jp-current:hover, .holder a{
    color: white;
}
.holder{
    text-align: center;
}
/*///////////////// FIM JPAGES ////////////////////////*/

.acompanhe-content .acompanhe-content-wrapper .left-side-wrapper{
    padding: 0 20px;
}

/*///////////////// MOBILE ////////////////////////*/
@media (max-width:990px){
    .acompanhe-content .acompanhe-content-wrapper{
        flex-direction: column;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
        /* padding: 0 15px; */
    }
    .left-side {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }
    .left-side .left-side-wrapper .title{
        text-align: center;
    }
    .box-img-bg .box-img-bg-wrapper .box-background{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper{
        height: auto;
        padding: 0;
    }
    .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img .img {
        /*width: 95%;*/
        padding: 10px;
        height: fit-content;
    }
    .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .videoYoutube{
        width: 375px;
    }
    .box-image .box-image-wrapper .boxBtn{
        height:55px ;
    }
    .box-image .box-image-wrapper .boxText{
        height:55px ;
    }
    .box-image .box-image-wrapper .boxText p {
        font-size: 15px;
    }
    .box-image .box-image-wrapper .boxBtn button{
        width: 150px;
    }
    /*************************************/
    .clientes-content .clientes-content-wrapper {
        padding: 5px;
    }
    .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img .img img{
        width: 100%;
        height:auto;
    }
    .clientes-content .clientes-content-wrapper .box-image{
        padding:0;
    }
    .clientes-content .clientes-content-wrapper .box-image .box-image-wrapper{
        background-image:none;
        display:block;
        border-width: 30px 3px 3px 3px;
        border-color: var(--red);
        border-style: solid;
    }
        .box-image .box-image-wrapper .boxBtn, .box-image .box-image-wrappe.boxText{
        display:block;
    }
    .box-image .box-image-wrapper .boxBtn button{
        width: 155px;
        font-size: 18px;
    }
    .box-image .box-image-wrapper .boxBtn button{
        margin-left:0;
    }
    .box-image .box-image-wrapper .boxText p {
        font-size: 25px;
    }
    .box-image .box-image-wrapper .boxText,
    .box-image .box-image-wrapper .boxBtn {
        height: 70px;
        max-width: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /*************************************/
}
@media (min-width:320px) and (max-width:414px) {
 .box-top .form input{
        max-width: 225px;
        font-size: 16px;
    }
}

