@charset "UTF-8";
/*****VARIABLES PLANTILLAS*****/
:root {
  --mt0-5: max(3px, .5vw);
  --mt1: max(5px, 1vw);
  --mt1-5: max(8px, 1.5vw);
  --mt2: max(10px, 2vw);
  --mt3: max(15px, 3vw);
  --mt4: max(20px, 4vw);
  --mt5: max(25px, 5vw);
  --mt5: max(30px, 6vw);
  --mt8: max(40px, 8vw);
  --color_Tooltip: white;
}

/* body .inactive, html .inactive, * .inactive {
  pointer-events: auto !important;
  opacity: 1 !important;
  filter: none !important;
  display: block !important;
  visibility: visible !important;
} */

@font-face {
  font-family: "font_princ_Reg";
  src: url("../assets/fonts/monserrat/Montserrat-Regular.otf");
}
@font-face {
  font-family: "font_princ_Bold";
  src: url("../assets/fonts/monserrat/Montserrat-Bold.otf");
}
@font-face {
  font-family: "font_princ_Light";
  src: url("../assets/fonts/monserrat/Montserrat-Light.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*     -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility; */
}

.contentContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.contentContainer .container {
  height: 100%;
  width: 100%;
}
.contentContainer .container .row {
  height: 100%;
}

/* *:focus {
    box-shadow: 0 0 22px rgba(0, 0, 0, .9);
    outline: 2px solid darkblue !important;
} */
/* .learningItem, .openRetoPage {
    border: 1px solid $primary_color;
    background-color: $primary_color;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: white;
    outline: none !important;
    cursor: pointer;
    img {
        width: 100%;
        padding: 10px;
    }
    &:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    }
    &:focus {
        box-shadow: 0 0 22px rgba(0, 0, 0, .9);
        border: 3px solid darkblue;
    } 
} */
.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  animation: activo 2s infinite;
  filter: contrast(1);
}

.textColorPrimary {
  color: #242340;
}

.checkMark {
  position: absolute;
  font-size: max(18px, 1.8vw);
  line-height: normal;
  color: white;
  top: calc(-1 * var(--mt1));
  right: calc(-1 * var(--mt1));
  width: min(max(25px, 2.5vw), 60px);
  height: min(max(25px, 2.5vw), 60px);
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  background-color: #2d2e77;
}

/* .inactive {
  pointer-events: none !important;
  filter: opacity(0.6);
} */
.inactive.btn_Mod, .inactive.btn_Source {
  filter: grayscale(100%) brightness(0.9) sepia(1) hue-rotate(190deg) saturate(2);
  position: relative;
}
.inactive.btn_Mod::after, .inactive.btn_Source::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 123, 255, 0.5); /* Azul semitransparente */
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: var(--mt1);
}

.langSelector {
  position: absolute;
}
.langSelector .lang {
  background-color: #242340;
  height: 30px;
  width: 30px;
  margin: 5px;
  text-align: center;
  align-items: center;
  padding-top: 2px;
  color: white;
  cursor: pointer;
}
s .langSelector .lang.selected {
  background-color: black;
  cursor: default;
}

#mobileRotate {
  display: none;
  -webkit-display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: white;
  top: 0;
  align-items: center;
  justify-content: center;
}
#mobileRotate img {
  width: 200px;
}

@media (orientation: portrait) and (pointer: coarse) {
  .courseContent {
    z-index: 2000;
  }
  #mobileRotate {
    display: flex;
    z-index: 2000000;
  }
  #storyContainerIframe {
    display: none;
  }
}
.uploadContent::before {
  content: "SUBIR " attr(data-type) " \a" attr(data-resource);
  background-color: #2d2e77;
  color: white;
  cursor: pointer;
  position: absolute;
  white-space: pre;
  padding: 5px;
}

#glosario {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  overflow-x: hidden;
}
#glosario #letterCont {
  border-top: 1px solid #242340;
  padding: 30px;
}
#glosario #letterCont .letterBox {
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #242340;
  margin: 5px;
  text-align: center;
  font-size: 43px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #242340;
}
#glosario #letterCont .letterBox.selected {
  background-color: #242340;
  color: white;
}
#glosario .modal-content {
  border: 2px solid #242340;
  border-radius: 10px;
}
#glosario .modal-content .modal-header {
  border-bottom-color: transparent;
  background-color: #242340;
  color: white;
}
#glosario .modal-content .modal-header .closeModal {
  border-radius: 50px;
  color: white;
  border-color: transparent;
  background-color: #242340;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#glosario .modal-content .modal-header .closeModal:hover {
  background-color: #2d2e77;
}
#glosario .modal-content .modal-header .closeModal i {
  font-size: 15px;
  line-height: 22px;
}
#glosario .modal-content .modal-footer {
  border-top-color: transparent;
}
#glosario .word {
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
}
#glosario .word:hover {
  color: #242340;
}
#glosario .letter {
  display: flex;
  align-items: center;
  font-size: 50px;
  color: #242340;
  justify-content: center;
}
#glosario #searchOption {
  margin: auto;
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
#glosario #searchOption .fa-search {
  color: #242340;
}
#glosario #searchOption .searchBox {
  padding: 10px;
  background-color: white;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #242340;
}
@media (max-width: 580px) {
  #glosario #searchOption .searchBox input {
    width: 200px !important;
  }
}
#glosario #searchOption .searchBox input {
  width: 300px;
  border: none !important;
}
#glosario #searchOption .btnCourse {
  color: white;
  background-color: #242340;
  padding: 10px 40px;
  font-size: 17px;
}
#glosario #definitionCont {
  padding-bottom: 20px;
}
#glosario #definitionCont .defInfo {
  color: #242340;
  border-top: 1px solid #242340;
  border-bottom: 1px solid #242340;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
#glosario #definitionCont .col0,
#glosario #definitionCont .col1,
#glosario #definitionCont .col2,
#glosario #definitionCont .col3,
#glosario #definitionCont .col4 {
  border-left: 1px solid #242340;
  padding-left: 5px;
}
#glosario h2 {
  font-size: 45px;
}
#glosario .desc {
  text-align: center;
  font-size: 13px;
  line-height: 1;
}
#videoContainer {
  width: 85%;
  margin: auto;
  display: none;
  position: relative;
}
#videoContainer.fullscreenVideo video {
  border: none;
}
#videoContainer.fullscreenVideo .closeVideo {
  display: none;
}
#videoContainer .title {
  background-color: white;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  text-align: center;
  padding: 15px;
  font-size: 1.2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #242340;
  text-transform: uppercase;
  display: none;
}
#videoContainer #videoControls {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
#videoContainer #videoControls button {
  border: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
}
#videoContainer #videoControls #speed button {
  background-color: white;
  color: gainsboro;
}
#videoContainer #videoControls #speed button.selected {
  background-color: #242340;
  color: white;
  cursor: default;
}
#videoContainer #videoControls #videoProgress {
  width: 100%;
}
#videoContainer #videoControls #fullscreen {
  font-size: 22px;
}
#videoContainer #videoControls.hideControls {
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 700px) {
  #videoContainer #videoControls #volumeBar, #videoContainer #videoControls #volumePercent, #videoContainer #videoControls #speed {
    display: none;
  }
}
#videoContainer video {
  width: 100%;
  max-height: 99vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 2px solid #242340;
  /*display: none;*/
}

#templatePlantilla {
  display: none;
  background-color: white;
  height: 100vh;
  width: 100%;
}

#fadeImageContainer {
  display: none;
  width: 100%;
  min-height: 100vh;
  background-color: white;
}
#fadeImageContainer .imageContent {
  background-color: #242340;
}
#fadeImageContainer img {
  width: 100%;
  max-width: 500px;
}

#pdfviewerContainer {
  display: none;
  background-color: gainsboro;
  width: 100%;
  min-height: 100vh;
}
#pdfviewerContainer header {
  background-color: #3e3e3e;
  padding: 5px;
}
#pdfviewerContainer header .container {
  max-width: 1100px !important;
}
#pdfviewerContainer header button, #pdfviewerContainer header a, #pdfviewerContainer header span, #pdfviewerContainer header label {
  border: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
}
#pdfviewerContainer header button:disabled {
  color: grey;
}
#pdfviewerContainer header .fa-times {
  font-size: 19px;
}
#pdfviewerContainer header input {
  width: 50px;
  text-align: center;
}
#pdfviewerContainer header input[type=number]::-webkit-inner-spin-button,
#pdfviewerContainer header input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#pdfviewerContainer header input[type=number] {
  -moz-appearance: textfield;
}
#pdfviewerContainer #pdf-canvas {
  margin-top: 20px;
}

#storyContainer {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  display: none;
  position: relative;
  /**************IFRAME RESPONSIVE****************/
}
#storyContainer #storyContainerIframe {
  position: relative;
  height: 100vh;
  width: 100% !important;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: none;
}
#storyContainer .closeStory {
  position: relative;
  margin-bottom: -10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #242340;
  color: #242340;
  padding: 4px 10px;
  cursor: pointer;
  transition: 0.2s all;
  z-index: 2;
  background-color: white;
  display: none;
}
#storyContainer .closeStory:hover {
  background-color: #242340;
  /*border-color: white;*/
  color: white;
}

#flipbookContainer {
  width: auto;
  height: 100vh;
  display: none;
  position: relative;
}
#flipbookContainer #flipbookIframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
#flipbookContainer .closeFlipbook {
  position: absolute;
  top: 56px;
  right: 17px;
  border-radius: 50%;
  font-size: 25px;
  border: none !important;
  color: #242340;
  padding: 4px 10px;
  cursor: pointer;
  transition: 0.2s all;
  z-index: 2;
  background-color: transparent;
}
#flipbookContainer .closeFlipbook:hover {
  color: black;
}

#audioPayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  right: 0;
  transition: 0.5s all;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 999999;
}
#audioPayer audio {
  /*border: 2px solid $colorPrincipal;*/
  width: 100%;
  display: block;
}
#audioPayer.opened {
  top: 0;
  display: contents;
}
#audioPayer #closeAudio {
  color: #242340;
  background-color: black;
  border-radius: 50%;
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 8px;
  width: 31px;
  height: 32px;
  z-index: 3;
}
#audioPayer #closeAudio i {
  position: absolute;
  top: -2px;
  right: -1px;
}
#audioPayer #closeAudio:hover {
  color: #242340;
}

#testScore .modal-content, #ventanaModalImagenes .modal-content,
#plantillasInfoModal .modal-content, #plantillasModal .modal-content, #feedbackModal .modal-content {
  border: 2px solid #2d2e77;
  border-radius: 10px;
}
#testScore .modal-content .modal-header, #ventanaModalImagenes .modal-content .modal-header,
#plantillasInfoModal .modal-content .modal-header, #plantillasModal .modal-content .modal-header, #feedbackModal .modal-content .modal-header {
  align-items: center;
  background-color: #2d2e77;
  border-bottom-color: transparent;
}
#testScore .modal-content .modal-header .title-header, #testScore .modal-content .modal-header .modal-title, #ventanaModalImagenes .modal-content .modal-header .title-header, #ventanaModalImagenes .modal-content .modal-header .modal-title,
#plantillasInfoModal .modal-content .modal-header .title-header,
#plantillasInfoModal .modal-content .modal-header .modal-title, #plantillasModal .modal-content .modal-header .title-header, #plantillasModal .modal-content .modal-header .modal-title, #feedbackModal .modal-content .modal-header .title-header, #feedbackModal .modal-content .modal-header .modal-title {
  color: white;
}
#testScore .modal-content .modal-header img, #ventanaModalImagenes .modal-content .modal-header img,
#plantillasInfoModal .modal-content .modal-header img, #plantillasModal .modal-content .modal-header img, #feedbackModal .modal-content .modal-header img {
  max-width: 100%;
  height: auto;
}
#testScore .modal-content .modal-header .modal-footer, #ventanaModalImagenes .modal-content .modal-header .modal-footer,
#plantillasInfoModal .modal-content .modal-header .modal-footer, #plantillasModal .modal-content .modal-header .modal-footer, #feedbackModal .modal-content .modal-header .modal-footer {
  border-top-color: transparent;
}
#feedbackModal {
  z-index: 2000;
}

#contentmodal .container {
  max-width: 100%;
}
#contentmodal .modal-dialog {
  width: 100%;
  max-width: 100% !important;
  display: contents !important;
  padding: 0;
  /*
  @media(min-width: 770px){
      .container{
          width: 95%;
          padding: 20px;
      }
  }
  */
}
#contentmodal .modal-dialog .modal-content {
  border: none !important;
}

input[type=range] {
  -webkit-appearance: none;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #242340;
  cursor: pointer;
  box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.26);
}

input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #242340;
  cursor: pointer;
  box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.26);
}

button#backLanding,
button.closeExtras,
button.closeModal,
button#menuPalntilla,
button#helpPlantilla,
button.closeCourse,
button#closeHelp,
.closeModal {
  background: none;
  /*         width: 40px;
          height: 40px; */
  margin-left: 10px !important;
  outline: none;
  border: none;
  cursor: pointer;
  width: min(max(20px, 2.2vw), 50px);
  height: min(max(20px, 2.2vw), 50px);
}
button#backLanding img,
button.closeExtras img,
button.closeModal img,
button#menuPalntilla img,
button#helpPlantilla img,
button.closeCourse img,
button#closeHelp img,
.closeModal img {
  display: none;
}
button#backLanding i,
button.closeExtras i,
button.closeModal i,
button#menuPalntilla i,
button#helpPlantilla i,
button.closeCourse i,
button#closeHelp i,
.closeModal i {
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(max(15px, 1.4vw), 35px);
  line-height: normal;
  font-family: "Font Awesome 5 Free";
}
button#backLanding:hover i, button#backLanding:focus i,
button.closeExtras:hover i,
button.closeExtras:focus i,
button.closeModal:hover i,
button.closeModal:focus i,
button#menuPalntilla:hover i,
button#menuPalntilla:focus i,
button#helpPlantilla:hover i,
button#helpPlantilla:focus i,
button.closeCourse:hover i,
button.closeCourse:focus i,
button#closeHelp:hover i,
button#closeHelp:focus i,
.closeModal:hover i,
.closeModal:focus i {
  /*                 color: $primary_color;
                  border-color: $primary_color; */
}

a.downloadButton {
  background-color: #242340;
  color: white;
  width: calc(100% - 40px);
  margin: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: transparent;
  line-height: 1.2;
  font-family: font_princ_Bold;
}
a.downloadButton:hover {
  background-color: white;
}
a.downloadButton i {
  font-size: 1.8rem;
}
a.downloadButton.completed {
  background-color: white;
}

