/* Minification failed. Returning unminified contents.
(2208,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2212,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2216,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2220,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2224,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2228,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Botões de filtro dos links da cidade (todas-cidades.html) */
.cidade-links-filtros {
    margin-bottom: 1rem;
}

.cidade-link-filtro.filter-btn {
    background: #f7fbff;
    color: #4688c8;
    border: 1px solid #d1e3f6;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    box-shadow: 0 1px 4px rgba(70,136,200,0.05);
    text-decoration: none;
}

    .cidade-link-filtro.filter-btn i {
        font-size: 1.2rem;
        color: #4688c8;
    }

    .cidade-link-filtro.filter-btn:hover, .cidade-link-filtro.filter-btn:focus {
        background: #4688c8;
        color: #fff;
        border-color: #4688c8;
        text-decoration: underline;
    }

        .cidade-link-filtro.filter-btn:hover i, .cidade-link-filtro.filter-btn:focus i {
            color: #fff;
        }
/* Cards de cidades - todas-cidades.html */
.cidade-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.cidade-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(70,136,200,0.08);
    transition: box-shadow 0.2s, transform 0.2s;
    border: none;
    padding: 1.2rem 0.7rem;
    cursor: pointer;
}

    .cidade-card:hover, .cidade-card-link:focus .cidade-card {
        box-shadow: 0 4px 16px rgba(44,90,140,0.14);
        transform: translateY(-2px) scale(1.04);
    }

.cidade-card-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0.7rem;
    box-shadow: 0 1px 4px rgba(70,136,200,0.10);
}

.cidade-card-nome {
    font-size: 1.08rem;
    color: #4688c8;
    font-weight: 600;
    margin-top: 0.2rem;
    letter-spacing: 0.5px;
}
/* Botões de links informativos da cidade */
.cidade-links-botoes {
    margin-bottom: 0.5rem;
}

