.search{
    width: 300px
}

.search-div{
    display: flex;
}

/* .menu-icon{
    display: none;
} */

@media (max-width: 1050px){
    .menu-icon{
        display: flex;
    }
}

.search-input{
    margin: 20px;
    margin-right: 0;
}

.search-button {
    background-color: transparent;
}

.search-icon{
    margin-right: 20px;
    background-color: transparent;
}

.botao_header{
    background-color: transparent;

}