.wrapper-pildora {
  font-size: 16px;
  position: relative
}

.wrapper-pildora h1, 
.wrapper-pildora h2, 
.wrapper-pildora h3, 
.wrapper-pildora h4, 
.wrapper-pildora h5, 
.wrapper-pildora h6 {
  color: #0072c0;
  font-weight: 600
}

.wrapper-pildora .title-pildora {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dededf;
  padding-bottom: 12px
}

@media screen and (min-width: 40em) {
  .wrapper-pildora h2 {
    font-size: 33px
  }

  .wrapper-pildora h3 {
    font-size: 26px;
    margin-top: 35px
  }

  .wrapper-pildora h4 {
    font-size: 22px;
    margin-top: 25px
  }

  .wrapper-pildora h5 {
    font-size: 18px;
    font-weight: bold
  }

  .wrapper-pildora h6 {
    font-size: 16px;
    font-weight: bold
  }
}

.termino.tooltip {
  background-color: transparent;
  color: #222;
  font-size: inherit;
  padding: 0;
  position: inherit;
  z-index: inherit;
  top: inherit;
  max-width: none;
  border-radius: 0;
  display: inline-block;
  border-bottom: 1px dotted #999;
  cursor: help
}

.termino.tooltip:before {
  display: none
}

#tooltip {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 30000;
  color: #fff;
  position: absolute;
  border-radius: 2px;
  width: 340px;
  background-color: #2c2d32;
  background-color: rgba(9, 9, 9, .9);
  line-height: 1.55em;
  word-wrap: break-word;
  padding: 23px 28px 28px;
  font: 13px/21px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif
}

/* videos */
.wrapper-pildora .iconlauncherVideo span {
  display: inline-block;
  line-height: 19px;
  background-color: rgba(0, 0, 0, 0.66);
  padding: 6px 10px;
  width: 140%;
  margin-left: -20%;
  font-weight: 600;
  font-size: 14px
}

.wrapper-pildora .launcherVideo {
  width: 100%;
  max-width: 100%;
  min-height: initial;
  margin: 15px 0 29px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 5px
}

.wrapper-pildora 
::-webkit-media-controls-enclosure {
  overflow: hidden
}

.wrapper-pildora 
::-webkit-media-controls-panel {
  width: calc(100% + 60px);
  position: relative
}

.wrapper-pildora 
::-webkit-media-controls-toggle-closed-captions-button {
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 9999
}

.wrapper-pildora 
::-webkit-media-controls-fullscreen-button {
  margin-right: 60px
}

.actividadPractica, .recDialogo, .recRelacionar, .recAdivinanza, .recCompletar, 
.recDictado, .recOrdenarPalabras, .recOrdenarLetras, .recTest, .recCrucigrama, .recSopa, 
.recPresentacion, .recMapa, .recVideoquiz, .recRelacionaColumnas, .recRelacionaMosaico {
  display: none
}
/*
.nuevapagina {
  line-height: 0;
  margin: 0;
}*/