#templatePlantilla {
  min-height: 100vh;
  padding-bottom: 60px;
  color: white;
  font-family: "font_princ_Bold";
  /****BORDER RADIUS DEFAULT****/
  /*****COLORES DEL ITEM DE RELACIONAR******/
  overflow-x: hidden;
  /******CUSTOM CSS para los marker*******/
}
#templatePlantilla h1,
#templatePlantilla h2,
#templatePlantilla h3,
#templatePlantilla h4,
#templatePlantilla h5,
#templatePlantilla h6,
#templatePlantilla p,
#templatePlantilla ul,
#templatePlantilla li,
#templatePlantilla span {
  color: #242340;
  font-family: "font_princ_Reg";
  margin: 0;
}
#templatePlantilla h1 strong,
#templatePlantilla h2 strong,
#templatePlantilla h3 strong,
#templatePlantilla h4 strong,
#templatePlantilla h5 strong,
#templatePlantilla h6 strong,
#templatePlantilla p strong,
#templatePlantilla ul strong,
#templatePlantilla li strong,
#templatePlantilla span strong {
  font-family: "font_princ_Bold";
}
#templatePlantilla h1.accordionText,
#templatePlantilla h2.accordionText,
#templatePlantilla h3.accordionText,
#templatePlantilla h4.accordionText,
#templatePlantilla h5.accordionText,
#templatePlantilla h6.accordionText,
#templatePlantilla p.accordionText,
#templatePlantilla ul.accordionText,
#templatePlantilla li.accordionText,
#templatePlantilla span.accordionText {
  color: white;
}
#templatePlantilla h1.tituloModulo {
  font-family: "font_princ_Light_IT";
  font-size: 1.9rem;
  color: white;
}
#templatePlantilla h1.tituloCurso {
  color: white;
  font-family: "font_princ_Light";
}
#templatePlantilla .description, #templatePlantilla .consideracionInfo {
  width: 100%;
}
#templatePlantilla p:not(.consideracionInfo),
#templatePlantilla li,
#templatePlantilla a {
  margin: 0;
  font-size: 1.1rem;
}
#templatePlantilla p:not(.consideracionInfo):not(:last-child),
#templatePlantilla li:not(:last-child),
#templatePlantilla a:not(:last-child) {
  margin-bottom: 0.5rem;
}
#templatePlantilla ul {
  margin: 0 0 10px 0;
}
#templatePlantilla ul:not(.nav-tabs) {
  margin-left: 15px;
}
#templatePlantilla ul.nav-tabs li {
  margin-bottom: 0;
}
#templatePlantilla .card, #templatePlantilla button {
  border-radius: 0;
}
#templatePlantilla .cajaExtras {
  width: 400px;
  position: fixed;
  right: -400px;
  top: 0;
  background-color: #2d2e77;
  display: block;
  z-index: 123;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  opacity: 1;
}
#templatePlantilla .cajaExtras.abierto {
  width: 400px;
  padding: 1px;
  display: block;
  right: 0;
}
#templatePlantilla .cajaExtras .contenido {
  height: 80vh;
  max-height: 80vh;
  overflow-y: scroll;
  color: white;
}
#templatePlantilla .cajaExtras .contenido p,
#templatePlantilla .cajaExtras .contenido li,
#templatePlantilla .cajaExtras .contenido a {
  color: white;
}
#templatePlantilla .cajaExtras .contenido img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto !important;
}
#templatePlantilla .cajaExtras div > div:nth-child(1) {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0 0;
}
#templatePlantilla .content_openExtras {
  position: absolute;
  top: 16vh;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 123;
}
#templatePlantilla .content_openExtras .openExtra {
  cursor: pointer;
  width: auto;
  display: flex;
  max-width: initial;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
  padding-right: 10px;
  border-radius: 0;
  border: none;
  background-color: #2d2e77;
  position: relative;
  top: initial;
  line-height: 1.1;
}
#templatePlantilla .content_openExtras .openExtra:not(:last-child) {
  margin-bottom: 15px;
}
#templatePlantilla .content_openExtras .openExtra img {
  margin-right: 15px;
  width: 1.4rem;
  height: auto;
}
#templatePlantilla .content_openExtras .openExtra i {
  color: white;
}
#templatePlantilla .content_openExtras .openExtra p {
  width: -moz-min-content;
  width: min-content;
  text-align: left;
  margin: 0;
  color: white;
}
#templatePlantilla .content_openExtras .openExtra:hover p, #templatePlantilla .content_openExtras .openExtra:focus p {
  color: #242340;
}
#templatePlantilla .content_openExtras .openExtra:hover i, #templatePlantilla .content_openExtras .openExtra:focus i {
  color: #242340;
}
#templatePlantilla .content_openExtras .openExtra.abierto {
  right: 400px;
}
#templatePlantilla .caja1A,
#templatePlantilla .caja1D {
  background-color: rgba(36, 35, 64, 0.3);
  color: black;
  border: 2px solid #242340;
  padding: 0.5rem 1rem;
  border-radius: 0;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
#templatePlantilla .caja1A .contenido,
#templatePlantilla .caja1D .contenido {
  display: flex;
  align-items: center;
}
#templatePlantilla .caja1A .contenido .resumen,
#templatePlantilla .caja1D .contenido .resumen {
  margin-right: 0.5rem;
  width: calc(100% - 30px);
}
#templatePlantilla .caja1A .bulletButton.openModal.aumentar i,
#templatePlantilla .caja1D .bulletButton.openModal.aumentar i {
  border: 2px solid #242340;
  color: #242340;
}
#templatePlantilla .caja1A .bulletButton.openModal.aumentar i.fa-plus::before,
#templatePlantilla .caja1D .bulletButton.openModal.aumentar i.fa-plus::before {
  content: "\f067";
}
#templatePlantilla .caja1A .bulletButton.openModal.aumentar i.fa-minus::before,
#templatePlantilla .caja1D .bulletButton.openModal.aumentar i.fa-minus::before {
  content: "\f00c";
}
#templatePlantilla .caja1A .bulletButton.openModal.aumentar:hover i, #templatePlantilla .caja1A .bulletButton.openModal.aumentar:focus i,
#templatePlantilla .caja1D .bulletButton.openModal.aumentar:hover i,
#templatePlantilla .caja1D .bulletButton.openModal.aumentar:focus i {
  color: #2d2e77;
  border-color: #2d2e77;
}
#templatePlantilla .caja1A.completed,
#templatePlantilla .caja1D.completed {
  background-color: #242340;
}
#templatePlantilla .caja1A.completed .resumen,
#templatePlantilla .caja1D.completed .resumen {
  color: white;
  font-weight: bold;
}
#templatePlantilla .caja1A.completed .bulletButton.openModal.aumentar i,
#templatePlantilla .caja1D.completed .bulletButton.openModal.aumentar i {
  border: 2px solid white;
  color: white;
}
#templatePlantilla .destacado {
  padding: 1rem;
  background-color: #242340;
  color: white;
  width: 75%;
  margin: auto;
}
#templatePlantilla .borderDestacado {
  border: 2px solid #242340;
}
#templatePlantilla .imagenAmpliada {
  cursor: zoom-in;
}
#templatePlantilla .textoZoom {
  color: white;
  font-size: 1.1rem;
  background-color: #242340;
  margin: 0.5rem 0;
}
#templatePlantilla .colBloq {
  pointer-events: none;
}
#templatePlantilla .cont1,
#templatePlantilla .def1 {
  background-color: #242141;
  color: white;
  pointer-events: none;
}
#templatePlantilla .cont2,
#templatePlantilla .def2 {
  background-color: #6b6895;
  color: white;
  pointer-events: none;
}
#templatePlantilla .cont3,
#templatePlantilla .def3 {
  background-color: #2e2879;
  pointer-events: none;
}
#templatePlantilla .cont4,
#templatePlantilla .def4 {
  background-color: #4e51ad;
  color: white;
  pointer-events: none;
}
#templatePlantilla .cont5,
#templatePlantilla .def5 {
  background-color: #4e4fbc;
  pointer-events: none;
}
#templatePlantilla .consideracionInfo {
  font-size: 1.1rem;
}
#templatePlantilla .plantillaCabecera,
#templatePlantilla .plantilla2Cabecera {
  width: 100%;
  height: 15vh;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.2s all;
  background: #ededed;
  background-image: url(../assets/imgs/plantillas/plantilla_headerBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#templatePlantilla .plantillaCabecera .row,
#templatePlantilla .plantilla2Cabecera .row {
  height: 100%;
}
#templatePlantilla .plantillaCabecera img.logo,
#templatePlantilla .plantilla2Cabecera img.logo {
  max-width: 100%;
  height: auto;
  width: 65%;
}
#templatePlantilla .plantillaCabecera .plantillaHeader,
#templatePlantilla .plantilla2Cabecera .plantillaHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
#templatePlantilla #ventanaModalImagenes .modal-dialog {
  max-width: 80%;
}
#templatePlantilla #ventanaModalImagenes .imagenCargada {
  max-width: 85%;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
