

#nav{
    top:0;
    left:0;
    position: fixed;
    width: 100%;
    z-index: 20;
    transition: height 0.6s ease,
    background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 0.841);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height:25svh;
}
#nav_logo_nav{
    width: 100%;
    height:17svh;
    position: relative;
    text-align: center;
    transition: height 0.5s ease;
}
#logo_nav{
    width: 28%;
    height:auto;
    transition: transform 0.5s ease;
}
#nav_bottom_all{
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
    transition: transform 0.5s ease; 
}
#nav_scroll{
    width: 100%;
    height:10svh;
    transition: transform 0.5s ease;
}
.navs_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    justify-content: center;
    transition: transform 0.7s ease;
    position: relative;
    z-index: 2;
    height:20svh;

}
.el_nav{
    padding-bottom: 0.5%;
    cursor: pointer;
    transition: color 0.5s ease;
}
.icone_arrow{
    width: 4%;
    height:auto;
    transition: transform 0.5s ease;
    transform-origin: left;
}

