@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-ExtraLightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-ExtraBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/LibreFranklin-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
p {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 130%;
}

@media (max-width: 812px) {
  p {
    font-family: "LibreFranklin", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
}
h1 {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  margin: 15px auto 10px auto;
  opacity: 0;
  -webkit-animation: AnimateH1 0.5s forwards;
          animation: AnimateH1 0.5s forwards;
  line-height: 100%;
}

@-webkit-keyframes AnimateH1 {
  from {
    transform: translate3d(0, 45px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes AnimateH1 {
  from {
    transform: translate3d(0, 45px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
h2 {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 53px;
  color: #dd923f;
  margin: 12px auto 30px auto;
  opacity: 0;
  -webkit-animation: AnimateH1 0.5s 0.5s forwards;
          animation: AnimateH1 0.5s 0.5s forwards;
  line-height: 80%;
}

@-webkit-keyframes AnimateH2 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes AnimateH2 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.hr2 {
  width: 1px;
  height: 10px;
  background-color: #557c83;
}

.content_right {
  position: absolute;
  right: 45px;
  top: 60px;
  width: 50%;
  height: auto;
}
.content_right .hr2 {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-animation: hr2Right 1s forwards;
          animation: hr2Right 1s forwards;
}
.content_right h1 {
  text-align: right;
}
.content_right h2 {
  text-align: right;
}
.content_right p {
  text-align: right;
}

@-webkit-keyframes hr2Right {
  0% {
    width: 1px;
  }
  50% {
    width: 45px;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    width: 45px;
  }
}

@keyframes hr2Right {
  0% {
    width: 1px;
  }
  50% {
    width: 45px;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    width: 45px;
  }
}
/*Content left*/
.content_left {
  position: relative;
  margin-left: 45px;
  margin-top: 60px;
  width: 550px;
  height: auto;
}
.content_left .hr2 {
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
}
.content_left h1 {
  text-align: left;
}
.content_left h2 {
  text-align: left;
}
.content_left p {
  text-align: left;
}

.content_grid_l {
  width: 450px;
  height: auto;
}
.content_grid_l .hr2 {
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
}
.content_grid_l h1 {
  text-align: left;
}
.content_grid_l h2 {
  text-align: left;
}
.content_grid_l p {
  text-align: left;
}

ul {
  list-style: square outside url(../images/bullets.png);
}

.bullet_azul {
  list-style: square outside url(../images/bullet_blue.png) !important;
}
.bullet_azul li {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  margin-top: 1.3rem;
  line-height: 130%;
  font-weight: 400;
}
@media (max-width: 812px) {
  .bullet_azul li {
    font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
}

li {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
}

td {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 18px;
  vertical-align: top;
}

.avance {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}

.fadein_05 {
  animation: fadein 0.5s forwards;
  -webkit-animation: fadein 0.5s forwards;
  -moz-animation: fadein 0.5s forwards;
  -o-animation: fadein 0.5s forwards;
}

.fadein_1 {
  animation: fadein 1s forwards;
  -webkit-animation: fadein 1s forwards;
  -moz-animation: fadein 1s forwards;
  -o-animation: fadein 1s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
.Course_Content_info {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 60px 20px 20px 20px;
}

.background_full {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: white !important;
}

.TitleStartPos {
  position: relative;
  opacity: 0;
}

.MoveTitle {
  animation: AnimateTitle 0.25s forwards;
  -webkit-animation: AnimateTitle 0.25s forwards;
  -moz-animation: AnimateTitle 0.25s forwards;
  -o-animation: AnimateTitle 0.25s forwards;
}

@keyframes AnimateTitle {
  from {
    left: 75px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes AnimateTitle {
  from {
    left: 75px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
.DelayAnimation_1 {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
}

.DelayAnimation_2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

.DelayAnimation_3 {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
}

.DelayAnimation_4 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
}

#AnimatedTitle {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
  font-style: normal;
  text-transform: uppercase;
}

.MoveHR {
  animation: AnimateHR 1s ease-out forwards;
  -webkit-animation: AnimateHR 1s ease-out forwards;
  -moz-animation: AnimateHR 1s ease-out forwards;
  -o-animation: AnimateHR 1s ease-out forwards;
}

.HR {
  background-color: #2dc89d;
  height: 1px;
  width: 1px;
}

@keyframes AnimateHR {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes AnimateHR {
  from {
    width: 1%;
  }
  to {
    width: 100%;
  }
}
.form-font-14 {
  -webkit-text-size-adjust: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

.OpacityZero {
  opacity: 0;
  filter: alpha(opacity=0);
}

.MoveParagraph {
  -webkit-animation: AnimateParagraph 0.5s forwards;
          animation: AnimateParagraph 0.5s forwards;
}

@-webkit-keyframes AnimateParagraph {
  from {
    transform: translate3d(0, 45px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes AnimateParagraph {
  from {
    transform: translate3d(0, 45px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.text_bold-formatDark {
  color: #a0c1ec;
  font-weight: bold;
}

.subtitle {
  position: absolute;
  left: 0px;
  width: 97%;
  margin: 10px 0px 0px 15px;
  height: auto;
  bottom: 65px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* z-index: 100; */
  text-shadow: 2px 2px #000000;
}

.interactivityTable {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 60px;
}

.interactivityTable tbody tr td {
  width: 50%;
  padding: 5px;
}

.interactivityTable tbody tr td div {
  background-color: rgba(68, 57, 123, 0.7);
  width: 100%;
  height: 80px;
  border-radius: 10px;
}

.interactivityTable tbody tr td div:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.interactivityTable tbody tr td div:hover p {
  color: black;
}

.interactivityTable tbody tr td div p {
  color: white;
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
  margin: 0 10px 0 60px;
  font-size: 16px;
}

.interactivityTable tbody tr td div span {
  color: #7461a3;
  font-size: 45px;
  font-weight: 900;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  position: absolute;
  margin: 10px 0 0 10px;
}

.interactivityTable_3options {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 60px;
}

.interactivityTable_3options tbody tr td {
  width: 30%;
  padding: 5px;
}

.interactivityTable_3options tbody tr td div {
  background-color: rgba(68, 57, 123, 0.7);
  width: 100%;
  height: 80px;
  border-radius: 10px;
}

.interactivityTable_3options tbody tr td div:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.interactivityTable_3options tbody tr td div:hover p {
  color: black;
}

.interactivityTable_3options tbody tr td div p {
  color: white;
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
  margin: 0 10px 0 60px;
  font-size: 16px;
}

.interactivityTable_3options tbody tr td div span {
  color: #7461a3;
  font-size: 45px;
  font-weight: 900;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  position: absolute;
  margin: 10px 0 0 10px;
}

.interactiveFeedbackContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.interactiveFeedback {
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.interactiveFeedback h1 {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: white;
  text-align: center;
  position: relative;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.interactiveFeedback h2 {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 46px;
  text-align: center;
  position: relative;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.interactiveFeedback p {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: white;
  text-align: center;
  position: relative;
}

.interactiveFeedback #hr {
  width: 36px;
  height: 6px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.interactiveFeedbackButton, .interactive-btn-incorrect, .interactive-Intro-Btn, .interactive-btn-correct {
  height: 70px;
  width: 270px;
  background-color: #669999;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 0;
  position: relative;
  /* left: 50%;
  margin-right: -50%;
  transform: translateX(-50%); */
  color: #101010;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 20px;
}
.interactiveFeedbackButton:hover, .interactive-btn-incorrect:hover, .interactive-Intro-Btn:hover, .interactive-btn-correct:hover {
  background-color: #2d8989;
}
.interactiveFeedbackButton:active, .interactive-btn-incorrect:active, .interactive-Intro-Btn:active, .interactive-btn-correct:active {
  background-color: #5bb2b2;
  box-shadow: none !important;
}
.interactiveFeedbackButton:focus, .interactive-btn-incorrect:focus, .interactive-Intro-Btn:focus, .interactive-btn-correct:focus {
  box-shadow: 0 0 0 1px #2d8989;
}

.interactive-Intro-Btn, .interactive-btn-correct {
  background-color: #00a376;
  color: white;
}
.interactive-Intro-Btn:hover, .interactive-btn-correct:hover {
  background-color: #007857;
}
.interactive-Intro-Btn:active, .interactive-btn-correct:active {
  background-color: #10c08f;
  box-shadow: none !important;
}
.interactive-Intro-Btn:focus, .interactive-btn-correct:focus {
  box-shadow: 0 0 0 1px #007857;
}

.interactive-btn-incorrect {
  background-color: #ca6944;
  color: white;
}
.interactive-btn-incorrect:hover {
  background-color: #dd8260;
}
.interactive-btn-incorrect:active {
  background-color: #f39c7b;
  box-shadow: none !important;
}
.interactive-btn-incorrect:focus {
  box-shadow: 0 0 0 1px #dd8260;
}

.interactiveIntroContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interactiveIntro {
  width: 80%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.interactiveIntro h1 {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 24px;
  color: white;
  text-align: center;
  position: relative;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.interactiveIntro h2 {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 46px;
  text-align: center;
  position: relative;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  margin: 0;
  margin-bottom: 18px;
}
.interactiveIntro p {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 18px;
  color: white;
  text-align: center;
  position: relative;
  width: 80%;
  text-align: center;
}
.interactiveIntro #hr {
  width: 36px;
  height: 6px;
  position: relative;
  /* left: 50%;
  transform: translateX(-50%); */
  /*animation: hr2Right 1.5s forwards;*/
}

.popupBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.BackgroundPurple {
  background-color: #2c2e48;
}

.BackgroundDarkBlue {
  background-color: #2a3c4a;
}

/* Pop ups*/
.popupTable {
  width: 100%;
  padding: 30px;
}

.popupTable tbody tr td img {
  /*width: 50px;
    padding: 5px;*/
  margin: auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}

/* TODO erase*/
.droptarget {
  float: left;
  width: 100px;
  height: 35px;
  margin: 15px;
  padding: 10px;
  border: 1px solid #aaaaaa;
}

.DDcircle {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.DDcircle p {
  color: white;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 32px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}

.DDcircle_2 {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
}
.DDcircle_2 p {
  color: white;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 32px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}

.DDtarget {
  z-index: 2;
  background-color: #434763;
  box-shadow: inset 0px 3px 6px #000000;
}

.DDtarget_hover {
  filter: brightness(133%);
}

.DDTable {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  padding: 60px;
  transform: translateY(-50%);
  border-spacing: 0px;
  border: none;
}

.DDTable td {
  padding: 0px;
  border-spacing: 0px;
  border: none;
}

.DDTable_td {
  padding: 0px;
}

.DDcontainer {
  width: 100px;
  height: 100px;
  position: relative;
  top: 0px;
  left: 0px;
}

.DDtext {
  background-color: #22243b;
  margin: 0;
  height: 100px;
}
.DDtext p {
  margin: 0px;
  color: white;
  padding: 0 20px 0 20px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.DDtableLeftSide {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  background-color: #22243b;
}

.DDtableLeftSideTop {
  position: relative;
  width: 50%;
  height: 20px;
  right: -50px;
  top: 0px;
  background-color: #22243b;
  border-radius: 10px 0px 0px 0px;
}

.DDtextTop {
  background-color: #22243b;
  margin: 0;
  height: 20px;
  border-radius: 0px 10px 0px 0px;
}

.DDtableLeftSideBottom {
  position: relative;
  width: 50%;
  height: 20px;
  right: -50px;
  top: 0px;
  background-color: #22243b;
  border-radius: 0px 0px 0px 10px;
}

.DDtextBottom {
  background-color: #22243b;
  margin: 0;
  height: 20px;
  border-radius: 0px 0px 10px 0px;
}

.DDbackground {
  position: absolute;
  background-color: #22243b;
  border-radius: 10px;
}

.custom_bullet {
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 0% 50%;
  background-color: #7461a3;
  margin: 0;
}
.custom_bullet p {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: white;
  font-size: 24px;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.mail {
  width: 50%;
  height: 75%;
  position: absolute;
  right: 60px;
  top: 12.5%;
}
.mail #background {
  position: absolute;
  top: 10%;
  left: 0px;
  height: 90%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 10px 10px;
}
.mail #header {
  width: 100%;
  height: 10%;
  position: absolute;
  background-color: rgba(107, 90, 149, 0.8);
  left: 0px;
  top: 0px;
}
.mail #header p {
  width: 100%;
  position: absolute;
  color: white;
  left: 0px;
  text-align: left;
  font-size: 20px;
  margin: 0 0 0 20px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.mail #body {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 10%;
}
.mail #body p {
  margin: 10px 40px 0px 40px;
  color: #aaa;
}

.mail .feedback {
  display: none;
}

.mailFocus {
  color: black !important;
}
.mailFocus::before {
  content: "";
  width: 6px;
  height: 40px;
  background-color: #aece73;
  position: absolute;
  top: auto;
  left: 30px;
}

.buttonMail {
  height: 80px;
  width: 100%;
  position: relative;
  bottom: 0px;
  left: 0px;
  background-color: #605888;
  border-radius: 10px;
}
.buttonMail p {
  color: white;
  text-align: center !important;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 48px !important;
  position: absolute !important;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 !important;
}
.buttonMail:hover {
  background-color: white;
}
.buttonMail:hover p {
  color: #605888;
}

.question table {
  width: 100%;
  height: auto;
  position: relative;
}

.question {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
}
.question p {
  position: relative;
  text-align: left;
  margin: 0 20px 0 20px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
}

.spot {
  width: 110px;
  height: 110px;
  background-color: rgba(107, 90, 149, 0.8);
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  /*pointer-events: none;*/
}
.spot #inner {
  width: 63%;
  height: 63%;
  background-color: rgba(107, 90, 149, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.spot #point {
  width: 33%;
  height: 33%;
  background-color: #a37eff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.backgroundWhite {
  background-color: white;
}

.backgroundDark {
  background-color: #0d171f;
}

.label {
  background-color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  border-radius: 10px;
  position: absolute;
  top: 28px;
  right: 110%;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 18px;
  display: none;
}
.label p {
  margin: 0;
  font-size: 16px;
}

.spot_visited {
  width: 110px;
  height: 110px;
  background-color: rgba(93, 149, 90, 0.8);
  position: absolute;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.spot_visited #inner {
  width: 63%;
  height: 63%;
  background-color: rgba(93, 149, 90, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.spot_visited #point {
  width: 33%;
  height: 33%;
  background-color: #8aff7e;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/*Activity 1*/
.background-pink {
  background-color: #a46182;
}

.Activity1Table {
  position: relative;
  width: 90%;
  border-spacing: 10px;
  border: none;
}

.Activity1Row {
  position: relative;
  width: 100%;
  height: 84px;
  top: 0px;
  background-color: #22243b;
  border-radius: 10px;
  left: 0px;
  margin: 0;
  padding: 0;
}
.Activity1Row p {
  margin-left: 120px;
  margin: 0 20px 0 120px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: white;
}

.Activity1Circle {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Activity1CircleNumber {
  z-index: 3;
  display: none;
}
.Activity1CircleNumber p {
  color: white;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 32px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}

.Activity1CircleNumberWrong {
  z-index: 3;
  background-color: #cc5f4b;
  display: none;
}
.Activity1CircleNumberWrong p {
  color: white;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 32px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}

.content_interactivity1 {
  position: absolute;
  left: 45px;
  top: 60px;
  width: 100%;
  height: auto;
}

.content_interactivity1 .hr2 {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
}

.Activity1Wrong {
  -webkit-animation: WrongAnimation 1s infinite;
          animation: WrongAnimation 1s infinite;
}

/*Activity 2*/
.content_interactivity2 {
  position: absolute;
  left: 5%;
  top: 60px;
  width: 100%;
  height: auto;
}

.content_interactivity2 .hr2 {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
}

.Activity2Table {
  position: relative;
  width: 90%;
  border-spacing: 10px;
  border: none;
}

.Activity2Row {
  position: relative;
  width: 100%;
  height: 170px;
  top: 0px;
  background-color: #22243b;
  border-radius: 10px;
  left: 0px;
  margin: 40px 0 0 0;
  padding: 0;
}
.Activity2Row p {
  position: absolute;
  margin: 20px;
  padding: 0;
  top: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.Activity2Circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}
.Activity2Circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.Activity2CircleTarget {
  background-color: #d4d3d9;
  box-shadow: inset 0px 3px 6px #000000;
  pointer-events: none;
}

.Activity2RowTarget {
  background-color: white;
  box-shadow: inset 0px 3px 6px #000000;
}
.Activity2RowTarget:hover {
  background-color: #d4d3d9;
}

.Activity2Disable {
  opacity: 0.15;
}

.Activity2CircleNumberWrong {
  z-index: 3;
  background-color: #cc5f4b !important;
  display: none;
  pointer-events: none;
}
.Activity2CircleNumberWrong p {
  color: white;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 32px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}

/*Content full*/
.content_full {
  margin-top: 60px;
  margin-left: 45px;
  width: 1190px;
  height: auto;
}
.content_full .hr2 {
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
}
.content_full h1 {
  text-align: left;
}
.content_full h2 {
  text-align: left;
}
.content_full p {
  text-align: left;
}

.white_text {
  color: white;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-weight: 300;
}

table {
  border-spacing: 20px;
}

h3 {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: white;
  font-size: 28px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-animation: AnimateH3 0.5s 1s forwards;
          animation: AnimateH3 0.5s 1s forwards;
  margin: 0;
  line-height: 110%;
}

@-webkit-keyframes AnimateH3 {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes AnimateH3 {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
h4 {
  color: white;
  font-size: 45px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 700;
  opacity: 0;
  -webkit-animation: AnimateH3 0.5s 1.5s forwards;
          animation: AnimateH3 0.5s 1.5s forwards;
  text-transform: uppercase;
  margin: 0;
  line-height: 110%;
}

.bold-orange {
  color: #e6713a;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 700;
  opacity: 0;
  font-size: 22px;
  -webkit-animation: AnimateH3 0.5s 1.5s forwards;
          animation: AnimateH3 0.5s 1.5s forwards;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
}

.text-box-orange {
  color: #e6713a;
  font-size: 25px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  opacity: 0;
  -webkit-animation: AnimateH3 0.5s 1.5s forwards;
          animation: AnimateH3 0.5s 1.5s forwards;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
}