#templatePlantilla .row {
  margin: 0;
}
#templatePlantilla .cabeceraConsideracion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin: 1rem auto 0;
}
#templatePlantilla .cabeceraConsideracion div {
  padding: 0;
}
#templatePlantilla .cabeceraConsideracion .linea {
  width: 100%;
  height: 2px;
  background-color: #242340;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#templatePlantilla .cabeceraConsideracion .progresoCurso {
  display: flex;
  margin-left: auto;
}
#templatePlantilla .cabeceraConsideracion .cajaPosicion,
#templatePlantilla .cabeceraConsideracion .cajaProgreso {
  width: -moz-fit-content;
  width: fit-content;
  height: 4vw;
  min-width: initial;
  border: none;
  color: white;
  top: initial;
  background-color: #242340;
}
#templatePlantilla .cabeceraConsideracion .cajaPosicion span,
#templatePlantilla .cabeceraConsideracion .cajaProgreso span {
  font-family: "font_princ_Bold";
}
#templatePlantilla .cabeceraConsideracion .cajaPosicion {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1 !important;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-right: 30px;
}
#templatePlantilla .cabeceraConsideracion .cajaPosicion span {
  font-size: 1.1rem;
  color: white;
}
#templatePlantilla .cabeceraConsideracion .cajaProgreso {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  min-width: 75%;
  border: none;
  border-radius: 0;
  padding: 0 1.1rem;
}
#templatePlantilla .cabeceraConsideracion .cajaProgreso span {
  text-align: left;
  color: white;
}
#templatePlantilla .cabeceraConsideracion .cajaProgreso .porcentajeProgreso {
  width: auto;
  font-size: 2.1rem;
}
#templatePlantilla .cabeceraConsideracion .cajaProgreso .textoProgreso {
  width: auto;
  font-size: 1.1rem;
  line-height: 1.2;
}
#templatePlantilla .cajaBotones .navigationBtn {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  position: absolute;
  top: 50vh;
  cursor: pointer;
  border: 2px solid #242340;
  border-radius: 0;
  color: black;
}
#templatePlantilla .cajaBotones .navigationBtn span {
  position: relative;
  top: -6px;
}
#templatePlantilla .cajaBotones .navigationBtn i {
  color: white;
  -webkit-text-stroke: 2px #242340;
  font-size: 1.8rem;
}
#templatePlantilla .cajaBotones .navigationBtn.nextBtn {
  right: 0;
}
#templatePlantilla .cajaBotones .navigationBtn.backBtn {
  left: 0;
}
#templatePlantilla .contenedorContenido {
  margin-top: 30px;
  position: relative;
  /* No movil para plantillas */
}
#templatePlantilla .contenedorContenido .consideracionTitle {
  color: #242340;
  margin: 1.5rem 0;
}
#templatePlantilla .contenedorContenido #noWorkMovil {
  background-color: transparent;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto 70px;
}
#templatePlantilla .contenedorContenido #noWorkMovil h4 {
  color: #242340;
  margin: 0% auto 4%;
  width: 100%;
  text-align: center;
}
#templatePlantilla .contenedorContenido #noWorkMovil .contImg {
  width: 65%;
  height: auto;
  overflow: hidden;
  filter: drop-shadow(8px 8px 0px gray);
}
#templatePlantilla .contenedorContenido #noWorkMovil .contImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
#templatePlantilla .contenedorContenido .plantillaContainer {
  position: relative;
  margin: 1.2rem 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .consideracionDescr {
  margin: 0 0 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer img {
  max-width: 100%;
  height: auto;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1B .description {
  margin-bottom: 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1B .btn-link {
  justify-content: center;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1B .btn-link p {
  width: 100%;
  margin-bottom: 30px;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1B .card {
  border-top: 2px solid #242340;
  border-left: 2px solid #242340;
  border-right: 2px solid #242340;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1B .card .card-header {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1B .card .card-header .btn {
  white-space: initial;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1B .card:last-child {
  border-bottom: 2px solid #242340;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .M6011, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .M6011 {
  top: 50%;
  left: 65%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .consideracionDescr, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .consideracionDescr {
  margin-top: 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion {
  max-width: 700px;
  width: 100%;
  border: 2px solid #bcbf00;
  padding: 0.5rem 1rem;
  margin: 1rem auto 0;
  position: relative;
  border-radius: 1px;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image {
  background-position: center;
  background-size: cover;
  margin: auto;
  max-width: 500px;
  width: 100%;
  margin-top: 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image img, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image img {
  max-width: 500px;
  width: 100%;
  height: auto;
  position: relative;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background-color: #242340;
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker:hover, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.completed, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker:hover, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.completed {
  background-color: #2d2e77;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.completed .noVisto, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.completed .noVisto {
  /* display: none; */
  visibility: hidden;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.completed .visto, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.completed .visto {
  /* display: block; */
  visibility: visible;
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M5011, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M5011 {
  bottom: 10rem;
  left: 50%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M5111, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M5111 {
  bottom: 12rem;
  left: 27%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M5211, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M5211 {
  bottom: 6rem;
  left: 38%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M5311, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M5311 {
  bottom: 7rem;
  left: 24%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M5411, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M5411 {
  bottom: 7rem;
  left: 34%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M5511, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M5511 {
  bottom: 5rem;
  left: 44%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M7011, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M7011 {
  bottom: 10rem;
  left: 50%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M7111, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M7111 {
  bottom: 12rem;
  left: 27%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M7211, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M7211 {
  bottom: 6rem;
  left: 38%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M7311, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M7311 {
  bottom: 7rem;
  left: 24%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M7411, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M7411 {
  bottom: 7rem;
  left: 34%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker.M7511, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker.M7511 {
  bottom: 5rem;
  left: 44%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker img, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker img {
  width: 30px;
  margin-top: -0.5rem;
  margin-left: -0.4rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1C#I511 .contenedorImagenInformacion .image .marker .visto, #templatePlantilla .contenedorContenido .plantillaContainer .template1C#I711 .contenedorImagenInformacion .image .marker .visto {
  /* display: none; */
  visibility: hidden;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1D .imgCont {
  border: 2px solid #242340;
  padding: 1rem;
  border-radius: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template1D img {
  max-width: 100%;
  height: auto;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template2a .bloq2A {
  background-color: white;
  text-align: center;
  padding-bottom: 1.5rem;
  border: 2px solid #242340;
  border-radius: 0;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template2a .bloq2A .icono img {
  transition: 1.2s;
  min-height: 200px;
  max-width: 100%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template2a .bloq2A:hover .icono img {
  transform: scale(0.8);
  transition: 1.2s;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template2a .bloq2A .moreInfo {
  background-color: #242340;
  color: black;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 2px solid transparent;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template2a .bloq2A .moreInfo:hover {
  background-color: #2d2e77;
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template2a .bloq2A.completed .moreInfo {
  background-color: #2d2e77;
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template3 .imgCont {
  width: 90%;
  margin: 0 auto;
  border: 2px solid #242340;
  padding: 1.5rem;
  border-radius: 1px;
  text-align: center;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template4 .targetaContenedora {
  background-color: rgba(36, 35, 64, 0.3);
  padding: 1rem 1.5rem;
  border-radius: 0;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template4_2 .targetaContenedora p {
  font-family: "font_princ_Light";
}
#templatePlantilla .contenedorContenido .plantillaContainer .template5 .consideracionInfo {
  margin-top: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template5 .imgCont {
  background-size: cover;
  background-position: center;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template5 .alienacionBullets {
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template5 .card {
  border: 2px solid #242340;
  padding: 1rem;
  border-radius: 0;
  margin-bottom: 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template5 .bulletPair {
  margin: 0.5rem 0;
  width: 100%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template5 .imageFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template5 .finalText {
  background-color: #242340;
  padding: 1rem;
  border-radius: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template6 .colTitle {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px;
  min-height: 150px;
  background-color: #2d2e77;
  border-radius: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template6 .colTitle .text {
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template6 .blockDescr {
  position: relative;
  border: 2px solid #37326a;
  border-top: none;
  border-radius: 0;
  background-color: white;
  color: black;
  z-index: 1;
  overflow: hidden;
  transition: height 1s;
  padding: 0 15px;
  max-height: 0;
  transition: 1s ease-in-out;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template6 .blockDescr.open {
  padding: 30px 15px 15px;
  max-height: 1000px;
  transition: 1s ease-in-out;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template6 .finalText {
  margin-top: 1rem;
  background-color: #242340;
  padding: 1rem;
  border-radius: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer {
  max-width: 1000px;
  margin: 1rem auto;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button {
  width: 250px;
  height: 150px;
  border: none;
  padding: 0;
  margin: 0.5rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button:hover p, #templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button.complete p, #templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button:focus p {
  height: 150px;
  display: flex;
  filter: grayscale(0);
  transform: scale(1);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button:hover img, #templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button.complete img, #templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button:focus img {
  filter: initial;
  transform: scale(1);
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button p {
  width: 250px;
  height: 0px;
  align-items: center;
  position: absolute;
  text-align: center;
  background-color: rgba(36, 35, 64, 0.5);
  display: none;
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button.complete img {
  filter: initial;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template7 .imagesContainer .template7Button img {
  width: 250px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  filter: grayscale(1);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template9 .content {
  border: 2px solid #242340;
  padding: 1rem;
  border-radius: 1px;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template9 .content p {
  margin-top: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template9 .nav-tabs {
  border-bottom: 2px solid #242340;
  margin-top: 2vh;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template9 .nav-tabs .nav-item .nav-link {
  border: 2px solid #242340;
  padding: 0.5rem 1rem;
  color: black;
  background-color: transparent;
  border-radius: 0;
  border-bottom: none;
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template9 .nav-tabs .nav-item .nav-link.active {
  background-color: rgba(36, 35, 64, 0.3);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template9 .nav-tabs .nav-item:not(:nth-child(1)) .nav-link {
  border-left: none;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template9 .tabContent {
  margin-top: 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template10 .card {
  border: 2px solid #2d2e77;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template10 .card .card-header {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  padding: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template10 .card .card-header .btn {
  white-space: initial;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template10 .card:last-child {
  border-bottom: 2px solid #2d2e77;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 .row {
  align-items: flex-start;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 .row .form-check-input {
  position: initial;
  margin: 0.1rem 20px 0 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 3px solid #242340;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  display: none;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 .row .form-check-input:checked {
  background-color: #242340;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 .row .form-check-label {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #242340;
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 .row .form-check-label p {
  margin: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 .row input:checked ~ .answerText {
  background-color: #242340;
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 .imageFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
  border: 2px solid #242340;
  padding: 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template12 #send,
#templatePlantilla .contenedorContenido .plantillaContainer .template12 #feedback {
  border: 1px solid #242340;
  background-color: #242340;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin-right: 20px;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template13 .columnasRelacion {
  display: none;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template13 .bien {
  border-color: green;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template13 .mal {
  border-color: red;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template13 .card img {
  transform: scale(1);
  z-index: 123;
  position: relative;
  transition: 1s;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template13 .card img:hover {
  transform: scale(2);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template13 #feedbackBtn,
#templatePlantilla .contenedorContenido .plantillaContainer .template13 #send {
  border: 1px solid #242340;
  background-color: #242340;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template13 .reset {
  border: 1px solid #2d2e77;
  background-color: #2d2e77;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido {
  padding: 0 2rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card {
  flex-direction: row;
  margin: 0.5rem auto;
  cursor: move;
  border-radius: 0;
  border: 0px;
  align-items: center;
  text-align: center;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card.dragElem {
  opacity: 0.4;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card.over {
  border-top: 2px solid black;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card.correcto .name {
  border-color: green;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card.incorrecto .name {
  border-color: red;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card .numero {
  background-color: #242340;
  align-self: flex-start;
  flex: 0 0 60px;
  min-height: 60px;
  position: relative;
  padding: 0 0.5rem;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #242340;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card .numero::after {
  content: "";
  border-style: solid;
  border-width: 10px 0px 10px 15px;
  border-color: transparent transparent transparent #242340;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card .numero p {
  margin-top: 0.5rem;
  font-weight: 700;
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card .name {
  flex: 0 0 calc(100% - 60px);
  border: 2px solid #242340;
  min-height: 60px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  padding: 1rem 2rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 .contenido .card .name p {
  margin-top: 0.5rem;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template14 #send,
#templatePlantilla .contenedorContenido .plantillaContainer .template14 #feedback {
  border: 1px solid #242340;
  background-color: #242340;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-inner,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-inner {
  width: 80%;
  background-color: #242340;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-inner .carousel-item,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-inner .carousel-item {
  box-shadow: none;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-inner .text-data,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-inner .text-data {
  padding: 20px;
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-inner .carouselImg,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-inner .carouselImg {
  padding: 0;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-inner .carouselImg img,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-inner .carouselImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-indicators button,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-indicators button {
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  background-color: white;
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-indicators button.active,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-indicators button.active {
  background-color: #2d2e77;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-control-prev,
#templatePlantilla .contenedorContenido .plantillaContainer .template20 #carouselTemplate .carousel-control-next,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-control-prev,
#templatePlantilla .contenedorContenido .plantillaContainer .template2B #carouselTemplate .carousel-control-next {
  width: 10%;
  background-color: #2d2e77;
  opacity: 1;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 {
  background-color: white;
  height: 100vh;
  width: 100%;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .consideracionInfo a {
  text-decoration: underline;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .consideracionInfo {
  cursor: pointer;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .casi {
  background-color: yellow;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .bien {
  background-color: green;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .mal {
  background-color: red;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .intento {
  cursor: no-drop;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .intento input {
  pointer-events: none;
  margin: 3px;
  width: 30px;
  height: 30px;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .intento.active {
  cursor: initial;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .btn {
  color: white;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .btn#sendWordPlantilla {
  background-color: #242340;
}
#templatePlantilla .contenedorContenido .plantillaContainer .template21 .btn#pistaPlan {
  background-color: #2d2e77;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog {
  max-width: 100%;
  margin: 4rem auto 1rem auto;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .modal-title {
  display: block;
  margin: auto;
  top: -3rem;
  position: relative;
  left: 1rem;
  background: #242340;
  padding: 1rem;
  border-radius: 0;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla {
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 2rem;
  border: 4px solid #242340;
  border-radius: 0;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla .numeroModulo {
  font-size: 2.1rem;
  color: #242340;
  border-bottom: 8px solid #242340;
  padding-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla .tituloModulo {
  color: #242340;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla button {
  background-color: white;
  border: 1px solid transparent;
  outline: none !important;
  cursor: pointer;
  text-align: left;
  margin: 0.25rem 0;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla button i {
  color: #242340;
  margin-right: 10px;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla button i.iconoNoCompletado {
  display: inline;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla button i.iconoCompletado {
  display: none;
}
#templatePlantilla #plantillasIndexPopup .modal-dialog .indicePlantilla button.completado {
  color: #242340;
  font-weight: bold;
  /*
  i {
      &.iconoNoCompletado {
          display: none
      }
      &.iconoCompletado {
          display: inline;
      }
  }
  */
}
#templatePlantilla #herramientas {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  left: 0%;
  right: 0;
  margin: 0 auto;
  width: 205px;
  z-index: 123;
}
#templatePlantilla #herramientas .botonDespliegueHerramientas {
  width: 50px;
  max-width: 50px;
  flex: 0 0 50%;
  background-color: #242340;
  color: white;
  outline: none !important;
  cursor: pointer;
  transition: 0.5s;
  border-color: transparent;
}
#templatePlantilla #herramientas .botonDespliegueHerramientas.active i {
  transform: rotate(180deg);
}
#templatePlantilla #herramientas .botonDespliegueHerramientas:hover, #templatePlantilla #herramientas .botonDespliegueHerramientas:hover {
  background-color: #2d2e77;
  color: white;
}
#templatePlantilla #herramientas .cajaHerramientas {
  height: 50px;
  display: none;
  flex: 0 0 100%;
  background-color: white;
}
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas {
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  border: 2px solid #242340;
  height: 50px;
  flex-wrap: wrap;
  display: flex;
}
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta {
  height: 100%;
  flex: 0 0 50px;
  width: 50%;
  background-color: white;
  color: #242340;
  outline: none !important;
  cursor: pointer;
  border-color: transparent;
}
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta .nNotas {
  font-size: 0.9rem;
  border: 1px solid #242340;
  background-color: white;
  color: #242340;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-top: -17px;
  position: relative;
  top: 10px;
}
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta:hover {
  background-color: #242340;
  color: white;
}
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta#favourite .fas {
  display: none;
}
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta#favourite.isFavourite .far,
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta#favourite .isFavourite .far {
  display: none !important;
}
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta#favourite.isFavourite .fas,
#templatePlantilla #herramientas .cajaHerramientas .contenedorHerramientas .botonHerramienta#favourite .isFavourite .fas {
  display: inline !important;
}
#templatePlantilla .cajaSubtituloAudio {
  padding: 1rem;
  border-radius: 0;
  position: sticky;
  bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  width: 85%;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 4rem;
}
#templatePlantilla .cajaSubtituloAudio button {
  border: 1px solid #242340;
  background-color: white;
  border-radius: 0;
  color: #242340;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}
#templatePlantilla .cajaSubtituloAudio audio {
  display: none;
}
#templatePlantilla .hideElementToModal {
  display: none !important;
}
#templatePlantilla .consideracionInfo {
  color: white;
  font-size: 1.1rem;
}
#templatePlantilla .visibility0 {
  visibility: hidden;
  height: 0;
  transition: height 1.5s ease;
}
#templatePlantilla .bulletContent {
  width: calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
}
#templatePlantilla .bulletContent p {
  font-family: "font_princ_Light";
}
#templatePlantilla .template13 .card {
  padding: 15px;
  margin: 20px;
  cursor: pointer;
  /*                 &.cont1, &.cont2, &.cont3, &.cont4{
                      color: white;
                  } */
}
#templatePlantilla .template13 .card p {
  line-height: normal;
}
#templatePlantilla .template13 .card[class*=cont] p, #templatePlantilla .template13 .card[class*=def] p {
  color: white !important;
}
#templatePlantilla #I711 .M011 {
  top: 53%;
  left: 23%;
}
#templatePlantilla #I711 .M111 {
  top: 7%;
  left: 49%;
}
@media screen and (max-width: 991px) {
  #templatePlantilla .plantillaCabecera .tituloCurso,
  #templatePlantilla .plantilla2Cabecera .tituloCurso {
    font-size: 1.5rem;
  }
  #templatePlantilla .modal img {
    max-width: 100%;
    height: auto;
  }
  #templatePlantilla .content_openExtras {
    top: 230px;
  }
  #templatePlantilla .cabeceraConsideracion .linea {
    display: none;
  }
  #templatePlantilla .cabeceraConsideracion .progresoCurso {
    width: 100%;
    justify-content: center;
  }
  #templatePlantilla .cabeceraConsideracion .cajaPosicion,
  #templatePlantilla .cabeceraConsideracion .cajaProgreso {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 5px;
    background-color: transparent;
    color: #242340;
  }
  #templatePlantilla .cabeceraConsideracion .cajaPosicion .porcentajeProgreso, #templatePlantilla .cabeceraConsideracion .cajaPosicion .textoProgreso, #templatePlantilla .cabeceraConsideracion .cajaPosicion span,
  #templatePlantilla .cabeceraConsideracion .cajaProgreso .porcentajeProgreso,
  #templatePlantilla .cabeceraConsideracion .cajaProgreso .textoProgreso,
  #templatePlantilla .cabeceraConsideracion .cajaProgreso span {
    color: #242340;
  }
  #templatePlantilla .cajaBotones {
    margin: 20px auto;
    text-align: center;
  }
  #templatePlantilla .cajaBotones .navigationBtn {
    position: relative;
    top: auto;
  }
  #templatePlantilla .contenedorContenido {
    position: relative;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer {
    padding-bottom: 2.5rem;
    /*
                    .template2B {
                        #carouselTemplate {
                            max-width: 790px;
                            width: 100%;
                            margin: auto;

                            .carousel-item {
                                .title {}

                                .contentInfo {
                                    img {}
                                }

                                .text {
                                    padding: 15px;

                                    img {
                                        width: 100%;
                                        height: auto;
                                    }
                                }
                            }

                            .carousel-indicators {
                                button {
                                    &.active {}
                                }
                            }

                            .carousel-control-next,
                            .carousel-control-prev {}
                        }
                    }
    */
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .template1C .contenedorImagenInformacion .image .marker {
    position: initial !important;
    cursor: pointer;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .template3 .imgCont {
    width: 100%;
    height: auto;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .template5 .imageBackground {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .template13 .columnasRelacion {
    display: block;
    color: #242340;
    text-align: center;
    margin: auto;
    font-weight: 700;
  }
  #templatePlantilla .contenedorContenido .cajaSubtituloAudio button {
    border: 1px solid #242340;
    background-color: white;
    border-radius: 0;
    color: #242340;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
  }
  #templatePlantilla .container .cajaBotones {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #templatePlantilla .container .cajaBotones button.backBtn {
    /* display: block !important; */
    /* visibility: hidden !important; */
    left: 0%;
  }
  #templatePlantilla .container .cajaBotones button.nextBtn {
    right: 0%;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .content {
    min-width: 100%;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .bulletPair {
    display: flex;
    justify-content: space-between;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .finalText {
    margin-top: 10px;
  }
  #templatePlantilla .contenedorContenido .plantillaContainer .imgCont {
    margin-top: 15px;
  }
}
#contenedorNotas {
  position: absolute;
  width: 300px;
  height: auto;
  min-height: 200px;
  max-height: 100vh;
  left: 0;
  right: 0;
  bottom: 90px;
  border: 2px solid #2d2e77;
  padding: 15px 15px 55px 15px;
  background-color: white;
  border-radius: 0;
  margin: 0 auto;
  display: none;
}
#contenedorNotas #cerrarNotas {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 1.8rem;
  background-color: white;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: #242340;
}
#contenedorNotas #cerrarNotas:hover {
  color: #2d2e77;
}
#contenedorNotas #crearNota {
  background-color: #2d2e77;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}
#contenedorNotas #crearNota #textoNota {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  resize: none;
  padding: 7px 10px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
}
#contenedorNotas #crearNota #textoNota::-moz-placeholder {
  /* Firefox 19+ */
  color: #ededed;
}
#contenedorNotas #crearNota #textoNota::placeholder {
  color: #ededed;
}
#contenedorNotas #crearNota #enviarNota {
  color: #ededed;
  font-size: 1.8rem;
  float: left;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
}
#contenedorNotas #crearNota #enviarNota:hover {
  color: #242340;
}
#contenedorNotas .nota {
  background-color: #ededed;
  border-radius: 0;
  padding: 10px 15px 30px 10px;
  margin-bottom: 10px;
  position: relative;
}
#contenedorNotas .nota .eliminarNota {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: white;
  color: #2d2e77;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.1rem;
  padding: 9px;
  cursor: pointer;
}
#contenedorNotas .nota .eliminarNota:hover {
  background-color: #2d2e77;
  color: white;
}
#contenedorNotas.visible {
  display: block;
}
#contenedorNotas #availableCharacters {
  font-size: 1.1rem;
}
#contenedorNotas #availableCharacters .available {
  color: #2d2e77;
}

#favourite .fas,
.indicePlantilla .fas {
  display: none;
}
#favourite.isFavourite .far,
#favourite .isFavourite .far,
.indicePlantilla.isFavourite .far,
.indicePlantilla .isFavourite .far {
  display: none !important;
}
#favourite.isFavourite .fas,
#favourite .isFavourite .fas,
.indicePlantilla.isFavourite .fas,
.indicePlantilla .isFavourite .fas {
  display: inline !important;
}
#favourite .borderSeparator,
.indicePlantilla .borderSeparator {
  border-top: 2px solid #242340;
  padding-top: 1rem;
  margin-top: 1rem;
}

[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.template16 .consideracionDescr {
  margin-top: 1rem;
}
.template16 .M50221 {
  left: 35%;
  top: 19%;
}
.template16 #feedbackBtn {
  border: 1px solid #242340;
  background-color: #242340;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  margin: auto;
}
.template16 .contenedorImagenInformacion {
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 1rem auto 0;
  position: relative;
  border-radius: 0;
}
.template16 .contenedorImagenInformacion .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 1rem;
}
.template16 .contenedorImagenInformacion .image img {
  max-width: 500px;
  width: 100%;
  height: auto;
  position: relative;
}
.template16 .contenedorImagenInformacion .image .marker {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent !important;
  font-size: 1.1rem;
  color: #2d2e77;
  border-color: transparent;
  opacity: 0 !important;
  text-align: center;
}
.template16 .contenedorImagenInformacion .image .marker:hover, .template16 .contenedorImagenInformacion .image .marker.completed {
  background-color: #2d2e77;
}
.template16 .contenedorImagenInformacion .image .marker.completed {
  opacity: 1 !important;
}
.template16 .contenedorImagenInformacion .image .marker.completed .noVisto {
  display: none;
}
.template16 .contenedorImagenInformacion .image .marker.completed .visto {
  display: block;
}
.template16 .contenedorImagenInformacion .image .marker i {
  position: relative;
  top: -10px;
}
.template16 .contenedorImagenInformacion .image .marker img {
  width: 30px;
  margin-top: -0.5rem;
  margin-left: -0.4rem;
}
.template16 .contenedorImagenInformacion .image .marker .visto {
  display: none;
}
.template16 .activityInfo {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.template16 .activityInfo p {
  background-color: white;
  padding: 1rem 1.5rem;
  border-radius: 0;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.9);
  max-width: 700px;
  margin: auto;
}
.template16 .activityInfo #viewImage {
  border: 1px solid #242340;
  background-color: #242340;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.template17 {
  /* Clases para centrar las imágenes del wordpres */
}
.template17 #send,
.template17 #feedback {
  border: 1px solid #242340;
  background-color: #242340;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.template17 .reset {
  border: 1px solid #2d2e77;
  background-color: #2d2e77;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.template17 .categorias .categoriaBox {
  min-height: 150px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 0;
  margin-bottom: 20px;
}
.template17 .categorias .name {
  font-weight: bold;
  color: #2d2e77;
}
.template17 .elementoContainer {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 0;
  align-items: center;
  display: grid;
  margin-top: 30px;
}
.template17 .elementBox {
  border: 2px solid #242340;
  min-height: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  padding: 1rem 2rem;
  margin: 5px;
}
.template17 .elementBox.bien {
  border-color: green;
}
.template17 .elementBox.mal {
  border-color: red;
}
.template17 .elementBox.inactive {
  pointer-events: none;
}
.template17 .aligncenter {
  display: block;
  margin: 0 auto !important;
}
.template17 .alignright {
  display: block;
  margin: 0 0 0 auto !important;
}
.template17 .alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}
.template17 .img_Medio_Vert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.template19 #juego {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #242340;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  margin: auto;
}
.template19 #juego div {
  width: 100%;
  margin: 0 auto;
}
.template19 #juego .puzzleSquare {
  height: 30px;
  width: 30px;
  text-transform: uppercase;
  background-color: white;
  border: 0;
  font: 1em sans-serif;
  outline: none !important;
  box-shadow: none !important;
}
.template19 #juego button::-moz-focus-inner {
  border: 0;
}
.template19 #juego .selected {
  background-color: orange;
}
.template19 #juego .found {
  background-color: blue;
  color: white;
}
.template19 #juego .solved {
  background-color: purple;
  color: white;
}
.template19 .time {
  font-size: 1.5rem;
  border: 1px solid #242340;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
.template19 #words {
  text-align: center;
  margin: auto;
}
.template19 #words .word {
  display: none;
  list-style: none;
}
.template19 #words .word.wordFound {
  display: block;
}

.template1C {
  /* Botones HOT SPOT centrados */
}
.template1C button.marker {
  /* padding: 0px; */
}
.template1C button.marker i.visto {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .template1C button.marker {
    margin-top: 10px;
  }
  .template1C button.marker:not(:first-child) {
    margin-left: 5px;
  }
  .template1C button.marker.completed {
    margin-top: 10px;
  }
}

.contenedorContenido .plantillaContainer .bulletPair {
  display: flex !important;
  justify-content: space-between !important;
}

/* Problema iphone con el centrado de la imagen */
#ventanaModalImagenes .modal-dialog {
  margin: 28px auto !important;
}

/* ******** NUEVOS ESTILOS ******** */
#templatePlantilla {
  /*     *{
      font-family: 'font_princ_Bold';
  } */
  /* Nuevo estilos para mejorar los botones */
}
#templatePlantilla .content1 {
  overflow: hidden;
}
#templatePlantilla button {
  border: none;
  outline: none;
}
#templatePlantilla button#send, #templatePlantilla button.reset {
  background-color: #2d2e77 !important;
  border: none !important;
}
#templatePlantilla button#send:hover, #templatePlantilla button#send:focus, #templatePlantilla button.reset:hover, #templatePlantilla button.reset:focus {
  background-color: #242340 !important;
}
#templatePlantilla #consideracion {
  font-family: "font_princ_Bold";
}
#templatePlantilla #consideracion .cajaBotones .navigationBtn {
  width: 50px;
  height: auto;
  overflow: hidden;
  border: none;
  outline: none;
  margin: 0 1vw;
}
#templatePlantilla #consideracion .cajaBotones .navigationBtn.backBtn {
  scale: -1;
}
#templatePlantilla #consideracion .cajaBotones .navigationBtn img {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
#templatePlantilla #consideracion .cajaBotones .navigationBtn:hover, #templatePlantilla #consideracion .cajaBotones .navigationBtn:focus {
  box-shadow: none;
}
#templatePlantilla #consideracion .cajaBotones .navigationBtn:hover img, #templatePlantilla #consideracion .cajaBotones .navigationBtn:focus img {
  content: url(../assets/imgs/plantillas/navBtn_hover.png);
}
#templatePlantilla #consideracion .tituloModulo {
  color: #2d2e77;
}
#templatePlantilla #consideracion .contenedorContenido .consideracionTitle {
  color: white;
  background-color: white;
  border-radius: 0;
  display: inline-block;
  padding: 0.7vw 1.5vw;
  font-size: 1.9rem;
  margin: -0.4rem 0 0;
}
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer h3.title {
  color: #2d2e77;
}
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .description p,
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .consideracionDescr p {
  font-family: "font_princ_Light";
}
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .description p strong,
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .consideracionDescr p strong {
  font-family: "font_princ_Bold";
}
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .consideracionInfo {
  /*                         &:before {
                              content: "";
                              height: auto;
                              position: relative;
                              display: inline-block;
                              width: 2vw;
                              height: 2vw;
                              background-image: url(../assets/imgs/plantillas/icon_mano.png);
                              background-size: cover;
                              background-repeat: no-repeat;
                              background-position: center;
                              margin-right: 10px;
                          } */
  margin-bottom: 20px;
  font-family: "font_princ_Light_IT";
  display: flex;
  align-items: center;
}
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .consideracionInfo i {
  margin-right: 10px;
}
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .text p {
  font-family: "font_princ_Light";
}
#templatePlantilla #consideracion .contenedorContenido .plantillaContainer .text p strong {
  font-family: "font_princ_Bold";
}
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-inner {
  background-color: rgba(36, 35, 64, 0.5);
  z-index: 14;
}
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-prev,
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-next {
  background-color: #242340;
}
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-prev:hover, #templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-prev:focus,
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-next:hover,
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-next:focus {
  box-shadow: none;
  background-color: #2d2e77;
}
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-prev:hover i, #templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-prev:focus i,
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-next:hover i,
#templatePlantilla #consideracion .contenedorContenido .template2B #carouselTemplate .carousel-control-next:focus i {
  color: white;
}
#templatePlantilla .wp-caption-text {
  margin-top: 1.5vh;
}
#templatePlantilla .finalText {
  border-radius: 0 !important;
  color: white !important;
}
#templatePlantilla button.btn-link i {
  width: 38px;
  height: 38px;
  display: block;
  font-size: 1.8rem;
  border: 1.5px solid white;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#templatePlantilla button.bulletButton {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}
#templatePlantilla button.bulletButton i {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.8rem;
  border: 1.5px solid white;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#templatePlantilla button.bulletButton img.imgButton {
  display: none;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  content: url(../assets/imgs/plantillas/abajo.png);
}
#templatePlantilla button.bulletButton:hover i {
  border-color: #242340;
}
#templatePlantilla button.bulletButton:hover img.imgButton {
  content: url(../assets/imgs/plantillas/abajo_hover.png);
}
#templatePlantilla button.bulletButton.completed img.imgButton {
  content: url(../assets/imgs/plantillas/arriba.png) !important;
}
#templatePlantilla button.bulletButton.animated {
  margin: 0;
}
#templatePlantilla .btn-link {
  font-size: 1.1rem;
  display: block;
  text-align: left;
  background-color: #2d2e77;
  color: white;
  padding: 20px;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /*         &::after {
      content: "" !important;
      background-image: url(../assets/imgs/plantillas/arriba.png) !important;
      background-size: cover !important;
      background-color: transparent !important;
      border-radius: 0 !important;
      border: none !important;
      padding: 0;
  }

  &.collapsed {
      &::after {
          background-image: url(../assets/imgs/plantillas/abajo.png) !important;
      }
  } */
}
#templatePlantilla .btn-link .iconOpen {
  display: none;
}
#templatePlantilla .btn-link .iconClose {
  display: flex;
}
#templatePlantilla .btn-link:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  border: 1.5px solid white;
  width: 40px;
  height: 40px;
}
#templatePlantilla .btn-link.collapsed .iconOpen {
  display: flex;
}
#templatePlantilla .btn-link.collapsed .iconClose {
  display: none;
}
#templatePlantilla .btn-link:hover::after {
  color: #242340;
  border-color: #242340;
}
#templatePlantilla .template2a .bloqueCnt .bloq2A {
  flex-direction: column;
  justify-content: space-around !important;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 0 !important;
  padding: 5px;
}
#templatePlantilla .template2a .bloqueCnt .bloq2A .icono {
  width: 90%;
  height: auto;
  overflow: hidden;
}
#templatePlantilla .template2a .bloqueCnt .bloq2A .icono img {
  min-height: initial !important;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.template8_2 .videoContainer {
  width: 100%;
  position: relative;
}
.template8_2 .videoContainer .playBig {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  cursor: pointer;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.template8_2 .videoContainer .playBig:hover {
  filter: contrast(0.2) drop-shadow(0 0 22px rgba(0, 0, 0, 0.9));
}
.template8_2 #videoControlsPlantilla {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.template8_2 #videoControlsPlantilla button {
  border: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
}
.template8_2 #videoControlsPlantilla span {
  color: white;
}
.template8_2 #videoControlsPlantilla #speedPlantilla button {
  background-color: white;
  color: gainsboro;
}
.template8_2 #videoControlsPlantilla #speedPlantilla button.selected {
  background-color: #242340;
  color: white;
  cursor: default;
}
.template8_2 #videoControlsPlantilla #videoProgressPlantilla {
  width: 100%;
}
.template8_2 #videoControlsPlantilla #fullscreenPlantilla {
  font-size: 1.1rem;
}
.template8_2 #videoControlsPlantilla.hideControls {
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 700px) {
  .template8_2 #videoControlsPlantilla #volumeBarPlantilla, .template8_2 #videoControlsPlantilla #volumePercentPlantilla, .template8_2 #videoControlsPlantilla #speedPlantilla {
    display: none;
  }
}

#tabsCont {
  width: 100%;
  text-align: center;
  background-color: #242340;
}
#tabsCont #plantillas2Tabs {
  margin: auto !important;
  width: -moz-fit-content;
  width: fit-content;
}
#tabsCont #plantillas2Tabs .tabCaja {
  width: 300px;
  position: relative;
  justify-content: center;
}
#tabsCont #plantillas2Tabs .tabCaja .tabPlantilla {
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: white;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
}
#tabsCont #plantillas2Tabs .tabCaja .tabPlantilla .capTitle {
  line-height: 1.2;
  font-size: 0.9rem;
}
#tabsCont #plantillas2Tabs .tabCaja .collapse, #tabsCont #plantillas2Tabs .tabCaja .collapsing {
  position: absolute !important;
  background-color: white;
  z-index: 1;
  box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.9);
}
#tabsCont #plantillas2Tabs .tabCaja .collapse .selecSec, #tabsCont #plantillas2Tabs .tabCaja .collapsing .selecSec {
  padding: 0.5vw;
  display: flex;
  cursor: pointer;
  background-color: #2d2e77;
  width: 300px;
  height: 60px;
  color: white;
}
#tabsCont #plantillas2Tabs .tabCaja .collapse .selecSec .consNumber, #tabsCont #plantillas2Tabs .tabCaja .collapsing .selecSec .consNumber {
  width: 10%;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
