header.high-header {
    box-shadow: 10px 5px 5px #00000033;
    position: fixed;
    background: #464040;
    display: flex;
    width: 100%;
    height: 10%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    z-index: 10;
}

img.logoTeam{
    width: 100%;
    height: 100%;
}

.containerLogoTeam {
    display: flex;
    width: 3%;
    /*width: 50px;*/
    margin: 20px;
}

button.header{
    background: #FF2672;
    padding: 15px 25px;
    color: white;
    border-radius: 80px;
}

button.header:hover{
    background: #2B2525;
    transition: 0.3s;
}


@media screen and (max-width: 768px) {
    

.containerLogoTeam {
    display: flex;
    width: 50px;
    margin: 20px;
}

button.header {
    font-size: 14px;
    background: #FF2672;
    padding: 10px 20px;
    color: white;
    border-radius: 80px;
}

}