/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

 * Stylesheet: styles
 * Clean Project v1.2
 * Autor / Author: Oreka - info@orekaconsultores.com
 * Use this file to write your custom styles

 *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 :root {
  --empatia: #00e2ff;
  --empatia2: #33e8ff;
  --empatia3: #7ff0ff;
  --conocimiento: #001747;
  --conocimiento2: #33456c;
  --gris: #666666;
  --morado: #4b0960;
  --morado2: #410853;
  --purpura: #6309c3;
  --verde: #03ff00;
  --verde2: #0dff94;
  --verdeOscuro: #10dd7b;
  --rojo: #ff0000;
  --naranja: #f7931e;
  --naranja2: #f15a24;
}
.animate {
  -webkit-animation: scaleDown 0.3s 1 both ease-in-out;
  animation: scaleDown 0.3s 1 both ease-in-out;
}
 input {
  -webkit-appearance: none;
  border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ----------------------------------------------
   * Generated by Animista on 2018-11-28 15:1:59
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

/**
   * ----------------------------------------
   * animation rotate-center
   * ----------------------------------------
   */

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

/* ----------------------------------------------
   * Generated by Animista on 2018-11-28 14:51:26
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

/**
   * ----------------------------------------
   * animation scale-up-bottom
   * ----------------------------------------
   */

@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

/* ----------------------------------------------
   * Generated by Animista on 2018-9-12 9:38:51
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

/**
   * ----------------------------------------
   * animation jello-horizontal
   * ----------------------------------------
   */

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -webkit-transform: translateY(15px) scale3d(1.2, 1, 1);
    transform: translateY(15px) scale3d(1.2, 1, 1);
  }
  45% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(9px) scale3d(1.2, 1, 1);
    transform: translateY(9px) scale3d(1.2, 1, 1);
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -webkit-transform: translateY(15px) scale3d(1.2, 1, 1);
    transform: translateY(15px) scale3d(1.2, 1, 1);
  }
  45% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(9px) scale3d(1.2, 1, 1);
    transform: translateY(9px) scale3d(1.2, 1, 1);
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

#loader {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: rgb(255, 255, 255);
  z-index: 3;
}

.loader::before {
  content: "";
  background-color: rgb(255, 255, 255);
  background-image: url(../images/kiosloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  z-index: 2;
}

.rotate-scale-up-ver {
  -webkit-animation: rotate-scale-up-ver 0.65s linear both;
  animation: rotate-scale-up-ver 0.65s linear both;
}

/* ----------------------------------------------
   * Generated by Animista on 2018-9-19 17:43:41
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

/**
   * ----------------------------------------
   * animation rotate-scale-up-ver
   * ----------------------------------------
   */

@-webkit-keyframes rotate-scale-up-ver {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rotate-scale-up-ver {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animate {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 100% 200%;
  }
}

@keyframes animate {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 100% 200%;
  }
}

body {
  background-image: url(../images/textura.png);
}

main {
  height: 100vh;
  padding: 30px 0 0;
  display: -ms-grid;
  display: grid;
}

.zoomable {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}

/*WELCOME PAGE*/

.Welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.Welcome-title {
  color: #001747;
  font-size: 10.5rem;
  text-align: center;
}

.Welcome-title span {
  color: #26d8c1;
  display: block;
  font-size: 5.2rem;
}

.Welcome-images {
  width: 170px;
}

.Welcome-images:nth-child(1) {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Welcome-images:nth-child(2) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/*WELCOME PAGE*/

/*FORM LOGIN*/

form label {
  color: #666;
  font-size: 1.8rem;
}

form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #666;
  color: #999999;
  font-size: 1.8rem;
  outline: none;
  padding: 5px 0;
  width: 100%;
}

form input.complete {
  border-bottom-color: #4b0960;
}

#loginForm {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto 85px;
  position: relative;
  width: 300px;
}

input {
  margin-bottom: 35px;
}

.Form-image {
  left: -50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
}

input.ok {
  border-color: #03ff00;
  position: relative;
}

input.error {
  border-color: #ff0000;
  position: relative;
  margin-bottom: 0;
}