.cidade-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90deg, #4688c8 60%, #2c5a8c 100%);
    border: none;
    border-radius: 16px;
    width: 120px;
    height: 120px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(70,136,200,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin-bottom: 0.2rem;
    flex-direction: column;
    font-size: 1.05rem;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
}

    .cidade-link-btn i {
        font-size: 2.1rem;
        color: #e3eaf3;
        transition: background 0.2s, color 0.2s;
    }

    .cidade-link-btn:hover, .cidade-link-btn:focus {
        background: linear-gradient(90deg, #2c5a8c 60%, #4688c8 100%);
        color: #fff;
        box-shadow: 0 4px 12px rgba(44,90,140,0.12);
        text-decoration: underline;
    }

        .cidade-link-btn:hover i, .cidade-link-btn:focus i {
            background: #4688c8;
            color: #fff;
        }

/* Detalhes da Cidade */
.cidade-descricao {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.cidade-caracteristicas {
    padding-left: 0;
    margin-bottom: 1.2rem;
}

    .cidade-caracteristicas li {
        font-size: 1.08rem;
        margin-bottom: 0.7rem;
        display: flex;
        align-items: flex-start;
        gap: 0.7rem;
        color: #222;
        background: #f7fbff;
        border-radius: 8px;
        padding: 0.7rem 1rem;
        box-shadow: 0 1px 4px rgba(70,136,200,0.05);
        font-weight: 400;
    }

    .cidade-caracteristicas i {
        font-size: 1.5rem;
        color: #4688c8;
        min-width: 28px;
        text-align: center;
        margin-top: 2px;
    }

.cidade-mapa-container {
    background: #f7fbff;
    border-radius: 12px;
    padding: 0.7rem;
    box-shadow: 0 2px 8px rgba(70,136,200,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cidade-mapa {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(70,136,200,0.10);
}

.cidade-mapa-legenda {
    display: block;
    margin-top: 0.3rem;
    color: #6c757d;
}

.cidade-links {
    padding-left: 0;
    margin-bottom: 0.5rem;
}

.cidade-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.05rem;
    color: #4688c8;
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e3eaf3;
    transition: color 0.2s;
}

    .cidade-link i {
        font-size: 1.2rem;
        color: #4688c8;
    }

    .cidade-link:hover {
        color: #2c5a8c;
        text-decoration: underline;
    }
/* Depoimentos Modal */
.depoimentos-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.depoimento-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f7fbff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(70,136,200,0.07);
}

.depoimento-foto {
    flex-shrink: 0;
}

.depoimento-texto {
    flex: 1;
}

.depoimento-mensagem {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-style: italic;
}

.depoimento-nome {
    font-weight: 700;
    color: #4688c8;
    font-size: 0.98rem;
}

.depoimento-cargo {
    font-size: 0.9rem;
    color: #888;
}

@media (max-width: 480px) {
    .depoimento-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .depoimento-foto {
        margin-bottom: 0.5rem;
    }
}
/* Modal de Login */
.modal-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .modal-login.show {
        opacity: 1;
        pointer-events: auto;
    }

.modal-login-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    max-width: 340px;
    width: 90vw;
    text-align: center;
    position: relative;
    animation: fadeIn 0.5s;
}

.modal-header-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.modal-title-login {
    font-size: 1.2rem;
    font-weight: 700;
    color: #4688c8;
    margin: 0;
}

.btn-fechar-login {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #4688c8;
    cursor: pointer;
    z-index: 2;
}

.modal-body-login {
    margin-top: 0.5rem;
}

.campo-login {
    margin-bottom: 1.2rem;
    text-align: left;
}

.label-login {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4688c8;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.input-login {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #d1e3f6;
    font-size: 1rem;
    background: #f7fbff;
    margin-bottom: 0.1rem;
    transition: border-color 0.3s;
}

.input-busca[type="text"],
.input-busca[type="email"],
.input-busca[type="date"],
.input-busca,
.input-busca textarea {
    font-family: inherit;
    resize: vertical;
    min-height: 44px;
    box-sizing: border-box;
}

    .input-busca textarea {
        min-height: 90px;
        max-height: 220px;
    }

.input-login:focus {
    border-color: #4688c8;
    outline: none;
}

.botoes-login {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.btn-login-modal {
    width: 100%;
    background: #1aa69e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 0;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(26,166,158,0.12);
    transition: background 0.3s;
    cursor: pointer;
    margin-bottom: 0.3rem;
}

    .btn-login-modal:hover {
        background: #148a82;
    }

.login-links {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

    .login-links a {
        color: #4688c8;
        text-decoration: underline;
        font-weight: 500;
    }

        .login-links a:hover {
            color: #1aa69e;
        }

@media (max-width: 480px) {
    .modal-login-content {
        max-width: 95vw;
        padding: 1rem;
    }
}
/* Pop-up de Publicidade */
.popup-publicidade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .popup-publicidade.show {
        opacity: 1;
        pointer-events: auto;
    }

.popup-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    padding: 1.5rem;
    max-width: 340px;
    width: 90vw;
    text-align: center;
    position: relative;
    animation: fadeIn 0.5s;
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #4688c8;
    cursor: pointer;
    z-index: 2;
}

.popup-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(70,136,200,0.08);
}

@media (max-width: 480px) {
    .popup-content {
        max-width: 95vw;
        padding: 1rem;
    }
}

.title-bold {
    color: #4688c8;
}

/* Carousel horizontal de cards */
.cards-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .cards-carousel::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

.cards-wrapper {
    display: flex;
    gap: 1rem;
    padding: 0 1rem;
}

.card-item {
    min-width: 240px;
    max-width: 240px;
    height: 300px;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.card-clean {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .card-clean:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    }

.card-image-container {
    position: relative;
    height: 140px;
    overflow: hidden;
}

    .card-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.card-clean:hover .card-image-container img {
    transform: scale(1.05);
}

.card-content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-title-clean {
    font-size: 1rem;
    font-weight: 700;
    color: #1aa69e;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.card-description {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-link {
    display: inline-flex;
    align-items: center;
    color: #1aa69e;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: color 0.3s ease;
    margin-top: auto;
    flex-shrink: 0;
}

    .card-link:hover {
        color: #148a82;
    }

    .card-link i {
        margin-left: 0.5rem;
        transition: transform 0.3s ease;
    }

    .card-link:hover i {
        transform: translateX(4px);
    }

/* Indicadores de scroll */
.scroll-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    transition: background 0.3s ease;
}

    .scroll-dot.active {
        background: #1aa69e;
    }

/* Navbar navigation styles */
.navbar-link {
    position: relative;
    padding: 0.5rem 0.8rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #666 !important;
    text-align: center;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

    .navbar-link.active {
        background-color: #1aa69e;
        color: white !important;
        box-shadow: 0 2px 8px rgba(26, 166, 158, 0.3);
    }

    .navbar-link:hover {
        background-color: rgba(26, 166, 158, 0.1);
        color: #1aa69e !important;
    }

    .navbar-link.active:hover {
        background-color: #148a82;
        color: white !important;
    }

    .navbar-link i {
        display: block;
        margin-bottom: 0.25rem;
        width: 100%;
        text-align: center;
    }

/* Section transitions */
.section-mobile {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .section-mobile.d-none {
        opacity: 0;
        transform: translateY(10px);
    }

    .section-mobile:not(.d-none) {
        opacity: 1;
        transform: translateY(0);
    }

/* Botão de busca hero */
.btn-busca-hero {
    width: 100%;
    padding: 1.2rem 2rem;
    background: linear-gradient(135deg, #1aa69e, #148a82);
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 166, 158, 0.3);
}

    .btn-busca-hero:hover {
        background: linear-gradient(135deg, #148a82, #1aa69e);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(26, 166, 158, 0.4);
        color: white;
    }

    .btn-busca-hero:active {
        transform: translateY(0);
    }

    .btn-busca-hero i {
        font-size: 1rem;
    }

    .btn-busca-hero span {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }

/* Modal de busca */
.modal-busca {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

    .modal-busca.show {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.modal-busca-content {
    background: white;
    margin: 1rem;
    padding: 0;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

.modal-header-busca {
    background: linear-gradient(135deg, #1aa69e, #148a82);
    color: white;
    padding: 1.5rem;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title-busca {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.btn-fechar-busca {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 0.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .btn-fechar-busca:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

.modal-body-busca {
    padding: 2rem;
}

.campo-busca {
    margin-bottom: 1.5rem;
}

.label-busca {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

    .label-busca i {
        color: #1aa69e;
        width: 16px;
        text-align: center;
    }

.input-busca {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

    .input-busca:focus {
        outline: none;
        border-color: #1aa69e;
        box-shadow: 0 0 0 3px rgba(26, 166, 158, 0.1);
        background: white;
    }

.botoes-busca {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
}

.btn-buscar-modal {
    background: linear-gradient(135deg, #1aa69e, #148a82);
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 166, 158, 0.3);
}

    .btn-buscar-modal:hover {
        background: linear-gradient(135deg, #148a82, #1aa69e);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(26, 166, 158, 0.4);
    }

.btn-limpar-modal {
    background: transparent;
    color: #666;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .btn-limpar-modal:hover {
        background: #f8f9fa;
        border-color: #1aa69e;
        color: #1aa69e;
    }

/* Menu lateral (Drawer) */
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .drawer-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-color: white;
    z-index: 1041;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
}

    .drawer-menu.show {
        transform: translateX(0);
    }

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #e9ecef;
    background-color: #f8f9fa;
}

.drawer-logo {
    max-height: 40px;
    width: auto;
}

.drawer-close-btn {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .drawer-close-btn:hover {
        background-color: #e9ecef;
        color: #495057;
    }

.drawer-nav {
    padding: 1rem 0;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 1rem 0.5rem;
    color: #495057;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    border: none;
}

.drawer-nav-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #495057;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    border: none;
    width: 100%;
}

    .drawer-nav-item:hover, .nav-item:hover {
        background-color: #f8f9fa;
        color: #4688c8;
        text-decoration: none;
    }

    .drawer-nav-item.active, .nav-item.active {
        background-color: #e3f2fd;
        color: #4688c8;
        border-right: 3px solid #4688c8;
    }

    .drawer-nav-item i, .nav-item i {
        width: 20px;
        margin-right: 12px;
        color: #4688c8;
        font-size: 1.1rem;
    }

    .drawer-nav-item span, .nav-item span {
        font-size: 1rem;
        font-weight: 500;
    }

/* Responsividade do drawer */
@media (max-width: 576px) {
    .drawer-menu {
        width: 260px;
    }

    .drawer-header {
        padding: 1rem;
    }

    .drawer-nav-item {
        padding: 0.875rem 1.25rem;
    }
}

/* Prevenir scroll do body quando drawer está aberto */
body.drawer-open {
    overflow: hidden;
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive para telas menores */
@media (max-width: 480px) {
    .modal-busca-content {
        margin: 0.5rem;
        border-radius: 15px;
    }

    .modal-header-busca {
        padding: 1.2rem;
        border-radius: 15px 15px 0 0;
    }

    .modal-body-busca {
        padding: 1.5rem;
    }
}

/* Dropdown de idiomas */
.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-current {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

    .language-current:hover {
        background-color: rgba(70, 136, 200, 0.1);
    }

.lang-img {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.language-arrow {
    font-size: 0.8rem;
    color: #6c757d;
    transition: transform 0.2s ease;
}

.language-dropdown.open .language-arrow {
    transform: rotate(180deg);
}

.language-options {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    min-width: 150px;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

    .language-options.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.language-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #495057;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border: none;
    width: 100%;
}

    .language-option:hover {
        background-color: #f8f9fa;
        color: #4688c8;
        text-decoration: none;
    }

    .language-option.active {
        background-color: #e3f2fd;
        color: #4688c8;
    }

    .language-option span {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .language-option:first-child {
        border-radius: 8px 8px 0 0;
    }

    .language-option:last-child {
        border-radius: 0 0 8px 8px;
    }

/* Responsividade do dropdown de idiomas */
@media (max-width: 576px) {
    .language-options {
        right: -10px;
        min-width: 140px;
    }

    .language-option {
        padding: 0.625rem 0.875rem;
    }

    .lang-img {
        width: 20px;
        height: 15px;
    }
}

/* Footer fixo mobile */
#footer-fixed-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #f8f9fa !important;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease;
}

    #footer-fixed-mobile.opacity-100 {
        opacity: 1;
    }

    #footer-fixed-mobile.opacity-50 {
        opacity: 0.5;
    }

/* Suporte para modo escuro (media query para detectar preferência do sistema) */
@media (prefers-color-scheme: dark) {
    #footer-fixed-mobile {
        background-color: #343a40 !important;
        border-top: 1px solid #495057;
    }

        #footer-fixed-mobile .navbar {
            background-color: #343a40 !important;
        }

        #footer-fixed-mobile .navbar-link {
            color: #adb5bd !important;
        }

            #footer-fixed-mobile .navbar-link:hover {
                color: #4688c8 !important;
                background-color: rgba(70, 136, 200, 0.15);
            }

            #footer-fixed-mobile .navbar-link.active {
                color: #4688c8 !important;
                background-color: rgba(70, 136, 200, 0.2);
            }
}

#footer-fixed-mobile .navbar {
    padding: 0.75rem 0;
    background-color: #f8f9fa !important;
}

#footer-fixed-mobile .container-fluid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem;
}

#footer-fixed-mobile .navbar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4688c8 !important;
    transition: color 0.2s ease, transform 0.2s ease;
    padding: 0.5rem;
    border-radius: 8px;
    min-width: 50px;
    text-decoration: none !important;
}

    #footer-fixed-mobile .navbar-link:hover {
        color: #2c5282 !important;
        transform: translateY(-2px);
        background-color: rgba(70, 136, 200, 0.1);
    }

    #footer-fixed-mobile .navbar-link i {
        font-size: 1.5rem !important;
        margin-bottom: 0.25rem;
    }

    #footer-fixed-mobile .navbar-link.active {
        color: #2c5282 !important;
        background-color: rgba(70, 136, 200, 0.15);
    }

/* Ajuste para compensar o footer fixo */
body {
    padding-bottom: 70px;
}

/* Responsividade do footer */
@media (max-width: 576px) {
    #footer-fixed-mobile .navbar-link i {
        font-size: 1.3rem !important;
    }

    #footer-fixed-mobile .navbar-link {
        min-width: 45px;
        padding: 0.4rem;
    }

    body {
        padding-bottom: 65px;
    }
}

/* Seção de Blog */
#blog {
    background-color: #f8f9fa;
}

