@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  min-height: 650px;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*-webkit-appearance: button;*/ /* 2 */
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0;
}
input[type="search"] {
  /*-webkit-appearance: textfield;*/ /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Nickname';
  src: url("assets/fonts/nickname.eot") format('embedded-opentype'), url("assets/fonts/nickname.woff2") format('woff2'), url("assets/fonts/nickname.woff") format('woff'), url("assets/fonts/nickname.ttf") format('truetype'), url("assets/fonts/nickname.svg") format('svg');
  font-weight: 400;
  font-style: 400;
}
body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.6 all ease;
  -moz-transition: 0.6 all ease;
  -o-transition: 0.6 all ease;
  -ms-transition: 0.6 all ease;
  transition: 0.6 all ease;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
p,
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ul:first-child,
ol:first-child,
li:first-child,
dl:first-child,
dd:first-child,
p:first-child,
div:first-child {
  margin-top: 0;
}
p {
  color: #000;
  margin: 15px 0;
  line-height: 1.25em;
}
table,
ul,
ol,
li {
  color: #000;
  font-size: 16px;
}
table {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-style: 400;
  font-weight: 700;
  line-height: 1em;
  color: #000;
}
h1 {
  margin: 1.5em auto;
}
img {
  display: block;
  max-width: 100%;
  margin: 0;
}
iframe {
  border: none;
}
.dispTable {
  display: table;
  height: 100%;
  width: 100%;
}
.dispCell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
}
.block {
  display: block;
  font-size: 0;
  position: relative;
}
.block:after {
  content: '';
  display: block;
  clear: both;
}
.block > div {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset:first-child {
  margin-top: 0;
}
fieldset .form-list {
  padding: 0;
}
.form-list {
  display: block;
  margin: 0;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 0px;
  list-style: none;
  font-size: 0;
}
.form-list .form-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-list.full {
  margin-left: 0 !important;
  padding: 0;
}
.form-list.full >li {
  display: block;
  margin-left: 0;
  width: auto;
}
.form-list.full .hintTip {
  display: block;
  width: 100%;
}
.form-list.full .currentInput .datepicker {
  width: 95% !important;
}
.form-list.full .currentInput textarea {
  width: 100%;
}
.form-list.compact >li {
  margin-bottom: 8px;
}
.form-list.four >li {
  width: 23%;
}
.form-list.center {
  text-align: center;
}
.form-list.middle >li {
  vertical-align: middle !important;
}
.form-list.half {
  padding: 0;
}
.form-list.half >li.full {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-list.half >li.full:first-child {
  margin-left: auto;
}
.form-list.half >li.full:last-child {
  margin-right: auto;
}
.form-list.inline {
  margin-left: 0 !important;
}
.form-list.inline >li {
  display: inline-block;
  margin-left: 20px;
  width: auto;
  vertical-align: top;
  margin-top: 0;
}
.form-list.inline >li:first-child {
  margin-left: 0;
}
.form-list.grid-4 >li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 0;
  padding: 0 15px;
  vertical-align: bottom;
  width: 23%;
}
.form-list.grid-3 >li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 0 5px;
  padding: 0 15px;
  vertical-align: bottom;
  width: 33%;
}
.form-list [type=text],
.form-list [type=password],
.form-list [type=email] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}
.form-list >li {
  display: inline-block;
  margin: 0 0 20px 2%;
  width: 48%;
  margin-top: 0;
  font-size: 16px;
  vertical-align: top;
/*+below(1)
			display block
			margin-left  0
			margin-right 0 !important
			width auto*/
}
.form-list >li.full {
  display: block;
  width: auto;
}
.form-list >li.hidden {
  display: none;
}
.form-list >li.margin {
  margin-right: 50px;
}
.form-list >li .currentInput:nth-child(2) {
  margin-top: 50px;
}
.form-list >li.doble >.currentInput {
  margin-top: 0;
}
textarea {
  padding: 10px 15px;
  width: 100%;
  height: 65px;
  outline: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff !important;
  margin-top: 2px;
}
textarea.lineal {
  height: 15px;
  resize: none;
}
textarea.medio {
  height: 65px;
  resize: none;
}
textarea.full {
  height: 130px;
  resize: none;
}
/*@font-face {
  font-family: 'NicknameDEMO';
  //src: url("assets/fonts/nickname-demo/NicknameDEMO.ttf.woff") format('woff'), url("assets/fonts/nickname-demo/NicknameDEMO.ttf.svg#NicknameDEMO") format('svg'), url("assets/fonts/nickname-demo/NicknameDEMO.ttf.eot"), url("assets/fonts/nickname-demo/NicknameDEMO.eot?#iefix") format('embedded-opentype');
  font-weight: 400;
  font-style: 400;
}*/
@font-face {
  font-family: 'Bello Pro';
  src: url("assets/fonts/bello/Bello-Pro.eot");
  src: url("assets/fonts/bello/Bello-Pro.eot?#iefix") format('embedded-opentype'), url("assets/fonts/bello/Bello-Pro.woff") format('woff'), url("assets/fonts/bello/Bello-Pro.ttf") format('truetype');
  font-weight: 400;
  font-style: 400;
}
@font-face {
  font-family: 'Chalkboard Bold';
  font-style: 400;
  font-weight: 400;
  src: local('Chalkboard Bold'), url("assets/fonts/chalkboard/Chalkboard.woff") format('woff');
}
.background {
  position: fixed;
  background-image: url("assets/arcoiris/background.jpg");
  opacity: 0.6;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 20px 100px;*/
  z-index: 5;
  margin-top: -20px;
}
.index {
  display: block;
  /*padding-top: 25px !important;*/
  padding-top: 5px !important;
}
.panel {
  position: relative;
  background: #f2f2f2;
  width: 418px;
  margin: 0 auto;
  border-top-width: 5px;
  border-bottom-width: 6px;
  border-radius: 3rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.panel .panel-content {
  position: relative;
  /*padding: 160px 20px 50px;*/
  padding: 110px 20px 50px;
  font-family: 'Chalkboard Bold';
  border-radius: 3rem;
  z-index: 5;
}
.panel .panel-content .panel-header {
  position: absolute;
  background-image: url("assets/arcoiris/logo-intro.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: center;
  /*width: 220px;
  height: 213px*/
  width: 180px;
  height: 170px;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.panel .panel-content ul li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}
.panel .panel-content ul li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  left: -15px;
  border-top: 7px solid transparent;
  border-left: 7px solid black;
  border-bottom: 7px solid transparent;
}
.panel .panel-content li,
.panel .panel-content p {
  text-align: justify;
  font-family: "DM Sans", sans-serif;
  color: black;
}
.panel .img-left {
  position: absolute;
  background-image: url("assets/arcoiris/tamanegui.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 99%;
  -moz-background-size: auto 99%;
  background-size: auto 99%;
  background-position: right;
  width: 109px;
  height: 200px;
  left: 0;
  bottom: -1px;
  border-bottom-left-radius: 2.7rem;
  overflow: hidden;
  z-index: 5;
}
.panel .panel-footer {
  position: absolute;
  bottom: -40px;
  left: 50%;
  padding: 10px 10px 3px;
  transform: translateX(-50%);
  border-radius: 2rem;
  z-index: 6;
}
.header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-evenly;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 80px;
  background-color: #f2f2f2;
  font-family: "Krub", sans-serif;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  font-weight: 600;
  color: #333333;
  font-size: 1rem;
}
.info02,
.info03 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-around !important;
}
.title,
.align-into {
  width: 60px;
}
.view {
  width: 100%;
  display: none;
}
.game {
  width: 100%;
  padding-top: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.game .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.game .col-gm {
  position: relative;
  padding: 0 50px;
}
.game .col-gm .score {
  background: #f2f2f2;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #8d8d8d;
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  line-height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 0 2px rgba(0,0,0,0.12);
  box-shadow: 0 3px 0 2px rgba(0,0,0,0.12);
  padding-top: 10px;
}
.game .col-gm .progress {
  position: relative;
  background: #f2f2f2;
  width: 30px;
  height: 370px;
  margin: auto;
  border: solid 3px #fff;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.12);
  box-shadow: 0 0 0 5px rgba(0,0,0,0.12);
}
.game .col-gm .progress .bar {
  position: absolute;
  background: -webkit-linear-gradient(#f7ea3a, #961955);
  background: -moz-linear-gradient(#f7ea3a, #961955);
  background: -o-linear-gradient(#f7ea3a, #961955);
  background: -ms-linear-gradient(#f7ea3a, #961955);
  background: linear-gradient(#f7ea3a, #961955);
  width: 100%;
  height: 5%;
  bottom: 0;
  border-radius: 1rem;
}
.game:before,
.game:after {
  content: '';
  position: relative;
  display: table;
  clear: both;
}
.game:before {
  display: table;
}
.info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 0.6rem 0;
  padding: 0;
}
.info li {
  margin-right: 10px;
  padding: 5px 30px;
  color: #fff;
  font-size: 1.5rem;
}
.info li .title {
  display: inline-block;
  margin-right: 20px;
  font-family: "Krub", sans-serif;
  font-weight: 400;
  color: #8d8d8d;
  vertical-align: middle;
}
.info li .box {
  position: relative;
  background: rgba(255,255,255,0.5);
  display: inline-block;
  min-width: 70px;
  padding: 2px 12px 10px;
  color: #8d8d8d;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.6rem;
  vertical-align: middle;
  z-index: 1;
  padding-top: 10px;
  font-family: sans-serif;
}
.info li .box:before {
  content: '';
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.6rem;
}
.info li .box span {
  position: relative;
  width: 28px;
  display: inline-block;
  z-index: 3;
}
.tiles {
  background: #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 460px;
  height: 462px;
  padding: 5px;
  border: solid 5px #D63484;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.12);
  /*box-shadow: 0 0 0 10px rgba(0,0,0,0.12);*/
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  overflow: hidden;
}
.tiles:after {
  content: '';
  position: relative;
  display: table;
  clear: both;
}
.tiles .column {
  display: block;
  width: 53px;
  margin: 0 1px;
  padding: 0;
}
.tiles .column .tile {
  position: relative;
  background: rgba(255,255,255,0.3);
  display: block;
  width: 100%;
  height: 53px;
  margin: 2px 0;
  padding: 5px;
  text-align: center;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.tiles .column .tile img {
  cursor: pointer;
  position: relative;
  display: inline-block;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.text-center {
  text-align: center;
}
.btn-icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 41px;
  margin: 0 20px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.btn-music {
  position: absolute;
  display: inline-block;
  top: 100px;
  right: 0;
}
.btn-music .btn-icon {
  width: 20px;
  height: 20px;
}
.btn-home {
  background-image: url("assets/arcoiris/btn-home.png");
}
.btn-reload {
  background-image: url("assets/arcoiris/btn-reload.png");
}
.btn-silence {
  background-image: url("assets/arcoiris/silence-icon.png");
  display: none;
}
.modal {
  position: fixed;
  background: rgba(0,0,0,0.6);
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.modal-content {
  position: absolute;
  width: 350px;
  top: 50%;
  left: 50%;
  padding: 20px 0 10px;
  text-align: center;
  border-radius: 2rem;
  z-index: 3000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f2f2f2;
  border-top: none;
  border-bottom-width: 12px;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.modal-content .body {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  font-family: 'NicknameDEMO';
  z-index: 10;
}
.modal-content .body h3 {
  font-family: "Krub", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #333 !important;
}
.modal-content .board {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  padding: 5px 30px;
  color: #333;
  font-family: "Krub", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 0.5rem;
}
.modal-content .awards {
  position: relative;
  display: table;
  width: 100%;
}
.modal-content .awards:before {
  display: table;
  clear: both;
}
.modal-content .awards [class*='star'] {
  position: relative;
  background-image: url("assets/arcoiris/level.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  height: fit-content;
  padding: 0;
}
.modal-content .awards [class*='star'].visible {
  visibility: visible;
}
.modal-content .awards [class*='star']:nth-child(1),
.modal-content .awards [class*='star']:nth-child(5) {
  -webkit-background-size: 60%;
  -moz-background-size: 60%;
  background-size: 60%;
  margin-top: 30px;
}
.modal-content .awards [class*='star']:nth-child(2),
.modal-content .awards [class*='star']:nth-child(4) {
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  background-size: 70%;
  margin-top: 10px;
}
.modal-content .awards [class*='star']:nth-child(1),
.modal-content .awards [class*='star']:nth-child(2) {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.modal-content .awards [class*='star']:nth-child(4),
.modal-content .awards [class*='star']:nth-child(5) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.message {
  display: none;
}
.table-of-elements {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table-of-elements img {
  height: 70px;
  margin-bottom: 8px;
  margin-top: 7px;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  border-radius: 10px;

  border: solid 2px #D63484;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
}
.message {
  font-size: 1.2rem !important;
  line-height: 1.5rem !important;
}
.logo-layer02 {
  width: 150px;
  margin-left: 10px;
}
.img-second {
  width: 80px;
}
.board {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.reload {
  cursor: pointer;
}
.instructions {
  color: #333;
  width: 80%;
  height: 100px;
  background-color: #f2f2f2;
  z-index: 5;
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .section {
    padding: 20px 0;
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .container {
    /*padding: 10px;*/
    padding: 0px;
  }
  .index .col {
    width: 100%;
    min-height: 30px;
    padding: 0;
    margin: 30px 0;
  }
  .game {
    padding-top: 160px;
  }
  .game .container .col-gm {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .logo-layer02 {
    width: 90px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 420px) {
  .index {
    padding-top: 60px;
  }
  .panel {
    width: 320px;
  }
  .panel .panel-content {
    /*padding-top: 120px;*/
    padding-top: 60px;
  }
  .panel .panel-content .panel-header {
    width: 160px;
    /*top: -70px;*/
    top: -45px;
  }
  .panel .panel-content .img-left {
    height: 150px;
    width: 100px;
  }
  .panel .panel-content ul {
    margin: 0;
  }
  .panel .panel-content ul li:nth-child(2) {
    margin-left: 50px;
  }
  .header .logo {
    width: 230px;
    height: 110px;
  }
  .header .info {
    margin: 0;
  }
  .header .info li {
    display: block;
    padding-right: 0;
    font-size: 1.2rem;
  }
  .header .info li .box {
    min-width: 50px;
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
  .game {
    padding-top: 150px;
  }
  .game .container {
    width: 100%;
  }
  .game .container .col-gm {
    padding: 0 10px;
  }
  .game .container .col-gm .score {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    line-height: 25px;
  }
  .game .container .col-gm .progress {
    width: 15px;
    height: 210px;
  }
  .tiles {
    width: 270px;
    height: 270px;
  }
  .tiles .column .tile {
    height: 29px;
    padding: 3px;
  }
  .modal-content {
    width: 300px;
  }
  .modal-content .board {
    width: 260px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .panel {
    width: 300px;
  }
  .panel .panel-content {
    padding-top: 110px;
  }
  .panel .panel-content li,
  .panel .panel-content p {
    font-size: 12px;
  }
  .game .container .col-gm .progress {
    height: 160px;
  }
  .tiles {
    width: 230px;
    height: 230px;
  }
  .tiles .column .tile {
    height: 24px;
  }
}
@-moz-keyframes float {
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes float {
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-o-keyframes float {
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes float {
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

span.levels {
  margin-left: 5px;
}