:root {
	--max-width: 46em;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#symbol {
  border: .2em solid black;
  border-radius: 10em;
  width: 1em;
  height: 1em;
  line-height: 0;
  float: left;
  margin: 0 .4em 0 0;
}

main {
	overflow: auto;
}

.nover {
	display: none;
}

#fooenkidu {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 1);
	border-top: .1em solid #ff004d;
  padding: 0;
	overflow: auto;
}

#fooenkidu p, footer p {
  font-size: .9em;
}

.ok {
	background: yellow;
}

.logoenkidu, .logoenkidu a {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 1.1em;
	color: rgba(255, 0, 77,.6);
	text-decoration: none;
}

#aafoot {
  color: rgba(255, 255, 255, .3);
	background: #212121;
  padding: 2em 0 2em;
}

.inner {
  width: var(--max-width);
  margin: 0 auto;
}

.menenk {
	float: right !important;
	font-weight: bold;
}



nav#topnav {
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	z-index: 100;
}

.topnav {
  overflow: hidden;
	width: var(--max-width);
	margin: 0 auto;
}

.topnav a {
	color: rgba(255,255,255,.6);
  float: left;
  display: block;
  text-align: center;
  padding: .6em 1em;
  text-decoration: none;
	font-family: 'Kode Mono', sans-serif;
	line-height: 1.4em;
}

.topnav a#logo {
	color: white;
	font-weight: bold;
}

.topnav a:hover {
	color: rgba(255,255,255,.9);
  background-color: rgba(0,0,0,1);
}

.topnav .icon {
  display: none;
}








  #enktop {
    background: #FFD6A5;
  }

  #enktopin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4em 1em;
  }

  .logo {
    display: flex;  /* Alinea los elementos horizontalmente */
    align-items: center;  /* Alineación vertical al centro */
  }

  .logo a {
    margin-right: 1em;
  }

  .logo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2em
  }

  #menu-toggle {
    display: none;
  }

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }

  nav ul li {
    margin: 0 10px;
  }

  nav ul li a {
    text-decoration: none;
    color: var(--black);
  }

  nav ul li a:hover {
    border-bottom: .2em solid var(--black);
  }

  .hamburger {
      display: none;
      cursor: pointer;
  }

  .hamburger .line {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
  }




@media screen and (max-width: 600px) {

	.topnav {
	  overflow: hidden;
		background-color: rgba(0,0,0,.1);
		font-size: 1.2em;
		width: 100%;
	}

	.inner {
		width: auto;
		margin: 0;
		padding: 0 2em;
	}


  .topnav a:not(:first-child) {
		display: none;
	}

  .topnav a.icon {
    float: right;
    display: inline-block;
  }


  .topnav.responsive {
		position: relative;
	}

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

	.icon div {
		background: url('/images/ico-menuwhite.png') 0 0 / 1.3em no-repeat;
		width: 1.2em;
		opacity: .8;
	}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
