section.diferenciais {
    .swiper-slide {
        &:nth-last-of-type(1) {
            border: none;
        }
    }
}

.tab-switch {
    &.active {
        background-color: var(--titulos);
        color: white;
    }
}

.navigation-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    .swiper-button-next, .swiper-button-prev{
        color: var(--titulos);
    }
}

section.map {
    iframe {
        width: 100%;
        height: 100%;
        min-height: 350px;
        filter: invert(90%) hue-rotate(180deg);
    }
}