/* Generated by less 3.11.1 */
.sense-ombra {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/** MIXINS **/
.font-cos {
  font-family: LibreFranklin-Regular, sans-serif;
}
.font-titol {
  font-family: AveriaSerifLibre-Regular, serif;
}
/* Pàgina General */
html,
body {
  background: #252525;
  font-family: LibreFranklin-Regular, sans-serif;
  margin: 0;
  padding: 0;
}
/****** ELEMENTS INTERACTIUS *******/
.element-interactiu-hover {
  filter: drop-shadow(0 0 15px rgba(220, 220, 60, 0.8));
}
/* Inputs de texts estilitzats */
input {
  width: 100%;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  border: 0px solid;
  border-bottom: 2px solid #DDD;
}
.input-codi-adn input {
  background: transparent;
  border: 0;
  padding: 5px 0;
  text-transform: uppercase;
}
#input-petri-quant-1,
#input-petri-quant-2,
#input-petri-quant-3,
#input-petri-quant-4 {
  background: rgba(255, 255, 255, 0.8);
  border-color: #999;
}
#mm-joc-mastermind {
  display: block;
  width: 400px;
  height: 600px;
  margin: 0;
  background: transparent;
  /************* Colors *************/
}
#mm-joc-mastermind .mm-container {
  width: 400px;
  margin: 0;
  position: relative;
}
#mm-joc-mastermind .mm-opcio,
#mm-joc-mastermind .mm-socket {
  display: inline-block;
  border-radius: 50%;
  background-color: #C7BF8D;
}
#mm-joc-mastermind #mm-guesses {
  display: inline-block;
  background-color: #E3DCB5;
  border-radius: 3px 0 0 3px;
  padding: 15px 30px;
  font-size: 0;
}
#mm-joc-mastermind .mm-guess {
  margin-top: 15px;
}
#mm-joc-mastermind .mm-opcio,
#mm-joc-mastermind .mm-code .mm-socket,
#mm-joc-mastermind .mm-guess .mm-socket {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
#mm-joc-mastermind .mm-code .mm-socket + .mm-socket,
#mm-joc-mastermind .mm-guess .mm-socket + .mm-socket {
  margin-left: 10px;
}
#mm-joc-mastermind .mm-code {
  border-bottom: 2px solid #c7bf8d;
  padding-bottom: 15px;
}
#mm-joc-mastermind .mm-secret {
  color: #e3dcb5;
  text-align: center;
  line-height: 40px;
  font-weight: 800;
  font-size: 16px;
}
#mm-joc-mastermind .mm-socket.peg {
  -webkit-animation: bounceIn 0.4s;
  -o-animation: bounceIn 0.4s;
  animation: bounceIn 0.4s;
}
#mm-joc-mastermind #mm-opcions {
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  font-size: 0;
}
#mm-joc-mastermind #mm-opcions button + button {
  margin-left: 10px;
  vertical-align: middle;
}
#mm-joc-mastermind .mm-opcio {
  margin-right: 0.5em;
  -moz-transition: all 0.1s ease;
  cursor: pointer;
}
#mm-joc-mastermind .mm-opcio:hover {
  -moz-transform: scale(1.1);
  -moz-transform-origin: center;
}
#mm-joc-mastermind #mm-hints {
  vertical-align: bottom;
  display: inline-block;
  padding: 15px 20px;
  background-color: #E3DCB5;
  border-radius: 0 3px 3px 0;
  font-size: 0;
}
#mm-joc-mastermind .mm-hint {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mm-joc-mastermind .mm-hint .mm-row {
  height: 10px;
}
#mm-joc-mastermind .mm-hint .mm-row + .mm-row {
  margin-top: 5px;
}
#mm-joc-mastermind .mm-hint .mm-socket {
  width: 10px;
  height: 10px;
}
#mm-joc-mastermind .mm-hint .mm-socket.hit {
  background-color: #000;
}
#mm-joc-mastermind .mm-hint .mm-socket.almost {
  background-color: #fff;
}
#mm-joc-mastermind .mm-hint .mm-socket + .mm-socket {
  margin-left: 5px;
}
#mm-joc-mastermind .mm-hint + .mm-hint {
  margin-top: 15px;
}
#mm-joc-mastermind .mm-btn {
  border: 0;
  background: #333;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18;
  font-family: LibreFranklin-Regular, sans-serif;
}
#mm-joc-mastermind #mm-btn-esborrar {
  font-size: 24px;
  padding: 5px 15px;
}
#mm-joc-mastermind #row-miss-final {
  height: 100px;
  width: 200px;
  position: absolute;
  top: 150px;
  left: 350px;
}
#mm-joc-mastermind #row-miss-final #mm-miss-final {
  font-size: 24px;
  padding: 5px 0;
  color: #FFF;
  font-family: AveriaSerifLibre-Regular, serif;
}
#mm-joc-mastermind #row-miss-final .mm-btn {
  margin: 10px 0;
}
#mm-joc-mastermind #row-miss-final #mm-btn-reiniciar {
  background: #af292e;
}
#mm-joc-mastermind #row-miss-final #mm-btn-continuar {
  background: #54b54e;
}
#mm-joc-mastermind .blau {
  background: #1d2c92;
}
#mm-joc-mastermind .rosa {
  background: #d958d5;
}
#mm-joc-mastermind .verd {
  background: #58c051;
}
#mm-joc-mastermind .cian {
  background: #53bfcf;
}
#mm-joc-mastermind .vermell {
  background: #c43030;
}
#mm-joc-mastermind .groc {
  background: #d9cc47;
}
/******** Animació mastermind marca activa *****************/
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
