#breadcrumbs a,
#breadcrumbs span,
#breadcrumbs .separador {
    color: #F6F8FCC7;
}

/* BANNER */

#banner {
    width: 1851px;
    max-width: calc(100% - 34px);
    margin: 0 auto 50px;
    margin-top: 94px;
    position: relative;
    border-radius: 20px;
    background-image: url(../../../mobiliario-corporativo/nossos-projetos/bg-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 230px;
    padding-bottom: 54px;
}

#banner .container {
    width: 1646px;
    max-width: 90%;
    margin: 0 auto;
}

#banner .container .titulo {
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 0.4px;
    color: var(--branco);
    margin-bottom: 37px;
}

#banner .container .titulo span {
    position: relative;
    font-weight: 700;
}

#banner .container .titulo span::before {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -8px;
    background-color: var(--azul);
}

#banner .container .texto {
    font-weight: 400;
    font-size: 18px;
    color: var(--branco);
    width: 629px;
    max-width: 100%;
}

#banner .entregamos {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97.86px;
    height: 94.29px;
}

#banner .entregamos .rotativo {
    position: absolute;
    width: 97.86px;
    height: 94.29px;
    animation: girar-direita 10s linear infinite;
}

@keyframes girar-direita {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* CLIENTES */
#clientes {
    margin-bottom: 75px;
    z-index: 1;
    position: relative;
    z-index: 4;
    scroll-margin-top: 100px;
}

#clientes .container {
    width: 1658px;
    max-width: 90%;
    display: flex;
    margin: 0 auto;
}

#clientes .esq {
    min-width: max-content;
    padding-right: 57px;
    position: relative;
    z-index: 2;
}

#clientes .esq .titulo {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #000;
    font-family: var(--space);
}

#clientes .esq .titulo b {
    display: block;
    font-weight: 700;
    margin-bottom: 13px;
}

#clientes .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    align-items: center;
}

#clientes .swiper .swiper-slide {
    width: auto;
    align-content: center;
}

#clientes .swiper .swiper-slide img {
    display: block;
    filter: grayscale(1);
    transition: var(--transicao);
    max-width: 130px;
    max-height: 100px;
}

#clientes .swiper .swiper-slide:hover img {
    filter: grayscale(0);
}

#clientes .swiper {
    width: 80.5%;
    position: absolute;
    right: 0;
}

@media screen and (min-width: 1921px) {
    #banner .container.topo {
        margin-left: auto;
        margin-right: auto;
    }

    #clientes .swiper {
        width: 71.5% !important;
    }
}

@media screen and (max-width: 1280px) {
    #clientes .swiper {
        width: 77.5%;
    }
}

@media screen and (max-width: 1200px) {
    #clientes .swiper {
        width: 71.5%;
    }
}

@media screen and (max-width: 1080px) {
    #clientes .swiper {
        width: 76.5%;
    }
}

@media screen and (max-width: 1024px) {
    #clientes .swiper {
        width: 100%;
        position: unset;
    }

    #clientes .container {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        max-width: 100%;
    }

    #clientes .esq .titulo {
        text-align: center;
        padding: 0 5%;
        font-size: 2rem;
        line-height: 24px;
    }

    #clientes .esq {
        text-align: center;
        padding: 0 5%;
        font-size: 2rem;
        line-height: 29px;
        width: 100%;
    }

    #clientes .esq .titulo b {
        margin-bottom: 0;
    }
}

/* Nossos Projetos */

#projetos {
    position: relative;
    margin-bottom: 120px;
}

#projetos .container .sub {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: var(--preto);
    margin: 0 auto 11px;
    display: block;
    text-align: center;
    padding: 0 5%;
}

#projetos .container>.titulo {
    font-weight: 400;
    font-size: 2.625rem;
    letter-spacing: 0.8px;
    text-align: center;
    color: var(--preto);
    margin-bottom: 28px;
    padding: 0 5%;
}

#projetos .container>.titulo b {
    font-weight: 700;
    color: var(--azul);
}

#projetos .container>.texto {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--preto);
    margin-bottom: 60px;
    padding: 0 5%;
}

#projetos .container .box-cards {
    max-width: 90%;
    width: 1491px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}

#projetos .container .box-cards .card {
    width: 48.995%;
    height: 400px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px 40px;
    transition: var(--transicao);
}

#projetos .container .box-cards .card .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
    background-color: #0A1D3ACF;
    mix-blend-mode: multiply;
    transition: var(--transicao);
}

#projetos .container .box-cards .card .overlay-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
    background: linear-gradient(0deg, #d9d9d900, #d9d9d900), linear-gradient(180deg, rgba(10, 29, 58, 0) 0%, #0A1D3A 105.62%);
    mix-blend-mode: multiply;
    transition: var(--transicao);
    opacity: 0;
}

#projetos .container .box-cards .card img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 130px;
    height: auto;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#projetos .container .box-cards .card .infos {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

#projetos .container .box-cards .card .infos .titulo {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #fff;
}

#projetos .container .box-cards .card .infos .saiba {
    text-decoration: underline;
    color: #fff;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
    column-gap: 10px;
}

#projetos .container .box-cards .card:hover .overlay {
    opacity: 0;
}

#projetos .container .box-cards .card:hover .overlay-hover {
    opacity: 1;
}

#projetos .container .box-cards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 3px 22.9px 0px #0A1D3A70;
}


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {
    #banner {
        padding-top: 112px;
    }

    #banner .entregamos {
        right: 13px;
        top: 13px;
    }

    #banner .entregamos .rotativo {
        width: 75px;
        height: 75px;
    }

    #banner .container .texto {
        font-size: 16px;
    }

    #projetos .container .box-cards .card {
        width: 100%;
    }
}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 490px) {}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 330px) {}

@media screen and (max-width: 280px) {}