﻿/*
------------------------------------------------
Home Evnora
------------------------------------------------
*/

.home-index-page {
    min-height: 100vh;
    overflow: hidden;
    background-color: #f7f7fc;
}

/*
------------------------------------------------
Hero principal
------------------------------------------------
*/

.main-banner.home-index-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 120px 0 135px;
    overflow: hidden;
    text-align: left;
    background-color: #25213f;
    /*
     * Não colocar background-image aqui.
     *
     * Dessa forma, quando não existir EventBanner,
     * o background original da classe .main-banner
     * continuará aparecendo.
     */
}

    .main-banner.home-index-hero::before {
        position: absolute;
        z-index: 1;
        content: "";
        inset: 0;
        background: linear-gradient( 100deg, rgba(16, 20, 43, 0.96) 0%, rgba(49, 34, 96, 0.82) 50%, rgba(222, 63, 109, 0.39) 100% );
    }

    .main-banner.home-index-hero::after {
        position: absolute;
        z-index: 1;
        content: "";
        width: 560px;
        height: 560px;
        right: -250px;
        bottom: -330px;
        border-radius: 50%;
        background-color: rgba(255, 209, 102, 0.18);
    }

.home-index-hero .container {
    position: relative;
    z-index: 3;
}

.home-index-hero-decoration {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    pointer-events: none;
}

    .home-index-hero-decoration.decoration-one {
        width: 360px;
        height: 360px;
        top: -210px;
        right: 13%;
        background-color: rgba(134, 102, 255, 0.15);
    }

    .home-index-hero-decoration.decoration-two {
        width: 240px;
        height: 240px;
        right: 35%;
        bottom: -170px;
        background-color: rgba(255, 92, 121, 0.15);
    }

.home-index-hero-content {
    max-width: 790px;
}

.home-index-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    backdrop-filter: blur(7px);
}

    .home-index-hero-label i {
        color: #ffd166;
    }

.home-index-hero-content > h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 50px;
    line-height: 1.14;
    font-weight: 800;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.36);
}

    .home-index-hero-content > h1 strong {
        color: #ffd166;
        font-weight: 800;
    }

.home-index-hero-content > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.8;
}

.home-index-next-event {
    max-width: 740px;
    margin-bottom: 25px;
}

.home-index-next-event-category {
    display: block;
    margin-bottom: 5px;
    color: #84e4d3;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.home-index-next-event h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 31px;
    line-height: 1.3;
    font-weight: 750;
}

.home-index-next-event-information {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .home-index-next-event-information span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 11px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.09);
        color: rgba(255, 255, 255, 0.84);
        font-size: 9px;
        font-weight: 600;
        backdrop-filter: blur(5px);
    }

    .home-index-next-event-information i {
        color: #ffd166;
    }

.home-index-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px;
}

.home-index-primary-button,
.home-index-secondary-button {
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 21px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 750;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.home-index-primary-button {
    background: linear-gradient( 135deg, #ff6b35 0%, #ef476f 100% );
    color: #fff;
    box-shadow: 0 10px 22px rgba(239, 71, 111, 0.28);
}

    .home-index-primary-button:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 14px 26px rgba(239, 71, 111, 0.38);
    }

.home-index-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.10);
    color: #fff;
    backdrop-filter: blur(6px);
}

    .home-index-secondary-button:hover {
        background-color: rgba(255, 255, 255, 0.18);
        color: #fff;
        transform: translateY(-2px);
    }

.home-index-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 27px;
}

    .home-index-hero-benefits span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 9px;
        font-weight: 600;
    }

        .home-index-hero-benefits span:nth-child(1) i {
            color: #ffd166;
        }

        .home-index-hero-benefits span:nth-child(2) i {
            color: #84e4d3;
        }

        .home-index-hero-benefits span:nth-child(3) i {
            color: #ff9daf;
        }

/*
------------------------------------------------
Contagem regressiva
------------------------------------------------
*/

.home-index-countdown-card {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background-color: rgba(20, 23, 46, 0.58);
    box-shadow: 0 20px 50px rgba(13, 16, 32, 0.26);
    backdrop-filter: blur(13px);
}

