#wiki{
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
}
.nav{
    width: 280px;
    background-color: #03BBB6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    /* borrar */
    position: fixed;
    left: 0;
    top: 0;
    
}
hr{
    color: white;
    border: 1px solid white;
}
.nav--sect1-desk {
    display: flex;
    justify-content: flex-start;
    margin: 2em 0em 0em 2em;
    width: 100%;
    justify-content: flex-start;
}
.nav--sect2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 1em;
}
.nav--sect2__subtitle {
    color: rgba(255, 255, 255, 0.686);
}
.nav--sect2__img {
    width: 24%;
}
.imglogo1 {
    width: 15%;
}
.nav--sect3{
    margin: 0.5em 0em;
}
.nav--sect3__contSearch-imgandpop{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.nav--sect3__contSearch--search{
    border: none;
    text-align: left;
    border-radius: 20px;
    height: 2.8em;
    margin: 1em 0em 1em 0em;
    background-color: rgba(240, 248, 255, 0);
    border: 1px solid white;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    accent-color: white;
    font-size: 11px;
    text-align: center;
}
.nav--sect3__contSearch--search__btnlupa{
    border: none;
    color: rgba(0, 0, 0, 0);
}
.nav--sect3__contSearch--search__btnlupa{
    border: none;
    color: rgba(0, 0, 0, 0);
}
.nav--sect3__contSearch--search-btn {
    display: none;
}
.searchicon{
    padding: 6px;
    border: 1px solid white;
    color: black;
    background-color: white;
    margin-left: 5px;
    box-shadow: 1px 1px #c5c5c580;
    border-radius: 20px;
}
.searchicon:hover{
    cursor: pointer;
    background-color: rgb(233, 233, 233);
}
.nav--sect4 {
    color: white;
    width: 80%; /* Linea agregada para tama;o de nav */
    overflow-y: scroll;
}
.nav--sect4__contCatTitle--title {
    margin: 0.5em 0em 0.5em 0em;
}
ul {
    list-style: none;
}
.sect4__contCatTitle--subtitle {
    text-decoration: none;
}
li {
    color: rgba(255, 255, 255, 0.725);
    list-style: none;
    margin-top: 0.5em;
}
button {
    border: none;
    color: rgba(0, 0, 0, 0);
}
.iconsearch {
    position: absolute;
    right: 12px;
    top: 15px;
}
.nav--sect3__contSearch--search {
    border: none;
    text-align: left;
    border-radius: 20px;
    height: 2.8em;
    margin: 1em 0em 1em 0em;
    background-color: rgba(240, 248, 255, 0);
    border: 1px solid white;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    accent-color: white;
    font-size: 11px;
}
::placeholder{
    color:white;
}