.blog-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    margin-bottom: 1rem;
    height: 100%
}

    .blog-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

.blog-image-container {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-categories {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.blog-category {
	display: inline-block;
    background-color: #4688c8;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-content {
    padding: 1.25rem;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-excerpt {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9ecef;
    padding-top: 0.75rem;
}

.blog-date {
    color: #6c757d;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .blog-date i {
        color: #4688c8;
    }

.blog-read-more {
    color: #4688c8;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

    .blog-read-more:hover {
        color: #2c5282;
        text-decoration: none;
    }

    .blog-read-more i {
        font-size: 0.8rem;
        transition: transform 0.2s ease;
    }

    .blog-read-more:hover i {
        transform: translateX(3px);
    }

.btn-ver-mais-blog {
    background-color: #4688c8;
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .btn-ver-mais-blog:hover {
        background-color: #2c5282;
        color: white;
        text-decoration: none;
        transform: translateY(-1px);
    }

    .btn-ver-mais-blog i {
        transition: transform 0.2s ease;
    }

    .btn-ver-mais-blog:hover i {
        transform: translateX(3px);
    }

/* Responsividade da seção de blog */
@media (max-width: 576px) {
    .blog-image-container {
        height: 160px;
    }

    .blog-content {
        padding: 1rem;
    }

    .blog-title {
        font-size: 1rem;
    }

    .blog-excerpt {
        font-size: 0.85rem;
    }

    .blog-meta {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .btn-ver-mais-blog {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Botão Ver Todos das Seções */
.btn-ver-todos-secao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1aa69e, #148a82);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 166, 158, 0.25);
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

    .btn-ver-todos-secao::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
        transition: left 0.5s ease;
    }

    .btn-ver-todos-secao:hover::before {
        left: 100%;
    }

    .btn-ver-todos-secao:hover {
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(26, 166, 158, 0.4);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .btn-ver-todos-secao:active {
        transform: translateY(0);
        box-shadow: 0 2px 10px rgba(26, 166, 158, 0.3);
    }

    .btn-ver-todos-secao i {
        transition: transform 0.3s ease;
    }

    .btn-ver-todos-secao:hover i {
        transform: translateX(3px);
    }

/* Responsividade para o botão */
@media (max-width: 576px) {
    .btn-ver-todos-secao {
        padding: 10px 20px;
        font-size: 13px;
        min-width: 200px;
    }
}

/* Variações de cor para diferentes seções */
#destaques-mobile .btn-ver-todos-secao {
    background: linear-gradient(135deg, #007bff, #0056b3);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.25);
}

    #destaques-mobile .btn-ver-todos-secao:hover {
        box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    }

#experiencia-mobile .btn-ver-todos-secao {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.25);
}

    #experiencia-mobile .btn-ver-todos-secao:hover {
        box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    }

#eventos-mobile .btn-ver-todos-secao {
    background: linear-gradient(135deg, #fd7e14, #e55a00);
    box-shadow: 0 4px 15px rgba(253, 126, 20, 0.25);
}

    #eventos-mobile .btn-ver-todos-secao:hover {
        box-shadow: 0 6px 20px rgba(253, 126, 20, 0.4);
    }

#roteiros-mobile .btn-ver-todos-secao {
    background: linear-gradient(135deg, #6f42c1, #563d7c);
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.25);
}

    #roteiros-mobile .btn-ver-todos-secao:hover {
        box-shadow: 0 6px 20px rgba(111, 66, 193, 0.4);
    }

/* Seção de Destinos/Experiências */
.destino-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .destino-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.destino-image-container {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.destino-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.destino-card:hover .destino-image {
    transform: scale(1.1);
}

.destino-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(70, 136, 200, 0.8), rgba(44, 82, 130, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.destino-card:hover .destino-overlay {
    opacity: 1;
}

.destino-icon {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4688c8;
    font-size: 1.5rem;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.destino-card:hover .destino-icon {
    transform: scale(1);
}

.destino-content {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.destino-title {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    text-align: center;
}

.destino-description {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Animações de entrada */
.destino-card {
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.6s ease forwards;
}

    .destino-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .destino-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .destino-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    .destino-card:nth-child(4) {
        animation-delay: 0.4s;
    }

    .destino-card:nth-child(5) {
        animation-delay: 0.5s;
    }

    .destino-card:nth-child(6) {
        animation-delay: 0.6s;
    }

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade para telas muito pequenas */
@media (max-width: 576px) {
    .destino-image-container {
        height: 100px;
    }

    .destino-content {
        padding: 0.75rem;
    }

    .destino-title {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }

    .destino-description {
        font-size: 0.75rem;
    }

    .destino-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* Estados especiais para diferentes tipos */
.destino-card[data-bs-target="#modalAventura"] .destino-overlay {
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.8), rgba(230, 74, 25, 0.9));
}

.destino-card[data-bs-target="#modalBodas"] .destino-overlay {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.8), rgba(194, 24, 91, 0.9));
}

.destino-card[data-bs-target="#modalCorporativo"] .destino-overlay {
    background: linear-gradient(135deg, rgba(96, 125, 139, 0.8), rgba(69, 90, 100, 0.9));
}

.destino-card[data-bs-target="#modalLazer"] .destino-overlay {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.8), rgba(56, 142, 60, 0.9));
}

.destino-card[data-bs-target="#modalCelebracao"] .destino-overlay {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.8), rgba(255, 160, 0, 0.9));
}

