.navigation{
    width: clamp(400px, 100%, 100%);
    height: calc(6/100*100svw);
    position: fixed;
    opacity: 1;
    z-index: 146;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.57);
    backdrop-filter: blur(10px);
    object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-menu{
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: left;
    width: 100%;
    overflow: hidden;
}
ul{
    display: flex;
    margin: 0;
    list-style-type: none;
    width: 100%;
    height: calc(80/100*12.4svh);
    background-color: transparent;
    text-align: justify;
    align-items: center;
    justify-content: right;
}
li{
    margin-right: 4svw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: fit-content;
    width: fit-content;
    background-color: transparent;
}
li a{
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: calc(1.2/100*100svw);
}
li a:hover{
    color: yellow;
}

.menu-lst{
    display: none;
}

#menu-logon{
    width: 0svh;
}
.cont-menicon{
    width: 0svw;
    overflow: hidden;
}
/*DROPDOWN*/

.dropdown-menu{
    width: 100%;
    height: 1svh;
    position: fixed;
    background-color: transparent;
    z-index: 145;
    justify-content: right;
    align-items: right;
    display: flex;
    opacity: 0;
}
.dropdown-menu .wrapper-menu{
    width: 53rem;
    height: 1svh;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: end;
}
.dropdown-menu .wrapper-menu .menu{
    width: calc(55/100*100svw);
    height: calc(5/100*100svw);
    position: absolute;
    margin-top: calc(6.2/100*100svw);
    padding-left: calc(1/100*100svw);
    background-color: rgba(0, 0, 0, 0.57);
    padding-top: calc(1/100*100svh);
    padding-bottom: calc(1/100*100svh);
    border-top-left-radius: calc(0.9/100*100svw);
    border-bottom-left-radius: calc(0.9/100*100svw);
    backdrop-filter: blur(10px);
}
.dropdown-menu .wrapper-menu .menu .col{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: transparent;
}
.dropdown-menu .wrapper-menu .menu .col:nth-child(1){
    margin-top: calc(0.5/100*100svw);
}
.dropdown-menu .wrapper-menu .menu .col:nth-child(2){
    margin-top: calc(1/100*100svw);
}
.dropdown-menu .wrapper-menu .menu .col a{
    color: #fff;
    margin-right: calc(3/100*100svw);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: calc(1.2/100*100svw);
    text-decoration: none;
    font-weight: 400;
}
.dropdown-menu .wrapper-menu .menu .col a:hover{
    color: yellow;
}

.dropdown-menu.active{
    opacity: 1;
}

/*DROPDOWN*/

#logo{
    margin-left: 0.5rem;
    width: calc(20/100*100svw);
}
#logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-text{
    width: fit-content;
    height: fit-content;
    z-index: 47;
    position: absolute;
    top: 5rem;
    left: 0rem;
    margin-right: 50svh;
}
.banner-text img{
    position: absolute;
}
.banner-text #bn{
    z-index: -99;
    left: 13rem;
    top: 12rem;
    display: none;
}
.banner-text #bn{
    z-index: -100;
}