.nav_header_img{
    width: 100%; height: 10px;
}

.nav_logo_img{
    width: 80px
}

.nav_contacto_img{
    width: 20px;
}

.nav_display_none{
    display: none
}

.nav_back_transparent{
    background-color: transparent
}

.nav_tam_img{
    width: 15px;
}

.nav_tam_img_large{
    width: 25px;
}

.nav_tam_100{
    width: 100px
}

.nav_gap{
    gap: 15px
}

.nav_ul{
    list-style-type: none; font-size: 13px
}

.nav_margin-0{
    margin: 0 auto
}

.nav_sub_ul{
    font-size: 13px; background-color: #006233
}

.nav_white{
    color: white
}

.nav_vinneta{
    width: 7px
}

.nav_lupa{
    position: absolute; z-index: 1; right: 0; bottom: 0; left: 0
}

.nav_lupa_img{
    width: 100%; height: 5px;
}

.nav_private{
    font-size: 13px
}

@media (min-width: 768px) {
      #contacto {
        display: flex;
      }
}
@media (max-width: 768px) {
    #contacto {
    display: none;
    }
}
    
.navbar-nav .nav-link {
    position: relative;
    padding-top: 10px;
}
