@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");
/*
@include webfont(
	"Montserrat", 
	"montserrat/montserrat-semibold-webfont", 
	normal, 
	normal, 
	optimizeLegibility);
*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #efefef; }

body, input, textarea {
  padding: 0;
  text-shadow: none !important;
  font-size: 18px; }

.ui-page-theme-a {
  text-shadow: none; }

.fleft {
  float: left; }

.fright {
  float: right; }

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

.padding-completed{
  padding: 30px;
}



a {
  text-decoration: none;
  text-shadow: none !important; }

a:hover {
  text-decoration: none !important;
  text-shadow: none !important; }

a img {
  border: none; }

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0; }

h1.top-bar {
  position: relative;
  height: 59px;
  z-index: 100;
  clear: both;
  margin: 0;
  padding: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: orange;
  background: blue;
  text-shadow: none;
  -webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2); }

#menubar {
  top: 58.41px; }

.navbar {
  border: none;
  background-color: transparent;
  max-width: 1024px;
  margin: auto;
  z-index: 1; }

.navbar .logo {
  background: url("images/logo.svg") no-repeat;
  width: 145px;
  height: 80px;
  float: left;
  margin: 4px 0 0 0; }

.navbar .logo a {
  width: 145px;
  height: 80px;
  display: block;
  cursor: pointer; }

.navbar-collapse {
  padding-left: 30px !important; }

ul.navlist {
  margin-left: 5px; }

ul.navlist li {
  text-transform: uppercase; }

ul.navlist li a {
  font-size: 18px;
  font-weight: normal !important;
  color: #474c51 !important; }

@media only screen and (max-width: 992px) {
  ul.navlist li a {
    font-size: 12px; } }

ul.navlist li a:hover {
  background-color: #474c51 !important; }

#menu-icon {
  display: none; }

/*Instrucciones*/
.navlist li.instructions a,
.navlist li.instructions.active a:hover {
  background: url("images/instrucciones.svg") no-repeat center left;
  padding: 15px 20px 13px 40px;
  border-right: 1px solid #474c51; }

.header .navlist li.instructions.active a,
.header .navlist li.instructions a:hover {
  background: blue url("images/instrucciones_hover.svg") no-repeat center left;
  color: #fff !important; }

/*Ranking*/
.navlist li.ranking a,
.navlist li.ranking.active a:hover {
  background: url("images/ranking.svg") no-repeat center left;
  padding: 15px 20px 13px 50px;
  border-right: 1px solid #474c51; }

.header .navlist li.ranking.active a,
.header .navlist li.ranking a:hover {
  background: blue url("images/ranking_hover.svg") no-repeat center left;
  padding: 15px 20px 13px 50px;
  color: #fff !important; }

.alert-info {
  margin: 20px 0; }

/*Documentacion*/
.navlist li.documentation a,
.navlist li.documentation.active a:hover {
  background: url("images/documentacion.svg") no-repeat center left;
  padding: 15px 20px 13px 50px;
  border-right: 1px solid #fff; }

.header .navlist li.documentation.active a,
.header .navlist li.documentation a:hover {
  background: blue url("images/documentacion_hover.svg") no-repeat center left;
  padding: 15px 20px 13px 50px;
  color: #fff !important; }

#documentation div.modal-body, #modal-error div.modal-body, #mensaje-cerrar div.modal-body {
  padding: 20px; }

div.instrucciones a {
  width: 40% !important;
  margin: 20px auto 0 auto !important;
  text-align: center !important;
  background-color: blue;
  color: #fff; }

div.instrucciones a:hover {
  background-color: #0000b3;
  color: #fff; }

#documentation div ul {
  color: #489f34;
  text-transform: capitalize;
}

#documentation div ul li {
  margin: 20px 0; }

.modal_cat_docu1 {
  background-color: #489f34;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: none;
  color: #fff; }

.modal_cat_docu3 {
  background-color: #d97311;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: none;
  color: #fff; }

.modal_cat_docu5 {
  background-color: #0b9eca;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: none;
  color: #fff; }

.modal_cat_docu2 {
  background-color: #f1c825;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: none;
  color: #fff; }

.modal_cat_docu4 {
  background-color: #bc518b;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: none;
  color: #fff; }

.modal_cat_docu6 {
  background-color: #474984;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: none;
  color: #fff; }

/* MENU MOVIL*/
#hidden-menu {
  width: auto;
  top: 59px !important;
  background: -webkit-linear-gradient(#FCFCFB, #F3F0E9);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FCFCFB, #F3F0E9);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FCFCFB, #F3F0E9);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFB), to(#F3F0E9));
  background: linear-gradient(#FCFCFB, #F3F0E9);
  /* Standard syntax */
  color: #fff;
  position: fixed;
  display: none;
  text-align: left;
  top: 0;
  z-index: 4; }

#hidden-menu .hidden-logo {
  margin: 10px auto 0 auto;
  height: 95px;
  width: 150px; }

#hidden-menu ul {
  list-style-type: none;
  margin: 20px 20px 20px 0px; }

#hidden-menu li {
  text-transform: uppercase;
  padding: 0; }

#hidden-menu li.ranking a {
  background: url("images/ranking_mov.svg") no-repeat left center;
  color: #777;
  text-decoration: none;
  padding: 15px 0 13px 30px; }

#hidden-menu li.instructions a {
  background: url("images/instrucciones_mov.svg") no-repeat left center;
  color: #777;
  text-decoration: none;
  padding: 15px 0 13px 30px; }

#hidden-menu li.documentation a {
  background: url("images/documentacion_mov.svg") no-repeat left center;
  color: #777;
  text-decoration: none;
  padding: 15px 0 13px 30px; }

#hidden-menu li.ranking a:hover, #hidden-menu li.instructions a:hover, #hidden-menu li.documentation a:hover {
  text-decoration: underline; }

/* FIN MENU MOVIL */
#hidden-menu li.logoutButton a {
  background: url("images/logout.svg") no-repeat left center;
  color: #777;
  text-decoration: none;
  padding: 15px 0 13px 30px; }

.sound {
  float: right;
  width: 20px;
  height: 40px;
  padding-top: 10px;
  cursor: pointer;
  color: blue;
  margin-right: 15px; }

.logout {
  float: right;
  cursor: pointer;
  color: blue;
  padding: 0;
  margin: 0; }

.navbar-header {
  float: left;
  overflow: visible; }

/*margin-left;*/
.ui-header-fixed {
  position: absolute; }

.footer {
  margin: 20px auto;
  text-align: center;
  font-size: 14px; }

.footer a {
  color: blue;
  text-decoration: none; }

.footer a:hover {
  color: #0000b3;
  text-decoration: underline; }

.footer_index {
  margin: 10px 20px 0 20px;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  border-radius: 10px; }

.footer_index a {
  text-decoration: none; }

.footer_index a:hover {
  text-decoration: underline; }

.container {
  padding: 0;
  max-width: 1024px !important;
  margin: 0 auto; }

.container .fondo {
  width: 869px;
  margin: 95px auto 20px 49px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.marker-container {
  z-index: 1;
  width: auto !important;
  left: auto !important;
  float: right;
  position: relative; }

.marker {
  color: orange;
  width: 210px;
  height: 130px;
  background-color: blue;
  display: inline-block;
  background: -webkit-linear-gradient(0deg, #0000f5, #0a0aff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(0deg, #0000f5, #0a0aff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(0deg, #0000f5, #0a0aff);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left bottom, left top, from(#0000f5), to(#0a0aff));
  background: -webkit-linear-gradient(bottom, #0000f5, #0a0aff);
  background: -o-linear-gradient(bottom, #0000f5, #0a0aff);
  background: linear-gradient(0deg, #0000f5, #0a0aff);
  /* Standard syntax (must be last) */
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
  margin: 0 20px 0 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; }

.info-user {
  margin: 10px 15px 0 15px; }

.info-user hr {
  margin: 10px 0 5px 0 !important; }

.player-points {
  font-size: 22px;
  font-weight: bold; }

.player-name {
  text-transform: uppercase; }

#login {
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.9); }
  #login .login-container {
    padding: 0 0 0 40px; }
    #login .login-container h1 {
      width: 145px;
      margin-bottom: 25px; }
      #login .login-container h1 .logo {
        display: block;
        max-width: 120px; }

#login .login-container h2 {
  font-size: 22px; }

#login .login-container h3 {
  font-size: 30px; }

#container-form {
  width: auto;
  padding: 40px; }

#login-form input[type='text'],
#login-form input[type='password'],
#signup-form input[type='text'],
#signup-form input[type='password'],
#help-form input[type='text'],
#recover-form input[type='password'],
.select100pc {
  padding: 6px;
  margin-top: 20px;
  width: 100%;
  border: 1px solid;
  border-right: none;
  border-top: none;
  border-left: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

#login-form button,
#help-form button,
#recover-form button,
#signup-form button {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#login-form button:hover,
#help-form button:hover,
#recover-form button:hover,
#signup-form button:hover {
  opacity: 0.9; }

#signup-form span {
  padding-right: 20px; }

