.form-busca-simples {
    max-width: 800px;
    margin: 20px 0;
}

.container-busca {
    display: flex;
    width: 100%;
}

.campo-busca {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #007bff;
    font-size: 16px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.botao-pesquisar {
    background: #0095d9;
    color: white;
    border: 2px solid #0095d9;
    padding: 3px 25px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.botao-pesquisar:hover {
    background: #0056b3;
    border-color: #0056b3;
}

/* Responsivo */
@media (max-width: 768px) {
    .container-busca {
        flex-direction: column;
        gap: 10px;
    }
    
    .botao-pesquisar {
        width: 100%;
        padding: 12px;
    }
}

    .td_module_19 .td-item-details {
        margin-left: 0px;
        min-height: 0px;
    }
    .vc_tta-tab {
        list-style: none;
        padding: 0;
        display: inline-flex;
        gap: 5px;
    }
    .paginacao {
    margin: 30px 0;
    text-align: center;
}

.paginacao ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 5px;
}

.paginacao li a {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #007bff;
    transition: all 0.3s;
}

.paginacao li.ativo a {
    background: #0095d9;
    color: white;
    border-color: #0095d9;
}

.paginacao li a:hover {
    background: #123164;
    color: #f8f9fa;
}

.sem-resultados {
    text-align: center;
    color: #666;
    padding: 20px;
}


.td_module_19 .td-excerpt {
    display: block !important;
}

.td_module_19 {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.vc_tta-tab.vc_active {
    border-bottom: 3px solid #0095d9;
}

@media (max-width: 768px) {
    .botao-pesquisar {
        width: 90% !important;
    }
    input[type=text], input[type=url], input[type=tel], input[type=email] {
        font-size: 16px;
        padding: 10px;
    }
}



