/* CLIENTES */
.empresa
{
    margin: 40px 0;
}
.empresa .container-static-empresa
{
    max-width: 1200px;
    margin: 5rem auto 4rem auto;
}
.empresa > .container-full-empresa > .container-static-empresa > .empresa-wrapper > ul
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6rem 3rem;
    width: 100%;
    height: 100%;
    justify-items: center;
}
.empresa > .container-full-empresa > .container-static-empresa > .empresa-wrapper > ul > .cliente
{
    background: url('../img/clientes/background-clientes-b2s-obras.webp') no-repeat;
    background-size: 100% 100%;
    /* width: 296px; */
    /* height: 130px; */
    width: 100%;
    height: 100%;
    /* display: flex !important;
    align-items: center;
    justify-content: center; */
    min-height: 100px;
    position: relative;
    cursor: pointer;
}
.empresa > .container-full-empresa > .container-static-empresa > .empresa-wrapper > ul  > .cliente:hover 
{
    transform: translateY(-8%);
    height: 116%;
    width: 116%;    
}
.empresa > .container-full-empresa > .container-static-empresa > .empresa-wrapper > ul > .cliente > img
{
    position: absolute;
    z-index: -1;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.empresa > .container-full-empresa > .container-static-empresa > .empresa-wrapper > ul > .cliente > .conteudo-para-modal-empresa
{
    display: none;
}
/*  MODAL   */
.empresa > .container-full-empresa > .container-static-empresa > .modal-cliente
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.empresa > .container-full-empresa > .container-static-empresa > .modal-cliente > .underlay
{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.empresa > .container-full-empresa > .container-static-empresa > .modal-cliente > .conteudo-modal-cliente
{
    max-width: 1078px;
    width: 60%;
    top: 50%;
    left: 50%;
    max-height: 80%;
    overflow: auto;
    transform: translateY(-50%) translateX(-50%);
    position: fixed;
    background-image: url('../img/clientes/background-clientes-b2s-obras.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 23px 32px 18px 32px;
    background-color: white;
}
.empresa > .container-full-empresa > .container-static-empresa > .modal-cliente > .conteudo-modal-cliente > h2 
{
    color: var(--red);
    font-size: 20.83px;
    margin-bottom: 21px;
}
.empresa > .container-full-empresa > .container-static-empresa > .modal-cliente > .conteudo-modal-cliente > p
{
    text-align: justify;
    font-size: 16.7px;
    color: #2c2a2a;
}
.holder
{
    text-align: center;
    margin: 3em 0 0 0 !important;
}
/*///////////////// 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{
    max-width: 305px;
}
.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 ////////////////////////*/

@media(max-width: 1200px)
{
    .empresa .container-static-empresa
    {
        max-width: 90%;
    }
}
/*///////////////// TABLET ////////////////////*/
@media(max-width: 990px)
{   
    /*************************************/
    .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;
    }
    
    /*************************************/
    .empresa > .container-full-empresa > .container-static-empresa > .empresa-wrapper > ul
    {
        grid-template-columns: repeat(3, 1fr);
    }
    .empresa > .container-full-empresa > .container-static-empresa > .modal-cliente > .conteudo-modal-cliente
    {
        width: 80%;
    }
    
}

/*///////////////// MOBILE ////////////////////*/
@media(max-width: 600px)
{
    .empresa > .container-full-empresa > .container-static-empresa > .empresa-wrapper > ul
    {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 100px);
        gap: 3rem 2rem;
    }
    .empresa .container-static-empresa
    {
        margin-top: 3.5rem;
    }
}