* {
  box-sizing: border-box;
}

body {
  background-color: #050a0d;
}

#Welcome_UI {
  background-color: #050a0d !important;
}

.cover-title-bar {
  width: 60px;
  height: 10px;
  position: relative;
  background: linear-gradient(to right, #00ffc5 0%, #0169fc 100%);
  margin-bottom: 10px;
}

.cover-title--top {
  text-align: left;
  color: white;
}

.cover-title--bottom {
  text-align: left;
  background: linear-gradient(to right, #00ffc5 0%, #0169fc 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#courseInfo > h1 {
  color: #00ffc5;
  font-size: 12px;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.buttonWelcome {
  border: none;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: white;
  position: absolute;
  bottom: 0px;
  width: 270px;
  height: 45px;
  background-color: #0169fc;
  border-radius: 5px;
}

.buttonWelcome:hover {
  background-color: #00ffc5;
  color: black;
}

.buttonWelcome:active {
  background-color: #00ffc5 !important;
  color: black;
}

.buttonWelcome:focus {
  background-color: #00ffc5;
  color: black;
}

/* .container-popup {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 45px 60px;

  .container-popup-left {
    width: 550px;
  }
} */
.df-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 45px;
  padding-top: 40px;
  height: 91%;
}

.df-left {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 45px;
  padding-top: 40px;
  height: 91%;
}

.df--withDots {
  height: 88.6%;
}

.df-content {
  width: 500px;
  position: relative;
}

.df-content .hr2 {
  position: relative;
  animation: hr2Right 1.5s forwards;
  background-color: #557c83;
}

.df-content-circleImg {
  width: 217px;
  height: 217px;
  position: absolute;
  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: flex;
  justify-content: flex-end;
}

.d-grid-col-2-right {
  display: grid;
  grid-template-columns: 177px 500px;
  gap: 3rem;
}

.d-grid .circles-col {
  display: flex;
  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;
  animation: hr2Right 1.5s forwards;
  background-color: #557c83;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.hcenter-flex {
  display: flex;
  justify-content: center;
}

.courseInfo-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.courseInfo-wraper div:first-of-type {
  padding-right: 4rem;
}

.courseInfo-wraper div h1 {
  line-height: 115%;
}

.evaluation {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evaluation picture {
  padding-top: 1rem;
  width: 650px;
}

.evaluation picture img {
  width: 100%;
}

.evaluation-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.evaluation-content header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evaluation-content header .hr2 {
  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;
}

.title-dark {
  line-height: 1.15;
  text-transform: none;
  font-weight: 900;
  font-family: "LibreFranklin", 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-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;
  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: "LibreFranklin", 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;
  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: "LibreFranklin", 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;
  animation: none;
  line-height: 100%;
}

.title-dark {
  line-height: 1.15;
  text-transform: none;
  font-weight: 900;
  font-family: "LibreFranklin", 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-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;
  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: "LibreFranklin", 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;
  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: "LibreFranklin", 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;
  animation: none;
  line-height: 100%;
}

.title-top {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: white;
  font-size: 1.75rem;
}

.title {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 3.3125rem;
}

strong, b {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

i {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.italic-bold {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #dd923f;
}

.color-secondary {
  color: #6695b4;
}

.color-primary {
  color: #dd923f;
}

.color-black {
  color: #020202 !important;
}

.color-white {
  color: white;
}

.color-greenish {
  color: #06e8c4;
}

.color-blueish {
  color: #00b4dc;
}

.color-green {
  color: #a1c26f;
}

.color-red {
  color: #cb5f4b;
}

.color-pink {
  color: #ff589c;
}

.color-pink-off {
  color: #a46182;
}

.background-green {
  background-color: #a1c26f;
}

.background-red {
  background-color: #cb5f4b;
}

.background-pink {
  background-color: #a45e81;
}

.background-blue {
  background-color: #557c83;
}

.background-secondary {
  background-color: #6695b4;
}

.background-primary {
  background-color: #dd923f;
}

.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: "LibreFranklin", 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;
  box-shadow: none !important;
}

.popupButtonClose:focus, .popupButtonCloseLeft:focus {
  box-shadow: 0 0 0 1px white;
}

.popupButtonCloseLeft {
  left: 45px;
}

.popupButtonOpen {
  cursor: pointer;
}

.popupButtonOpen:hover img {
  filter: brightness(133%);
}

.popupButtonOpen p {
  color: white;
  text-align: center;
}

.popupButtonOpen .popupButtonOpen .popupButtonDisable {
  filter: saturate(0);
}

.list-tt {
  list-style: url("../images/tt-101/bullets-tt.png") !important;
  position: relative;
}

.list-tt li {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  margin-top: 1.3rem;
  line-height: 130%;
}

@media (max-width: 812px) {
  .list-tt li {
    font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
}

.m-t-li-1 li {
  margin-top: 1rem;
}

.grid-dos {
  position: relative;
  display: grid;
  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;
  box-sizing: border-box;
}

.grid-dos .division {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
}

.grid-dos span {
  display: flex;
  align-items: center;
}

.grid-dos p {
  font-size: 16px;
  line-height: 110%;
}

.grid-tercios {
  display: grid;
  grid-template-columns: 272px 2fr;
  gap: 35px;
  width: 27%;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
}

.grid-tercios span {
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

.grid-tercios p {
  font-size: 16px;
}

.grid-tercios b {
  font-weight: 600;
  color: black;
}

.phone-flex {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  position: absolute;
  width: 30%;
  left: 810px;
  top: 20px;
}

.phone-flex .address {
  font-size: 1rem;
  margin-left: 3rem;
  margin-bottom: -10px;
}

.phone-flex b {
  color: black;
  font-size: 1.5rem;
}

.phone-flex p {
  margin-bottom: 5px;
}

.grid-respuestas, .flex-respuestas {
  display: grid;
  grid-gap: 8px;
  position: absolute;
  bottom: 0;
  width: 55%;
  padding: 60px;
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 110px;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: inline-flex;
  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: "LibreFranklin", 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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: flex;
  color: white;
  font-weight: 800;
  position: absolute;
  top: 82px;
  left: 814px;
}

.grid-respuestas2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  grid-gap: 20px;
  position: absolute;
  width: 45%;
  padding: 20px;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
}

.grid-respuestas2 .fb span {
  display: inline-flex;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  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: inline-flex;
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  margin: 0 20px;
}

.autoevaluacion-wrapper {
  width: 100%;
  height: 100%;
}

.flex-respuestas {
  display: flex;
  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: flex;
  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;
  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 {
  transform: scale(1.03);
}

.btn-circle-Img[data-disable]:hover {
  transform: scale(1.03);
}

.btn-circle-Img:disabled, .btn-circle-Img[disabled], .btn-circle-Img[data-disable] {
  filter: saturate(0);
}

.OverImg {
  transition: transform 0.1s;
}

.OverImg:hover {
  transform: scale(1.03);
}

.OverImg:focus {
  transform: scale(1.03);
}

.wrapperBtnsMultipleAnswers, .wrapperBtnsMultipleAnswers-right {
  display: flex;
  position: relative;
  padding-top: 25px;
  margin-left: 25px;
}

.multiAnswers-btn-circle {
  background: none;
  border: none;
  padding: 0 1.65rem;
  max-width: 217px;
  box-sizing: content-box;
}

.multiAnswers-btn-circle .wraper-btn-circle {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.multiAnswers-btn-circle .wrapperMark {
  background-color: #4c6f8b;
  width: 60px;
  height: 60px;
  align-items: center;
  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 {
  filter: saturate(0);
}

.wrapperBtnsMultipleAnswers-right {
  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 {
  filter: brightness(145%);
}

.hoverActive:hover span {
  transform: scale(1.01);
}

.FadeBiginRight {
  animation: fadeBigInRight 1000ms both;
}

@keyframes fadeBigInRight {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.blinkingYellow {
  animation: blinking 1.5s infinite;
  border-radius: 3px;
}

@keyframes blinking {
  0% {
    background-color: #e3cf5f;
  }
  50% {
    background-color: #ffffff00;
  }
  100% {
    background-color: #e3cf5f;
  }
}

.blinkingYellow2 {
  animation: blinking2 1.5s infinite;
  border-radius: 3px;
}

@keyframes blinking2 {
  0% {
    background-color: #ffffff00;
  }
  50% {
    background-color: rgba(227, 207, 95, 0.8);
  }
  100% {
    background-color: #ffffff00;
  }
}

.blinkingImg {
  animation: blinkingImage 1.5s infinite;
  border-radius: 3px;
}

@keyframes blinkingImage {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

.no-animated {
  animation: none !important;
  opacity: 1;
}

.content_right-flex {
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-template-rows: auto;
  justify-content: flex-end;
  position: relative;
  text-align: right;
  margin-top: 60px;
  margin-right: 45px;
}

.content_right-flex .content_right-flex-wrapper {
  grid-column: 2;
  display: flex;
  flex-flow: column;
  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 {
  align-self: flex-end;
}

.content_right-flex .hr2 {
  animation: hr2Right 1s forwards;
  position: absolute;
  right: 0px;
  top: 0;
}

.Right-flex {
  display: flex;
  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 {
  animation: fadeBigInLeft 1000ms both;
}

@keyframes fadeBigInLeft {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    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: grid;
  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;
  border-radius: 10px;
  left: 0px;
  margin: 40px 0 0 0;
}

.interactivity-card p {
  position: absolute;
  margin: 20px;
  padding: 0;
  top: 30px;
  user-select: none;
  pointer-events: none;
  margin-top: 12px;
}

.interactivity-card .txt-center {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  margin: 0;
  font-weight: 400;
}

.interactivity-card--disable {
  opacity: 0.15;
}

.interactivity-card--target {
  box-shadow: inset 0px 3px 6px #000;
  background-color: white;
}

.interactivity-card--target:hover {
  background-color: #d4d3d9;
}

.interactivity-card-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interactivity-card-circle-target {
  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: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 32px;
  width: 100%;
  user-select: none;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}

.interactivity p {
  text-align: center;
  font-weight: 500;
}

.circulos {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.ciculosCtr-wrapper {
  width: 60px;
  display: flex;
  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: grid;
  grid-template-columns: 70% 30%;
  background-color: rgba(35, 52, 62, 0.9);
  border-radius: 8px;
  padding: 1px 0px 0px 20px;
}

.globo-dialogo p {
  align-self: center;
}

.globo-dialogo-intro {
  width: 985px;
  height: auto;
  display: grid;
  grid-template-columns: 100%;
  background-color: rgba(35, 52, 62, 0.9);
  border-radius: 8px;
  padding: 40px 40px 40px 40px;
  grid-template-rows: 60% 40%;
}

.globo-dialogo-intro p {
  align-self: center;
}

.interactiveFeedbackButtonGlobo {
  height: 53px;
  width: 210px;
  justify-self: center;
  align-self: center;
  background-color: #0ca079;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 0;
  position: relative;
  color: white;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 6px;
}

.interactiveFeedbackButtonGlobo:hover {
  background-color: #01f9c7;
}

.interactiveFeedbackButtonGlobo:active {
  background-color: #001c28;
  box-shadow: none !important;
}

.interactiveFeedbackButtonGlobo:focus {
  box-shadow: 0 0 0 1px #01f9c7;
}

.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 {
  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] {
  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: #eea24b;
}

.tabla_datos {
  display: grid;
  grid-template-columns: 37% 63%;
  grid-template-rows: 71px 137px 228px;
  height: 437px;
  width: 671px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos_header {
  background-color: #7c7471;
  width: 671px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  grid-column: 1/3;
}

.tabla_datos2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 70px 310px 120px;
  height: 500px;
  width: 784px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos2 th {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}

.tabla_datos2_pregunta02 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 70px 310px 120px;
  height: 500px;
  width: 784px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  align-self: end;
  z-index: 1;
  margin-right: 45px;
  margin-bottom: 61px;
}

.tabla_datos2_pregunta02 th {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}

.tabla_datos_header2 {
  background-color: #afb2bb;
  width: 784px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  grid-column: 1/3;
}

.tabla_datos3 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 70px 430px;
  height: 383px;
  width: 689px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos3 th {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}

.tabla_datos_header3 {
  background-color: #d1a764;
  width: 689px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  grid-column: 1/3;
}

.tabla_th {
  font-size: 13px;
}

.tabla_td {
  font-size: 14px;
  height: 68px;
}

.tabla_tr_gris {
  background-color: #eeeff2;
}

.tabla_tr_blanco {
  background-color: white;
}

.elem_td {
  margin: 0px;
  padding-left: 25px;
  padding-top: 10px;
}

.elem_td p {
  margin: 0px;
  font-size: 14px;
}

.tabla_datos4 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 63px 45px 80px 165px 74px;
  height: 427px;
  width: 800px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos4 th {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}

.tabla_datos_header4 {
  background-color: #a1b1c4;
  width: 800px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos5 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 64px 117px 93px;
  height: 427px;
  width: 800px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos5 th {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}

.tabla_datos_header5 {
  background-color: #ab8950;
  width: 800px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos_header6 {
  background-color: #ab8950;
  width: 800px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos6 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 64px 257px 163px;
  height: 427px;
  width: 800px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos6 th {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}

.tabla_datos_header7 {
  background-color: #ab8950;
  width: 800px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos7 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 64px 54px 163px;
  height: 427px;
  width: 800px;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabla_datos7 th {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
}

.hoverTabla {
  background-color: rgba(221, 146, 63, 0.3);
}

.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: flex;
  flex-direction: column;
}

.parrafo_boton p {
  margin-top: 20px;
  margin-bottom: 0;
}

.parrafo_boton button {
  margin-top: 25px;
}

.span-gr-white {
  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: flex;
  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-75 {
  width: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.z-100 {
  z-index: 100;
}

.ls-normal {
  letter-spacing: normal !important;
}

.quotes {
  display: inline-block;
  height: 55px;
  margin: 0.5rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  width: 500px;
  color: white;
}

.quotes-paragraph {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.quotes-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.quotes-container span:first-child {
  background-color: rgba(38, 60, 107, 0.5);
}

.quotes-container span:nth-child(2),
.quotes-container span:nth-child(3) {
  background-color: rgba(10, 86, 77, 0.5);
  letter-spacing: 1rem;
}

.quotes-container span:nth-child(3) {
  background-color: rgba(34, 62, 65, 0.5);
}

.quotes-container span:nth-child(4) {
  background-color: #01f2c7;
  font-weight: 800;
  color: black;
}

.quotes-container span:nth-child(4).font-big {
  font-size: 35px !important;
}

.quotes-container span.color-1 {
  background-color: rgba(38, 60, 107, 0.5);
  color: white;
  font-weight: normal;
}

.gradient-pink {
  background: linear-gradient(to right, #ff7758, #db3486);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: -10px !important;
}

.gradient-blue {
  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: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 300px;
}

.notification span {
  font-family: "LibreFranklin", 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;
}