.home-index-countdown-label {
    display: block;
    margin-bottom: 5px;
    color: #ffd166;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.home-index-countdown-card h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
}

.home-index-countdown {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

    .home-index-countdown > div {
        padding: 14px 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.08);
        text-align: center;
    }

    .home-index-countdown strong,
    .home-index-countdown span {
        display: block;
    }

    .home-index-countdown strong {
        margin-bottom: 3px;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        font-weight: 800;
    }

    .home-index-countdown span {
        color: rgba(255, 255, 255, 0.60);
        font-size: 7px;
        font-weight: 700;
        text-transform: uppercase;
    }

.home-index-countdown-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.69);
    font-size: 8px;
    font-weight: 600;
}

    .home-index-countdown-footer i {
        color: #84e4d3;
    }

/*
------------------------------------------------
Busca rápida
------------------------------------------------
*/

.home-index-search-section {
    position: relative;
    z-index: 10;
    margin-top: -72px;
}

.home-index-search-card {
    padding: 25px;
    border: 1px solid rgba(66, 73, 105, 0.12);
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 18px 52px rgba(31, 37, 68, 0.15);
}

.home-index-search-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 19px;
}

.home-index-search-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient( 135deg, #6c5ce7 0%, #a855f7 100% );
    color: #fff;
    font-size: 17px;
    box-shadow: 0 8px 18px rgba(108, 92, 231, 0.23);
}

.home-index-search-heading span {
    display: block;
    margin-bottom: 2px;
    color: #8e93a1;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.home-index-search-heading h2 {
    margin: 0;
    color: #20283c;
    font-size: 19px;
    font-weight: 750;
}

.home-index-search-fields {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) minmax(170px, 1fr) minmax(190px, 1fr) auto;
    gap: 10px;
}

.home-index-search-field {
    position: relative;
}

    .home-index-search-field > i {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 14px;
        color: #8d93a2;
        font-size: 12px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .home-index-search-field input,
    .home-index-search-field select {
        width: 100%;
        height: 48px;
        padding: 9px 13px 9px 40px;
        border: 1px solid #dadee7;
        border-radius: 10px;
        background-color: #fafbfe;
        color: #31384b;
        font-family: "Poppins", sans-serif;
        font-size: 10px;
    }

        .home-index-search-field input:focus,
        .home-index-search-field select:focus {
            border-color: #7769df;
            outline: none;
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.10);
        }

.home-index-search-fields > button {
    min-width: 130px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient( 135deg, #ff6b35 0%, #ef476f 100% );
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(239, 71, 111, 0.22);
}

/*
------------------------------------------------
Títulos das seções
------------------------------------------------
*/

.home-index-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 28px;
}

    .home-index-section-heading > div > span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 5px;
        color: #ef476f;
        font-size: 9px;
        font-weight: 750;
        text-transform: uppercase;
        letter-spacing: 0.7px;
    }

    .home-index-section-heading h2 {
        margin: 0 0 7px;
        color: #20283c;
        font-size: 29px;
        line-height: 1.3;
        font-weight: 800;
    }

    .home-index-section-heading p {
        max-width: 670px;
        margin: 0;
        color: #777e8d;
        font-size: 11px;
        line-height: 1.7;
    }

    .home-index-section-heading > a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #6c5ce7;
        font-size: 9px;
        font-weight: 750;
    }

        .home-index-section-heading > a:hover {
            color: #4e3ec8;
        }

/*
------------------------------------------------
Galeria
------------------------------------------------
*/

.home-index-gallery-section {
    padding: 65px 0 40px;
}

.home-index-gallery-carousel .owl-stage {
    display: flex;
}

.home-index-gallery-carousel {
    width: 100%;
    margin-top: 0 !important;
}

    .home-index-gallery-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .home-index-gallery-carousel .owl-item {
        display: flex;
    }

.home-index-gallery-item {
    width: 100%;
    height: 275px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #e1e4e9;
    box-shadow: 0 9px 26px rgba(31, 38, 67, 0.10);
}

    .home-index-gallery-item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .home-index-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease, filter 0.4s ease;
    }

    .home-index-gallery-item:hover img {
        transform: scale(1.05);
        filter: saturate(1.08);
    }

