* {
  box-sizing: border-box;
}

body {
  background-color: #050a0d;
}

#Welcome_UI {
  background-color: #050a0d !important;
}

.cover-title-bar {
  width: 60px;
  height: 10px;
  position: relative;
  background-color: #dd923f;
  margin-bottom: 10px;
}

.cover-title--top {
  text-align: left;
  color: white;
}
.cover-title--bottom {
  text-align: left;
  color: #dd923f;
}

#courseInfo > h1 {
  color: #eea24b;
  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: #187c85;
  border-radius: 5px;
}
.buttonWelcome:hover {
  background-color: #e7af3d;
}
.buttonWelcome:active {
  background-color: #eba10c !important;
}
.buttonWelcome:focus {
  background-color: #e7af3d;
}

/* .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: 60px;
  height: 91%;
}
.df-left {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 45px;
  padding-top: 60px;
  height: 91%;
}
.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: #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;
  -webkit-animation: hr2Right 1.5s forwards;
          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 {
  -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;
}

.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;
  color: #dd923f;
  font-size: 3.3125rem;
}

strong, b {
  font-family: "LibreFranklin", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #dd923f;
}

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;
}

.color-white {
  color: white;
}

.color-greenish {
  color: #6ae814;
}

.color-blueish {
  color: #00b4dc;
}

.color-green {
  color: #a1c26f;
}

.color-red {
  color: #cb5f4b;
}

.color-pink {
  color: #a45e81;
}

.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: #ca6944;
  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: #dd8260;
}
.popupButtonClose:active, .popupButtonCloseLeft:active {
  background-color: #f39c7b;
  box-shadow: none !important;
}
.popupButtonClose:focus, .popupButtonCloseLeft:focus {
  box-shadow: 0 0 0 1px #dd8260;
}

.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-tercios {
  display: grid;
  grid-template-columns: 480px 2fr 1fr;
  gap: 20px;
  width: 100%;
  padding: 60px 20px 60px 50px;
  box-sizing: border-box;
}
.grid-tercios .division {
  width: 100%;
  height: 500px;
  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;
}

.grid-respuestas, .flex-respuestas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  /* gap: 20px; */
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
}
.grid-respuestas button, .flex-respuestas button {
  background-color: rgba(66, 109, 137, 0.8);
  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;
  /* Previene estado sticky hover o focus en iPhone y iPad */
}
@media (hover: hover) {
  .grid-respuestas button:hover, .flex-respuestas button:hover {
    background-color: rgba(102, 149, 180, 0.8);
    color: white;
  }
  .grid-respuestas button:hover span .etiqueta, .flex-respuestas button:hover span .etiqueta {
    color: #426d89;
  }
  .grid-respuestas button:disabled, .flex-respuestas button:disabled, .grid-respuestas button[disabled], .flex-respuestas button[disabled] {
    background-color: rgb(255, 255, 255);
    color: black;
    cursor: initial;
  }
  .grid-respuestas button:focus, .flex-respuestas button:focus {
    background-color: rgba(102, 149, 180, 0.8);
    color: white;
  }
  .grid-respuestas button:focus span .etiqueta, .flex-respuestas button:focus span .etiqueta {
    color: #426d89;
  }
}
.grid-respuestas button:active, .flex-respuestas button:active {
  background-color: rgba(102, 149, 180, 0.8);
  color: white;
}
.grid-respuestas button:active span .etiqueta, .flex-respuestas button:active span .etiqueta {
  color: #426d89;
}
.grid-respuestas span, .flex-respuestas span {
  display: inline-flex;
  align-items: center;
}
.grid-respuestas span img, .flex-respuestas span img {
  margin: 0 2rem;
}
.grid-respuestas span .etiqueta, .flex-respuestas 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;
  padding: unset;
  bottom: 50px;
  /* gap: 40px; */
}
.flex-respuestas button {
  margin-bottom: 20px;
}
.flex-respuestas button:nth-last-child(1) {
  margin-top: 20px;
  margin-bottom: unset;
}
.flex-respuestas button span span:last-of-type {
  padding-right: 45px;
  line-height: 1.35;
  font-size: 1.125rem;
}

.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;
  padding: 0 1rem;
  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: 85px;
  margin-left: 25px;
}

.multiAnswers-btn-circle {
  background: none;
  border: none;
  padding: 0 1.25rem;
  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: #424663;
  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: 85px;
}

.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 {
  -webkit-animation: fadeBigInRight 1000ms both;
          animation: fadeBigInRight 1000ms both;
}

@-webkit-keyframes fadeBigInRight {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeBigInRight {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.no-animated {
  -webkit-animation: none !important;
          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 {
  -webkit-animation: hr2Right 1s forwards;
          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 {
  -webkit-animation: fadeBigInLeft 1000ms both;
          animation: fadeBigInLeft 1000ms both;
}

@-webkit-keyframes fadeBigInLeft {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@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: 60px;
}
.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.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%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.6;
}
.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: #ca6944;
}
.circuloActivo-dotOutline {
  fill: #ca6944;
}

.circuloDesactivado-dotFill {
  fill: white;
}
.circuloDesactivado-dotOutline {
  fill: white;
}

#Advance_Bar div {
  background-color: #eea24b;
}

/* #Correct {
  display: none;
}
#Wrong {
  display: none;
} */