#tabsCont #plantillas2Tabs .tabCaja .collapse .selecSec .consTitle, #tabsCont #plantillas2Tabs .tabCaja .collapsing .selecSec .consTitle {
  padding-left: 10px;
  width: 75%;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 0.9rem;
}
#tabsCont #plantillas2Tabs .tabCaja .collapse .selecSec .favourites, #tabsCont #plantillas2Tabs .tabCaja .collapsing .selecSec .favourites {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabsCont #plantillas2Tabs .tabCaja .collapse .selecSec:hover, #tabsCont #plantillas2Tabs .tabCaja .collapsing .selecSec:hover {
  background-color: #242340;
  color: white;
}
#tabsCont #plantillas2Tabs .tabCaja .collapse .selecSec.selected, #tabsCont #plantillas2Tabs .tabCaja .collapsing .selecSec.selected {
  background-color: #2d2e77;
  color: white;
  font-weight: bold;
}
#tabsCont #plantillas2Tabs .tabPlantilla {
  display: flex;
}
#tabsCont #plantillas2Tabs .tabPlantilla .capNumber {
  font-size: 1.9rem;
  -webkit-text-stroke: 1px white;
  color: transparent;
}
#tabsCont #plantillas2Tabs .tabPlantilla.currentCap {
  background-color: #2d2e77;
  font-weight: bold;
}
#tabsCont #plantillas2Tabs .tabPlantilla.currentCap .capNumber {
  color: white;
  -webkit-text-stroke: none;
}

#breacrumbContainer {
  width: 75%;
  max-width: 600px;
  margin: auto !important;
  margin-top: 20px !important;
  border-bottom: 1px solid #242340;
  position: relative;
  bottom: 0;
}
#breacrumbContainer #breacrumbsList {
  width: 100%;
}
#breacrumbContainer button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: white;
  transform: rotate(45deg);
  border: 1px solid #242340;
  margin: auto;
  margin-bottom: -15px;
  border-radius: 0;
  padding: 0;
}
#breacrumbContainer button.current {
  background-color: #242340;
}
#breacrumbContainer button span, #breacrumbContainer button i {
  transform: rotate(-45deg);
}
#breacrumbContainer .navigationBtn {
  display: block;
}
#breacrumbContainer .backBtn, #breacrumbContainer .nextBtn {
  position: absolute;
  display: block !important;
  visibility: visible !important;
}
#breacrumbContainer .backBtn {
  left: -35px;
}
#breacrumbContainer .nextBtn {
  right: -35px;
}