a.button {
  border: 1px solid;
  font-size: inherit !important;
  font-weight: bold;
  padding: 11px !important;
  height: auto !important;
  border-radius: 0px !important;
  -webkit-transition: color 0.3s ease-in, color 0.35s ease-out;
  -moz-transition: color 0.3s ease-in, color 0.35s ease-out;
  -o-transition: color 0.3s ease-in, color 0.35s ease-out;
  transition: color 0.3s ease-in, color 0.35s ease-out; }

a.button:hover {
  opacity: 0.7; }

.sep-up-40 {
  margin-top: 40px !important; }

.login-error-message {
  display: none;
  text-align: center;
  font-size: 16px; }

#box-game {
  margin-top: 90px;
  padding: 15px;
  background-color: #efefef;
  border-radius: 5px; }

#box-game-board {
  padding: 0;
  /*width: 650px !important;*/
  margin: auto;
  background: #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#box-game-board .tablero {
  position: relative;
  width: 587px;
  height: 587px;
  margin: 40px auto !important;
  background: url("images/bg_juego.png") no-repeat;
  background-size: cover; }

#box-game-board .logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#box-welcome {
  padding: 0;
  width: auto !important;
  margin: 125px auto 0 auto;
  text-align: center; }

#box-pildoras {
  padding: 0;
  width: 868px !important;
  margin: 13px auto 0 50px;
  background: #efefef;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.goplay a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: none !important;
  text-shadow: none; }

