/* ==========================================
   bases y cosas principales
   ========================================== */

body {
  background-color: #1a1a21;
  color: #f0f0f5;
  font-family: "harvest", sans-serif;
  background-image: url("/images/bgstamp2.png");
  background-size: 10% auto;
  background-repeat: repeat;
}

.contenedor {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  
  background-color: #4a283b;
  padding: 25px;
  border: 4px solid #7a4358;
  border-radius: 6px;
  box-shadow: 6px 6px 0px #0d0d12;
}

.contenedor .titulado {
  width: 90%;
  max-width: 750px;
  margin: 10px auto;
  
  background-color: #8c5677;
  padding: 8px;
  border: 3px solid #d49ab9;
  border-radius: 4px;
  box-shadow: 4px 4px 0px #1a1a21;
  text-align: center;
}

.contenedor .titulado h1 {
  width: 90%;
  max-width: 700px;
  margin: 5px auto;
  
  background-color: #632e4a;
  padding: 8px;
  border: 2px solid #b86e88;
  border-radius: 2px;
  box-shadow: inset 3px 3px 0px rgba(0,0,0,0.5);
  font-weight: bold;
  letter-spacing: 1px;
}

.contenedor .titulado h1::before,
.contenedor .titulado h1::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  background-image: url("/images/zorrete2.gif");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.contenedor .titulado h1::before {
  margin-right: 15px;
}

.contenedor .titulado h1::after {
  margin-left: 15px;
}

.center {
  text-align: center;
}


/* ==========================================
   botones
   ========================================== */

.boton {
  display: inline-block;
  background-color: #6062d1;
  color: #ffffff;
  border: 2px solid #8e90ff;  
  border-radius: 4px;
  padding: 6px 14px;
  font-family: "comic sans MS", monospace;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 3px 3px 0px #1a1a21;
  transition: transform 0.1s, box-shadow 0.1s;
}

.boton:hover {
  background-color: #7b7ddf;
  color: #ffffff;
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0px #1a1a21;
  cursor: pointer;
}

.boton:active {
  background-color: #4a4ca6;
  transform: translate(2px, 2px); 
  box-shadow: 1px 1px 0px #1a1a21;
}


/* ==========================================
   dialogos de personajes
   ========================================== */

.nereD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #e7d7fe;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left; 
  background-color: #9684c4;
  border: 3px solid #222034;
  border-radius: 8px;        
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.nereD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/nere.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.miaD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #ffe0cd;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left;
  background-color: #815452;
  border: 3px solid #222034;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.miaD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/mia.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.roseD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #a46654;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left;
  background-color: #764447;
  border: 3px solid #222034;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.roseD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/rose.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.aliceD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #dae8f9;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left;
  background-color: #a2afe4;
  border: 3px solid #222034;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.aliceD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/alice.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.dartD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #ffb6a6;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left;
  background-color: #d86c5d;
  border: 3px solid #222034;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.dartD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/dart.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.dsusD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #ff6565;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left;
  background-color: #d53665;
  border: 3px solid #222034;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.dsusD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/dan sus.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.thornD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #a76e6a;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left;
  background-color: #764549;
  border: 3px solid #222034;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.thornD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/thorn.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.danD {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 18px;
  color: #f3c5ae;
  text-shadow:
    -2px 0 #222034,
     2px 0 #222034,
     0 -2px #222034,
     0  2px #222034;
  text-align: left;
  background-color: #3f8f78;
  border: 3px solid #222034;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000000;
  padding: 10px 15px;
  margin: 12px 0;
}

.danD::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/dan.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}