html,
body {
    font-family: 'Futura', 'Trebuchet MS', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

.w-150 {
    width: 150px;
}

.h-150 {
    height: 150px;
}

.btn {
    min-width: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-xs {
    font-size: 12px;
}

.softmerge-inner {
    width: auto !important;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 650px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
}

.carousel-item-no-shadow .banner-container::before {
    display: none;
}


.carousel-item-no-shadow .banner-container {
    background-color: #fff8f1;
    background-position: right center;
    background-size: auto 100%;
}

.carousel-item-no-shadow .banner-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(252, 231, 216, 0.95) 0%,
            rgba(252, 231, 216, 0.95) 12.4%,
            rgba(252, 231, 216, 0.78) 14.2%,
            rgba(252, 231, 216, 0.55) 17.8%,
            rgba(252, 231, 216, 0.35) 22.5%,
            rgba(252, 231, 216, 0.20) 26%,
            rgba(252, 231, 216, 0.10) 31%,
            rgba(252, 231, 216, 0.04) 36%,
            rgba(252, 231, 216, 0) 41%,
            rgba(252, 231, 216, 0) 100%);
    pointer-events: none;
}

.banner-content-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 120px;
}

.banner-title {
    font-size: 60px;
    font-weight: 900;
    color: #ffb800;
    text-transform: lowercase;
    line-height: 0.9;
    margin-bottom: 0;
    letter-spacing: -2px;
}

.banner-subtitle {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-transform: lowercase;
    line-height: 0.9;
    margin: 0;
    letter-spacing: -2px;
}

.banner-carousel-controls {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 224px;
    max-width: calc(100% - 32px);
    padding: 10px 12px;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.banner-carousel-controls::before {
    content: '';
    position: absolute;
    inset: 2px -10px;
    border-radius: 999px;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.015) 18%,
            rgba(0, 0, 0, 0.045) 34%,
            rgba(0, 0, 0, 0.045) 66%,
            rgba(0, 0, 0, 0.015) 82%,
            rgba(0, 0, 0, 0) 100%),
        radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.035) 0%,
            rgba(0, 0, 0, 0.02) 48%,
            rgba(0, 0, 0, 0) 78%);
    filter: blur(8px);
    z-index: 0;
}

.banner-carousel-controls>* {
    position: relative;
    z-index: 1;
}

.banner-carousel-controls .carousel-control-prev,
.banner-carousel-controls .carousel-control-next {
    position: static;
    width: 48px;
    height: 48px;
    opacity: 1;
    margin: 0;
    flex: 0 0 auto;
}

.carousel-arrow-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    box-shadow: none;
}

.banner-carousel-controls .carousel-control-prev:hover .carousel-arrow-circle,
.banner-carousel-controls .carousel-control-next:hover .carousel-arrow-circle {
    background-color: rgba(255, 255, 255, 0.35);
}

.banner-carousel-indicators {
    position: static;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    flex: 0 0 auto;
    transition: background-color 0.3s ease, flex 0.3s ease, width 0.3s ease;
}

.banner-carousel-indicators .active {
    background-color: #fdc700;
    border-radius: 999px;
    flex: 1;
    width: auto;
}

.lista-parceiros .card {
    border-radius: 14px;
    overflow: hidden;
}

.lista-parceiros .h-150 {
    height: 150px;
    padding: 20px;
}

.lista-parceiros .h-150 img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lista-parceiros .card-text {
    min-height: 138px;
}

.lista-parceiros .btns {
    margin-top: auto;
}

@media (max-width: 1400px) {

    .banner-title,
    .banner-subtitle {
        font-size: 70px;
    }

    .banner-content-wrapper {
        padding-right: 80px;
    }
}

@media (max-width: 1200px) {

    .banner-title,
    .banner-subtitle {
        font-size: 60px;
    }

    .banner-content-wrapper {
        padding-right: 60px;
    }
}

@media (max-width: 992px) {
    .banner-container {
        height: 400px;
    }

    .banner-title,
    .banner-subtitle {
        font-size: 50px;
    }

    .banner-content-wrapper {
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .banner-container {
        height: 300px;
        background-position: center !important;
    }

    .banner-title,
    .banner-subtitle {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .banner-content-wrapper {
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-text {
        text-align: center;
    }

    .banner-container::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    }

    .lista-parceiros .card-text {
        min-height: 120px;
    }

    .banner-carousel-controls {
        bottom: 20px;
        width: 188px;
        gap: 12px;
        padding: 8px 10px;
    }

    .banner-carousel-controls .carousel-control-prev,
    .banner-carousel-controls .carousel-control-next,
    .carousel-arrow-circle {
        width: 40px;
        height: 40px;
    }

    .carousel-arrow-circle {
        background-size: 16px 16px;
    }
}

@media (max-width: 576px) {
    .banner-container {
        height: 250px;
    }

    .banner-title,
    .banner-subtitle {
        font-size: 32px;
    }

    .banner-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-carousel-controls {
        bottom: 16px;
        width: 172px;
        gap: 10px;
        padding: 7px 8px;
    }

    .banner-carousel-controls .carousel-control-prev,
    .banner-carousel-controls .carousel-control-next,
    .carousel-arrow-circle {
        width: 36px;
        height: 36px;
    }

    .carousel-arrow-circle {
        background-size: 14px 14px;
    }
}

@media (max-width: 430px) {
    .banner-container {
        height: 220px;
    }
}