#templatePlantilla.plantilla2 #consideracion .contenedorContenido .consideracionTitle {
  color: #242340;
  background-color: transparent;
  padding: 0;
  font-size: 1.9rem;
  margin: 1.5rem 0;
  font-family: "font_princ_Bold";
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2 {
  color: black;
  margin-bottom: 10px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2.completed .contenido .bulletButton {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2 .contenido {
  display: flex;
  align-items: center;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2 .contenido .resumen {
  margin-top: 0.5rem;
  width: calc(100% - 30px);
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2 .contenido .bulletButton {
  background-color: #242340;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: transparent;
  line-height: 0px;
  padding-left: 6px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2 .contenido .bulletButton:hover {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2 .contenido .bulletButton i {
  font-size: 1.1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1A_2 .caja1A_2 .contenido .bulletButton.completed {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1B_2 .card {
  border: none;
  border-radius: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1B_2 .card .card-header {
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 150px;
  background-color: #242340;
  position: relative;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1B_2 .card .card-header .btn {
  white-space: initial;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1B_2 .card .btn-link {
  justify-content: center;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1B_2 .card .btn-link p {
  width: 100%;
  margin-bottom: 30px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1B_2 .card .card-body {
  background-color: #2d2e77;
  color: white;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .consideracionDescr {
  margin-top: 1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .consideracionInfo {
  width: 100%;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .hotspotText {
  width: 300px;
  background-color: #242340;
  color: white;
  margin-left: 20px;
  padding: 15px;
  position: relative;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .hotspotText .consideracionInfo {
  font-size: 0.9rem;
  color: #2d2e77 !important;
  position: absolute;
  bottom: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image {
  background-position: center;
  background-size: cover;
  max-width: 600px;
  width: 100%;
  position: relative;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image img {
  width: 100%;
  height: auto;
  position: relative;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2 {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #242340;
  background-color: transparent;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2 div {
  border-radius: 50%;
  background-color: #242340;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2:hover, #templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2.completed {
  background-color: #2d2e77;
  border: 2px solid #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2:hover div, #templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2.completed div {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2.completed .noVisto {
  /* display: none; */
  visibility: hidden;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2.completed .visto {
  /* display: block; */
  visibility: visible;
  color: white;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2 img {
  width: 30px;
  margin-top: -0.5rem;
  margin-left: -0.4rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1C_2 .contenedorImagenInformacion .image .marker_2 .visto {
  /* display: none; */
  visibility: hidden;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 {
  background-color: white;
  color: black;
  margin-bottom: 10px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2.completed .contenido .bulletButton {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 .contenido {
  display: flex;
  align-items: center;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 .contenido.selected {
  font-weight: bold;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 .contenido .resumen {
  margin-top: 0.5rem;
  width: calc(100% - 30px);
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 .contenido .bulletButton {
  background-color: #242340;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: transparent;
  line-height: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 .contenido .bulletButton:hover {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 .contenido .bulletButton i {
  font-size: 1.1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template1D_2 .caja1D_2 .contenido .bulletButton.completed {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template3 .imgCont {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloqueCnt {
  width: 800px;
  margin: auto !important;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloq2A_2 {
  height: 250px;
  width: 350px;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloq2A_2 .icono {
  background-color: rgba(36, 35, 64, 0.4);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloq2A_2 .icono h5 {
  position: absolute;
  top: 20px;
  color: white;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloq2A_2:hover .icono img {
  filter: saturate(0.2) hue-rotate(0deg);
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloq2A_2 .moreInfo {
  background-color: white;
  color: black;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloq2A_2 .moreInfo:hover {
  border: 1px solid #242340;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template2a_2 .bloq2A_2.completed .moreInfo {
  border: 2px solid #242340;
  background-color: #2d2e77;
  color: white;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .consideracionInfo {
  margin-top: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .imgCont {
  background-size: cover;
  background-position: center;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .alienacionBullets {
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .card {
  border: none;
  padding: 0;
  margin-bottom: 1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .bulletPair {
  margin-top: 10px !important;
  width: 100%;
  overflow: hidden;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .bulletPair .bulletButton {
  background-color: #242340;
  color: white;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: transparent;
  line-height: 0;
  z-index: 1;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .bulletPair .bulletButton:hover {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .bulletPair .bulletButton i {
  font-size: 1.1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .bulletPair .bulletButton.completed {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .imageFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template5_2 .finalText {
  background-color: #242340;
  color: white;
  padding: 1rem;
  margin-top: 15px;
  border-radius: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .consideracionInfo {
  margin-top: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .colTitle {
  text-align: center;
  padding: 10px;
  min-height: 150px;
  background-color: rgba(36, 35, 64, 0.3);
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .colTitle p {
  font-weight: bold;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .bulletButton {
  background-color: #242340;
  color: white;
  width: 30px;
  height: 30px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: transparent;
  line-height: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .bulletButton:hover {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .bulletButton i {
  font-size: 1.1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .bulletButton.completed {
  background-color: #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .blockDescr {
  background-color: #242340;
  color: white;
  padding: 10px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template6_2 .finalText {
  margin-top: 1rem;
  background-color: #242340;
  padding: 1rem;
  border-radius: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .content p {
  margin-top: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .nav-tabs {
  border-bottom-color: #242340;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .nav-tabs .nav-item {
  margin-bottom: 0 !important;
  padding: 5px;
  padding-right: 0;
  padding-bottom: 5px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .nav-tabs .nav-item:last-child {
  padding-right: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .nav-tabs .nav-item .nav-link {
  border: 1px solid #242340;
  padding: 0.5rem 1rem;
  color: black;
  background-color: white;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  width: 100%;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .nav-tabs .nav-item .nav-link.active {
  background-color: #242340;
  color: white;
  bottom: 0;
  height: 85px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .nav-tabs .nav-item:has(.active) {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template9_2 .tabContent {
  background-color: #242340;
  color: white;
  padding: 0.5rem 1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template10_2 .card {
  border: 2px solid #2d2e77;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template10_2 .card .card-header {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  padding: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template10_2 .card .card-header .btn {
  white-space: initial;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template10_2 .card:last-child {
  border-bottom: 2px solid #2d2e77;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 .row {
  align-items: flex-start;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 .row .form-check-input {
  position: initial;
  margin: 0.1rem 20px 0 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 3px solid #242340;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  display: none;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 .row .form-check-input:checked {
  background-color: #242340;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 .row .form-check-label {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #242340;
  cursor: pointer;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 .row .form-check-label p {
  margin: 0;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 .row input:checked ~ .answerText {
  background-color: #242340;
  color: white;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 .imageFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
  border: 2px solid #242340;
  padding: 1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 #send,
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template12_2 #feedback {
  border: 1px solid #242340;
  background-color: #242340;
  margin-top: 30px;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 20px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 {
  /* Clases para centrar las imágenes del wordpres */
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 #send,
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 #feedback {
  border: 1px solid #242340;
  background-color: #242340;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .reset {
  border: 1px solid #2d2e77;
  background-color: #2d2e77;
  border-radius: 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .divisor {
  border-right: 1px solid #D1D600;
  padding-right: 0px;
  margin-right: 80px;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .categorias .categoriaBox {
  min-height: 150px;
  padding: 10px;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px dashed #242340;
  position: relative;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .categorias .categoriaBox::before {
  content: "+";
  color: #242340;
  content: "+";
  color: #D1D600;
  position: absolute;
  left: 50%;
  top: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .categorias .name {
  color: #2d2e77;
  text-align: right;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .elementoContainer {
  align-items: center;
  display: grid;
  margin-top: 1.5rem;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .elementBox {
  background-color: #242340;
  color: white;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  padding: 1rem 2rem;
  margin: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .elementBox.bien {
  border-color: green;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .elementBox.mal {
  border-color: red;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .elementBox.inactive {
  pointer-events: none;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .aligncenter {
  display: block;
  margin: 0 auto !important;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .alignright {
  display: block;
  margin: 0 0 0 auto !important;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}
#templatePlantilla.plantilla2 #consideracion .contenedorContenido .template17_2 .img_Medio_Vert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#plantillas2Modal {
  background-color: rgba(45, 46, 119, 0.8);
}
#plantillas2Modal .modal-content {
  background-color: #242340;
  color: white;
  padding: 15px;
  border-radius: 0;
}
#plantillas2Modal .modal-content .title-header {
  color: #2d2e77;
  font-size: 1.5rem;
  font-weight: 20px;
  border-radius: 0;
}
#plantillas2Modal .modal-content button.closeModal2 {
  /*             font-size: $font-size-medium;
              padding: 0;
              background-color: transparent;
              border:none;
              color: white; */
}

/*******
MARKER HOTSPOT
****/
.M14014 {
  top: 20px;
  left: 20px;
}

.M14114 {
  top: 60px;
  left: 120px;
}

.M14214 {
  top: 190px;
  left: 300px;
}

.M14314 {
  top: 50px;
  left: 420px;
}

#plantilla2Progress {
  position: relative;
  width: 100%;
  margin-top: -48px;
  top: 60px;
  height: 48px;
}
#plantilla2Progress .row {
  width: -moz-fit-content;
  width: fit-content;
  color: #242340;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
}
#plantilla2Progress .row p {
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 1;
  font-size: 1.1rem;
}
#plantilla2Progress .row .cajaProgress {
  background-color: #242340;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 5px;
}

.w100 {
  width: 100%;
}

#menuMvPlantilla2 {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #242340;
  outline: none !important;
  cursor: pointer;
  display: none;
}
#menuMvPlantilla2:hover {
  background-color: #242340;
  color: white;
}
#menuMvPlantilla2:focus {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.9);
  border: 3px solid darkblue;
  background-color: #242340;
  color: white;
}

#menuMovil {
  display: none;
}

@media (max-width: 550px) {
  #menuMovil {
    display: block;
    background-color: white;
    width: 300px;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 15px;
    overflow: auto;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.9);
    padding-bottom: 50px;
  }
  #menuMovil #closeMenu {
    font-size: 1.5rem;
    color: #242340;
    background-color: transparent;
    border: none;
  }
  #menuMovil #plantilla2Container {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  #menuMovil #plantilla2Container h3 {
    width: 100%;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: #242340;
    font-size: 1.5rem;
  }
  #menuMovil #plantilla2Container .selecSec {
    padding: 5px;
    display: flex;
    cursor: pointer;
    width: 100%;
  }
  #menuMovil #plantilla2Container .selecSec .consNumber {
    width: 10%;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
  }
  #menuMovil #plantilla2Container .selecSec .consTitle {
    padding-left: 10px;
    width: 75%;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #menuMovil #plantilla2Container .selecSec .favourites {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menuMovil #plantilla2Container .selecSec:hover {
    color: white;
  }
  #menuMovil #plantilla2Container .selecSec.selected {
    background-color: #2d2e77;
    color: white;
    font-weight: bold;
  }
  #menuMvPlantilla2 {
    display: initial;
    margin-left: auto;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
  }
  #breacrumbContainer {
    border: none;
  }
  #breacrumbContainer #breacrumbsList {
    visibility: hidden;
  }
  #breacrumbContainer button {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  #tabsCont {
    display: flex;
  }
  #tabsCont #plantillas2Tabs {
    display: none;
  }
  #tabsCont #plantilla2Progress {
    top: 0;
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  #tabsCont #plantilla2Progress .row {
    color: white;
    margin-left: 30px;
  }
}
#contenido {
  width: 100%;
}
#contenido #capas_container {
  width: 100%;
  height: 100%;
}
#contenido #capas_container #capas_environment {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  perspective-origin: center 295px;
}
#contenido #capas_container #capas_environment #capas_content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-timing-function: cubic-bezier(0.29, 0.89, 1, 0.99);
}
#contenido #capas_container #capas_environment #capas_content.transicion {
  transition: opacity 0.5s, transform 1.5s;
}

.indice_videos {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
}

#indice_videos_1 {
  background: transparent url("../assets/imgs/zoomBG/bgPage1.png") no-repeat scroll center center/cover;
  z-index: 100;
}

#indice_videos_2 {
  background: transparent url("../assets/imgs/zoomBG/bgPage2.png") no-repeat scroll center center/cover;
  z-index: 90;
}

#indice_videos_3 {
  background: transparent url("../assets/imgs/zoomBG/bgPage3.png") no-repeat scroll center center/cover;
  z-index: 80;
}

#initialPage {
  background: transparent url("../assets/imgs/zoomBG/bgIntro0.jpg") no-repeat scroll center center/cover;
  z-index: 100;
}

/******AYUDA****/
.helpFrame {
  width: 100%;
  height: 200%;
  background-color: rgba(36, 35, 64, 0.9);
  position: absolute;
  top: 0;
  z-index: 10000;
  text-align: center;
}
.helpFrame #navigationHelp {
  display: flex;
  position: sticky;
  top: 60%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.helpFrame #continue {
  position: sticky;
  top: 65%;
  border: 1px solid white;
  color: white;
  background-color: #2d2e77;
  padding: 5px 20px;
  border-radius: 10px;
}
.helpFrame #closeHelp {
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
}

.toUp {
  position: relative;
  z-index: 100000 !important;
  border-radius: 20px;
}

.selectedHelp {
  position: relative;
  pointer-events: none;
}

.bocadillo {
  position: absolute;
  width: 250px;
  background: #2d2e77;
  box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  margin-left: -100px;
  color: white;
  line-height: 1.2;
  padding: 20px !important;
  text-transform: none;
  border-radius: 10px;
  font-weight: 100;
  font-size: 18px;
}
.bocadillo.bottom:before {
  transform: rotate(0deg);
  bottom: -50px;
  top: inherit;
}
.bocadillo.inRight {
  margin-left: -205px;
}
.bocadillo.inRight:before {
  left: calc(85% - 25px);
}
.bocadillo.inLeft {
  margin-left: 0;
}
.bocadillo.inLeft:before {
  left: calc(13% - 25px);
}

.bocadillo:before {
  border: 25px solid #2d2e77;
  content: "";
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -50px;
  left: calc(50% - 25px);
  transform: rotate(180deg);
}

.navigation {
  height: 20px;
  width: 20px;
  border: 1px solid white;
  cursor: pointer;
  margin: 2px;
  border-radius: 5px;
}
.navigation.selected {
  background-color: white;
}

#wordleInfoModal {
  max-width: 100vw;
}
#wordleInfoModal .modal-header {
  background-color: #2d2e77;
  color: white;
}
#wordleInfoModal .modal-header .closeModal {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 25px;
  color: white;
}
#wordleInfoModal .modal-body {
  padding: 2% 5%;
}
#wordleInfoModal .modal-body hr {
  height: 2px;
  background-color: #242340;
}
#wordleInfoModal .modal-body .row {
  align-items: center;
}
#wordleInfoModal .modal-body .letrasRespuesta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#wordleInfoModal .modal-body .letrasRespuesta .letra {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}
#wordleInfoModal .modal-body .letrasRespuesta .letra div {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid gray;
  background-color: white;
  font-size: 1.7em;
  font-weight: bolder;
  margin-right: 10px;
  color: white;
}
#wordleInfoModal .modal-body .letrasRespuesta .letra div.letraCorr {
  background-color: green;
}
#wordleInfoModal .modal-body .letrasRespuesta .letra div.letraPosIncorr {
  background-color: yellow;
}
#wordleInfoModal .modal-body .letrasRespuesta .letra div.letraIncorr {
  background-color: red;
}
#wordleInfoModal .modal-body .letrasRespuesta .letra p {
  margin: 0;
}

#templateHiddenWord {
  background-color: white;
  height: 100vh;
  width: 100%;
  display: none;
}
#templateHiddenWord .casi {
  background-color: yellow;
}
#templateHiddenWord .bien {
  background-color: green;
}
#templateHiddenWord .mal {
  background-color: red;
}
#templateHiddenWord .intento {
  cursor: no-drop;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#templateHiddenWord .intento input {
  pointer-events: none;
  margin: 3px;
  width: 30px;
  height: 30px;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
#templateHiddenWord .intento.active {
  cursor: initial;
}
#gameContainer {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: white;
  padding-top: 50px;
  background-image: url(../assets/imgs/autoreto/mainBG.jpg);
  background-size: 100% 100%;
}
#gameContainer header {
  background-color: rgba(255, 255, 255, 0.6);
}
#gameContainer .preguntaOro {
  position: absolute;
  bottom: 0;
  width: 250px;
  left: 20px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  #gameContainer .preguntaOro {
    display: none;
  }
}
#gameContainer #questionFeedback {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
#gameContainer #questionFeedback p {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#gameContainer #gameResumen {
  justify-content: center;
  display: flex;
}
#gameContainer #gameResumen .cajaRespuesta {
  width: 35px;
  height: 35px;
  margin: 3px;
  background-image: url(../assets/imgs/autoreto/defaultAnswer.png);
  background-size: cover;
}
#gameContainer #gameResumen .cajaRespuesta.correcta {
  background-image: url(../assets/imgs/autoreto/correct.png);
}
#gameContainer #gameResumen .cajaRespuesta.incorrecta {
  background-image: url(../assets/imgs/autoreto/wrong.png);
}
#gameContainer .container {
  position: relative;
}
#gameContainer #gameBodyContainer {
  background-color: rgba(255, 255, 255, 0.6);
  height: inherit;
}
#gameContainer #gameBodyContainer .enunciado {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
  color: #242340;
  font-weight: bold;
  text-align: center;
}
#gameContainer #gameBodyContainer .gameTime {
  width: 100px;
  border: 1px solid #29607d;
  color: #29607d;
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: -10px;
  font-size: 30px;
  margin-top: 50px;
  right: 0;
}
#gameContainer #gameBodyContainer .questionBox {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #242340;
  width: 100%;
  max-width: 900px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
#gameContainer #gameBodyContainer .questionBox .answerOption {
  display: flex;
  cursor: pointer;
  font-size: 20px;
  margin: 10px;
}
#gameContainer #gameBodyContainer .questionBox .answerOption .falseInput {
  width: 35px;
  height: 35px;
  border-radius: 0;
  margin-right: 10px;
  background-image: url(../assets/imgs/autoreto/defaultAnswer.png);
  background-size: cover;
}
#gameContainer #gameBodyContainer .questionBox .answerOption p {
  width: calc(100% - 45px);
}
#gameContainer #gameBodyContainer .questionBox .answerOption.contestada {
  pointer-events: none;
}
#gameContainer #gameBodyContainer .questionBox .answerOption.correcta {
  color: green;
}
#gameContainer #gameBodyContainer .questionBox .answerOption.correcta .falseInput {
  background-image: url(../assets/imgs/autoreto/correct.png);
}
#gameContainer #gameBodyContainer .questionBox .answerOption.incorrecta {
  color: red;
}
#gameContainer #gameBodyContainer .questionBox .answerOption.incorrecta .falseInput {
  background-image: url(../assets/imgs/autoreto/wrong.png);
}

#gameResultsContainer {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: white;
  padding-top: 50px;
  background-image: url(../assets/imgs/autoreto/mainBG.jpg);
  background-size: 100% 100%;
  overflow: auto;
}
#gameResultsContainer header {
  background-color: rgba(255, 255, 255, 0.6);
}
#gameResultsContainer .whiteBack {
  background-color: rgba(255, 255, 255, 0.6);
  height: inherit;
}
#gameResultsContainer .gameResults {
  padding-top: 20px;
  padding-bottom: 20px;
}
#gameResultsContainer .gameResults .resultText {
  width: 300px;
}
#gameResultsContainer .gameResults .resultText img {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 30px;
}

#retoMainPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/imgs/autoreto/mainBG.jpg);
  background-size: 100% 100%;
}
#retoMainPage header {
  background-color: rgba(255, 255, 255, 0.6);
}
#retoMainPage #retoBody {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: inherit;
}
#retoMainPage #retoBody #nuevoReto {
  width: 250px;
  margin: auto;
  background-color: #242340;
}
#retoMainPage #retoBody #nuevoReto .learningItem {
  background-color: white;
  margin-bottom: -100px;
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 0;
  position: relative;
  bottom: -25px;
  margin-top: -25px;
}
#retoMainPage #retoBody #viewRetoInfo {
  width: 80px;
  height: 80px;
  background-color: #242340;
  padding: 15px;
  border: none;
  margin: auto;
}
#retoMainPage #retoBody #viewRetoInfo img {
  width: 100%;
}
#retoMainPage .imagenBot {
  width: 300px;
  pointer-events: none;
}
#retoMainPage #nivelContainer {
  width: 300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#retoMainPage #nivelContainer .nivelCaja {
  width: 75px;
}
#retoMainPage #nivelContainer .nivelCaja img {
  width: 100%;
  filter: grayscale(1);
}
#retoMainPage #nivelContainer .nivelCaja p {
  display: none;
}
#retoMainPage #nivelContainer .nivelCaja.mylevel {
  width: 150px;
}
#retoMainPage #nivelContainer .nivelCaja.mylevel img {
  width: 100%;
  filter: grayscale(0);
}
#retoMainPage #nivelContainer .nivelCaja.mylevel p {
  display: block;
}
#retoMainPage #rankingBox {
  text-align: center;
  background-color: rgba(36, 35, 64, 0.7);
}
#retoMainPage #rankingBox p {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding: 2px;
}
#retoMainPage #rankingBox #rankingTitle {
  padding: 5px;
  background-color: #242340;
}
#retoMainPage #rankingBox #rankingTitle img {
  width: 30px;
  margin: auto;
}
#retoMainPage #rankingBox .myranking {
  font-weight: bold;
}
#retoMainPage #rankingBox .myranking .score {
  background-color: #242340;
  color: white;
  border-radius: 20px;
}