label.error,
#editForm label.error,
#perfilForm label.error:not(.photoPerfil),
#changePass label.error {
  color: #ff0000;
  margin-bottom: 25px;
  margin-top: 5px;
}

#loginForm input.error:last-of-type {
  margin-bottom: 0;
}

span.checkIcon.ok::before {
  color: #03ff00;
  content: "";
  font-size: 1.4rem;
  position: absolute;
  top: 80%;
}

span.checkIcon {
  position: relative;
}

span.checkIcon.ok::after {
  background-image: url(../images/green_check.svg);
  content: "";
  height: 17px;
  left: 102%;
  position: absolute;
  top: 50%;
  width: 17px;
}

span.checkIcon.error::before {
  color: #ff0000;
  content: "Correo no registrado";
  font-size: 1.4rem;
  position: absolute;
  top: 80%;
}

/*FORM LOGIN*/

/* HEADER */

body > header {
  background-color: #f8f8f8;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
}

header .Activity-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}

.Header-logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.Header-logos-kios {
  border-right: 2px solid #cccccc;
  padding-right: 24px;
  width: 74px;
}

.Header-logos-cole {
  width: 70px;
  padding-left: 24px;
}

.progressBar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 150px;
  padding-right: 55px;
  position: relative;
  width: 515px;
}

.progressBar img {
  position: relative;
  width: 60%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.progressBar li {
  height: 34px;
  border-radius: 50%;
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  border: 2px solid #ccc;
  background-color: #f8f8f8;
}

.progressBar li.active {
  background-color: #0dff94;
  -webkit-box-shadow: 3px -1px #0ce27b;
  box-shadow: 3px -1px #0ce27b;
  border: 0;
}

.progressBar li.lineProgress {
  border: 2px solid #ccc;
  border-radius: 0;
  display: block;
  height: 25px;
  left: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 0;
}

.bgPro {
  background-color: #0dff94;
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 5%;
}

.CupsUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.Cups {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  position: relative;
}

.Cups span {
  color: #00e2ff;
  cursor: default;
  font-size: 3.6rem;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Cups img {
  height: 45px;
  margin: 0 5px;
  width: 42px;
}

.Cups img.downCups {
  width: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.Cups:hover img.downCups {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cupsItems li {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.cupsItems {
  -webkit-transform: translateY(0);
  background-color: #f8f8f8;
  height: auto;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 130%;
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  z-index: 1;
}

.Perfil-menu {
  position: relative;
  z-index: 1;
}

.Perfil-menu-user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00e2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.3rem;
  height: 100%;
  padding: 0 10px;
}

.Perfil-menu-user::after {
  background-image: url(../images/flecha_sesion1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
}

.Perfil-menu-user:hover,
.Perfil-menu-signout:hover {
  background-color: #e6e6e6;
}

.Perfil-menu:hover .Perfil-menu-user::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Perfil-menu-signout {
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  color: #001747;
  font-size: 1.8rem;
  padding: 15px 0;
  text-align: center;
  display: none;
  width: 145px;
}

.help {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 43px;
  height: 43px;
}

/* HEADER */

/* ACTIVITY */

.container.Activities-select {
  height: 80vh;
  display: -ms-grid;
  display: grid;
}

.Activity-title {
  font-size: 8.5rem;
  color: #001747;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.Activities-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 214px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 975px;
}

.Activities-items li {
  cursor: default;
  opacity: 0.1;
  height: 215px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 215px;
}

.Activities-items li a {
  cursor: default;
}

.Activities-items li.active a {
  cursor: pointer;
}

.Activities-items li.active {
  cursor: pointer;
  opacity: 1;
}

.Activities-items li.active:nth-child(1) {
  color: #fb4576;
}

.Activities-items li.active:nth-child(2) {
  color: #92bd0b;
}

.Activities-items li.active:nth-child(3) {
  color: #f0ca0f;
}

.Activities-items li.active:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.Activities-item-text {
  font-size: 2rem;
  position: relative;
}

#r_1 {
  margin-top: -30px;
}

/* ACTIVITY */

/* READ */

.read {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-image: url(../images/fondo1.jpg);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  justify-content: center;
  padding: 70px 0;
}

.Read-content {
  position: relative;
}

.bgAnimation {
  position: absolute;
  width: 25%;
  z-index: 1;
}

.bgAnimation.left {
  bottom: 0;
  left: 0;
}

.bgAnimation.right {
  bottom: 0;
  right: 0;
}

.bgAnimation.small {
  width: 16%;
}

.cnt_story {
  position: relative;
}

button#send {
  outline: none;
}


#send.error:hover {
  -webkit-transform: scale(1,-1) !important;
  -ms-transform: scale(1,-1) !important;
  transform: scale(1,-1) !important;
}

#story {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  padding: 67px 0 72px;
  width: 750px;
}

#story > ul {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#story > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  height: 100%;
  margin: 0 122px;
  width: 506px;
}

