/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
#header {
  box-sizing: border-box;
  background: #f58726;
  color: #fff;
  padding: 0.1px 0; }
  #header:after {
    display: table;
    content: "";
    clear: both; }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 0; }

.header__logo {
  display: block;
  max-width: 200px; }

.header__poster {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px; }

.poster__title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.15;
  margin-top: 40px; }
  .poster__title em {
    font-style: normal;
    font-size: 60px;
    line-height: 1; }

.header__nav {
  justify-self: flex-end;
  position: relative;
  z-index: 100; }
  .header__nav li {
    color: #fff;
    list-style: none;
    font-size: 12px;
    padding: 5px 0; }
  .header__nav .menu {
    display: flex;
    flex-direction: row; }
  .header__nav .menu > .menu-item {
    margin: 0 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .header__nav .menu > .menu-item > a:not(.btn) {
    color: #fff; }
  .header__nav .sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: 200px;
    left: 0;
    top: 100%;
    background: #fff;
    display: none;
    border-radius: 6px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999; }
    .header__nav .sub-menu .sub-menu {
      top: 0;
      left: 100%; }
  .header__nav .menu > .menu-item.left-sub-menu .sub-menu .sub-menu {
    left: initial;
    right: 100%; }
  .header__nav .menu > .menu-item.left-sub-menu:nth-last-child(1) a {
    border-right: none; }
  .header__nav .sub-menu a {
    padding: 10px;
    color: #f58726; }
  .header__nav .menu-item:hover > .sub-menu {
    display: block; }
  .header__nav .btn-container {
    padding: 0; }
  .header__nav .btn {
    font-size: 1em;
    background: #fff;
    color: #c60a2b;
    border-radius: 100px;
    padding: 5px 15px; }

.header__menu__icon {
  display: none; }

@media (max-width: 768px) {
  /* menu icon */
  .header__wrapper {
    position: relative; }

  .header__menu__icon {
    display: block;
    color: #fff;
    cursor: pointer; }
    .header__menu__icon i, .header__menu__icon i:hover {
      color: #fff; }
    .header__menu__icon .do-close {
      display: none; }
    .header__menu__icon.is-active .do-open {
      display: none; }
    .header__menu__icon.is-active .do-close {
      display: block; }

  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    display: none; }
    .header__nav.is-active {
      display: block; }
    .header__nav .menu {
      margin: 0;
      padding: 1px 0;
      flex-direction: column; }
    .header__nav .menu > .menu-item,
    .header__nav .menu .menu-item {
      border-top: 1px solid #f58726;
      margin: 0; }
    .header__nav .menu > .menu-item:first-of-type {
      border-top: none; }
    .header__nav .menu > .menu-item > a:not(.btn),
    .header__nav .menu a {
      color: #f58726;
      padding: 5px 10px;
      display: block; }
    .header__nav .sub-menu {
      display: block;
      position: static;
      border-radius: 0;
      box-shadow: none;
      margin: 0;
      padding: 0; }
      .header__nav .sub-menu li {
        padding-left: 20px; }
      .header__nav .sub-menu li:hover {
        background: white !important;
        border-left: none !important;
        border-right: none !important; } }
#home-slider {
  margin: 20px 0;
  position: relative;
  z-index: 1; }
  #home-slider img {
    width: 100%; }
  #home-slider .flex-control-nav {
    bottom: 20px;
    z-index: 5; }
  #home-slider .flex-control-paging li a {
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none; }
  #home-slider .flex-control-paging li a.flex-active {
    background: #fff; }