.goplay a:hover {
  text-decoration: underline;
  cursor: pointer;
  padding: 15px 20px; }

.tirar_dado {
  margin-top: 20px; }

.tirar_dado a, .footer_dado a {
  padding: 15px 47px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  font-size: 18px;
  color: orange;
  background: blue;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #999;
  cursor: pointer; }

.tirar_dado a:hover,
.footer_dado a:hover {
  cursor: pointer; }

.footer_dado {
  display: none; }

.modal-dialog {
  width: 100% !important;
  margin: 0px  auto !important;
  padding: 20px; }

.alert{
  text-align: center;
  border-radius: 5px;
}

.question-feedback{
  padding: 20px;
}

/*alert*/
.alert-success{
  border-color: none !important;
}
.alert-warning{
  border-color: none !important;
}
.alert

/*tamaño de las modales*/
.modal-header {
  background: blue;
  color: #fff;
  border: none !important; }

.modal-header h4 {
  color: #fff !important;
  font-size: 20px !important;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: blue;
  text-shadow: none;
  text-transform: uppercase; }

.modal-header .close {
  display: none;
  color: #ffffff !important;
  float: right;
  margin: 10px;
  opacity: 1.0; }

.modal-body p {
  font-weight: bold !important;
  font-size: 18px !important; }

.modal-body {
  padding: 0;
  margin: 0; }

.modal-body #box-question {
  margin: 0 !important; }

.modal-body div div.tab-pane {
  padding: 0 20px; }

#box-question div#tab-video, #box-question div#tab-ficha {
  margin-top: 10px; }

#box-question div#tab-ficha ul li a {
  padding-left: 0px; }

.mensaje_android {
  background-color: #feffc0;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  display: none; }

#piece-completed .modal-body{
  padding: 30px;
}


/*Cabeceras titulos x categorias*/

.feedback-title{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}
@media only screen and (max-width: 764px) {
  .feedback-title {
    font-size: 20px;
  }
}