#story > ul > li.scroll_element .mCustomScrollBox {
  padding: 0 18px;
}

#story > ul > li > p {
  margin-bottom: 30px;
}

#story > ul > li > p:last-child {
  margin-bottom: 0;
}

.contentTextRead h1 {
  color: #1a1a1a;
  font-size: 4em;
  margin-bottom: 15px;
  opacity: 0.7;
  text-align: center;
  font-family: "MouseMemoir";
}

.contentTextRead p {
  color: #1a1a1a;
  font-size: 2.3em;
  text-align: justify;
}

.contentTextRead ul {
  color: #1a1a1a;
  font-size: 2.3rem;
  list-style-type: disc;
  padding-left: 35px;
}

.controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 95%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 230px;
  z-index: 2;
}

.controls a,
.controls button {
  display: block;
  margin: 0 25px;
  width: 65px;
  background: none;
}

.controls a:hover,
.controls button:hover {
  -webkit-transform: scaleY(-1) translateY(4px);
  -ms-transform: scaleY(-1) translateY(4px);
  transform: scaleY(-1) translateY(4px);
}

/* READ */

/* READ EXERCICE 1*/

.warningState.fancybox-content {
  font-size: 2.7rem;
    text-align: center;
}

.read .exercice_1 {
  background-color: #fff;
  border-radius: 15px;
  display: block;
  height: auto;
  height: auto;
  margin-bottom: 50px;
  max-width: 1000px;
  min-height: 500px;
  position: relative;
  width: 100%;
}

.exercice_1 > a {
  bottom: 30px;
  color: #001747;
  font-size: 1.5rem;
  font-weight: bold;
  left: 30px;
  position: absolute;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.exercice_1 > a:hover {
  opacity: 0.5;
}

header.exercice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: static;
}

.lifes {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-left: 70px;
}

.lifes li {
  background-image: url(../images/vida_perdida.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  margin: 0 12px;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  width: 25px;
}

.lifes li.active {
  background-image: url(../images/vida_llena.svg);
}

.lifes.disabled {
  opacity: 0.2;
}

.disabled {
  cursor: default;
  opacity: 0.2;
}

.loseLife {
  -webkit-animation: loseLife 1.5s 1 both;
  animation: loseLife 1.5s 1 both;
}

@-webkit-keyframes loseLife {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes loseLife {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

header.exercice .tip-btn {
  margin-right: 50px;
}

header.exercice .Help-btn.mr {
  margin-right: 50px;
}

.bodyExercice {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cup {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  overflow: hidden;
  position: relative;
  width: 288px;
  background: transparent;
}

.cup figure,
.cup img {
  display: block;
  margin: 0 auto;
  width: 210px;
}

.cup figure:nth-child(1),
.cup img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.cup figure:nth-child(2),
.cup img:nth-child(2) {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 210px;
  z-index: 1;
}

.cup .revealcup {
  background: white;
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 210px;
  margin: 0 auto;
  z-index: 1;
}

.crossCup {
  margin: 0 auto;
  -webkit-transform: scale(1.5) translateY(40px);
  -ms-transform: scale(1.5) translateY(40px);
  transform: scale(1.5) translateY(40px);
}

.question_1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 25px 90px;
  height: 100%;
  width: calc(100% - 288px);
}

.question_1 h2 {
  color: #1a1a1a;
  font-size: 2.3em;
  margin-bottom: 30px;
  text-align: center;
}

.question_1 ul#rtas {
  margin: 20px auto;
}

.question_1 ul.type1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  display: flex;
  height: auto;
  min-height: 320px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question_1 ul.type2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row wrap;
}
.question_1 ul li.type1 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-grid-rows: 1fr;
  -ms-grid-rows: 2fr 1fr;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  color: #1a1a1a;
  cursor: pointer;
  display: -ms-grid;
  display: inline-grid;
  font-family: "MouseMemoir";
  font-size: 2.5em;
  grid-template-rows: 1fr;
  height: auto;
  justify-content: center;
  margin: 30px;
  max-width: 30%;
  min-height: 80px;
  min-width: 200px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.question_1 ul li.type2 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-grid-rows: 1fr;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  color: #1a1a1a;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  font-family: "MouseMemoir";
  font-size: 2.5em;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  min-height: 80px;
  height: auto;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  text-align: center;
  min-width: 73px;
  max-width: 133px;
  z-index: 0;
  width: 100%;
}