#retoInfoModal img {
  height: 40px;
  margin-bottom: 5px;
}
#retoInfoModal .iconstats, #retoInfoModal .iconsTime {
  height: 50px;
  width: 15%;
  text-align: center;
  padding: 10px;
  background-color: #242340;
}
#retoInfoModal .iconstats img, #retoInfoModal .iconsTime img {
  height: 100%;
}
#retoInfoModal .tiempojugadoTitle, #retoInfoModal .retosRealizadosTitle {
  padding: 5px;
  width: 60%;
  background-color: ghostwhite;
  text-align: left;
  height: 50px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
#retoInfoModal .timepojugado, #retoInfoModal .numretos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: gainsboro;
  height: 50px;
  width: 25%;
}
#retoInfoModal .iconsTime {
  background-color: #29607d;
}
#retoInfoModal .timepojugado {
  width: 45%;
}
#retoInfoModal .tiempojugadoTitle {
  width: 40%;
}

@media (max-width: 990px) {
  #gameContainer {
    overflow: auto;
  }
  #gameContainer #questionCont {
    padding: 15px;
  }
  #retoMainPage {
    position: initial;
    height: 100%;
  }
}
#nextQuestion {
  border: 2px solid #242340;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  color: black;
  border-radius: 0;
  margin: 10px;
}

.ovrflohid {
  overflow: hidden;
}

#preload {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #242340;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#preload .loader {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(1.5);
}
#preload .loader div {
  transform-origin: 40px 40px;
  animation: loader 1.2s linear infinite;
}
#preload .loader div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: white;
}
#preload .loader div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
#preload .loader div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
#preload .loader div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
#preload .loader div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
#preload .loader div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
#preload .loader div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
#preload .loader div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
#preload .loader div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
#preload .loader div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
#preload .loader div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
#preload .loader div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
#preload .loader div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes loader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#encuestaModal {
  background-color: rgba(36, 35, 64, 0.4);
  position: relative;
}
#encuestaModal .modal-dialog {
  width: max(60vw, 1000px);
  max-width: none !important;
  position: relative;
}
@media (max-width: 767px) {
  #encuestaModal #encuestaModal .modal-dialog {
    width: 95% !important;
  }
}
#encuestaModal h5 span.fina {
  font-size: 0.8;
  color: #2d2e77;
}
#encuestaModal .modal-content form .respuestas {
  margin: 2% auto 3%;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#encuestaModal .modal-content form input {
  cursor: pointer;
}
#encuestaModal .modal-content form input[type=radio] {
  position: relative;
  width: calc(8px + 1vw);
  height: calc(8px + 1vw);
  overflow: hidden;
}
@media (max-width: 676px) {
  #encuestaModal .modal-content form input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
#encuestaModal .modal-content form input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #242340;
}
#encuestaModal .modal-content input[type=radio][value="0"]:checked::after {
  background-color: red;
}
#encuestaModal .modal-content input[type=radio][value="1"]:checked::after {
  background-color: red;
}
#encuestaModal .modal-content input[type=radio][value="2"]:checked::after {
  background-color: red;
}
#encuestaModal .modal-content input[type=radio][value="3"]:checked::after {
  background-color: red;
}
#encuestaModal .modal-content input[type=radio][value="4"]:checked::after {
  background-color: red;
}
#encuestaModal .modal-content input[type=radio][value="5"]:checked::after {
  background-color: red;
}
#encuestaModal .modal-content input[type=radio][value="6"]:checked::after {
  background-color: red;
}
#encuestaModal .modal-content input[type=radio][value="7"]:checked::after, #encuestaModal .modal-content input[type=radio][value="8"]:checked::after {
  background-color: orange;
}
#encuestaModal .modal-content input[type=radio][value="9"]:checked::after, #encuestaModal .modal-content input[type=radio][value="10"]:checked::after {
  background-color: green;
}
#encuestaModal #enviarCuestionario {
  width: max(10%, 200px);
  background-color: #242340;
  font-family: "Invention";
  color: white;
  font-size: calc(6px + 1vw);
  margin: 0 auto;
  border: 1px solid #242340;
}

.btnPlay {
  position: relative;
  background-color: #242340;
  width: 85px;
  height: 85px;
  font-size: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
  border-radius: 50%;
  margin: auto;
  transition: 0.2s all;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#testContainer,
#autoTestContainer {
  position: relative;
  display: none;
  z-index: 100;
  width: 100%;
  min-width: 1000px;
  height: auto;
  background-color: white;
}
#testContainer .content_Test,
#autoTestContainer .content_Test {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}
#testContainer .content_Test .cabecera,
#autoTestContainer .content_Test .cabecera {
  position: relative;
  width: 100%;
  height: -moz-min-content;
  height: min-content;
  margin-bottom: 10vh;
}
#testContainer .content_Test .cabecera .cabeceraInf,
#autoTestContainer .content_Test .cabecera .cabeceraInf {
  width: 100%;
  height: -moz-min-content !important;
  height: min-content !important;
  align-items: center;
  background: linear-gradient(to right, #242340, #2d2e77);
  display: flex;
  justify-content: center;
}
#testContainer .content_Test .cabecera .cabeceraInf .infoTest,
#autoTestContainer .content_Test .cabecera .cabeceraInf .infoTest {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1%;
  text-align: center;
}
#testContainer .content_Test .cabecera .cabeceraInf .infoTest.noMargin,
#autoTestContainer .content_Test .cabecera .cabeceraInf .infoTest.noMargin {
  margin-bottom: 0;
}
#testContainer .content_Test .cabecera .cabeceraInf .infoTest .testTitle,
#autoTestContainer .content_Test .cabecera .cabeceraInf .infoTest .testTitle {
  font-family: "font_princ_Light";
  color: White;
  text-transform: uppercase;
  margin: 4% 0 3%;
}
#testContainer .content_Test .cabecera .cabeceraInf .infoTest p,
#autoTestContainer .content_Test .cabecera .cabeceraInf .infoTest p {
  font-family: "font_princ_Light";
  color: white;
}
#testContainer .content_Test .test.container,
#autoTestContainer .content_Test .test.container {
  max-width: min(80%, 1600px);
}
#testContainer .content_Test .test.container #test .enunciado,
#autoTestContainer .content_Test .test.container #test .enunciado {
  display: flex;
  color: #242340;
  margin-bottom: 20px;
}
#testContainer .content_Test .test.container #test .enunciado p,
#autoTestContainer .content_Test .test.container #test .enunciado p {
  font-family: "font_princ_Reg";
  font-size: min(max(16px, 1.4vw), 26px);
  line-height: 110%;
}
#testContainer .content_Test .test.container #test .enunciado .numeroPregunta,
#autoTestContainer .content_Test .test.container #test .enunciado .numeroPregunta {
  font-family: "font_princ_Reg";
  margin-left: -50px;
  margin-right: 20px;
  font-size: 30px;
}
#testContainer .content_Test .test.container #test .respuestas .form-check,
#autoTestContainer .content_Test .test.container #test .respuestas .form-check {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#testContainer .content_Test .test.container #test .respuestas input[type=checkbox]:focus,
#autoTestContainer .content_Test .test.container #test .respuestas input[type=checkbox]:focus {
  box-shadow: none;
}
#testContainer .content_Test .test.container #test .respuestas p, #testContainer .content_Test .test.container #test .respuestas li,
#autoTestContainer .content_Test .test.container #test .respuestas p,
#autoTestContainer .content_Test .test.container #test .respuestas li {
  font-family: "font_princ_Reg";
  margin: 0;
  margin-left: 1.5vw;
}
#testContainer .content_Test .test.container #test .respuestas .feedbackPregunta,
#autoTestContainer .content_Test .test.container #test .respuestas .feedbackPregunta {
  margin-top: 10px;
  border-top: 1px solid #242340;
  padding-top: 10px;
}
#testContainer .content_Test .test.container #test .respuestas .feedbackPregunta p,
#testContainer .content_Test .test.container #test .respuestas .feedbackPregunta ul,
#autoTestContainer .content_Test .test.container #test .respuestas .feedbackPregunta p,
#autoTestContainer .content_Test .test.container #test .respuestas .feedbackPregunta ul {
  margin-bottom: 2vh;
}
#testContainer .content_Test .test.container #test .respuestas .feedbackPregunta ul,
#autoTestContainer .content_Test .test.container #test .respuestas .feedbackPregunta ul {
  padding-inline-start: 40px;
}
#testContainer .content_Test .test.container #test .respuestas .feedbackPregunta ul li,
#autoTestContainer .content_Test .test.container #test .respuestas .feedbackPregunta ul li {
  margin: 10px;
  font-size: max(-10px + 2vw, 14px);
  line-height: max(-6px + 2vw, 16px);
}
#testContainer .content_Test .test.container #test .respuestas input[type=checkbox],
#autoTestContainer .content_Test .test.container #test .respuestas input[type=checkbox] {
  cursor: pointer;
  background-color: azure;
  color: #242340;
  font-size: 1.5rem;
  width: max(1.5vw, 2.5vh);
  height: max(1.5vw, 2.5vh);
}
#testContainer .content_Test .test.container #test .respuestas input[type=checkbox]:before,
#autoTestContainer .content_Test .test.container #test .respuestas input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: max(1.5vw, 2.5vh);
  height: max(1.5vw, 2.5vh);
  background-color: azure;
  border: 2px solid #242340;
  color: #242340;
}
#testContainer .content_Test .test.container #test .respuestas input[type=checkbox]:disabled:before,
#autoTestContainer .content_Test .test.container #test .respuestas input[type=checkbox]:disabled:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: max(1.5vw, 2.5vh);
  height: max(1.5vw, 2.5vh);
  background-color: rgb(129, 129, 129);
  border: 2px solid #242340;
}
#testContainer .content_Test .test.container #test .respuestas input[type=checkbox]:disabled:after,
#autoTestContainer .content_Test .test.container #test .respuestas input[type=checkbox]:disabled:after {
  background-color: rgb(97, 97, 97) !important;
  cursor: default;
}
#testContainer .content_Test .test.container #test .respuestas input[type=checkbox]:checked:after,
#autoTestContainer .content_Test .test.container #test .respuestas input[type=checkbox]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: max(1.5vw, 2.5vh);
  height: max(1.5vw, 2.5vh);
  background-color: #242340;
}
#testContainer .content_Test .test.container #test .respuestas .incorrecta input[type=checkbox]:disabled:after,
#autoTestContainer .content_Test .test.container #test .respuestas .incorrecta input[type=checkbox]:disabled:after {
  background-color: rgb(153, 0, 0) !important;
}
#testContainer .content_Test .test.container #test .respuestas .incorrecta .form-check-label,
#autoTestContainer .content_Test .test.container #test .respuestas .incorrecta .form-check-label {
  color: rgb(153, 0, 0) !important;
}
#testContainer .content_Test .test.container #test .respuestas .incorrecta p,
#autoTestContainer .content_Test .test.container #test .respuestas .incorrecta p {
  color: rgb(153, 0, 0);
}
#testContainer .content_Test .test.container #test .respuestas .correcta input[type=checkbox]:disabled:before,
#autoTestContainer .content_Test .test.container #test .respuestas .correcta input[type=checkbox]:disabled:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: max(1.5vw, 2.5vh);
  height: max(1.5vw, 2.5vh);
  background-color: green !important;
  border: 1px solid #242340;
}
#testContainer .content_Test .test.container #test .respuestas .correcta input[type=checkbox]:checked:after,
#autoTestContainer .content_Test .test.container #test .respuestas .correcta input[type=checkbox]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: max(1.5vw, 2.5vh);
  height: max(1.5vw, 2.5vh);
  background-color: green !important;
  border: 1px solid #242340;
}
#testContainer .content_Test .test.container #test .respuestas .correcta .form-check-label,
#autoTestContainer .content_Test .test.container #test .respuestas .correcta .form-check-label {
  color: #242340 !important;
}
#testContainer .content_Test .test.container #test .respuestas .correcta p,
#autoTestContainer .content_Test .test.container #test .respuestas .correcta p {
  color: green;
}
#testContainer .content_Test .test.container .feedback,
#autoTestContainer .content_Test .test.container .feedback {
  margin-bottom: 20px;
}
#testContainer .content_Test .test.container .testsButtons,
#autoTestContainer .content_Test .test.container .testsButtons {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
#testContainer .content_Test .test.container .testsButtons .btn-primary,
#autoTestContainer .content_Test .test.container .testsButtons .btn-primary {
  min-width: 150px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px;
  width: 100px;
  border: 1px solid #242340;
  border-radius: 0;
  background-color: #242340;
}
#testContainer .content_Test .test.container .testsButtons .btn-primary:hover,
#autoTestContainer .content_Test .test.container .testsButtons .btn-primary:hover {
  background-color: #2d2e77;
}
#testContainer .content_Test .test.container #texthelp,
#autoTestContainer .content_Test .test.container #texthelp {
  margin-bottom: 50px;
}
#testContainer .content_Test .test.container #texthelp p,
#autoTestContainer .content_Test .test.container #texthelp p {
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: 18px;
  font-family: "font_princ_Reg";
}
#testContainer .content_Test .imgCabecera,
#testContainer .content_Test .imgPie,
#autoTestContainer .content_Test .imgCabecera,
#autoTestContainer .content_Test .imgPie {
  width: 100%;
  overflow: hidden;
}
#testContainer .content_Test .imgCabecera img,
#testContainer .content_Test .imgPie img,
#autoTestContainer .content_Test .imgCabecera img,
#autoTestContainer .content_Test .imgPie img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
#testContainer .content_Test .contImgLogo,
#testContainer .content_Test .returnLanding,
#autoTestContainer .content_Test .contImgLogo,
#autoTestContainer .content_Test .returnLanding {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
#testContainer .content_Test .contImgLogo img,
#testContainer .content_Test .returnLanding img,
#autoTestContainer .content_Test .contImgLogo img,
#autoTestContainer .content_Test .returnLanding img {
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#testContainer .content_Test .contImgLogo i,
#testContainer .content_Test .returnLanding i,
#autoTestContainer .content_Test .contImgLogo i,
#autoTestContainer .content_Test .returnLanding i {
  font-size: 26px;
}
#testContainer hr,
#autoTestContainer hr {
  border: 1px solid #242340;
}
#testContainer #multiPageTest,
#autoTestContainer #multiPageTest {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testContainer #multiPageTest #testFinal, #testContainer #multiPageTest .test-info,
#autoTestContainer #multiPageTest #testFinal,
#autoTestContainer #multiPageTest .test-info {
  width: 90%;
  max-width: 800px;
  border: 2px solid #242340;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
}
#testContainer #multiPageTest .btn,
#autoTestContainer #multiPageTest .btn {
  background-color: #242340;
  color: white;
  border: none;
}
#testContainer #multiPageTest .btn:hover,
#autoTestContainer #multiPageTest .btn:hover {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.9);
}
#testContainer #multiPageTest .question-page,
#autoTestContainer #multiPageTest .question-page {
  max-width: 900px;
  width: 100%;
}
#testContainer #multiPageTest .question-page .enunciado,
#autoTestContainer #multiPageTest .question-page .enunciado {
  font-size: 24px;
}
#testContainer #multiPageTest .question-page .answer-box,
#autoTestContainer #multiPageTest .question-page .answer-box {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #242340;
  width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
