  body {
  font-family: 'Montserrat Alternates', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #040404;
  color: white;
}

.header {
    display: flex;
    justify-content: space-between;
    height: 75px;
    background-color: #080808;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    position: fixed;
    width: 100%;
    z-index: 2;
    margin: 0;
    top: 0;
 }

.header div ul {
  display: flex;
  justify-content: space-around;
}
li {
   list-style: none;
}

.header div ul li a, .header div a {
  color:  white;
  text-decoration: none;
}
.container {
  background-color: #080808;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 75px;
}
.lista-header {
  width: 50%;
}
.list {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    margin-right: 1vw;
    margin-left: 1vw;
    height: 98%;
    overflow-y: auto;
    background: #1c1c1c;
    border-radius: 5px;
    border: 2px solid #2bc1ff4f;
}

.list li {
  cursor: pointer;
  padding: 3px;
  margin-left: 1vw;
  border-left: 1px solid #ffffff4f;
  padding-left: 1vw;
  font-size: 1.2rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.list li:hover {
  background-color: #202124;
}

.list a {
    color: white!important;
    text-decoration: none;
}

/* Estilos de la barra de desplazamiento en navegadores webkit */
::-webkit-scrollbar {
  width: 12px; /* Ancho de la barra de desplazamiento */
}

/* Estilos del riel de la barra de desplazamiento en navegadores webkit */
::-webkit-scrollbar-track {
  background-color: transparent; /* Color del riel de la barra de desplazamiento */
}

/* Estilos del pulgar de la barra de desplazamiento en navegadores webkit */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 238, 255, 0.7); /* Color del pulgar de la barra de desplazamiento */
  border-radius: 6px; /* Borde redondeado del pulgar */
}

/* Estilos del pulgar de la barra de desplazamiento cuando se desplaza en navegadores webkit */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 238, 255, 0.9); /* Color del pulgar de la barra de desplazamiento */
}

.list li svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 20px;
  margin-right: 20px;
}


#item1 {
  display: block;
}
.content {
  display: none;
  border: 1px solid #ffffff4f;
  width: 55%;
  height: 90%;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

.content.active {
  display: block;
}

.content .background img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.content-container {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
}
.content-container img {
  width: 35%;
  margin: auto;
}
.content-container ul li {
  list-style:  disc;
  margin: 30px;
}

.content-container > ul {
    display: flex;
    flex-wrap: wrap;
    background: black;
    padding: 10px;
    border-radius: 15px;
}
.search-container {
  position: relative;
}

#searchInput {
  width: calc(100% - 30px);
  padding: 8px 10px 8px 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.logo {
  display: flex;
  align-items: center;
}
.logo h1 {
  display: flex;
}
.logo a {
  font-size: 1rem;
  font-weight: bold;
}
.logo img {
  width: 75px;
  margin-right: 10px;
}
.list-container {
  width: 40%;
  height: 90%;
  background: #080808;
  overflow-y: hidden;
}    
.list-container .list li a {
  font-size: 30px;
}
.list-container h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.list-container h1 svg {
  width: 50px;
  margin-right: 10px;
}
.content h2 {
  font-size: 2.25rem;
}
.sublist {
  margin-left: 3vw!important;
}

.sublist1 {
    position: relative;
    transition: 0.3s all;
}

.sublist1.hide {
    position: absolute;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.sublist2 {
    position: relative;
    transition: 0.3s all;
}

.sublist2.hide {
    position: absolute;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}


.sublist3 {
    position: absolute;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.sublist3.show-npc {
    position: relative;
    transition: 0.3s all;
    opacity: 1;
    z-index: 1;
}

.sublist4 {
    position: absolute;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.sublist4.show {
    position: relative;
    transition: 0.3s all;
    opacity: 1;
    z-index: 1;
}


.sublist5 {
    position: absolute;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.sublist5.show {
    position: relative;
    transition: 0.3s all;
    opacity: 1;
    z-index: 1;
}

.sublist6 {
    position: absolute;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.sublist6.show {
    position: relative;
    transition: 0.3s all;
    opacity: 1;
    z-index: 1;
}

    .cargando {
  width: 60px;
  height: 60px;
  border: 5px solid orange;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
    margin: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    

.container-cargando {
      transition: 2s all;
      position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.9);
    flex-direction: column;
}
.container-cargando p {
    font-size: 18px;
    color: var(--ColorTemplate);
    font-weight: bold;
}

.mover-list-container {
    left: 0!important;
    opacity: 1!important;
    z-index: 2!important;
}
.bg-quitar-list-container{
    opacity: 0.5!important;
    z-index: 1!important;
    transition: 0.5s all!important;
}
    
.menu {
    display: none;
}
.menu svg {
    width: 40px;
}

.sets-ancients {
    display: flex;
    flex-wrap: wrap;
}
.set-completo {
    position: relative;
    width: 100%;
    max-width: 400px;
}
.set-container {
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
}
.set-completo img {
    width: 100%;
}
.partes-de-set {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.parte-set {
    position: absolute;
    width: 15%;
    height: 15%;
    text-decoration: none;
    cursor: pointer;
    color: transparent;
}

.parte-set:hover p {
    color: lime;
    background: blue;
    transition: 0.3s all;
}
.parte-set p {
    position: absolute;
    width: 200px;
    right: -100%;
    text-align: center;
}

.casco {
    right: 40%;
    top: 30%;
}
.pecho {
    right: 40%;
    top: 45%;
    height: 30%;
}
.pants {
    right: 40%;
    top: 80%;
}
.guantes {
    right: 75%;
    top: 80%;
}
.botas {
    top: 80%;
    right: 10%;
}
.arma1 {
   right: 70%;
   top: 45%;
   height: 30%;
}
.arma2 {
   right: 10%;
   top: 45%;
   height: 30%;
}
@media (max-width: 991px) {
    .content {
        width: 100%;
    }
    .container {
        position: relative;
    }
    .list-container {
        top: 0;
        left: -1000px;
        opacity: 0;
        transition: 0.5s all;
        z-index: -5px;
        height: 100%;
        width: 65%;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        position: fixed;
    }
    .list-container .list li a {
        font-size: 30px;
        padding: 0.5rem;
        margin-left: 20px;
    }
    .list-container .sublist {
        margin-left: 40px!important;
    }
    .list-container .list li svg {
        width: 20px!important;
        height: 20px!important;
    }
    .list-container .list li {
        padding: 5px;
        font-size: 12px;
    }
    .list-container .list li a {
        font-size: 12px;
    }
    .quitar-list-container {
        position: fixed;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: 0.5s all;
        z-index: -5;
    }
    .list-container .list {
        position: relative;
    }
    .menu {
        display: flex;
    }
    .set-container {
        width: 100%;
    }
}