*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}    

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');


.contenedor{
    width: 100vw;
    height: 110px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: aqua;
    overflow: hidden;
    position: fixed;
    top: 0;
}

header{
    width: 100vw;
    height: 100%;
    margin: auto;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.superior{
    width: 11vw;
    height: 100%;
    display: flex;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
}

.superior img{
    width: 135px;
    height: 135px;
    padding: 8px;
}
.menu{
    width: 50vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
}

nav{
    width: 60vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}

a{
    text-decoration: none;
    padding: 44px 25px;
    color: rgb(31, 29, 29);
    font-weight: 600;
    font-size: 18px;
}

a:hover{
    background: rgb(31, 29, 29);
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 18px;
}

footer{
    width: 100%;
    background-color: rgb(31, 29, 29);
    height: 260px;
}

.log{
    margin: auto;
    display: flex;
}
footer .log img{
    width: 158px;
    margin: auto;
}

.fin{
    display: flex;
    width: 85%;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-top: 10px;
}
.de img{
    width: 45px;
}

.fin .iz{
    color: white;
}

.iz h5{
    font-weight: 400;
    font-size: 16px;
}
