nav{
    background-color: #18445f;
    width: 100%;
    color: white;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#content{
    padding-top: 8vh !important;
}
.logo-nav img{
    max-width: 15.5vh !important;
}

.content-nav{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0 !important;
}

.parte-izquierda-nav, .parte-derecha-nav{
    display: flex;
    width: 25% !important;
    align-items: center;
    gap: 25px !important;
    justify-content: center;
}

.icon-nav-img{
    width:25px !important;
}
.icon-nav-img-fav, .icon-nav-img-ubi {
    width:15px !important;
}

.icon-usuario{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}


.parte-central-nav{
    width: 65% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.opciones-buscador{
    color: white;
    background-color: #989BA0;
    border-radius: 50px 0px 0px 50px;
    width: 31% !important;
    font-size: 12px;
}

#search-input-alg{
    border-radius: 25px;
    width: 100% !important;
    color: black;
    font-size: 12px;
}

.ubi-nav, .logo-usuario, .cesta-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submenu-nav{
    background-color: #193f56;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px !important;
    height: 35px;
}

.submenu-nav div{
    width: 5%;
}

.botones-modal{
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.mobile-menu{
    display: none;
}

.toggle-container-opciones-nav {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    width: 60%;
    align-items: center;
  }

  .je-segmented {
    display: inline-flex;
    background: #2f2f2f;
    padding: 4px;
    border-radius: 40px;
    height: 30px;
    align-items: center;
}

.je-option {
    cursor: pointer;
}

.je-option input {
    display: none; /* ocultamos tus real inputs */
}

.btn-content {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0px 10px;
    border-radius: 25px;
    font-weight: 600;
    color: #dcdcdc;
    background: transparent;
    transition: background 0.25s, color 0.25s;
}

.btn-content .icon {
    font-size: 16px;
    opacity: 0.7;
}

.je-option input:checked + .btn-content {
    background: #ffffff;
    color: #000;
}

.je-option input:checked + .btn-content .icon {
    opacity: 1;
    color: #ff6600;
}
/* Ocultar menú normal en móvil */
@media (max-width: 768px) {
      body{
    padding-bottom: 60px;
  }
    .content-nav, .submenu-nav {
        display: none;
    }

    #mainNav{
        display: none;
    }

    #content{ 
        padding-top: 13vh !important;
    }

    .mobile-nav {
        display: flex !important;
        background-color: #18445f;
        color: white;
        position: fixed;
        width: 100%;
        z-index: 1000;
        flex-direction: column;
    }

    .mobile-nav-first {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px !important;
        background-color: #18445f;
        color: white;
        position: fixed;
        width: 100%;
        z-index: 1000;
        height: 60px;
        bottom: 0;
    }

    .mobile-nav-top {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 10px !important;
        background-color: #18445f;
        color: white;
        position: fixed;
        width: 100%;
        z-index: 1000;
        height: 100px;
        top: 0;
    }


    .mobile-nav img {
        width: 24px !important;
    }

    .mobile-logo img {
        max-width: 11.5vh !important;
    }

    .mobile-icons {
        display: flex;
        gap: 15px !important;
        width: 100%;
        justify-content: space-between;
        align-items: end;
    }

    .mobile-nav img.img-mobile-logo{
        width: 80px !important
    }


    .mobile-menu{
        display: block;
        z-index: 999;
        position: fixed;
        bottom: 60px;
        width: 100%;
    }

    .mobile-menu,
    .mobile-search {
        background-color: #18445f;
        color: white;
        padding: 2vh 15px 15px 15px;
        width: 100%;
        position: fixed;
        z-index: 1000;
    }

    .mobile-search{
        bottom: 60px;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
    }

    .mobile-menu ul li {
        padding: 10px 0;
        border-bottom: 1px solid white;
    }

    .icon-usuario {
    margin-top: 10px;

    }

    .mobile-search input {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 10px;
        color: black;
    }

    .hidden {
        display: none;
    }
}
