.busca-container {
    margin-bottom: 20px;
    position: relative;
}
.busca-container input {
    width: 300px;
    padding: 8px;
    font-size: 16px;
}
.busca-container #suggestions {
    border: 1px solid #ccc;
    background: white;
    position: absolute;
    z-index: 10;	
	width: 100%;
    max-width: 100%;
	overflow-y: auto;
    max-height: 240px;
}
.busca-container #suggestions div {
    padding: 8px;
    cursor: pointer;
}
.busca-container #suggestions div:hover {
    background: #f0f0f0;
}