/* Estilos cajas */
.ejemplo *:last-child,
.ortografia *:last-child,
.vocabulario *:last-child,
.gramatica *:last-child,
.legislacion *:last-child,
.proceso *:last-child,
.resumen *:last-child,
.recuerda *:last-child,
.novedad *:last-child,
.enlaces *:last-child,
.cita *:last-child,
.calculo *:last-child,
.objetivo *:last-child,
.sugerencia *:last-child,
.marcoLegal *:last-child,
.saberMas *:last-child,
.importante *:last-child,
.noticias *:last-child,
.descarga *:last-child,
.truco *:last-child,
.VersionAnterior *:last-child,
.anotacion *:last-child,
.Obligatorio *:last-child {
  margin-bottom: 0;
}
.ejemplo,
.ortografia,
.vocabulario,
.gramatica,
.legislacion,
.proceso,
.resumen,
.recuerda,
.novedad,
.enlaces,
.cita,
.calculo,
.objetivo,
.sugerencia,
.marcoLegal,
.saberMas,
.importante,
.noticias,
.descarga,
.truco,
.VersionAnterior,
.anotacion,
.Obligatorio {
  background-color: #e4f4ff;
  padding: 25px;
  width: calc(100% + 12px);
  margin: 15px -6px 35px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  min-height: 114px;
}
.ejemplo::after,
.ortografia::after,
.vocabulario::after,
.gramatica::after,
.legislacion::after,
.proceso::after,
.resumen::after,
.recuerda::after,
.novedad::after,
.enlaces::after,
.cita::after,
.calculo::after,
.objetivo::after,
.sugerencia::after,
.marcoLegal::after,
.saberMas::after,
.importante::after,
.noticias::after,
.descarga::after,
.truco::after,
.VersionAnterior::after,
.anotacion::after,
.Obligatorio::after {
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  content: " ";
  left: -8px;
  top: -8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.06;
}
.resumen::after,
.Obligatorio::after,
.importante::after {
  width: 190px;
  height: 190px;
  left: -40px;
  top: -40px;
}
.ejemplo::after {
  background-image: url("../imgInteractive/iEjemplo.svg");
}
.ortografia::after {
  background-image: url("../imgInteractive/iOrtografia.svg");
}
.vocabulario::after {
  background-image: url("../imgInteractive/iVocabulario.svg");
}
.gramatica::after {
  background-image: url("../imgInteractive/iGramatica.svg");
}
.legislacion::after {
  background-image: url("../imgInteractive/iLegislacion.svg");
}
.proceso::after {
  background-image: url("../imgInteractive/iProceso.svg");
}
.resumen::after {
  background-image: url("../imgInteractive/iResumen.svg");
}
.novedad::after {
  background-image: url("../imgInteractive/iNovedad.svg");
}
.enlaces::after {
  background-image: url("../imgInteractive/iEnlaces.svg");
}
.cita::after {
  background-image: url("../imgInteractive/iCita.svg");
}
.calculo::after {
  background-image: url("../imgInteractive/iCalculo.svg");
}
.objetivo::after {
  background-image: url("../imgInteractive/iObjetivo.svg");
}
.sugerencia::after {
  background-image: url("../imgInteractive/iSugerencia.svg");
}
.marcoLegal::after {
  background-image: url("../imgInteractive/iMarcoLegal.svg");
}
.saberMas::after {
  background-image: url("../imgInteractive/iSaberMas.svg");
}
.importante::after {
  background-image: url("../imgInteractive/iImportante.svg");
}
.noticias::after {
  background-image: url("../imgInteractive/iNoticias.svg");
}
.descarga::after {
  background-image: url("../imgInteractive/iDescarga.svg");
}
.truco::after {
  background-image: url("../imgInteractive/iTruco.svg");
}
.VersionAnterior::after {
  background-image: url("../imgInteractive/iVersionAnterior.svg");
}
.anotacion::after {
  background-image: url("../imgInteractive/iAnotacion.svg");
}
.Obligatorio::after {
  background-image: url("../imgInteractive/iObligatorio.svg");
}
.objetivo,
.importante,
.recuerda,
.resumen,
.Obligatorio {
  background-color: #e4f4ff;
  min-height: 90px;
}
.recuerda {
  overflow: inherit;
}
.recuerda {
  padding: 66px 25px 25px;
}
.recuerda::after {
  background-image: none;
  background-color: #0073c0;
  content: "Recuerda";
  color: #fff;
  width: auto;
  height: 42px;
  line-height: 44px;
  text-transform: uppercase;
  padding: 0 19px;
  left: -8px;
  top: 12px;
  opacity: 1;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.objetivo {
  border: 2px dotted #0073c0;
}
.objetivo:after {
  animation: roll-in-left 1s ease-out both;
}
@media screen and (min-width: 840px) {
  .ejemplo::after,
  .ortografia::after,
  .vocabulario::after,
  .gramatica::after,
  .legislacion::after,
  .proceso::after,
  .resumen::after,
  .recuerda::after,
  .novedad::after,
  .enlaces::after,
  .cita::after,
  .calculo::after,
  .objetivo::after,
  .sugerencia::after,
  .marcoLegal::after,
  .saberMas::after,
  .importante::after,
  .noticias::after,
  .descarga::after,
  .truco::after,
  .VersionAnterior::after,
  .anotacion::after,
  .Obligatorio::after {
    width: 60px;
    height: 60px;
    left: 27px;
    top: 27px;
    opacity: 1;
  }
  .resumen::after,
  .importante::after,
  .Obligatorio::after {
    width: 80px;
    height: 80px;
    left: -8px;
    top: -8px;
  }
  .ejemplo,
  .ortografia,
  .vocabulario,
  .gramatica,
  .legislacion,
  .proceso,
  .resumen,
  .recuerda,
  .novedad,
  .enlaces,
  .cita,
  .calculo,
  .objetivo,
  .sugerencia,
  .marcoLegal,
  .saberMas,
  .importante,
  .noticias,
  .descarga,
  .truco,
  .VersionAnterior,
  .anotacion,
  .Obligatorio {
    margin-bottom: 57px;
    padding-left: 120px;
    width: calc(100% + (17px *2));
    margin: 15px -17px 35px;
    min-height: 112px;
  }
  .recuerda {
    padding: 88px 25px 25px 50px;
  }
  .recuerda::after {
    width: auto;
    height: 47px;
    left: -19px;
    top: 22px;
    line-height: 50px;
    opacity: 1;
  }
}