.question_1 ul.type2 li.type1 {
  font-size: 2em;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  height: auto;
  padding: 20px 5px;
  width: 100%;
}

.question_1 ul.type2 li.type2,
.question_1 ul.type1 li.type2 {
  min-height: 80px;
}

.question_1 ul li:hover::before,
.question_1 ul li.active::before {
  background-color: #7ff0ff;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.question_1 ul li:hover,
.question_1 ul li.active {
  color: #fff;
}

.question_1 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #fff;
  z-index: -1;
}

.question_1 ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 105%;
  width: 105%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fff),
    to(#00e2ff)
  );
  background-image: -webkit-linear-gradient(bottom left, #fff, #00e2ff);
  background-image: -o-linear-gradient(bottom left, #fff, #00e2ff);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fff),
    to(#00e2ff)
  );
  background-image: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#00e2ff));
  background-image: linear-gradient(to top right, #fff, #00e2ff);
  z-index: -2;
}

.question_1 ul li img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
}

.buttons {
  align-items: center;
  bottom: -30px;
  display: flex;
  justify-content: flex-end;
  max-width: 550px;
  position: absolute;
  right: 30px;
  width: 100%;
}

.Alert {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 130px;
}

.Alert-negative {
  position: relative;
  width: 40px;
  height: 40px;
}

.Alert-negative .message {
  background-color: #F2F2F2;
  border-radius: 18px;
  border: 1px solid #ED1C24;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 20px;
  min-height: 150px;
  min-width: 300px;
  padding: 30px 10px;
  position: absolute;
  top: 20px;
  transform: translate(-100%,-100%);
  z-index: 1;
}

.Alert-negative .message p {
  font-size: 1.4rem;
  color: #1A1A1A;
}

.Alert-negative .message p:first-child {
  margin-bottom: 10px;
}

.Alert-negative .message img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.Alert-negative img {
  width: 40px;
  position: relative;
  z-index: 1;
}

.Alert img {
  width: 40px;
}

.Alert-negative .message table {
  margin: 15px 0;
}

.Alert-negative .message table th {
  border: 1px solid;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.Alert-negative .message table td{
  padding: 5px;
  text-align: center;
  border: 1px solid;
}

.Alert-negative .message table td p{
  display: block;
  font-size: 1.2rem;
  max-width: 210px;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.Alert-negative .message table td p:first-child{
  margin: 0;
}

.buttons button {
  background-color: transparent;
  width: 60px;
  outline: none;
  margin: 0 8px;
}

.buttons button 
/* READ EXERCICE 1*/

/* MESSAGE ERROR*/

.errorCont {
  background: #fff;
  border-radius: 13px;
  border: 2px solid #ed1c24;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.4rem;
  left: -20%;
  padding: 17px 10px;
  position: absolute;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
}

.errorCont a {
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}

.errorCont a:hover {
  color: #ed1c24;
}

.errorCont:before {
  background: #fff;
  border-bottom: 2px solid #ed1c24;
  border-right: 2px solid #ed1c24;
  bottom: 0;
  content: "";
  height: 15px;
  left: 80%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(10px) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(10px) rotate(45deg);
  transform: translateX(-50%) translateY(10px) rotate(45deg);
  width: 15px;
}

/* MESSAGE ERROR*/

/* CORRECT ANSWER*/

.question_1 ul li.correctAnswer::before {
  background-color: #0dff94;
}

.question_1 ul li.incorrectAnswer::before {
  background-color: #fff;
}

.question_1 ul li.incorrectAnswer {
  color: #1a1a1a;
}

.question_1 ul li.incorrectAnswer::after {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fff),
    to(#ff0000)
  );
  background-image: -webkit-linear-gradient(bottom left, #fff, #ff0000);
  background-image: -o-linear-gradient(bottom left, #fff, #ff0000);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fff),
    to(#ff0000)
  );
  background-image: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#ff0000));
  background-image: linear-gradient(to top right, #fff, #ff0000);
}

.question_1 ul li.correctAnswer {
  color: #fff;
}

.question_1 ul li.incorrectAnswer img,
.question_1 ul li.incorrectAnswer span {
  opacity: 0.5;
}

/* CORRECT ANSWER*/

/* CROSS WORD*/

.bodyExercice.cross {
  display: block;
}

.bodyExercice.cross h2 {
  margin: 0 auto;
}

.bodyExercice.cross .crossWord {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: calc(100% - 82px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  width: calc(100% - 320px);
}

#tblConsulta tbody {
  position: relative;
  z-index: 3;
}

.bodyExercice.cross {
  padding-bottom: 20px;
}

.bodyExercice.cross .crossHelps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 40px;
  height: calc(100% - 62px);
}

.exercice_1 h2 {
  color: #1a1a1a;
  font-size: 2.3em;
  padding: 0 10px;
  text-align: center;
  width: 90%;
  margin: 0 auto 30px;
}

.exercice_1 h2 img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}

.exercice_1 #exampleImg + h2 {
  margin-top: 30px;
}

.exercice_1.emojis h2 span {
  font-size: 6rem;
  color: #aa3bdb;
  display: block;
}

.crossWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 260px);
}

