*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    display: flex;
    align-items: flex-start;
}

.menu{
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    align-content: flex-start;
    gap: 40px;
    padding-left: 40%;
    padding-bottom: 10%;

}

a{
    color: black;
    text-decoration: none;
}

button{
    padding: 20px 60px;
    font-size: 18px; 
    background-color: rgb(255, 174, 53);
    border: 0px;
    box-sizing: border-box;
    white-space: nowrap;
}

button:hover{
    background-color: rgb(255, 255, 255);
    border: 5px;
    border-color: rgb(255, 174, 53);
}

body{
    width: 100%;
    background-image: url(img/bg\ 1.1.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 46%;
}

/* SEPARADOR*/

@media (max-width: 1024px) and (min-width: 1080px) {
    body{
    width: 100%;
    background-image: url(img/bg\ 1.2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 46%;}


}

