﻿/*
.busca-hero {

}*/

.resultado-card {
    transition: all 0.2s ease-in-out;
}

    .resultado-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

.resultado-link {
    text-decoration: none;
    color: #0d6efd !important;
    font-size: 20px !important;
}

    .resultado-link:hover {
        text-decoration: underline;
    }

.categoria-badge {
    background-color: #eef2f7;
    color: #495057;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
}

.empty-state {
    background-color: #f8f9fa;
    border-radius: 16px;
}

.sugestao-badge {
    background-color: #f1f3f5;
    color: #333;
    padding: 8px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.2s;
}

    .sugestao-badge:hover {
        background-color: #0d6efd;
        color: #fff;
    }

.autocomplete-list {
    /* position: absolute; */
    text-align: left;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-top: 5px;
    z-index: 1000;
    overflow: hidden;
    position: absolute
}

.autocomplete-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s;
}

    .autocomplete-item:first-letter {
        text-transform: capitalize;
    }

    .autocomplete-item:hover {
        background-color: #f8f9fa;
    }

.busca-container {
    max-width: 1200px;
}


.busca-hero {
    padding: 20px 20px;
    border-radius: 12px;
    margin-top: 0px;
}

.busca-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.busca-input {
    border-radius: 40px;
    padding-left: 25px;
}

.busca-btn {
    /*border-radius: 40px;*/
    padding: 0 25px;
}

.busca-sugestoes {
    font-size: 0.9rem;
    margin-top: 10px;
}

    .busca-sugestoes a {
        margin: 0 8px;
        text-decoration: none;
        color: #666;
    }

        .busca-sugestoes a:hover {
            color: #000;
        }



.rede-transparencia {
    border-radius: 8px;
    border: 1px solid #000;
    padding: 20px;
    transition: 0.3s;
    border-radius: 8px;
    background: #e9e9e9;
    border: 1px solid #cdcdcd;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    margin: 14px;
}

    .rede-transparencia:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.rede-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color:#000
}

.rede-btn {
    background: white;
    color: #000;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 600;
}
