/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, input, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: Montserrat;
}

/* HTML5 display-role reset for older browsers */
/* line 29, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  font-family: Montserrat;
}

/* line 34, ../sass/_reset.scss */
body {
  line-height: 1;
  font-family: Montserrat !important;
}

/* line 38, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 41, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 44, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 49, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea{
  resize: none!important;
  font-size: 16px;
  width: 93%!important;
}


/*------------------------------------------------------------------------------
        COLORES
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
        FUENTES
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*------------------------------------------------------------------------------
        MIXINS
------------------------------------------------------------------------------*/
/* line 86, ../sass/_variables.scss */
.primaryButton {
  border-radius: 50px;
  background-color: #00A8FF;
  border: none;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
}

/* line 90, ../sass/_variables.scss */
.nextButton {
  border-radius: 50px;
  background-color: #00A8FF;
  border: none;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  background-color: #4CD137;
}

/* line 1, ../sass/_app.scss */
.header {
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.4);
  -moz-box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.4);
  box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.4);
  margin-bottom: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
/* line 13, ../sass/_app.scss */
.header__image {
  max-height: 50px;
}
/* line 17, ../sass/_app.scss */
.header__menuButton {
  border-radius: 50px;
  background-color: #00A8FF;
  border: none;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 900;
}
/* line 24, ../sass/_app.scss */
.header__menu {
  position: absolute;
  top: 45px;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.4);
  -moz-box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.4);
  box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.4);
  padding: 5px 5px 0 5px;
}
/* line 35, ../sass/_app.scss */
.header__menu__item {
  border-bottom: 1px solid rgba(82, 82, 82, 0.2);
  text-align: center;
}
/* line 39, ../sass/_app.scss */
.header__menu__item:last-child {
  border-bottom: none;
}
/* line 43, ../sass/_app.scss */
.header__menu__item button {
  border: none;
  background-color: transparent;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  font-weight: 900;
  color: #525252;
  text-transform: uppercase;
  font-family: Montserrat;
}

/* line 58, ../sass/_app.scss */
.start {
  text-align: center;
}
/* line 61, ../sass/_app.scss */
.start__image {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
/* line 69, ../sass/_app.scss */
.start__menu__item button {
  border-radius: 50px;
  background-color: #00A8FF;
  border: none;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  padding: 10px;
  font-weight: 900;
  text-transform: uppercase;
  width: 200px;
  margin-bottom: 20px;
}

/* line 80, ../sass/_app.scss */
.game {
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 85, ../sass/_app.scss */
.game__title {
  color: #00A8FF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-top: 60px;
  font-size: 20px;
}
/* line 94, ../sass/_app.scss */
.game__progressBar {
  display: block;
  background-color: #C4C4C4;
  height: 20px;
  width: 350px;
  max-width: 80%;
  border-radius: 25px;
  margin: 30px auto 60px auto;
}
/* line 103, ../sass/_app.scss */
.game__progressBar__done {
  height: 100%;
  width: 0;
  background-color: #4CD137;
  border-radius: 50px;
}
/* line 109, ../sass/_app.scss */
.game__progressBar__done--step1 {
  width: 20px;
}
/* line 113, ../sass/_app.scss */
.game__progressBar__done--step2 {
  width: 50%;
}
/* line 116, ../sass/_app.scss */
.game__progressBar__done--step3 {
  width: 100%;
}
/* line 122, ../sass/_app.scss */
.game__statement {
  font-size: 16px;
  color: #525252;
  margin-bottom: 20px;
}
/* line 128, ../sass/_app.scss */
.game__question {
  font-size: 19px;
  margin-bottom: 20px;
}
/* line 133, ../sass/_app.scss */
.game__textField {
  width: 100%;
  border: 1px solid #C4C4C4;
  margin-bottom: 40px;
  padding: 10px;
}
/* line 140, ../sass/_app.scss */
.game .primaryButton,
.game .nextButton {
  width: 250px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  display: block;
}
/* line 150, ../sass/_app.scss */
.game__attempt {
  text-align: center;
  color: #C23616;
  margin-bottom: 20px;
}
/* line 156, ../sass/_app.scss */
.game__tip {
  margin-bottom: 30px;
  letter-spacing: 3px;
}
/* line 160, ../sass/_app.scss */
.game__tip span {
  font-size: 0;
  display: inline-block;
  background-color: rgba(0, 168, 255, 0.6);
  height: 20px;
  width: 15px;
  margin-right: 1px;
  vertical-align: bottom;
}
/* line 171, ../sass/_app.scss */
.game__result {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
/* line 177, ../sass/_app.scss */
.game__result--wrong {
  color: #C23616;
}
/* line 181, ../sass/_app.scss */
.game__result--right {
  color: #4CD137;
}
/* line 184, ../sass/_app.scss */
.game__result--right::after {
  content: "thumb_up";
  font-family: Material Icons;
  display: block;
  font-size: 60px;
  margin-top: 20px;
}

/* line 195, ../sass/_app.scss */
.newLevel {
  text-align: center;
}
/* line 198, ../sass/_app.scss */
.newLevel__title {
  font-weight: 900;
  font-size: 60px;
  color: #E84118;
}
/* line 204, ../sass/_app.scss */
.newLevel__congratulations {
  color: rgba(82, 82, 82, 0.7);
  margin-top: 20px;
}
/* line 209, ../sass/_app.scss */
.newLevel .nextButton,
.newLevel .primaryButton {
  width: 300px;
  max-width: 90%;
  padding: 10px 20px;
  margin-top: 20px;
}
