.grid-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 {
  background-color: rgba(68, 57, 123, 0.7);
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "LibreFranklin-Light", arial, sans-serif;
  font-size: 1rem;
  transition: background-color 0.3s ease-in-out;
  text-align: left;
  cursor: pointer;
}
.grid-respuestas button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
}
.grid-respuestas button:hover span .etiqueta {
  color: #7762a5;
}
.grid-respuestas button:disabled, .grid-respuestas button[disabled] {
  background-color: rgb(255, 255, 255);
  color: black;
  cursor: initial;
}
.grid-respuestas button:focus {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
}
.grid-respuestas button:focus span .etiqueta {
  color: #7762a5;
}
.grid-respuestas span {
  display: inline-flex;
  align-items: center;
}
.grid-respuestas span img {
  margin: 0 2rem;
}
.grid-respuestas span .etiqueta {
  font-size: 45px;
  font-weight: bold;
  font-family: "LibreFranklin-Black";
  margin: 0 20px;
}

.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;
  margin: 0 1.25rem;
  max-width: 217px;
  box-sizing: border-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%;
  max-width: 215px;
}
.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);
  }
}
.list-tt {
  list-style: url("../images/tt101/bullets_tt.png") !important;
  position: relative;
}
.list-tt li {
  font-family: "LibreFranklin-Light", sans-serif;
  margin-top: 1.3rem;
  line-height: 130%;
}
@media (max-width: 812px) {
  .list-tt li {
    font-family: "LibreFranklin-Regular";
  }
}

.m-t-li-1 li {
  margin-top: 0.75rem;
  line-height: normal;
}

.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: 0rem;
}
.Right-flex .Interactpopups .posRel-t-1 {
  position: relative;
  top: -5px;
}
.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: 0.75rem;
  color: white;
  margin-top: 2rem;
}
@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);
  }
}/*# sourceMappingURL=styles.css.map */