.crossWord table tr td {
  border: 2px solid #760df7;
  height: 37px;
  min-width: 37px;
}

.crossWord table tr td.horizontal {
  border: 2px solid #e63079;
}

.crossWord table tr td.empty {
  border: 0;
}

.crossWord table tr td.number {
  border: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.crossWord table tr td input {
  background-color: transparent;
  border: 0;
  font-size: 2em;
  height: 37px;
  margin: 0;
  text-align: center;
  width: 37px;
}

.crossWord table tr td input.answer {
  background-color: #fff;
}

.crossWord table tr td.number input {
  background-color: transparent;
  color: #000;
  font-size: 1.6rem;
}

.crossHelps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 47px;
  width: 270px;
}

.crossHelps h1 {
  font-weight: bold;
  font-size: 2.3rem;
  font-family: "MouseMemoir";
  margin-bottom: 10px;
}

.crossHelps .color_1 {
  color: #e63079;
  margin-bottom: 40px;
}

.crossHelps .color_2 {
  color: #760df7;
  margin-bottom: 40px;
}

/* CROSS WORD*/

/* TIPS AND MINI */

.template.tip,
.template.mini {
  padding: 40px 150px;
  width: 100%;
  height: 100%;
}

.template.mini {
  padding: 40px 60px;
}

.template.tip h2,
.template.mini h2 {
  font-size: 5rem;
  color: #39b54a;
  margin: 0 auto 30px;
  font-family: "MouseMemoir";
}

.template.mini h2 {
  color: #832479;
}

.template.tip p {
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
}

.nextTip {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto;
}

.viewTip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  height: 220px;
  position: relative;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
}

.viewTip img {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  height: 100%;
}

