#alf-chat-btn {
    bottom: 10px !important;
    right: 90px !important;
}

.swiper-button-prev-lot, .swiper-button-next-lot, .swiper-button-prev-depo, .swiper-button-next-depo {
    position: relative !important;
    color: #002B2C !important;
    margin: 0 !important;
    border: 1px solid #002B2C !important;
    top: 0 !important;
    display: inline-flex !important;
    left: initial !important;
    right: initial !important;
}

.swiper-button-prev-lot, .swiper-button-next-lot, .swiper-button-prev-depo, .swiper-button-next-depo {
    color: #FFF !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: 300ms all ease-in-out;
}

.swiper-button-prev-lot:after, .swiper-button-next-lot:after, .swiper-button-prev-depo:after, .swiper-button-next-depo:after {
    font-size: 18px !important;
}

.swiper-button-prev-lot:hover, .swiper-button-next-lot:hover, .swiper-button-prev-depo:hover, .swiper-button-next-depo:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFF;
}

.swiper-button-prev, .swiper-button-prev:hover {
    background: url(../img/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.swiper-button-next, .swiper-button-next:hover {
    opacity: 0.5;
    background: url(../img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev-blog, .swiper-button-next-blog {
    position: relative !important;
    color: #002B2C !important;
    margin: 0 !important;
    border: 1px solid #002B2C !important;
    top: 0 !important;
    display: inline-flex !important;
    left: initial !important;
    right: initial !important;

}

.swiper-button-prev-blog, .swiper-button-next-blog {
    color: #FFF !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: 300ms all ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar:has(.collapsing), .navbar:has(.show) {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(3px);
    padding-bottom: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

body nav.navbar-in ul#menu-principal {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
}
body nav.navbar-in, body nav.navbar-in:has(.show), body nav.navbar-in:has(.collapsing) {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.border-radius-20 {
    border-radius: 20px;
}

.swiper-button-prev-dif {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translate(-120%, -50%);
}


.swiper-button-next-dif {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translate(120%, -50%);
}

.swiper-button-prev-dif, .swiper-button-next-dif {
    position: relative !important;
    color: #002B2C !important;
    margin: 0 !important;
    border: 1px solid #002B2C !important;
    top: 0 !important;
    display: inline-flex !important;
    left: initial !important;
    right: initial !important;

}

.swiper-button-prev-dif, .swiper-button-next-dif {
    color: #FFF !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: 300ms all ease-in-out;
}

.bl-lot-desc {
    align-items: center;
}

.blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ' ' !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@keyframes fadeInRow {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0.3;
    }

}

.header-btns {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.menu-principal-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lot-form {
    position: absolute;
    top: 0;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: white;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.12);
    height: max-content;
    overflow: hidden;
    transform: translateY(-20%);

    & .bricks--component-button {
        border-radius: 80px !important;
        background: #F9AF1E !important;
        border: none !important;
        color: #002B2C !important;
        font-family: Inter !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 100% !important;
        letter-spacing: -0.32px !important;
        padding: 16px !important;
        height: auto !important;
        margin-top: 10px !important;
    }
    & .bricks-form__label {
        color: #8995A6 !important;
        font-family: Inter !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: normal !important;
        margin-left: 5px !important;
    }
    & .bricks--section {
        padding-top: 16px !important;
    }
    & .bricks--component-text {
        margin: 0px 0px 5px !important;
    }
    & h2 span {
        color: #505050;
        font-family: Inter !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 140% !important;
    }
    & h1 strong {
        color: #00261B;
        font-family: Inter !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 140% !important;
    }
    & input {
        border-radius: 8px !important;
        background: #F3F5F7 !important;
        border: none !important;
        color: #8995A6 !important;
        font-family: Inter !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: normal !important;
        padding: 16px !important;
        margin-bottom: 5px !important;
    }
    & section {
        padding: 0;
    }
}

.sgi {
    position: relative;
    border-radius: 20px;
    background: #A2B11D;
    box-shadow: 0 10px 10px 0 rgba(78,78,78,0.12);
    padding: 40px 25px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & img {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.2;
    }
    & span {
        color: #FFF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        text-align: center;
    }
    & .big {
        color: #FFF;
        font-family: "Inter";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -1.2px;
        position: relative;
    }
}

.lot-info-container {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    padding: 56px 28px;
}

.loc-icon {
    width: 24px;
    height: 24px;
    border-radius: 80px;
    background: rgba(162,177,29,0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    flex-shrink: 0;
}

.loc-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.floating-buttons-mobile {
    pointer-events: none;
    pointer-events: none;
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px;
    gap: 6px;
    z-index: 10;
    flex-direction: column;
    align-items: flex-end;

    & .floating-mobile {
        opacity: 0;
        transition: 300ms all ease-in-out;
        visibility: hidden;
        border-radius: 100px;
        padding: 14px 18px;
        display: flex;
        align-items: center;
        gap: 6px;
        color: white;
        margin-top: 20px;
    }
}

.header-search-container {
    margin-top: -100px;
    z-index: 10;
    position: relative;
}

.header-search {
    border-radius: 80px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    padding: 12px;
    max-width: 1012px;
    margin: 0 auto;

    & .col-lg {
        display: flex;
        align-items: center;
        gap: 5px;
        border-left: 1px solid #D9D9D9;
    }
    & svg {
        width: 20px;
    }
    & input {
        border: none;
        color: #8995A6;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    & select {
        border: none;
        color: #8995A6;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 100%;
        background-color: transparent;
    }
}

.row-info {
    position: relative;

    &:after {
        animation: fadeInRow 4s 0.5s 1 forwards;
        width: 100%;
        height: 1px;
        background-color: #8995A6;
        position: absolute;
        top: 50%;
        left: 0;
        content: " ";
        transform: translateY(-50%);
    }
    & .lot-info:after {
        animation: fadeIn 2s 0.8s 1 forwards;
        background: #8995A630;
        content: " ";
        position: absolute;
        top: 50%;
        right: 0;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        transform: translateY(-50%);
    }
    & .lot-info:before {
        animation: fadeIn 3s 0.8s 1 forwards;
        background: #8995A630;
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        transform: translateY(-50%);
    }
    & .col:first-child .lot-info:before {
        background: white;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        transform: translateX(-100%);
    }
    & .col:last-child .lot-info:after {
        background: white;
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100%;
        transform: translateX(100%);
    }
}

.swiper-pagination-container-gal {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 80px;
    background: rgba(255,255,255,0.80);
    padding: 10px 18px;

    & span {
        color: #E9426E;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
    }
}

.swiper-button-prev-gal {
    &:hover {
        opacity: 1 !important;
        background: rgba(255,255,255,0.80) !important;
    }
}

.image-slider {
    &__current {
        display: flex;
        align-items: center;
    }
}

.cc-cta {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

.cc-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 32px 24px 32px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cc-faq-content {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
}

.cc-faq-text {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.cc-faq-title {
    color: #002B2C;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.cc-icon {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #CC3A5C;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
}

.cc-item {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 14px;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    display: flex;
    align-items: center;
    padding: 18px 24px;

    & span {
        color: #002B2C;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
}

.link-readmore {
    color: #A2B11D;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.swal2-popup {
    border-radius: 20px !important;
    padding: 20px 30px;
}

.lot-info {
    background: white;
    position: relative;
    z-index: 1;
    color: #323232;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.36px;
    display: flex;
    flex-direction: column;
    align-items: center;

    & span {
        color: #5D5D5D;
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.3px;
    }
}

.img-blog-in {
    border-radius: 20px;
}

.depo-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bl-depo {
    transition: 300ms all ease-in-out;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 10px 0 rgba(78,78,78,0.12);
    padding: 24px;
    height: 100%;
}

.sobre-gsp-itens {
    margin-top: -120px;
}

.navbar-toggler {
    position: relative;
    border: none;

    &:focu {
        box-shadow: none;
    }
}

.menu-off {
    transition: 300ms all ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.navbar {
    transition: 500ms all ease-in-out;
    z-index: 999;
}

.swal2-icon {
    display: none !important;
}

.solid-btn {
    border-radius: 80px;
    border: 1px solid #E49A15;
    background: #E49A15;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #002B2C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 15px 30px;
}

.border-btn {
    border: 1px solid white;
    border-radius: 80px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 15px 30px;

    &:hover {
        background: #A2B11D;
        border: 1px solid #A2B11D;
    }
}

.arrow-btn {
    padding: 16px 34px 16px 30px;
    gap: 10px;
    min-height: 50px;
    transition: 300ms all ease-in-out;

    &:hover {
        padding: 8px 8px 8px 30px;
    }
    &::after {
        transition: 300ms all ease-in-out;
        background: #002B2C;
        content: " ";
        border-radius: 50%;
        display: inline-block;
        width: 6px;
        height: 6px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    &:hover::after {
        background: #002B2C url(../img/seta-btn-white.svg);
        content: " ";
        border-radius: 50%;
        display: inline-block;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

.bl-lot-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
}

.blog-info {
    padding: 24px 24px 12px 24px;
    flex: 1;
    width: 100%;
}

.blog-badge {
    position: absolute;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 80px;
    border: 0.6px solid #979797;
    background: rgba(0,0,0,0.5);
    padding: 8px 16px;
    margin: 18px 18px;
    backdrop-filter: blur(5px);
}

.blog-footer {
    padding: 0 24px 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.swiper-button-prev {
    min-width: 50px;

    &:after {
        content: none;
    }
    &:hover {
        background: url(../img/arrow-left.svg);
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }
}

.swiper-button-next {
    &:hover {
        opacity: 0.5;
        background: url(../img/arrow-right.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
}

.navbar-in {
    background: white !important;
    padding-bottom: 10px;

    & ul#menu-principal a {
        color: #5D5D5D;
    }
    & ul#menu-principal {
        border-radius: 80px;
        border: 0.6px solid #E8E8E8 !important;
        background: #FFF;
        box-shadow: 0 8px 16px 0 rgba(78,78,78,0.08);
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.75);
    gap: 10px;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;

    & span {
        font-weight: 600;
    }
}

.hero-in-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    & hr {
        width: 100%;
        border-color: white;
        max-width: 600px;
    }
}

.hero-in {
    padding: 220px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-button-prev-blog {
    position: relative !important;
    color: #002B2C !important;
    margin: 0 !important;
    border: 1px solid #002B2C !important;
    top: 0 !important;
    display: inline-flex !important;
    left: initial !important;
    right: initial !important;
    color: #FFF !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: 300ms all ease-in-out;
}

.swiper-button-prev-dif {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translate(-120%,-50%);
}

.swiper-button-next-dif {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translate(120%,-50%);
}

.input-container {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    & button {
        background-color: #CC3A5C;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        display: flex;
        padding: 12px;
        border: none;
        align-items: center;
        justify-content: center;
        border-radius: 0 50px 50px 0;
        gap: 10px;
    }
    & input {
        border: none;
        padding: 22px 22px 22px 40px;
        color: #5D5D5D;
        text-align: start;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        border-radius: 50px 0 0 50px;
        flex: 1;
    }
}

.copy-text {
    color: #5D5D5D;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 40px;

    & a.pp {
        color: #5D5D5D;
        text-decoration: underline;
    }
}

.border-center {
    width: 1px;
    height: 100%;
    background-color: #8995A640;
    margin: 0 auto;
}

.rs-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;

    & a:hover {
        background-color: #E9426E;
        color: white;
        border-color: #E9426E;
    }
}

.footer-title {
    color: #323232;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.3px;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(12,42,49,0.8);
}

.blog-cta {
    background: url(../img/cta-blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 56px 12px;
    position: sticky;
    top: 110px;
}

.blog-cats-container {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    padding: 32px 24px 20px;

    & .blog-mini:last-child {
        border: none;
        padding-bottom: 0 !important;
    }
}

.blog-mini-title {
    margin-top: 5px;
    color: #323232;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5D5D5D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    padding: 15px;
}

.blog-time {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
}

.bh-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bh-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bh-right {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #5D5D5D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.blog-cat {
    border-radius: 80px;
    background: #A2B11D;
    display: inline-flex;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 8px 15px;
}

.blog-in-title {
    color: #002B2C;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.64px;
}

.blog-description {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-title {
    transition: 300ms all ease-in-out;
    color: #002B2C;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.site-title {
    color: #002B2C;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.8px;
}

.site-subtitle {
    color: #323232;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
}

.section-text {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
}

.col-lot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #5D5D5D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: 1px solid #D9D9D9;

    &:la {
        border-right: none;
    }
    & span {
        color: #5D5D5D;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.2px;
    }
}

.bl-lot-desc-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #A2B11D;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    gap: 5px;

    & span {
        color: #5D5D5D;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
    }
}

.lot-dif {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 12px 0 rgba(78,78,78,0.12);
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
    text-align: center;

    & i {
        color: #63B5B7;
        font-size: 20px;
    }
}

.bl-lot-desc {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    padding: 16px 18px;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 12px;

    & i {
        color: #a7b62a;
    }
}

.site-title-desc {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.lot-footer {
    box-shadow: 0 10px 10px 0 rgba(78,78,78,0.12);
    z-index: 1;
    position: absolute;
    bottom: 24px;
    width: calc(100% - 48px);
    left: 24px;
    background: white;
    border-radius: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.lot-head {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 32px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

body {
    font-family: "Inter",sans-serif;
    font-optical-sizing: auto;

    & .site-title-desc.mw850 {
        max-width: 850px;
        margin: 0 auto;
    }
    & .navbar-sticky {
        background: rgba(0,0,0,0.8) !important;
        backdrop-filter: blur(3px);
        padding-bottom: 15px;
    }
}

ul#menu-principal {
    transition: 300ms border ease-in-out;
    border-radius: 80px;
    border: 0.6px solid #979797;
    background: rgba(0,0,0,0.00);
    width: fit-content;
    padding: 6px;
    backdrop-filter: blur(3px);
    gap: 5px;

    & a {
        color: #FFF;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.3px;
        padding: 8px 14px;
        display: inline-block;
        line-height: 100%;
        transition: 300ms all ease-in-out;
    }
}

ul#menu-principal:not(:has(a:hover)) a.active, ul#menu-principal a:hover {
    border-radius: 80px;
    background: rgba(255,255,255,0.25);
}

section.hero {
    height: 730px;
    padding-top: 0;
}

img.bg-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

span.big {
    &:after {
        content: "+";
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100%,-25%);
        font-weight: 200;
        font-size: 30px;
    }
}

section.lot-loc {
    & iframe {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        min-height: 300px;
    }
}

section.lot-galeria {
    padding: 80px 0;
}

section.lot-implantacao {
    background: #F9F8F2;
    padding: 70px 0;
}

a.lot-implantacao-container {
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    background: white;
    width: auto;
    padding: 10px;
    margin: auto;
}

a.btn-floating-mobile {
    background: #E8456B;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
}

.floating-buttons-mobile.show {
    & .floating-mobile {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
}

.floating-buttons-mobile .floating-close, .floating-buttons-mobile.show .floating-open, .cc-faq-item-content {
    display: none;
}

.floating-buttons-mobile .floating-open, .floating-buttons-mobile.show .floating-close {
    display: inline-flex;
}

.floating-buttons-mobile .btn-floating-mobile, .floating-buttons-mobile.show {
    pointer-events: auto;
}

img.depo-img {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    min-width: 72px;
    object-fit: cover;
}

.swiper-depo .swiper-slide, .swiper-blog .swiper-slide {
    padding: 24px 12px;
}

.header-search .col-lg:first-child, .header-search .col-lg:last-child {
    border: none;
}

img.logo-lot {
    background: white;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px;
    max-height: 100px;
}

.swiper-button-prev.swiper-button-prev-gal {
    position: absolute;
    left: 0;
    transform: translate(-120%,5px);
    border-radius: 80px;
    background: rgba(255,255,255,0.80);
    width: 36px;
    height: 36px;
    max-width: 36px;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    min-width: initial;
    padding: 10px;
    bottom: 0;
}

.swiper-button-prev.swiper-button-prev-gal.swiper-button-disabled, .swiper-button-next.swiper-button-next-gal.swiper-button-disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}

.swiper-button-next.swiper-button-next-gal {
    bottom: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    transform: translate(120%,3px);
    border-radius: 80px;
    background: rgba(255,255,255,0.80);
    width: 36px;
    height: 36px;
    max-width: 36px;
    display: inline-flex;
    align-items: center;
    min-width: initial;
    padding: 10px;
}

.cc-faq-item-content.active {
    display: flex;
    flex-direction: column;
}

a.cc-faq-item.active {
    color: white;
    background-color: #CC3A5C;
}

a.cc-faq-item {
    transition: 300ms all ease-in-out;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    padding: 24px;
    color: #002B2C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: block;
    margin-bottom: 10px;

    &:hover {
        padding: 24px 24px 24px 30px;
    }
}

a.bl-colaborador {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;

    & img {
        max-width: 100%;
        max-height: 50px;
        margin-bottom: 20px;
    }
}

input.search-btn {
    border-radius: 80px;
    background: #A2B11D;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    min-height: 40px;
}

section.home-blog {
    background: #F3F5F7;
    margin-top: 60px;
    background: #F3F5F7;
    margin-top: 60px;
    padding: 60px 0;
}

h5.depo-cargo {
    transition: 300ms all ease-in-out;
    color: #5D5D5D;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.28px;
}

section.hero-in.hero-transp {
    padding: 275px 0;
}

p.depo-text {
    transition: 300ms all ease-in-out;
    color: #5D5D5D;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.ctt-form-container {
    & .form-check-label a {
        text-decoration: underline;
    }
}

.swiper-slide-next .bl-depo, .bl-exp.bl-exp-1 .blexp-icone {
    background: #2A9194;
}

.swiper-slide-next .bl-depo .depo-nome, .swiper-slide-next .bl-depo .depo-cargo, .swiper-slide-next .bl-depo i, .swiper-slide-next .bl-depo .depo-text {
    color: white;
}

h4.depo-nome {
    transition: 300ms all ease-in-out;
    color: #002B2C;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

section.section-radius {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    z-index: 1;
    background: white;
    position: relative;
}

.swiper-blog {
    & .swiper-slide {
        height: auto;
    }
}

.swiper-blog .swiper-wrapper, .swiper-dif .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.sgi.sgi-2 {
    background: #E49A15;
}

.sgi.sgi-2 img, .navbar-toggler .menu-on, .navbar-toggler.collapsed .menu-off {
    opacity: 1;
}

.sgi.sgi-3, a.header-btn.header-btn-central {
    background: #CC3A5C;
}

.sgi.sgi-4 {
    background: #63B5B7;
}

a.header-btn {
    display: flex;
    align-items: center;
    gap: 3px;
    border-radius: 80px;
    background: #22C35D;
    color: white;
    height: auto;
    padding: 9px 20px;
    line-height: 90%;
    font-weight: 400;
    font-size: 15px;
    min-height: 45px;
    justify-content: center;

    & .subtitle {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: -0.3px;
    }
    & .title {
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1.78px;
    }
}

.navbar-toggler .menu-off, .navbar-toggler.collapsed .menu-on {
    opacity: 0;
}

span.navbar-toggler-icon-alt {
    width: 48px;
    height: 48px;
    border-radius: 80px;
    background: #A2B11D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swal2-styled.swal2-confirm {
    border-radius: 80px !important;
    border: 1px solid #E49A15 !important;
    background: #E49A15 !important;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #002B2C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 15px 30px;
}

.solid-btn.pink-btn {
    background-color: #CC3A5C;
    color: white;
    border: 1px solid #CC3A5C;
}

a {
    color: inherit;
}

.solid-btn.pink-btn.arrow-btn {
    &::after {
        transition: 300ms all ease-in-out;
        background: #ffffff;
        content: " ";
        border-radius: 50%;
        display: inline-block;
        width: 6px;
        height: 6px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    &:hover::after {
        transition: 300ms all ease-in-out;
        background: white url(../img/seta-btn-border.svg);
        content: " ";
        border-radius: 50%;
        display: inline-block;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

.arrow-btn.border-btn {
    &::after {
        transition: 300ms all ease-in-out;
        background: white;
        content: " ";
        border-radius: 50%;
        display: inline-block;
        width: 6px;
        height: 6px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    &:hover::after {
        background: white url(../img/seta-btn-border.svg);
        content: " ";
        border-radius: 50%;
        display: inline-block;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

a.bl-blog:hover span.blog-seta, .btn-send-newsletter:hover span.newsletter-seta, .bl-lot:hover span.lot-seta {
    transform: rotate(45deg);
}

.swiper-home {
    & .swiper-button-prev {
        background: url(../img/arrow-left-white.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
    & .swiper-button-next {
        background: url(../img/arrow-right-white.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
}

h1.hero-in-title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.navbar-in ul#menu-principal:not(:has(a:hover)) a.active, .navbar-in ul#menu-principal a:hover {
    background: #CC3A5C;
    color: white;
}

.swiper-pagination-dif {
    & .swiper-pagination-bullet {
        width: 30px;
        border-radius: 10px;
        background: #65758B1F;
    }
    & .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 10px;
        background: #A2B11D;
    }
}

.swiper-gal {
    & img {
        width: 100%;
        height: auto;
        aspect-ratio: 30/10;
        border-radius: 10px;
    }
}

img.gal-img {
    width: 100%;
    height: auto;
    aspect-ratio: 26/9;
    border-radius: 20px;
    object-fit: cover;
}

section.lot-sobre {
    padding-bottom: 72px;
    overflow: hidden;
}

section.lot-diferenciais {
    background: #F3F5F7;
    padding: 72px 0;
}

a.bl-blog {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78,78,78,0.12);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;

    &:hover h4.blog-title {
        color: #cc3a5c;
    }
}

span.blog-seta {
    transition: 300ms all ease-in-out;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cc3a5c;
    border-radius: 40px;
}

.gallery-thumbs {
    & .swiper-slide-thumb-active img {
        border: 4px solid #E9426E;
        opacity: 1;
    }
    & img:hover {
        opacity: 1;
        cursor: pointer;
    }
    & img {
        transition: 300ms all ease-in-out;
        width: 100%;
        height: auto;
        aspect-ratio: 30/17;
        border-radius: 8px;
        object-fit: cover;
        opacity: 0.35;
    }
}

span.newsletter-seta {
    transition: 300ms all ease-in-out;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 40px;
}

ul.footer-menu {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    list-style: none;
    padding: 0;
    margin-top: 10px;

    & li {
        margin-bottom: 10px;
    }
}

footer {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    background: white;
    padding: 80px 0 0;
}

.rs-footer a, .bh-social a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #5D5D5D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #E9426E;
    transition: 300ms all ease-in-out;
}

img.img-blog {
    width: 100%;
    height: auto;
    aspect-ratio: 53/25;
    object-fit: cover;
    border-radius: 20px;
}

a.blog-mini {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;

    & img {
        width: 90px;
        height: 70px;
        border-radius: 10px;
        object-fit: cover;
    }
}

.blog-cta-title.text-center {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bl-exp.bl-exp-2 {
    & .blexp-icone {
        background: #A2B11D;
    }
}

section.home-newsletter {
    border-radius: 100px 100px 0 0;
    margin-top: 80px;
    padding-bottom: 180px;
}

.site-subtitle.subtitle-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.lot-seta {
    transition: 300ms all ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    margin: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 40px;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(3px);
}

h3.site-subtitle.subtitle-logo {
    &:before {
        content: " ";
        background: url(../img/logo-subtitle.svg);
        background-size: 24px;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

h3.site-subtitle.subtitle-logo.blue {
    &:before {
        background: url(../img/logo-subtitle-blue.svg);
    }
}

h3.site-subtitle.subtitle-logo.pink {
    &:before {
        background: url(../img/logo-subtitle-pink.svg);
    }
}

h3.site-subtitle.subtitle-logo.green {
    &:before {
        background: url(../img/logo-subtitle-green.svg);
    }
}

h3.site-subtitle.subtitle-logo.color {
    &:before {
        background: url(../img/logo-subtitle-color.svg);
    }
}

h3.section-title {
    color: #323232;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.72px;
}

.navbar-sticky {
    & ul#menu-principal {
        border: none;
        backdrop-filter: none;
        background-color: transparent;
    }
}

section {
    padding-top: 80px;
}

.bl-lot {
    position: relative;
    display: block;
    height: auto;
    aspect-ratio: 6/5;
    border-radius: 20px;
}

span.lot-title {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.lot-iframe {
    & iframe {
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
    }
}

.swiper-dif {
    & .swiper-slide {
        padding: 20px 12px;
        height: auto;
    }
}

.site-title-desc.text-center {
    max-width: 640px;
    margin-inline: auto;
}

.page-404 {
    & h1 {
        color: rgba(0,43,44,0.20);
        font-family: Inter;
        font-size: 160px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -3.2px;
    }
}

article#page {
    & .the-content p {
        color: #002B2C;
        text-align: center;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.64px;
    }
}

span.lotbadge {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    background: #FBAF40;
    padding: 8px 16px;
    border-radius: 50px;
}

img.bg-lot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width:1200px) {
    .navbar {
        &:ha {
            background-color: rgba(0,0,0,0.8) !important;
            backdrop-filter: blur(4px) !important;
        }
    }

    .lot-footer {
        border-radius: 16px;
        bottom: -20px;
    }

    .col-lot {
        border: none;
    }

    .navbar-nav {
        align-items: center;
    }

    .header-btns {
        margin-bottom: 40px;
        flex-direction: column;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    img.gal-img {
        aspect-ratio: 16/9;
    }

    section.section-radius {
        border-radius: 0;
    }

    ul#menu-principal {
        border: none;
        backdrop-filter: none;
        gap: 5px;
        margin-bottom: 10px !important;

        & a {
            font-size: 20px;
        }
    }

}

@media (max-width:992px) {
    .row-info {
        &:after {
            display: none;
        }
    }

    .header-search {
        border-radius: 20px;

        & .col-lg {
            border-top: 1px solid #d9d9d9;
            border-left: none;
            padding-right: 20px;
        }
    }

    .lot-form {
        position: relative;
        margin-top: 50px;
        transform: translateY(0);
    }

    section.home-newsletter, footer {
        border-radius: 32px 32px 0 0;
    }

    .header-search input, .header-search select {
        padding: 10px;
    }

    section.hero-in.hero-transp {
        padding: 275px 0 170px;
    }

}

@media (max-width:768px) {
    .swiper-pagination-city {
        display: none;
    }

     {
        &:focus-visible {
            outline: none !important;
        }
    }

}
