/* font letter */
/* BG Light */
/* lines and bold */
/* lines  */
/* BG dark */
/* buttons */
/* btn secondary */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #221f1f;
}

#Welcome_UI {
  background-color: #221f1f !important;
}

.cover-title-bar {
  width: 60px;
  height: 10px;
  position: relative;
  background: #ffa032;
  margin-bottom: 10px;
}

.cover-title--top {
  text-align: left;
  color: white;
}

.cover-title--bottom {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#00ffc5), to(#0169fc));
  background: linear-gradient(to right, #00ffc5 0%, #0169fc 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#courseInfo > h1 {
  color: #ff9900;
  font-size: 12px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.buttonWelcome {
  border: 1px solid #f7f7f7;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: white;
  position: absolute;
  bottom: 0px;
  width: 270px;
  height: 45px;
  background-color: transparent;
  border-radius: 0px;
}

.buttonWelcome:hover {
  background-color: #453f3f;
}

.buttonWelcome:active {
  background-color: #666060 !important;
}

.buttonWelcome:focus {
  background-color: #666060;
}

/* .container-popup {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 45px 60px;

  .container-popup-left {
    width: 550px;
  }
} */
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.df-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 45px;
  padding-top: 40px;
  height: 91%;
}

.df-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 45px;
  padding-top: 40px;
  height: 91%;
}

.df-jcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.df-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.df-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.df--center-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df--withDots {
  height: 88.6%;
}

.df-content {
  width: 500px;
  position: relative;
}

.df-content .hr2 {
  position: relative;
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
  background-color: #453f3f;
}