.destino-card[data-bs-target="#modalReligioso"] .destino-overlay {
    background: linear-gradient(135deg, rgba(121, 85, 72, 0.8), rgba(93, 64, 55, 0.9));
}

/* Footer Institucional Moderno */
.footer-institucional {
    background: linear-gradient(135deg, #1aa69e, #148a82);
    color: white;
    padding: 3rem 0 2rem 0;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
}

    .footer-institucional::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="wave" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0 50 Q25 25 50 50 T100 50 V100 H0 Z" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23wave)"/></svg>') repeat;
        opacity: 0.6;
        pointer-events: none;
    }

    .footer-institucional .container {
        position: relative;
        z-index: 2;
    }

.footer-logo {
    max-height: 80px;
    filter: brightness(0) invert(1);
    margin-bottom: 1rem;
}

.footer-slogan {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.5px;
}

.btn-contato-footer {
    width: 100%;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .btn-contato-footer:hover {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        color: white;
    }

    .btn-contato-footer i {
        font-size: 1.1rem;
    }

.footer-section-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .footer-section-title i {
        font-size: 0.9rem;
        opacity: 0.8;
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 0.5rem;
    }

    .footer-links a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        position: relative;
    }

        .footer-links a:hover {
            color: white;
            transform: translateX(5px);
        }

        .footer-links a::before {
            content: '→';
            position: absolute;
            left: -15px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .footer-links a:hover::before {
            opacity: 1;
        }

.footer-social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .footer-social-link:hover {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-3px) scale(1.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        color: white;
    }

.footer-copyright {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

    .footer-copyright p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .footer-copyright strong {
        color: white;
    }

/* Responsividade do footer institucional */
@media (max-width: 576px) {
    .footer-institucional {
        padding: 2.5rem 0 1.5rem 0;
    }

    .footer-logo {
        max-height: 60px;
    }

    .footer-slogan {
        font-size: 0.9rem;
    }

    .btn-contato-footer {
        padding: 0.9rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-section-title {
        font-size: 0.9rem;
    }

    .footer-links a {
        font-size: 0.8rem;
    }

    .footer-social-link {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .footer-copyright p {
        font-size: 0.75rem;
    }
}

/* Galeria de Prêmios - Esteira Automática */
#premios {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3c72, #2a5298) !important;
}

/* Efeito de brilho da esteira */
.esteira-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.1), transparent );
    animation: esteira-shine 3s ease-in-out infinite;
    z-index: 1;
}

