.menu-pc{
    display: none;
}

#menu-container--{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 17%;
    position: fixed;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    z-index: 1000;
    background-color: rgb(0 0 0 / 25%);
    color: white;
    transition: background-color 0.6s, color 0.6s, opacity 0.6s, transform 0.6s, visibility 0.6s;
}

.container-main-logo{
    display: flex;
    align-items: center;
}

.img-main-logo{
    width: 3.75rem;
    height: 3.75rem;
    filter: invert();
}

.main-logo-p p{
    font-size: 1rem;
    color: var(--color-white);
    font-weight: 500;
    margin-left: 0.625rem;
}

.img-movile {
    width: 3rem;
    height: 2.8rem;
}

.img-movile img{
    width: 2.4rem;
    height: 2.4rem;
    margin: 0.2rem;
    filter: invert();
    cursor: pointer;
    position: absolute;
}

.logo-container-movile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.650rem;
}

.menu-movile ul{
    display: flex;
    flex-direction: column;
}

li.menu-item {
    display: flex;
    align-items: center;
    padding: 0.625rem;
}

#submenu1 li{
    margin: 0rem 3rem;
}

ul#submenu1 {
    list-style-type: none;
}

.menu-movile ul a {
    text-decoration: none;
    color: #000;
    margin: 0.625rem;
}

.logo-movile{
    width: 3.75rem;
    height: 3.75rem;
}

.logo-container-movile p{
    font-size: 1.40rem;
    font-weight: 500;

}


.menu-btn{
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(0deg);
}

#menu-svg-mobile-X{
    width: 2rem;
    height: 1.4rem;
    display: none;
    margin: 0.6rem;
}

.menu-n-m {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 102vw;
    overflow-y: hidden; /* Aseg煤rate de que el contenido se oculte */
    top: 17%;
    transition: max-height 0.4s ease-in-out; /* Agregar transici贸n */
    left: -2%;
}



.menu-n-m--{
    margin: 1rem;
}

.menu-n-m a{
    color: #000;
    text-decoration: none;
    font-size: 1.4rem;
}




.menu-n-m-toggle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0rem 1rem 0rem 1rem;
}



.menu-n-m-toggle img{
    width: 30px;
    height: 30px;
}

.menu-n-m-toggle-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.3rem 2rem;
    cursor: pointer;
}

.menu-n-m-toggle-2 img{
    width: 30px;
    height: 30px;
}

.menu-n-m-toggle-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}


.menu-n-m-toggle-3 button{
    margin: 20px;
    border: none;
    padding: 0.6rem 1rem;
    background-color: var(--color-red);
    border-radius: 1rem;
}

.menu-n-m-toggle-3 a{
    color: var(--color-white);
}

.menu-n-m-toggle-3 img{
    width: 300px;
    height: 200px;
    border-radius: 15px;
}