.template.tip .viewTip p {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.viewTip a {
  color: #39b54a;
  font-size: 2rem;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.viewTip a:hover img {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.template.tip .dots,
.template.tip .closeTip,
.template.mini .closeTip {
  position: absolute;
}

.template.tip .dots {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.template.tip .dots li {
  cursor: pointer;
}

.template.tip .dots li:hover {
  cursor: pointer;
  height: 11px;
  opacity: 1;
  width: 11px;
}

.template.tip .closeTip,
.template.mini .closeTip {
  top: 20px;
  right: 30px;
  width: 43px;
  height: 43px;
}

.template.tip .closeTip:hover,
.template.mini .closeTip:hover {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.viewMini {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.template.mini h2 {
  font-family: "MouseMemoir";
  text-align: center;
}

.viewMini ol {
  list-style: none;
  counter-reset: my-counter;
}

.viewMini ol li {
  list-style: none;
  counter-increment: my-counter;
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
}

.viewMini ol li::before {
  content: counter(my-counter) ". ";
  color: #832479;
  font-size: 3.5rem;
  font-family: "Mousememoir";
  position: absolute;
  left: -25px;
  top: 0;
}

.rules {
  max-width: 50%;
}

.template.mini .rules h2 {
  color: #832479;
  font-size: 3.5rem;
  max-width: 100%;
}

.viewMini img {
  max-width: 50%;
}

#slideTips {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#slideTips li {
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#slideTips li.active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

/* TIPS AND MINI */

/* WIN */

.scale-up-bottom {
  -webkit-animation: scale-up-bottom 1.5s ease-in-out 1s alternate both;
  animation: scale-up-bottom 1.5s ease-in-out 1s alternate both;
}

.rotate-center {
  -webkit-animation: rotate-center 1.5s ease-in-out 2s alternate both;
  animation: rotate-center 1.5s ease-in-out 2s alternate both;
}

.winFinal {
  position: relative;
}

.winFinal a {
  display: block;
  margin: 0 auto;
  width: 65px;
}

.winFinal .cupWin {
  display: block;
  margin: 30px auto;
  width: 220px;
}
img[alt="win"] + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.winFinal .rotate {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.winFinal h1,
.winFinal h2 {
  color: #394984;
  text-align: center;
  z-index: 2;
}

.winFinal h1 {
  font-size: 8rem;
}

.winFinal h1 + p {
  font-size: 3rem;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.winFinal h2 {
  font-size: 5.7rem;
  margin-top: 20px;
}

/* WIN */

/* EMOJIS */

.exercice_1.emojis {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 100px;
}

.exercice_1.emojis ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exercice_1.emojis ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 120px;
  margin: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
}

.exercice_1.emojis ul li:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

.exercice_1.emojis ul li img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.exercice_1.emojis ul li.active {
  -webkit-animation: jump 2s infinite both;
  animation: jump 2s infinite both;
}

.exercice_1.emojis .controls {
  bottom: 0;
}

#exelent {
  background-image: url(../images/emocion1.svg);
}

#happy {
  background-image: url(../images/emocion2.svg);
}

#normal {
  background-image: url(../images/emocion3.svg);
}

#sad {
  background-image: url(../images/emocion4.svg);
}

#angry {
  background-image: url(../images/emocion5.svg);
}

#exelent.active,
#exelent:hover {
  background-image: url(../images/emocion1.gif);
}

#happy.active,
#happy:hover {
  background-image: url(../images/emocion2.gif);
}

#normal.active,
#normal:hover {
  background-image: url(../images/emocion3.gif);
}

#sad.active,
#sad:hover {
  background-image: url(../images/emocion4.gif);
}

#angry.active,
#angry:hover {
  background-image: url(../images/emocion5.gif);
}

/* EMOJIS */

audio {
  display: none;
}