.df-content-circleImg {
  width: 217px;
  height: 217px;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.df-content-circleImg img {
  width: 100%;
}

.df-extended {
  width: 560px;
}

.d-grid {
  padding-right: 45px;
  padding-top: 60px;
  height: 91%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.d-grid-col-2-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 177px 500px;
      grid-template-columns: 177px 500px;
  gap: 3rem;
}

.d-grid .circles-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.d-grid .circles-col img {
  width: 175px;
  margin-bottom: 20px;
}

.d-grid .content {
  width: 500px;
  position: relative;
}

.d-grid .content .hr2 {
  position: relative;
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
  background-color: #453f3f;
}

.m-0 {
  margin: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-6 {
  margin-left: 6rem;
}

.pl-05 {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-3-5 {
  padding-left: 3.5rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-45p {
  margin-top: 45px;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-5 {
  margin-right: 5rem;
}

.p-0 {
  padding: 0;
}

.courseInfo-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.courseInfo-wraper div:first-of-type {
  padding-right: 4rem;
}

.courseInfo-wraper div h1 {
  line-height: 115%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* height */
.h-150-px {
  height: 150px;
}

.h-210-px {
  height: 210px;
}

.h-233-px {
  height: 233px;
}

.h-430-px {
  height: 430px;
}

.h-490-px {
  height: 490px;
}

.h-500-px {
  height: 500px;
}

.h-610-px {
  height: 610px;
}

.h-650-px {
  height: 650px;
}

.h-730-px {
  height: 730px;
}

.hmax {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-100 {
  height: 100%;
}

/* width */
.w-100 {
  width: 100%;
}

.w-15 {
  width: 15%;
}

.w-25 {
  width: 25%;
}

.w-35 {
  width: 35%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-65 {
  width: 65%;
}

.w-133p {
  width: 133px;
}

.w-30-px {
  width: 130px;
}

/* position absolute top - left- right */
.absolute-top-0 {
  top: 0;
}

.absolute-top-5 {
  top: -5%;
}

.absolute-top-15 {
  top: -15%;
}

.absolute-top-35 {
  top: -35%;
}

.absolute-top-55 {
  top: -55%;
}

.absolute-bottom-0 {
  bottom: 0;
}

.absolute-bottom-35 {
  bottom: -35%;
}

.absolute-bottom-55 {
  bottom: -55%;
}

.right-0 {
  right: 0;
}

.right-negative-5 {
  right: -5%;
}

.right-negative-10 {
  right: -10%;
}

.left-3 {
  left: 3%;
}

.left-12 {
  left: 12%;
}

.left-30p {
  left: 30px;
}

.left-negative-2 {
  left: -2%;
}

.left-negative-5 {
  left: -5%;
}

.left-negative-8 {
  left: -8%;
}

.left-negative-10 {
  left: -10%;
}

/* overflow */
.over-hidden {
  overflow: hidden;
}

/* text-right */
.text-right, .text-right h1, .text-right h1 span, .text-right span, .text-right p {
  text-align: right;
}

/* line effect */
.scroll-vline {
  position: absolute;
  overflow: hidden;
  width: 1px;
}

.scroll-vline::before, .scroll-vline::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.scroll-vline:before {
  background: transparent;
}

.scroll-vline::after {
  -webkit-animation: move 1s;
          animation: move 1s;
}

.scroll-vline-blue::after {
  background: #339999;
}

.scroll-vline-questionBlue::after {
  background: #309a96;
}

.scroll-vline-green::after {
  background: #339966;
}

.scroll-vline-orange::after {
  background: #ff9900;
}

.scroll-vline-inverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.move-up {
  -webkit-animation: up 1s forwards;
          animation: up 1s forwards;
}

.move-down {
  -webkit-animation: down 1s forwards;
          animation: down 1s forwards;
}

.rotate {
  -webkit-animation: rotation 300s infinite linear;
          animation: rotation 300s infinite linear;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
}

@-webkit-keyframes up {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes up {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes down {
  from {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes down {
  from {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* cover imag */
.cover_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.paragraph17px {
  font-size: 17px;
}

.textUppercase {
  text-transform: uppercase;
}

.evaluation {
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.evaluation picture {
  padding-top: 1rem;
  width: 650px;
}

.evaluation picture img {
  width: 100%;
}

.evaluation-content {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.evaluation-content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.evaluation-content header .hr2 {
  -webkit-animation: hr2Right 1.5s forwards;
          animation: hr2Right 1.5s forwards;
}

.evaluation-content h1 {
  font-size: 32px;
  margin: 0;
  margin-top: 10px;
}

.evaluation-content h2 {
  margin: 0;
  margin-top: 10px;
}

.evaluation-content b {
  color: #020202;
}

.evaluation-content p {
  width: 80%;
  margin: 15px auto;
}

/* font letter */
/* BG Light */
/* lines and bold */
/* lines  */
/* BG dark */
/* buttons */
/* btn secondary */
.title-dark {
  line-height: 1.15;
  text-transform: none;
  font-weight: 900;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 53px;
}

.title-dark small {
  background-clip: unset;
  -webkit-text-fill-color: white;
  -moz-text-fill-color: white;
  font-weight: 400;
  font-size: 1.75rem;
  margin: 15px auto 10px auto;
  opacity: 0;
  -webkit-animation: AnimateH1 0.5s forwards;
          animation: AnimateH1 0.5s forwards;
  line-height: 100%;
}

.title-dark span {
  display: block;
  margin-top: -10px;
  font-size: 74px;
}

.title-light {
  line-height: 1.15;
  text-transform: none;
  font-weight: 900;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 53px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
}

.title-light small {
  background-clip: unset;
  -webkit-text-fill-color: black;
  -moz-text-fill-color: black;
  font-weight: 400;
  font-size: 1.75rem;
  margin: 15px auto 10px auto;
  opacity: 0;
  -webkit-animation: AnimateH1 0.5s forwards;
          animation: AnimateH1 0.5s forwards;
  line-height: 100%;
}

.title-light span {
  display: block;
  margin-top: -10px;
  font-size: 74px;
}

.title-fullWhite {
  text-transform: none;
  font-weight: 800 !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 46px !important;
  color: white;
}

.title-fullWhite small {
  font-weight: 400;
  font-size: 24px;
  margin: 15px auto 10px auto;
  -webkit-animation: none;
          animation: none;
  line-height: 100%;
}

.title {
  line-height: 1.15;
  text-transform: none;
  font-weight: 700;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #676161;
}

.title-right {
  text-align: right;
}

.title-center {
  text-align: center;
}

.title small {
  font-weight: 350;
  font-size: 18px;
  margin: 15px auto 10px auto;
  opacity: 0;
  -webkit-animation: AnimateH1 0.5s forwards;
  animation: AnimateH1 0.5s forwards;
  line-height: 100%;
  letter-spacing: 2px;
}

.title span {
  display: block;
}

.title-fullWhite {
  text-transform: none;
  font-weight: 800 !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 46px !important;
  color: white;
}

.title-fullWhite small {
  font-weight: 400;
  font-size: 24px;
  margin: 15px auto 10px auto;
  -webkit-animation: none;
          animation: none;
  line-height: 100%;
}

.title-top {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: white;
  font-size: 1.75rem;
}

strong, b {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

i {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.italic-bold {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #676161;
}

.color-secondary {
  color: #b19f8f;
}

.color-primary {
  color: #676161;
}

.color-black {
  color: #020202 !important;
}

.color-white {
  color: white;
}

.color-greenish {
  color: #06e8c4;
}

.color-blueish {
  color: #339999;
}

.color-green {
  color: #a1c26f;
}

.color-orange {
  color: #ff9900;
}

.color-red {
  color: #cb5f4b;
}

.color-pink {
  color: #ff589c;
}

.color-pink-off {
  color: #a46182;
}

.answer-correct {
  color: #339966;
}

.answer-fail {
  color: #ff6600;
}

.background-green {
  background-color: #339966;
}

.background-red {
  background-color: #cb5f4b;
}

.background-aqua {
  background-color: #339999;
}

.background-pink {
  background-color: #a45e81;
}

.background-tertiary {
  background-color: #453f3f;
}

.background-secondary {
  background-color: #b19f8f;
}

.background-primary {
  background-color: #676161;
}

.background-f7 {
  background-color: #f7f7f7;
}

.background-gray-dark {
  background-color: #2e2b2b;
}

.background-dark {
  background-color: rgba(43, 39, 40, 0.9);
}

.popupButtonClose, .popupButtonCloseLeft {
  height: 70px;
  width: 270px;
  background-color: #0169fc;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 0;
  position: absolute;
  right: 60px;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 4px;
  top: 60px;
}

.popupButtonClose:hover, .popupButtonCloseLeft:hover {
  background-color: #ffffff;
  color: blue;
}

.popupButtonClose:active, .popupButtonCloseLeft:active {
  background-color: #000000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.popupButtonClose:focus, .popupButtonCloseLeft:focus {
  -webkit-box-shadow: 0 0 0 1px white;
          box-shadow: 0 0 0 1px white;
}

.popupButtonCloseLeft {
  left: 45px;
}

.popupButtonOpen {
  cursor: pointer;
}

.popupButtonOpen:hover img {
  -webkit-filter: brightness(133%);
          filter: brightness(133%);
}

.popupButtonOpen p {
  color: white;
  text-align: center;
}

.popupButtonOpen .popupButtonOpen .popupButtonDisable {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.list-tt {
  list-style: url("../images/tt-101/bullet.gif") !important;
  position: relative;
}

.list-tt li {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-top: 1.3rem;
  line-height: 130%;
}

@media (max-width: 812px) {
  .list-tt li {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
}

.m-t-li-1 li {
  margin-top: 1rem;
}

.grid-dos {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.1fr 15fr;
      grid-template-columns: 1fr 0.1fr 15fr;
  gap: 20px;
  width: 71%;
  height: 335px;
  background-color: rgba(27, 117, 252, 0.384);
  padding-top: 20px;
  margin-left: 40px;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-dos .division {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
}

.grid-dos span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-dos p {
  font-size: 16px;
  line-height: 110%;
}

.grid-tercios {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 272px 2fr;
      grid-template-columns: 272px 2fr;
  gap: 35px;
  width: 27%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 805px;
  top: 328px;
}

.grid-tercios .msg-txt {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #919191;
  font-weight: 550;
  margin-left: 38px;
}

.grid-tercios .division {
  width: 70%;
  height: 180px;
  border-radius: 10px;
  border: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
}

.grid-tercios span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

.grid-tercios p {
  font-size: 16px;
}

.grid-tercios b {
  font-weight: 600;
  color: black;
}

.grid-respuestas, .flex-respuestas {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  position: absolute;
  bottom: 0;
  width: 55%;
  padding: 60px;
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.answer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.answer-flex button {
  width: 100%;
  height: 115px;
  border: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 25% 75%;
      grid-template-columns: 25% 75%;
  justify-items: start;
  cursor: pointer;
}

.answer-flex button:first-child {
  background-color: #b19f8f;
}

.answer-flex button:nth-child(2) {
  background-color: #676161;
}

.answer-flex button:nth-child(3) {
  background-color: #453f3f;
}

.answer-flex button:nth-child(4) {
  background-color: #2e2b2b;
}

.answer-flex button.active {
  background-color: #339999 !important;
}

.answer-flex button.active span {
  color: white !important;
}

.answer-flex button span {
  font-size: 17px;
  color: #c0b2a6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 0 15px;
}

.answer-flex button span:first-child {
  font-size: 5.5rem;
  font-weight: 900;
}

.answer-flex button span:not(:first-child) {
  color: white;
  max-width: 300px;
  margin-left: 0px;
  place-self: normal;
}

.answer-flex button:active, .answer-flex button:focus {
  background-color: #339999;
}

.answer-flex button:active span, .answer-flex button:focus span {
  color: white;
}

.answer-flex button:hover span {
  color: white;
}

.answer-flex button:hover span:not(:first-child) {
  font-weight: 700;
}

.grid-respuestas, .flex-respuestas {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  position: absolute;
  bottom: 0;
  width: 55%;
  padding: 60px;
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-respuestas .buttonA, .flex-respuestas .buttonA {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas .buttonA:hover, .flex-respuestas .buttonA:hover {
  background-color: rgba(0, 248, 199, 0.5) !important;
  color: white;
}

.grid-respuestas .buttonA:hover span .etiqueta, .flex-respuestas .buttonA:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas .buttonB, .flex-respuestas .buttonB {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas .buttonB:hover, .flex-respuestas .buttonB:hover {
  background-color: rgba(0, 201, 217, 0.5) !important;
  color: white;
}

.grid-respuestas .buttonB:hover span .etiqueta, .flex-respuestas .buttonB:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas .buttonC, .flex-respuestas .buttonC {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas .buttonC:hover, .flex-respuestas .buttonC:hover {
  background-color: rgba(1, 150, 235, 0.5) !important;
  color: white;
}

.grid-respuestas .buttonC:hover span .etiqueta, .flex-respuestas .buttonC:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas .buttonD, .flex-respuestas .buttonD {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas .buttonD:hover, .flex-respuestas .buttonD:hover {
  background-color: rgba(7, 106, 252, 0.5) !important;
  color: white;
}

.grid-respuestas .buttonD:hover span .etiqueta, .flex-respuestas .buttonD:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas span, .flex-respuestas span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-left: -10px;
}

.grid-respuestas span img, .flex-respuestas span img {
  margin: 0 20px;
}

.grid-respuestas span .etiqueta, .flex-respuestas span .etiqueta {
  font-size: 45px;
  font-weight: 800;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 20px;
}

.buttonAwhite, .buttonBWhite, .buttonCWhite, .buttonDWhite {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.buttonAwhite:hover, .buttonBWhite:hover, .buttonCWhite:hover, .buttonDWhite:hover {
  background-color: rgba(0, 248, 199, 0.5) !important;
  color: #fff;
}

.buttonAwhite:hover span .etiqueta, .buttonBWhite:hover span .etiqueta, .buttonCWhite:hover span .etiqueta, .buttonDWhite:hover span .etiqueta {
  color: #fff;
}

.buttonAwhite:hover b, .buttonBWhite:hover b, .buttonCWhite:hover b, .buttonDWhite:hover b {
  color: #fff;
}

.buttonBWhite:hover {
  background-color: rgba(0, 201, 217, 0.5) !important;
  color: #fff;
}

.buttonBWhite:hover span .etiqueta {
  color: #000000;
}

.buttonCWhite:hover {
  background-color: rgba(1, 150, 235, 0.5) !important;
  color: #fff;
}

.buttonCWhite:hover span .etiqueta {
  color: #000000;
}

.buttonDWhite:hover {
  background-color: rgba(7, 106, 252, 0.5) !important;
  color: #fff;
}

.buttonDWhite:hover span .etiqueta {
  color: #000000;
}

.selectedA {
  background-color: rgba(0, 248, 199, 0.5) !important;
}

.selectedB {
  background-color: rgba(0, 201, 217, 0.5) !important;
}

.selectedC {
  background-color: rgba(1, 150, 235, 0.5) !important;
}

.selectedD {
  background-color: rgba(7, 106, 252, 0.5) !important;
}

.circleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: 800;
  position: absolute;
  top: 82px;
  left: 814px;
}

.grid-respuestas2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(20%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  grid-gap: 20px;
  position: absolute;
  width: 45%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
  padding-right: 20px;
}

.grid-respuestas2 .fb {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 140px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
}

.grid-respuestas2 .fb span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-respuestas2 .fb span img {
  margin: 1.5rem 1rem;
}

.grid-respuestas2 .buttonA {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas2 .buttonA:hover {
  background-color: rgba(0, 248, 199, 0.5) !important;
  color: white;
}

.grid-respuestas2 .buttonA:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas2 .buttonB {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas2 .buttonB:hover {
  background-color: rgba(0, 201, 217, 0.5) !important;
  color: white;
}

.grid-respuestas2 .buttonB:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas2 .buttonC {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas2 .buttonC:hover {
  background-color: rgba(1, 150, 235, 0.5) !important;
  color: white;
}

.grid-respuestas2 .buttonC:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas2 .buttonD {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.grid-respuestas2 .buttonD:hover {
  background-color: rgba(7, 106, 252, 0.5) !important;
  color: white;
}

.grid-respuestas2 .buttonD:hover span .etiqueta {
  color: #000000;
}

.grid-respuestas2 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.grid-respuestas2 span img {
  margin: 0 10px;
}

.grid-respuestas2 span .etiqueta {
  font-size: 45px;
  font-weight: 800;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 20px;
}

.autoevaluacion-wrapper {
  width: 100%;
  height: 100%;
}

.flex-respuestas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 644px;
  width: 51%;
  gap: 8px;
  padding-bottom: 64px;
}

.flex-respuestas button {
  height: 130px;
}

.flex-respuestas button span {
  padding-right: 10px;
  line-height: 130%;
  font-size: 1.05rem;
}

.d-none {
  display: none !important;
}

.DisplayBlock {
  display: block !important;
}

.Interactpopups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding-top: 2rem;
}

.btn-circle-Img {
  background: none;
  border: none;
  border-radius: 0.7rem;
  padding: 0.7rem 0.8rem;
  max-width: 217px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.btn-circle-Img img {
  width: 100%;
}

.btn-circle-Img span {
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: white;
  text-align: center;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-circle-Img:focus {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.btn-circle-Img[data-disable]:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.btn-circle-Img:disabled, .btn-circle-Img[disabled], .btn-circle-Img[data-disable] {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.OverImg {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.OverImg:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.OverImg:focus {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.wrapperBtnsMultipleAnswers, .wrapperBtnsMultipleAnswers-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 25px;
  margin-left: 25px;
}

.multiAnswers-btn-circle {
  background: none;
  border: none;
  padding: 0 1.65rem;
  max-width: 217px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.multiAnswers-btn-circle .wraper-btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.multiAnswers-btn-circle .wrapperMark {
  background-color: #4c6f8b;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: relative;
  top: -30px;
}

.multiAnswers-btn-circle .wrapperMark img {
  margin: 0 auto;
}

.multiAnswers-btn-circle .multiAnswers-btn-circle-txt {
  font-size: 1rem;
  color: inherit;
  position: relative;
  top: -20px;
  width: 60%;
}

.multiAnswers-btn-circle:disabled img, .multiAnswers-btn-circle[disabled] img, .multiAnswers-btn-circle[data-disable] img {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.wrapperBtnsMultipleAnswers-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 25px;
  padding-top: 335px;
}

.bg-wrong {
  background-color: #a4608f !important;
}

.bg-correct {
  background-color: #839d54 !important;
}

.hoverActive:hover img {
  -webkit-filter: brightness(145%);
          filter: brightness(145%);
}

.hoverActive:hover span {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.FadeBiginRight {
  -webkit-animation: fadeBigInRight 1000ms both;
          animation: fadeBigInRight 1000ms both;
}

@-webkit-keyframes fadeBigInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeBigInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.blinkingYellow {
  -webkit-animation: blinking 1.5s infinite;
          animation: blinking 1.5s infinite;
  border-radius: 3px;
}

@-webkit-keyframes blinking {
  0% {
    background-color: #e3cf5f;
  }
  50% {
    background-color: #ffffff00;
  }
  100% {
    background-color: #e3cf5f;
  }
}

@keyframes blinking {
  0% {
    background-color: #e3cf5f;
  }
  50% {
    background-color: #ffffff00;
  }
  100% {
    background-color: #e3cf5f;
  }
}

.blinkingYellow2 {
  -webkit-animation: blinking2 1.5s infinite;
          animation: blinking2 1.5s infinite;
  border-radius: 3px;
}

@-webkit-keyframes blinking2 {
  0% {
    background-color: #ffffff00;
  }
  50% {
    background-color: rgba(227, 207, 95, 0.8);
  }
  100% {
    background-color: #ffffff00;
  }
}

@keyframes blinking2 {
  0% {
    background-color: #ffffff00;
  }
  50% {
    background-color: rgba(227, 207, 95, 0.8);
  }
  100% {
    background-color: #ffffff00;
  }
}

.blinkingImg {
  -webkit-animation: blinkingImage 1.5s infinite;
          animation: blinkingImage 1.5s infinite;
  border-radius: 3px;
}

@-webkit-keyframes blinkingImage {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes blinkingImage {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

.no-animated {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1;
}

.content_right-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 500px;
      grid-template-columns: 1fr 500px;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: right;
  margin-top: 60px;
  margin-right: 45px;
}

.content_right-flex .content_right-flex-wrapper {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content_right-flex .content_right-flex-wrapper h1 {
  margin: 17px 0px 12px auto;
}

.content_right-flex .content_right-flex-wrapper h2 {
  margin: 0px 0px 15px auto;
}

.content_right-flex .content_right-flex-wrapper div {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.content_right-flex .hr2 {
  -webkit-animation: hr2Right 1s forwards;
          animation: hr2Right 1s forwards;
  position: absolute;
  right: 0px;
  top: 0;
}

.Right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 25px;
}

.Right-flex .Interactpopups {
  padding-top: 0.2rem;
}

.Right-flex .Interactpopups .btn-circle-Img span {
  color: black;
}

.banner {
  background-color: #424663;
  position: relative;
  border-radius: 0 10px 10px 0;
  display: block;
  width: 90%;
}

.banner p {
  margin-left: 45px;
  padding: 1rem;
  color: white;
}

@media (max-width: 812px) {
  .banner {
    width: 92%;
  }
}

.FadeBigInLeft {
  -webkit-animation: fadeBigInLeft 1000ms both;
          animation: fadeBigInLeft 1000ms both;
}

@-webkit-keyframes fadeBigInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeBigInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.buttonWelcome p {
  width: 100% !important;
}

#Course {
  background-color: #0d171f;
}

.pt-0 {
  padding-top: 0;
}

.interactivity-wrapper {
  width: 100%;
}

.interactivity-header {
  margin-left: 5%;
  margin-top: 40px;
}

.interactivity-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(270.5px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(270.5px, 1fr));
  gap: 1rem;
  opacity: 0;
  padding: 0 5%;
  padding-top: 0.5rem;
}

.interactivity-card {
  position: relative;
  width: 100%;
  height: 170px;
  top: 0px;
  background-color: #22243b;
  left: 0px;
  margin: 40px 0 0 0;
}

.interactivity-card p {
  position: absolute;
  margin: 20px;
  padding: 0;
  top: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-top: 12px;
}

.interactivity-card .txt-center {
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
  margin: 0;
  font-weight: 400;
}

.interactivity-card--disable {
  opacity: 0.15;
}

.interactivity-card--target {
  -webkit-box-shadow: inset 0px 3px 6px #000;
          box-shadow: inset 0px 3px 6px #000;
  background-color: white;
}

.interactivity-card--target:hover {
  background-color: #d4d3d9;
}

.interactivity-card-circle {
  width: 276px;
  height: 80px;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interactivity-card-circle-target {
  -webkit-box-shadow: inset 0px 3px 6px #000;
          box-shadow: inset 0px 3px 6px #000;
  background-color: #d4d3d9 !important;
}

.interactivity-card-circle-NumberWrong {
  z-index: 3;
  background-color: #cc5f4b !important;
  display: none;
  pointer-events: none;
}

.interactivity-card-circle-NumberWrong p {
  color: white;
  font-family: "Montserrat", 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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}

.interactivity p {
  text-align: center;
  font-weight: 500;
}

.circulos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.ciculosCtr-wrapper {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.circuloActivo, .circuloDesactivado {
  width: 15px;
  height: 15px;
}

.circuloActivo-dotFill {
  fill: #0169fc;
}

.circuloActivo-dotOutline {
  fill: #0169fc;
}

.circuloDesactivado-dotFill {
  fill: white;
}

.circuloDesactivado-dotOutline {
  fill: white;
}

.globo-dialogo {
  width: 985px;
  height: 107px;
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  background-color: rgba(35, 52, 62, 0.9);
  border-radius: 8px;
  padding: 1px 0px 0px 20px;
}

.globo-dialogo p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.globo-dialogo-intro {
  width: 985px;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  background-color: rgba(35, 52, 62, 0.9);
  border-radius: 8px;
  padding: 40px 40px 40px 40px;
  -ms-grid-rows: 60% 40%;
      grid-template-rows: 60% 40%;
}

.globo-dialogo-intro p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.interactiveFeedbackButtonGlobo {
  height: 53px;
  width: 210px;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #0ca079;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 0;
  position: relative;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 6px;
}

.interactiveFeedbackButtonGlobo:hover {
  background-color: #676161;
}

.interactiveFeedbackButtonGlobo:active {
  background-color: #453f3f;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.interactiveFeedbackButtonGlobo:focus {
  -webkit-box-shadow: 0 0 0 1px #676161;
          box-shadow: 0 0 0 1px #676161;
}

.boton-imagen {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  border-radius: 115px;
  display: inline-block;
}

.boton-bg {
  border-radius: 145px;
  padding: 10px;
  height: 220px;
  width: 220px;
  display: inline-block;
  border: 0;
}

.boton-bg:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.boton-bg .img_blend:hover {
  background-blend-mode: luminosity;
  opacity: 80%;
}

.boton-bg:disabled, .boton-bg[disabled], .boton-bg[data-disable] {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.titulo-btn {
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1.8rem;
  color: white;
  text-align: center;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.img-circle {
  border-radius: 145px;
  padding: 10px;
  height: 220px;
  width: 220px;
  display: inline-block;
  border: 0;
}

#Advance_Bar div {
  background-color: #339999;
}

.hoverSpot {
  height: 100px;
  width: 100px;
}

.hoverSpot-A {
  position: absolute;
  background-color: rgba(0, 255, 197, 0.2);
}

.hoverSpot-B {
  position: absolute;
  background-color: rgba(0, 201, 217, 0.2);
}

.hoverSpot-C {
  position: absolute;
  background-color: rgba(1, 150, 235, 0.2);
}

.parrafo_boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.parrafo_boton p {
  margin-top: 20px;
  margin-bottom: 0;
}

.parrafo_boton button {
  margin-top: 25px;
}

.span-gr-white {
  background: -webkit-gradient(linear, left top, right top, from(#ff7758), to(#db3486));
  background: linear-gradient(to right, #ff7758 0%, #db3486 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list_color2 {
  list-style: square outside url(../images/bullets2.png);
}

/* #Correct {
  display: none;
}
#Wrong {
  display: none;
} */
.feedbackWrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #333333;
  width: 793px;
  max-height: 229px;
  top: 223px;
  border-radius: 25px;
  margin-left: 23px;
  padding-left: 30px;
  padding-right: 30px;
}

.titulo {
  color: #00ffc5;
  font-weight: bold;
}

.feedback {
  color: white;
}

.framed {
  cursor: pointer;
  border: 3px;
  border-style: solid;
  border-color: #2afac8;
  padding: 0px;
}

.framed-filled {
  background-color: rgba(42, 250, 200, 0.3);
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.z-100 {
  z-index: 100;
}

.ls-normal {
  letter-spacing: normal !important;
}

.gradient-pink {
  background: -webkit-gradient(linear, left top, right top, from(#ff7758), to(#db3486));
  background: linear-gradient(to right, #ff7758, #db3486);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: -10px !important;
}

.gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(#00ffc5), to(#0169fc));
  background: linear-gradient(to right, #00ffc5, #0169fc);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: -10px !important;
}

.notification {
  background-color: #302e2f;
  margin: 0 auto;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 300px;
}

.notification span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4672b7;
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem;
  margin: 0.3rem;
}

.notification span.notification-title {
  color: white;
  font-weight: normal;
}

.notification-option_mb {
  padding-bottom: 1.3rem !important;
  border-bottom: 1px solid white;
}

.notification-small {
  margin-top: 0.3rem;
}

/* CSS */
.button-plus {
  background: #ff9900;
  border-radius: 999px;
  -webkit-box-shadow: #ff9900 0 10px 20px -10px;
          box-shadow: #ff9900 0 10px 20px -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  outline: 0 solid transparent;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 2px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  width: 38px;
  word-break: break-word;
  border: 0;
}

.bant {
  color: #b19f8f;
  font-size: 10em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  opacity: 0.4;
}

.bant-active {
  opacity: 1;
  color: #339999;
}

.main-grid-mail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.grid-botones-mail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  width: 80%;
  gap: 10px;
  height: 70px;
  margin-top: 15px;
}

.ilustracion_int {
  width: 135px;
  height: 135px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -30px;
}

.interactiveIntro_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interactiveIntro_mail h1 {
  font-family: "Montserrat", 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_mail h2 {
  font-family: "Montserrat", 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_mail p {
  font-family: "Montserrat", 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_mail #hr {
  width: 36px;
  height: 6px;
  position: relative;
  /* left: 50%;
    transform: translateX(-50%); */
  /*animation: hr2Right 1.5s forwards;*/
}

.mail {
  height: 89%;
  width: 94%;
  -ms-flex-item-align: self-start;
      align-self: self-start;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail #background {
  position: absolute;
  top: 10%;
  left: 0px;
  height: 90%;
  width: 100%;
  background-color: #ffffffcc;
  border-radius: 0 0 10px 10px;
}

.mail #header {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}

.mail #header p {
  width: 100%;
  text-align: center;
  color: white;
  left: 0px;
  text-align: center;
  font-size: 20px;
}

.mail #body {
  width: 100%;
  height: auto;
}

.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;
}

.mail .feedback {
  display: none;
}

.mailFocus {
  color: black !important;
}

.mailFocus::before {
  content: "";
  width: 5px;
  height: 25px;
  background-color: #aece73;
  position: absolute;
  top: auto;
  left: 54%;
}

.buttonMail {
  width: 100%;
  position: relative;
  bottom: 0px;
  left: 0px;
  background-color: #339a99;
  border: none;
}

.buttonMail p {
  color: #f7f7f7;
  text-align: center !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 48px !important;
  position: absolute !important;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin: 0 !important;
}

.buttonMail:hover {
  background-color: #39afae;
}

.buttonMail:hover p {
  color: #f7f7f7;
}

.question {
  position: relative;
  text-align: center;
  margin: 0 20px 0 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
  margin-top: 40px;
}

.card {
  margin-top: 20px;
}

.card_circle {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #453f3f;
  border-radius: 50px;
  -webkit-transition: -webkit-box-shadow 0.1s ease-out;
  transition: -webkit-box-shadow 0.1s ease-out;
  transition: box-shadow 0.1s ease-out;
  transition: box-shadow 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
}

.card_circleText, .card_circleText1, .card_circleText2, .card_circleText3, .card_circleText4, .card_circleText5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 60px;
  text-align: center;
}

.card_circleText1 {
  color: #389896;
}

.card_circleText2 {
  color: #ff9801;
}

.card_circleText3 {
  color: #5ec5ca;
}

.card_circleText4 {
  color: #ffaf66;
}

.card_circleText5 {
  color: #ff4d5b;
}

.card_description {
  -webkit-transition: text-shadow 0.1s ease-out;
  transition: text-shadow 0.1s ease-out;
}

.card_descriptionError {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: blinkErrorDescription;
          animation-name: blinkErrorDescription;
}

@-webkit-keyframes blinkErrorDescription {
  0% {
    text-shadow: 0 0 2px #fff;
  }
  50% {
    text-shadow: 0 0 2px #ff4d5b;
  }
  100% {
    text-shadow: 0 0 2px #fff;
  }
}

@keyframes blinkErrorDescription {
  0% {
    text-shadow: 0 0 2px #fff;
  }
  50% {
    text-shadow: 0 0 2px #ff4d5b;
  }
  100% {
    text-shadow: 0 0 2px #fff;
  }
}

.hoverCircle {
  -webkit-box-shadow: inset 0px 0px 15px white;
          box-shadow: inset 0px 0px 15px white;
}

.hoverCircleError {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: blinkError;
          animation-name: blinkError;
}

@-webkit-keyframes blinkError {
  0% {
    -webkit-box-shadow: inset 0px 0px 15px white;
            box-shadow: inset 0px 0px 15px white;
  }
  50% {
    -webkit-box-shadow: inset 0px 0px 15px #ff4d5b;
            box-shadow: inset 0px 0px 15px #ff4d5b;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 15px white;
            box-shadow: inset 0px 0px 15px white;
  }
}

@keyframes blinkError {
  0% {
    -webkit-box-shadow: inset 0px 0px 15px white;
            box-shadow: inset 0px 0px 15px white;
  }
  50% {
    -webkit-box-shadow: inset 0px 0px 15px #ff4d5b;
            box-shadow: inset 0px 0px 15px #ff4d5b;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 15px white;
            box-shadow: inset 0px 0px 15px white;
  }
}

.hoverDescription {
  text-shadow: 0 0 2px #fff;
}
/*# sourceMappingURL=styles.css.map */