* {
    margin: 0px 0px;
    padding: 0px 0px;   
}

#head {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: gray;
    background-image: url("https://synagro-informatica-testing.synagro.com.ar/wp-content/uploads/2021/09/synagro-portada.jpg");
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
}

#logo{
    display: inline-flex;
    color: wheat;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#logo img {
    max-width: 300px;
}

h1{
    text-align: center;
}

#top{
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    height: 50px;
    background-color: white;
    padding-right: 25px;
    padding-left: 25px;
}

#logo-site img {
    max-height: 45px;
}

#logo-site {
    display: flex;
    align-items: center;
}


#menu{
    list-style-type: none;
    display: inline;
}

#menu li{
    display: inline;
}

@media (max-aspect-ratio: 3/2)  {
    #head {
        background-size: auto 100%;
    }
}
