/*/////////////// SECTION EMPRESA ///////////*/
.empresa{
        width: 100%;
        background-color: white;
}
.empresa .empresa-wrapper{
    width: 100%;
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 20px;
}

/*********** left side ************/
.redBar{
    width: 160px;
    height: 5px;
    content: " ";
    background-color: var(--red);
}
.box-text{
    width: 100%;
    max-width: 605px;
    display: flex;
    justify-content: center;
}
.box-text .box-text-wrapper{
    width: 100%;
    max-width: 540px;
    padding: 0 15px;
}
.box-text .box-text-wrapper .box-title{
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}
.box-text-wrapper .box-title .content .title h2{
    color: var(--red);
    text-align: center;
}
.box-text .box-text-wrapper .text{
    text-align: justify;
}
.box-text .box-text-wrapper .text p{
    margin-bottom: 1em;
}
/*********** fim left side ***********/

/************ right side ************/
.box-image{
    width: 100%;
    max-width: 605px;
    display: flex;
    justify-content: center;
}
.box-image .contentBox{
    width: 100%;
    max-width: 555px;
}
.box-image .contentBox .slide .image{
    background-image: url(../img/bordas-retangulo.webp);
    width: 100%;
    max-width: 552px;
    height: 372px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-image .contentBox .slide .image .size-image{
    width: 530px;
    height: 345px;
}
.box-image .contentBox .slide .image .size-image img{
    width: 100%;
    height: 100%;
}
/********** fim right side ************/
/*/////////////// FIM SECTION EMPRESA ///////////*/


/*/////////////// SLIDE ///////////*/
.swiper {
    width: 100%;
    height: 410px;
    overflow: hidden;
}
.swiper .swiper-wrapper {
    max-width: 100%;
    height: 395px;
}
.box-image .swiper-container-horizontal>.swiper-pagination-bullets  {
    height: 450px;
    width: 100%;
    position: sticky;
}
.box-image .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.box-image .swiper-pagination-bullet-active {
    background: var(--red)
}
.box-image .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    display: inline-block;
    border-radius: unset;
    opacity: unset;
}
.box-image .swiper-container-horizontal>.swiper-pagination-bullets {
    height: auto;
    width: 100%;
    
}
/*/////////////// FIM SLIDE ///////////*/


/*/////////////// SECTION GREY SECTION ///////////*/
.barRedBottom{
    width:100%;
    height: 5px;
    content: " ";
    background-color: var(--red);
}
.nossaEmpresa{
    width: 100%;
    background-color: #edeef0;
}
.nossaEmpresa .nossaEmpresa-wrapper{
    width: 100%;
    max-width: 1260px;
    height: 385px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nossaEmpresa .nossaEmpresa-wrapper .content{
    width: 100%;
    max-width: 1045px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nossaEmpresa .nossaEmpresa-wrapper .content .box-content{
    width: 100%;
}
.nossaEmpresa .nossaEmpresa-wrapper .content .box-content .text p{
    margin-bottom: 1em;
}
.nossaEmpresa .nossaEmpresa-wrapper .content .box-content .title{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.nossaEmpresa .nossaEmpresa-wrapper .content .box-content .title .title-wrapper{
    max-width: 415px;
    width: 100%;
}
.nossaEmpresa .nossaEmpresa-wrapper .content .box-content .title .title-wrapper h2{
    color: var(--red);
}
/*/////////////// FIM SECTION GREY SECTION ///////////*/

/*///////////////// CLIENTES ////////////////////////*/
.clientes-content{
    width: 100%;
}
.clientes-content .clientes-content-wrapper{
    width: 100%;
    max-width: 1260px;
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientes-content .clientes-content-wrapper .box-image{
    width: 100%;
    max-width: 1065px;
    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: 23px;
    background-color: var(--red);
    color: white;
    border: none;
    margin-left: 50px;
    cursor: pointer;
    margin-bottom: 0;
}
/*///////////////// FIM CLIENTES ////////////////////////*/

@media (max-width:990px){
    .empresa .empresa-wrapper{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .box-text{
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .nossaEmpresa .nossaEmpresa-wrapper{
        min-height: 385px;
        height: 100%;
        padding: 30px 15px;
    }
     .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: 14px;
    }
    .box-image .box-image-wrapper .boxBtn button{
        width: 155px;
        font-size: 18px;
    }
    .box-image .swiper-pagination-bullet {
        width: 30px;
    }
    .nossaEmpresa .nossaEmpresa-wrapper .content .box-content .title .title-wrapper {
        max-width: 228px;
        width: 100%;
        text-align: center;
    }
    .box-image .contentBox .slide .image .size-image {
        min-width: 95%;
        min-height: 95%;
        padding: 5px;
    }
    /*************************************/
    .clientes-content .clientes-content-wrapper {
        padding: 5px;
    }
    .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;
    }
    
    /*************************************/
}


