section.area-acompanhe {
    background-color: eeeeee;
}
section.area-acompanhe .tag-arrow {
    background-color: transparent;
}
main.box-main {
    background-color: #fff;
    width: 100%;
    padding: 0 1rem 3rem;
    overflow: hidden !important;
}
.box-introduction p {
    margin-bottom: 2rem;
    font-weight: 500;
}
.condominios .box-introduction {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px
}
.condominios .left {
    position: relative;
}
.condominios .left,
.condominios .right {
    width: 50%;
}
.condominios .right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.condominios .area-image {
    width: fit-content;
    height: 500px;
    position: relative;
    display: inline-flex;
}
.condominios .area-image:before{
    pointer-events: none;
    content: "";
    position: absolute;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.94);
}
.condominios .area-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.condominios .box-introduction .left::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    background-image: url('../img/condominios/aspas.webp');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    opacity: 0.8;
}
.condominios .box-introduction .left::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -50px;
    background-image: url('../img/condominios/aspas.webp');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    transform: rotate(180deg);
}
.area-gallery {
    background-image: url("../img/condominios/background-itens.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 6rem 1rem 4rem !important;
    height: max-content;
}
.area-gallery > .swiper {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}
.area-gallery > .swiper .swiper-wrapper {
    padding-bottom: 40px;
}
.area-gallery > .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-gallery > .swiper .swiper-slide img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background-color: #4d4d4d !important;
}
.area-itens-condominios .item {
    background-color: #fff;
    border-radius: 10px;
}
.area-itens-condominios .item img,
.area-itens-condominios .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.area-gallery .area-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.area-gallery .area-text h2.title {
    font-size: 1.7rem;
    line-height: 1;
    font-family: "Bebas Neue";
    letter-spacing: 1px;
    font-weight: 600;
    color: #4d4d4d;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 900px;
}
.area-gallery .area-text h2.title span.color {
    color: #a4a48d;
}
.item-acompanhe.principal p.resume {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 6);
}
@media (max-width: 1500px) {
    .condominios .box-introduction .left::before {
        top: -35px;
        left: -0.5rem;
        width: 100px;
        height: 100px;
    }
    .condominios .box-introduction .left::after {
        right: -0.5rem;
        width: 100px;
        height: 100px;
    }
    .condominios .box-introduction .left::before,
    .condominios .box-introduction .left::after {
        opacity: 0.8;
    }
}
@media (max-width: 1400px) {
    .condominios .area-image img {
        width: 110%;
    }
}
@media (max-width: 1250px) {
    .area-itens-condominios {
        padding: 3rem 1rem;
    }
    .condominios .area-image img {
        height: 100%;
    }
}
@media (max-width: 1000px) {
    .condominios .left, 
    .condominios .right {
        width: 100%;
    }
    .condominios .box-introduction {
        flex-direction: column-reverse;
        gap: 3rem;
    }
    .condominios .area-image {
        height: auto;
    }
    .condominios .area-image img {
        width: 100%;
    }
    .area-gallery {
        padding: 2rem 1rem 4rem !important;
    }
}
@media (max-width: 950px) {
    .box-introduction p {
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .area-gallery > .swiper {
        width: 100%;
    }
    .area-gallery > .swiper .swiper-slide img{
        height: 400px;
    }
    .area-itens-condominios {
        padding: 2rem 1rem;
    }
}