.header__breadcrumbs {
  padding-top: 20px;
  font-size: .8em;
  color: #e6e6e6; }
  .header__breadcrumbs .wrapper {
    max-width: 600px; }
  .header__breadcrumbs a {
    color: #fff; }

/* Featured Block:
 * ----------------
 * Los tres bloques que aparecen justo debajo de slider en Home. */
.featured__block {
  min-height: 600px;
  background: #c77157;
  color: #fff;
  position: relative; }
  .featured__block a:hover {
    text-decoration: none; }
  .featured__block .featured__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }
  .featured__block .featured__title {
    background: transparent;
    color: #fff;
    padding: 20px;
    font-size: 4em;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.1; }
  .featured__block:nth-child(2) .featured__content {
    align-items: center; }
  .featured__block:nth-child(2) .featured__title {
    background: transparent;
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px; }
  .featured__block:nth-child(2) .featured__description {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }
  .featured__block:nth-child(3) .featured__title {
    background: transparent; }

#feed_image {
  background-position: center;
  background-size: cover; }

/* Video Block:
 * -------------
 * Bloque de video, viene debajo de los tres Featured Blocks. */
.video__block {
  background: #c789bd;
  color: #fff; }
  .video__block a, .video__block a:hover {
    text-decoration: none;
    color: #fff; }
  .video__block .video__content {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 128px; }

/* Highlights Block:
 * ------------------
 * Destacados Preunab. Debajo de Video Block. */
.hl__block {
  background: #fff; }
  .hl__block:nth-child(1) {
    background: #f58726; }
  .hl__block .hl__header {
    color: #fff;
    font-size: 3em;
    line-height: 1.1;
    text-transform: uppercase; }
  .hl__block .hl__content {
    min-height: 400px;
    padding: 30px 20px; }

@media (max-width: 768px) {
  .hl__block .hl__content {
    min-height: auto; } }
/* Highlight Posts:
 * -----------------
 * Forma parte de Highlight Blocks. Son los tres posts destacados */
.hl__post {
  display: flex;
  flex-direction: column;
  padding: 0; }
  .hl__post:nth-child(even) {
    flex-direction: column-reverse; }
  .hl__post .post__title {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 30px; }
  .hl__post .post__thumbnail {
    flex: 2;
    background-size: cover;
    background-position: center; }

@media (max-width: 768px) {
  .hl__post {
    min-height: 400px; } }
@media (max-width: 425px) {
  .hl__post:nth-child(even) {
    flex-direction: column; } }
/* Why Block:
 * ------------
 * Bloque Porque PREUNAB */
.why__block {
  background: #5792c7; }
  .why__block .why__header {
    color: #fff;
    font-size: 60px;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center; }
  .why__block .why__content {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    flex-wrap: wrap; }
  .why__block .why__widget {
    width: 150px;
    height: 150px;
    margin: 0 10px 20px 10px;
    background: #fff;
    border-radius: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .why__block .why__widget i[class^=fa] {
      font-size: 42px;
      display: block; }
  .why__block .widget__label {
    margin-top: 0;
    font-size: 18px; }
    .why__block .widget__label em {
      font-size: 30px;
      font-style: normal;
      line-height: 1;
      display: block; }
    .why__block .widget__label .btn {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      background: #a50c78;
      padding: 5px 15px;
      border-radius: 500px; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.overlay-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 320px;
  margin: 20px auto; }

#acceso {
  border-radius: 30px;
  background: rgba(1, 9, 92, 0.91);
  color: white;
  padding-top: 40px; }
  #acceso label, #acceso .error, #acceso p {
    font-size: 14px; }
  #acceso .mfp-close {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #000;
    font-size: 32px;
    background: #fff;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    opacity: 1; }
  #acceso .login-username label,
  #acceso .login-password label {
    display: block; }
  #acceso .login-username input,
  #acceso .login-password input {
    width: 100%; }
  #acceso .login-submit {
    margin-bottom: 30px; }
  #acceso .lost-password {
    margin-top: -55px;
    margin-left: 120px;
    margin-bottom: 30px; }
    #acceso .lost-password a {
      color: #fff; }
  #acceso #wp-submit {
    background: #fff;
    border-radius: 30px;
    color: #c60a2b;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 25px; }
  #acceso .error {
    margin-bottom: 10px;
    color: #ff3340; }

.custom-page-login .type-page {
  background: #dedede;
  padding: 40px 0; }
.custom-page-login .page-content {
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 25px; }
.custom-page-login form {
  width: 100%;
  max-width: 280px;
  margin: 10px auto; }
