/**!important**/

.busca input{
	border-radius: 50px;
	padding: 0 48px 0 15px;
	height: 48px;
	width: 100%;
	border:0;
}

input .auto-complete  {
    
    margin-left: 10px;
}

.busca .max-border-radius .botao-busca {
    border-radius: 50%;
}

.busca .botao-busca{
    background:#74b914;
     border-radius: 100%;
    
}

.busca .botao-busca:hover {
    
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
    width: calc(48px - 8px);
    height: calc(48px - 8px);
    border: 2px;
    font-size: 16px;
    transition: background .3s;
    background: #b93514;
   
}
    
.busca .botao-busca svg{
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: 10px;
	
}

.menu .superior{
    display:none !important;
}