#testContainer #multiPageTest .question-page .answer-box .answerOption,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption {
  display: flex;
  cursor: pointer;
  font-size: 18px;
  margin: 10px;
}
#testContainer #multiPageTest .question-page .answer-box .answerOption.selctOpt,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption.selctOpt {
  font-family: font_princ_Bold;
  color: #242340;
}
#testContainer #multiPageTest .question-page .answer-box .answerOption.disabled,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption.disabled {
  cursor: no-drop;
}
#testContainer #multiPageTest .question-page .answer-box .answerOption .falseInput,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption .falseInput {
  width: 35px;
  height: 35px;
  border-radius: 0;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #242340;
  color: #242340;
  font-size: 20px;
}
#testContainer #multiPageTest .question-page .answer-box .answerOption p,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption p {
  width: calc(100% - 45px);
  margin: 0;
}
#testContainer #multiPageTest .question-page .answer-box .answerOption.contestada,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption.contestada {
  pointer-events: none;
}
#testContainer #multiPageTest .question-page .answer-box .answerOption.correcta,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption.correcta {
  color: green;
}
#testContainer #multiPageTest .question-page .answer-box .answerOption.incorrecta,
#autoTestContainer #multiPageTest .question-page .answer-box .answerOption.incorrecta {
  color: red;
}

@media screen and (max-width: 845px) {
  #testContainer,
  #autoTestContainer {
    min-width: initial;
    overflow: hidden;
  }
  #testContainer .content_Test,
  #autoTestContainer .content_Test {
    width: 100%;
    min-width: initial;
  }
  #testContainer .content_Test .cabecera .cabeceraInf,
  #autoTestContainer .content_Test .cabecera .cabeceraInf {
    height: 15vh;
    min-height: -moz-min-content;
    min-height: min-content;
  }
  #testContainer .content_Test .cabecera .cabeceraInf .infoTest .testTitle,
  #autoTestContainer .content_Test .cabecera .cabeceraInf .infoTest .testTitle {
    text-align: left;
  }
  #testContainer .content_Test .test.container,
  #autoTestContainer .content_Test .test.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  #testContainer .content_Test .test.container .preguntas #test .row,
  #autoTestContainer .content_Test .test.container .preguntas #test .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  #testContainer .content_Test .test.container .preguntas #test .row .enunciado .numeroPregunta,
  #autoTestContainer .content_Test .test.container .preguntas #test .row .enunciado .numeroPregunta {
    margin-left: 0;
    margin-right: 15px;
  }
  #testContainer .content_Test .test.container .respuestas,
  #autoTestContainer .content_Test .test.container .respuestas {
    padding-left: 3vw;
  }
  #testContainer .content_Test .test.container .testsButtons,
  #autoTestContainer .content_Test .test.container .testsButtons {
    max-width: initial;
    margin: 0;
    width: 100%;
    justify-content: space-between;
  }
  #testContainer .content_Test .test.container .testsButtons .btn-primary,
  #autoTestContainer .content_Test .test.container .testsButtons .btn-primary {
    width: -moz-min-content;
    width: min-content;
    min-width: 30%;
    margin: 0;
  }
  #testContainer .content_Test .test.container #texthelp,
  #autoTestContainer .content_Test .test.container #texthelp {
    padding-right: 15px;
    padding-left: 15px;
  }
  #testContainer footer,
  #autoTestContainer footer {
    width: 200%;
  }
  #testContainer footer .img-fluid,
  #autoTestContainer footer .img-fluid {
    margin-top: 0;
    position: relative;
    width: 100%;
    left: -25%;
  }
}
#testInfoModal, #feedbackTest, #testConfirmModal,
#autoTestInfoModal, #feedbackAutoTest, #autoTestConfirmModal {
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
}
#testInfoModal .modal-dialog, #feedbackTest .modal-dialog, #testConfirmModal .modal-dialog,
#autoTestInfoModal .modal-dialog, #feedbackAutoTest .modal-dialog, #autoTestConfirmModal .modal-dialog {
  max-width: none;
  height: 100%;
  z-index: initial;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testInfoModal .modal-dialog .modal-content, #feedbackTest .modal-dialog .modal-content, #testConfirmModal .modal-dialog .modal-content,
#autoTestInfoModal .modal-dialog .modal-content, #feedbackAutoTest .modal-dialog .modal-content, #autoTestConfirmModal .modal-dialog .modal-content {
  width: 40%;
  border-radius: 0.5rem;
}
#testInfoModal .modal-dialog .modal-content .modal-header, #feedbackTest .modal-dialog .modal-content .modal-header, #testConfirmModal .modal-dialog .modal-content .modal-header,
#autoTestInfoModal .modal-dialog .modal-content .modal-header, #feedbackAutoTest .modal-dialog .modal-content .modal-header, #autoTestConfirmModal .modal-dialog .modal-content .modal-header {
  background-color: #242340;
}
#testInfoModal .modal-dialog .modal-content .modal-header .modal-title, #feedbackTest .modal-dialog .modal-content .modal-header .modal-title, #testConfirmModal .modal-dialog .modal-content .modal-header .modal-title,
#autoTestInfoModal .modal-dialog .modal-content .modal-header .modal-title, #feedbackAutoTest .modal-dialog .modal-content .modal-header .modal-title, #autoTestConfirmModal .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  font-family: "font_princ_Bold";
  color: white;
}
#testInfoModal .modal-dialog .modal-content .modal-header .close, #feedbackTest .modal-dialog .modal-content .modal-header .close, #testConfirmModal .modal-dialog .modal-content .modal-header .close,
#autoTestInfoModal .modal-dialog .modal-content .modal-header .close, #feedbackAutoTest .modal-dialog .modal-content .modal-header .close, #autoTestConfirmModal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  margin: 0;
  background: none;
  color: white;
  width: min(max(30px, 2vw), 50px);
  height: min(max(30px, 2vw), 50px);
  font-size: 2.5rem;
  text-shadow: none;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}
#testInfoModal .modal-dialog .modal-content .modal-header .close i, #feedbackTest .modal-dialog .modal-content .modal-header .close i, #testConfirmModal .modal-dialog .modal-content .modal-header .close i,
#autoTestInfoModal .modal-dialog .modal-content .modal-header .close i, #feedbackAutoTest .modal-dialog .modal-content .modal-header .close i, #autoTestConfirmModal .modal-dialog .modal-content .modal-header .close i {
  color: white;
  border: 1.5px solid white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(max(15px, 1.5vw), 35px);
  line-height: normal;
}
#testInfoModal .modal-dialog .modal-content .modal-header .close:hover, #testInfoModal .modal-dialog .modal-content .modal-header .close:active, #testInfoModal .modal-dialog .modal-content .modal-header .close:focus, #feedbackTest .modal-dialog .modal-content .modal-header .close:hover, #feedbackTest .modal-dialog .modal-content .modal-header .close:active, #feedbackTest .modal-dialog .modal-content .modal-header .close:focus, #testConfirmModal .modal-dialog .modal-content .modal-header .close:hover, #testConfirmModal .modal-dialog .modal-content .modal-header .close:active, #testConfirmModal .modal-dialog .modal-content .modal-header .close:focus,
#autoTestInfoModal .modal-dialog .modal-content .modal-header .close:hover,
#autoTestInfoModal .modal-dialog .modal-content .modal-header .close:active,
#autoTestInfoModal .modal-dialog .modal-content .modal-header .close:focus, #feedbackAutoTest .modal-dialog .modal-content .modal-header .close:hover, #feedbackAutoTest .modal-dialog .modal-content .modal-header .close:active, #feedbackAutoTest .modal-dialog .modal-content .modal-header .close:focus, #autoTestConfirmModal .modal-dialog .modal-content .modal-header .close:hover, #autoTestConfirmModal .modal-dialog .modal-content .modal-header .close:active, #autoTestConfirmModal .modal-dialog .modal-content .modal-header .close:focus {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  transform: scale(1.1);
  color: black;
}
#testInfoModal .modal-dialog .modal-content .modal-body, #feedbackTest .modal-dialog .modal-content .modal-body, #testConfirmModal .modal-dialog .modal-content .modal-body,
#autoTestInfoModal .modal-dialog .modal-content .modal-body, #feedbackAutoTest .modal-dialog .modal-content .modal-body, #autoTestConfirmModal .modal-dialog .modal-content .modal-body {
  padding: 1.5rem;
}
#testInfoModal .modal-dialog .modal-content .modal-body p.modal-txt, #feedbackTest .modal-dialog .modal-content .modal-body p.modal-txt, #testConfirmModal .modal-dialog .modal-content .modal-body p.modal-txt,
#autoTestInfoModal .modal-dialog .modal-content .modal-body p.modal-txt, #feedbackAutoTest .modal-dialog .modal-content .modal-body p.modal-txt, #autoTestConfirmModal .modal-dialog .modal-content .modal-body p.modal-txt {
  font-family: "font_princ_Reg";
  font-size: min(max(17px, 1.3vw), 30px);
  line-height: normal;
}
#testInfoModal .modal-dialog .modal-content .modal-body .feedback, #feedbackTest .modal-dialog .modal-content .modal-body .feedback, #testConfirmModal .modal-dialog .modal-content .modal-body .feedback,
#autoTestInfoModal .modal-dialog .modal-content .modal-body .feedback, #feedbackAutoTest .modal-dialog .modal-content .modal-body .feedback, #autoTestConfirmModal .modal-dialog .modal-content .modal-body .feedback {
  font-family: "font_princ_Bold";
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: min(max(15px, 1.2vw), 23px);
  line-height: 110%;
}
#testInfoModal .modal-dialog .modal-content .modal-footer .btn_send, #testInfoModal .modal-dialog .modal-content .modal-footer .btn_cancel, #feedbackTest .modal-dialog .modal-content .modal-footer .btn_send, #feedbackTest .modal-dialog .modal-content .modal-footer .btn_cancel, #testConfirmModal .modal-dialog .modal-content .modal-footer .btn_send, #testConfirmModal .modal-dialog .modal-content .modal-footer .btn_cancel,
#autoTestInfoModal .modal-dialog .modal-content .modal-footer .btn_send,
#autoTestInfoModal .modal-dialog .modal-content .modal-footer .btn_cancel, #feedbackAutoTest .modal-dialog .modal-content .modal-footer .btn_send, #feedbackAutoTest .modal-dialog .modal-content .modal-footer .btn_cancel, #autoTestConfirmModal .modal-dialog .modal-content .modal-footer .btn_send, #autoTestConfirmModal .modal-dialog .modal-content .modal-footer .btn_cancel {
  cursor: pointer;
  background-color: #242340;
  border-radius: 5px;
  color: white;
  padding: 0.5vw 1vw;
  font-size: min(max(19px, 1.5vw), 35px);
  line-height: normal;
}
#testInfoModal .modal-dialog .modal-content .modal-footer .btn_send:hover, #testInfoModal .modal-dialog .modal-content .modal-footer .btn_send:focus, #testInfoModal .modal-dialog .modal-content .modal-footer .btn_cancel:hover, #testInfoModal .modal-dialog .modal-content .modal-footer .btn_cancel:focus, #feedbackTest .modal-dialog .modal-content .modal-footer .btn_send:hover, #feedbackTest .modal-dialog .modal-content .modal-footer .btn_send:focus, #feedbackTest .modal-dialog .modal-content .modal-footer .btn_cancel:hover, #feedbackTest .modal-dialog .modal-content .modal-footer .btn_cancel:focus, #testConfirmModal .modal-dialog .modal-content .modal-footer .btn_send:hover, #testConfirmModal .modal-dialog .modal-content .modal-footer .btn_send:focus, #testConfirmModal .modal-dialog .modal-content .modal-footer .btn_cancel:hover, #testConfirmModal .modal-dialog .modal-content .modal-footer .btn_cancel:focus,
#autoTestInfoModal .modal-dialog .modal-content .modal-footer .btn_send:hover,
#autoTestInfoModal .modal-dialog .modal-content .modal-footer .btn_send:focus,
#autoTestInfoModal .modal-dialog .modal-content .modal-footer .btn_cancel:hover,
#autoTestInfoModal .modal-dialog .modal-content .modal-footer .btn_cancel:focus, #feedbackAutoTest .modal-dialog .modal-content .modal-footer .btn_send:hover, #feedbackAutoTest .modal-dialog .modal-content .modal-footer .btn_send:focus, #feedbackAutoTest .modal-dialog .modal-content .modal-footer .btn_cancel:hover, #feedbackAutoTest .modal-dialog .modal-content .modal-footer .btn_cancel:focus, #autoTestConfirmModal .modal-dialog .modal-content .modal-footer .btn_send:hover, #autoTestConfirmModal .modal-dialog .modal-content .modal-footer .btn_send:focus, #autoTestConfirmModal .modal-dialog .modal-content .modal-footer .btn_cancel:hover, #autoTestConfirmModal .modal-dialog .modal-content .modal-footer .btn_cancel:focus {
  background-color: #2d2e77;
}