@keyframes esteira-shine {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* Container da esteira */
.premios-esteira-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2), 0 4px 20px rgba(0, 0, 0, 0.3);
}

    .premios-esteira-container::before,
    .premios-esteira-container::after {
        content: '';
        position: absolute;
        top: 0;
        width: 30px;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }

    .premios-esteira-container::before {
        left: 0;
        background: linear-gradient(to right, rgba(30, 60, 114, 1), transparent);
    }

    .premios-esteira-container::after {
        right: 0;
        background: linear-gradient(to left, rgba(30, 60, 114, 1), transparent);
    }

/* Esteira principal */
.premios-esteira {
    display: flex;
    align-items: center;
    animation: esteira-move 25s linear infinite;
    gap: 15px;
    width: max-content;
}

@keyframes esteira-move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause na animação ao hover */
.premios-esteira-container:hover .premios-esteira {
    animation-play-state: paused;
}

/* Item da esteira */
.premio-item {
    flex-shrink: 0;
    margin: 0 10px;
}

/* Badge do prêmio */
.premio-badge {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fff, #f8f9fa);
    border-radius: 25px;
    padding: 12px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    min-width: 250px;
    position: relative;
    overflow: hidden;
}

    .premio-badge::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient( 45deg, transparent, rgba(255, 255, 255, 0.1), transparent );
        transform: rotate(45deg);
        transition: all 0.5s ease;
        opacity: 0;
    }

    .premio-badge:hover::before {
        opacity: 1;
        animation: premio-sparkle 0.6s ease-out;
    }

