.ui-dialog{
  position: fixed !important;
}

#countdown_wp i {
  font-weight: bold;
}

input[type=checkbox], input[type=radio] {
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .mt-movil {
    margin-top: 4rem !important;
  }
}

@media (max-width: 770px) {
  .container {
    max-width: none !important;
  }
}

/* ======== NO PREMIUM (antes era @if...) ======== */
.test-examen.is-free #countdown_wp i {
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
}

@media (min-width: 590px) {
  .test-examen.is-free #countdown_wp{
    margin-top: -15px;
    white-space: nowrap;
  }
}

.test-examen.is-free .pe-7s-stopwatch{
  color: gray !important;
}

@media (max-width: 590px) {
  .test-examen.is-free .pe-7s-stopwatch {
    font-size: 40px !important;
  }
}

@media (max-width: 427px) {
  .test-examen.is-free .countdown {
    left: -7px;
    position: absolute;
  }
}

.test-examen.is-free .countdown {
  text-wrap-mode: nowrap;
}

@media (max-width: 482px) {
  .test-examen.is-free #hero_in {
    height: 400px !important;
  }
}

/* ======== PREMIUM ======== */
@media (max-width: 482px) {
  .test-examen.is-premium #hero_in {
    height: 250px !important;
  }
}

.iconbutton{
  font-size: 15px;
}


.seo-extra-content {
    border-top: 1px solid #eee;
}

.seo-extra-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