.custom-page-login .error {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 280px;
  background: #dc3545;
  border: 1px solid #c41230;
  color: #f4f4f4;
  padding: 10px;
  border-radius: 3px; }
  .custom-page-login .error strong, .custom-page-login .error b {
    color: #fff; }
.custom-page-login .lost-password {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px; }
.custom-page-login .login-username label,
.custom-page-login .login-password label {
  display: block;
  font-weight: bold;
  color: #333;
  text-shadow: 0px 0px 0px #333; }
.custom-page-login .login-username input,
.custom-page-login .login-password input {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow; }
.custom-page-login .login-submit {
  text-align: right; }
.custom-page-login #wp-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
  color: #fff; }
  @media (max-width: 700px) {
    .custom-page-login #wp-submit {
      width: 100%; } }

/* Bottom Nav:
 * ----------------
 * Navegacion que aparece justo antes del footer. */
.bottom__nav {
  background: #303742;
  padding: 0.1px 0; }
  .bottom__nav .menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .bottom__nav .menu-item {
    margin: 0; }
  .bottom__nav .menu-item a {
    display: block;
    padding: 25px 15px;
    color: #fff;
    font-size: 20px; }
    .bottom__nav .menu-item a:hover {
      background: #1b1e24;
      text-decoration: none; }

@media (max-width: 425px) {
  .bottom__nav .menu {
    display: flex;
    flex-direction: column;
    align-items: center; } }
#footer {
  background: #171e2b;
  padding: 30px 0;
  color: #a4b2cb; }
  #footer .left-sep {
    border-left: 1px solid #253762; }

.footer__block {
  padding-top: 30px;
  padding-bottom: 30px; }

.footer__nav .menu {
  margin: 0;
  padding: 0; }
.footer__nav li {
  list-style: none;
  margin: 0 0 5px 0; }
.footer__nav a {
  color: #f5f7f9; }

.footer__address {
  line-height: 1.7; }
  .footer__address .phone {
    font-weight: bold;
    color: #b4c0d4; }

.footer_hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top-color: #253762; }

.footer__legal {
  font-size: 0.8em; }

.social__block {
  padding-top: 10px; }

.social__item .fa-stack {
  font-size: 22px; }
.social__item .fa-circle {
  color: #fff; }
.social__item .fa-inverse {
  color: #171e2b; }

.logos__nav .logo__item {
  display: inline-block; }

#welcome {
  position: absolute;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 99999;
  max-height: 32px; }
  #welcome .hi {
    background: #661715;
    padding: 5px 15px; }
  #welcome .bye {
    padding: 5px 10px; }
    #welcome .bye a, #welcome .bye a:hover {
      color: #fff; }

.page-content, .post-content {
  padding-top: 60px; }

.single.single-clases .page-content {
  padding-top: 10px; }
.single.single-clases h2:first-of-type + ol {
  padding-left: 0;
  list-style-position: inside; }
  .single.single-clases h2:first-of-type + ol li {
    padding: 8px 10px;
    border: 1px solid #dedede;
    margin-bottom: 4px;
    border-radius: 6px; }
  .single.single-clases h2:first-of-type + ol a {
    display: inline-block;
    margin-left: 5px;
    transition: .3s; }
    .single.single-clases h2:first-of-type + ol a:hover {
      transform: translateX(5px);
      color: #c41230;
      text-decoration: none; }

.btn-danger.modal-more {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px; }

#autoevaluacion-clase h2, #ejercicios-clase h2 {
  font-size: 20px;
  font-weight: bold; }
#autoevaluacion-clase .btn.btn-default, #ejercicios-clase .btn.btn-default {
  border: 1px solid #dedede;
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 5px;
  background: #fff;
  font-size: 16px;
  transition: .3s; }
  #autoevaluacion-clase .btn.btn-default:hover, #ejercicios-clase .btn.btn-default:hover {
    background: #c41230;
    color: #fff;
    text-decoration: none; }

/*# sourceMappingURL=preunab.css.map */