.img-responsive{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
/*
.modal-header h4.modal-title-1{background: #489f34; text-shadow: none !important;}
.modal-header h4.modal-title-3{background: #d97311; text-shadow: none !important;}
.modal-header h4.modal-title-5{background: #0b9eca; text-shadow: none !important;}
.modal-header h4.modal-title-2{background: #f1c825; text-shadow: none !important;}
.modal-header h4.modal-title-4{background: #bc518b; text-shadow: none !important;}
.modal-header h4.modal-title-6{background: #474984; text-shadow: none !important;}
*/
/*
#box-question{ background:#fff !important; margin: -20px 0;}
#box-question ul{ padding: 10px 10px 0 !important; margin:0; }
#box-question ul.question-options{ padding: 10px !important }
#box-question ul li { padding:0 5px; }
#box-question ul li a{ padding-left:50px; color: $brand-primary !important; cursor: pointer; }
#box-question ul li a:hover { background-color: #ffffff; text-decoration: underline !important; }
#box-question ul li.active a { background-color: #ffffff !important; border-bottom: 1px solid #fff !important; }
#box-question ul li.active a:hover { background-color: #fff !important; text-decoration: underline !important; }
#box-question .nav-tabs > li > a { border-color: $brand-primary; }
#box-question .nav-tabs{ border-bottom: 1px solid $brand-primary; }
.modal-footer{ border-top: none; }
.progress { background: #F5F5F5 url("images/ico_time.png") no-repeat right; height: 30px; margin:20px 0 !important; }
*/
.fade.in {
  background-color: rgba(0, 0, 0, 0.5);
  /* Fondo modal - color y opacidad */ }

#box-question {
  background: #FFF !important;
  margin: -20px 0; }
  #box-question .nav-tabs {
    padding: 10px 10px 0 !important;
    margin: 0; }
    #box-question .nav-tabs.question-options {
      padding: 10px !important; }
    #box-question .nav-tabs li {
      padding: 0 5px; }
      #box-question .nav-tabs li a {
        padding-left: 45px;
        cursor: pointer; }
        #box-question .nav-tabs li a:hover {
          background-color: #FFF;
          text-decoration: underline !important; }
        #box-question .nav-tabs li a .fas {
          display: block;
          position: absolute;
          top: 7px;
          left: 7px;
          width: 28px;
          text-align: center;
          line-height: 1;
          font-size: 28px; }
      #box-question .nav-tabs li.active a {
        background-color: #FFF !important;
        border-bottom: 1px solid #FFF !important; }
        #box-question .nav-tabs li.active a:hover {
          background-color: #FFF !important;
          text-decoration: underline !important; }
  #box-question .question-prepared p {
    margin-bottom: 1.2em; }

ul.question-options li {
  list-style-type: none; }

/*texto introductorio*/
#instructions .video-container {
  margin: 20px 20px 0px 15px; }

#instructions p.presentacion {
  color: green;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  margin: 30px;
  text-transform: capitalize;}

#instructions p.presentacion strong {
  color: blue; }

#instructions p.presentacion a {
  padding: 15px 20px 13px 40px;
  margin-left: 10px; }

div.enlace ul {
  background-color: #fff !important;
  margin: 0;
  padding: 0; }

div.enlace ul li {
  margin: 20px; }

#contacto div.modal-content form {
  padding: 20px; }

#contacto .modal-content form button {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center;
  text-shadow: none; }

.modal-footer {
  padding: 5px 12px;
  border-top: none; }

#dice3d {
  display: inline-block;
  height: 104px;
  width: 104px;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dice {
  background: url("images/dado.png") no-repeat;
  position: relative;
  top: 40px;
  width: 100px;
  height: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center !important; }

.dice3d-container, .dice-container {
  float: right;
  top: 60px;
  right: 90px;
  position: relative;
  cursor: pointer;
  z-index: 1000000; }

.dice.dice-1 {
  background-position: 0 0 !important; }

.dice.dice-2 {
  background-position: -100px 0 !important; }

.dice.dice-3 {
  background-position: -200px 0 !important; }

.dice.dice-4 {
  background-position: -300px 0 !important; }

.dice.dice-5 {
  background-position: -400px 0 !important; }

.dice.dice-6 {
  background-position: -500px 0 !important; }

.sf {
  position: absolute;
  height: 104px;
  width: 104px;
  padding: 20px;
  font-size: 37px;
  border-radius: 3px;
  text-align: center;
  line-height: 62px; }

#dice3d .f1 {
  -webkit-transform: rotateX(90deg) translateZ(50px);
  transform: rotateX(90deg) translateZ(50px);
  background: url("images/dado1.png") no-repeat; }

#dice3d .f2 {
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
  background: url("images/dado2.png") no-repeat; }

#dice3d .f3 {
  -webkit-transform: rotateY(90deg) translateZ(50px);
  transform: rotateY(90deg) translateZ(50px);
  background: url("images/dado3.png") no-repeat; }

#dice3d .f4 {
  -webkit-transform: rotateY(180deg) translateZ(50px);
  transform: rotateY(180deg) translateZ(50px);
  background: url("images/dado4.png") no-repeat; }

#dice3d .f5 {
  -webkit-transform: rotateY(-90deg) translateZ(50px);
  transform: rotateY(-90deg) translateZ(50px);
  background: url("images/dado5.png") no-repeat; }

#dice3d .f6 {
  -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(50px);
  transform: rotateX(-90deg) rotate(180deg) translateZ(50px);
  background: url("images/dado6.png") no-repeat; }

