/*///////////////// OBRAS ////////////////////*/
section.obras {
    margin-top: 82px;
}
.container-obras {
    max-width: 1200px;
    margin: 0 auto;
}
.btnsModal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 1rem 3rem;
    justify-items: center;
    margin-bottom: 2.9rem;
}
.btnsModal > .btn-modal {
    display: inline-grid;
    text-align: center;
    align-items: center;
    width: 199px;
    height: 51px;
    border: 3px solid var(--red);
    background-color: white;
    color: var(--red);
    font-size: 20.83px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0;
}
.btnsModal > .btn-modal:hover,  .btnsModal > .btn-modal.active{
    background-color: var(--red);
    color: white;
}
.content-modal-obras {
    width: 80%;
    margin: 0 auto 3.6rem auto;
}
.obras-publicas{
    display: none;
}
.content-modal-obras > .obras-publicas > h2.titulo-content-modal-obras {
    font-size: 20.83px;
    color: var(--red);
    text-align: center;
    margin-bottom: 1.75rem;
}
.content-modal-obras > .obras-publicas > p {
    font-size: 16,67px;
    color: black;
    line-height: 25px;
    text-align: justify;
    margin: 0 auto;
}
.imgs-obras > div > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 3rem;
    justify-items: center;
}
.imgs-obras > div
{
    content-visibility: hidden;
}
.imgs-obras > div > ul > img {
    width: 100%;
    height: 100%;
    max-width: 376.53px;
    max-height: 244.27px;
    object-fit: cover;
}
/*///////////////// FIM OBRAS ////////////////////*/
/*///////////////// INICIO JPAGES ////////////////////*/
.holder
{
    text-align: center;
}
/*///////////////// FIM JPAGES ////////////////////*/
/*///////////////// CLIENTES ////////////////////////*/
.clientes-content{
    margin-top: 2rem;
}
.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 ////////////////////////*/

/*///////////////// TABLET ////////////////////*/
@media(max-width: 990px) {
    .imgs-obras > div > ul {
        grid-template-columns: repeat(2, 1fr);
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .btnsModal {
        grid-template-columns: repeat(2, 1fr);
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
      .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: 155px;
            font-size: 18px;
    }
    /*************************************/
    .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;
    }
    
    /*************************************/
}
/*///////////////// FIM TABLET ////////////////////*/

/*///////////////// MOBILE ////////////////////*/
@media(max-width: 600px){
    .imgs-obras > div > ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .btnsModal {
        grid-template-columns: repeat(1, 1fr);
    }
}
/*///////////////// FIM MOBILE ////////////////////*/