body {
  background: url(../images/mangaplus.png) no-repeat fixed;
  background-size: cover;
  background-color: #002442;
  font-family: 'Raleway', sans-serif;
  text-shadow: 1px 1px 1px #000;
  color: orange;
  margin-left: 8px;
}

img {
  max-width: 100%;
  height: auto;
}

.centra {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

input[type=button] {
  position: relative;
  border: 3px solid #333333;
  background-color: white;
  color: #333333;
  padding: 15px 40px 15px 15px;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 700;
  line-height: 16px;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  text-align-last: center;
  cursor: pointer;
}

input[type=button]:hover {
  background-color: #555555;
  color: white;
}

input[type=radio] {
  cursor: pointer;
}

h1 {
  color: white;
  margin-top: 10px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: serif;
  font-variant: small-caps;
      text-shadow:
      -2px -2px 0 black,
       2px -2px 0 black,
      -2px  2px 0 black,
       2px  2px 0 black;
}

#titulo,
#fin {
  font-size: 50px;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;
}

select {
  position: relative;
  border: 3px solid #333333;
  background-color: white;
  color: #333333;
  padding: 15px 40px 15px 15px;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 700;
  line-height: 16px;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  text-align-last: center;
  cursor: pointer;
}

#Inicio1:hover,
#Inicio2:hover {
  width: 120px;
}

#Inicio1,
#Inicio2 {
  cursor: pointer;
  width: 128px;
  height: 60px;
}

#boton-cambio-modo:hover {
  color: yellow;
}

#boton-cambio-modo {
  color: rgb(18, 117, 248);
  font-size: 48px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  align-items: center;
  margin-left: 20%;
}

#span-cambio-modo {
  color: cyan;
}

.controls {
  display: none;
}

/* Barra lateral */
.sidebar {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  background: linear-gradient(180deg, #000, rgba(0, 0, 0, .5) 80%, transparent);
  right: -210px;

}

.sidebar .menu a {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-decoration: none;
  color: black;
}

.menu {
  margin-top: 36px;
  margin-left: 16px;
}

.close-icon {
  position: absolute;
  left: 15px;
  top: 10px;
  text-decoration: none;
  font-size: 1.4rem;
  color: white !important;
}

#open-icon {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 2px 16px;
  box-shadow: -2px 2px 2px 2px #ccc;
  color: white;
  background: #000;
}

.hide {
  transition: right 0.2s linear;
  right: -210px;
}

.show {
  transition: right 0.2s linear;
  right: 0px;
}

#boton-aumentar,
#boton-reducir,
#boton-pantalla-completa {
  position: relative;
  border: 3px solid #333333;
  background-color: white;
  color: #333333;
  padding: 16px 32px 16px 32px;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 700;
  line-height: 16px;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  text-align-last: center;
  cursor: pointer;
}

select:hover,
option:hover,
#boton-aumentar:hover,
#boton-reducir:hover,
#boton-pantalla-completa:hover {
  background-color: #555555;
  color: white;
}

#open-icon:hover {
  color: #000;
  background: white;
  box-shadow: -2px 2px 2px 2px #000;
}

.close-icon:hover {
  color: red !important;
}