/* FIN DADO*/
/* 20 | CÓMO VAMOS. CUÁNTAS PREGUNTAS DEL TOTAL A MODO DE PROGRESO Y NÚMERO*/
.progress-bar-success {
  background-color: #666; }

.como_voy {
  text-align: center;
  width: 73%;
  margin-top: 10px;
  line-height: 40px; }

ul.game-pieces-status li {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 16px; }

ul.game-pieces-status li.piece .piece-status {
  /*background-color: #fff;*/
  border: 3px solid #b4b3b3 !important;
  width: 40px;
  height: 30px;
  margin-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }

ul.game-pieces-status li.piece .piece-info, ul.game-pieces-status li.piece .pieces-completed, ul.game-pieces-status li.piece .pieces-total {
  vertical-align: center;
  padding: 0 2px;
  line-height: 20px; }

ul.game-pieces-status li.piece .piece-progress {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0; }

ul.game-pieces-status li.piece .piece-info {
  margin-left: 15px; }

/*ul.game-pieces-status li.piece.piece-completed .piece-progress { background: url("images/unlock_fill_9x12.png") no-repeat center; }*/
ul.game-pieces-status li.piece-1 .piece-status {
  border: 3px solid #489f34 !important; }

ul.game-pieces-status li.piece-1 .piece-progress {
  background-color: #489f34;
  background: -webkit-linear-gradient(0deg, #459731, #4ba737);
  background: -o-linear-gradient(0deg, #459731, #4ba737);
  background: -moz-linear-gradient(0deg, #459731, #4ba737);
  background: -webkit-gradient(linear, left bottom, left top, from(#459731), to(#4ba737));
  background: -webkit-linear-gradient(bottom, #459731, #4ba737);
  background: -o-linear-gradient(bottom, #459731, #4ba737);
  background: linear-gradient(0deg, #459731, #4ba737); }

ul.game-pieces-status li.piece-2 .piece-status {
  border: 3px solid #f1c825 !important; }

ul.game-pieces-status li.piece-2 .piece-progress {
  background-color: #f1c825;
  background: -webkit-linear-gradient(0deg, #f0c61b, #f2ca2f);
  background: -o-linear-gradient(0deg, #f0c61b, #f2ca2f);
  background: -moz-linear-gradient(0deg, #f0c61b, #f2ca2f);
  background: -webkit-gradient(linear, left bottom, left top, from(#f0c61b), to(#f2ca2f));
  background: -webkit-linear-gradient(bottom, #f0c61b, #f2ca2f);
  background: -o-linear-gradient(bottom, #f0c61b, #f2ca2f);
  background: linear-gradient(0deg, #f0c61b, #f2ca2f); }

ul.game-pieces-status li.piece-3 .piece-status {
  border: 3px solid #d97311 !important; }

ul.game-pieces-status li.piece-3 .piece-progress {
  background-color: #d97311;
  background: -webkit-linear-gradient(0deg, #d06e10, #e27812);
  background: -o-linear-gradient(0deg, #d06e10, #e27812);
  background: -moz-linear-gradient(0deg, #d06e10, #e27812);
  background: -webkit-gradient(linear, left bottom, left top, from(#d06e10), to(#e27812));
  background: -webkit-linear-gradient(bottom, #d06e10, #e27812);
  background: -o-linear-gradient(bottom, #d06e10, #e27812);
  background: linear-gradient(0deg, #d06e10, #e27812); }

ul.game-pieces-status li.piece-4 .piece-status {
  border: 3px solid #bc518b !important; }

ul.game-pieces-status li.piece-4 .piece-progress {
  background-color: #bc518b;
  background: -webkit-linear-gradient(0deg, #b94a86, #bf5890);
  background: -o-linear-gradient(0deg, #b94a86, #bf5890);
  background: -moz-linear-gradient(0deg, #b94a86, #bf5890);
  background: -webkit-gradient(linear, left bottom, left top, from(#b94a86), to(#bf5890));
  background: -webkit-linear-gradient(bottom, #b94a86, #bf5890);
  background: -o-linear-gradient(bottom, #b94a86, #bf5890);
  background: linear-gradient(0deg, #b94a86, #bf5890); }

ul.game-pieces-status li.piece-5 .piece-status {
  border: 3px solid #0b9eca !important; }

ul.game-pieces-status li.piece-5 .piece-progress {
  background-color: #0b9eca;
  background: -webkit-linear-gradient(0deg, #0a96c0, #0ca6d4);
  background: -o-linear-gradient(0deg, #0a96c0, #0ca6d4);
  background: -moz-linear-gradient(0deg, #0a96c0, #0ca6d4);
  background: -webkit-gradient(linear, left bottom, left top, from(#0a96c0), to(#0ca6d4));
  background: -webkit-linear-gradient(bottom, #0a96c0, #0ca6d4);
  background: -o-linear-gradient(bottom, #0a96c0, #0ca6d4);
  background: linear-gradient(0deg, #0a96c0, #0ca6d4); }

ul.game-pieces-status li.piece-6 .piece-status {
  border: 3px solid #474984 !important; }

ul.game-pieces-status li.piece-6 .piece-progress {
  background-color: #474984;
  background: -webkit-linear-gradient(0deg, #43457d, #4b4d8b);
  background: -o-linear-gradient(0deg, #43457d, #4b4d8b);
  background: -moz-linear-gradient(0deg, #43457d, #4b4d8b);
  background: -webkit-gradient(linear, left bottom, left top, from(#43457d), to(#4b4d8b));
  background: -webkit-linear-gradient(bottom, #43457d, #4b4d8b);
  background: -o-linear-gradient(bottom, #43457d, #4b4d8b);
  background: linear-gradient(0deg, #43457d, #4b4d8b); }

/* FIN */
#ficha {
  position: absolute;
  width: 89px;
  height: 89px;
  background: transparent url("images/ficha.png") no-repeat;
  background-size: cover; }

.ficha_header {
  background: transparent url("images/ficha.png") no-repeat 0 0;
  background-size: cover;
  display: block;
  width: 89px;
  height: 89px;
  top: -70px;
  right: -25px;
  position: relative;
  float: right; }

.porta-fichas .piece {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 25px;
  background: transparent url("images/queso_amarillo.png") no-repeat left center;
  display: none;
  background-size: cover; }

.porta-fichas .piece.piece-completed {
  display: block; }

.porta-fichas .piece.piece-6 {
  top: 29%;
  left: 9%;
  background-image: url("images/queso_morado.png");
  background-size: cover; }

.porta-fichas .piece.piece-1 {
  top: 50%;
  left: 15%;
  background-image: url("images/queso_verde.png");
  background-size: cover; }

.porta-fichas .piece.piece-3 {
  top: 48%;
  left: 49%;
  background-image: url("images/queso_naranja.png");
  background-size: cover; }

.porta-fichas .piece.piece-5 {
  top: 9%;
  left: 17%;
  background-image: url("images/queso_azul.png");
  background-size: cover; }

.porta-fichas .piece.piece-2 {
  top: 29%;
  left: 51%;
  background-image: url("images/queso_amarillo.png");
  background-size: cover; }

.porta-fichas .piece.piece-4 {
  top: 9%;
  left: 48%;
  background-image: url("images/queso_rosa.png");
  background-size: cover; }

.footer_dado .fas {
  position: relative;
  top: 8px;
  font-size: 34px; }

.play-arrow {
  text-align: center;
  font-size: 40px; }
  .play-arrow .fas {
    /*text-shadow: 1px -1px #FFF, -1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF, 1px 0px #FFF, -1px 0px #FFF, 0px 1px #FFF, 0px -1px #FFF, 1px 1px #FFF, -1px 1px #FFF, 1px 1px #FFF, 1px -1px #FFF;*/ }

#animate {
  animation: arrow 1s ease infinite;
  -webkit-animation: arrow 1s ease infinite;
  -moz-animation: arrow 1s ease infinite;
  -ms-animation: arrow 1s ease infinite;
  -o-animation: arrow 1s ease infinite; }

@keyframes arrow {
  50% {.progress
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px); } }

@-webkit-keyframes arrow {
  50% {
    -webkit-transform: translate(0, 20px); } }

@-moz-keyframes arrow {
  50% {
    -moz-transform: translate(0, 20px); } }

@-o-keyframes arrow {
  50% {
    -o-transform: translate(0, 20px); } }

@-ms-keyframes arrow {
  50% {
    -ms-transform: translate(0, 20px); } }

#animate-mobile-left {
  display: inline-block;
  animation: arrow-mobile-left 1s ease infinite;
  -webkit-animation: arrow-mobile-left 1s ease infinite;
  -moz-animation: arrow-mobile-left 1s ease infinite;
  -ms-animation: arrow-mobile-left 1s ease infinite;
  -o-animation: arrow-mobile-left 1s ease infinite; }

@keyframes arrow-mobile-left {
  50% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0); } }

@-webkit-keyframes arrow-mobile-left {
  50% {
    -webkit-transform: translate(-20px, 0); } }

@-moz-keyframes arrow-mobile-left {
  50% {
    -moz-transform: translate(-20px, 0); } }

@-o-keyframes arrow-mobile-left {
  50% {
    -o-transform: translate(-20px, 0); } }

@-ms-keyframes arrow-mobile-left {
  50% {
    -ms-transform: translate(-20px, 0); } }

#animate-mobile-right {
  display: inline-block;
  animation: arrow-mobile-right 1s ease infinite;
  -webkit-animation: arrow-mobile-right 1s ease infinite;
  -moz-animation: arrow-mobile-right 1s ease infinite;
  -ms-animation: arrow-mobile-right 1s ease infinite;
  -o-animation: arrow-mobile-right 1s ease infinite; }

@keyframes arrow-mobile-right {
  50% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0); } }

@-webkit-keyframes arrow-mobile-right {
  50% {
    -webkit-transform: translate(20px, 0); } }

@-moz-keyframes arrow-mobile-right {
  50% {
    -moz-transform: translate(20px, 0); } }

@-o-keyframes arrow-mobile-right {
  50% {
    -o-transform: translate(20px, 0); } }

@-ms-keyframes arrow-mobile-right {
  50% {
    -ms-transform: translate(20px, 0); } }

/* BOTONES */
.btn-primary, .btn-success {
  background-color: blue !important;
  border-color: blue !important;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 18px; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
  color: #fff;
  text-shadow: none !important; }

/* FEEDBACK */
.alert-info {
  background-color: #ffff99;
  border-color: none;
  color: #333; }

/* PROGRESS */
.progress {
  /*background: #F5F5F5 url("images/ico_time.png") no-repeat right;*/
  background: #F5F5F5;
  height: 10px;
  margin: 20px 0 !important; }

#box-welcome h1 {
  padding: 20px 18px 0 18px !important;
  margin: -120px 0 0;
  font-size: 28px; }

.jumbotron {
  width: 800px;
  margin: 40px auto; }

.jumbotron h1 {
  font-size: 26px; }

p.presentacion {
  color: green;
  font-size: 16px;
  margin: 20px 10px;
  line-height: 21px;
  text-align: left; }

p.presentacion strong {
  color: blue; }

p.comenzar {
  text-align: center;
  margin: 15px 0 !important; }

.jumbotron .video-container {
  margin: 0 auto; }

.video-background {
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.video-container {
  background: #f8f8f8;
  margin: 20px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }

.video-container .video-js {
  padding-top: 56.3%; }

.modal-dialog .video-container {
  margin: 0 auto; }

#box-game-completed {
  margin: 0 auto;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
.width-complete {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #box-game-completed {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 550px) {
  .width-complete {
    width: 100%;
  }
}

#box-game-completed h2 {
  font-size: 22px; }

#box-game-completed .jumbotron p {
  font-size: 16px;
  margin-bottom: 10px; }

#box-game-completed .box-actions {
  text-align: center; }

.cerrar-ventana {
  width: 170px !important;
  float: right !important; }

@media only screen and (min-width: 1100px) {
  .modal-dialog {
    width: 60% !important;
    margin: 0px  auto !important;
    padding: 20px; }
  /*tamaño de las modales*/ }

@media only screen and (max-width: 860px) {
  .como_voy {
    width: 64%;
  }
}

@media only screen and (max-width: 767px) {
  #menu-icon {
    display: block; }
  .logo, .tirar_dado a, .dice-container, #animate, .footer {
    display: none; }
  .navbar-header {
    margin: 3px 10px; }
  #box-game {
    margin-top: 60px; }
  ul.game-pieces-status li {
    font-size: 12px; }
  ul.game-pieces-status li.piece .piece-status {
    height: 20px;
    width: 25px;
    margin-left: 0; }
  ul.game-pieces-status li.piece .piece-info {
    margin-left: 0px; }

  @media (max-width: 360px) {
    #box-game {
      margin-top: 25px;
    }
  }


  .footer_dado {
    display: block;
    margin: 0 auto;
    text-align: center; }
  .ui-header .ui-btn, .ui-footer .ui-btn {
    font-size: 18px; }
  #box-game-board {
    /*width: 675px !important;*/ }
  #box-game-board .tablero {
    margin: 10px auto !important; }
  /* login screens */
  #login .login-container {
    padding: 0px 20px 0px 20px; }
  #container-form {
    margin: 40px 0; }
  .navbar-right {
    float: right !important; }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 997;
    will-change: opacity;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  .dice3d-container, .dice-container {
    /* float: right; */
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    /* margin: 0 auto; */
    position: absolute;
    cursor: pointer;
    z-index: 100000; }
  .dice {
    background: url(images/dado.png) no-repeat;
    position: relative;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    /* text-align: center !important; */ }
  #dice3d {
    display: inline-block;
    height: 104px;
    width: 104px;
    position: relative;
    top: calc(50% - 52px);
    left: calc(50% - 52px);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; } }


@media only screen and (max-width: 650px) {
  .como_voy {
    margin-top: 70px !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  body, input, textarea {
    font-size: 14px; }
  .ui-mobile .ui-page-active {
    background-color: #ededed; }
  .ui-header .ui-btn, .ui-footer .ui-btn {
    font-size: 16px; }
  .marker {
    margin: 0 70px 0 0;
    width: 180px !important;
    height: 80px !important; }
  .marker-container {
    margin-right: 0px; }
  #box-game-board {
    width: auto !important; }
  .ficha_header {
    top: -55px; }
  .player-points {
    font-size: 16px !important;
    text-shadow: none !important; }
  .puntos, .btn-lg {
    font-size: 16px !important;
    text-shadow: none !important; }
  .player-name {
    font-size: 14px !important;
    text-shadow: none !important; }
  .logout {
    margin-left: 28px; }
  .marker-container .logoutButton, .logout{
    margin: 15px 15px 0 50px;
  }
  ul.game-pieces-status li.piece .piece-info, ul.game-pieces-status li.piece .pieces-completed, ul.game-pieces-status li.piece .pieces-total {
    padding: 0 1px; }
  ul.game-pieces-status li.piece .piece-status {
    margin: 0 0 0 !important; }
  .ui-header .ui-btn, .ui-footer .ui-btn {
    font-size: 14px; }
  .modal-body p {
    font-size: 14px !important; }
  #box-welcome {
    padding: 0;
    width: auto !important;
    margin: 40px auto 0 auto;
    text-align: center; }
  #box-question ul li a {
    padding-left: 50px !important; }
  #box-question div#tab-ficha ul li a {
    padding-left: 0 !important; }
  .ui-mobile label, div.ui-controlgroup-label {
    font-size: 14px !important; }
  /* login screens */
  #login .login-container {
    padding: 0px; }
  #container-form {
    margin: 40px 0px;
    padding: 20px; }
  #container-signup {
    margin: 0 0px;
    padding: 20px; }
  .navbar-right {
    float: right !important; } }

@media only screen and (max-width: 414px) {
  .ui-mobile .ui-page-active {
    background-color: #ededed; }
  #animate {
    display: none; }
  #box-question ul {
    padding: 10px 2px 0 !important; }
  #box-question ul li {
    padding: 0; }
  #box-question ul li a {
    padding-left: 26px !important;
    font-size: 13px !important; }
  #box-question ul li.pregunta a, #box-question ul li.ficha a {
    padding-left: 30px !important; }
  #box-question ul.nav-tabs li {
    margin-bottom: -2px !important; }
  #box-question .nav-tabs {
    border-bottom: none !important; }
  #box-question .nav-tabs li a .fas {
    top: 9px;
    left: 7px;
    width: 18px;
    font-size: 18px; }
  #hidden-menu {
    top: 39px !important; }
  #menubar {
    top: 40.12px; }
  h1.top-bar {
    height: 41px;
    padding: 12px;
    font-size: 16px; }
  }

@media only screen and (max-width: 414px) {
  .marker {
    margin: 0px 40px 0 0;
  }
}

@media only screen and (max-width: 375px) {
    .marker {
      margin: 0px 20px 0 0;
    }
}

@media only screen and (max-width: 320px) {
  .ui-mobile .ui-page-active {
    background-color: #ededed; }
  #animate {
    display: none; }
  #box-question ul.nav li a {
    padding: 10px 5px !important; }
  #box-question ul {
    padding: 10px 5px 0 !important; }
  #box-question ul li {
    padding: 0; }
  #box-question ul li a {
    font-size: 12px !important; }
  #box-question ul li.video a {
    padding-left: 26px !important; }
  #box-question ul li.pregunta a, #box-question ul li.ficha a {
    padding-left: 23px !important; }
  #box-question ul.nav-tabs li {
    margin-bottom: -2px !important; }
  #box-question .nav-tabs {
    border-bottom: none !important; }
  .marker {
    margin: 0px -14px 0 0;}}

/* Disabled fade in modal animation */
/* Bug iphones */
.fade {
  -webkit-transition: none;
  transition: none;
}