#modoLectura header {
  background-color: #242340;
  padding: 15px;
}
#modoLectura header button {
  border: none;
  background-color: transparent;
}
#modoLectura header button img {
  height: 30px;
}
#modoLectura #lecturaContent #lecturaIndex {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 0px;
  border-top: 3px solid #242340;
}
#modoLectura #lecturaContent #lecturaIndex a {
  color: #242340;
  font-family: font_princ_Bold;
}
#modoLectura #lecturaContent .lecturatema {
  border-top: 3px solid #242340;
  padding-top: 15px;
}
#modoLectura #lecturaContent .lecturatema .lecturasubtema {
  padding-left: 15px;
}
#modoLectura #lecturaContent h2 {
  font-family: font_princ_Bold;
}
#modoLectura #lecturaContent h2, #modoLectura #lecturaContent h3 {
  color: #242340;
  text-transform: uppercase;
}
#modoLectura .buttonToIndice {
  position: fixed;
  background-color: transparent;
  width: max(4vw, 30px);
  height: max(4vw, 30px);
  bottom: 1.5vw;
  right: 2vw;
  cursor: pointer;
  opacity: 0;
  z-index: 200;
}
#modoLectura .buttonToIndice img {
  opacity: 0.5;
}
#modoLectura .buttonToIndice i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(2vw, 18px);
  width: 100%;
  height: 100%;
  color: #242340;
  border: 2px solid #242340;
  border-radius: 50%;
  opacity: 0.5;
}
#modoLectura .buttonToIndice i.blanco {
  color: white;
  border-color: white;
}
#modoLectura .buttonToIndice:hover img {
  opacity: 1;
}
#modoLectura .buttonToIndice:hover i {
  opacity: 1;
}
@media (max-width: 767px) {
  #modoLectura .buttonToIndice {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

button {
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
button:focus, button:active, button:hover {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

button.boton {
  position: relative;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  transform: scale(1);
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
button.boton:hover, button.boton:focus, button.boton:active {
  box-shadow: none;
  border: none;
  outline: none;
}
button.boton.size-veryBig {
  width: min(max(80px, 8vw), 160px);
  height: min(max(80px, 8vw), 160px);
}
button.boton.size-Big {
  width: min(max(60px, 6vw), 120px);
  height: min(max(60px, 6vw), 120px);
}
button.boton.size-Med {
  width: min(max(45px, 4.5vw), 90px);
  height: min(max(45px, 4.5vw), 90px);
}
button.boton.size-Small {
  width: min(max(30px, 3vw), 60px);
  height: min(max(30px, 3vw), 60px);
}
button.boton.size-VerySmall {
  width: min(max(20px, 2.2vw), 50px);
  height: min(max(20px, 2.2vw), 50px);
}
button.boton.test {
  background-color: #242340;
  border-radius: 8px;
  color: white;
  padding: 10px 20px;
  font-family: "font_princ_Bold";
}
button.boton.test:hover {
  background-color: #2d2e77;
}
button.boton:hover {
  transform: scale(1.1);
}
button.boton.btn_CloseScorm, button.boton.btn_VolverPag1, button.boton.btn_volverTest, button.boton.closeModal2, button.boton.closeVideo {
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 2px solid white;
  border-radius: 5px;
  z-index: 200;
}
button.boton.btn_CloseScorm i, button.boton.btn_VolverPag1 i, button.boton.btn_volverTest i, button.boton.closeModal2 i, button.boton.closeVideo i {
  color: white;
  font-size: max(16px, 1.15vw);
  line-height: normal;
}
button.boton.closeVideo {
  border-color: #242340;
  background-color: white;
}
button.boton.closeVideo i {
  color: #242340;
}
button.boton.closeModal2 {
  position: relative;
  top: initial;
  right: initial;
}
@media (max-width: 1200px) and (pointer: coarse) {
  button.boton.size-Big, button.boton.size-Small, button.boton.size-VerySmall {
    width: 70px;
    height: 70px;
  }
}

/* ****************************************************************** */
/* ***** CARACTERISTICAS Y TAMAÑO DE LOS TEXTOS (No plantillas) ***** */
/* ****************************************************************** */
h1 {
  font-size: min(max(24px, 2.5vw), 46px);
  line-height: normal;
  margin: 0;
}
h1.txt_Titulo {
  font-size: min(max(35px, 5vw), 90px);
}
h1.txt_grande {
  font-size: min(max(30px, 4vw), 70px);
}
h1.txt_muyGrande {
  font-size: min(max(65px, 8vw), 150px);
}
h1.txt_gigante {
  font-size: min(max(80px, 20vw), 300px);
}

h2 {
  font-size: min(max(24px - 4px, 2.5vw - 0.4vw), 46px - 4px);
  line-height: 110%;
  margin: 0;
}
h2.txt_grande {
  font-size: calc(3.5vw - 0.4vw);
  font-size: 130%;
}
h2.txt_muyGrande {
  font-size: calc(4.5vw - 0.4vw);
}

h3 {
  font-size: min(max(24px - 6px, 2.5vw - 0.6vw), 46px - 6px);
  line-height: 110%;
  margin: 0;
}
h3.txt_grande {
  font-size: calc(3.5vw - 0.6vw);
  font-size: 130%;
}
h3.txt_muyGrande {
  font-size: calc(4.5vw - 0.6vw);
}

h4 {
  font-size: min(max(24px - 8px, 2.5vw - 0.8vw), 46px - 8px);
  line-height: 110%;
  margin: 0;
}
h4.txt_grande {
  font-size: calc(3.5vw - 0.8vw);
  font-size: 130%;
}
h4.txt_muyGrande {
  font-size: calc(4.5vw - 0.8vw);
}

h5 {
  font-size: min(max(24px - 10px, 2.5vw - 1vw), 46px - 10px);
  line-height: 110%;
  margin: 0;
}
h5.txt_grande {
  font-size: calc(3.5vw - 1vw);
  font-size: 130%;
}
h5.txt_muyGrande {
  font-size: calc(4.5vw - 1vw);
}

h6 {
  font-size: min(max(24px - 12px, 2.5vw - 1.2vw), 46px - 12px);
  line-height: 110%;
  margin: 0;
}
h6.txt_grande {
  font-size: calc(3.5vw - 1.2vw);
  font-size: 130%;
}
h6.txt_muyGrande {
  font-size: calc(4.5vw - 1.2vw);
}

p,
ul,
li,
a,
span {
  font-size: min(max(15px, 1.2vw), 23px);
  line-height: normal;
}
p.txt_grande,
ul.txt_grande,
li.txt_grande,
a.txt_grande,
span.txt_grande {
  font-size: 150%;
}
p.txt_muyGrande,
ul.txt_muyGrande,
li.txt_muyGrande,
a.txt_muyGrande,
span.txt_muyGrande {
  font-size: 200%;
}
p li,
ul li,
li li,
a li,
span li {
  margin: max(10px, 1vw) 0;
}

span {
  font-size: inherit;
}

.txt_Mayus {
  text-transform: uppercase;
}

.txt_fina {
  font-family: "font_princ_Light";
}

.txt_regular {
  font-family: "font_princ_Reg";
}

.txt_negrita {
  font-family: "font_princ_Bold";
}

.txt_Blanco {
  color: white !important;
}

.txt_Negro {
  color: black;
}

.txt_Color1 {
  color: #242340 !important;
}

.txt_Color2 {
  color: #2d2e77 !important;
}

.txt_Color3 {
  color: white !important;
}

.txt_Color4 {
  color: #222222 !important;
}

.no_Select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ********************************************************* */
/* ***********************  TOOLTIP  *********************** */
/* ********************************************************* */
.tooltip {
  z-index: 2001;
}

.tooltip-inner {
  font-size: min(max(12px, 1.1vw), 22px);
  line-height: 110%;
  background-color: var(--color_Tooltip);
  color: #242340;
  max-width: 250px;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: var(--color_Tooltip);
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--color_Tooltip);
}

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: var(--color_Tooltip);
}

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: var(--color_Tooltip);
}

.tooltip {
  margin: 0.2vw;
}

body {
  background-color: #242340;
}

.courseContent {
  width: 100vw;
  overflow: hidden;
  font-family: "font_princ_Light";
}
.courseContent section.pagina {
  width: 100%;
  min-height: 100vh;
}
.courseContent section.pagina .cabecera {
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  background-image: url(../imgs/img_header_Home.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: animarFondo 30s infinite alternate;
}
.courseContent section.pagina .cabecera::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #242340 20%, rgba(36, 35, 64, 0.2));
}
.courseContent section.pagina .cabecera .cont_Cabecera {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: var(--mt4);
  padding-bottom: var(--mt2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.courseContent section.pagina .cabecera .cont_Cabecera .logoImg {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: max(22vw, 250px);
  height: auto;
  overflow: hidden;
}
.courseContent section.pagina .cabecera .cont_Cabecera .logoImg img {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
}
.courseContent section.pagina .cabecera .cont_Cabecera .txt_Titulo {
  width: 60%;
  font-family: "font_princ_Light";
  font-size: min(max(40px, 6.5vw), 110px);
  line-height: 105%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-bottom: max(100px, 4vw);
}
.courseContent section.pagina .cabecera .cont_Cabecera .btn_CloseScorm {
  top: var(--mt4);
  right: var(--mt4);
}
.courseContent section.pagina .cabecera .cont_Cabecera .contGif {
  width: auto;
  height: max(50px, 4vw);
}
.courseContent section.pagina .cabecera .cont_Cabecera .contGif img {
  height: 100%;
  width: auto;
}
.courseContent section.pagina .Modulos {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-width: 900px;
  min-height: 505px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../imgs/img_Mod_Home.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.courseContent section.pagina .Modulos::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #242340 10%, rgba(45, 46, 119, 0.75));
}
.courseContent section.pagina .Modulos .cont_Modulos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod {
  position: relative;
  display: block;
  width: 31.5%;
  border-radius: var(--mt1);
  overflow: hidden;
  cursor: pointer;
  margin-right: auto;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod .btnImgMod {
  width: 100%;
  height: auto;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod .btnImgMod img {
  width: 100%;
  height: auto;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod .btnImgMod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 1s ease;
  background-color: rgba(36, 35, 64, 0.5);
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod .cont_btnMod {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--mt1-5) var(--mt2);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: initial;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod .cont_btnMod .numMod {
  font-family: "font_princ_Bold";
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod .cont_btnMod .txt_btnMod {
  width: 75%;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod:hover .btnImgMod::before {
  background-color: rgba(255, 255, 255, 0.7);
  /*                                 filter: saturate(2) contrast(2);
                                  mix-blend-mode: plus-lighter; */
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod:hover .cont_btnMod {
  color: #242340;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod:nth-child(1) {
  margin-bottom: var(--mt2);
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod:nth-child(2) {
  margin-bottom: var(--mt2);
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod:nth-child(3) {
  margin-bottom: var(--mt2);
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod:last-child {
  margin-right: 0;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod:last-child .cont_btnMod .txt_btnMod {
  width: 100%;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod.no_Interactivo {
  cursor: initial;
  pointer-events: none;
  margin-right: 0;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod.no_Interactivo .btnImgMod {
  pointer-events: none;
  opacity: 0;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod.no_Interactivo .cont_btnMod {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod.no_Interactivo .cont_btnMod .iconImg {
  width: 35%;
  height: auto;
  margin-bottom: var(--mt1);
}
.courseContent section.pagina .Modulos .cont_Modulos .btn_Mod.no_Interactivo .cont_btnMod .txt_btnMod {
  width: 100%;
}
.courseContent section.pagina footer.pie_Pag {
  position: relative;
  width: 100vw;
  min-width: 900px;
  height: 60vh;
  background-image: url(../imgs/img_footer_Home.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.courseContent section.pagina footer.pie_Pag::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.courseContent section.pagina footer.pie_Pag .cont_footer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 1;
}
.courseContent section.pagina footer.pie_Pag .cont_footer .contImg {
  width: 55%;
  height: auto;
  margin-left: -3%;
  /* margin-top: -5%; */
  overflow: hidden;
}
.courseContent section.pagina footer.pie_Pag .cont_footer .contImg img {
  width: 100%;
  height: auto;
}
.courseContent section.pagina footer.pie_Pag .cont_footer .cont_Test {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.courseContent section.pagina footer.pie_Pag .cont_footer .cont_Test .iconImg {
  width: 30%;
  margin-bottom: var(--mt1);
}
.courseContent section.pagina footer.pie_Pag .cont_footer .cont_Test button.test {
  pointer-events: initial;
}
.courseContent section.pagina footer.pie_Pag .franjaAzul {
  width: 100%;
  height: var(--mt1-5);
  background-color: #242340;
  z-index: 2;
  margin-top: -1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.courseContent section.pagina.pag_Modulos {
  display: none;
}
.courseContent section.pagina.pag_Modulos .cabecera {
  height: auto;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera {
  justify-content: flex-start;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera h1.txt_grande {
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera h1.txt_gigante {
  position: absolute;
  top: 0;
  right: var(--mt4);
  -webkit-text-stroke: 1px white;
  font-family: "font_princ_Bold";
  line-height: 110%;
  color: transparent;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .logoImg {
  top: 1vw;
  left: 1vw;
  width: max(14vw, 150px);
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3% auto -8%;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source {
  position: relative;
  display: block;
  width: 45%;
  cursor: pointer;
  margin: var(--mt1);
  border-radius: var(--mt1);
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source .btnImgMod {
  width: 100%;
  height: auto;
  border-radius: var(--mt1);
  overflow: hidden;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source .btnImgMod img {
  width: 100%;
  height: auto;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source .btnImgMod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--mt1);
  transition: background-color 1s ease;
  background-color: rgba(36, 35, 64, 0.5);
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source .cont_btnSource {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--mt1-5) var(--mt2);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: initial;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source .cont_btnSource .iconImg {
  width: 24%;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source .cont_btnSource .txt_btnSource {
  width: 90%;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source:hover {
  /*                                 .checkMark{
                                      border-color: $primary_color;
                                      color: $primary_color;
                                  } */
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source:hover .btnImgMod::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source:hover .cont_btnSource {
  color: #242340;
}
.courseContent section.pagina.pag_Modulos .cabecera .cont_Cabecera .content_Sources .btn_Source:hover .cont_btnSource .iconImg {
  filter: invert(0.9);
}
.courseContent section.pagina.pag_Modulos footer.pie_Pag {
  height: 75vh;
}
.courseContent section.pagina.pag_Modulos footer.pie_Pag .cont_footer .contImg {
  order: 2;
}
.courseContent section.pagina.pag_Modulos footer.pie_Pag .cont_footer .cont_Test {
  order: 1;
  margin-left: auto;
}
.courseContent section.pagina.pag_Modulos footer.pie_Pag .cont_footer .cont_Test .iconImg {
  margin-left: 2vw;
}
.courseContent section.pagina[data-pag_mod="1"] .cabecera {
  background-image: url(../imgs/img_header_Mod1.png);
}
.courseContent section.pagina[data-pag_mod="1"] footer.pie_Pag {
  background-image: url(../imgs/img_footer_Mod1.png);
}
.courseContent section.pagina[data-pag_mod="2"] .cabecera {
  background-image: url(../imgs/img_header_Mod2.png);
}
.courseContent section.pagina[data-pag_mod="2"] footer.pie_Pag {
  background-image: url(../imgs/img_footer_Mod2.png);
}
.courseContent section.pagina[data-pag_mod="3"] .cabecera {
  background-image: url(../imgs/img_header_Mod3.png);
}
.courseContent section.pagina[data-pag_mod="3"] footer.pie_Pag {
  background-image: url(../imgs/img_footer_Mod3.png);
}
.courseContent section.pagina[data-pag_mod="4"] .cabecera {
  background-image: url(../imgs/img_header_Mod4.png);
}
.courseContent section.pagina[data-pag_mod="4"] footer.pie_Pag {
  background-image: url(../imgs/img_footer_Mod4.png);
}
.courseContent section.pagina[data-pag_mod="5"] .cabecera {
  background-image: url(../imgs/img_header_Mod5.png);
}
.courseContent section.pagina[data-pag_mod="5"] footer.pie_Pag {
  background-image: url(../imgs/img_footer_Mod5.png);
}

@keyframes animarFondo {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}/*# sourceMappingURL=style.css.map */