@keyframes premio-sparkle {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.premio-badge:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Ícone do prêmio */
.premio-icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

    .premio-icon-wrapper i {
        font-size: 18px;
        color: #b8860b;
        transition: all 0.3s ease;
    }

.premio-badge:hover .premio-icon-wrapper {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

    .premio-badge:hover .premio-icon-wrapper i {
        transform: scale(1.1);
        color: #8b6914;
    }

/* Informações do prêmio */
.premio-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.premio-title-mini {
    font-size: 13px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.premio-subtitle {
    font-size: 11px;
    color: #6c757d;
    font-weight: 500;
    opacity: 0.8;
}

/* Responsividade */
@media (max-width: 576px) {
    .premios-esteira {
        animation-duration: 30s;
    }

    .premio-badge {
        min-width: 220px;
        padding: 10px 16px;
    }

    .premio-icon-wrapper {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

        .premio-icon-wrapper i {
            font-size: 16px;
        }

    .premio-title-mini {
        font-size: 12px;
    }

    .premio-subtitle {
        font-size: 10px;
    }
}

/* Efeitos especiais */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
    }
}

.premio-badge:nth-child(odd) {
    animation: pulse-glow 4s ease-in-out infinite;
    animation-delay: 0s;
}

.premio-badge:nth-child(even) {
    animation: pulse-glow 4s ease-in-out infinite;
    animation-delay: 2s;
}

.premio-card:nth-child(1)::after {
    --sparkle-delay: 0s;
}

.premio-card:nth-child(2)::after {
    --sparkle-delay: 0.5s;
}

.premio-card:nth-child(3)::after {
    --sparkle-delay: 1s;
}

.premio-card:nth-child(4)::after {
    --sparkle-delay: 1.5s;
}

.premio-card:nth-child(5)::after {
    --sparkle-delay: 2s;
}

.premio-card:nth-child(6)::after {
    --sparkle-delay: 2.5s;
}

/* Estilos para página de Calendário de Eventos */

/* Seletor de cidade */
.city-selector-container {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.city-selector-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

    .city-selector-label i {
        color: #4688c8;
        font-size: 1rem;
    }

.city-selector {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    font-size: 1rem;
    color: #495057;
    transition: all 0.3s ease;
}

    .city-selector:focus {
        outline: none;
        border-color: #4688c8;
        background: white;
        box-shadow: 0 0 0 3px rgba(70, 136, 200, 0.1);
    }

/* Filtros de eventos */
.event-filters {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .event-filters::-webkit-scrollbar {
        display: none;
    }

.filter-btn {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

    .filter-btn:hover {
        border-color: #4688c8;
        color: #4688c8;
        background: rgba(70, 136, 200, 0.05);
    }

    .filter-btn.active {
        background: #4688c8;
        border-color: #4688c8;
        color: white;
    }

    .filter-btn i {
        font-size: 0.9rem;
    }

/* Navegação do calendário */
.calendar-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.nav-btn {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4688c8;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .nav-btn:hover {
        background: #4688c8;
        border-color: #4688c8;
        color: white;
        transform: scale(1.05);
    }

.current-month h5 {
    margin: 0;
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Cards de eventos */
.event-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 120px;
}

    .event-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.event-date {
    background: linear-gradient(135deg, #4688c8, #2c5282);
    color: white;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    text-align: center;
}

.event-day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.event-month {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.event-image {
    position: relative;
    width: 80px;
    height: 120px;
    overflow: hidden;
}

    .event-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.event-category {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

.event-info {
    flex: 1;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-location,
.event-time {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    .event-location i,
    .event-time i {
        color: #4688c8;
        width: 12px;
        text-align: center;
    }

.event-price {
    font-size: 0.8rem;
    font-weight: 700;
    color: #28a745;
    margin-top: auto;
}

.event-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
    justify-content: center;
}

.btn-share,
.btn-info {
    background: transparent;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

    .btn-share:hover {
        border-color: #dc3545;
        color: #dc3545;
        background: rgba(220, 53, 69, 0.1);
    }

    .btn-share.active {
        border-color: #dc3545;
        background: #dc3545;
        color: white;
    }

        .btn-share.active i {
            font-weight: 900;
        }

    .btn-info:hover {
        border-color: #4688c8;
        color: #4688c8;
        background: rgba(70, 136, 200, 0.1);
    }

/* Botão carregar mais */
.btn-carregar-mais {
    background: linear-gradient(135deg, #4688c8, #2c5282);
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(70, 136, 200, 0.3);
}

    .btn-carregar-mais:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(70, 136, 200, 0.4);
        background: linear-gradient(135deg, #2c5282, #4688c8);
    }

/* Eventos em destaque */
.featured-event-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 140px;
}

    .featured-event-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.featured-event-image {
    position: relative;
    height: 90px;
    overflow: hidden;
}

    .featured-event-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.featured-event-card:hover .featured-event-image img {
    transform: scale(1.05);
}

.featured-event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(70, 136, 200, 0.8), rgba(44, 82, 130, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-event-card:hover .featured-event-overlay {
    opacity: 1;
}

.featured-event-overlay i {
    color: white;
    font-size: 1.5rem;
}

.featured-event-content {
    padding: 0.75rem;
    text-align: center;
}

.featured-event-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.featured-event-date {
    font-size: 0.75rem;
    color: #6c757d;
    margin: 0;
}

/* Filtros de eventos (responsividade) */
@media (max-width: 576px) {
    .event-card {
        height: 110px;
    }

    .event-date {
        min-width: 50px;
        padding: 0.75rem;
    }

    .event-day {
        font-size: 1.3rem;
    }

    .event-month {
        font-size: 0.65rem;
    }

    .event-image {
        width: 70px;
        height: 110px;
    }

    .event-info {
        padding: 0.6rem;
    }

    .event-title {
        font-size: 0.85rem;
    }

    .event-location,
    .event-time {
        font-size: 0.7rem;
    }

    .event-actions {
        padding: 0.6rem;
    }

    .btn-share,
    .btn-info {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    .featured-event-card {
        height: 120px;
    }

    .featured-event-image {
        height: 75px;
    }

    .featured-event-content {
        padding: 0.6rem;
    }

    .featured-event-title {
        font-size: 0.8rem;
    }

    .featured-event-date {
        font-size: 0.7rem;
    }
}

/* Estados dos eventos */
.event-item.hidden {
    display: none;
}

.event-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .event-item.fade-in {
        animation: fadeInUp 0.5s ease forwards;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading state */
.loading-events {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

    .loading-events i {
        font-size: 2rem;
        margin-bottom: 1rem;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* Pop-up de Publicidade */
.popup-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.popup-loading.show {
    opacity: 1;
    pointer-events: auto;
}

.popup-loading-content {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    max-width: 100px;
    width: 90vw;
    text-align: center;
    position: relative;
    animation: fadeIn 0.5s;
}

    .popup-loading-content img {
        max-width: 100%;
        height: auto;
        animation: popup-loading-image-shaking 0.75s linear infinite;
    }

@keyframes popup-loading-image-shaking {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(5deg);
    }

    10% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-5deg);
    }

    20% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

