@font-face {
  font-family: "MixYonder";
  src: url("/assets/fonts/MixYonder.woff2") format("woff2"),
    url("/assets/fonts/MixYonder.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/librefranklin-medium-webfont.woff2") format("woff2"),
  url("../fonts/librefranklin-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.nav > li {
  float: left;
  background-color: #3e4342;
}

.nav > li > span {
  color: white;
  font-family: "MixYonder";
  font-size: 24px;
}

ul.nav > li.guiaCasiopea,
ul.nav > li.proyectos,
ul.nav > li.juegos {
  /* border-color: #e5e5e5; */
  border: 0;
}

.nav li a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 17px;
  padding: 0.25rem;
}

.nav li a.seccionesGuia {
  margin-left: 0.9rem;
  font-size: 12px;
}

.nav li a.titulosGuiaDeplegables {
  color: white;
  font-family: "MixYonder";
  text-decoration: none;
  display: block;
  font-size: 24px;
  background-color: #3e4342;
}

.nav li a.titulosGuiaDeplegables:active {
  color: white;
  font-family: "MixYonder";
  text-decoration: none;
  display: block;
  font-size: 24px;
  background-color: #b9bb15;
}

.list-group-item.active {
  color: #b9bb15;
  background-color: #f1f1f1;
  border-bottom-color: white;
  border-top-color: white;
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
}

.nav li a.titulosGuiaDeplegables:hover {
  background-color: #b9bb15;
}

.nav li.titulosDeplegablesPrincipales.active {
  color: white;
}

.nav li.guiaCasiopea > ul > li.active::before {
  content: " ";
  position: absolute;
  top: 7px;
  left: -7px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b9bb15;
  z-index: 2;
  rotate: 268deg;
}

.nav
  li.titulosDeplegablesPrincipales
  > ul
  > li.active
  > ul
  > li.active::before {
  content: " ";
  position: absolute;
  top: 7px;
  left: -7px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b9bb15;
  z-index: 3;
  rotate: 268deg;
}

.nav li.proyectos > ul > li.active::after {
  content: " ";
  position: absolute;
  top: 27px;
  right: 16px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b9bb15;
  z-index: 2; /* Esto a revisar */
}

.nav li.juegos > ul > li.active::after {
  content: " ";
  position: absolute;
  top: 26px;
  right: 16px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b9bb15;
  z-index: 2;
}

.nav
  li.list-group-item.active.titulosDeplegablesPrincipales
  a.titulosGuiaDeplegables {
  background-color: #b9bb15;
}

.nav li.list-group-item.active.titulosDeplegablesPrincipales ul {
  background-color: #f1f1f1;
}

.nav li.list-group-item.bloqueado {
  cursor: not-allowed;
  opacity: 0.5;
}

.nav li.guiaCasiopea > ul > li.active a.seccionesGuia {
  font-weight: bold;
}

.nav li ul {
  display: none;
}

.nav li.desplegado ul {
  display: block !important;
}

.nav li.titulosDeplegablesPrincipales:hover {
  background-color: #b9bb15;
}

.nav
  li.titulosDeplegablesPrincipales
  > ul
  > li.active
  > ul
  > li.active
  > a.seccionesProyectos {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.nav
  li.titulosDeplegablesPrincipales
  > ul
  > li.active
  > ul
  > li.active
  > a.seccionesJuegos {
  font-size: 12px;
  font-weight: 550;
  color: #000;
}

.nav
  li.titulosDeplegablesPrincipales
  > ul
  > li.active
  > ul
  > li
  > a.seccionesJuegos {
  font-size: 12px;
  color: #3e4342;
}

.nav li.active > ul {
  display: block;
}

.nav li ul li {
  position: relative;
}

.nav li ul li ul {
  right: -140px;
  top: 0px;
}

li span {
  margin-left: 1rem;
}

/* Menu */
#contenedor-menu {
  background-color: #f1f1f1;
  display: flex;
  width: 100%;
  height: 45px;
  justify-content: center;
  align-items: center;
}

#contenedor-menu a {
  font-size: 13px;
  margin-right: 0.5rem;
  font-family: "LibreFranklin";
  text-decoration: none;
  color: black;
}

#contenedor-menu a.active.titulosDeplegablesPrincipales {
  font-weight: bold;
  color: #b9bb15;
  border-bottom: 2px #b9bb15 solid;
}

.separador {
  border: 1px white solid;
  height: 1rem;
  margin-right: 0.5rem;
}

/* Desplegable */
.list-group-item {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #e5e5e5;
  padding: 0;
  color: #3e4342;
  border-bottom: 1px white solid;
}

.list-group-item a.tituloProyectos {
  font-size: 14px;
  color: #fff;
  margin-left: 0.9rem;
}

.nav
  li.titulosDeplegablesPrincipales
  > ul
  > li.active
  > ul
  > li
  > a.seccionesProyectos {
  margin-left: 1.25rem;
  font-size: 12px;
  color: #3e4342;
}

li.list-group-item.desplegableProyecto {
  background-color: #666;
}

li.list-group-item.desplegableProyecto.bloqueado {
  cursor: not-allowed;
  opacity: 0.5;  
}

li.list-group-item.desplegableProyecto.active {
  background-color: #b9bb15;
}

li.list-group-item.desplegableProyecto.active a.tituloProyectos {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.list-group-item a.tituloJuegos {
  font-size: 12px;
  color: #fff;
  margin-left: 0.9rem;
}

li.list-group-item.desplegableJuegos {
  background-color: #666;
}

li.list-group-item.desplegableJuegos.bloqueado {
  cursor: not-allowed;
  opacity: 0.5;
}

li.list-group-item.desplegableJuegos.active {
  background-color: #b9bb15;
}

a.seccionesJuegos {
  margin-left: 1.25rem;
}

.list-group-item a.tituloJuegos.no-disponible {
  color: gray;
}

/* html textos */
body {
  color: #3e4342;
  font-size: 14px;
  padding-top: 64px;
  font-family: "LibreFranklin";
  position: relative;
  min-height: 100vh;
  padding-bottom: 50px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 115px;
}

#contenedor {
  text-align: justify;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #b9bb15;
  margin-bottom: 1rem;
}

h2 {
  color: #b9bb15;
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 1rem;
}

h3 {
  color: #b9bb15;
  font-size: 13px;
  font-weight: bold;
  margin-top: 1.5rem;
}

h4,
h5 {
  font-size: 0.75rem;
}

blockquote {
  font-size: 10px;
  color: #3e4342;
  font-style: italic;
  border-left: solid 3px #b9bb15;
}

blockquote p {
  margin-left: 1rem;
}

table {
  border: #e5e5e5 1px solid;
}

table thead th {
  background-color: #e5e5e5;
}

th,
td {
  width: 15%;
  text-align: left;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  padding: 0.5rem;
}

div#modalGuia {
  display: flex;
  position: relative;
  border: none;
  border-radius: 0.4rem;
  font-family: 'LibreFranklin';
  max-width: 800px;
  text-align: center;
}

#modalGuia span {
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
}

.btnCerrar {
  position: absolute;
  right: 0;
  margin-right: 1rem;
}

.contendorModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

a.botonModal {
  background-color: #9595D3;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-top: 1rem;
  text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 2rem;
}

a.botonModal:visited {
  color: white;
}

a.botonModal:focus-visible {
  outline: 0;
}

/* Footer */
#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