/* ENDTEST */
.exercice_1.endTest {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-sizing: border-box;
  align-items: center;
  align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exercice_1.endTest h2{
  font-family: 'MouseMemoir';
  font-size: 7.5rem;
  color: var(--empatia);
  margin-bottom: 20px;
}
.exercice_1.endTest p{
  font-size: 2.5rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 450px;
}
/* ENDTEST */

/*FOOTER*/

.Footer {
  align-self: flex-end;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 0;
  width: 100%;
  z-index: 1;
}

.Footer-logo {
  display: block;
  width: 120px;
}

.Footer-credits {
  color: #001747;
  font-size: 1.2rem;
  text-align: right;
  -ms-grid-column: 2;
  grid-column: 2;
}

.Footer-credits a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.Footer-credits a:hover {
  opacity: 0.5;
}

.Footer-credits small {
  display: block;
  font-size: 0.8rem;
}

/*FOOTER*/

/*BTNS*/

.btn1 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0dff94),
    color-stop(51%, #00e2ff),
    to(#0dff94)
  );
  background-image: -webkit-linear-gradient(
    left,
    #0dff94 0%,
    #00e2ff 51%,
    #0dff94 100%
  );
  background-image: -o-linear-gradient(
    left,
    #0dff94 0%,
    #00e2ff 51%,
    #0dff94 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0dff94),
    color-stop(51%, #00e2ff),
    to(#0dff94)
  );
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(#0dff94),
    color-stop(51%, #00e2ff),
    to(#0dff94)
  );
  background-image: linear-gradient(
    to right,
    #0dff94 0%,
    #00e2ff 51%,
    #0dff94 100%
  );
  background-size: 200%;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 10px 15px 10px 0;
  position: relative;
  text-align: center;
  width: 80%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn1:hover {
  background-position: right center;
}

.btn1::after {
  background-color: #fff;
  background-image: url(../images/derecha.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 50%;
  content: "";
  height: 30px;
  left: 88%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
}

.Help-btn,
.tip-btn {
  display: inline-block;
  height: 43px;
  margin-left: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 43px;
}

.Help-btn:hover,
.tip-btn:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/*BTNS*/

/* CANVAS */

.canvasDrawImage {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  cursor: url(../images/pincel.png) 0 70, auto;
}

.canvasDrawImage a {
  color: #74b9ff;
  display: block;
  font-size: 3em;
  left: 20px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* CANVAS */

/* POLITICS */

.politics {
  display: -ms-grid;
  display: grid;
  padding: 50px 80px 0 80px;
  min-height: 100vh;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.politics h1 {
  text-align: center;
  font-size: 6rem;
  color: #001747;
  margin-bottom: 25px;
}

.politics p {
  padding: 0 80px;
}

.politics p,
.politics ul {
  text-align: justify;
  font-size: 1.4rem;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 140px;
  column-gap: 140px;
  line-height: 2rem;
  margin-bottom: 40px;
}

.politics ul {
  list-style-type: disc;
  padding: 0 150px;
}

.politics .close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50px;
  right: 134px;
}

.politics .close:hover {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.btnsNumber {
  display: none;
}

.read .Footer .Footer-logo {
  opacity: 0;
}

/* POLITICS */

/* BOXES */

/* BOXES */

.fancybox-bg {
  background: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-close-small svg {
  display: none;
}

.fancybox-close-small {
  background: url(../images/close_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  right: 0;
  top: 0;
}

.boxes {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: end;
  background: transparent;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  overflow: visible;
}

.boxes img {
  margin-right: 30px;
  width: 80px;
}

.txtPass {
  max-width: 500px;
}

.txtPass h1 {
  color: var(--conocimiento);
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.txtPass p {
  color: var(--gris);
  font-size: 1.4rem;
  margin-bottom: 30px;
  max-width: 335px;
}

.txtPass p span {
  color: var(--empatia);
}

.boxes .btn-1 {
  font-size: 1.4em;
  display: inline-block;
}

.boxes .btn-2 {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  margin-left: 90px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 135px;
}

.boxes .btn-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.txtPass p a {
  color: var(--morado);
  font-weight: bold;
  text-decoration: underline;
}

/* BOXES */

/*LIST CUSTOM SELECT*/
.customSelect {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Nunito";
}

.customSelect:nth-of-type(2) {
  margin-left: 50px;
  position: relative;
}

.customSelect:nth-of-type(2)::before {
  color: var(--conocimiento);
  content: "-";
  font-size: 1.4rem;
  font-weight: bold;
  left: -15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.customSelect .ui-selectmenu-text {
  overflow: visible;
}

.customSelect .ui-selectmenu-button-open .ui-selectmenu-icon {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ui-selectmenu-button.ui-button {
  background: #f8f8f8;
  color: #001747;
  outline: none;
  text-align: left;
  white-space: nowrap;
}

.ui-button .ui-icon {
  background-image: url(../images/list.svg);
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(../images/list2.svg);
}

.customSelect .errorMessage {
  position: absolute;
}

.ui-menu .ui-menu-item {
  background: #f8f8f8;
  color: #001747;
}

.ui-menu .ui-menu-item .ui-state-active {
  color: #f8f8f8;
  background: #001747;
}
/*LIST CUSTOM SELECT*/

/* TOUR */

.shepherd-element {
  border: 2px solid #00e2ff;
  border-radius: 5px;
}

body.shepherd-active::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}

.shepherd-element.shepherd-open,
.shepherd-target.shepherd-enabled {
  position: relative;
  z-index: 10000000;
  background-color: #f2f2f2;
  border-radius: 30px;
}

.prevButtonTour {
  background-position: center;
  background-repeat: no-repeat;
  background: url(../images/flechaizquierda_boton.svg);
}

.nextButtonTour {
  background-position: center;
  background-repeat: no-repeat;
  background: url(../images/flechaderecha_boton.svg);
}

.shepherd-element .shepherd-content * {
  font-size: 1.6rem;
  text-align: justify;
  color: #1a1a1a;
}

.shepherd-element .shepherd-content footer .shepherd-buttons li {
  display: block;
  margin: 0 10px;
  padding: 0;
  width: auto;
}

.shepherd-element  .shepherd-content  footer  .shepherd-buttons  li  .shepherd-button {
  padding: 20px 25px;
}

.shepherd-element .shepherd-content header a.shepherd-cancel-link {
  color: #001747;
  float: right;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 0.5em;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

.shepherd-element .shepherd-content footer .shepherd-buttons {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  position: static;
  width: 30%;
}
.shepherd-text .steps {
  display: block;
  font-size: 2.5rem;
  margin-top: 30px;
  text-align: center;
}

/* TOUR */

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .Perfil-menu {
    width: 150px;
  }
  .Activities-items {
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .Activities-items li {
    -ms-flex-item-align: center;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: center;
    width: 180px;
  }
  .progressBar {
    margin-left: 60px;
    width: 100%;
  }
  .Footer {
    padding: 10px 40px;
  }
  .exercice_1 + .Footer {
    margin-top: 90px;
  }
  .Form-image {
    left: -40%;
    width: 150px;
  }
  .btnsNumber {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -105px;
    display: block;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 250px;
    z-index: 3;
  }
  .btnsNumber button {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #666;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.4rem;
    margin: 2px;
    padding: 14px 0;
    transition: 0.3s;
    width: 50px;
  }
  .bgAnimation.left {
    bottom: 10%;
    left: 0;
  }

  footer {
    margin-top: 0;
  }
  .btnsNumber button.erase {
    width: 89%;
  }
  .help .Help-btn {
    margin: 0;
  }
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .question_1 ul.type1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 320px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .question_1 ul.type1 li.type1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 200px;
    width: auto;
    max-width: 45%;
    margin: 40px;
  }
  .question_1 ul.type2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .question_1 ul.type1 li.type2,
  .question_1 ul.type2 li.type2,
  .question_1 ul.type2 li.type1 {
    margin: 15px;
    min-height: 85px;
  }

  .question_1 ul.type1 li.type2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px;
    padding: 20px;
    max-width: 220px;
  }
  
  .question_1 ul.type2 li.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .Footer {
    -ms-flex-item-align: end;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    align-self: flex-end;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .Activity-title {
    height: 200px;
  }
  .Perfil-menu {
    margin: 0;
    width: 150px;
  }
  .Perfil-menu-user {
    color: #00e2ff;
    display: block;
    font-size: 2.3rem;
    height: 100%;
    padding: 25px 0 25px 10px;
  }
  .Footer-credits {
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-end;
  }
  .exercice_1 h2 {
    margin-bottom: 20px;
  }
  .question_1 ul li img {
    height: 85px;
  }
  .dots {
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (orientation: landscape) {
  .viewLand {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  header,
  .exercise {
    display: none;
  }
  .viewLand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4b57c0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .viewLand img {
    height: 320px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 50px;
  }
  .viewLand h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
}

.containerImage {
  width: 456px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 30px;
}

.containerImage img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}


#code-to-active {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #666;
  color: #999999;
  font-size: 1.8rem;
  outline: none;
  padding: 5px 0;
  width: 100%;
}