/*
------------------------------------------------
Eventos
------------------------------------------------
*/

.home-index-events-section {
    padding: 60px 0 65px;
}

.home-index-event-grid > div {
    display: flex;
    margin-bottom: 24px;
}

.home-index-event-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e6ed;
    border-radius: 17px;
    background-color: #fff;
    box-shadow: 0 9px 28px rgba(31, 39, 69, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .home-index-event-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(31, 39, 69, 0.15);
    }

.home-index-event-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    background-color: #4f3d94;
}

    .home-index-event-media.theme-purple {
        background: linear-gradient(145deg, #48358e, #8a52dd);
    }

    .home-index-event-media.theme-orange {
        background: linear-gradient(145deg, #e96837, #f89b42);
    }

    .home-index-event-media.theme-green {
        background: linear-gradient(145deg, #248466, #4fbd8a);
    }

    .home-index-event-media.theme-blue {
        background: linear-gradient(145deg, #285ea8, #469ee6);
    }

    .home-index-event-media.theme-pink {
        background: linear-gradient(145deg, #c63f78, #ec719d);
    }

    .home-index-event-media.theme-yellow {
        background: linear-gradient(145deg, #b77b20, #f1bd45);
    }

    .home-index-event-media.theme-indigo {
        background: linear-gradient(145deg, #343b83, #656ed6);
    }

    .home-index-event-media.theme-cyan {
        background: linear-gradient(145deg, #258696, #54c7d3);
    }

.home-index-event-logo-background {
    position: absolute;
    z-index: 1;
    width: 135px;
    max-height: 110px;
    top: 50%;
    left: 50%;
    object-fit: contain;
    opacity: 0.72;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.22));
    transform: translate(-50%, -50%);
}

.home-index-event-photo {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.home-index-event-card:hover .home-index-event-photo {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.home-index-event-overlay {
    position: absolute;
    z-index: 3;
    inset: 0;
    background: linear-gradient( 180deg, rgba(16, 20, 41, 0.03) 30%, rgba(16, 20, 41, 0.68) 100% );
    pointer-events: none;
}

.home-index-event-badge {
    position: absolute;
    z-index: 4;
    top: 13px;
    left: 13px;
    max-width: 165px;
    padding: 7px 10px;
    overflow: hidden;
    border-radius: 50px;
    background-color: rgba(108, 92, 231, 0.95);
    color: #fff;
    font-size: 7px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-index-event-date {
    position: absolute;
    z-index: 4;
    top: 13px;
    right: 13px;
    width: 47px;
    min-height: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 7px 17px rgba(27, 33, 55, 0.17);
}

    .home-index-event-date strong,
    .home-index-event-date span {
        display: block;
    }

    .home-index-event-date strong {
        color: #ef476f;
        font-size: 17px;
        line-height: 1;
        font-weight: 800;
    }

    .home-index-event-date span {
        margin-top: 3px;
        color: #555b6e;
        font-size: 7px;
        font-weight: 800;
    }

.home-index-event-price {
    position: absolute;
    z-index: 4;
    right: 13px;
    bottom: 13px;
    min-width: 112px;
    padding: 8px 10px;
    border-radius: 9px;
    background-color: #ffd166;
    color: #362d19;
    box-shadow: 0 7px 16px rgba(33, 29, 20, 0.22);
}

    .home-index-event-price span,
    .home-index-event-price strong {
        display: block;
    }

    .home-index-event-price span {
        color: #786127;
        font-size: 7px;
        font-weight: 750;
        text-transform: uppercase;
    }

    .home-index-event-price strong {
        color: #2e281a;
        font-size: 14px;
        font-weight: 800;
    }

.home-index-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.home-index-event-category {
    display: block;
    margin-bottom: 5px;
    color: #6c5ce7;
    font-size: 7px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.home-index-event-content h3 {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 750;
}

    .home-index-event-content h3 a {
        color: #20283c;
    }

        .home-index-event-content h3 a:hover {
            color: #6c5ce7;
        }

.home-index-event-content > p {
    margin: 0 0 15px;
    color: #777e8d;
    font-size: 9px;
    line-height: 1.7;
}

.home-index-event-information {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 16px;
}

    .home-index-event-information span {
        display: flex;
        align-items: flex-start;
        gap: 7px;
        color: #626979;
        font-size: 8px;
        line-height: 1.5;
    }

    .home-index-event-information i {
        width: 18px;
        color: #6c5ce7;
        text-align: center;
    }

.home-index-event-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eceef3;
}

    .home-index-event-footer > span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #26806b;
        font-size: 7px;
        font-weight: 700;
    }

    .home-index-event-footer > a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #ef476f;
        font-size: 8px;
        font-weight: 750;
    }

        .home-index-event-footer > a:hover {
            color: #ca3158;
        }

/*
------------------------------------------------
Ecossistema
------------------------------------------------
*/

.home-index-ecosystem-section {
    padding: 80px 0;
    background: linear-gradient( 180deg, #211d3d 0%, #30285b 100% );
}

.home-index-ecosystem-heading {
    max-width: 750px;
    margin: 0 auto 38px;
    text-align: center;
}

    .home-index-ecosystem-heading > span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 8px;
        color: #ffd166;
        font-size: 9px;
        font-weight: 750;
        text-transform: uppercase;
        letter-spacing: 0.7px;
    }

    .home-index-ecosystem-heading h2 {
        margin: 0 0 10px;
        color: #fff;
        font-size: 31px;
        line-height: 1.35;
        font-weight: 800;
    }

    .home-index-ecosystem-heading p {
        margin: 0;
        color: rgba(255, 255, 255, 0.70);
        font-size: 11px;
        line-height: 1.75;
    }

.home-index-ecosystem-card {
    position: relative;
    height: 100%;
    padding: 27px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7px);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

    .home-index-ecosystem-card:hover {
        transform: translateY(-5px);
        background-color: rgba(255, 255, 255, 0.10);
    }

.home-index-ecosystem-card-number {
    position: absolute;
    top: 15px;
    right: 18px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.home-index-ecosystem-card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 13px;
    color: #fff;
    font-size: 19px;
}

.home-index-ecosystem-card.public-card
.home-index-ecosystem-card-icon {
    background: linear-gradient(135deg, #6c5ce7, #9c6df0);
}

.home-index-ecosystem-card.promoter-card
.home-index-ecosystem-card-icon {
    background: linear-gradient(135deg, #ff6b35, #ef476f);
}

.home-index-ecosystem-card.operation-card
.home-index-ecosystem-card-icon {
    background: linear-gradient(135deg, #208c72, #48bfa0);
}

.home-index-ecosystem-card > span {
    display: block;
    margin-bottom: 5px;
    color: #ffd166;
    font-size: 8px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.home-index-ecosystem-card h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 750;
}

.home-index-ecosystem-card > p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    line-height: 1.75;
}

.home-index-ecosystem-card ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.home-index-ecosystem-card li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: rgba(255, 255, 255, 0.79);
    font-size: 8px;
}

    .home-index-ecosystem-card li i {
        color: #84e4d3;
    }

.home-index-ecosystem-card > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 8px;
    font-weight: 750;
}

/*
------------------------------------------------
Banner dos promotores
------------------------------------------------
*/

.home-index-promoter-section {
    padding: 85px 0;
}

.home-index-promoter-banner {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 55px;
    padding: 48px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient( 115deg, #4b358f 0%, #7545bd 48%, #d94e7b 100% );
    box-shadow: 0 20px 50px rgba(70, 45, 132, 0.25);
}

.home-index-promoter-visual {
    position: relative;
    min-height: 330px;
}

.home-index-promoter-logo {
    position: absolute;
    width: 205px;
    height: 205px;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(8px);
    transform: translate(-50%, -50%);
}

    .home-index-promoter-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
    }

.home-index-promoter-floating-card {
    position: absolute;
    min-width: 165px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    box-shadow: 0 10px 25px rgba(25, 19, 49, 0.17);
    backdrop-filter: blur(9px);
}

    .home-index-promoter-floating-card.card-one {
        top: 18px;
        left: 0;
    }

    .home-index-promoter-floating-card.card-two {
        top: 85px;
        right: 0;
    }

    .home-index-promoter-floating-card.card-three {
        bottom: 25px;
        left: 22px;
    }

    .home-index-promoter-floating-card > i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background-color: rgba(255, 255, 255, 0.14);
        color: #ffd166;
    }

    .home-index-promoter-floating-card strong,
    .home-index-promoter-floating-card span {
        display: block;
    }

    .home-index-promoter-floating-card strong {
        margin-bottom: 2px;
        font-size: 9px;
    }

    .home-index-promoter-floating-card span {
        color: rgba(255, 255, 255, 0.65);
        font-size: 7px;
    }

.home-index-promoter-content > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #ffd166;
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.home-index-promoter-content h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 31px;
    line-height: 1.33;
    font-weight: 800;
}

.home-index-promoter-content > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.8;
}

.home-index-promoter-benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 19px;
}

    .home-index-promoter-benefits span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.84);
        font-size: 9px;
    }

    .home-index-promoter-benefits i {
        color: #84e4d3;
    }

.home-index-promoter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.home-index-promoter-primary,
.home-index-promoter-secondary {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 9px;
    font-size: 9px;
    font-weight: 750;
}

.home-index-promoter-primary {
    background-color: #ffd166;
    color: #3d2c55;
    box-shadow: 0 10px 21px rgba(37, 25, 53, 0.21);
}

    .home-index-promoter-primary:hover {
        background-color: #ffdc83;
        color: #3d2c55;
    }

.home-index-promoter-secondary {
    border: 1px solid rgba(255, 255, 255, 0.23);
    background-color: rgba(255, 255, 255, 0.10);
    color: #fff;
}

    .home-index-promoter-secondary:hover {
        background-color: rgba(255, 255, 255, 0.17);
        color: #fff;
    }

/*
------------------------------------------------
Notícias
------------------------------------------------
*/

.home-index-news-section {
    padding: 35px 0 80px;
}

    .home-index-news-section .col-lg-4 {
        display: flex;
        margin-bottom: 20px;
    }

.home-index-news-card {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e3e6ed;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 9px 28px rgba(31, 39, 69, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .home-index-news-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 17px 36px rgba(31, 39, 69, 0.13);
    }

.home-index-news-visual {
    position: relative;
    min-height: 145px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 19px;
    overflow: hidden;
}

.home-index-news-card.theme-purple
.home-index-news-visual {
    background: linear-gradient(145deg, #4c398e, #9260dd);
}

.home-index-news-card.theme-orange
.home-index-news-visual {
    background: linear-gradient(145deg, #e45b34, #ef7f46);
}

.home-index-news-card.theme-green
.home-index-news-visual {
    background: linear-gradient(145deg, #247e65, #4cb68c);
}

.home-index-news-icon {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 20px;
}

.home-index-news-visual > span {
    padding: 6px 9px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 7px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-index-news-content {
    padding: 21px;
}

    .home-index-news-content h3 {
        margin: 0 0 8px;
        color: #20283c;
        font-size: 16px;
        line-height: 1.45;
        font-weight: 750;
    }

    .home-index-news-content p {
        margin: 0 0 16px;
        color: #777e8d;
        font-size: 9px;
        line-height: 1.7;
    }

    .home-index-news-content a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #6c5ce7;
        font-size: 8px;
        font-weight: 750;
    }

/*
------------------------------------------------
Banner final
------------------------------------------------
*/

.home-index-final-section {
    padding: 0 0 90px;
}

.home-index-final-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 35px;
    border-radius: 18px;
    background: linear-gradient( 115deg, #202744 0%, #313e68 100% );
    box-shadow: 0 14px 36px rgba(31, 39, 68, 0.18);
}

    .home-index-final-banner > div:first-child > span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 6px;
        color: #ffd166;
        font-size: 8px;
        font-weight: 750;
        text-transform: uppercase;
        letter-spacing: 0.7px;
    }

    .home-index-final-banner h2 {
        max-width: 700px;
        margin: 0;
        color: #fff;
        font-size: 23px;
        line-height: 1.4;
        font-weight: 750;
    }

.home-index-final-actions {
    flex: 0 0 auto;
    display: flex;
    gap: 9px;
}

    .home-index-final-actions a {
        min-height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 10px 15px;
        border-radius: 9px;
        font-size: 8px;
        font-weight: 750;
    }

        .home-index-final-actions a:first-child {
            background-color: #ffd166;
            color: #342e44;
        }

        .home-index-final-actions a:last-child {
            border: 1px solid rgba(255, 255, 255, 0.22);
            background-color: rgba(255, 255, 255, 0.09);
            color: #fff;
        }

/*
------------------------------------------------
Responsivo
------------------------------------------------
*/

@media (max-width: 1199px) {

    .home-index-search-fields {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

        .home-index-search-fields > button {
            grid-column: 1 / -1;
        }

    .home-index-promoter-banner {
        gap: 35px;
    }
}

@media (max-width: 991px) {

    .main-banner.home-index-hero {
        min-height: 760px;
        padding-top: 110px;
    }

    .home-index-countdown-card {
        max-width: 520px;
        margin-top: 35px;
    }

    .home-index-countdown {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-index-ecosystem-section .col-lg-4 {
        margin-bottom: 18px;
    }

    .home-index-promoter-banner {
        grid-template-columns: 1fr;
    }

    .home-index-promoter-visual {
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
    }

    .home-index-final-banner {
        display: block;
    }

    .home-index-final-actions {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .main-banner.home-index-hero {
        min-height: 760px;
        padding: 90px 0 125px;
    }

    .home-index-hero-content > h1 {
        font-size: 35px;
    }

    .home-index-next-event h2 {
        font-size: 24px;
    }

    .home-index-search-section {
        margin-top: -65px;
    }

    .home-index-search-card {
        padding: 21px;
    }

    .home-index-search-fields {
        grid-template-columns: 1fr;
    }

        .home-index-search-fields > button {
            grid-column: auto;
        }

    .home-index-section-heading {
        display: block;
    }

        .home-index-section-heading > a {
            margin-top: 13px;
        }

        .home-index-section-heading h2 {
            font-size: 24px;
        }

    .home-index-gallery-item {
        height: 245px;
    }

    .home-index-ecosystem-heading h2 {
        font-size: 25px;
    }

    .home-index-promoter-banner {
        padding: 28px;
    }

    .home-index-promoter-visual {
        min-height: 300px;
    }

    .home-index-promoter-content h2 {
        font-size: 25px;
    }

    .home-index-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

        .home-index-final-actions a {
            width: 100%;
        }
}

@media (max-width: 500px) {

    .main-banner.home-index-hero {
        min-height: 790px;
    }

    .home-index-hero-content > h1 {
        font-size: 29px;
    }

    .home-index-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-index-primary-button,
    .home-index-secondary-button {
        width: 100%;
    }

    .home-index-hero-benefits {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-index-countdown-card {
        padding: 19px;
    }

    .home-index-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-index-search-heading {
        align-items: flex-start;
    }

    .home-index-gallery-item {
        height: 220px;
    }

    .home-index-event-media {
        height: 230px;
    }

    .home-index-promoter-visual {
        min-height: 360px;
    }

    .home-index-promoter-logo {
        width: 170px;
        height: 170px;
    }

    .home-index-promoter-floating-card {
        min-width: 145px;
    }

        .home-index-promoter-floating-card.card-one {
            top: 0;
        }

        .home-index-promoter-floating-card.card-two {
            top: auto;
            right: 0;
            bottom: 5px;
        }

        .home-index-promoter-floating-card.card-three {
            bottom: 70px;
            left: 0;
        }

    .home-index-promoter-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-index-promoter-primary,
    .home-index-promoter-secondary {
        width: 100%;
    }

    .home-index-final-banner {
        padding: 25px;
    }

        .home-index-final-banner h2 {
            font-size: 19px;
        }
}

/*
------------------------------------------------
Correção do carrossel da Home
------------------------------------------------
*/

.home-index-gallery-section {
    position: relative;
    padding: 65px 0 40px;
    overflow: visible;
}

    .home-index-gallery-section .home-index-section-heading {
        position: relative;
        z-index: 5;
        margin-bottom: 32px;
    }

/*
 * Remove somente nesta galeria o margin-top: -60px
 * existente no tema original.
 */
.home-index-gallery-carousel.owl-show-events {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0 !important;
}

.home-index-gallery-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
