section.area-acompanhe {
    background-color: eeeeee;
}
section.area-acompanhe .tag-arrow {
    background-color: transparent;
}
main.box-main {
    background-color: #fff;
    background-image: url('../img/mentorias/background-main.webp');
    background-size: 400px;
    background-position-y: bottom;
    background-position-x: 110%;
    background-repeat: no-repeat;
    width: 100%;
}
.box-introduction p {
    margin-bottom: 2rem;
    font-weight: 500;
}
.mentorias .box-introduction {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
}
.mentorias .left {
    position: relative;
}
.mentorias .left,
.mentorias .right {
    width: 50%;
}
.mentorias .area-image {
    height: 500px;
    width: fit-content;
    position: relative;
    display: inline-flex;
}
.mentorias .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, 0.96);
}
.mentorias .area-image img {
 border-radius: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.mentorias .box-introduction .left::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    background-image: url('../img/mentorias/aspas.webp');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    opacity: 0.8;
}
.mentorias .box-introduction .left::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -50px;
    background-image: url('../img/mentorias/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/mentorias/background-items.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3rem 1rem !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-mentoria .item {
    background-color: #fff;
    border-radius: 10px;
}
.area-itens-mentoria .item img,
.area-itens-mentoria .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@media (min-width: 1600px) {
    main.box-main {
        background-position-x: calc(100% - 1rem);
    }
}
@media (max-width: 1500px) {
    .mentorias .box-introduction .left::before {
        top: -35px;
        left: -0.5rem;
        width: 100px;
        height: 100px;
    }
    .mentorias .box-introduction .left::after {
        right: -0.5rem;
        width: 100px;
        height: 100px;
    }
    .mentorias .box-introduction .left::before,
    .mentorias .box-introduction .left::after {
        opacity: 0.8;
    }
}
@media (max-width: 1000px) {
    main.box-main {
        background-size: 70%;
        background-position-y: 110px;
        background-position-x: 215%;
        background-repeat: no-repeat;
    }
    .mentorias .left, 
    .mentorias .right {
        width: 100%;
    }
    .mentorias .box-introduction {
        flex-direction: column-reverse;
        gap: 3rem;
        padding-bottom: 2.5rem;
    }
    .mentorias .area-image {
        height: auto;
    }
}
@media (max-width: 950px) {
     .area-gallery > .swiper {
        width: 100%;
    }
    .area-gallery > .swiper .swiper-slide img{
        height: 400px;
    }
    .box-introduction p {
        font-size: 16px;
    }
}