/*======================================================================*
*
* Desarrollo Web
* Copyright 2020
*
*======================================================================*/
/*======================================================================*
Nucleo //
*======================================================================*/
@media (min-width: 320px) {
  .noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .noMargin {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  a,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  p,
  span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; } }

@media (min-width: 320px) {
  .containerPanel {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 576px) {
  .containerPanel {
    max-width: 100%; } }

@media (min-width: 768px) {
  .containerPanel {
    max-width: 100%; } }

@media (min-width: 992px) {
  .containerPanel {
    max-width: 100%; } }

@media (min-width: 1366px) {
  .containerPanel {
    max-width: 100%; } }

@media (min-width: 1600px) {
  .containerPanel {
    max-width: 1450px; } }

/*======================================================================*
Secciones Generales //
*======================================================================*/
/*======================================================================*
    Header
*======================================================================*/
@media (min-width: 320px) {
  .header-md {
    position: fixed;
    z-index: 999;
    margin-top: -200px;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; } }

@media (min-width: 320px) {
  .iconHome-md {
    height: 40px; }
    .iconHome-md img {
      height: 100%;
      vertical-align: top; } }

@media (min-width: 320px) {
  .wrapper-header-md {
    float: left;
    position: relative;
    width: 100%; } }

@media (min-width: 320px) {
  .wrapper-header-md nav {
    font-family: 'SegoeUI', serif;
    padding-left: 30px;
    min-height: 60px;
    -webkit-box-shadow: 0 4px 29px -11px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 29px -11px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 29px -11px rgba(0, 0, 0, 0.25); } }

@media (min-width: 992px) {
  .wrapper-header-md nav {
    padding: 0 0 0 30px; } }

@media (min-width: 320px) {
  .wrapper-header-md nav .navbar-nav {
    letter-spacing: 0.5px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .wrapper-header-md nav .navbar-nav {
    margin-bottom: 50px;
    margin-top: 20px; } }

@media (min-width: 992px) {
  .wrapper-header-md nav .navbar-nav {
    margin: 0; } }

@media (min-width: 320px) {
  .wrapper-header-md nav a.nav-link {
    color: #8A8B8A !important;
    font-size: 12px !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    padding: 20px 0; }
    .wrapper-header-md nav a.nav-link::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 0;
      height: 1px;
      background: rgba(46, 117, 182, 0.7);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .wrapper-header-md nav a.nav-link:hover {
      color: #2E75B6 !important; }
      .wrapper-header-md nav a.nav-link:hover::after {
        width: 100%; } }

@media (min-width: 768px) {
  .wrapper-header-md nav a.nav-link {
    padding: 50px 0 0; } }

@media (min-width: 992px) {
  .wrapper-header-md nav a.nav-link {
    text-align: left;
    padding: 0.5rem 1rem; } }

@media (min-width: 320px) {
  .login-md {
    position: relative;
    width: auto; } }

@media (min-width: 768px) {
  .login-md {
    padding: 0 30%;
    display: none; } }

@media (min-width: 992px) {
  .login-md {
    padding: 0;
    display: block; } }

@media (min-width: 320px) {
  .ingresar-md {
    min-width: 100%;
    padding: 0 10px;
    height: 60px;
    background: #fff;
    position: relative;
    color: #2E75B6;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #2E75B6; } }

@media (min-width: 768px) {
  .ingresar-md {
    float: left; } }

@media (min-width: 992px) {
  .ingresar-md {
    min-width: 132px;
    border-top: none; } }

@media (min-width: 320px) {
  .ingresar-md:hover {
    text-decoration: none;
    color: #2E75B6;
    background: #fff; } }

@media (min-width: 320px) {
  .ingresar-md .imgIngresar-md {
    position: relative;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 6px; }
    .ingresar-md .imgIngresar-md img {
      width: 100%;
      vertical-align: top; } }

@media (min-width: 320px) {
  .inscribirme-md {
    min-width: 100%;
    padding: 0 10px;
    height: 60px;
    background: #2E75B6;
    position: relative;
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 768px) {
  .inscribirme-md {
    float: left; } }

@media (min-width: 992px) {
  .inscribirme-md {
    min-width: 132px; } }

@media (min-width: 320px) {
  .inscribirme-md:hover {
    text-decoration: none;
    color: #fff;
    background: #2E75B6; } }

@media (min-width: 320px) {
  .tablet-login-md {
    display: none; } }

@media (min-width: 768px) {
  .tablet-login-md {
    display: block;
    position: absolute;
    top: 13px;
    right: 80px;
    height: 40px; } }

@media (min-width: 992px) {
  .tablet-login-md {
    display: none; } }

@media (min-width: 320px) {
  .tablet-login-md .tblt-login {
    position: relative;
    float: left;
    width: 132px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    color: #2E75B6;
    font-family: 'SegoeUI', serif;
    font-size: 12px; }
    .tablet-login-md .tblt-login .imglogin-tblt {
      width: 14px;
      height: auto;
      margin-right: 10px; }
      .tablet-login-md .tblt-login .imglogin-tblt img {
        width: 100%; } }

@media (min-width: 320px) {
  .tablet-login-md .tblt-inscribirme {
    position: relative;
    float: left;
    width: 132px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2E75B6;
    color: #fff;
    font-family: 'SegoeUI', serif;
    font-size: 12px; } }

/*======================================================================*
    Slider Top Home
*======================================================================*/
@media (min-width: 320px) {
  .height {
    min-height: 100vh; } }

@media (min-width: 992px) {
  .height {
    height: 100vh; } }

@media (min-width: 320px) {
  .heightVariante {
    height: auto; } }

@media (min-width: 1200px) {
  .heightVariante {
    height: 100vh; } }

@media (min-width: 320px) {
  .heightPro {
    height: auto; } }

@media (min-width: 768px) {
  .heightPro {
    height: 100vh; } }

@media (min-width: 320px) {
  .slide-header-md {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1; } }

@media (min-width: 320px) {
  .backgrounsSlide-md {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10; } }

.backgrounsSlide-md .owl-carousel {
  width: 100%;
  height: 100%; }
  .backgrounsSlide-md .owl-carousel .owl-stage-outer {
    height: 100%; }
    .backgrounsSlide-md .owl-carousel .owl-stage-outer .owl-stage {
      height: 100%; }
      .backgrounsSlide-md .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        .backgrounsSlide-md .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
          width: 100%;
          height: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: relative;
          z-index: 1; }
          .backgrounsSlide-md .owl-carousel .owl-stage-outer .owl-stage .owl-item .item:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 50;
            top: 0;
            left: 0;
            background: rgba(46, 117, 182, 0.5); }
  .backgrounsSlide-md .owl-carousel .owl-dots {
    display: none; }

@media (min-width: 320px) {
  .txtSlide-md {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
    z-index: 50; } }

@media (min-width: 320px) {
  .innerTxtSlide-md {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10% 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1080px) {
  .innerTxtSlide-md {
    padding: 0; } }

@media (min-width: 320px) {
  .navSlide-md,
  .topSlide-md {
    position: relative;
    float: left;
    width: 100%; } }

@media (min-width: 320px) {
  .curso-md,
  .logoCorp-md,
  .titleHeader-md {
    position: relative;
    float: left;
    width: 100%; } }

@media (min-width: 320px) {
  .titleHeader-md {
    padding: 0 15px; } }

@media (min-width: 320px) {
  .logoCorp-md a {
    width: 50px;
    display: block;
    margin: auto auto 35px; }
    .logoCorp-md a img {
      width: 100%;
      vertical-align: top; } }

@media (min-width: 768px) {
  .logoCorp-md a {
    width: 80px;
    height: 122px; } }

@media (min-width: 320px) {
  .titleHeaderRegular {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'SegoeUI-Semibold', serif;
    text-transform: uppercase;
    margin: 0; } }

@media (min-width: 768px) {
  .titleHeaderRegular {
    font-size: 23px; } }

@media (min-width: 320px) {
  .titleHeaderBold {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 'SegoeUI-Semibold', serif;
    margin: 0; } }

@media (min-width: 768px) {
  .titleHeaderBold {
    font-size: 34px; } }

@media (min-width: 320px) {
  .separadorSlide {
    display: block;
    height: 4px;
    width: 37px;
    background-color: #fff;
    margin: 25px auto; } }

@media (min-width: 320px) {
  .txtCurso-md {
    font-size: 16px;
    color: #fff;
    font-family: 'SegoeUI-Semilight', serif;
    text-align: center;
    width: 100%;
    margin: 0; } }

@media (min-width: 320px) {
  .fechaCurso-md {
    font-size: 16px;
    color: #fff;
    font-family: 'SegoeUI-Semibold', serif;
    text-align: center;
    width: 100%;
    margin: 0; } }

@media (min-width: 320px) {
  .navbar-slideHeader-md {
    display: none; } }

@media (min-width: 768px) {
  .navbar-slideHeader-md {
    position: relative;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px; }
    .navbar-slideHeader-md ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .navbar-slideHeader-md ul li {
        display: inline-block;
        margin-right: 47px;
        position: relative; }
        .navbar-slideHeader-md ul li:last-child {
          margin-right: 0; }
          .navbar-slideHeader-md ul li:last-child:after {
            content: '';
            position: absolute;
            background-color: transparent; }
        .navbar-slideHeader-md ul li:after {
          content: '';
          height: 100%;
          position: absolute;
          width: 1px;
          background-color: #fff;
          right: -28px; }
        .navbar-slideHeader-md ul li a {
          color: #fff;
          font-family: 'SegoeUI-Semibold', serif;
          font-size: 14px;
          display: inline-block;
          position: relative; }
          .navbar-slideHeader-md ul li a:after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: 0;
            height: 1px;
            background-color: #fff;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .navbar-slideHeader-md ul li a:hover {
            text-decoration: none; }
            .navbar-slideHeader-md ul li a:hover:after {
              width: 100%; } }

@media (min-width: 320px) {
  .btnFixed-Ingresar-md {
    z-index: 500;
    position: relative;
    float: left;
    width: 123px;
    height: 52px; } }

@media (min-width: 1080px) {
  .btnFixed-Ingresar-md {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    float: none; } }

@media (min-width: 320px) {
  .btnFixed-Ingresar-md a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #2E75B6;
    font-size: 12px;
    font-family: 'SegoeUI-Semibold', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px; }
    .btnFixed-Ingresar-md a:hover {
      text-decoration: none; }
    .btnFixed-Ingresar-md a .icon-ingresar-fixed {
      width: 10px;
      height: 10px;
      margin-right: 7px; }
      .btnFixed-Ingresar-md a .icon-ingresar-fixed img {
        width: 100%;
        vertical-align: top; } }

@media (min-width: 1080px) {
  .btnFixed-Ingresar-md a {
    border-radius: 50px 0 0 50px; } }

@media (min-width: 320px) {
  .scroll-downs {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin: auto; }
  .mousey {
    width: 3px;
    padding: 6px 8px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    margin: auto; }
  .scroller {
    width: 3px;
    height: 8px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  @-webkit-keyframes scroll {
    0% {
      opacity: 0; }
    10% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    100% {
      -webkit-transform: translateY(13px);
      transform: translateY(13px);
      opacity: 0; } }
  @keyframes scroll {
    0% {
      opacity: 0; }
    10% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    100% {
      -webkit-transform: translateY(13px);
      transform: translateY(13px);
      opacity: 0; } } }

/*======================================================================*
    Quienes Somos
*======================================================================*/
.quienesSomos-md,
.quienesSomos-tabs-md {
  float: left;
  position: relative;
  width: 100%; }
  .quienesSomos-md .nav-tabs .nav-item.show .nav-link,
  .quienesSomos-md .nav-tabs .nav-link.active,
  .quienesSomos-tabs-md .nav-tabs .nav-item.show .nav-link,
  .quienesSomos-tabs-md .nav-tabs .nav-link.active {
    color: #2E75B6;
    border: none !important;
    border-left: 3px solid #2E75B6 !important; }
  .quienesSomos-md .nav-tabs .nav-link:focus,
  .quienesSomos-md .nav-tabs .nav-link:hover,
  .quienesSomos-tabs-md .nav-tabs .nav-link:focus,
  .quienesSomos-tabs-md .nav-tabs .nav-link:hover {
    border: none !important;
    border-left: 3px solid #2E75B6 !important;
    font-family: 'SegoeUI-Semibold', serif;
    color: #2E75B6; }

@media (min-width: 320px) {
  .innerQuienesSomos-md {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 0; } }

@media (min-width: 768px) {
  .innerQuienesSomos-md {
    padding: 150px 0; } }

@media (min-width: 1200px) {
  .innerQuienesSomos-md {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0; } }

@media (min-width: 320px) {
  .ttlQuienesSomos {
    font-family: 'SegoeUI-Semilight', serif;
    font-size: 22px;
    color: #2E75B6;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .ttlQuienesSomos {
    font-size: 24px;
    margin-bottom: 50px; } }

@media (min-width: 1200px) {
  .ttlQuienesSomos {
    margin-bottom: 40px;
    font-size: 28px; } }

@media (min-width: 1350px) {
  .ttlQuienesSomos {
    margin-bottom: 120px;
    font-size: 32px; } }

.tabActiveModulos {
  position: relative;
  float: left;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  list-style: none;
  border: none;
  padding-top: 20px; }
  .tabActiveModulos li {
    display: block;
    width: 100%; }
    .tabActiveModulos li a {
      display: block;
      font: 21px;
      color: #8A8B8A;
      width: 100%;
      text-align: left;
      font-family: 'SegoeUI-Semibold', serif;
      border: none !important;
      border-left: 3px solid transparent !important;
      padding: 10px; }

.tab-content {
  width: 100%;
  position: relative;
  float: left; }
  .tab-content .tab-pane {
    width: 100%;
    position: relative;
    float: left; }

@media (min-width: 320px) {
  .tab-contenido-md {
    width: 100%;
    position: relative;
    float: left;
    height: auto; } }

@media (min-width: 768px) {
  .tab-contenido-md {
    height: 400px; } }

@media (min-width: 320px) {
  .infTabBloque {
    width: 100%;
    position: relative;
    float: left;
    padding: 20px; } }

@media (min-width: 768px) {
  .infTabBloque {
    width: 50%;
    height: 100%; } }

@media (min-width: 992px) {
  .infTabBloque {
    padding: 25px; } }

@media (min-width: 1200px) {
  .infTabBloque {
    padding: 0 35px 0 25px; } }

.infTabBloque p {
  color: gray;
  font-size: 14px;
  font-family: 'SegoeUI', serif; }

@media (min-width: 320px) {
  .imgTabBloque {
    width: 100%;
    position: relative;
    float: left;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; } }

@media (min-width: 768px) {
  .imgTabBloque {
    width: 50%;
    float: right;
    height: 100%; } }

@media (min-width: 320px) {
  .contNavegacionTabs {
    width: 95%;
    margin: 0;
    display: block; } }

@media (min-width: 768px) {
  .contNavegacionTabs {
    width: 40%;
    margin: 0 auto 30px; } }

@media (min-width: 320px) {
  .contNavegacionTabs .navTabsSlct {
    width: 100%;
    height: 60px;
    border: 1px solid #2E75B6;
    border-radius: 10px;
    font-size: 16px;
    color: #2E75B6;
    font-family: 'SegoeUI-Semibold', serif;
    padding: 0 20px;
    outline: none; } }

@media (min-width: 768px) {
  .contNavegacionTabs .navTabsSlct {
    font-size: 18px; } }

/*======================================================================*
    Modulos
*======================================================================*/
@media (min-width: 320px) {
  .modulos-md {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 50px; } }

@media (min-width: 768px) {
  .modulos-md {
    margin-bottom: 0; } }

.innerModulos-md {
  height: 100%;
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .infoModulos {
    height: 100%;
    float: left;
    width: 100%; } }

@media (min-width: 768px) {
  .infoModulos {
    width: 50%; } }

@media (min-width: 320px) {
  .innerInfoModulos {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 20px; } }

@media (min-width: 768px) {
  .innerInfoModulos {
    padding: 0 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

@media (min-width: 992px) {
  .innerInfoModulos {
    padding: 0 40px; } }

@media (min-width: 1200px) {
  .innerInfoModulos {
    padding: 0 80px; } }

@media (min-width: 320px) {
  .infModTtlNormal {
    font-size: 16px;
    font-family: 'SegoeUI-Semibold', serif;
    color: #2E75B6;
    width: 100%;
    margin: 0 0 8px;
    text-transform: uppercase; } }

@media (min-width: 992px) {
  .infModTtlNormal {
    font-size: 18px; } }

@media (min-width: 320px) {
  .infModTtlBold {
    font-size: 28px;
    font-family: 'SegoeUI-Semilight', serif;
    color: #2E75B6;
    width: 100%;
    line-height: 1.4;
    position: relative;
    float: left; } }

@media (min-width: 768px) {
  .infModTtlBold {
    line-height: 1.2;
    font-size: 30px; } }

@media (min-width: 992px) {
  .infModTtlBold {
    line-height: 1.4;
    font-size: 33px; } }

@media (min-width: 1200px) {
  .infModTtlBold {
    width: 50%; } }

.infModDescription {
  font-family: 'SegoeUI-Light', serif;
  color: #8A8B8A;
  font-size: 14px;
  position: relative;
  float: left; }
  .infModDescription span {
    font-family: 'SegoeUI-Semibold', serif; }

@media (min-width: 320px) {
  .btnModInscribirme {
    background: #2E75B6;
    padding: 14px 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'SegoeUI-Semibold', serif;
    text-transform: uppercase;
    border-radius: 26px;
    margin-top: 20px;
    position: relative;
    float: left; }
    .btnModInscribirme:hover {
      text-decoration: none;
      color: #fff; } }

@media (min-width: 992px) {
  .btnModInscribirme {
    margin-top: 40px; } }

@media (min-width: 320px) {
  .descriptionModulos {
    height: 100%;
    float: left;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left; } }

@media (min-width: 768px) {
  .descriptionModulos {
    width: 50%;
    float: right; } }

@media (min-width: 320px) {
  .listModulos-md {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 10px; } }

@media (min-width: 768px) {
  .listModulos-md {
    padding: 0 10px;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

@media (min-width: 992px) {
  .listModulos-md {
    padding: 0 40px; } }

@media (min-width: 1200px) {
  .listModulos-md {
    padding: 0 80px; } }

@media (min-width: 320px) {
  .listModulos-md h1 {
    font-family: 'SegoeUI-Semilight', serif;
    color: #fff;
    font-size: 24px;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .listModulos-md h1 {
    margin-bottom: 20px;
    font-size: 28px;
    padding-left: 8px; } }

@media (min-width: 992px) {
  .listModulos-md h1 {
    margin-bottom: 40px;
    font-size: 32px;
    padding-left: 15px; } }

.listModulos-md ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .listModulos-md ul li {
    display: block; }
    @media (min-width: 320px) {
      .listModulos-md ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-family: 'SegoeUI-Semilight', serif;
        font-size: 14px;
        padding: 15px 30px 15px 15px;
        float: left;
        position: relative;
        width: 100%;
        color: #fff; }
        .listModulos-md ul li a:hover {
          text-decoration: none; } }
    @media (min-width: 768px) {
      .listModulos-md ul li a {
        padding: 8px 30px 8px 8px; } }
    @media (min-width: 992px) {
      .listModulos-md ul li a {
        padding: 15px;
        font-family: 'SegoeUI', serif; } }
    @media (min-width: 320px) {
      .listModulos-md ul li a span {
        font-family: 'SegoeUI-Semibold', serif;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        float: left;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .listModulos-md ul li a span {
        width: auto; } }

.arrowModulo {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 7px; }
  .arrowModulo img {
    width: 100%;
    vertical-align: top; }

/*======================================================================*
    Testimonios
*======================================================================*/
@media (min-width: 320px) {
  .testimonios-md {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .testimonios-md {
    padding: 0;
    margin-bottom: 0; } }

@media (min-width: 320px) {
  .innerTestimonios {
    float: left;
    position: relative;
    width: 100%; } }

@media (min-width: 768px) {
  .innerTestimonios {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media (min-width: 320px) {
  .innerTestimonios h1 {
    font-size: 22px;
    font-family: 'SegoeUI-Semilight', serif;
    color: #2E75B6;
    text-align: center;
    margin-bottom: 30px;
    float: left;
    position: relative;
    width: 100%;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .innerTestimonios h1 {
    font-size: 24px;
    padding: 0 10%;
    margin-bottom: 65px; } }

@media (min-width: 992px) {
  .innerTestimonios h1 {
    font-size: 32px;
    padding: 0 30%; } }

.innerTestimonios .contVideoTestimonios,
.innerTestimonios .infoVideoTestimonios {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .innerTestimonios .inneVideoTestimonios {
    width: 100%;
    height: 280px;
    display: block;
    margin: 0 auto 20px;
    background-color: #2E75B6; }
    .innerTestimonios .inneVideoTestimonios iframe {
      width: 100%;
      height: 100%; } }

@media (min-width: 768px) {
  .innerTestimonios .inneVideoTestimonios {
    width: 633px;
    height: 366px; } }

@media (min-width: 320px) {
  .innerTestimonios .ttlVideo {
    float: left;
    position: relative;
    width: 100%;
    font-family: 'SegoeUI-Semibold', serif;
    font-size: 14px;
    color: #2E75B6;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .innerTestimonios .ttlVideo {
    padding: 0 10%; } }

@media (min-width: 992px) {
  .innerTestimonios .ttlVideo {
    padding: 0 30%; } }

@media (min-width: 320px) {
  .innerTestimonios .videoDescripcion {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    color: #8A8B8A;
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .innerTestimonios .videoDescripcion {
    padding: 0 10%; } }

@media (min-width: 992px) {
  .innerTestimonios .videoDescripcion {
    padding: 0 30%; } }

/*======================================================================*
    Contacto
*======================================================================*/
@media (min-width: 320px) {
  .contacto-md {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 20px; } }

@media (min-width: 768px) {
  .contacto-md {
    padding: 0; } }

@media (min-width: 320px) {
  .innerContacto-md {
    float: left;
    position: relative;
    width: 100%; } }

@media (min-width: 768px) {
  .innerContacto-md {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 650px;
    float: none; } }

@media (min-width: 320px) {
  .ttlContacto {
    font-size: 22px;
    font-family: 'SegoeUI-Semilight', serif;
    color: #fff;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .ttlContacto {
    font-size: 24px; } }

@media (min-width: 992px) {
  .ttlContacto {
    font-size: 32px; } }

@media (min-width: 320px) {
  .descripcionContacto {
    float: left;
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'SegoeUI-Semilight', serif;
    font-size: 14px;
    margin-bottom: 35px; } }

@media (min-width: 768px) {
  .descripcionContacto {
    font-family: 'SegoeUI', serif; } }

.formContacto {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .formContacto form {
    display: block;
    width: 100%;
    margin: auto; } }

@media (min-width: 768px) {
  .formContacto form {
    width: 425px; } }

.formContacto form input {
  height: 52px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  color: #fff;
  font-family: 'SegoeUI', serif;
  font-size: 14px;
  margin-bottom: 15px;
  float: left;
  position: relative;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 20px; }
  .formContacto form input::-webkit-input-placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }
  .formContacto form input:-ms-input-placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }
  .formContacto form input::-ms-input-placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }
  .formContacto form input::placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }

.formContacto form textarea {
  min-height: 150px;
  height: 150px;
  max-height: 150px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  color: #fff;
  font-family: 'SegoeUI', serif;
  font-size: 14px;
  margin-bottom: 15px;
  float: left;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  outline: none;
  border: none;
  padding: 20px; }
  .formContacto form textarea::-webkit-input-placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }
  .formContacto form textarea:-ms-input-placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }
  .formContacto form textarea::-ms-input-placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }
  .formContacto form textarea::placeholder {
    font-family: 'SegoeUI', serif;
    font-size: 14px;
    color: #fff; }

.formContacto form button {
  width: 106px;
  height: 52px;
  background: #fff;
  color: #2E75B6;
  border-radius: 26px;
  display: block;
  margin: auto;
  font-size: 14px;
  font-family: 'SegoeUI-Semibold', serif;
  outline: none;
  border: none; }

/*======================================================================*
    Footer
*======================================================================*/
.footer-md {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 50px; }

.innerFooter-md {
  float: left;
  position: relative;
  width: 100%;
  height: 100%; }

.ttlContactoFooter {
  font-size: 14px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'SegoeUI-Bold', serif; }

@media (min-width: 320px) {
  .bloqueFooter {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .bloqueFooter {
    margin-bottom: 0; } }

.bloqueFooter .owl-patrocinadores {
  height: 110px; }
  .bloqueFooter .owl-patrocinadores .owl-stage-outer {
    height: 100%; }
    .bloqueFooter .owl-patrocinadores .owl-stage-outer .owl-stage {
      height: 100%; }
      .bloqueFooter .owl-patrocinadores .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        .bloqueFooter .owl-patrocinadores .owl-stage-outer .owl-stage .owl-item .item {
          height: 100%;
          border: 1px solid #E2E2E2; }
          .bloqueFooter .owl-patrocinadores .owl-stage-outer .owl-stage .owl-item .item img {
            width: 100%;
            vertical-align: top; }

.elemtenContacto {
  float: left;
  position: relative;
  width: 100%; }
  .elemtenContacto .innerelemtenContacto {
    float: left;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .elemtenContacto .innerelemtenContacto .iconContacto {
      position: relative;
      float: left;
      width: 15px;
      height: 15px;
      margin-right: 7px; }
      .elemtenContacto .innerelemtenContacto .iconContacto img {
        width: 100%;
        vertical-align: top; }
    .elemtenContacto .innerelemtenContacto p {
      float: left;
      position: relative;
      width: 100%;
      color: #4A4A4A;
      font-size: 14px;
      font-family: 'SegoeUI-Semibold', serif;
      margin: 0; }
  .elemtenContacto a {
    color: #8A8B8A;
    font-size: 14px;
    font-family: 'SegoeUI', serif;
    padding-left: 20px; }
    .elemtenContacto a:hover {
      text-decoration: none;
      color: #8A8B8A; }
  .elemtenContacto .elementHorario {
    color: #8A8B8A;
    font-size: 14px;
    font-family: 'SegoeUI', serif;
    padding-left: 20px;
    margin: 0; }

.bloqueFooter ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0; }
  .bloqueFooter ul li {
    display: block; }
    .bloqueFooter ul li a {
      display: block;
      color: #2E75B6;
      font-family: 'SegoeUI-Bold', serif;
      font-size: 12px; }
      .bloqueFooter ul li a:hover {
        text-decoration: none;
        color: #2E75B6; }

@media (min-width: 320px) {
  .infCopyrightFooter {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #E2E2E2; } }

@media (min-width: 768px) {
  .infCopyrightFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
    padding: 0; } }

@media (min-width: 320px) {
  .infCopyrightFooter p {
    margin: 0;
    font-size: 14px;
    color: #8A8B8A;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-family: 'SegoeUI', serif; } }

@media (min-width: 768px) {
  .infCopyrightFooter p {
    width: auto;
    text-align: left;
    margin: 0; } }

@media (min-width: 320px) {
  .infCreditcard {
    height: 36px;
    position: relative;
    width: 100%;
    float: left; } }

@media (min-width: 768px) {
  .infCreditcard {
    width: auto; } }

@media (min-width: 320px) {
  .infCreditcard img {
    height: 36px;
    vertical-align: top;
    display: block;
    margin: auto; } }

/*======================================================================*
    Ventana Login
*======================================================================*/
.slideVentana-md {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: white;
  z-index: 999;
  top: 0;
  right: -100%; }

@media (min-width: 320px) {
  .slideVentana-inferior {
    z-index: 800 !important; } }

@media (min-width: 320px) {
  .btnActionRegresar {
    height: 45px;
    width: 45px;
    background: #2E75B6;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 50%;
    z-index: 500; } }

@media (min-width: 768px) {
  .btnActionRegresar {
    height: 100%;
    width: 42px;
    background: #2E75B6;
    position: relative;
    float: left;
    border-radius: 0;
    top: auto;
    right: auto; } }

.btnActionRegresar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .btnActionRegresar a .iconActionRegresar {
    width: 11px;
    height: 18px;
    display: block; }
    .btnActionRegresar a .iconActionRegresar img {
      width: 100%;
      vertical-align: top; }

@media (min-width: 320px) {
  .innerSlideVentana-md {
    width: 100%;
    float: left;
    height: 100%;
    position: relative; } }

@media (min-width: 768px) {
  .innerSlideVentana-md {
    width: calc(100% - 42px);
    float: right;
    height: 100%; } }

@media (min-width: 320px) {
  .wrapperFormLogin {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 15px;
    min-height: 200px; } }

@media (min-width: 768px) {
  .wrapperFormLogin {
    position: absolute;
    float: none;
    top: 50%;
    left: 51%;
    -webkit-transform: translate(-51%, -50%);
    -ms-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
    width: 350px;
    padding: 0; } }

@media (min-width: 1200px) {
  .wrapperFormLogin {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media (min-width: 320px) {
  .wrapperFormLogin h1 {
    font-size: 22px;
    font-family: 'SegoeUI-Semilight', serif;
    color: #2E75B6;
    width: 100%;
    text-align: center; } }

@media (min-width: 768px) {
  .wrapperFormLogin h1 {
    font-size: 28px; } }

@media (min-width: 992px) {
  .wrapperFormLogin h1 {
    font-size: 32px; } }

@media (min-width: 320px) {
  .wrapperFormLogin form {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 30px; } }

@media (min-width: 768px) {
  .wrapperFormLogin form {
    margin-top: 70px; } }

.contInputLog {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 35px; }
  @media (min-width: 320px) {
    .contInputLog input {
      height: 40px;
      border: none;
      border-bottom: 1px solid #8A8B8A;
      padding: 0 20px 0 8px;
      width: 100%;
      outline: none;
      color: #8A8B8A;
      font-size: 14px;
      font-family: 'SegoeUI-Semilight', serif;
      z-index: 10; } }
  @media (min-width: 768px) {
    .contInputLog input {
      font-size: 18px; } }
  @media (min-width: 320px) {
    .contInputLog input::-webkit-input-placeholder {
      color: #8A8B8A;
      font-size: 14px;
      font-family: 'SegoeUI-Semilight', serif; }
    .contInputLog input:-ms-input-placeholder {
      color: #8A8B8A;
      font-size: 14px;
      font-family: 'SegoeUI-Semilight', serif; }
    .contInputLog input::-ms-input-placeholder {
      color: #8A8B8A;
      font-size: 14px;
      font-family: 'SegoeUI-Semilight', serif; }
    .contInputLog input::placeholder {
      color: #8A8B8A;
      font-size: 14px;
      font-family: 'SegoeUI-Semilight', serif; } }
  @media (min-width: 768px) {
    .contInputLog input::-webkit-input-placeholder {
      font-size: 18px; }
    .contInputLog input:-ms-input-placeholder {
      font-size: 18px; }
    .contInputLog input::-ms-input-placeholder {
      font-size: 18px; }
    .contInputLog input::placeholder {
      font-size: 18px; } }
  .contInputLog .imgContInputLog {
    z-index: 50;
    position: absolute;
    height: 100%;
    width: 20px;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contInputLog .imgContInputLog img {
      width: 17px;
      vertical-align: top; }

@media (min-width: 320px) {
  .btnLoginForm {
    float: left;
    position: relative;
    width: 100%;
    background-color: #2E75B6;
    padding: 18px 0;
    font-size: 14px;
    font-family: 'SegoeUI-Semibold', serif;
    color: #fff;
    text-transform: uppercase;
    border-radius: 26px;
    border: none;
    outline: none;
    margin-top: 20px; } }

@media (min-width: 768px) {
  .btnLoginForm {
    font-size: 15px;
    margin-top: 40px; } }

@media (min-width: 320px) {
  .btnOlvForm {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 18px 0;
    font-size: 14px;
    font-family: 'SegoeUI', serif;
    color: #2E75B6;
    border-radius: 26px;
    border: none;
    outline: none;
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .btnOlvForm {
    font-size: 15px; } }

/*======================================================================*
    Ventana INSCRIBIRME
*======================================================================*/
@media (min-width: 320px) {
  .scrollSlideVentana-md {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll; } }

@media (min-width: 768px) {
  .scrollSlideVentana-md {
    overflow-y: auto; } }

@media (min-width: 320px) {
  .infInscribirme-md {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 100px;
    background: #fff; } }

@media (min-width: 768px) {
  .infInscribirme-md {
    width: 50%;
    height: 100%;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .infInscribirme-md {
    width: 500px; } }

@media (min-width: 320px) {
  .formInscribirme-md {
    position: relative;
    float: right;
    width: 100%;
    margin: 50px 0 0;
    background-color: #F5F5F5; } }

@media (min-width: 768px) {
  .formInscribirme-md {
    width: 50%;
    height: 100%;
    margin: 0; } }

@media (min-width: 1200px) {
  .formInscribirme-md {
    width: calc(100% - 500px); } }

@media (min-width: 320px) {
  .innerInfInscribirme-md {
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    height: auto; } }

@media (min-width: 768px) {
  .innerInfInscribirme-md {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

.innerInfInscribirme-md h1 {
  font-size: 32px;
  font-family: 'SegoeUI-Semilight', serif;
  color: #2E75B6;
  margin: 0 0 35px;
  width: 100%; }

.innerInfInscribirme-md p {
  font-size: 14px;
  font-family: 'SegoeUI', serif;
  color: #8A8B8A;
  margin: 0;
  width: 100%; }

@media (min-width: 320px) {
  .innerformInscribirme-md {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 20px; } }

@media (min-width: 768px) {
  .innerformInscribirme-md {
    padding: 0 10%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

@media (min-width: 1200px) {
  .innerformInscribirme-md {
    padding: 0 20%; } }

@media (min-width: 1400px) {
  .innerformInscribirme-md {
    padding: 0 30%; } }

@media (min-width: 320px) {
  .innerformInscribirme-md form {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 150px; } }

@media (min-width: 768px) {
  .innerformInscribirme-md form {
    padding-bottom: 0; } }

@media (min-width: 320px) {
  .contInputInscripcion {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px; } }

@media (min-width: 1200px) {
  .contInputInscripcion {
    margin-bottom: 15px; } }

@media (min-width: 1600px) {
  .contInputInscripcion {
    margin-bottom: 40px; } }

.contInputInscripcion .iconInputInscripcion {
  position: absolute;
  height: 100%;
  width: 35px;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contInputInscripcion .iconInputInscripcion img {
    width: 15px;
    vertical-align: top; }

@media (min-width: 320px) {
  .contInputInscripcion input {
    width: 100%;
    padding: 0 35px 0 8px;
    font-size: 14px;
    font-family: 'SegoeUI-Semilight', serif;
    color: gray;
    border: none;
    border-bottom: 1px solid #8A8B8A;
    outline: none;
    height: 44px;
    background: transparent; } }

@media (min-width: 768px) {
  .contInputInscripcion input {
    font-size: 18px; } }

@media (min-width: 320px) {
  .contInputInscripcion input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'SegoeUI-Semilight', serif;
    color: gray; }
  .contInputInscripcion input:-ms-input-placeholder {
    font-size: 14px;
    font-family: 'SegoeUI-Semilight', serif;
    color: gray; }
  .contInputInscripcion input::-ms-input-placeholder {
    font-size: 14px;
    font-family: 'SegoeUI-Semilight', serif;
    color: gray; }
  .contInputInscripcion input::placeholder {
    font-size: 14px;
    font-family: 'SegoeUI-Semilight', serif;
    color: gray; } }

@media (min-width: 768px) {
  .contInputInscripcion input::-webkit-input-placeholder {
    font-size: 18px; }
  .contInputInscripcion input:-ms-input-placeholder {
    font-size: 18px; }
  .contInputInscripcion input::-ms-input-placeholder {
    font-size: 18px; }
  .contInputInscripcion input::placeholder {
    font-size: 18px; } }

.btnSubmitInscripcion {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 320px) {
    .btnSubmitInscripcion a {
      padding: 20px 30px;
      position: relative;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #2E75B6;
      color: #fff;
      border-radius: 26px;
      font-size: 12px;
      font-family: 'SegoeUI-Semibold', serif;
      text-transform: uppercase; }
      .btnSubmitInscripcion a:hover {
        text-decoration: none; } }
  @media (min-width: 768px) {
    .btnSubmitInscripcion a {
      font-size: 15px; } }

@media (min-width: 320px) {
  .iconSubmitInscripcion {
    width: 60px;
    margin-left: 10px; }
    .iconSubmitInscripcion img {
      width: 100%; } }

@media (min-width: 768px) {
  .iconSubmitInscripcion {
    width: 74px; } }

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

#style-4::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5; }

#style-4::-webkit-scrollbar-thumb {
  background-color: #2E75B6;
  border: 2px solid rgba(46, 117, 182, 0); }

/*======================================================================*
    Ventana Modulos
*======================================================================*/
.bodyModulo-md {
  float: left;
  position: relative;
  width: 100%;
  height: 100vh; }

@media (min-width: 320px) {
  .list-bodyModulo-md {
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    width: 90%;
    z-index: 500;
    background-color: #fff;
    box-shadow: -5px 4px 18px -2px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -5px 4px 18px -2px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -5px 4px 18px -2px rgba(0, 0, 0, 0.56); } }

@media (min-width: 768px) {
  .list-bodyModulo-md {
    width: 70%; } }

@media (min-width: 992px) {
  .list-bodyModulo-md {
    width: 320px;
    right: auto !important;
    left: 0;
    box-shadow: -5px 4px 18px -2px rgba(0, 0, 0, 0);
    -webkit-box-shadow: -5px 4px 18px -2px rgba(0, 0, 0, 0);
    -moz-box-shadow: -5px 4px 18px -2px rgba(0, 0, 0, 0); } }

@media (min-width: 320px) {
  .bodyElement-scroll {
    float: left;
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    padding: 0 0 100px; } }

@media (min-width: 768px) {
  .bodyElement-scroll {
    height: calc(100vh - 180px); } }

@media (min-width: 992px) {
  .bodyElement-scroll {
    padding: 15px 0 100px; } }

@media (min-width: 320px) {
  .closeListaModulos {
    float: left;
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #2E75B6; }
    .closeListaModulos p {
      font-size: 32px;
      color: #fff;
      font-family: 'SegoeUI-Light', serif;
      margin: 0;
      position: absolute;
      width: auto;
      top: 50%;
      left: 20px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

@media (min-width: 992px) {
  .closeListaModulos {
    display: none; } }

a.closeBtnModulosMobile {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  color: #2E75B6;
  background-color: #fff;
  z-index: 500;
  padding: 10px; }
  a.closeBtnModulosMobile img {
    width: 100%;
    vertical-align: top; }

.contlist-bodyModulo-md {
  float: left;
  position: relative;
  width: 100%;
  background: white; }

.element-contlist-md {
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 25px;
  border-bottom: 1px solid rgba(138, 139, 138, 0.2);
  border-right: 5px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.numberModulo-element-md {
  font-size: 12px;
  color: #8A8B8A;
  font-family: 'SegoeUI-Semibold', serif;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nameModulo-element-md {
  font-size: 14px;
  color: #8A8B8A;
  font-family: 'SegoeUI', serif;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.element-contlist-md:hover {
  border-right: 5px solid #2E75B6;
  text-decoration: none; }
  .element-contlist-md:hover .numberModulo-element-md {
    color: #2E75B6 !important; }
  .element-contlist-md:hover .nameModulo-element-md {
    color: #2E75B6 !important; }

@media (min-width: 320px) {
  .moduloActivado {
    border-left: 5px solid #2E75B6;
    text-decoration: none; } }

@media (min-width: 992px) {
  .moduloActivado {
    border-left: none;
    border-right: 5px solid #2E75B6; } }

.moduloActivado .numberModulo-element-md {
  color: #2E75B6 !important; }

.moduloActivado .nameModulo-element-md {
  color: #2E75B6 !important; }

@media (min-width: 320px) {
  .contBtn-inscribirmeAction {
    float: left;
    position: relative;
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px; } }

@media (min-width: 768px) {
  .contBtn-inscribirmeAction {
    height: 180px; } }

.contBtn-inscribirmeAction::after {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 57%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(57%, rgba(255, 255, 255, 0.5)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 57%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 57%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 57%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(57%, rgba(255, 255, 255, 0.5)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 57%, white 100%); }

@media (min-width: 320px) {
  .btnInscribirme-bodyModulo {
    width: 100%;
    padding: 14px 7px;
    text-align: center;
    position: relative;
    background-color: #2E75B6;
    border-radius: 26px;
    color: #fff;
    font-family: 'SegoeUI', serif;
    font-size: 14px; } }

@media (min-width: 768px) {
  .btnInscribirme-bodyModulo {
    width: 50%; } }

@media (min-width: 992px) {
  .btnInscribirme-bodyModulo {
    width: 100%; } }

.btnInscribirme-bodyModulo:hover {
  color: #fff;
  text-decoration: none; }

@media (min-width: 320px) {
  .cont-bodyModulo-md {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
    z-index: 100; } }

@media (min-width: 992px) {
  .cont-bodyModulo-md {
    float: right;
    width: calc(100% - 320px); } }

.contScroll-bodyModulo-md {
  float: left;
  position: relative;
  width: 100%;
  height: 100vh; }

@media (min-width: 320px) {
  .headerDescripcionModulos-md {
    height: 180px;
    float: left;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10; } }

.headerDescripcionModulos-md::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(37, 157, 183, 0.3); }

@media (min-width: 320px) {
  .ttle-haderDescripcionModulos-md {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 100;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 10px; } }

@media (min-width: 768px) {
  .ttle-haderDescripcionModulos-md {
    padding: 0 20px; } }

@media (min-width: 992px) {
  .ttle-haderDescripcionModulos-md {
    padding: 0 20px; } }

@media (min-width: 1350px) {
  .ttle-haderDescripcionModulos-md {
    padding: 0 70px; } }

@media (min-width: 320px) {
  .numberModulo-headerDescripcionModulos {
    font-size: 14px;
    font-family: 'SegoeUI-Semibold', serif;
    color: #fff;
    width: 100%;
    margin: 0;
    text-transform: uppercase; } }

@media (min-width: 768px) {
  .numberModulo-headerDescripcionModulos {
    font-size: 17px; } }

@media (min-width: 320px) {
  .cantidadTotalModulos {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'SegoeUI-Semilight', serif; } }

@media (min-width: 992px) {
  .cantidadTotalModulos {
    display: none; } }

@media (min-width: 320px) {
  .verMasModulosMobile {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #2E75B6;
    margin-bottom: 20px;
    padding: 10px; } }

@media (min-width: 992px) {
  .verMasModulosMobile {
    display: none; } }

.verMasModulosMobile a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2E75B6;
  font-size: 18px;
  font-family: 'SegoeUI-Light', serif; }
  .verMasModulosMobile a:hover {
    text-decoration: none;
    color: #2E75B6; }
  .verMasModulosMobile a .icon-verMasModulosMobile {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin-right: 10px; }
    .verMasModulosMobile a .icon-verMasModulosMobile img {
      width: 100%; }

@media (min-width: 320px) {
  .masModulos {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 100%;
    background: #2E75B6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'SegoeUI-Semilight', serif; }
    .masModulos p {
      margin: 0;
      padding: 0;
      line-height: 1;
      margin-top: -2px; } }

@media (min-width: 320px) {
  .nameModulo-headerDescripcionModulos {
    font-size: 26px;
    color: #fff;
    font-family: 'SegoeUI-Light', serif;
    width: 100%;
    margin: 0;
    line-height: 1; } }

@media (min-width: 768px) {
  .nameModulo-headerDescripcionModulos {
    font-size: 32px; } }

@media (min-width: 320px) {
  .sesionModulo-md {
    min-height: 650px;
    float: left;
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 80px;
    background: white; } }

@media (min-width: 768px) {
  .sesionModulo-md {
    padding: 20px;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .sesionModulo-md {
    padding: 50px 70px; } }

@media (min-width: 1400px) {
  .sesionModulo-md {
    min-height: auto; } }

@media (min-width: 320px) {
  .sesionPresentacion-md {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    padding: 0 15px; } }

@media (min-width: 768px) {
  .sesionPresentacion-md {
    padding: 0; } }

@media (min-width: 320px) {
  .sesionPre-left-md {
    width: 100%;
    float: left;
    height: 100%;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .sesionPre-left-md {
    width: calc(100% - 320px);
    margin-bottom: 0; } }

@media (min-width: 1400px) {
  .sesionPre-left-md {
    width: calc(100% - 450px); } }

.sesionPre-left-md h4 {
  color: #2E75B6;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'SegoeUI-Semibold', serif;
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 5px; }

.fechaSesionPre-md {
  float: left;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px; }

.iconFechaSesion-md {
  width: 14px;
  height: 14px;
  position: relative;
  float: left;
  margin-right: 10px; }
  .iconFechaSesion-md img {
    width: 100%;
    vertical-align: top; }

.txtFechaSesion-md {
  font-size: 14px;
  font-family: 'SegoeUI-Semibold', serif;
  color: #8A8B8A;
  margin: 0; }

@media (min-width: 320px) {
  .descripcionSession-md {
    float: left;
    position: relative;
    width: 100%;
    padding: 0; } }

@media (min-width: 768px) {
  .descripcionSession-md {
    padding: 0 30px 0 0; } }

@media (min-width: 320px) {
  .descripcionSession-md p {
    font-size: 14px;
    font-family: 'SegoeUI', serif;
    color: #8A8B8A;
    line-height: 20px;
    width: 100%;
    margin: 0; } }

@media (min-width: 1400px) {
  .descripcionSession-md p {
    font-size: 16px;
    line-height: 24px; } }

@media (min-width: 320px) {
  .sesionPre-Right-md {
    width: 100%;
    float: right;
    min-height: 168px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; } }

@media (min-width: 768px) {
  .sesionPre-Right-md {
    width: 320px; } }

@media (min-width: 1400px) {
  .sesionPre-Right-md {
    width: 450px;
    min-height: 300px; } }

.temarioModulos-md {
  float: left;
  position: relative;
  width: 100%; }

.headerTemario-md,
.temaSesion-md,
.wrapperExpanded {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .temaSesion-md {
    padding: 0 15px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .temaSesion-md {
    padding: 0; } }

@media (min-width: 992px) {
  .temaSesion-md {
    margin-bottom: 0; } }

@media (min-width: 320px) {
  .temaSesion-md::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(138, 139, 138, 0.5); } }

@media (min-width: 992px) {
  .temaSesion-md::after {
    display: none; } }

@media (min-width: 320px) {
  .headerTemario-md {
    display: none; } }

@media (min-width: 992px) {
  .headerTemario-md {
    display: block;
    border-bottom: 1px solid rgba(46, 117, 182, 0.5); } }

@media (min-width: 320px) {
  .duracionTemario-md {
    position: relative;
    float: left; } }

@media (min-width: 320px) {
  .duracionTemario-md p {
    font-size: 14px;
    color: #8A8B8A;
    margin: 0;
    font-family: 'SegoeUI-Semibold', serif;
    width: 100%;
    text-transform: uppercase;
    padding: 5px 0; } }

@media (min-width: 992px) {
  .duracionTemario-md p {
    font-size: 12px; } }

@media (min-width: 1350px) {
  .duracionTemario-md p {
    font-size: 14px; } }

@media (min-width: 320px) {
  .temaTemario-md {
    position: relative;
    float: left; } }

@media (min-width: 320px) {
  .temaTemario-md p {
    font-size: 14px;
    color: #8A8B8A;
    margin: 0;
    font-family: 'SegoeUI-Semibold', serif;
    width: 100%;
    text-transform: uppercase;
    padding: 5px 0; } }

@media (min-width: 992px) {
  .temaTemario-md p {
    font-size: 12px; } }

@media (min-width: 1350px) {
  .temaTemario-md p {
    font-size: 14px; } }

@media (min-width: 320px) {
  .imparteTemario-md {
    position: relative;
    float: left;
    width: 320px; } }

@media (min-width: 320px) {
  .imparteTemario-md p {
    font-size: 14px;
    color: #707070;
    margin: 0;
    font-family: 'SegoeUI-Semibold', serif;
    width: 100%;
    text-transform: uppercase;
    padding: 5px 0; } }

@media (min-width: 992px) {
  .imparteTemario-md p {
    font-size: 12px; } }

@media (min-width: 1350px) {
  .imparteTemario-md p {
    font-size: 14px; } }

@media (min-width: 320px) {
  .withTime {
    width: 100%; } }

@media (min-width: 992px) {
  .withTime {
    width: 80px; } }

@media (min-width: 1366px) {
  .withTime {
    width: 191px; } }

@media (min-width: 1600px) {
  .withTime {
    width: 220px; } }

@media (min-width: 320px) {
  .withTemario {
    width: 100%; } }

@media (min-width: 992px) {
  .withTemario {
    width: 300px; } }

@media (min-width: 1366px) {
  .withTemario {
    width: 350px; } }

@media (min-width: 1500px) {
  .withTemario {
    width: calc(100% - 600px); } }

@media (min-width: 320px) {
  .withImparte {
    width: 100%; } }

@media (min-width: 992px) {
  .withImparte {
    width: 239px; } }

@media (min-width: 1366px) {
  .withImparte {
    width: 320px; } }

@media (min-width: 1500px) {
  .withImparte {
    width: 380px; } }

@media (min-width: 320px) {
  .backGris {
    background-color: rgba(138, 139, 138, 0.15); } }

@media (min-width: 992px) {
  .backGris {
    background-color: transparent; } }

@media (min-width: 320px) {
  .sesionDuracion-md,
  .sesionTemario-md {
    position: relative;
    float: left;
    padding: 10px; } }

@media (min-width: 992px) {
  .sesionDuracion-md,
  .sesionTemario-md {
    padding: 10px 10px 10px 0; } }

@media (min-width: 320px) {
  .sesionDuracion-md p,
  .sesionTemario-md p {
    color: #8A8B8A;
    font-size: 16px;
    margin: 0;
    font-family: 'SegoeUI', serif; } }

@media (min-width: 992px) {
  .sesionDuracion-md p,
  .sesionTemario-md p {
    font-size: 14px; } }

@media (min-width: 320px) {
  .sesionImparte-md {
    position: relative;
    float: left;
    padding: 10px; } }

@media (min-width: 992px) {
  .sesionImparte-md {
    padding: 10px 10px 10px 0; } }

.blockProfesionista {
  float: left;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .blockProfesionista .imgProfesionista {
    min-width: 45px;
    width: 45px;
    min-height: 45px;
    height: 45px;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px; }
    .blockProfesionista .imgProfesionista img {
      width: 100%;
      vertical-align: top; }
  @media (min-width: 320px) {
    .blockProfesionista p {
      color: #8A8B8A;
      font-size: 16px;
      margin: 0;
      font-family: 'SegoeUI', serif; } }
  @media (min-width: 992px) {
    .blockProfesionista p {
      font-size: 14px; } }

@media (min-width: 320px) {
  .headerMobileTtle {
    font-size: 10px;
    color: #8A8B8A;
    margin: 0;
    font-family: 'SegoeUI-Semibold', serif;
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase;
    padding: 5px 0; } }

@media (min-width: 768px) {
  .headerMobileTtle {
    font-size: 14px; } }

@media (min-width: 992px) {
  .headerMobileTtle {
    font-size: 12px;
    display: none; } }

/*======================================================================*
 Expandir
*======================================================================*/
@media (min-width: 320px) {
  div.expanderMdl {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 350px;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    margin-bottom: 15px; } }

@media (min-width: 992px) {
  div.expanderMdl {
    max-height: 230px; } }

.innerexpanderMdl {
  float: left;
  position: relative;
  width: 100%; }

div.expanderMdl:before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  z-index: 500;
  left: 0;
  bottom: -1px;
  background: white;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out; }

div.expanderMdl.expanded:before {
  opacity: 0;
  height: 10%; }

@media (min-width: 320px) {
  .verTodoTemario {
    outline: none;
    border: none;
    color: #2E75B6;
    font-family: 'SegoeUI-Semibold', serif;
    font-size: 14px;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .verTodoTemario {
    padding: 0; } }

.backSesionModulo {
  background-color: #F2F2F2; }
  .backSesionModulo div.expanderMdl:before {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: 500;
    left: 0;
    bottom: -1px;
    background: white;
    background: -moz-linear-gradient(270deg, rgba(242, 242, 242, 0.5) 30%, rgba(242, 242, 242, 0) 50%);
    background: -webkit-linear-gradient(270deg, rgba(242, 242, 242, 0.5) 30%, rgba(242, 242, 242, 0) 50%);
    background: -o-linear-gradient(270deg, rgba(242, 242, 242, 0.5) 30%, rgba(242, 242, 242, 0) 50%);
    background: -ms-linear-gradient(270deg, rgba(242, 242, 242, 0.5) 30%, rgba(242, 242, 242, 0) 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(242, 242, 242, 0.5)), color-stop(50%, rgba(242, 242, 242, 0)));
    background: -webkit-linear-gradient(bottom, rgba(242, 242, 242, 0.5) 30%, rgba(242, 242, 242, 0) 50%);
    background: -o-linear-gradient(bottom, rgba(242, 242, 242, 0.5) 30%, rgba(242, 242, 242, 0) 50%);
    background: linear-gradient(0deg, rgba(242, 242, 242, 0.5) 30%, rgba(242, 242, 242, 0) 50%);
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out; }

/*======================================================================*
 Estilo de scroll en modulos
*======================================================================*/
.style-scroll {
  overflow-y: scroll; }

.style-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
  background-color: #fff; }

.style-scroll::-webkit-scrollbar {
  width: 3px;
  background-color: #fff; }

.style-scroll::-webkit-scrollbar-thumb {
  background-color: #2E75B6;
  border: 2px solid rgba(46, 117, 182, 0); }

.style-scrollTransparente {
  overflow-y: scroll; }

.style-scrollTransparente::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
  background-color: #fff; }

.style-scrollTransparente::-webkit-scrollbar {
  width: 3px;
  background-color: #fff; }

.style-scrollTransparente::-webkit-scrollbar-thumb {
  background-color: rgba(138, 139, 138, 0.2);
  border: 2px solid rgba(46, 117, 182, 0); }

/*======================================================================*
    Dashboard Usuario
*======================================================================*/
@media (min-width: 320px) {
  .header-dUsuario {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 5px 1px 26px 0 rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 5px 1px 26px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 5px 1px 26px 0 rgba(0, 0, 0, 0.51);
    z-index: 30;
    overflow-y: scroll; } }

@media (min-width: 768px) {
  .header-dUsuario {
    width: 45%;
    overflow: auto; } }

@media (min-width: 992px) {
  .header-dUsuario {
    position: fixed;
    right: auto !important;
    left: 0;
    width: 270px;
    height: 100vh;
    box-shadow: 17px 0 22px -20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 17px 0 22px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 17px 0 22px -20px rgba(0, 0, 0, 0.41); } }

@media (min-width: 320px) {
  .wrapper-hUsuario {
    float: left;
    position: relative;
    width: 100%; } }

@media (min-width: 320px) {
  .innerHeader-dUsuario {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; } }

@media (min-width: 768px) {
  .innerHeader-dUsuario {
    height: calc(100vh - 310px); } }

@media (min-width: 320px) {
  .cerrarDashUsuario {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 500; }
    .cerrarDashUsuario a {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #2E75B6;
      padding: 10px; }
      .cerrarDashUsuario a img {
        width: 100%;
        vertical-align: top; } }

@media (min-width: 768px) {
  .cerrarDashUsuario {
    top: 36px; } }

@media (min-width: 992px) {
  .cerrarDashUsuario {
    display: none; } }

@media (min-width: 320px) {
  .hUsuario-logo {
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0; } }

@media (min-width: 768px) {
  .hUsuario-logo {
    margin: 20px 0; } }

@media (min-width: 992px) {
  .hUsuario-logo {
    margin: 20px 0 50px; } }

@media (min-width: 320px) {
  .hUsuario-logo a {
    height: auto;
    width: 225px;
    display: block;
    margin: auto;
    float: left;
    padding-left: 20px; } }

@media (min-width: 992px) {
  .hUsuario-logo a {
    float: none;
    padding-left: 0; } }

.hUsuario-logo a img {
  width: 100%;
  vertical-align: top; }

.mUsuario,
.mUsuario nav,
.mUsuario nav ul {
  float: left;
  position: relative;
  width: 100%; }

.iconMenuDashboard-Usuario {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  position: relative;
  float: left;
  margin-right: 12px; }
  .iconMenuDashboard-Usuario .imu-gris {
    width: 100%;
    vertical-align: top;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .iconMenuDashboard-Usuario .imu-blue {
    width: 100%;
    vertical-align: top;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.mUsuario nav ul {
  padding: 0;
  list-style: none; }
  .mUsuario nav ul li.liMenuUsuario {
    display: inline-block;
    width: 100%; }
    .mUsuario nav ul li.liMenuUsuario a {
      padding: 15px 25px;
      font-family: 'SegoeUI', serif;
      font-size: 14px;
      color: #8A8B8A;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 100%; }
      .mUsuario nav ul li.liMenuUsuario a::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 0;
        background-color: transparent;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .mUsuario nav ul li.liMenuUsuario a:hover {
        text-decoration: none;
        color: #2E75B6; }
        .mUsuario nav ul li.liMenuUsuario a:hover::after {
          height: 100%;
          background-color: #2E75B6; }
        .mUsuario nav ul li.liMenuUsuario a:hover .imu-gris {
          display: none;
          opacity: 0; }
        .mUsuario nav ul li.liMenuUsuario a:hover .imu-blue {
          display: block;
          opacity: 1; }

li.liMenuUsuario.activo a {
  color: #2E75B6 !important;
  font-family: "SegoeUI-Semibold" !important; }
  li.liMenuUsuario.activo a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background-color: #2E75B6;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  li.liMenuUsuario.activo a .imu-gris {
    display: none;
    opacity: 0; }
  li.liMenuUsuario.activo a .imu-blue {
    display: block;
    opacity: 1; }

@media (min-width: 320px) {
  .session-activa-usuario {
    height: auto;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(138, 139, 138, 0.3); } }

@media (min-width: 768px) {
  .session-activa-usuario {
    height: 310px; } }

@media (min-width: 320px) {
  .innerSession-activa-usuario {
    width: 100%;
    padding: 10px 15px;
    position: relative;
    float: left; } }

@media (min-width: 768px) {
  .innerSession-activa-usuario {
    position: absolute;
    float: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.avatar-usuario-activo,
.usuario-action {
  float: left;
  position: relative;
  width: 100%; }

.innerAvatar-usuario-activo {
  width: 67px;
  height: 67px;
  display: block;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px; }
  .innerAvatar-usuario-activo img {
    width: 100%;
    vertical-align: top; }

.nameUsuario-activo {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  color: #8A8B8A;
  font-family: 'SegoeUI-Semibold', serif;
  text-align: center;
  margin: 0 0 3px; }

.ttlUsuario-activo {
  position: relative;
  float: left;
  width: 100%;
  font-size: 10px;
  color: #2E75B6;
  text-transform: uppercase;
  font-family: 'SegoeUI-Semibold', serif;
  text-align: center;
  margin: 0; }

.btnUsario-cerrarsesion {
  float: left;
  position: relative;
  width: 100%;
  padding: 13px;
  font-family: 'SegoeUI-Semibold', serif;
  color: #8A8B8A;
  background-color: #E2E2E2;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  border-radius: 26px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btnUsario-cerrarsesion:hover {
    text-decoration: none;
    color: #8A8B8A; }

.btnUsario-descargardiploma {
  float: left;
  position: relative;
  width: 100%;
  padding: 13px;
  font-family: 'SegoeUI-Semibold', serif;
  color: #fff;
  background-color: rgba(46, 117, 182, 0.2);
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  border-radius: 26px;
  font-size: 12px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btnUsario-descargardiploma:hover {
    text-decoration: none;
    color: #fff; }

.btnUsario-descargardiploma.diplomaActivo {
  color: #fff;
  background-color: #2e75b6 !important; }

/*======================================================================*
    Dashboard Videos
*======================================================================*/
@media (min-width: 320px) {
  .body-dUsuario {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
    background-color: #F8F8F8;
    z-index: 10;
    padding: 10px 0; } }

@media (min-width: 992px) {
  .body-dUsuario {
    padding: 35px 45px;
    float: right;
    width: calc(100% - 270px); } }

@media (min-width: 1300px) {
  .body-dUsuario {
    padding: 50px 60px; } }

.innerBody-dUsuario {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .buscadorCapitulos {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 10px 0;
    z-index: 200; } }

@media (min-width: 768px) {
  .buscadorCapitulos {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 992px) {
  .buscadorCapitulos {
    display: block;
    margin: 0; } }

@media (min-width: 320px) {
  .coprDUser-Mobile {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .coprDUser-Mobile {
    width: auto;
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .coprDUser-Mobile {
    display: none; } }

@media (min-width: 320px) {
  .coprDUser-Mobile a {
    width: 180px;
    height: auto;
    margin: auto;
    display: block; }
    .coprDUser-Mobile a img {
      width: 100%;
      vertical-align: top; } }

@media (min-width: 768px) {
  .coprDUser-Mobile a {
    width: 160px;
    height: auto;
    float: left;
    display: block; } }

@media (min-width: 320px) {
  .iconOpenDashUser {
    position: relative;
    float: right;
    width: 40px;
    height: 40px; }
    .iconOpenDashUser a {
      display: block;
      width: 100%;
      height: 100%; }
      .iconOpenDashUser a img {
        width: 100%;
        vertical-align: top; } }

@media (min-width: 992px) {
  .iconOpenDashUser {
    display: none; } }

@media (min-width: 320px) {
  .contBuscadorCapitulos {
    position: relative;
    float: left;
    width: auto; } }

@media (min-width: 768px) {
  .contBuscadorCapitulos {
    position: absolute;
    right: 70px; } }

@media (min-width: 992px) {
  .contBuscadorCapitulos {
    float: right;
    position: relative;
    right: auto; } }

@media (min-width: 320px) {
  .contBuscadorCapitulos input {
    height: 37px;
    width: 250px;
    border-radius: 19px;
    background-color: #fff;
    color: #8A8B8A;
    font-family: 'SegoeUI', serif;
    font-size: 13px;
    padding: 10px 35px 10px 17px;
    z-index: 1;
    outline: none;
    border: 1px solid #E2E2E2 !important; }
    .contBuscadorCapitulos input::-webkit-input-placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; }
    .contBuscadorCapitulos input:-ms-input-placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; }
    .contBuscadorCapitulos input::-ms-input-placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; }
    .contBuscadorCapitulos input::placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; } }

@media (min-width: 768px) {
  .contBuscadorCapitulos input {
    width: 280px; } }

.contBuscadorCapitulos button {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  background: transparent;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer; }
  .contBuscadorCapitulos button img {
    width: 100%;
    vertical-align: top; }

@media (min-width: 320px) {
  .tituloBloque-capitulos {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px; } }

@media (min-width: 768px) {
  .tituloBloque-capitulos {
    margin-top: 0;
    margin-bottom: 25px; } }

@media (min-width: 992px) {
  .tituloBloque-capitulos {
    margin-bottom: 45px; } }

@media (min-width: 320px) {
  .tituloBloque-capitulos h3 {
    font-size: 20px;
    font-family: 'SegoeUI-Semibold', serif;
    color: #4A4A4A;
    width: 100%;
    text-align: center;
    margin: 0; } }

@media (min-width: 768px) {
  .tituloBloque-capitulos h3 {
    font-size: 28px; } }

@media (min-width: 992px) {
  .tituloBloque-capitulos h3 {
    text-align: left; } }

.wrapperCapitulo {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.innerWrapper-capituloImg {
  /* webkit */ }
  @media (min-width: 320px) {
    .innerWrapper-capituloImg {
      float: left;
      position: relative;
      width: 100%;
      height: 157px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 10; } }
  @media (min-width: 992px) {
    .innerWrapper-capituloImg {
      height: 152px; } }
  @media (min-width: 1600px) {
    .innerWrapper-capituloImg {
      height: 280px; } }
  .innerWrapper-capituloImg .progress {
    position: absolute;
    z-index: 30;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    display: block;
    /* default: inline-block */
    border: 0 none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0; }
  .innerWrapper-capituloImg .progress::-moz-progress-bar {
    border-radius: 0;
    background: #2E75B6; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .innerWrapper-capituloImg .progress {
      height: 5px; } }
  .innerWrapper-capituloImg .progress::-webkit-progress-bar {
    background: transparent;
    border-radius: 0; }
  .innerWrapper-capituloImg .progress::-webkit-progress-value {
    border-radius: 0;
    background: #2E75B6; }

.capitulo-actions {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20;
  background-color: rgba(74, 74, 74, 0.6);
  width: 100%;
  height: 100%; }

.uploadTarea-capitulo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%; }
  @media (min-width: 320px) {
    .uploadTarea-capitulo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: auto;
      width: 180px;
      height: 40px;
      font-family: 'SegoeUI-Semibold', serif;
      font-size: 12px;
      color: #fff; } }
  @media (min-width: 1200px) {
    .uploadTarea-capitulo a {
      font-size: 14px;
      letter-spacing: 0.3px; } }
  .uploadTarea-capitulo a:hover {
    text-decoration: none;
    color: #fff; }
  .uploadTarea-capitulo a .iconUploadTarea {
    width: 16px;
    height: 16px;
    margin-right: 5px; }
    .uploadTarea-capitulo a .iconUploadTarea img {
      width: 100%;
      vertical-align: top; }
  @media (min-width: 320px) {
    .uploadTarea-capitulo p {
      display: block;
      margin: auto;
      width: 100%;
      text-align: center;
      font-family: 'SegoeUI-Semibold', serif;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      margin: 0; } }
  @media (min-width: 1200px) {
    .uploadTarea-capitulo p {
      font-size: 14px;
      letter-spacing: 0.3px; } }

@media (min-width: 320px) {
  .innerWrapper-capituloInfo {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px; } }

@media (min-width: 992px) {
  .innerWrapper-capituloInfo {
    padding: 20px; } }

.btnVerNuevamente-capitulo,
.wrapper-progresoCapitulo,
.wrapper-ttlCapitulo {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .wrapper-ttlCapitulo {
    margin-bottom: 10px; } }

@media (min-width: 992px) {
  .wrapper-ttlCapitulo {
    margin-bottom: 20px; } }

.wrapper-ttlCapitulo p {
  position: relative;
  float: left;
  width: 100%;
  color: #707070;
  font-family: 'SegoeUI-Bold', serif;
  font-size: 13px;
  margin: 0 0 5px;
  text-transform: uppercase; }

.wrapper-ttlCapitulo h4 {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  color: #707070;
  font-size: 15px;
  line-height: 1.2;
  font-family: 'SegoeUI', serif; }

@media (min-width: 320px) {
  .contTerminado-capitulo {
    position: relative;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  .contTerminado-capitulo {
    width: calc(100% - 115px);
    margin-bottom: 0; } }

@media (min-width: 320px) {
  .contTerminado-capitulo p {
    font-size: 13px;
    color: #58D84A;
    font-family: 'SegoeUI', serif;
    width: 100%;
    margin: 0; } }

@media (min-width: 1200px) {
  .contTerminado-capitulo p {
    font-size: 14px; } }

.iconProgresoCap {
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  position: relative;
  float: left;
  margin-right: 10px; }
  .iconProgresoCap img {
    width: 100%;
    vertical-align: top; }

@media (min-width: 320px) {
  .contDuracion-capitulo {
    position: relative;
    float: left;
    width: 100%; } }

@media (min-width: 992px) {
  .contDuracion-capitulo {
    width: 115px;
    float: right; } }

@media (min-width: 320px) {
  .contDuracion-capitulo p {
    margin: 0;
    color: #8A8B8A;
    font-family: 'SegoeUI', serif;
    font-size: 13px;
    width: 100%;
    text-align: left; } }

@media (min-width: 992px) {
  .contDuracion-capitulo p {
    text-align: right; } }

@media (min-width: 1200px) {
  .contDuracion-capitulo p {
    font-size: 14px; } }

.wrapper-progresoCapitulo {
  margin-bottom: 25px; }

@media (min-width: 320px) {
  .btnVerNuevamente-capitulo a {
    position: relative;
    float: left;
    font-size: 12px;
    width: 100%;
    border-radius: 26px;
    border: 1px solid #C0C2C0;
    padding: 13px;
    color: #8A8B8A;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SegoeUI-Semibold', serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btnVerNuevamente-capitulo a:hover {
      text-decoration: none;
      background: #2E75B6;
      color: #fff; } }

@media (min-width: 1600px) {
  .btnVerNuevamente-capitulo a {
    width: 260px;
    float: none;
    display: block;
    margin: auto; } }

@media (min-width: 320px) {
  .contProgreso-capitulo {
    position: relative;
    float: right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  .contProgreso-capitulo {
    width: calc(100% - 115px);
    float: left;
    margin-bottom: 0; } }

@media (min-width: 320px) {
  .contProgreso-capitulo p {
    font-size: 13px;
    color: #8A8B8A;
    font-family: 'SegoeUI', serif;
    width: 100%;
    margin: 0; } }

@media (min-width: 1200px) {
  .contProgreso-capitulo p {
    font-size: 14px; } }

.btnPlayPause-capitulo {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .btnPlayPause-capitulo a {
    position: relative;
    float: left;
    font-size: 12px;
    width: 100%;
    border-radius: 26px;
    border: 1px solid #579CDB;
    padding: 13px;
    color: #579CDB;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SegoeUI-Semibold', serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btnPlayPause-capitulo a:hover {
      text-decoration: none;
      background: #2E75B6;
      color: #fff; } }

@media (min-width: 1600px) {
  .btnPlayPause-capitulo a {
    width: 260px;
    float: none;
    display: block;
    margin: auto; } }

.btnEmpezarModulo-capitulo {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .btnEmpezarModulo-capitulo a {
    position: relative;
    float: left;
    font-size: 12px;
    width: 100%;
    border-radius: 26px;
    border: 1px solid rgba(87, 156, 219, 0.45);
    padding: 13px;
    color: rgba(87, 156, 219, 0.45);
    text-align: center;
    text-transform: uppercase;
    font-family: 'SegoeUI-Semibold', serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btnEmpezarModulo-capitulo a:hover {
      text-decoration: none; } }

@media (min-width: 1600px) {
  .btnEmpezarModulo-capitulo a {
    width: 260px;
    float: none;
    display: block;
    margin: auto; } }

/*======================================================================*
    Dashboard Profesor
*======================================================================*/
@media (min-width: 320px) {
  .innerHeader-dProfesor {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; } }

@media (min-width: 320px) {
  .wrapperSearch-profesor {
    position: relative;
    width: 100%; } }

@media (min-width: 768px) {
  .wrapperSearch-profesor {
    position: absolute;
    right: 70px;
    width: auto;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 992px) {
  .wrapperSearch-profesor {
    position: relative;
    right: auto; } }

@media (min-width: 320px) {
  .auxHidden {
    display: none !important; } }

@media (min-width: 768px) {
  .auxHidden {
    display: block !important; } }

@media (min-width: 992px) {
  .auxHidden {
    display: none !important; } }

@media (min-width: 768px) {
  .auxDesktopHidden {
    display: none !important; } }

.accesoProfesor {
  position: relative;
  float: right;
  width: auto;
  margin-left: 15px; }

.btnAccesoProfesor {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  outline: none !important;
  border: none;
  cursor: pointer; }
  .btnAccesoProfesor img {
    width: 100%;
    vertical-align: top; }

@media (min-width: 320px) {
  .contBuscadorCapitulos-Profesor {
    position: relative;
    float: left;
    width: auto; } }

@media (min-width: 992px) {
  .contBuscadorCapitulos-Profesor {
    float: left;
    position: relative;
    right: auto; } }

@media (min-width: 320px) {
  .contBuscadorCapitulos-Profesor input {
    height: 37px;
    width: 230px;
    border-radius: 19px;
    background-color: #fff;
    color: #8A8B8A;
    font-family: 'SegoeUI', serif;
    font-size: 13px;
    padding: 10px 35px 10px 17px;
    z-index: 1;
    outline: none;
    border: 1px solid #E2E2E2 !important; }
    .contBuscadorCapitulos-Profesor input::-webkit-input-placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; }
    .contBuscadorCapitulos-Profesor input:-ms-input-placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; }
    .contBuscadorCapitulos-Profesor input::-ms-input-placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; }
    .contBuscadorCapitulos-Profesor input::placeholder {
      color: #8A8B8A;
      font-family: 'SegoeUI', serif;
      font-size: 13px; } }

@media (min-width: 360px) {
  .contBuscadorCapitulos-Profesor input {
    width: 270px; } }

@media (min-width: 768px) {
  .contBuscadorCapitulos-Profesor input {
    width: 280px; } }

.contBuscadorCapitulos-Profesor button {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  background: transparent;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer; }
  .contBuscadorCapitulos-Profesor button img {
    width: 100%;
    vertical-align: top; }

.blockAccesoOptions {
  position: absolute;
  width: 234px;
  right: 0;
  top: 130%;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .blockAccesoOptions ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .blockAccesoOptions ul li {
      width: 100%;
      display: block; }
      .blockAccesoOptions ul li a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 23px 20px; }

.sliderBlock {
  overflow-y: hidden;
  max-height: 500px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.sliderBlock.closed {
  max-height: 0; }

.blockAccesoPerfil {
  border-bottom: 1px solid rgba(138, 139, 138, 0.2);
  font-family: 'SegoeUI', serif;
  font-size: 14px;
  color: #8A8B8A; }
  .blockAccesoPerfil:hover {
    color: #8A8B8A;
    text-decoration: none; }

.icon-blockAccesoPerfil {
  width: 16px;
  height: 20px;
  margin-right: 15px; }
  .icon-blockAccesoPerfil img {
    width: 100%;
    vertical-align: top; }

.blockAccesoSalir {
  color: #FF7285;
  font-family: 'SegoeUI', serif;
  font-size: 14px; }
  .blockAccesoSalir:hover {
    color: #FF7285;
    text-decoration: none; }

.icon-blockAccesoSalir {
  width: 16px;
  height: 14px;
  margin-right: 15px; }
  .icon-blockAccesoSalir img {
    width: 100%;
    vertical-align: top; }

@media (min-width: 320px) {
  .wrapperDashProfesor {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 20px; } }

@media (min-width: 992px) {
  .wrapperDashProfesor {
    padding: 0;
    height: calc(100vh - 220px); } }

@media (min-width: 320px) {
  .wrapperdp-left {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    height: 100%; } }

@media (min-width: 768px) {
  .wrapperdp-left {
    width: calc(100% - 350px);
    margin-bottom: 0; } }

@media (min-width: 320px) {
  .wrapperdp-right {
    position: relative;
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 25px;
    height: 100%;
    padding: 22px 25px; } }

@media (min-width: 768px) {
  .wrapperdp-right {
    height: 820px;
    width: 325px;
    float: right;
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .wrapperdp-right {
    height: 100%; } }

.wrapperdp-right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 20px;
  left: 0;
  background: white;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  z-index: 200; }

.actividadReciente {
  float: left;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px; }
  .actividadReciente p {
    font-size: 16px;
    color: #4A4A4A;
    font-family: 'SegoeUI-Bold', serif;
    width: auto;
    position: relative;
    float: left;
    margin: 0; }
  .actividadReciente a {
    width: 22px;
    height: 5px;
    display: block;
    position: relative;
    float: right; }
    .actividadReciente a .iconActReciente {
      width: 100%;
      height: 100%; }
      .actividadReciente a .iconActReciente img {
        width: 100%;
        vertical-align: top; }

@media (min-width: 320px) {
  .innerWrapperdp-right {
    float: left;
    position: relative;
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    padding-bottom: 50px;
    z-index: 50; } }

@media (min-width: 768px) {
  .innerWrapperdp-right {
    height: calc(100% - 42px); } }

.scrollWrapperdp-right {
  float: left;
  position: relative;
  width: 100%;
  z-index: 100; }
  .scrollWrapperdp-right ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none; }
    .scrollWrapperdp-right ul li {
      width: 100%;
      display: block; }
      .scrollWrapperdp-right ul li:first-child a:before {
        content: '';
        position: absolute;
        height: 200%;
        width: 1px;
        background-color: rgba(138, 139, 138, 0);
        top: -169%;
        left: 19px;
        z-index: 50; }
      .scrollWrapperdp-right ul li:last-child a:after {
        content: '';
        position: absolute;
        height: 200%;
        width: 1px;
        background-color: rgba(138, 139, 138, 0);
        top: 69%;
        left: 19px;
        z-index: 50; }
      .scrollWrapperdp-right ul li a {
        padding: 22.5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 100; }
        .scrollWrapperdp-right ul li a:before {
          content: '';
          position: absolute;
          height: 200%;
          width: 1px;
          background-color: rgba(138, 139, 138, 0.25);
          top: -169%;
          left: 19px;
          z-index: 50; }
        .scrollWrapperdp-right ul li a:after {
          content: '';
          position: absolute;
          height: 200%;
          width: 1px;
          background-color: rgba(138, 139, 138, 0.25);
          top: 69%;
          left: 19px;
          z-index: 50; }

.iconNotificaciones {
  min-width: 38px;
  width: 38px;
  min-height: 38px;
  height: 38px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #fff; }
  .iconNotificaciones img {
    width: 100%;
    vertical-align: top; }

.lblWrapperNotificaciones {
  position: relative;
  float: right;
  min-width: calc(100% - 48px); }

.lblNotificacion {
  float: left;
  position: relative;
  width: 100%;
  color: #707070;
  font-size: 12px;
  font-family: 'SegoeUI', serif;
  margin: 0; }
  .lblNotificacion .ntfBlack {
    font-family: 'SegoeUI-Bold', serif;
    margin-right: 5px; }

.ntfTime {
  float: left;
  position: relative;
  width: 100%;
  color: #707070;
  font-size: 12px;
  font-family: 'SegoeUI', serif;
  margin: 0; }

@media (min-width: 320px) {
  .totalNotificaciones {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px; } }

@media (min-width: 1366px) {
  .totalNotificaciones {
    margin-bottom: 30px; } }

@media (min-width: 320px) {
  .ttlNotificaciones {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 10px #8A8B8A1A;
    box-shadow: 0 0 10px #8A8B8A1A;
    border-radius: 5px; } }

@media (min-width: 1366px) {
  .ttlNotificaciones {
    width: 302px; } }

@media (min-width: 320px) {
  .ttlNotificaciones:first-child {
    margin: 0 0 20px; } }

@media (min-width: 1366px) {
  .ttlNotificaciones:first-child {
    margin: 0 20px 0 0; } }

@media (min-width: 1600px) {
  .ttlNotificaciones {
    width: 300px; } }

.alumnosTotal {
  position: relative;
  width: calc(100% - 27px);
  float: left; }

.lblTotal {
  font-size: 23px;
  color: #fff;
  font-family: 'SegoeUI-Semilight', serif;
  width: 100%;
  margin: 0;
  line-height: 1; }

.txtTotal {
  font-size: 12px;
  color: #fff;
  font-family: 'SegoeUI', serif;
  width: 100%;
  margin: 0;
  text-transform: uppercase; }

.iconAlumnosTotal {
  position: relative;
  width: 27px;
  height: 27px;
  float: right; }
  .iconAlumnosTotal img {
    width: 100%;
    vertical-align: top; }

@media (min-width: 320px) {
  .inscritosRecientes {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 25px;
    box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 18px -1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: auto; } }

@media (min-width: 992px) {
  .inscritosRecientes {
    height: 81%; } }

@media (min-width: 1366px) {
  .inscritosRecientes {
    height: calc(100% - 120px); } }

.listInscritosRecientes {
  float: left;
  position: relative;
  width: 100%;
  height: 100%; }

@media (min-width: 320px) {
  .innerInscritosRecientes {
    float: left;
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden; } }

@media (min-width: 768px) {
  .innerInscritosRecientes {
    height: 550px; } }

@media (min-width: 992px) {
  .innerInscritosRecientes {
    height: 100%; } }

.innerInscritosRecientes ul {
  overflow-y: scroll;
  float: left;
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  margin: 0;
  padding: 20px 0 0;
  list-style: none; }
  @media (min-width: 320px) {
    .innerInscritosRecientes ul li {
      position: relative;
      float: left;
      width: 100%;
      margin: 10px 0; } }
  @media (min-width: 1366px) {
    .innerInscritosRecientes ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (min-width: 320px) {
  .itemListInscritos {
    position: relative;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1366px) {
  .itemListInscritos {
    width: calc(100% - 100px); } }

.itemListInscritos p {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #707070;
  font-family: 'SegoeUI-Bold', serif;
  margin: 0; }

.photoListInscrito {
  position: relative;
  min-width: 38px;
  width: 38px;
  min-height: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px; }
  .photoListInscrito img {
    width: 100%;
    vertical-align: top; }

@media (min-width: 320px) {
  .timeListInscritos {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 10px 0 55px; } }

@media (min-width: 1366px) {
  .timeListInscritos {
    width: 100px;
    padding: 0 10px; } }

.timeListInscritos p {
  width: 100%;
  text-align: left;
  font-size: 11px;
  color: #808495;
  font-family: 'SegoeUI', serif;
  margin: 0; }

/*======================================================================*
    Panel Video
*======================================================================*/
.innerWrapperPanelVideo,
.panelVideoSuperior,
.wrapperPanelVideo {
  float: left;
  position: relative;
  width: 100%; }

.returnPanelMobile {
  float: left;
  position: relative;
  width: 100%;
  height: 42px;
  background-color: #2E75B6; }

@media (min-width: 992px) {
  .panelVideoSuperior .returnPanelMobile {
    display: none; } }

@media (min-width: 320px) {
  .tabsControlPanel .returnPanelMobile {
    display: none; } }

@media (min-width: 992px) {
  .tabsControlPanel .returnPanelMobile {
    display: block; } }

.btnReturnPanelMobile {
  position: relative;
  float: left;
  width: auto; }
  .btnReturnPanelMobile a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: auto;
    position: relative;
    float: left;
    font-size: 12px;
    font-family: 'SegoeUI-Semibold', serif;
    text-transform: uppercase;
    color: #fff; }
    .btnReturnPanelMobile a .iconReturnPanelMobile {
      width: 42px;
      height: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 13px;
      position: relative;
      float: left; }
      .btnReturnPanelMobile a .iconReturnPanelMobile img {
        width: 100%;
        vertical-align: top; }

.returnAlertas {
  width: 42px;
  height: 42px;
  position: relative;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px;
  background-color: #17548D; }
  .returnAlertas img {
    width: 100%;
    vertical-align: top; }

@media (min-width: 320px) {
  .wrprPanelVideoScroll {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto !important; } }

@media (min-width: 992px) {
  .wrprPanelVideoScroll {
    width: calc(100% - 350px);
    height: 100vh;
    overflow-y: scroll !important; } }

@media (min-width: 320px) {
  .tabsControlPanel {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    padding-bottom: 50px; } }

@media (min-width: 992px) {
  .tabsControlPanel {
    float: right;
    width: 350px;
    height: 100vh;
    padding-bottom: 0; } }

@media (min-width: 320px) {
  .innerPanelVideoSuperior {
    float: left;
    position: relative;
    width: 100%;
    min-height: 200px;
    background-color: #17548D; } }

@media (min-width: 992px) {
  .innerPanelVideoSuperior {
    min-height: 450px; } }

.innerPanelVideoSuperior iframe {
  width: 100% !important;
  height: 100% !important; }

@media (min-width: 320px) {
  .descripcionVideoPanel {
    display: none; } }

@media (min-width: 992px) {
  .descripcionVideoPanel {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 55px 65px; } }

.descripcionVideoPanel p {
  margin: 0;
  color: #8A8B8A;
  font-size: 14px;
  font-family: 'SegoeUI', serif;
  width: 100%; }

.descripcionVideoPanel ul {
  margin: 1rem 0; }
  .descripcionVideoPanel ul li {
    margin: 0 0 10px;
    color: #8A8B8A;
    font-size: 14px;
    font-family: 'SegoeUI', serif;
    width: 100%; }
    .descripcionVideoPanel ul li p {
      margin: 0; }
    .descripcionVideoPanel ul li a {
      display: block;
      margin: 0 0 10px;
      color: #8A8B8A;
      font-size: 14px;
      font-family: 'SegoeUI', serif; }
      .descripcionVideoPanel ul li a:hover {
        color: #8A8B8A; }

@media (min-width: 320px) {
  .dVideoPanelTtl {
    font-family: 'SegoeUI-Semilight', serif;
    font-size: 24px;
    color: #2E75B6;
    margin: 0 0 30px;
    width: 100%; } }

@media (min-width: 992px) {
  .dVideoPanelTtl {
    font-size: 30px; } }

@media (min-width: 320px) {
  .panelNavegacionTabs {
    float: left;
    position: relative;
    width: 100%;
    margin: 20px 0; } }

@media (min-width: 768px) {
  .panelNavegacionTabs {
    display: none; } }

.slctPanelStyle {
  outline: none !important;
  border: 1px solid #2E75B6 !important;
  height: 52px;
  border-radius: 26px;
  color: #8A8B8A;
  font-family: 'SegoeUI-Semilight', serif;
  padding: 0 10px;
  width: 90%;
  left: 5%;
  position: relative; }

@media (min-width: 320px) {
  .navTabsPanel {
    display: none; } }

@media (min-width: 768px) {
  .navTabsPanel {
    display: block;
    border: none !important;
    background-color: #fff;
    float: left;
    position: relative;
    width: 100%; } }

.navTabsPanel .nav-link {
  color: rgba(138, 139, 138, 0.5) !important;
  border: none !important;
  font-size: 12px;
  font-family: 'SegoeUI', serif;
  padding: 10px 5px;
  text-align: center; }

.navTabsPanel .nav-item.show .nav-link,
.navTabsPanel .nav-link.active {
  color: #4A4A4A !important;
  border-bottom: 2px solid #2E75B6 !important;
  font-size: 12px;
  font-family: 'SegoeUI-Bold', serif;
  background: transparent; }

@media (min-width: 768px) {
  .navTabsPanel .nav-item {
    width: 25%;
    position: relative;
    float: left;
    font-size: 12px;
    color: #8A8B8A !important;
    font-family: 'SegoeUI', serif;
    border: none !important; } }

@media (min-width: 992px) {
  .navTabsPanel .nav-item {
    width: 33.33%; } }

@media (min-width: 992px) {
  .optionMobile {
    display: none; } }

.iconTabPanel {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  height: 12px; }
  .iconTabPanel img {
    height: 100%;
    margin: auto; }

.imgTabPanelNormal {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.imgTabPanelActivo {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.navTabsPanel .nav-link.active .imgTabPanelActivo {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.navTabsPanel .nav-link.active .imgTabPanelNormal {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (min-width: 320px) {
  .contentTabWrapper {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden; } }

@media (min-width: 992px) {
  .contentTabWrapper {
    height: calc(100vh - 100px); } }

.tab-content {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  background: #E8F0F8 !important; }

.CollapseModulos {
  float: left;
  position: relative;
  width: 100%; }
  .CollapseModulos .card {
    border: none !important;
    background: #E8F0F8 !important; }
    .CollapseModulos .card .card-header {
      padding: 0 !important;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, 0.03);
      border-bottom: 1px solid rgba(0, 0, 0, 0) !important; }
      .CollapseModulos .card .card-header .btn {
        padding: 0.75rem 0 0.75rem 1.25rem !important;
        width: 100%;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        background: #E8F0F8 !important; }
      .CollapseModulos .card .card-header .btn[aria-expanded="true"] {
        background: #F5F5F5 !important; }
    .CollapseModulos .card .colback {
      background: #F5F5F5 !important; }

.innerTapTtlPanel {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  height: 100%;
  padding-right: 10px; }
  .innerTapTtlPanel h4 {
    width: 100%;
    font-size: 13px;
    color: #2E75B6;
    margin: 0;
    font-family: 'SegoeUI-Bold', serif; }
  .innerTapTtlPanel p {
    width: 100%;
    font-size: 12px;
    color: #2E75B6;
    margin: 0;
    font-family: 'SegoeUI', serif; }

.iconCarotPanel {
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .iconCarotPanel img {
    width: 50%;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.CollapseModulos .btn[aria-expanded="false"] .iconCarotPanel img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.duracionClasePanel,
.listClasesPanel,
.nombreClasePanel,
.profesoresClasePanel {
  float: left;
  position: relative;
  width: 100%; }

.listClasesPanel {
  padding-bottom: 20px;
  z-index: 10; }
  .listClasesPanel:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 5px;
    left: 6px;
    background-color: rgba(46, 117, 182, 0.2); }
  .listClasesPanel:last-child::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 6px;
    background-color: rgba(46, 117, 182, 0); }

.nombreClasePanel {
  padding: 0 10px 0 25px;
  z-index: 50; }
  .nombreClasePanel:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #2E75B6;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0; }
  .nombreClasePanel p {
    font-family: 'SegoeUI-Bold', serif;
    font-size: 13px;
    color: #8A8B8A;
    margin: 0;
    width: 100%; }

.listClasesPanel.active .nombreClasePanel {
  padding: 0 10px 0 25px;
  z-index: 50; }
  .listClasesPanel.active .nombreClasePanel:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #2E75B6;
    background-color: #2E75B6;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0; }
  .listClasesPanel.active .nombreClasePanel p {
    font-family: 'SegoeUI-Bold', serif;
    font-size: 13px;
    color: #2E75B6;
    margin: 0;
    width: 100%; }

.duracionClasePanel {
  padding: 0 10px 0 25px;
  z-index: 50; }
  .duracionClasePanel p {
    color: #8A8B8A;
    font-family: 'SegoeUI', serif;
    font-size: 12px;
    margin: 0;
    width: 100%; }

.profesoresClasePanel {
  padding: 0 10px 0 25px;
  z-index: 50; }
  .profesoresClasePanel p {
    color: #707070;
    font-family: 'SegoeUI-Semibold', serif;
    font-size: 12px;
    margin: 0;
    width: 100%; }

.prefProfesores {
  position: relative;
  float: left;
  width: 25px;
  height: 100%; }

.profesoresComplemento {
  position: relative;
  float: right;
  width: calc(100% - 25px); }

.complementariosDescarga,
.itemComplementariosDescarga {
  float: left;
  position: relative;
  width: 100%; }

.complementariosDescarga {
  padding-bottom: 20px; }

.itemComplementariosDescarga {
  background: #fff;
  padding: 16px 13px;
  margin-bottom: 20px; }
  .itemComplementariosDescarga:last-child {
    margin-bottom: 0; }

.itemComplementariosDescarga:hover {
  text-decoration: none; }

.itemComplementariosDescarga p {
  position: relative;
  width: calc(100% - 20px);
  float: left;
  margin: 0;
  font-size: 14px;
  color: #8A8B8A;
  font-family: 'SegoeUI', serif; }

.itemComplementariosDescarga .iconCompDescarga {
  position: relative;
  float: right;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .itemComplementariosDescarga .iconCompDescarga img {
    width: 80%; }

.allItemsComplementariosDescarga {
  padding: 16px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
  float: left; }
  .allItemsComplementariosDescarga p {
    position: relative;
    float: right;
    width: auto;
    margin: 0;
    font-family: 'SegoeUI-Bold', serif;
    color: #2E75B6;
    text-transform: uppercase;
    font-size: 12px; }

.iconAllItemsComplementariosDescarga {
  position: relative;
  float: left;
  width: 15px;
  height: 14px;
  margin-right: 10px; }
  .iconAllItemsComplementariosDescarga img {
    width: 100%;
    vertical-align: top; }

.txt-wrapperSubirTareas,
.wrapperSubirTareas {
  float: left;
  position: relative;
  width: 100%; }

.wrapperSubirTareas {
  padding: 27px 30px; }

.txt-wrapperSubirTareas {
  margin-bottom: 20px; }
  .txt-wrapperSubirTareas h4 {
    font-size: 14px;
    font-family: 'SegoeUI-Bold', serif;
    width: 100%;
    text-transform: uppercase;
    color: #2E75B6; }
  .txt-wrapperSubirTareas p {
    font-size: 14px;
    color: #8A8B8A;
    font-family: 'SegoeUI', serif;
    width: 100%; }

.uploadSubirTareas {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 320px) {
    .uploadSubirTareas a {
      width: 100%;
      padding: 20px;
      font-family: 'SegoeUI-Semibold', serif;
      color: #fff;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #2E75B6;
      border-radius: 36px; }
      .uploadSubirTareas a:hover {
        text-decoration: none; }
      .uploadSubirTareas a .iconUploadSubirTareas {
        width: 15px;
        height: 20px; }
        .uploadSubirTareas a .iconUploadSubirTareas img {
          width: 100%;
          vertical-align: top; } }
  @media (min-width: 768px) {
    .uploadSubirTareas a {
      width: 190px; } }

@media (min-width: 320px) {
  .wrapperMobileDescription {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 20px; } }

@media (min-width: 768px) {
  .wrapperMobileDescription {
    padding: 50px; } }

@media (min-width: 992px) {
  .wrapperMobileDescription {
    display: none; } }

.wrapperMobileDescription p {
  margin: 0;
  color: #8A8B8A;
  font-size: 14px;
  font-family: 'SegoeUI', serif;
  width: 100%; }

.wrapperMobileDescription ul {
  margin: 1rem 0; }
  .wrapperMobileDescription ul li {
    margin: 0 0 10px;
    color: #8A8B8A;
    font-size: 14px;
    font-family: 'SegoeUI', serif;
    width: 100%; }
    .wrapperMobileDescription ul li p {
      margin: 0; }
    .wrapperMobileDescription ul li a {
      display: block;
      margin: 0 0 10px;
      color: #8A8B8A;
      font-size: 14px;
      font-family: 'SegoeUI', serif; }
      .wrapperMobileDescription ul li a:hover {
        color: #8A8B8A; }

/*======================================================================*
    Ajustes Nuevos
*======================================================================*/
.btnSubmitInscripcion .form-check .form-check-input {
  position: relative !important;
  margin-top: auto !important;
  margin-left: auto !important; }

@media (min-width: 320px) {
  .menuInterno-md {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; } }

.wrapperTxt-md {
  float: left;
  position: relative;
  width: 100%; }

@media (min-width: 320px) {
  .inner-wrapperTxt-md {
    float: left;
    position: relative;
    width: 100%; } }

@media (min-width: 768px) {
  .inner-wrapperTxt-md {
    padding: 20px; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md {
    padding: 40px; } }

@media (min-width: 320px) {
  .inner-wrapperTxt-md h1,
  .inner-wrapperTxt-md h2,
  .inner-wrapperTxt-md h3 {
    font-size: 24px;
    font-family: 'SegoeUI-Bold', serif;
    color: #2E75B6;
    line-height: 1.4; } }

@media (min-width: 320px) {
  .inner-wrapperTxt-md h4,
  .inner-wrapperTxt-md h5,
  .inner-wrapperTxt-md h6 {
    font-size: 20px;
    font-family: 'SegoeUI-Bold', serif;
    color: #2E75B6;
    line-height: 1.4; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md h1 {
    font-size: 37px; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md h2 {
    font-size: 27px; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md h3 {
    font-size: 22px; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md h4 {
    font-size: 18px; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md h5 {
    font-size: 16px; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md h6 {
    font-size: 12px; } }

.inner-wrapperTxt-md a,
.inner-wrapperTxt-md p {
  font-family: 'SegoeUI', serif;
  color: #8A8B8A;
  font-size: 14px; }
  .inner-wrapperTxt-md a span,
  .inner-wrapperTxt-md p span {
    font-family: 'SegoeUI-Semibold', serif; }

.inner-wrapperTxt-md a {
  text-decoration: underline;
  margin-bottom: 1rem;
  display: block; }

.inner-wrapperTxt-md li {
  font-family: 'SegoeUI-Italic', serif;
  color: #8A8B8A;
  font-size: 14px; }
  .inner-wrapperTxt-md li a,
  .inner-wrapperTxt-md li p {
    font-family: 'SegoeUI-Italic', serif; }

.inner-wrapperTxt-md table {
  font-family: 'SegoeUI', serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px; }

.inner-wrapperTxt-md td,
.inner-wrapperTxt-md th {
  border: 1px solid rgba(138, 139, 138, 0.5);
  text-align: left;
  padding: 8px; }

.inner-wrapperTxt-md tr:nth-child(even) {
  background-color: rgba(138, 139, 138, 0.2); }

.inner-wrapperTxt-md img {
  width: 100%;
  display: block;
  margin-bottom: 20px; }

.inner-wrapperTxt-md .wrpImagePagina {
  width: 100%;
  margin-bottom: 20px; }
  .inner-wrapperTxt-md .wrpImagePagina img {
    display: block;
    margin: auto;
    width: 80%;
    vertical-align: top; }

@media (min-width: 320px) {
  .inner-wrapperTxt-md .wrpVideoPagina {
    width: 100%;
    height: 280px;
    margin-bottom: 20px; }
    .inner-wrapperTxt-md .wrpVideoPagina iframe {
      width: 100% !important;
      height: 100% !important; } }

@media (min-width: 992px) {
  .inner-wrapperTxt-md .wrpVideoPagina {
    height: 350px; } }

@media (min-width: 1400px) {
  .inner-wrapperTxt-md .wrpVideoPagina {
    height: 550px; } }

/*======================================================================*
Variables //
*======================================================================*/
/*======================================================================*
Mixings //
*======================================================================*/


/*======================================================================*
Loading //
*======================================================================*/
#Cont_Loading {
		position: fixed;
		text-align: center;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9999999;
		background-color: #000000;
		opacity: 0.7;
	}
	#Cont_Loading p {
		color: white;
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-40px,-80px);
		-moz-transform: translate(-40px,-80px);
		-ms-transform: translate(-40px,-80px);
		-o-transform: translate(-40px,-80px);
		transform: translate(-40px,-80px);
	}
	#img_loading_logo {
		width: 80px;
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-40px,-190px);
		-moz-transform: translate(-40px,-190px);
		-ms-transform: translate(-40px,-190px);
		-o-transform: translate(-40px,-190px);
		transform: translate(-40px,-190px);
	}
	
	/*----------------------------------------*/

        .formInputInvalid {
            border-color: red !important;
        }

