@charset "UTF-8";
/* JR 2016 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.nav > li > a:focus,
.nav > li > a:hover {
  background: rgba(0, 0, 0, 0);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #000000;
  background: #rgba 0, 0, 0, 0;
}

.nav-pills > li > a {
  border-radius: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

.h1,
h1 {
  font-size: 33px;
}

a {
  color: #384ea0;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  color: #7a88bf;
  text-decoration: none;
}

textarea {
  min-width: 100%;
  max-width: 100%;
}

.navbar-default {
  background-color: inherit;
  border: 0;
}

.navbar {
  position: relative;
  min-height: inherit;
  margin-bottom: inherit;
  border: 0;
}

.nav-tabs > li > a {
  color: #5c6790;
}

.nav-tabs > li.active > a {
  color: #384ea0;
}

.nav-tabs > li.active > a:hover {
  color: #384ea0;
}

.h2-reset {
  margin: 0;
  padding: 0;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

@media screen and (min-width: 768px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.bg-green {
  background-color: #384ea0;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background: #efefef;
}

.color-principal {
  color: #384ea0;
}

.uprer,
.upper {
  text-transform: uppercase;
}

.margen-linea {
  margin-bottom: 24px;
}

.margen-linea:last-child {
  margin-bottom: 0;
}

.margin-h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.grey666 {
  color: #666;
}

.glyphicon {
  cursor: default;
}

.m1 {
  margin-top: 1em;
}

.m2 {
  margin-top: 32px !important;
}

.opa80 {
  opacity: .8;
}

.opa80 span,
.opa80 strong {
  opacity: 1;
}

.btn-fw {
  width: 100%;
}

.reset-margin {
  margin: 0;
  margin-bottom: 0 !important;
}

.reset-mr {
  margin-right: 0;
}

.mano,
.hand {
  cursor: hand;
  cursor: pointer;
}

@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
}

@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .col-md-less-right {
    padding-right: 0;
  }
  .col-md-less-left {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
}

.centrado {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.w100 {
  width: 100%;
}

.btn-full {
  width: 100%;
}

.m60 {
  margin-top: 60px;
}

.m50 {
  margin-top: 50px;
}

.m40 {
  margin-top: 40px;
}

.m30 {
  margin-top: 30px;
}

.m20 {
  margin-top: 20px;
}

.m10 {
  margin-top: 10px;
}

.m26 {
  margin-top: 26px;
}

body {
  font-family: 'Lato', sans-serif;
}

h1 {
  font-size: 34px;
  font-weight: 900;
}

h2 {
  font-size: 24px;
  font-weight: 900;
}

h3 {
  font-size: 20px;
  font-weight: 900;
}

h4 {
  /* Sobretítulo */
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  font-weight: 500;
}

p.subtitulo {
  font-weight: 900;
  color: #384ea0;
}

p.alt {
  font-size: 14px;
}

p.nota {
  font-size: 12px;
}

a {
  color: #ef3b24;
}

a:hover {
  color: #384ea0;
}

button,
.btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

button.alt,
.btn.alt {
  font-size: 12px;
}

button.nota,
.btn.nota {
  font-size: 10px;
}

label {
  color: #00a1d6;
}

.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 101;
}

.header-top .header-flex {
  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: 64px;
}

@media screen and (min-width: 768px) {
  .header-top .header-flex {
    height: 80px;
  }
}

.header-top .logo {
  height: 28px;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  .header-top .logo {
    height: 36px;
    margin-top: -12px;
  }
}

.header-top .navbar-nav {
  margin: 0;
}

.header-top .navbar-nav .open .dropdown-menu {
  position: fixed;
  top: 64px;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 8px 0 16px;
  background-color: white;
  -webkit-box-shadow: 0 16px 8px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0 16px 8px 0px rgba(0, 0, 0, 0.33);
}

@media screen and (min-width: 768px) {
  .header-top .navbar-nav .open .dropdown-menu {
    top: 80px;
  }
}

.header-top .navbar-nav .open .dropdown-menu hr {
  margin: 24px 0 16px;
}

.header-top .zona-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top .casa .circulo {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border: 1px solid #eee;
  border-radius: 100%;
  color: #384ea0;
}

.header-top .casa .circulo i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1280px) {
  .header-top .casa .circulo:hover {
    border: 0;
    background-color: #384ea0;
    color: white;
  }
}

.header-top .nav .open > a {
  background-color: transparent;
}

.header-top .nav .open > a .circulo {
  background-color: #ef3b24;
}

.header-top .nav .open > a img {
  display: none;
}

.header-top .nav .open > a i {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #ef3b24;
}

.header-top .nav .open > a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1280px) {
  .header-top .nav .open > a i:hover {
    background-color: #384ea0;
    color: white;
  }
}

.header-top .user {
  padding: 0;
}

.header-top .user .circulo {
  display: block;
  overflow: hidden;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #ef3b24;
  color: #384ea0;
}

.header-top .user .circulo img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-top .user .circulo .letras {
  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;
  height: 40px;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .header-top .user .circulo:hover {
    background-color: #384ea0;
    color: white;
  }
  .header-top .user .circulo:hover img {
    opacity: 0.5;
  }
}

.header-top .user i {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.header-top .navbar-login .img-user {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0 auto;
}

.header-top .navbar-login .img-user .foto {
  overflow: hidden;
  border-radius: 100%;
  background-color: #ef3b24;
  color: white;
}

.header-top .navbar-login .img-user .foto .letras {
  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;
  height: 80px;
  font-size: 24px;
  font-weight: 600;
}

.header-top .navbar-login .img-user .foto img {
  height: 80px;
  max-width: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-top .navbar-login .img-user .btn-camera {
  position: absolute;
  right: -8px;
  bottom: -8px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #384ea0;
  color: white;
}

.header-top .navbar-login .img-user .btn-camera i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-top .navbar-login h3 {
  color: #384ea0;
}

.header-top .btn-logout {
  color: indianred;
}

.pie-movil {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #131b36;
  z-index: 1;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .pie-movil {
    display: none;
  }
}

.pie-movil.nav-down {
  bottom: -80px;
}

@media screen and (min-width: 768px) {
  .pie-movil.nav-down {
    bottom: -96px;
  }
}

.pie-movil .navbar-nav {
  float: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .pie-movil .navbar-nav {
    height: 96px;
  }
}

.pie-movil .navbar-nav > li > a {
  padding: 0;
  background-color: transparent;
}

.pie-movil .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #ef3b24;
}

.pie-movil .navbar-nav .open .circulo {
  border: 0;
  background-color: #ef3b24;
  color: #384ea0;
}

.pie-movil .navbar-nav .open .circulo .cerrado {
  display: none;
}

.pie-movil .navbar-nav .open .circulo .abierto {
  display: block;
}

.pie-movil .navbar-nav .open .circulo i {
  color: #384ea0;
}

.pie-movil .navbar-nav .open .dropdown-menu {
  position: fixed;
  top: auto;
  bottom: 80px;
  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;
  height: 120px;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: #26346b;
}

@media screen and (min-width: 768px) {
  .pie-movil .navbar-nav .open .dropdown-menu {
    bottom: 96px;
  }
}

.pie-movil .navbar-nav .open .dropdown-menu h3 {
  margin: 0;
  color: white;
}

.pie-movil .navbar-nav .open .dropdown-menu h4 {
  margin-top: 0;
  font-weight: 900;
  color: #ef3b24;
}

.pie-movil .navbar-nav .open .dropdown-menu .navbar-pie {
  margin-top: -8px;
}

.pie-movil .navbar-nav .open .dropdown-menu.ayuda {
  height: 264px;
}

.pie-movil .navbar-nav .open .dropdown-menu.ayuda h3 {
  margin-bottom: 30px;
}

.pie-movil .navbar-nav .open .dropdown-menu.ayuda h3:last-child {
  margin: 0;
}

.pie-movil .navbar-nav .circulo {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  margin: 6px auto 0;
  border: 1px solid #26346b;
  border-radius: 100%;
}

.pie-movil .navbar-nav .circulo .cerrado {
  display: block;
}

.pie-movil .navbar-nav .circulo .abierto {
  display: none;
}

.pie-movil .navbar-nav .circulo i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ef3b24;
}

.pie-movil .navbar-nav .circulo .fa-power-off {
  color: indianred;
}

.pie-movil .navbar-nav .info {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .pie-movil .navbar-nav .info {
    margin-top: 4px;
    font-size: 10px;
  }
}

.pie-movil .navbar-nav .info.salir {
  color: #a02818;
}

.pie-movil .navbar-pie a {
  border-bottom: 1px dotted;
  color: white;
}

footer .soporte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 128px;
}

footer .soporte .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .soporte .fas,
footer .soporte .far {
  margin-right: 15px;
  font-size: 24px;
  color: #ef3b24;
}

footer .soporte h4 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #ef3b24;
}

footer .soporte p {
  margin-bottom: 0;
  color: white;
}

footer .soporte p a {
  border-bottom: 1px dotted;
  color: white;
}

footer .soporte p a:hover {
  color: #ef3b24;
}

footer.main {
  display: none;
  background: #131b36;
}

@media screen and (min-width: 1024px) {
  footer.main {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.modal .soporte .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .soporte .fas,
.modal .soporte .far {
  margin-right: 15px;
  font-size: 24px;
  color: #ef3b24;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background: #dfdfdf;
  font-size: 16px;
  overflow: visible;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}

main.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: calc(100vh - 333px);
}

main.main {
  min-height: calc(100vh + 81px);
  width: 100%;
  padding-top: 64px;
  padding-bottom: 80px;
  background: #00a1d6 url("/assets/img/bg-curso.jpg") no-repeat;
  background-position: center 64px;
  background-size: 150% auto;
}

@media screen and (min-width: 768px) {
  main.main {
    min-height: calc(100vh + 97px);
    padding-top: 80px;
    padding-bottom: 96px;
    background-position: center 80px;
  }
}

@media screen and (min-width: 1024px) {
  main.main {
    position: relative;
    overflow: inherit;
    height: auto;
    min-height: calc(100vh);
    padding: 80px 0 128px;
    background-size: 100% auto;
  }
}

main.curso {
  padding-top: 128px;
  padding-bottom: 80px;
  height: 100%;
  width: 100%;
  background: #00a1d7 no-repeat;
}

@media screen and (min-width: 768px) {
  main.curso {
    min-height: calc(100vh);
    padding-top: 160px;
    padding-bottom: 96px;
    background-position: center 80px;
  }
}

@media screen and (min-width: 1024px) {
  main.curso {
    position: relative;
    overflow: inherit;
    height: auto;
    min-height: calc(100vh);
    padding: 160px 0 128px;
    background-size: 100% auto;
  }
}

main.curso.home_curso {
  background-color: #eee;
}

main.dash > .container {
  padding-bottom: 64px;
}

.color_blanco {
  color: #fff !important;
}

section.cursos {
  padding-bottom: 20px;
}

.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .65;
}

.tab-content {
  padding: 16px;
  background: white;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  margin-bottom: 32px;
}

.embed-responsive-video {
  padding-bottom: 66.5%;
}

.caras {
  margin: 22px 0 40px 0;
  padding: 0;
  text-align: center;
}

.caras li {
  display: inline-block;
  width: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.caras li a:hover {
  opacity: 0.5;
}

.detalle-alumno {
  background-color: white;
  padding: 15px 5px;
  border-radius: 4px;
}

.detalle-alumno div:not(:last-child) {
  border-right: 1px solid #c5c9ca;
}

.figure-alumno {
  overflow: hidden;
  width: 120px;
  margin: 0 auto;
  border-radius: 100%;
}

.error-password {
  position: relative;
  padding-left: 0px;
  font-size: 14px;
}

.error-password li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}

.error-password li::before {
  content: "\f00d";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 5px;
  margin-right: 8px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.last-container {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-height: 500px;
}

.destacado .container {
  height: 250px;
}

.destacado #slider {
  height: 250px;
  overflow: hidden;
}

.mce-branding {
  display: none;
}

[v-cloak] {
  display: none;
}

.breadcrumb > li {
  overflow: hidden;
}

.breadcrumb > .active {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: baseline;
}

.hero .breadcrumb {
  padding: 5px 16px 0px;
}

.ice-af {
  height: calc(100% - 80px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: auto;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: auto;
}

@media screen and (min-width: 768px) {
  .ice-af {
    height: calc(100% - 96px);
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1024px) {
  .ice-af {
    min-height: calc(100vh - 288px);
  }
}

.ice-af .navbar-inverse .navbar-text {
  font-size: 16px;
  line-height: 1;
  margin: 8px 0;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}

.ice-af .navbar {
  position: relative;
  border-radius: 0;
  margin: none;
}

.ice-af .navbar a > i {
  color: white;
  margin-right: 4px;
  font-size: 16px;
}

.ice-af .navbar .logout {
  padding: 8px;
}

.ice-af .navbar .logout .btn-primary {
  border: none;
  color: white;
  background-color: #384ea0;
}

.ice-af .navbar .logout .btn-primary:hover, .ice-af .navbar .logout .btn-primary:active, .ice-af .navbar .logout .btn-primary:focus, .ice-af .navbar .logout .btn-primary:active:focus {
  color: white;
  background-color: #7a88bf;
}

.ice-af .navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  padding: 0;
}

.ice-af .navbar-top {
  background-color: #384ea0;
  color: white;
}

.ice-af .navbar-top .navbar-login {
  width: 340px;
  padding: 8px 0;
  color: #333;
  overflow: hidden;
}

.ice-af .navbar-top .navbar-login .user-name {
  margin: 0;
}

.ice-af .navbar-top .navbar-login .user-email {
  font-size: 80%;
}

.ice-af .navbar-top .navbar-login a:hover {
  text-decoration: underline;
}

.ice-af .navbar-top .navbar-right {
  margin-right: -15px;
}

.ice-af .navbar-top .navbar-nav > li > a {
  color: white;
  border-left: solid white 1px;
  padding: 6px 20px;
  font-size: 13px;
}

.ice-af .navbar-top .navbar-nav > li > a:hover, .ice-af .navbar-top .navbar-nav > li > a:active, .ice-af .navbar-top .navbar-nav > li > a:focus, .ice-af .navbar-top .navbar-nav > li > a:active:focus {
  background: #7a88bf;
}

.ice-af .navbar-top .navbar-nav > li:last-child a {
  border-right: solid white 1px;
}

.ice-af .navbar-top .navbar-nav > .open > a,
.ice-af .navbar-top .navbar-nav > .open > a:focus,
.ice-af .navbar-top .navbar-nav > .open > a:hover {
  background: #7a88bf;
  color: white;
  border-color: white;
}

.ice-af .navbar-brand {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 9px 0;
}

.ice-af .navbar-brand img {
  display: block;
  position: relative;
  margin-left: -24px;
}

.ice-af .navbar-brand:hover {
  opacity: 0.85;
}

.ice-af .rol-programa {
  position: relative;
  float: left;
  height: 100px;
}

.ice-af .rol-programa h4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 9px 15px 8px;
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
}

.ice-af .img-user {
  background-color: #ddd;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  background-size: cover;
}

.ice-af .navbar-bottom {
  background-color: white;
}

.ice-af .navbar-bottom .navbar-right a {
  font-size: 1.2em;
  padding: 0 15px;
  line-height: 100px;
}

.ice-af .navbar-bottom .navbar-right .cerrar {
  padding: 34px 19px;
  display: block;
}

.ice-af .navbar-bottom .navbar-right .cerrar img {
  display: block;
}

.ice-af .navbar-bottom .navbar-right .cerrar:hover {
  background: #2d3f82;
}

.ice-af .btn-top-destacado {
  background-color: #E3E3E3;
}

.ice-af .btn-top-destacado:hover {
  background-color: white;
}

.ice-af .navbar-nav.usuario {
  margin-left: 210px;
}

@media screen and (max-width: 768px) {
  .ice-af h3.navbar-text {
    font-size: 18px;
  }
}

.ice-af .border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

.ice-af .figure-hover a {
  display: block;
  background-color: #008a9b;
}

.ice-af .figure-hover:hover img {
  opacity: 0.8;
}

.ice-af section.cursos {
  padding-bottom: 24px;
}

.ice-af .bienvenida {
  height: 345px;
}

.ice-af .bienvenida h4 {
  width: 120px;
  padding-right: 15px;
  border-right: 1px dotted #384ea0;
  text-align: right;
}

.ice-af .bienvenida div {
  margin: 3px;
}

@media only screen and (max-width: 1199px) {
  .ice-af .bienvenida {
    height: 297px;
    background-size: auto 297px;
  }
}

.ice-af .pcontrol .hgroup-menu {
  margin-bottom: 30px;
}

.ice-af .pcontrol .card.curso:hover::after {
  padding-top: 165px;
  border-radius: 4px;
}

.ice-af .cursos .hgroup .page-heading {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  color: #384ea0;
}

.ice-af .cursos .hgroup .page-heading span {
  font-weight: 700;
  color: #384ea0;
}

.ice-af .cursos .icon {
  position: absolute;
  right: 15px;
  bottom: 18px;
}

.ice-af .cursos .card-ent {
  margin: 0;
  padding-bottom: 0;
  background-color: #bbc3df;
}

.ice-af .cursos .card-ent .card-heading {
  position: relative;
  height: 118px;
}

.ice-af .cursos .card-ent .card-heading h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 185px;
  margin: 0;
  font-size: 30px;
}

.ice-af .cursos .card-ent .card-heading h3 span {
  position: absolute;
  top: 9px;
  font-size: 18px;
  font-weight: 100;
  color: #4a5f69;
}

@media only screen and (max-width: 1199px) {
  .ice-af .cursos .card-ent .card-heading {
    min-height: 113px;
    height: 113px;
  }
}

.ice-af .cursos .card-ent.curso:hover::after {
  width: 30%;
  height: 100%;
  padding: 0;
}

.ice-af .cursos .card-eva {
  margin: 0;
  padding-bottom: 0;
  background-color: #ed7527;
}

.ice-af .cursos .card-eva .card-heading {
  position: relative;
  height: 118px;
}

.ice-af .cursos .card-eva .card-heading h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 185px;
  margin: 0;
  font-size: 30px;
  color: white;
  border-left: 2px solid white;
}

.ice-af .cursos .card-eva .card-heading h3 span {
  position: absolute;
  top: 9px;
  font-size: 18px;
  font-weight: 100;
}

.ice-af .cursos .card-eva .card-heading .notas {
  position: absolute;
  top: 108px;
  left: 147px;
  font-size: 18px;
  font-weight: 100;
  color: #4a5f69;
}

@media only screen and (max-width: 1199px) {
  .ice-af .cursos .card-eva .card-heading {
    min-height: 113px;
    height: 113px;
  }
}

.ice-af .cursos .card-eva.curso:hover::after {
  width: 0%;
  height: 100%;
  padding: 0;
}

.ice-af .cursos .card-eva:hover .card-heading h3 {
  color: black;
  border-left: 2px solid black;
}

.ice-af .cursos .panel-heading {
  padding: 12px 15px;
  background-color: #eee;
}

.ice-af .cursos .panel-body {
  background-color: whitesmoke;
}

.ice-af .cursos .panel-body .contenedor-chart {
  position: relative;
  height: 182px;
}

.ice-af .cursos .panel-body .contenedor-chart .chart-leyenda,
.ice-af .cursos .panel-body .contenedor-chart canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ice-af .cursos .panel-body .contenedor-chart .chart-leyenda {
  height: 182px;
  width: 182px;
  text-align: center;
}

.ice-af .cursos .panel-title {
  text-transform: uppercase;
  color: #666;
}

.ice-af .card .cur-sta {
  top: 10px;
}

.ice-af a.card.disabled,
.ice-af fieldset[disabled] a.card {
  pointer-events: inherit;
}

.ice-af .card.disabled,
.ice-af .card[disabled],
.ice-af fieldset[disabled] .card {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.ice-af .ellave {
  position: relative;
  margin-top: -15px;
  margin-bottom: 30px;
  font-weight: 700;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
}

.ice-af .ellave .cur-sta {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ice-af .ellave .cur-sta i {
  margin: 0;
}

.ice-af .cur-sta {
  position: absolute;
  right: 8px;
  top: -4px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 2px solid white;
}

.ice-af .cur-sta i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.ice-af .gris {
  background-color: grey;
}

.ice-af .blanco {
  background-color: white;
}

.ice-af .blanco i {
  color: #384ea0;
}

.ice-af .verde {
  background-color: green;
}

.ice-af .violeta {
  background-color: #26346b;
}

.ice-af .leyenda {
  margin-top: 15px;
  text-align: center;
}

.ice-af .leyenda span {
  margin-right: 5px;
}

.ice-af .leyenda span:last-child {
  margin-right: 0;
}

.ice-af .label-realizado {
  font-weight: 100;
  background-color: #7a88bf;
}

.ice-af .label-pendiente {
  font-weight: 100;
  background-color: white;
  color: #666;
}

.ice-af .btn-eva {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #00a1d6;
  color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
}

.ice-af .btn-eva h4 {
  margin: 30px 0;
  padding: 0 15px;
  font-weight: 700;
  font-size: 30px;
}

.ice-af .btn-eva .cur-sta {
  top: 10px;
}

.ice-af .btn-eva span {
  position: absolute;
  top: 9px;
  font-size: 18px;
  font-weight: 100;
}

.ice-af .btn-eva .sta {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}

.ice-af .btn-eva .sta i {
  padding-right: 15px;
  font-size: 30px;
}

.ice-af .btn-eva:hover, .ice-af .btn-eva:active, .ice-af .btn-eva:focus, .ice-af .btn-eva:active:focus {
  background-color: #2b3c7a;
  color: white;
}

.ice-af a.btn-eva.disabled,
.ice-af fieldset[disabled] a.btn-eva {
  pointer-events: none;
  background-color: #00a1d6;
}

.ice-af .btn-eva.disabled,
.ice-af .btn-eva[disabled],
.ice-af fieldset[disabled] .btn-eva {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ice-af .table.modulos {
  text-align: center;
}

.ice-af .table.modulos th {
  border-bottom-width: 1px;
  text-align: center;
}

.ice-af .list-group-item.diploma {
  border: none;
}

.ice-af .diploma .btn {
  padding: 12px 16px;
}

.ice-af .tab-content {
  padding: 16px;
  background: white;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  margin-bottom: 32px;
}

.ice-af .embed-responsive-video {
  padding-bottom: 66.5%;
}

.ice-af .caras {
  margin: 22px 0 40px 0;
  padding: 0;
  text-align: center;
}

.ice-af .caras li {
  display: inline-block;
  width: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.ice-af .caras li a:hover {
  opacity: 0.5;
}

.ice-af .detalle-alumno {
  background-color: white;
  padding: 15px 5px;
  border-bottom: 1px solid #c5c9ca;
  border-radius: 5px;
}

.ice-af .detalle-alumno div:not(:last-child) {
  border-right: 1px solid #c5c9ca;
}

.ice-af .figure-alumno {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 140px;
  margin: 0 auto;
}

.ice-af .error-password {
  position: relative;
  padding-left: 10px;
}

.ice-af .error-password li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}

.ice-af .error-password li::before {
  content: "\f00d";
  position: absolute;
  top: 2px;
  left: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}

.ice-af .last-container {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-height: 500px;
}

.ice-af .nota1 {
  margin-top: 30px;
  background-color: #eee;
}

.ice-af .nota1 p {
  padding: 12px 15px;
  text-align: center;
}

.ice-af .presencial h4 {
  font-size: 16px;
  font-weight: 700;
}

.ice-af .presencial .nota {
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.ice-af .presencial .aprobado {
  background-color: green;
}

.ice-af .presencial .suspendido {
  background-color: red;
}

.ice-af .presencial .fecha {
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 24px;
  background-color: #eee;
}

.ice-af .presencial .diploma .btn {
  margin-top: 38px;
}

.ice-af .noaccess .jumbotron {
  height: 330px;
  margin-top: 133px;
  border-top: 5px solid #384ea0;
  border-radius: 9px;
  background: #eee;
}

.ice-af .noaccess .jumbotron div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ice-af .noaccess .jumbotron div h1 {
  margin: 24px 0 12px;
  font-size: 30px;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  color: #333;
}

.ice-af .noaccess .jumbotron div p {
  font-size: 18px;
  line-height: 24px;
  text-shadow: none;
  color: #666;
}

.ice-af .page-heading {
  position: relative;
  padding: 48px 0;
  color: #384ea0;
}

.ice-af .page-heading .actions {
  float: right;
  text-align: right;
}

.ice-af .page-heading .back {
  display: block;
  color: #384ea0;
  font-weight: 700;
  margin-bottom: 16px;
}

.ice-af .page-heading .back .fa {
  margin-left: 8px;
}

.ice-af .page-heading > .fa {
  float: left;
  background: white;
  color: #384ea0;
  margin: 0 16px 32px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  padding: 12px 0;
  text-align: center;
}

.ice-af .page-heading .page-num {
  position: absolute;
  top: 88px;
  left: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: white;
  color: #384ea0;
  border: 2px solid #384ea0;
  display: block;
}

.ice-af .page-heading .page-title {
  font-size: 40px;
  margin-top: 0;
}

.contador {
  color: #666 !important;
}

.nota .nota-c {
  padding: 16px 0;
  color: white;
  border-radius: 8px;
  background-color: #384ea0;
}

.nota .nota-c .sub {
  font-size: 14px;
  text-transform: uppercase;
}

.nota .nota-c .nota {
  font-size: 34px;
  font-weight: 800;
}

.nota .nota-c .fecha {
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.16);
}

.nota .estado {
  font-weight: 800;
  margin-top: 10px;
}

.nota .estado.supera {
  color: seagreen;
}

.nota .estado.nosupera {
  color: #a02818;
}

.nota .vale {
  font-size: 10px;
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: lightgrey;
}

body.login {
  min-height: 100vh;
  background: #fff url(../img/bg-login.jpg) no-repeat top center;
  background-size: cover;
}

body.login .panel-heading {
  padding-bottom: 10px;
}

body.login header {
  margin-bottom: 72px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  body.login header {
    margin-bottom: 32px;
  }
}

body.login header .header-flex {
  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;
  height: 64px;
}

@media screen and (min-width: 768px) {
  body.login header .header-flex {
    height: 80px;
  }
}

body.login header .logo {
  height: 28px;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  body.login header .logo {
    height: 36px;
    margin-top: -12px;
  }
}

body.login header .navbar-right a {
  padding-top: 26px;
  padding-bottom: 26px;
  color: #ef3b24;
  line-height: 52px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

body.login header .navbar-right a:hover {
  color: #384ea0;
}

body.login header .navbar-right a i {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  body.login header .navbar-right a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

body.login .login-flex .btn-submit {
  margin-bottom: 10px;
  min-width: 100%;
}

body.login .login-flex .welcome {
  text-align: center;
}

body.login .login-flex .titulo-login {
  margin: 15px 0 0 0;
  font-weight: 700;
}

body.login .login-flex .titulo-login strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
  color: #384ea0;
}

body.login .marca {
  margin-bottom: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
  color: #54c0e4;
}

body.login .tagline {
  background-color: rgba(38, 52, 107, 0.75);
  color: white;
  padding: 16px 24px 20px;
  border-radius: 4px;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  margin-bottom: 72px;
}

body.login .tagline p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  body.login .tagline {
    margin-bottom: 32px;
  }
}

.panel-login {
  margin-bottom: 72px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #666;
  text-align: center;
  -webkit-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .panel-login {
    margin-bottom: 32px;
  }
}

.panel-login .panel-heading,
.panel-login .panel-body,
.panel-login .panel-footer {
  padding: 24px 36px;
}

.panel-login .form-control {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.42857143;
  height: 48px;
}

.panel-login .alert {
  padding: 10px;
  font-size: 80%;
  margin: 15px 0;
}

/*password expire error area*/
.password-expire-error-msg {
  padding: 10px;
  margin-top: 20px;
  background-color: #384ea0;
  border-radius: 2px;
}

.password-expire-error-msg p {
  color: #f3f3f3;
  margin: 0;
}

.password-expire-error-msg p strong {
  text-transform: uppercase;
}

.form-group.top {
  margin-top: 40px;
}

.agrupacion-campos {
  padding: 24px;
  border-radius: 4px;
  background: white;
}

.agrupacion-campos h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  text-transform: uppercase;
  color: #384ea0;
}

.agrupacion-campos h2 .fas {
  margin-right: 10px;
}

.agrupacion-campos .container {
  padding: 1em;
  border-radius: 5px;
}

.agrupacion-campos .container .mentorizado {
  margin: 0;
}

.agrupacion-campos .container .mentorizado span {
  margin-left: 15px;
  border-left: 2px solid #ef3b24;
  padding-left: 15px;
  text-transform: uppercase;
  color: #ef3b24;
}

.agrupacion-campos .container .mentorizado img {
  height: 60px;
  width: 60px;
  margin-left: 15px;
  border-radius: 100%;
}

.agrupacion-campos .container .form-group h3 {
  margin: 20px 0 20px;
  border-top: 2px dotted #dfdfdf;
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #384ea0;
}

.agrupacion-campos .container .form-group h3 .fa {
  margin-right: 5px;
}

.agrupacion-campos .container .form-group .control-label {
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ef3b24;
}

.agrupacion-campos .container .form-group .nav-tabs > li > a {
  padding: 15px 30px;
  font-size: 18px;
  background-color: #cfcfcf;
}

.agrupacion-campos .container .form-group .nav-tabs > li > a:hover {
  border-color: #bfbfbf #bfbfbf transparent;
}

.agrupacion-campos .container .form-group .nav-tabs > li.active > a,
.agrupacion-campos .container .form-group .nav-tabs > li.active > a:focus,
.agrupacion-campos .container .form-group .nav-tabs > li.active > a:hover {
  font-weight: bold;
  background-color: white;
  color: #384ea0;
}

.agrupacion-campos .container .tab-content {
  padding: 40px;
}

.agrupacion-campos:nth-child(2n+1) {
  background: #a8dff1;
}

.footer-submit {
  margin-top: 1em;
  margin-bottom: 2em;
}

.acciones a {
  margin: 0 .2em;
}

.important-input {
  background: #CEEFD3;
  border-color: #68ab89;
  font-weight: bold;
}

.campo-final {
  background: #ef3b24;
  padding: 2em;
  margin-left: -15px;
  margin-right: -15px;
}

#msg_validation {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  height: 34px;
}

.dashboard .btn-tip {
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #7a88bf;
}

.dashboard .btn-tip i {
  font-size: 1.3em;
}

.dashboard .btn-tip:hover {
  color: #7a88bf;
}

.dashboard .panel {
  position: relative;
  min-height: 132px;
  padding: 35px 15px 25px;
  background-color: white;
  color: #333;
  text-align: center;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
}

.dashboard .panel.bg-positivo {
  background-color: #008C00;
  color: white;
}

.dashboard .panel.bg-positivo h2 {
  color: white;
}

.dashboard .panel.bg-positivo .btn-tip {
  color: white;
}

.dashboard .panel-carets {
  display: inline-block;
}

.dashboard .panel h2 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
  color: #7a88bf;
}

.dashboard .panel-carets span {
  border-left: 1px solid #444;
}

.dashboard .panel-carets h2 {
  float: left;
}

.dashboard .panel-carets span {
  float: left;
  margin: 3px 0 0 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 36px;
  color: #444;
}

.dashboard .panel-carets .fa-caret-down {
  color: #c0392b;
}

.dashboard .panel-carets .fa-caret-up {
  color: #27ae60;
}

.dashboard .panel-carets i {
  float: left;
  margin: 4px 0 0 10px;
  font-size: 30px;
}

.dashboard .panel small {
  display: block;
  margin-top: 3px;
  text-transform: uppercase;
  line-height: 1.2;
}

.graficas .panel-card .panel-heading .panel-title {
  color: #3d3935;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}

.legend-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.datos-usuario {
  padding: 8px;
  border: 1px dashed #b5b5b5;
  margin-top: 10px;
  background-color: white;
}

.opciones option {
  padding: 2px;
}

.form-wrapper {
  background-color: white;
  padding: 20px;
  border-bottom: 10px solid #26346b;
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
  min-height: 140px;
}

.kbis {
  position: absolute;
  bottom: 84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  border-radius: 4px;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  line-height: initial;
  color: white;
  z-index: 100;
}

.kbis::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.kbis.ok {
  background-color: seagreen;
}

.kbis.ok::after {
  background-color: seagreen;
}

.kbis.ko {
  background-color: #a02818;
}

.kbis.ko::after {
  background-color: #a02818;
}

section.programas {
  padding-bottom: 0;
  background-color: #e8cee0;
  color: #3d3935;
  padding: 20px 0;
}

section.programas .btn-info, section.programas .btn-submit {
  height: 80px;
  line-height: 58px;
}

section.programas h1 {
  color: #384ea0;
  font-size: 45px;
  line-height: 40px;
}

.certifications-list {
  border-radius: 4px;
  padding: 24px 32px;
  background-color: #eff1f7;
  color: white;
}

.certifications-list h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #384ea0;
}

.certifications-list .datos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certifications-list .datos h3,
.certifications-list .datos p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-transform: uppercase;
}

.certifications-list .datos h3 {
  margin-top: 3px;
  margin-right: 10px;
  border-left: 3px solid #ef3b24;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #7a88bf;
}

.certifications-list .datos p {
  margin-right: 32px;
  font-size: 14px;
  font-weight: 800;
  color: #384ea0;
}

.certifications-list .datos .formacion {
  margin-left: 10px;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  background-color: #aec7d8;
}

.certifications-list .datos i {
  margin-right: 5px;
}

.certifications-list .chart-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 25px;
}

.certifications-list .chart-group .text-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.certifications-list .chart {
  position: relative;
  height: 90px;
}

.certifications-list .chart.chart-center {
  margin: 0 auto;
}

.certifications-list .chart .chart-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.certifications-list .chart .chart-legend .chart-data {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  color: #384ea0;
}

.certifications-list .chart-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a88bf;
}

.certifications-list table {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 0;
  border-radius: 4px;
  border-collapse: collapse;
}

.certifications-list table thead {
  background-color: #384ea0;
}

.certifications-list table thead th {
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.certifications-list table tbody {
  background-color: rgba(255, 255, 255, 0.5);
  color: #283873;
}

.certifications-list table tbody td {
  border: 0;
  font-size: 18px;
  font-weight: 800;
}

.certifications-list .btn-danger .fa {
  margin-right: 10px;
  margin-left: 0;
}

.form-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-combo a,
.form-combo button {
  margin-left: 30px;
}

.loading-block {
  margin-top: 30px;
  text-align: center;
}

.loading-block .fa {
  margin-right: 5px;
  font-size: 18px;
  color: #7a88bf;
}

.loading-block span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}

.data_table_css #table_id_wrapper {
  margin-top: 20px;
}

.data_table_css #table_id_wrapper .paginate_button {
  display: inline-block;
  cursor: pointer;
}

.data_table_css #table_id_wrapper .paginate_button:hover {
  background-color: #eee;
}

.data_table_css #table_id_wrapper .paginate_button.current {
  text-decoration: none;
  color: #7a88bf;
}

.data_table_css #table_id_wrapper .ellipsis {
  display: inline-block;
  border: 1px solid #384ea0;
  padding: 5px 12px;
  background-color: #384ea0;
  color: white;
}

.data_table_css .table-dash thead {
  background-color: #384ea0;
}

.data_table_css .dataTables_info {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}

.certifications-users-table tbody tr td {
  vertical-align: middle;
}

.certifications-users-table tbody tr td .progress {
  margin: 4px 0 0 0;
}

.breadcrumb + .hgroup {
  border-bottom: 0;
}

.breadcrumb + .hgroup h1 {
  font-size: 2em;
}

#faqs .tutoria {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  min-height: 340px;
}

#faqs .tutoria h3 {
  font-size: 24px;
  color: #ef3b24;
}

#faqs .tutoria i {
  margin-right: 4px;
}

.curso .ice-af.bg-af {
  background-image: url("/assets/img/bg-curso.jpg");
}

.curso .panel-info > .panel-heading {
  color: white;
  background-color: #7a88bf;
  border-color: #7a88bf;
}

.curso .panel-default > .panel-heading {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #384ea0;
  color: white;
}

.curso .panel-default > .panel-heading:hover, .curso .panel-default > .panel-heading:active, .curso .panel-default > .panel-heading:focus {
  background-color: #ef3b24;
}

.curso .panel-default > .panel-heading h3 {
  text-transform: none;
}

.curso .panel-default > .panel-heading a:hover, .curso .panel-default > .panel-heading a:active, .curso .panel-default > .panel-heading a:focus {
  color: white !important;
}

.curso .list-group-item.acceder:hover {
  background: #bbc3df;
}

.curso .sidebar .sidebar-header {
  background: #2F2B27;
  color: #fff;
  padding: 1px 20px;
  border-radius: 5px 5px 0 0;
}

.curso .acciones .sidebar-header {
  background: #2F2B27;
  color: #fff;
  padding: 12px 20px;
}

.curso .acciones h3::after {
  float: left;
  content: '/ ';
  color: #bbc3df;
  margin-right: 8px;
  font-size: 32px;
  line-height: .7;
}

.curso .acciones h3 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}

.curso .acciones h3 i {
  margin-right: 10px;
}

.curso .acciones h3.icono::after {
  content: none;
}

.curso h4.acceder {
  color: #333 !important;
  font-size: 1.5em !important;
  margin: 20px !important;
}

.curso .img-curso {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
}

.curso .list-group .header {
  margin: 0;
  color: #333;
  border-bottom: 4px solid #7a88bf;
  border-top: 0;
  font-size: 22px;
  font-weight: 800;
}

.curso .panel-title {
  font-size: 20px;
  text-transform: uppercase;
}

.curso .list-group-item {
  margin: 0;
  border-radius: 0;
  min-height: 55px;
  line-height: 33px;
}

.curso .list-group-item.check:hover .icon-w {
  background-color: white;
  color: green;
}

.curso .list-group-item.unlock:hover .icon-w {
  background-color: white;
  color: #3e4560;
}

.curso .list-group-item.check:hover, .curso .list-group-item.unlock:hover {
  background-color: #e4e4e4;
}

.curso .list-group-item .titulo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.curso .list-group-item.unlock, .curso .list-group-item.check {
  color: #384ea0;
  font-weight: bold;
}

.curso .list-group-item.disabled {
  background-color: white;
}

.curso .list-group-item.cta figure {
  width: 100px;
  margin-left: 10px;
}

.curso .list-group-item.cta.bgc {
  background-color: #a5bcea;
}

.curso .list-group-item.cta h4 {
  font-size: 1.4em;
  margin-top: 5px;
}

.curso .icon-pos-a {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.curso .card {
  font-size: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 80px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.curso .card:hover, .curso .card:active {
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.curso .card .col {
  float: left;
  position: relative;
  min-height: 1px;
  height: 100%;
  padding: 16px;
}

.curso .card .col.titulo {
  width: 50%;
  font-size: 24px;
  margin-top: 18px;
}

.curso .card .col.nota {
  width: 30%;
}

.curso .card .col.nota small {
  text-transform: uppercase;
  font-size: 75%;
}

.curso .card .col.nota span {
  font-weight: 300;
  font-size: 75%;
  color: #7a88bf;
}

.curso .card .col.estado {
  width: 10%;
}

.curso .card .col.icono {
  float: right;
  width: 10%;
  background-color: #384ea0;
  background-image: url(../img/btn-shadow.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.curso .card .col.icono::before {
  font-family: 'FontAwesome';
  content: '\f090';
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  color: #7a88bf;
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding: 6px;
  line-height: 40px;
}

.curso .card .col.icono.finalizado::before {
  content: '\f00c';
}

.curso .card .col.icono.disabled::before {
  content: '\f023';
}

.curso .card .col small,
.curso .card .col strong {
  float: left;
  clear: left;
}

.curso .card .col strong {
  color: #384ea0;
}

.curso .card .col small {
  color: #7a88bf;
}

.curso .card.evaluacion .icono {
  background-color: orange;
}

.curso .card.evaluacion .icono::before {
  content: '\f044';
}

.curso .card.diploma .icono {
  background-color: seagreen;
}

.curso .card.diploma .icono::before {
  content: '\f091';
}

.curso .card .estado::before {
  content: '\f09c';
  font-family: 'FontAwesome';
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  color: seagreen;
  background: #d0d5e8;
  border-radius: 50px;
  padding: 10px;
}

.curso .card.finalizado .estado::before {
  content: '\f00c';
}

.curso .card.disabled .estado::before {
  content: '\f023';
  color: #a02818;
  opacity: .75;
}

.curso .card.disabled {
  pointer-events: none;
  opacity: .75;
}

.curso a.modulo {
  color: #384ea0;
  display: block;
  font-size: 24px;
  padding: 24px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.curso a.modulo.disabled {
  pointer-events: none;
  opacity: .75;
}

.curso a.modulo.disabled i {
  color: #a02818;
  opacity: .75;
}

.curso a.modulo i::before {
  display: inline-block;
  vertical-align: top;
}

.curso a.modulo small,
.curso a.modulo strong {
  float: left;
  clear: left;
}

.curso a.modulo small {
  text-transform: uppercase;
  font-size: 60%;
  color: #7a88bf;
}

.curso a.modulo .nota {
  width: 30%;
  position: absolute;
  right: 200px;
}

.curso a.modulo .nota small {
  text-transform: uppercase;
  font-size: 60%;
}

.curso a.modulo .nota strong {
  font-size: 75%;
  color: #5c6790;
}

.curso a.modulo.siosi {
  background-image: url(../img/siosi.png);
}

.curso a.modulo.rapidfire {
  background-image: url(../img/rapidfire.png);
}

.curso a.modulo.acceso {
  background-image: url(../img/acceso-curso.png);
}

.curso a.modulo.entrenamiento {
  background-image: url(../img/entrenamiento.png);
}

.curso a.modulo.evaluacion {
  background-image: url(../img/evaluacion.png);
}

.curso a.modulo.diploma {
  background-image: url(../img/diploma.png);
}

.curso a.modulo.diploma strong {
  color: seagreen;
  margin: 8px 0;
}

.curso a.modulo::before {
  font-family: 'FontAwesome';
  content: '\f09c';
  display: block;
  float: right;
  width: 54px;
  height: 54px;
  text-align: center;
  font-size: 24px;
  margin-right: 120px;
  color: #5c6790;
  background: #d0d5e8;
  border-radius: 50px;
  padding: 12px;
}

.curso a.modulo.finalizado::before {
  content: '\f00c';
  color: seagreen;
}

.curso a.modulo.disabled::before {
  content: '\f023';
  color: #a02818;
}

.curso a.modulo:hover, .curso a.modulo:active {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.evaluacion main.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 56px);
}

.evaluacion main.wrapper .content {
  width: 100%;
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .evaluacion main.wrapper .content {
    padding: 48px 0;
  }
}

.evaluacion main.wrapper .content .well {
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.evaluacion header {
  position: relative;
  display: block;
  height: 56px;
  width: 100%;
  background-color: #384ea0;
}

.evaluacion header .capa-i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8px;
}

.evaluacion header .capa-d {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .evaluacion header .capa-d {
    margin-right: 12px;
  }
}

.evaluacion header .combi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.evaluacion header .titulo-c {
  margin-left: 8px;
  margin-bottom: 0;
}

.evaluacion header .titulo-c .titulo {
  display: inline-block;
  color: white;
}

.evaluacion header .bot-cabecera {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 100%;
  padding: 0;
  background-color: #384ea0;
}

@media screen and (min-width: 768px) {
  .evaluacion header .bot-cabecera {
    height: 42px;
    width: 42px;
    background-color: transparent;
  }
}

.evaluacion header .bot-cabecera i {
  display: block;
  font-size: 28px;
  color: white;
}

.evaluacion header .obj-cc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.evaluacion .panel {
  margin-bottom: 0;
}

.evaluacion .panel-heading {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 24px;
  background: #333;
}

.evaluacion .panel-heading .panel-title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.evaluacion .panel-body {
  padding: 24px;
}

.evaluacion .panel-footer,
.evaluacion .well {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 24px;
}

.evaluacion .panel-footer .btn-group-lg > .btn i,
.evaluacion .panel-footer .btn-lg i,
.evaluacion .well .btn-group-lg > .btn i,
.evaluacion .well .btn-lg i {
  margin-left: 8px;
  padding-right: 0;
  font-size: 18px;
}

.evaluacion .panel-footer p:last-child,
.evaluacion .well p:last-child {
  margin-bottom: 0;
}

.evaluacion .btn-group-lg > .btn.btn-primary,
.evaluacion .btn-lg.btn-primary {
  font-size: 14px;
  background-color: #384ea0;
  color: white;
}

.evaluacion .btn-group-lg > .btn.btn-primary:hover,
.evaluacion .btn-lg.btn-primary:hover {
  background-color: #ef3b24;
  color: white;
}

.evaluacion .list-group {
  width: 100%;
}

.evaluacion .list-group.separador {
  margin-bottom: 24px;
}

.evaluacion .list-group .list-group-item {
  padding: 16px;
}

.evaluacion .list-group .list-group-item.pregunta {
  border-radius: 4px 4px 0 0;
  font-size: 20px;
  font-weight: 700;
}

.evaluacion .alert-aviso {
  width: 180px;
  margin: 24px;
  border: 1px solid #cac5c5;
  background-color: white;
}

.evaluacion .score {
  background: #384ea0;
  color: #bbc3df;
  display: inline-block;
  margin: 24px;
  border-radius: 3px;
  width: 180px;
  height: 180px;
  padding: 20px;
  text-align: center;
}

.evaluacion .score * {
  display: block;
}

.evaluacion .score .title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.evaluacion .score .points {
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  color: white;
  padding: 16px;
}

.evaluacion .score .date {
  font-size: 14px;
}

.evaluacion .list-group-item .feedback {
  text-transform: uppercase;
}

.evaluacion .list-group-item:hover {
  background-color: #384ea0;
  color: white;
  cursor: pointer;
}

.evaluacion .list-group-item:hover label.btn {
  color: white;
}

.evaluacion .list-group-item.active:hover {
  background: #384ea0;
}

.evaluacion .list-group .list-group-item.pregunta {
  background-color: #00a1d6;
  color: white;
  border-radius: 5px 5px 0 0;
}

.evaluacion label.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  line-height: 20px;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .evaluacion label.btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.evaluacion label.btn.active, .evaluacion label.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.evaluacion label.btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.evaluacion label.btn input[type="radio"] {
  display: none;
}

.evaluacion label.btn .fas,
.evaluacion label.btn .far {
  margin-right: 8px;
  font-size: 24px;
}

.evaluacion label.btn input[type="radio"] ~ i.far.fa-circle {
  color: #384ea0;
  display: inline;
}

.evaluacion label.btn input[type="radio"] ~ i.far.fa-dot-circle,
.evaluacion label.btn input[type="radio"]:checked ~ i.far.fa-circle {
  display: none;
}

.evaluacion label.btn input[type="radio"]:checked ~ i.far.fa-dot-circle {
  color: #384ea0;
  display: inline;
}

.evaluacion label.btn:hover input[type="radio"] ~ i.far {
  color: white;
}

.evaluacion .alert-danger {
  margin-bottom: 24px;
}

.evaluacion .alert-danger i {
  margin-right: 8px;
}

.evaluacion h3.navbar-text {
  color: #7a88bf;
  line-height: 30px;
}

.evaluacion .navbar-brand {
  padding: 0;
}

.evaluacion .navbar-bottom .navbar-right .cerrar {
  width: 80px;
  height: 80px;
  padding: 31px;
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  background-color: #7a88bf;
}

.evaluacion .navbar-bottom .navbar-right .cerrar img {
  display: block;
}

.evaluacion .navbar-bottom .navbar-right .cerrar:hover {
  background: #2d3f82;
}

.evaluacion .enuncia {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .evaluacion .enuncia {
    text-align: left;
  }
}

.evaluacion .resultado {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.evaluacion .resultado .list-group-item span {
  display: block;
}

.evaluacion .resultado .list-group-item i {
  margin-right: 8px;
}

.evaluacion .resultado .btn-primary i {
  margin-left: 8px;
  padding-right: 0px;
}

.qfundae hr {
  margin: 0;
}

.qfundae .hgroup-linea::after {
  left: 0;
}

.qfundae .panel-heading {
  background-color: #494949;
  border-bottom: 2px solid #ecf0f1;
  color: white;
}

.qfundae .panel-heading h3 {
  font-weight: bold;
}

.qfundae .checkbox-list label {
  display: block;
  margin-bottom: 10px;
}

.qfundae .panel {
  border-bottom: 2px solid #c1c0c0;
}

.qfundae .panel-body {
  padding: 20px 30px;
}

.qfundae .panel-body-list p {
  margin-left: 40px;
  position: relative;
}

.qfundae .panel-body-list p > span {
  position: absolute;
  left: -37px;
  font-weight: bold;
}

.admin-dash .panel {
  position: relative;
  height: 120px;
  margin: 0;
  padding: 16px;
  text-align: center;
  border-bottom: 4px solid #26346b;
  border-radius: 8px;
  background-color: white;
}

.admin-dash .panel h2 {
  margin: 8px 0 0 0;
  font-size: 34px;
  font-weight: 900;
  color: #ef3b24;
}

.admin-dash .panel small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
}

.admin-dash .panel .btn-tip {
  color: #333;
}

.admin-dash .usuario .my-data .name-wrapper {
  height: 100px;
}

.admin-dash .usuario .my-data h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
}

.admin-dash .usuario .my-data .name-wrapper {
  height: 100px;
}

.admin-dash .usuario .my-data h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
}

.admin-dash .usuario .data-mini {
  margin: 32px 0;
  padding: 20px 0 16px;
}

.admin-dash .usuario .data-mini .user {
  margin: 0;
  font-size: 24px;
}

.admin-dash .usuario .data-mini .form-inline {
  margin: -5px 0 6px;
}

.admin-dash .tooltip {
  width: 100%;
}

.admin-dash h3 {
  margin: 0;
  color: white;
}

.mod-cur {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 10px !important;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.mod-cur h3 {
  margin-top: 0 !important;
  font-size: 28px;
}

.mod-cur h3 img {
  margin-right: 10px !important;
  margin-bottom: 4px !important;
}

.mod-cur .disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mod-cur .cur1 {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  background: url("/assets/img/logo.jpg") scroll no-repeat center center;
  background-size: cover !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.mod-cur .cur1 a {
  position: relative;
  float: left;
  width: 100%;
  height: 180px;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

.mod-cur .cur1:hover {
  scale: 1.02;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mod-cur .cur1:hover .cur-box {
  background-color: rgba(255, 0, 0, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mod-cur .cur1:active {
  scale: 1.05;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mod-cur .cur1:active .cur-box {
  background-color: rgba(14, 42, 96, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mod-cur .cur1 .icon-pos-a {
  top: 20px;
  z-index: 2;
}

.mod-cur .cur1 .inter {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 10px;
}

.mod-cur .cur1 .inter .marcador {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  color: white;
  float: right;
  z-index: 99;
}

.mod-cur .cur1 .inter .marcador.abierto {
  background-color: #384ea0;
}

.mod-cur .cur1 .inter .marcador.cerrado {
  background-color: #a02818;
}

.mod-cur .cur1 .inter .marcador.visto {
  background-color: seagreen;
}

.mod-cur .cur1 .inter .marcador.prox {
  background-color: #999;
}

.mod-cur .cur1 .inter .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.mod-cur .cur1 .cur-box {
  position: absolute;
  bottom: 0;
  height: 72px;
  width: 100%;
  padding: 0 8%;
  background-color: rgba(19, 27, 54, 0.9);
  color: #fff;
  font-weight: bold;
  border-top: solid #ccc 1px;
}

.mod-cur .cur1 .cur-box .icon-extra {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #00a1d7;
  color: #fff;
  padding: 8px;
  border-radius: 20%;
  border-bottom: 2px solid #54c0e4;
}

.mod-cur .cur1 .cur-box .cur-txt {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
}

.mod-cur .cur1.llave {
  margin-top: -20px;
}

.mod-cur .cur1.llave a {
  height: 70px !important;
}

.mod-cur .cur1.llave a .icon-extra {
  top: 15px !important;
  left: 35px !important;
}

.mod-cur.grande {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 10px !important;
}

.mod-cur.grande .cur1 {
  margin-bottom: 0 !important;
}

.mod-cur.grande .cur1 a {
  height: 380px !important;
}

.mod-cur.grande .cur1 a .cur-box {
  height: 42px !important;
}

.dep-card-wrapper {
  width: 100%;
  text-align: center;
}

.dep-card-wrapper .dep-card:not(:first-child) {
  margin-left: 5px;
}

.dep-card {
  display: inline-block;
  width: 110px;
  height: 150px;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
  vertical-align: top;
  padding-top: 20px;
}

.dep-card.default {
  background-color: #DDDDDD;
}

.dep-card.default .dep-card-value {
  background-color: #f8f8f8;
}

.dep-card.default .dep-card-value::after {
  background-color: #f8f8f8;
}

.dep-card.danger .dep-card-value {
  background-color: #CD3D2C;
  color: white;
}

.dep-card.danger .dep-card-value::after {
  background-color: #CD3D2C;
}

.dep-card.warning .dep-card-value {
  background-color: #D9A300;
  color: white;
}

.dep-card.warning .dep-card-value::after {
  background-color: #D9A300;
}

.dep-card.success .dep-card-value {
  background-color: #008A4B;
  color: white;
}

.dep-card.success .dep-card-value::after {
  background-color: #008A4B;
}

.dep-card-value {
  position: relative;
  background-color: #d1d1d1;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.dep-card-value::after {
  content: "";
  display: block;
  background-color: #d1d1d1;
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: -5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dep-card-value span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.9em;
  font-weight: 700;
}

.dep-card-icon {
  position: absolute;
  right: -2px;
  bottom: -6px;
  background-color: #ffffff;
  width: 29px;
  height: 29px;
  border-radius: 100%;
}

.dep-card-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  color: #394264;
}

.dep-card-title {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  height: 40px;
  text-align: center;
  line-height: 15px;
}

.dep-card-title span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-dash {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #DFDFD0;
  border-radius: 10px;
  min-height: 100px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-dash:hover {
  background-color: #d5d5c1;
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-dash.ani {
  opacity: 0;
}

.btn-dash.green {
  background-color: #00b259;
}

.btn-dash.green .btn-dash-title {
  color: white;
}

.btn-dash-title {
  display: inline-block;
  position: relative;
  width: 70%;
  padding: 1rem;
  padding-left: 2.5rem;
  font-size: 14px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  min-height: 100px;
  vertical-align: top;
}

.btn-dash-title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-dash-icon {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  width: 30%;
  min-height: 100px;
}

.btn-dash-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.participation {
  padding-right: 30px;
  border-right: 2px solid #ccc;
}

.participation figure {
  display: inline-block;
  font-size: 70px;
  color: #666666;
  float: right;
}

@media (min-width: 1200px) {
  .participation {
    min-width: 600px;
  }
  .participation-group {
    margin-left: 14px;
    margin-right: 8px;
  }
}

.participation-data {
  display: inline-block;
  font-size: 75px;
  font-weight: 800;
}

.participation-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.participation-title {
  color: #384ea0;
  font-size: 35px;
  line-height: 35px;
}

.participation-staff {
  font-size: 20px;
  line-height: 20px;
}

.encuesta {
  min-width: 480px;
}

.encuesta.fw {
  min-width: 100%;
}

.encuesta figure {
  display: inline-block;
  font-size: 50px;
  color: #666666;
}

.encuesta-data {
  display: inline-block;
  font-size: 75px;
  font-weight: 800;
}

.encuesta-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 14px;
  margin-right: 8px;
}

.encuesta-group div:first-child {
  font-size: 17px;
  line-height: 17px;
}

.encuesta-group div:last-child {
  color: #384ea0;
  font-size: 30px;
  line-height: 30px;
}

.global-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 14px;
  margin-right: 8px;
}

.global-group div:first-child {
  font-size: 17px;
  line-height: 17px;
}

.global-group div:last-child {
  color: #384ea0;
  font-size: 40px;
  line-height: 40px;
}

.two-row-title {
  min-width: 480px;
}

.two-row-title figure {
  display: inline-block;
  font-size: 50px;
  color: #666666;
}

.two-row-title-data {
  display: inline-block;
  font-size: 75px;
  font-weight: 800;
}

.two-row-title-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 14px;
  margin-right: 8px;
}

.two-row-title-group div:first-child {
  font-size: 15px;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.two-row-title-group div:last-child {
  color: #384ea0;
  font-weight: 800;
  font-size: 22px;
  line-height: 23px;
}

.title-group {
  font-weight: 800;
  font-size: 22px;
  line-height: 23px;
  margin-left: 20px;
  border-bottom: 2px solid #384ea0;
  width: 50%;
}

.blobal-data {
  width: 300px;
}

.blobal-data.fw {
  width: 100%;
}

.blobal-data-subtitle {
  font-size: 15px;
  line-height: 12px;
  font-weight: bold;
}

.blobal-data-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.blobal-data-title span {
  color: #384ea0;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.global-data-value {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}

.line-right {
  border-right: 2px solid #b4b4b4;
}

.pie-row {
  display: table;
}

.pie-row:first-child {
  margin-top: 15px;
}

.pie-row-data {
  display: table-cell;
  padding: 5px;
  font-weight: bold;
  min-width: 60px;
  text-align: right;
  font-size: 15px;
}

.pie-row-color {
  display: table-cell;
  padding: 5px;
}

.pie-row-color.red {
  color: #CD3D2C;
}

.pie-row-color.blue {
  color: #0096BC;
}

.pie-row-color.yellow {
  color: #D88A0E;
}

.pie-row-color.green {
  color: #008A4B;
}

.pie-row-title {
  display: table-cell;
  padding: 5px;
  font-weight: bold;
  font-size: 15px;
}

.pie-container {
  width: 154px;
  height: 154px;
}

.bloque {
  background-color: #fff;
  min-width: 100%;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
  min-height: 112px;
}

.bloque-title {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 12px;
  font-size: 12px;
  margin-bottom: 5px;
  height: 25px;
}

.bloque-title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bloque-bar {
  height: 20px;
  background-color: #f0f0f0;
}

.bloque-bar span {
  display: block;
  height: 20px;
  background-color: #abcdd9;
  border-left: 3px solid #88b8c9;
}

.bloque-data {
  font-size: 30px;
  font-weight: 800;
}

.bloque-bar.danger span {
  background-color: #CD3D2C;
  border-left: 3px solid #a33123;
}

.bloque-bar.warning span {
  background-color: #D9A300;
  border-left: 3px solid #a67d00;
}

.bloque-bar.success span {
  background-color: #008A4B;
  border-left: 3px solid #00572f;
}

.graph {
  margin-top: 40px;
  width: 550px;
}

.graph-row {
  display: block;
  width: 100%;
  line-height: 10px;
  margin-bottom: 8px;
}

.graph-row-title {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  width: 222px;
  font-weight: bold;
  background-color: #f7f7f7;
}

.graph-row-bar {
  display: inline-block;
  margin-left: -4px;
  width: 250px;
  height: 25px;
  background-color: #CCCCCC;
  line-height: 0;
}

.graph-row-bar span {
  display: block;
  height: 25px;
  background-color: #8fbccc;
  border-left: 3px solid #76aec1;
  line-height: 0;
  width: 50%;
}

.graph-row-scale {
  display: inline-block;
  margin-left: -2px;
  width: 275px;
  height: 25px;
}

.graph-scale-point {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 23px;
}

.graph-scale-point:not(:last-child) {
  border-top: 1px solid #000;
}

.graph-scale-point:not(:first-child) {
  margin-left: -4px;
}

.graph-scale-point span.line {
  display: block;
  position: absolute;
  background-color: #333333;
  width: 2px;
  height: 10px;
  margin-top: -1px;
}

.graph-scale-point span.num {
  display: block;
  position: relative;
  width: 30px;
  text-align: center;
  top: 8px;
  right: 14px;
  font-weight: bold;
  font-size: 0.9em;
  height: 20px;
}

.graph-row-bar.danger span {
  background-color: #CD3D2C;
  border-left: 3px solid #a33123;
}

.graph-row-bar.warning span {
  background-color: #D9A300;
  border-left: 3px solid #a67d00;
}

.graph-row-bar.success span {
  background-color: #008A4B;
  border-left: 3px solid #00572f;
}

.graph-row-value {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 23px;
  margin-right: -4px;
  margin-left: -4px;
  width: 15%;
  font-weight: bold;
}

.graph-valor-medio {
  position: absolute;
  top: 0;
  margin-left: 23px;
  position: relative;
}

.graph-valor-medio div {
  position: absolute;
  top: -20px;
  height: 144px;
  background-color: #333;
  width: 2px;
  left: 200px;
}

.graph-valor-medio div span {
  display: block;
  position: absolute;
  top: -30px;
  left: -33px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
}

.graph-valor-medio div:before {
  content: "";
  display: block;
  background-color: #333;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: -3px;
}

.b-card {
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  min-height: 195px;
}

.b-card-header {
  position: relative;
  padding: 1rem 1.5rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #E6E6E6;
}

.b-card-icon {
  position: absolute;
  background-color: #333;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.b-card-icon i {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.b-card-title {
  display: inline-block;
  width: 95%;
  font-weight: bold;
  line-height: 13px;
  margin-left: 35px;
  font-size: 1.1em;
  text-transform: uppercase;
}

.b-card-body {
  padding: 1.5rem;
}

.b-card-body h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.b-card-bar {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  width: 85%;
}

.b-card-bar span {
  display: block;
  height: 28px;
  background-color: #abcdd9;
  border-left: 3px solid #88b8c9;
}

.b-card-bar.success span {
  background-color: #00B259;
  border-left: 3px solid #007f40;
}

.b-card-bar.warning span {
  background-color: #D9A300;
  border-left: 3px solid #a67d00;
}

.b-card-bar.danger span {
  background-color: #CD3D2C;
  border-left: 3px solid #a33123;
}

.b-card-data {
  display: inline-block;
  vertical-align: top;
  width: 14%;
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  text-align: center;
}

.menu-dash {
  position: relative;
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .menu-dash {
    padding: 56px 0;
  }
}

.boton-portada {
  display: block;
  position: relative;
  height: 210px;
  border-radius: 10px;
  padding-left: 50px;
  background-color: #DFDFD0;
  background-image: url("../img/gb-btn-portada.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
}

.boton-portada.img2 {
  background-image: url("../img/gb-btn-portada2.png");
}

.boton-portada-title {
  width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.boton-portada-title div {
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
}

.boton-portada-title div:first-child {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.boton-portada-conf {
  display: block;
  height: 158px;
  background-color: #CBCBB4;
  background-image: url("../img/icon-boton-portada.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
}

.boton-portada-conf-title {
  width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.boton-portada-conf-title div {
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.boton-portada-conf-title div:first-child {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.h2-title {
  font-size: 20px;
  font-weight: 700;
}

.titulo-resultados {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
}

.table-data {
  background-color: #ffffff;
}

.table-data tbody > tr > td:not(:first-child) {
  text-align: center;
}

.table-data tbody > tr > td:first-child {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ececec;
}

.table-data tbody > tr > td.default {
  background-color: #ffffff;
}

.table-data tbody > tr > td.danger {
  background-color: #CD3D2C;
  color: white;
}

.table-data tbody > tr > td.warning {
  background-color: #D9A300;
  color: white;
}

.table-data tbody > tr > td.success {
  background-color: #008A4B;
  color: white;
}

.table-data thead > tr > th {
  margin: 0;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-criticos {
  background-color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
  margin-bottom: 60px;
  background-color: #cfcdcd;
}

.table-criticos .tr-footer {
  background-color: #F0FAF5 !important;
  border-top: 1px solid #666;
}

.table-criticos thead {
  position: relative;
  border: 1px solid #abd9c2;
  border-bottom: 2px solid #00b259;
}

.table-criticos th {
  text-transform: uppercase;
  background-color: #F0FAF5 !important;
  color: #333;
  position: relative;
}

.table-criticos th:first-child {
  padding-left: 55px !important;
}

.table-criticos tbody tr > td:last-child {
  font-weight: bold;
}

.table-criticos tbody tr > td.default {
  background-color: #ffffff;
}

.table-criticos tbody tr > td.danger {
  background-color: #CD3D2C;
  color: white;
}

.table-criticos tbody tr > td.warning {
  background-color: #D9A300;
  color: white;
}

.table-criticos tbody tr > td.success {
  background-color: #008A4B;
  color: white;
}

.t-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: inline-block;
  background-color: #00b259;
  width: 29px;
  height: 29px;
  border-radius: 100%;
}

.t-icon i {
  position: absolute;
  margin-left: 0 !important;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.formacion {
  padding: 45px 0 60px;
  font-size: 14px;
}

.formacion .cabecera {
  margin: 0 0 45px;
}

.formacion .cabecera h1 {
  font-size: 30px;
}

.formacion .cabecera .year {
  width: 180px;
  margin-right: 0;
  padding-right: 20px;
  font-size: 1.3em;
  border-radius: 4px;
  padding-left: 30px;
  background-color: #384ea0;
  color: white;
}

.formacion .cabecera .year i {
  padding-left: 12px;
}

.formacion .cabecera .shadow {
  background-color: #f2f2f2;
}

@media screen and (max-width: 480px) {
  .formacion .cabecera .dropdown {
    margin-top: 20px;
  }
  .formacion .cabecera .year {
    display: block;
    width: auto;
  }
}

.formacion .grupo-paneles {
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px 30px 10px;
  background: white;
}

.formacion .grupo-buscador {
  border: 1px solid #ddd;
  border-top: none;
  padding: 25px 30px;
  background: white;
}

.formacion .planchas .panel {
  position: relative;
  min-height: 132px;
  border: 0;
  padding: 35px 15px 25px;
  background-color: #f5f7f7;
  color: #666;
}

.formacion .planchas .panel h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.formacion .planchas .panel small {
  display: block;
  margin-top: 3px;
  text-transform: uppercase;
  line-height: 1.2;
}

.formacion .planchas .panel small strong {
  font-weight: 600;
  color: #384ea0;
}

.formacion .planchas .panel small span {
  text-transform: none;
}

@media screen and (max-width: 800px) {
  .formacion .planchas .panel h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .formacion .planchas .panel h2 {
    font-size: 36px;
  }
}

.formacion .planchas-grupo {
  margin-bottom: 10px;
}

.formacion .bg-gris-arena {
  background-color: white;
}

.formacion .bg-gris-arena .panel-carets span {
  border-left: 1px solid #ccc;
}

.formacion .btn-tip {
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #666;
}

.formacion .btn-tip:hover {
  color: #575757;
}

.formacion .btn-tip .icon-info {
  background-position: 0 -72px;
}

.formacion [class^="icon-"] {
  display: inline-block;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.formacion .panel-carets {
  display: inline-block;
}

.formacion .panel-carets h2 {
  float: left;
}

.formacion .panel-carets span {
  float: left;
  margin: 3px 0 0 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 36px;
  color: #666;
}

.formacion .panel-carets i {
  float: left;
  margin: 4px 0 0 10px;
  font-size: 30px;
}

.formacion .panel-carets .fa-caret-up {
  color: seagreen;
}

.formacion .panel-carets .fa-caret-down {
  color: #a02818;
}

@media screen and (max-width: 800px) {
  .formacion .panel-carets span {
    font-size: 15px;
    line-height: 24px;
  }
  .formacion .panel-carets i {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  .formacion .panel-carets span {
    font-size: 18px;
    line-height: 36px;
  }
  .formacion .panel-carets i {
    font-size: 36px;
  }
}

.formacion .panel-card {
  position: relative;
  display: block;
  border: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f5f7f7;
}

.formacion .panel-card .panel-heading {
  padding: 25px 30px;
  border-top: 3px solid #2d3f82;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: none;
  background-color: transparent;
}

.formacion .panel-card .panel-heading .panel-title {
  color: #384ea0;
  font-size: 21px;
  font-weight: 800;
}

.formacion .panel-card .panel-heading h4.panel-title {
  color: #00a1d6;
  font-size: 21px;
  font-weight: 600;
}

.formacion .panel-body {
  display: block;
  padding: 5px 30px 40px;
}

.formacion .panel-body table {
  width: 100%;
  margin-top: 25px;
}

.formacion .panel-body table strong {
  font-weight: 800;
}

@media screen and (max-width: 480px) {
  .formacion .panel-body table {
    margin-bottom: 0 !important;
  }
}

.formacion .panel-body .table-480 {
  display: none;
}

@media screen and (max-width: 480px) {
  .formacion .panel-body .table-800 {
    display: none;
  }
  .formacion .panel-body .table-480 {
    display: table;
  }
}

.formacion thead tr {
  height: 30px;
  border-bottom-style: solid;
  border-width: 1px;
}

.formacion tbody tr td {
  padding-top: 5px;
}

@media screen and (max-width: 480px) {
  .formacion tbody tr td {
    font-size: 12px;
  }
}

.formacion .legend-box {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 5px;
}

.formacion .input-group-addon {
  border-radius: 2px 0 0 2px;
  text-align: center;
  background-color: #73b18e;
  color: white;
  border-color: #73b18e;
}

@media screen and (max-width: 800px) {
  .formacion .input-group-addon {
    height: 36px;
    border-radius: 2px 2px 0px 0px;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .formacion .input-group-addon {
    height: auto;
    border-radius: 2px 0 0 2px;
    text-align: center;
  }
}

.formacion .input-group-100x {
  width: 100%;
}

.formacion .input-group-100x .form-control {
  height: 45px;
}

@media screen and (max-width: 800px) {
  .formacion .input-group-100x {
    display: block;
  }
  .formacion .input-group-100x .form-control {
    height: 36px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
  }
}

@media screen and (max-width: 480px) {
  .formacion .input-group-100x {
    display: table;
    margin-bottom: 10px;
  }
  .formacion .input-group-100x .form-control {
    height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.formacion .form-control,
.formacion .input-lg {
  border: 1px solid #73b18e;
  border-radius: 2px;
}

.formacion .text-right .input-group .input-group-btn .btn-lg {
  border-radius: 4px;
}

.formacion .btn-lg {
  font-size: 14px;
}

.formacion .input-group-btn .btn-lg {
  padding: 11px 32px;
  border-radius: 0 4px 4px 0;
}

.formacion .btn-blk {
  display: block;
  width: 100%;
  padding: 12px;
}

.formacion .btn-blk i {
  margin-right: 5px;
  margin-left: 0;
}

.formacion .consultas-grupo {
  margin: 30px 0 45px;
}

.formacion .consulta-cursos {
  margin-bottom: 25px;
}

.formacion .consulta-cursos form {
  border: none;
}

.formacion .consulta-cursos form select {
  border-color: #ccc;
}

@media screen and (max-width: 480px) {
  .formacion .consulta-cursos form .form-group {
    margin-bottom: 20px;
  }
}

.formacion .buscador {
  margin-bottom: 30px;
  background-color: white;
}

.formacion .buscador form {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  padding: 30px 0 40px;
}

.formacion .buscador form.no-border {
  border: 0;
  padding: 0;
}

.formacion .buscador .lab-titulo {
  font-weight: 600;
  color: #384ea0;
  font-size: 18px;
  margin-bottom: 10px;
}

.formacion .buscador .btn-lg {
  padding: 9px 15px;
}

.formacion .buscador .btn-buscador {
  font-size: 12px;
}

.formacion .buscador .btn-buscador.btn-lg {
  font-size: 12px;
  background-color: #00a1d6;
}

.formacion .buscador .btn-buscador.btn-lg:hover {
  background-color: #008ab7;
}

.formacion .buscador .btn-buscador i {
  margin: 0 10px 0 0;
}

.formacion .buscador .buscador-grupo {
  display: block;
}

.formacion .buscador .buscador-grupo input {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.formacion .buscador .buscador-grupo .buscador-btn-grupo a {
  margin-right: 10px;
}

.formacion .buscador .buscador-grupo .buscador-btn-grupo a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .formacion .buscador .buscador-grupo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formacion .buscador .buscador-grupo input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .formacion .buscador .buscador-grupo .buscador-btn-grupo a {
    float: left;
  }
}

.formacion .buscador .well {
  margin-bottom: 0;
  margin-top: 15px;
  border: none;
  padding: 25px 30px 10px;
  background-color: #f5f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formacion .buscador .well label, .formacion .buscador .well .select_label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #384ea0;
}

.formacion .buscador .well label i, .formacion .buscador .well .select_label i {
  margin-right: 10px;
  color: #333;
}

.formacion .buscador .well select {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .formacion .buscador .well {
    padding-bottom: 30px;
  }
  .formacion .buscador .well select {
    margin-bottom: 0;
  }
}

.formacion .resultados #docs_table_filter {
  display: none;
}

.formacion .resultados #docs_table_info,
.formacion .resultados #afd_table_info {
  margin-top: 30px;
  font-size: 15px;
  color: #384ea0;
}

.formacion .resultados table thead {
  font-size: 15px;
  background-color: white;
  color: #384ea0;
}

.formacion .resultados table thead th {
  border-bottom: 3px solid #2d3f82;
  padding: 20px;
  font-weight: 800;
}

.formacion .resultados table thead th .ordenar {
  float: right;
  color: #73b18e;
}

.formacion .resultados table tbody {
  font-size: 12px;
  text-transform: uppercase;
}

.formacion .resultados table tbody td {
  border: none;
  padding: 15px 20px;
  vertical-align: middle;
}

.formacion .resultados table tbody td .btn-lg {
  padding: 9px 15px;
}

.formacion .resultados table tbody td .btn-firmado {
  margin-top: -3px;
  margin-left: 15px;
  font-size: 12px;
  background-color: #ddd;
  color: #777;
}

.formacion .resultados table tbody td .btn-firmado:hover {
  background-color: #00a1d6;
  color: white;
}

.formacion .resultados table tbody td .btn-firmado i {
  margin: 0 5px 0 0;
}

.formacion .resultados table tbody td .fa-check {
  width: 22px;
  margin-right: 10px;
  border-radius: 100%;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  background-color: seagreen;
  color: white;
}

.formacion .resultados table tbody td .fa-times {
  width: 22px;
  margin-right: 10px;
  border-radius: 100%;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  background-color: #a02818;
  color: white;
}

.formacion .resultados table tbody td .fa-check-circle {
  margin-top: -3px;
  font-size: 22px;
  vertical-align: middle;
  color: seagreen;
}

.formacion .resultados table tbody td .fa-times-circle {
  margin-top: -3px;
  font-size: 22px;
  vertical-align: middle;
  color: #a02818;
}

.formacion .resultados .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

.formacion .resultados .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f7f7;
}

.formacion .resultados .table-striped > tbody > tr:first-child td {
  padding-top: 18px;
}

.formacion .data_table_css #docs_table_paginate,
.formacion .data_table_css #afd_table_paginate {
  height: 40px;
  font-size: 15px;
  color: #73b18e;
  text-align: right;
  margin-top: -18px;
}

.formacion .data_table_css #docs_table_paginate .paginate_button,
.formacion .data_table_css #afd_table_paginate .paginate_button {
  padding: 5px 12px;
  background-color: white;
  border-top: solid 1px lightgrey;
  border-bottom: solid 1px lightgrey;
  border-left: solid 1px lightgrey;
  -webkit-box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.3);
}

.formacion .data_table_css #docs_table_paginate .previous,
.formacion .data_table_css #afd_table_paginate .previous {
  border-radius: 4px 0 0 4px;
}

.formacion .data_table_css #docs_table_paginate .next,
.formacion .data_table_css #afd_table_paginate .next {
  border-right: solid 1px lightgrey;
  border-radius: 0 4px 4px 0;
}

.formacion .data_table_css #docs_table_paginate .paginate_button,
.formacion .data_table_css #afd_table_paginate .paginate_button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formacion .data_table_css #docs_table_paginate .paginate_button:hover,
.formacion .data_table_css #afd_table_paginate .paginate_button:hover {
  background-color: #eee;
}

.formacion .data_table_css .dataTables_wrapper .paginate_button {
  display: inline-block;
  cursor: pointer;
}

.formacion .data_table_css .dataTables_wrapper .paginate_button.current {
  text-decoration: none;
  color: #00a1d6;
}

.formacion .data_table_css .dataTables_wrapper .ellipsis {
  border: 1px solid #26346b;
  padding: 5px 12px;
  background-color: #003399;
  color: white;
}

.formacion .data_table_css .table-dash thead {
  background-color: #003399;
}

.formacion .data_table_css .dataTables_info {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}

.formacion .consulta-cursos form {
  padding: 0;
  padding-bottom: 5px;
}

.formacion .dash-tabs.nav-tabs > li > a {
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .formacion .dash-tabs.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
  }
}

.formacion .dash-tabs.nav-tabs > li:not(.active) > a {
  background-color: #dae2e4;
}

.formacion .dash-tabs.nav-tabs > li:not(.active) > a:hover {
  background-color: #c8d4d7;
}

.formacion .dash-tabs.nav-tabs > li.active > a {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .formacion .dash-tabs.nav-tabs > li {
    float: none;
  }
}

.btn-panel-admin {
  position: relative;
  display: block;
  min-height: 160px;
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px 40px;
  color: #666;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-panel-admin h2 {
  width: 75%;
  font-size: 25px;
  line-height: 30px;
}

.btn-panel-admin:hover, .btn-panel-admin:active {
  background-color: white;
  color: #384ea0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-panel-admin .icon {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 25%;
}

.btn-panel-admin .icon i {
  font-size: 60px !important;
  float: right !important;
}

.btn-panel-admin .icon img {
  width: 100%;
  max-width: 105px;
}

.btn {
  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;
  height: 36px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
}

.btn.alt {
  height: 32px;
  padding: 0 12px;
}

.btn.btn-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn.btn-thin {
  font-size: 12px;
}

.btn .fa {
  margin-left: 4px;
}

.btn-group-lg > .btn,
.btn-lg {
  height: 48px;
  border-radius: 24px;
  padding: 0 20px;
  font-size: 16px;
}

.btn-group-lg > .btn.btn-primary,
.btn-lg.btn-primary {
  background-color: #384ea0;
  color: white;
}

.btn-group-lg > .btn.btn-primary:hover,
.btn-lg.btn-primary:hover {
  background-color: white;
  color: #384ea0;
}

.btn-group-lg > .btn i,
.btn-lg i {
  padding-right: 12px;
}

.btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
  border-left: 1px solid rgba(255, 255, 255, 0.33);
}

.btn-link {
  border-radius: 0;
  padding: 0;
  color: #ef3b24;
  white-space: initial;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #384ea0;
}

.btn-link > i {
  margin-right: 8px;
}

.btn-default {
  border: 1px solid #eee;
  color: #ef3b24;
}

.btn-default:hover {
  border-color: #384ea0;
  background-color: white;
  color: #384ea0;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
  border: 0;
  background-color: #384ea0;
  color: white;
}

.btn-default.disabled {
  color: #bbb;
}

.btn-primary {
  color: white;
  background-color: #ef3b24;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: white;
  background-color: #384ea0;
}

.btn-info, .btn-submit {
  color: white;
  background-color: #ef3b24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-info:hover, .btn-submit:hover, .btn-info:active, .btn-submit:active, .btn-info:focus, .btn-submit:focus, .btn-info:active:focus, .btn-submit:active:focus {
  color: white;
  background-color: #384ea0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-warning {
  color: white;
  background-color: orange;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  color: white;
  background-color: #cc8400;
}

.btn-success {
  color: white;
  background-color: seagreen;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  color: white;
  background-color: #21653f;
}

.btn-danger {
  color: white;
  background-color: #a02818;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  color: white;
  background-color: #384ea0;
}

.btn-instrucciones {
  color: white;
  background-color: #ef3b24;
  white-space: normal;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 8px;
  min-height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-instrucciones:hover, .btn-instrucciones:active, .btn-instrucciones:focus, .btn-instrucciones:active:focus {
  color: white;
  background-color: #384ea0;
}

.btn-instrucciones i {
  margin-bottom: 6px !important;
  font-size: 20px;
}

.btn-instrucciones small {
  text-transform: none !important;
  margin: 4px 0;
}

.btn-instrucciones.abierto {
  background-color: #384ea0 !important;
  pointer-events: none;
}

.btn-instrucciones.cerrado {
  background-color: #a02818 !important;
  pointer-events: none;
}

.btn-instrucciones.visto {
  background-color: seagreen !important;
  pointer-events: none;
}

.btn-instrucciones .marcador {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  color: white;
  top: 4px;
  right: 16px;
  pointer-events: visible !important;
}

.btn-instrucciones .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

@media (max-width: 768px) {
  .btn-instrucciones {
    min-height: 90px;
  }
}

.btn-requisitos {
  color: white;
  background-color: #ef3b24;
  white-space: normal;
  text-align: center;
  padding: 0px;
  margin-bottom: 8px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-requisitos:hover, .btn-requisitos:active, .btn-requisitos:focus, .btn-requisitos:active:focus {
  color: white;
  background-color: #384ea0;
}

.btn-requisitos i {
  margin-bottom: 6px !important;
  font-size: 20px;
}

.btn-requisitos small {
  text-transform: none !important;
  margin: 4px 0;
}

.btn-requisitos.abierto {
  background-color: #384ea0 !important;
  pointer-events: none;
}

.btn-requisitos.cerrado {
  background-color: #a02818 !important;
  pointer-events: none;
}

.btn-requisitos.visto {
  background-color: seagreen !important;
  pointer-events: none;
}

.btn-requisitos .marcador {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  color: white;
  top: 4px;
  right: 16px;
  pointer-events: visible !important;
}

.btn-requisitos .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.btn-requisitos .marcador.visto {
  background-color: seagreen !important;
  pointer-events: none;
}

.btn-titulacion {
  color: white;
  background-color: #ef3b24;
  white-space: normal;
  text-align: left;
  padding: 10px 14px;
  height: auto;
}

.btn-titulacion:hover, .btn-titulacion:active, .btn-titulacion:focus, .btn-titulacion:active:focus {
  color: white;
  background-color: #384ea0;
}

.btn-titulacion i {
  margin-right: 14px !important;
}

.btn-evaluacion {
  color: #384ea0;
  background-image: url("/assets/img/bg_btn_evaluacion.png");
  background-repeat: no-repeat;
  background-size: cover;
  white-space: normal;
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 20px;
  min-height: 180px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-evaluacion:hover, .btn-evaluacion:active, .btn-evaluacion:focus, .btn-evaluacion:active:focus {
  color: #ef3b24;
  background-image: url("/assets/img/bg_btn_evaluacion_hover.png");
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-evaluacion .caja-evaluacion {
  max-width: 300px;
}

.btn-evaluacion .caja-evaluacion h3 {
  font-size: 30px;
  margin: 0;
}

.btn-evaluacion .caja-evaluacion h3 small {
  font-size: 0.7em;
}

.btn-evaluacion .caja-evaluacion p {
  font-size: 12px;
  line-height: 14px;
  margin: 6px 0 0 0;
  text-transform: none;
  color: #333;
}

.btn-evaluacion .caja-evaluacion .marcador {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  color: white;
  top: 4px;
  right: 16px;
  pointer-events: visible !important;
}

.btn-evaluacion .caja-evaluacion .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.btn-evaluacion .caja-evaluacion .marcador.abierto {
  background-color: #384ea0 !important;
  pointer-events: none;
}

.btn-evaluacion .caja-evaluacion .marcador.cerrado {
  background-color: #a02818 !important;
  pointer-events: none;
}

.btn-evaluacion .caja-evaluacion .marcador.visto {
  background-color: seagreen !important;
  pointer-events: none;
}

.btn-evaluacion i {
  margin-right: 24px !important;
  font-size: 70px;
}

@media screen and (max-width: 1023px) {
  .btn-evaluacion {
    margin-bottom: 20px;
  }
}

.btn-descargar-certificado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 110px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}

.btn-descargar-certificado i {
  font-size: 30px;
  margin-bottom: 6px;
  color: white !important;
  padding: 0;
}

.fecha-c .btn-descargar {
  margin-bottom: 24px;
  border-radius: 18px;
  background-color: #ef3b24;
}

.fecha-c .btn-descargar.btn-lg {
  border-radius: 24px;
}

.fecha-c .btn-descargar:hover {
  background-color: #384ea0;
}

.fecha-c .btn-descargar i {
  margin-right: 8px;
}

.fecha-c.monolito {
  margin-top: 20px;
}

.fecha-c.monolito .btn-descargar {
  margin-bottom: 0;
}

.btn-monocurso {
  overflow: hidden;
  display: block;
  height: 400px;
  background-size: cover;
  border-radius: 5px;
  border-bottom: 4px solid #384ea0;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-monocurso figure {
  height: 400px;
  background-size: cover;
  -webkit-filter: saturate(90%);
  filter: saturate(90%);
}

.btn-monocurso h4.acceder {
  color: white !important;
}

.btn-monocurso .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 5em;
  color: #384ea0;
  background-color: white;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.btn-monocurso .icon-play i {
  position: absolute;
  top: 50%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-monocurso .icon-pos-a {
  right: 40px;
  top: auto;
  bottom: 10px;
}

.btn-monocurso:hover {
  border-bottom: 4px solid #7a88bf;
}

.btn-monocurso:hover .icon-play {
  color: #7a88bf;
}

.btn-monocurso:hover figure {
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.btn-inactivo {
  background-color: #e4e4e4;
  cursor: inherit;
}

.btn-tip {
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #7a88bf;
}

.btn-tip:hover {
  color: #7a88bf;
}

.btn-tip i {
  font-size: 1.3em;
}

.btn-sco {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f61353;
  color: white;
}

.btn-sco:hover {
  background-color: #213784;
}

.js-actions i {
  margin-left: 8px;
}

.card .card-body,
.card .card-footer {
  display: block;
  position: relative;
  padding: 20px;
}

.card {
  position: relative;
  display: block;
  background-color: #eee;
  color: #35444b;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.33);
  margin-bottom: 30px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border: none;
  padding: 0;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .card:hover, .card:focus, .card:active {
    background: white;
    text-decoration: none;
    color: #384ea0;
  }
}

.card img {
  border-radius: 4px 4px 0 0;
}

.card .card-heading {
  padding-bottom: 0;
  padding: 20px 20px 20px 30px;
}

.card .card-heading h3 {
  margin-top: 0;
  color: #384ea0;
}

@media screen and (min-width: 768px) {
  .card .card-heading {
    min-height: 330px;
  }
}

.card .card-heading .tag-aula {
  text-transform: uppercase;
  color: #384ea0;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}

.card .card-heading .card-title {
  font-weight: 300;
  color: #384ea0;
}

.card .card-title {
  color: #35444b;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.card .card-footer span {
  text-transform: lowercase;
  margin: 0 2px;
  font-size: 14px;
  line-height: 18px;
}

.card .card-footer {
  color: #65665C;
  padding-top: 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
}

.card .card-footer .tipo-formacion {
  position: relative;
  padding: 4px 10px;
  border-radius: 2px;
  line-height: normal;
  right: auto;
  top: auto;
}

.card .progreso {
  font-size: 14px;
  color: #ef3b24;
}

.card .progreso i {
  margin-left: 4px;
}

.card .barra {
  background-color: #ccc;
}

.card .barra div {
  height: 3px;
  background-color: #ef3b24;
}

.card.inactivo {
  pointer-events: none;
}

.card.inactivo figure::before {
  content: attr(data-info);
  position: absolute;
  display: block;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  float: left;
  height: 24px;
  width: 140px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  background-color: #ef3b24;
  -webkit-box-shadow: -4px 4px 3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 3px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  border-radius: 3px 0 0 3px;
}

.card.inactivo figure::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 34px;
  right: -10px;
  border-top: 10px solid #b9210e;
  border-right: 10px solid transparent;
}

.card.novedad figure::before {
  content: attr(data-info);
  position: absolute;
  display: block;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  float: left;
  height: 24px;
  width: 140px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  background-color: #ef3b24;
  -webkit-box-shadow: -4px 4px 3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 3px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  border-radius: 3px 0 0 3px;
}

.card.novedad figure::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 34px;
  right: -10px;
  border-top: 10px solid #b9210e;
  border-right: 10px solid transparent;
}

.card-horas {
  position: absolute;
  right: 10px;
  top: 113px;
  background-color: #184c95;
  color: whitefff;
  padding: 3px 7px;
  border-radius: 5px;
}

.tipo-formacion {
  position: absolute;
  text-transform: uppercase;
  right: 15px;
  top: 15px;
  background-color: #00a1d6;
  padding: 3px 10px;
  color: white;
  border-radius: 5px;
  line-height: 27px;
}

@media screen and (min-width: 1280px) {
  .ice-af a .card:hover, .ice-af a .card:focus, .ice-af a .card:active {
    cursor: pointer;
    background: #384ea0;
    text-decoration: none;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-bottom-color: #26346b;
  }
  .ice-af a .card:hover .card-heading .stats, .ice-af a .card:focus .card-heading .stats, .ice-af a .card:active .card-heading .stats {
    background-color: #26346b;
  }
  .ice-af a .card:hover .barra, .ice-af a .card:focus .barra, .ice-af a .card:active .barra {
    background-color: #131b36;
  }
  .ice-af a .card:hover h3, .ice-af a .card:focus h3, .ice-af a .card:active h3 {
    color: #ef3b24;
  }
  .ice-af a .card:hover p, .ice-af a .card:focus p, .ice-af a .card:active p {
    color: white;
  }
}

.ice-af .card {
  margin-bottom: 16px;
  background-color: white;
  color: #333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media screen and (min-width: 768px) {
  .ice-af .card {
    margin-bottom: 32px;
  }
}

.ice-af .card figure {
  overflow: hidden;
  position: relative;
  height: 96px;
  border-radius: 4px 0 0 4px;
}

@media screen and (min-width: 768px) {
  .ice-af .card figure {
    height: 120px;
    border-radius: 4px 4px 0 0;
  }
}

.ice-af .card .card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 32px 24px 24px;
}

.ice-af .card .card-heading .partes {
  width: 100%;
}

.ice-af .card .card-heading h2 {
  margin-top: 0;
  color: #384ea0;
}

.ice-af .card .card-body,
.ice-af .card .card-footer {
  display: block;
  position: relative;
  padding: 32px 24px 24px;
}

.ice-af .card .card-body h2,
.ice-af .card .card-footer h2 {
  margin-top: 0;
  color: #384ea0;
}

.ice-af .card .card-heading > .fas {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: transparent;
  color: white;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  padding: 12px 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
}

.ice-af .card .card-heading .card-description {
  font-size: 14px;
  margin: 0 0 16px;
  color: #666;
}

.ice-af .card .card-heading .estado {
  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;
  position: absolute;
  top: -12px;
  height: 24px;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.ice-af .card .card-heading .estado.activo {
  background-color: seagreen;
}

.ice-af .card .card-heading .estado.cerrado {
  background-color: #a02818;
}

.ice-af .card .card-heading .estado.prox {
  background-color: #999;
}

.ice-af .card .card-heading .stats {
  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;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin-top: 24px;
  padding: 16px;
  background-color: #eee;
}

.ice-af .card .card-heading .stats p {
  margin-bottom: 0;
}

.ice-af .card .card-heading .barra {
  margin-bottom: 24px;
}

.ice-af .card.card-cabecera {
  height: 140px !important;
  border-bottom: 6px solid #384ea0;
  padding: 40px;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
}

.ice-af .card.card-cabecera:hover {
  background-color: #fde5e2;
}

.ice-af .card.card-cabecera p {
  font-size: 20px;
  font-weight: 900;
  line-height: 14px;
  color: #384ea0;
}

.ice-af .card.card-cabecera span {
  font-size: 14px;
  font-weight: normal;
  line-height: 10px;
}

.ice-af .card.card-cabecera .marcador {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  color: white;
  top: 4px;
  right: 4px;
}

.ice-af .card.card-cabecera .marcador.abierto {
  background-color: #384ea0 !important;
}

.ice-af .card.card-cabecera .marcador.cerrado {
  background-color: #a02818 !important;
}

.ice-af .card.card-cabecera .marcador.visto {
  background-color: seagreen !important;
}

.ice-af .card.card-cabecera .marcador.prox {
  background-color: #999 !important;
}

.ice-af .card.card-cabecera .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.ice-af .card.card-modulo {
  height: 300px !important;
  overflow: visible;
  border-top: 4px solid #d1250f;
  border-bottom: 6px solid #384ea0;
}

.ice-af .card.card-modulo:hover {
  background-color: #fde5e2;
}

.ice-af .card.card-modulo .numero {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #ef3b24;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  border-bottom: 4px solid #d1250f;
  z-index: 99;
}

.ice-af .card.card-modulo figure {
  position: relative;
  height: 70px;
  width: 100%;
}

.ice-af .card.card-modulo p {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  color: #384ea0;
  padding: 30px;
  padding-top: 45px;
}

.ice-af .card.card-modulo .duracion {
  position: absolute;
  bottom: 10px;
  text-align: right;
  right: 10px;
  font-size: 14px;
  color: #999;
}

.ice-af .card.card-modulo .marcador {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  color: white;
  top: 4px;
  right: 4px;
}

.ice-af .card.card-modulo .marcador.abierto {
  background-color: #384ea0 !important;
}

.ice-af .card.card-modulo .marcador.cerrado {
  background-color: #a02818 !important;
}

.ice-af .card.card-modulo .marcador.visto {
  background-color: seagreen !important;
}

.ice-af .card.card-modulo .marcador.prox {
  background-color: #999 !important;
}

.ice-af .card.card-modulo .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.ice-af .card.card-modulo .inter {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 92%;
  border-top: 1px solid #ddd;
  margin: 0 4%;
  padding: 10px 0;
}

.ice-af .card.card-modulo .inter .estados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ice-af .card.card-modulo .inter .estados .progreso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: seagreen;
}

.ice-af .card.card-modulo .inter .estados .progreso .total {
  overflow: hidden;
  height: 4px;
  width: 64px;
  margin: 4px 10px 0 0;
  border-radius: 4px;
  background-color: #ccc;
}

.ice-af .card.card-modulo .inter .estados .progreso .total .porcentaje {
  height: 4px;
  background-color: seagreen;
}

.ice-af .card.card-simulador {
  height: 200px;
  border-bottom: 6px solid #384ea0;
  padding: 40px;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
}

.ice-af .card.card-simulador:hover {
  background-color: #fde5e2;
}

.ice-af .card.card-simulador p {
  font-size: 30px;
  font-weight: 900;
  line-height: 28px;
  max-width: 420px;
  color: #384ea0;
}

.ice-af .card.card-simulador span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  max-width: 380px;
}

.ice-af .card.card-simulador .marcador {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  color: white;
  top: 4px;
  right: 4px;
}

.ice-af .card.card-simulador .marcador.abierto {
  background-color: #384ea0 !important;
}

.ice-af .card.card-simulador .marcador.cerrado {
  background-color: #a02818 !important;
}

.ice-af .card.card-simulador .marcador.visto {
  background-color: seagreen !important;
}

.ice-af .card.card-simulador .marcador.prox {
  background-color: #999 !important;
}

.ice-af .card.card-simulador .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.ice-af .card.card-simulador.dentro {
  height: 230px;
  padding: 55px;
}

.ice-af .card.card-simulador.dentro:hover {
  background-color: #384ea0;
}

.ice-af .card.card-simulador.dentro:hover p {
  color: #ef3b24;
}

.ice-af .card.card-simulador.dentro p {
  font-size: 34px;
  line-height: 33px;
  max-width: 270px;
}

@media screen and (min-width: 1280px) {
  .ice-af a .card-course:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.ice-af .card-course {
  border-bottom: 6px solid #384ea0;
}

.ice-af .card-course.online.superado .card-heading > .fas {
  background-color: seagreen;
  color: white;
}

.ice-af .card-course.online .card-heading > .fas {
  background: #ef3b24;
  color: #384ea0;
}

.ice-af .card-course.online:hover {
  border-color: #384ea0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.ice-af .card-course.online:hover .pie-semana {
  background: #384ea0;
}

.ice-af .card-course.online:hover::after {
  background: #384ea0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.ice-af .card-course.presencial .card-heading > .fas {
  background: #ef3b24;
}

.ice-af .card-course.presencial:hover {
  border-color: #ef3b24;
}

.ice-af .card-course.presencial:hover .pie-semana {
  background: #ef3b24;
}

.ice-af .card-course.presencial:hover::after {
  background: #ef3b24;
}

.ice-af .card-course.realizado {
  border-color: seagreen;
}

.ice-af .card-course.realizado::after {
  background-color: seagreen;
  font-family: 'FontAwesome';
  content: '\f00c';
  font-weight: 400;
}

.ice-af .card-course.realizado .card-heading > .fas {
  background: seagreen;
}

.ice-af .card-course.realizado .card-heading .card-title {
  color: seagreen;
}

.ice-af .card-h {
  overflow: hidden;
  background: #E9E9E9;
}

.ice-af .card-h:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.ice-af .card-h:hover .card-heading {
  background: #ef3b24;
}

.ice-af .card-h:hover .card-heading .card-description {
  color: #26346b;
}

.ice-af .card-h figure {
  border-radius: 0 6px 6px 0;
}

.ice-af .card-h .card-heading {
  text-align: left;
  height: 120px;
  width: 60%;
  padding-top: 24px;
  background: #efefef;
}

.ice-af .card-h .card-heading > .fas {
  background: #384ea0;
  top: 50%;
  right: -100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ice-af .card-h .card-heading .card-title {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #384ea0;
}

.ice-af .card-h figure {
  float: right;
  width: 60%;
}

.ice-af .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ice-af .cards .dropdown {
  position: initial;
}

.ice-af .cards .menu {
  position: absolute;
  top: -16px;
  right: 24px;
  height: 32px;
  width: 32px;
  border: 0;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 12px;
  background-color: white;
  color: #384ea0;
  z-index: 1;
}

@media screen and (min-width: 1280px) {
  .ice-af .cards .menu:hover, .ice-af .cards .menu:focus {
    border: 0;
    background-color: #384ea0;
    color: white;
  }
}

.ice-af .cards .open .dropdown-menu {
  top: 24px;
  right: 24px;
  left: auto;
  min-width: auto;
}

.ice-af .cards .open .dropdown-menu i {
  margin-right: 8px;
}

.ice-af .cards .open .dropdown-menu > li > a:hover,
.ice-af .cards .open .dropdown-menu > li > a:focus {
  background-color: #384ea0;
  color: white;
}

.ice-af .cards .card img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 108%;
}

.ice-af .cards .card img::before {
  content: '';
  display: block;
  background: #ccc;
}

.ice-af .cards .card-h {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin: 16px 8px 8px;
  padding: 0;
}

@media (max-width: 1024px) {
  .ice-af .cards .card-h {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    height: 100px;
  }
  .ice-af .cards .card-h .card-heading {
    min-height: 0;
    height: 100px;
    padding-top: 18px;
  }
  .ice-af .cards .card-h .card-heading .card-description {
    margin: 0;
  }
}

@media (max-width: 960px) {
  .ice-af .cards .card-h {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
}

@media (max-width: 600px) {
  .ice-af .cards .card-h {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.ice-af .card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 16px;
  padding: 16px;
  height: 58px;
}

.ice-af .card-btn .card-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
  font-size: 20px;
}

.ice-af .card-btn .card-title::before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #384ea0;
  margin: 0 16px 0 8px;
}

.ice-af .card-btn .card-title .fas {
  color: #384ea0;
  padding: 0 8px;
}

.ice-af .card-btn .label {
  font-weight: 400;
  padding: 6px 12px;
  font-size: 75%;
}

.ice-af .card-btn .label-text {
  color: #26346b;
  font-size: 12px;
  text-transform: uppercase;
}

.ice-af .card-btn .label-text .fas {
  font-size: 18px;
  margin-left: 8px;
}

.ice-af .card-btn .label-default {
  background-color: #e1e4f1;
  color: #384ea0;
}

.ice-af .card-btn-icon {
  margin-left: 16px;
  margin-bottom: 16px;
  background: #26346b;
  color: white;
  padding: 11px 17px;
  font-size: 24px;
  height: 58px;
}

.ice-af .cur-sta {
  z-index: 100;
}

.ice-af .realizado {
  background-color: seagreen;
  color: white;
}

.ice-af .realizado .card-title::before {
  content: '\f00c';
  color: white;
}

.ice-af .realizado .label-text {
  color: white;
}

.ice-af .pie-semana {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  left: 50%;
  width: 110px;
  padding: 0 10px;
  border-radius: 4px;
  text-align: center;
  background-color: #384ea0;
}

.ice-af .pie-semana h4 {
  margin: 6px 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}

.ice-af .curso figure {
  border-radius: 4px 4px 0 0;
}

.ice-af .curso .accion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ice-af .card-n0 {
  display: block;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 {
    height: calc(100% - 24px);
    margin-bottom: 24px;
  }
}

.ice-af .card-n0.disabled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.ice-af .card-n0.disabled .datos {
  color: #666;
}

.ice-af .card-n0.disabled .datos .lead {
  color: #666;
}

.ice-af .card-n0.disabled:hover {
  background-color: white;
  color: #666;
}

.ice-af .card-n0.disabled:hover .datos .lead {
  color: #666;
}

.ice-af .card-n0.emergente {
  height: auto;
  margin-top: 12px;
}

.ice-af .card-n0.emergente .datos {
  padding: 24px;
}

.ice-af .card-n0.emergente p {
  margin-bottom: 0;
}

.ice-af .card-n0.emergente:hover {
  background-color: white;
  color: #333;
}

@media screen and (min-width: 1280px) {
  .ice-af .card-n0:hover {
    background-color: #384ea0;
    color: white;
  }
  .ice-af .card-n0:hover .datos .lead {
    color: #ef3b24;
  }
}

.ice-af .card-n0 figure {
  height: 88px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 figure {
    height: 104px;
  }
}

@media screen and (min-width: 1280px) {
  .ice-af .card-n0 figure {
    height: 120px;
  }
}

.ice-af .card-n0 figure img {
  max-width: inherit;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 figure img {
    max-width: 102%;
  }
}

.ice-af .card-n0 .icono {
  width: 60px;
  margin-right: 15px;
  border-right: 1px dotted #ccc;
  padding-right: 15px;
  font-size: 34px;
  text-align: center;
  color: #ef3b24;
}

.ice-af .card-n0 .datos {
  position: relative;
  padding: 24px 24px 0;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 .datos {
    padding: 32px;
    padding-bottom: 50px;
  }
}

.ice-af .card-n0 .datos.minicentrado {
  text-align: center;
  padding: 20px;
}

.ice-af .card-n0 .datos .parche {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #ef3b24;
  color: white;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 .datos .parche {
    top: -12px;
  }
}

.ice-af .card-n0 .datos .parche .circulo {
  position: relative;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 .datos .parche .circulo {
    height: 48px;
    width: 48px;
  }
}

.ice-af .card-n0 .datos .parche i,
.ice-af .card-n0 .datos .parche span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.ice-af .card-n0 .datos .parche span {
  font-size: 14px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 .datos .parche span {
    font-size: 16px;
  }
}

.ice-af .card-n0 .datos .lead {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  color: #384ea0;
}

.ice-af .card-n0 .datos .modulo-t .modulo {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a1d6;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 .datos .modulo-t .modulo {
    position: absolute;
    top: -12.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 4px 10px;
    background-color: #00a1d6;
    color: white;
  }
}

.ice-af .card-n0 .datos h3 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #384ea0;
}

.ice-af .card-n0 .datos .alt {
  margin: 0;
}

.ice-af .card-n0 .calendario {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 .calendario {
    min-height: 40px;
  }
}

.ice-af .card-n0 .calendario .alt {
  margin-bottom: 0;
}

.ice-af .card-n0 .calendario .alt i {
  width: 24px;
  text-align: center;
}

.ice-af .card-n0 .estados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ice-af .card-n0 .estados.simple {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ice-af .card-n0 .marcador {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  color: white;
}

.ice-af .card-n0 .marcador.abierto {
  background-color: #384ea0;
}

.ice-af .card-n0 .marcador.cerrado {
  background-color: #a02818;
}

.ice-af .card-n0 .marcador.visto {
  background-color: seagreen;
}

.ice-af .card-n0 .marcador.prox {
  background-color: #999;
}

.ice-af .card-n0 .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.ice-af .card-n0 .progreso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: seagreen;
}

.ice-af .card-n0 .total {
  overflow: hidden;
  height: 4px;
  width: 64px;
  margin: 4px 15px 0 0;
  border-radius: 4px;
  background-color: #ccc;
}

.ice-af .card-n0 .porcentaje {
  height: 4px;
  background-color: seagreen;
}

.ice-af .card-n0 .inter {
  width: 100%;
  padding: 0 24px 24px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n0 .inter {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 32px 15px;
  }
}

.ice-af .card-n1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n1 {
    display: block;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    padding-bottom: 56px;
  }
}

.ice-af .card-n1:hover {
  background-color: #384ea0;
}

.ice-af .card-n1:hover .datos h3 {
  color: #ef3b24;
}

.ice-af .card-n1:hover .datos p {
  color: white;
}

.ice-af .card-n1:hover .inter .total {
  background-color: #7a88bf;
}

.ice-af .card-n1.disabled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.ice-af .card-n1.disabled .datos {
  color: #666;
}

.ice-af .card-n1.disabled .datos h3 {
  color: #666;
}

.ice-af .card-n1 figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 172px;
  width: 104px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n1 figure {
    height: 104px;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .ice-af .card-n1 figure {
    height: 120px;
  }
}

.ice-af .card-n1 figure img {
  height: 100%;
  max-width: inherit;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n1 figure img {
    height: auto;
    max-width: 102%;
  }
}

.ice-af .card-n1 .datos {
  padding: 0 24px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n1 .datos {
    position: relative;
    padding: 32px;
    min-height: 152px;
  }
}

@media screen and (min-width: 1024px) {
  .ice-af .card-n1 .datos {
    min-height: 108px;
  }
}

.ice-af .card-n1 .datos h3 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #384ea0;
}

.ice-af .card-n1 .datos p {
  margin: 0;
  color: #384ea0;
}

.ice-af .card-n1 .datos i {
  margin-left: 4px;
}

.ice-af .card-n1 .inter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 104px);
  padding: 0 24px 24px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n1 .inter {
    width: 100%;
    padding: 0 32px 15px;
  }
}

.ice-af .card-n1 .inter .marcador {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: seagreen;
  color: white;
}

.ice-af .card-n1 .inter .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.ice-af .card-n1 .inter .progreso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: seagreen;
}

.ice-af .card-n1 .inter .total {
  overflow: hidden;
  height: 4px;
  width: 64px;
  margin: 4px 15px 0 0;
  border-radius: 4px;
  background-color: #ccc;
}

.ice-af .card-n1 .inter .porcentaje {
  height: 4px;
  background-color: seagreen;
}

.ice-af .card-n2 {
  height: auto;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n2 {
    display: block;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    padding-bottom: 56px;
  }
}

.ice-af .card-n2.disabled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.ice-af .card-n2.disabled .datos {
  color: #666;
}

.ice-af .card-n2.disabled .datos h3 {
  color: #666;
}

.ice-af .card-n2.biblio {
  background-image: url("/application/views/courses/1/assets/img/biblio.jpg");
  background-size: cover;
}

.ice-af .card-n2.eval {
  background-image: url("/application/views/courses/1/assets/img/eval.jpg");
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .ice-af .card-n2:hover {
    background-color: #384ea0;
  }
  .ice-af .card-n2:hover .datos h3 {
    color: #ef3b24;
  }
  .ice-af .card-n2:hover .datos p {
    color: white;
  }
  .ice-af .card-n2:hover .inter .total {
    background-color: #7a88bf;
  }
  .ice-af .card-n2.biblio:hover {
    background-image: url("/application/views/courses/1/assets/img/biblio-hov.jpg");
  }
  .ice-af .card-n2.eval:hover {
    background-image: url("/application/views/courses/1/assets/img/eval-hov.jpg");
  }
}

.ice-af .card-n2 .datos {
  padding: 24px 24px 56px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n2 .datos {
    position: relative;
    padding: 32px 32px 8px;
  }
}

.ice-af .card-n2 .datos .modulo {
  margin-top: 0px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a1d6;
}

.ice-af .card-n2 .datos p {
  margin: 0;
  color: #384ea0;
}

.ice-af .card-n2 .inter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 24px 24px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n2 .inter {
    padding: 0 32px 15px;
  }
}

.ice-af .card-n2 .inter .marcador {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  color: white;
}

.ice-af .card-n2 .inter .marcador.abierto {
  background-color: #384ea0;
}

.ice-af .card-n2 .inter .marcador.cerrado {
  background-color: #a02818;
}

.ice-af .card-n2 .inter .marcador.visto {
  background-color: seagreen;
}

.ice-af .card-n2 .inter .marcador.prox {
  background-color: #999;
}

.ice-af .card-n2 .inter .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.ice-af .card-n2 .inter .progreso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: seagreen;
}

.ice-af .card-n2 .inter .total {
  overflow: hidden;
  height: 4px;
  width: 68px;
  margin: 4px 15px 0 0;
  border-radius: 4px;
  background-color: #ccc;
}

.ice-af .card-n2 .inter .porcentaje {
  height: 4px;
  background-color: seagreen;
}

.ice-af .card-n3 {
  display: block;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 {
    height: calc(100% - 24px);
    margin-bottom: 24px;
  }
}

.ice-af .card-n3.disabled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.ice-af .card-n3.disabled .datos {
  color: #666;
}

.ice-af .card-n3.disabled .datos .lead {
  color: #666;
}

.ice-af .card-n3.disabled:hover {
  background-color: white;
  color: #666;
}

.ice-af .card-n3.disabled:hover .datos .lead {
  color: #666;
}

@media screen and (min-width: 1280px) {
  .ice-af .card-n3:hover {
    background-color: #384ea0;
    color: white;
  }
  .ice-af .card-n3:hover .datos .lead {
    color: #ef3b24;
  }
}

.ice-af .card-n3 figure {
  height: 88px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 figure {
    height: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .ice-af .card-n3 figure {
    height: 80px;
  }
}

.ice-af .card-n3 figure img {
  max-width: inherit;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 figure img {
    max-width: 102%;
  }
}

.ice-af .card-n3 .icono {
  width: 60px;
  margin-right: 15px;
  border-right: 1px dotted #ccc;
  padding-right: 15px;
  font-size: 34px;
  text-align: center;
  color: #ef3b24;
}

.ice-af .card-n3 .datos {
  position: relative;
  padding: 20px;
  text-align: center;
}

.ice-af .card-n3 .datos .parche {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #ef3b24;
  color: white;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 .datos .parche {
    top: -12px;
  }
}

.ice-af .card-n3 .datos .parche .circulo {
  position: relative;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 .datos .parche .circulo {
    height: 48px;
    width: 48px;
  }
}

.ice-af .card-n3 .datos .parche i,
.ice-af .card-n3 .datos .parche span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.ice-af .card-n3 .datos .parche span {
  font-size: 14px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 .datos .parche span {
    font-size: 16px;
  }
}

.ice-af .card-n3 .datos .lead {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  color: #384ea0;
}

.ice-af .card-n3 .datos .modulo-t .modulo {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a1d6;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 .datos .modulo-t .modulo {
    position: absolute;
    top: -12.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 4px 10px;
    background-color: #00a1d6;
    color: white;
  }
}

.ice-af .card-n3 .datos h3 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #384ea0;
}

.ice-af .card-n3 .datos .alt {
  margin: 0;
}

.ice-af .card-n3 .calendario {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 .calendario {
    min-height: 40px;
  }
}

.ice-af .card-n3 .calendario .alt {
  margin-bottom: 0;
}

.ice-af .card-n3 .calendario .alt i {
  width: 24px;
  text-align: center;
}

.ice-af .card-n3 .estados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ice-af .card-n3 .estados.simple {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ice-af .card-n3 .marcador {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  color: white;
}

.ice-af .card-n3 .marcador.abierto {
  background-color: #384ea0;
}

.ice-af .card-n3 .marcador.cerrado {
  background-color: #a02818;
}

.ice-af .card-n3 .marcador.visto {
  background-color: seagreen;
}

.ice-af .card-n3 .marcador.prox {
  background-color: #999;
}

.ice-af .card-n3 .marcador i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.ice-af .card-n3 .progreso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: seagreen;
}

.ice-af .card-n3 .total {
  overflow: hidden;
  height: 4px;
  width: 64px;
  margin: 4px 15px 0 0;
  border-radius: 4px;
  background-color: #ccc;
}

.ice-af .card-n3 .porcentaje {
  height: 4px;
  background-color: seagreen;
}

.ice-af .card-n3 .inter {
  width: 100%;
  padding: 0 24px 24px;
}

@media screen and (min-width: 768px) {
  .ice-af .card-n3 .inter {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 32px 15px;
  }
}

table.table-dash {
  border-bottom: 1px solid #c8c8c8;
  -webkit-box-shadow: -10px 0px 50px -30px #000, 10px 0px 50px -30px #000;
          box-shadow: -10px 0px 50px -30px #000, 10px 0px 50px -30px #000;
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
  font-size: 14px;
}

table.table-dash thead {
  background-color: #384ea0;
  color: white;
}

table.table-dash thead tr th {
  vertical-align: middle;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px;
  font-size: 16px;
  text-transform: lowercase;
}

table.table-dash thead tr th .ordenar {
  float: right;
  margin-left: 8px;
  color: white;
}

table.table-dash thead tr th::first-letter {
  text-transform: uppercase;
}

table.table-dash thead tr th:first-child {
  border-left: 0;
}

table.table-dash thead tr th:first-child input[type=checkbox] {
  margin-left: -10px;
}

table.table-dash thead tr th:last-child {
  border-right: 0;
}

table.table-dash tbody tr {
  background-color: #ececec;
}

table.table-dash tbody tr td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  table.table-dash tbody tr td {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
    padding: 16px;
  }
}

table.table-dash tbody tr td .post-rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table.table-dash tbody tr td .post-rec figure {
  display: none;
}

@media screen and (min-width: 768px) {
  table.table-dash tbody tr td .post-rec figure {
    overflow: hidden;
    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;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 40px;
    width: 40px;
    margin-right: 20px;
    border-radius: 100%;
    font-weight: 600;
    background-color: #ef3b24;
    color: #384ea0;
  }
}

table.table-dash tbody tr td::before {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #384ea0;
}

table.table-dash tbody tr td h3 {
  margin-top: 0;
  margin-bottom: 4px;
}

table.table-dash tbody tr td small {
  display: block;
  font-size: 12px;
}

table.table-dash tbody tr td.admin-b {
  font-size: 16px;
}

table.table-dash tbody tr td.admin-b::before {
  display: none;
}

table.table-dash tbody tr td.admin-b a {
  margin-right: 4px;
}

table.table-dash tbody tr td.admin-b a:last-child {
  margin-right: 0;
}

td.notas {
  white-space: nowrap;
}

td.notas .icon-gris,
td.notas .icon-check,
td.notas .icon-times,
td.al-left .icon-gris,
td.al-left .icon-check,
td.al-left .icon-times {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

td.notas .icon-gris + span,
td.notas .icon-check + span,
td.notas .icon-times + span,
td.al-left .icon-gris + span,
td.al-left .icon-check + span,
td.al-left .icon-times + span {
  line-height: 26px;
}

td.icons {
  white-space: nowrap;
}

td.icons [class*="icon-"] {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

td.icons [class*="icon-"] + span {
  line-height: 26px;
}

th.acciones,
td.acciones {
  text-align: center;
  white-space: nowrap;
}

th.acciones a,
td.acciones a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #ef3b24;
  color: white;
  border-radius: 4px;
}

th.acciones a.btn i,
td.acciones a.btn i {
  margin-left: auto;
}

th.acciones a i,
td.acciones a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 1.2em;
}

th.acciones a.js-delete, th.acciones a.bg-icon-delete,
td.acciones a.js-delete,
td.acciones a.bg-icon-delete {
  background-color: #ef3b24;
  color: white;
}

th.acciones a.js-delete:hover, th.acciones a.js-delete:active, th.acciones a.js-delete:focus, th.acciones a.bg-icon-delete:hover, th.acciones a.bg-icon-delete:active, th.acciones a.bg-icon-delete:focus,
td.acciones a.js-delete:hover,
td.acciones a.js-delete:active,
td.acciones a.js-delete:focus,
td.acciones a.bg-icon-delete:hover,
td.acciones a.bg-icon-delete:active,
td.acciones a.bg-icon-delete:focus {
  background-color: #384ea0;
  color: white;
}

th.acciones a.bg-icon-ok,
td.acciones a.bg-icon-ok {
  background-color: seagreen;
  color: white;
}

th.acciones a.bg-icon-ok:hover, th.acciones a.bg-icon-ok:active, th.acciones a.bg-icon-ok:focus,
td.acciones a.bg-icon-ok:hover,
td.acciones a.bg-icon-ok:active,
td.acciones a.bg-icon-ok:focus {
  background-color: #384ea0;
  color: white;
}

th.acciones a.disabled,
td.acciones a.disabled {
  background-color: #DDD;
  color: #666;
}

th.acciones a.disabled:hover, th.acciones a.disabled:active, th.acciones a.disabled:focus,
td.acciones a.disabled:hover,
td.acciones a.disabled:active,
td.acciones a.disabled:focus {
  background-color: #DDD;
  color: #666;
}

th.acciones a:hover, th.acciones a:active, th.acciones a:focus,
td.acciones a:hover,
td.acciones a:active,
td.acciones a:focus {
  background-color: #384ea0;
  color: white;
}

td.estado {
  position: relative;
  padding-left: 60px !important;
  width: 170px;
}

td.estado .icon-check,
td.estado .icon-lock,
td.estado .icon-times {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  border-radius: 100%;
}

th.acciones a:hover, th.acciones a:active, th.acciones a:focus {
  background-color: rgba(0, 0, 0, 0.3);
  color: #CEDFF7;
}

.table-action {
  border-bottom: 1px solid #c8c8c8;
  -webkit-box-shadow: -10px 0px 50px -30px #000, 10px 0px 50px -30px #000;
          box-shadow: -10px 0px 50px -30px #000, 10px 0px 50px -30px #000;
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
  font-size: 14px;
}

.table-action thead {
  background-color: #333;
  color: white;
}

.table-action thead tr th {
  vertical-align: middle;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  text-transform: lowercase;
}

.table-action thead tr th::first-letter {
  text-transform: uppercase;
}

.table-action thead tr th .ordenar {
  color: white;
  float: right;
}

.table-action thead tr th:not(:last-child) {
  padding-left: 20px;
}

.table-action thead tr th:first-child input[type=checkbox] {
  margin-left: -10px;
}

.table-action tbody tr {
  height: 67px;
  background-color: #fff;
}

.table-action tbody tr td {
  vertical-align: middle;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table-action tbody tr td.superado {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #4CAF50;
}

.table-action tbody tr td.no-superado {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #d62a2a;
}

.table-action tbody tr td.no-realizado {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #5c5c5c;
}

.table-action tbody tr td:last-child {
  border-right: 1px solid #ddd;
}

.table-action tbody tr td:first-child {
  border-left: 1px solid #c8c8c8;
  padding-left: 20px;
}

.table-action tbody tr td:first-child input[type=checkbox] {
  margin-left: -10px;
}

.table-forum {
  margin-top: 20px;
}

.table-forum h4 {
  font-weight: bold;
  margin: 0;
}

.table-forum td {
  vertical-align: middle !important;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.table-forum thead tr {
  background-color: #333;
  color: white;
}

.table-dash tbody tr {
  background-color: #ececec;
}

table.dataTable thead .sorting i::before {
  content: "\f0dc";
}

table.dataTable thead .sorting_asc i::before {
  content: "\f0de";
}

table.dataTable thead .sorting_desc i::before {
  content: "\f0dd";
}

.dataTables_paginate.paging_numbers {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.js-detail-body td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.js-detail-body td ul .fa {
  margin-right: 5px;
  padding: 3px;
  border-radius: 100%;
  text-align: center;
  font-weight: 900;
  color: white;
}

.js-detail-body td ul .fa.fa-clock {
  background-color: #384ea0;
}

.js-detail-body td ul .fa.fa-check {
  background-color: seagreen;
}

.data_table_css {
  /* Estilo de botones acordeón */
}

.data_table_css h1 {
  margin-bottom: -10px;
}

.data_table_css .panel-heading,
.data_table_css h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.data_table_css .alert-danger {
  color: #a94442;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.data_table_css .btn {
  padding: 6px 20px;
  font-size: 14px;
}

.data_table_css .upload-file {
  position: relative;
  background-color: white;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
}

.data_table_css .upload-file span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.data_table_css .btn-alert,
.data_table_css .btn-alert:visited {
  color: #fff;
  background-color: #BA290C;
  border-color: #ac260b;
}

.data_table_css .btn-alert:hover {
  color: #fff;
  background-color: #a2240a;
  border-color: #98220a;
}

.data_table_css .list-msg {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 10px;
  background-color: #f2f2f2;
}

.data_table_css .info {
  display: inline-block;
  background-color: #024686;
  padding-left: 1.4em;
  padding-right: 1.4em;
  margin-top: 0px;
  color: #fff;
  border: none;
}

.data_table_css .info:hover {
  background-color: #0053a2;
  color: #fff;
}

.data_table_css .info:focus {
  background-color: #0053a2;
  color: #fff;
}

.data_table_css .table-default {
  margin-top: 15px;
}

.data_table_css .fondoOferta {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e3e3e3));
  background: linear-gradient(to bottom, #f1f1f1 0%, #e3e3e3 100%);
  padding: 20px 20px;
  -webkit-box-shadow: 1px 1px 10px -3px rgba(32, 32, 32, 0.2);
  box-shadow: 1px 1px 10px -3px rgba(32, 32, 32, 0.2);
  border-bottom: 5px solid #bbb;
}

.data_table_css .panel-default .panel-body {
  background: white;
  border-bottom: 10px solid #e3e3e3;
}

.data_table_css .dd-scroll-100 {
  overflow-y: scroll;
  height: 100px;
  border: solid 1px #ccc;
  border-bottom: solid 5px #ccc;
  background-color: #fff;
}

.data_table_css .editOfert {
  float: right;
  font-size: 1.5rem;
  margin-bottom: .8em;
}

.data_table_css .bot-resaltado {
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #4e4e4e;
  border-radius: 4px;
}

.data_table_css #table_id_length {
  display: none;
}

.data_table_css #table_id_filter {
  text-align: right;
  padding: 0;
  font-size: 14px;
  margin-top: 15px;
}

.data_table_css #table_id_filter label {
  color: #625d5d;
  font-size: 14px;
}

.data_table_css #table_id_filter input {
  color: #625d5d;
  padding: 6px 10px;
  margin-left: 22px;
  border: 1px solid lightgray;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.3);
}

.data_table_css #table_id_paginate {
  font-size: 15px;
  color: #337ab7;
  text-align: right;
  margin-top: -18px;
}

.data_table_css #table_id_paginate .paginate_button {
  padding: 5px 12px;
  background-color: white;
  border-top: solid 1px lightgrey;
  border-bottom: solid 1px lightgrey;
  border-left: solid 1px lightgrey;
  -webkit-box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.3);
}

.data_table_css #table_id_paginate .previous {
  border-radius: 4px 0 0 4px;
}

.data_table_css #table_id_paginate .next {
  border-right: solid 1px lightgrey;
  border-radius: 0 4px 4px 0;
}

.data_table_css a.paginate_button.current {
  font-weight: 700;
  text-decoration: underline;
}

.data_table_css .dataTables_info {
  margin: -8px 0 8px 0;
}

.tablas-cursos td a {
  font-weight: 600;
}

/* Fital data_table_css */
.buscar-alumnos .titulo {
  font-weight: bold;
  color: #384ea0;
  font-size: 1.2em;
  border-bottom: 3px solid #e7e8e8;
  padding-bottom: 8px;
  margin-top: 5px;
}

.buscar-alumnos label {
  font-size: 0.9em;
}

.buscar-alumnos .box {
  position: relative;
  padding: 24px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #384ea0;
  border-radius: 8px;
}

.buscar-alumnos .box h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: white;
}

.buscar-alumnos .box h2 strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #00a1d6;
}

.buscar-alumnos .box-rounded {
  min-height: 98px;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
}

.buscar-alumnos .box-tag {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.buscar-alumnos .num-alumnos {
  background-color: #00a1d6;
  color: white;
}

.buscar-alumnos .num-alumnos h1 {
  font-weight: 800;
  font-size: 34px;
}

.buscar-alumnos .num-alumnos p {
  padding-top: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #384ea0;
}

.buscar-alumnos .fecha-hora {
  background-color: white;
}

.buscar-alumnos .fecha-hora span {
  display: block;
}

.buscar-alumnos .fecha-hora .titulo-fecha-hora {
  padding-top: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00a1d6;
}

.buscar-alumnos .fecha-hora .fecha {
  font-size: 24px;
  font-weight: 800;
  color: #384ea0;
}

.buscar-alumnos .fecha-hora .hora {
  font-weight: 600;
  color: #7a88bf;
}

.buscar-alumnos .titulo-lista {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #7a88bf;
}

.buscar-alumnos .cuadro-resultados {
  min-height: 100px;
  padding: 10px 20px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
}

.buscar-alumnos .btn-default {
  color: #333;
}

.buscar-alumnos .resultados {
  font-size: 15px;
}

.buscar-alumnos .resultados td {
  line-height: 30px;
}

.grupos h4 {
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.input-check input {
  margin-right: 8px;
}

.tag-wrapper {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 95%;
  padding-right: 20px;
  min-height: 20px;
}

.tag-wrapper span {
  float: right;
}

.tag {
  position: absolute;
  left: 0;
  display: inline;
  padding: 2px 9px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  background-color: #333;
  color: white;
  margin-left: 10px;
  font-family: "Lato", sans-serif;
}

.tag i {
  margin-right: 4px;
  font-size: 0.9em;
}

.tag.online {
  background-color: #72a829;
}

.tag.webinar {
  background-color: #2c97d9;
}

.tag.presencial {
  background-color: #C4302B;
}

td .tag {
  position: relative;
}

.tag-simple {
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
}

.tag-simple--success {
  background-color: seagreen;
  color: white;
}

.tag-simple--warning {
  background-color: #a02818;
  color: white;
}

.tag-simple i {
  margin-right: 4px;
}

.icon-pos-a {
  position: absolute;
}

.icon-w {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  text-align: center;
  line-height: 28px;
}

.icon-check {
  background-color: green;
  color: white;
}

.icon-times {
  background-color: #a02818;
  color: white;
}

.icon-lock {
  background-color: #e8e8e8;
  color: #3e4560;
}

.icon-unlock {
  background-color: #bbc3df;
  color: #3e4560;
}

.modal-content {
  border-radius: 4px;
  overflow: hidden;
}

.modal-header {
  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;
  background-color: #384ea0;
  color: white;
}

.modal-header .close {
  margin: 0;
  text-shadow: none;
  color: white;
  opacity: 1;
}

.modal-header .close:hover {
  color: #ef3b24;
}

.modal-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 900;
  font-size: 20px;
}

.modal-title strong {
  font-weight: 900;
  color: #ef3b24;
}

.modal-title i {
  margin-right: 12px;
  color: #ef3b24;
}

.modal-course {
  margin-right: 15px;
}

.modal-body .materiales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-body .materiales .btn-material {
  margin-top: 10px;
  background-color: #ef3b24;
  color: white;
}

.modal-body .materiales .btn-material .fas.der {
  margin-left: 8px;
}

.modal-body .materiales .btn-material .fas.izq {
  margin-right: 8px;
}

.modal-body .materiales .btn-material.inactivo {
  opacity: .65;
}

.modal-body .materiales .btn-material:hover {
  background-color: #384ea0;
}

.modal-body .materiales .btn-material:first-child {
  margin-left: 0;
}

.modal-body .materiales .alert {
  margin-top: 20px;
  margin-bottom: 0;
}

.modal-body .alert {
  font-size: 14px;
}

.time-out {
  font-weight: 900;
  color: seagreen;
}

.modal-footer .btn-grupo-espacio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.share-form .alert {
  display: none;
}

.hgroup {
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
  margin: 48px 0 25px;
}

.hgroup-linea {
  margin: 5px 0 25px;
}

.hgroup-linea::after {
  content: '';
  width: 570px;
  height: 3px;
  background-color: #384ea0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hgroup .page-heading {
  float: left;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.hgroup .btn-container {
  float: right;
  padding-top: 5px;
}

.hgroup .page-heading .icon-heading {
  float: none;
  margin: 0;
}

.hgroup .icon-corner {
  float: left;
  height: 72px;
  width: 72px;
  background: url(../img/corner.png) no-repeat top left;
  background-size: contain;
}

.hgroup .icon-heading {
  float: left;
  margin: 20px 16px 10px 0;
}

.hgroup .tag {
  top: 10px;
  right: 0;
  left: auto;
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
}

.aula,
.jumbotron {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  padding-bottom: 64px;
  padding: 64px 0;
}

.aula .page-heading,
.jumbotron .page-heading {
  float: none;
  font-size: 48px;
  font-weight: 800;
}

.aula .lead,
.jumbotron .lead {
  font-size: 32px;
  margin: 0;
  text-transform: uppercase;
}

.aula .btn,
.jumbotron .btn {
  margin: 16px 0;
}

.jumbotron {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 48px 0;
  margin: 0;
}

.hero {
  padding: 32px 0 0;
}

.hero .breadcrumb {
  position: relative;
  padding: 6px 16px 2px;
  margin-bottom: 20px;
  list-style: none;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

.hero .breadcrumb .tag {
  top: 0;
  left: auto;
  right: 0;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 4px 4px 0;
}

.carousel-caption {
  position: absolute;
  left: 54px;
  right: 60%;
  top: 36px;
  z-index: 10;
  padding: 0;
  color: #333;
  text-align: left;
  text-shadow: none;
}

.carousel-caption h1 {
  font-size: 40px;
}

.carousel-caption h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-control {
  width: 6%;
}

section.destacado {
  padding-bottom: 0;
  background-color: #eee;
  padding: 0 0 2px 0;
  color: #3d3935;
}

.destacado .carousel .item::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #eee), to(transparent));
  background-image: linear-gradient(to right, #eee 20%, transparent 100%);
}

section.destacado .carousel-indicators li {
  border-color: #7a88bf;
}

section.destacado .carousel-indicators li.active {
  background-color: #7a88bf;
}

.carousel.slide .fa-angle-left,
.carousel.slide .fa-angle-right {
  font-size: 70px;
  color: #222;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel.slide .fa-angle-left {
  left: -50px;
}

.carousel.slide .fa-angle-right {
  right: -50px;
}

.panel {
  border: none;
}

.panel-danger .panel-heading {
  color: #384ea0;
  background-color: #bbc3df;
}

.panel-oscuro .panel-heading {
  background-color: #3e4560;
  color: white;
}

.panel-diploma {
  -webkit-box-shadow: 0px 20px 30px -30px #000;
          box-shadow: 0px 20px 30px -30px #000;
}

.panel-diploma .panel-heading {
  background-color: #3e4560;
  color: white;
}

.panel-diploma .panel-body {
  padding: 5px 30px 40px 30px;
}

.admin-dash .detalle-alumno {
  padding: 8px 16px;
}

.admin-dash .detalle-alumno i {
  margin-right: 8px;
}

.admin-dash .panel {
  border-radius: 8px;
  border-bottom: 4px solid #26346b;
}

.admin-dash .panel h2 {
  font-size: 34px;
  margin: 8px 0 0 0;
  font-weight: 900;
  color: #ef3b24;
}

.admin-dash .panel small {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
}

.admin-dash .panel .btn-tip {
  color: #7a88bf;
}

.my-data .name-wrapper {
  height: 100px;
}

.my-data h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
}

.pagination {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.pagination > li > a,
.pagination > li > span {
  border: 1px solid #384ea0;
  background-color: white;
  color: #384ea0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border-color: #384ea0;
  background-color: #384ea0;
  color: white;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #384ea0;
  background-color: #384ea0;
  color: white;
}

.tabpanel .nav-tabs {
  border-bottom: 1px solid #dae2e4;
}

.tabpanel .nav-tabs a {
  font-weight: bold;
}

.tabpanel .tab-pane {
  padding: 20px;
}

.tabpanel .tab-pane h2 {
  font-weight: bold;
  color: #384ea0;
  margin-top: 0;
}

.tabpanel .tab-pane h3 {
  font-weight: bold;
  color: #384ea0;
}

.error {
  position: relative;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #F3E6E6;
  color: #a94442;
}

label.error:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 9px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #a94442;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

label.error {
  margin: 12px 0 0 5px;
  border: 1px solid #a94442;
  background-color: #a94442;
  color: #fff;
}

.form-group label.error {
  padding-left: 10px;
  z-index: 1000;
  position: absolute;
}

.form-group-right label.error {
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  padding-left: 10px;
}

.form-group-right label.error::before {
  border: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #a94442;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: -7px;
}

.form-group-left label.error {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: -20px;
  right: auto;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.form-group-left label.error::before {
  border: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #a94442;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -7px;
  left: auto;
}

.b-evaluacion {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-top: 10px solid #2f2b27;
  border-radius: 3px;
}

.b-evaluacion.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.b-evaluacion.disabled .evaluacion-activa {
  display: none;
}

.b-evaluacion.disabled .evaluacion-bloqueada {
  color: #333;
}

.b-evaluacion .panel-body {
  display: block;
  min-height: 160px;
  padding: 30px;
}

.b-evaluacion .panel-body:hover .icon-evaluacion {
  fill: #384ea0;
}

.b-evaluacion .panel-body .heading h4 {
  font-size: 20px;
  font-weight: bold;
  color: #384ea0;
}

.b-evaluacion .icon-evaluacion {
  fill: #7a88bf;
}

.b-evaluacion .btn-evaluacion:hover {
  background: #bbc3df;
}

.b-evaluacion .btn-evaluacion .heading {
  position: relative;
  min-height: 70px;
}

.b-evaluacion .btn-evaluacion .heading h4 {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 26px;
}

.b-evaluacion .btn-inactivo {
  background-color: #e4e4e4;
  cursor: inherit;
}

.b-evaluacion .table {
  margin-bottom: 10px;
}

.b-evaluacion .table th {
  padding: 6px;
  color: #919191;
  font-weight: 400;
  border-bottom: 0;
}

.b-evaluacion .table td {
  border-top: 0;
}

.b-evaluacion .table th, .b-evaluacion .table td {
  text-align: center;
  width: 50%;
}

.b-evaluacion .btn-default {
  background-color: #7a88bf;
  color: white;
  line-height: 40px;
}

.b-evaluacion .btn-default.disabled {
  background-color: #e4e4e4;
}

.b-evaluacion .btn-default:hover {
  color: white;
  background-color: #384ea0;
}

.link-arrow::after {
  content: url(/assets/img/arrow-right-long.png);
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover .link-arrow::after {
  margin-left: 20px;
}

.b-chat section {
  overflow-y: scroll;
  height: 290px;
}

.b-chat section article {
  margin-bottom: 5px;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 5px;
}

.foro .foro-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  background-color: #384ea0;
}

.foro .foro-header .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.foro .foro-header .breadcrumb a {
  color: white;
}

.foro .foro-header .breadcrumb a:hover {
  color: #ef3b24;
}

.foro .foro-header .breadcrumb > li + li:before {
  padding: 0 12px;
  color: white;
}

.foro .foro-header .breadcrumb > .active {
  display: none;
}

@media screen and (min-width: 768px) {
  .foro .foro-header .breadcrumb > .active {
    display: inline-block;
    font-weight: 700;
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .foro .foro-header .container {
    width: 100%;
  }
}

.foro .foro-temas,
.foro .foro-tema,
.foro .foro-new {
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .foro .foro-temas,
  .foro .foro-tema,
  .foro .foro-new {
    padding: 56px 0;
  }
}

.foro .foro-temas .foro-temas-hgroup {
  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: 32px;
}

.foro .foro-temas .foro-temas-hgroup h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: white;
}

@media screen and (min-width: 768px) {
  .foro .foro-temas .foro-temas-hgroup h2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.foro .foro-temas .foro-temas-hgroup h2 span {
  font-weight: 900;
}

.foro .foro-temas .foro-temas-hgroup h2 i {
  margin: 0 8px;
  color: #ef3b24;
}

.foro .foro-temas .foro-temas-hgroup .btn {
  margin-left: 8px;
  padding: 0px 12px;
}

.foro .foro-temas .foro-temas-hgroup .btn span {
  display: none;
}

@media screen and (min-width: 768px) {
  .foro .foro-temas .foro-temas-hgroup .btn {
    padding: 0px 16px;
  }
  .foro .foro-temas .foro-temas-hgroup .btn i {
    display: none;
  }
  .foro .foro-temas .foro-temas-hgroup .btn span {
    display: block;
  }
}

.foro .foro-temas .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.foro .foro-temas .table-forum {
  margin-top: 0;
  margin-bottom: 24px;
}

.foro .foro-temas .table-forum thead tr {
  background-color: #384ea0;
}

.foro .foro-temas .pagination {
  color: white;
}

.foro .foro-tema h3 {
  margin-bottom: 16px;
  color: white;
}

.foro .foro-tema .panel-post {
  margin-bottom: 32px;
}

.foro .foro-tema .panel-post .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 0;
  padding: 24px;
  background-color: #384ea0;
}

@media screen and (min-width: 768px) {
  .foro .foro-tema .panel-post .panel-heading {
    height: 80px;
    padding: 0 24px;
  }
}

.foro .foro-tema .panel-post .panel-heading figure {
  display: none;
}

@media screen and (min-width: 768px) {
  .foro .foro-tema .panel-post .panel-heading figure {
    display: block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 100%;
    background-color: #ef3b24;
  }
  .foro .foro-tema .panel-post .panel-heading figure img {
    height: 100%;
  }
  .foro .foro-tema .panel-post .panel-heading figure .circulo {
    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;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ef3b24;
    color: #384ea0;
  }
}

.foro .foro-tema .panel-post .panel-heading .admin-c {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.foro .foro-tema .panel-post .panel-heading .admin-b {
  margin-left: 16px;
}

.foro .foro-tema .panel-post .panel-heading .admin-b a {
  margin-right: 4px;
}

.foro .foro-tema .panel-post .panel-heading .admin-b a:last-child {
  margin-right: 0;
}

.foro .foro-tema .panel-post .panel-heading .admin-b a:hover {
  color: white;
}

.foro .foro-tema .panel-post .panel-heading h3 {
  margin: 0;
  color: white;
}

.foro .foro-tema .panel-post .panel-heading small {
  font-size: 12px;
  color: #f47c6c;
}

.foro .foro-tema .panel-post .panel-body {
  padding: 24px;
}

.foro .foro-tema .panel-post .panel-body p:last-child {
  margin-bottom: 0;
}

.foro .foro-tema .panel-com .panel-body {
  padding: 24px;
}

.foro .foro-tema .panel-com .panel-body .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.foro .foro-tema .panel-com .panel-body .comment-head figure {
  overflow: hidden;
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border-radius: 100%;
}

.foro .foro-tema .panel-com .panel-body .comment-head figure img {
  height: 100%;
}

.foro .foro-tema .panel-com .panel-body .comment-head figure .circulo {
  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;
  height: 40px;
  font-weight: 600;
  background-color: #ef3b24;
  color: #384ea0;
}

.foro .foro-tema .panel-com .panel-body .comment-head .admin-c {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}

.foro .foro-tema .panel-com .panel-body .comment-head .admin-b {
  margin-left: 8px;
}

.foro .foro-tema .panel-com .panel-body .comment-head .admin-b a {
  margin-right: 4px;
}

.foro .foro-tema .panel-com .panel-body .comment-head .admin-b a:last-child {
  margin-right: 0;
}

.foro .foro-tema .panel-com .panel-body .comment-head p {
  margin-bottom: 0;
  color: #384ea0;
}

.foro .foro-tema .panel-com .panel-body .comment-head small {
  font-size: 12px;
  color: #ef3b24;
}

.foro .foro-tema .panel-com .panel-body .comment-body p:last-child {
  margin-bottom: 0;
}

.foro .foro-tema .panel-info {
  margin-bottom: 0;
}

.foro .foro-tema .panel-info .panel-body {
  padding: 24px;
}

.foro .foro-tema .panel-info .panel-body label {
  margin-bottom: 8px;
  color: #ef3b24;
}

.foro .foro-tema .panel-info .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 24px;
}

.foro .foro-new .panel {
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.foro .foro-new .panel .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 24px;
  background-color: #384ea0;
}

.foro .foro-new .panel .panel-heading .panel-title {
  margin: 0;
  font-size: 20px;
  color: white;
}

.foro .foro-new .panel .panel-body {
  padding: 24px;
}

.foro .foro-new .panel .panel-body .form-group {
  margin-bottom: 16px;
}

.foro .foro-new .panel .panel-body label {
  margin-bottom: 8px;
  color: #ef3b24;
}

.foro .foro-new .panel .panel-body .form-control {
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  color: #333;
}

.foro .foro-new .panel .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 24px;
}

.experto .experto-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  background-color: #384ea0;
}

.experto .experto-header .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.experto .experto-header .breadcrumb a {
  color: white;
}

.experto .experto-header .breadcrumb a:hover {
  color: #ef3b24;
}

.experto .experto-header .breadcrumb > li + li:before {
  padding: 0 12px;
  color: white;
}

.experto .experto-header .breadcrumb > .active {
  display: none;
}

@media screen and (min-width: 768px) {
  .experto .experto-header .breadcrumb > .active {
    display: inline-block;
    font-weight: 700;
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .experto .experto-header .container {
    width: 100%;
  }
}

.experto .experto-con {
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .experto .experto-con {
    padding: 56px 0;
  }
}

.experto .experto-con .panel {
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.experto .experto-con .panel .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 24px;
  background-color: #384ea0;
}

.experto .experto-con .panel .panel-heading .panel-title {
  margin: 0;
  font-size: 20px;
  color: white;
}

.experto .experto-con .panel .panel-body {
  padding: 24px;
}

.experto .experto-con .panel .panel-body .form-group {
  margin-bottom: 16px;
}

.experto .experto-con .panel .panel-body label {
  margin-bottom: 8px;
  color: #ef3b24;
}

.experto .experto-con .panel .panel-body .form-control {
  height: 144px;
  padding: 16px;
  font-size: 16px;
  color: #333;
}

.experto .experto-con .panel .panel-body .contador {
  margin-top: 8px !important;
  font-size: 14px;
  color: #666 !important;
}

.experto .experto-con .panel .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 24px;
}

.menu-curso {
  position: fixed;
  top: 64px;
  width: 100%;
  background-color: #384ea0;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .menu-curso {
    top: 80px;
  }
}

.menu-curso .curso-flex {
  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: 64px;
}

@media screen and (min-width: 768px) {
  .menu-curso .curso-flex {
    height: 80px;
  }
}

.menu-curso .curso-flex .tit-curso h4 {
  margin: 0;
  font-size: 12px;
  color: white;
}

.menu-curso .curso-flex .zona-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-curso .curso-flex .zona-id .lista-p {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .menu-curso .curso-flex .zona-id .lista-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-curso .curso-flex .zona-id .lista-p li {
  margin-right: 32px;
}

.menu-curso .curso-flex .zona-id .lista-p a {
  color: white;
}

.menu-curso .curso-flex .zona-id .lista-p a:hover {
  color: #ef3b24;
}

.menu-curso .curso-flex .zona-id .progreso {
  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;
  font-size: 12px;
  font-weight: 900;
  color: white;
}

@media screen and (min-width: 768px) {
  .menu-curso .curso-flex .zona-id .progreso {
    font-size: 16px;
    font-weight: 700;
  }
}

.menu-curso .curso-flex .zona-id .progreso .total {
  height: 4px;
  width: 36px;
  margin: 4px 15px 0 0;
  border-radius: 4px;
  background-color: #54c0e4;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .menu-curso .curso-flex .zona-id .progreso .total {
    width: 96px;
  }
}

.menu-curso .curso-flex .zona-id .progreso .total .porcentaje {
  height: 4px;
  background-color: white;
}

.menu-curso .casa .circulo,
.menu-curso .user .circulo {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
}

.menu-curso .casa .circulo i,
.menu-curso .user .circulo i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.menu-curso .casa .circulo {
  margin-right: 8px;
}

.menu-curso .nombre {
  display: block;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 900;
  color: white;
}

@media screen and (min-width: 768px) {
  .menu-curso .nombre {
    max-width: 500px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .menu-curso .nombre {
    max-width: 350px;
  }
}

@media screen and (min-width: 1280px) {
  .menu-curso .nombre {
    max-width: 550px;
  }
}

.ice-af section.sincargar {
  display: none;
}

.ice-af section.visible {
  display: block;
}

.courses {
  position: relative;
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .courses {
    padding: 56px 0;
  }
}

.course {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.course::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  z-index: 0;
}

.course .course-header {
  position: relative;
  padding: 48px 0;
  color: #fff;
}

.course .course-header .back {
  float: right;
  color: #fff;
  font-weight: 700;
}

.course .course-header .back .fa {
  margin-left: 8px;
}

.course .course-header > .fa {
  float: left;
  background: #fff;
  color: #384ea0;
  margin: 0 16px 32px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  padding: 12px 0;
  text-align: center;
}

.course .course-header .course-num {
  position: absolute;
  top: 88px;
  left: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #384ea0;
  border: 2px solid #384ea0;
  display: block;
}

.course .course-header .course-title {
  font-size: 40px;
  margin-top: 0;
}

.course.online::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 78, 160, 0)), to(rgba(56, 78, 160, 0.9))), -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 232, 0)), to(#e8e8e8));
  background-image: linear-gradient(to top, rgba(56, 78, 160, 0) 0%, rgba(56, 78, 160, 0.9) 100%), linear-gradient(to bottom, rgba(232, 232, 232, 0) 0%, #e8e8e8 100%);
}

.course.online .course-header > .fa {
  color: #384ea0;
}

.course.online .course-header .course-num {
  color: #384ea0;
  border: 2px solid #384ea0;
}

.course.presencial::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 59, 36, 0)), to(rgba(239, 59, 36, 0.9))), -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 232, 0)), to(#e8e8e8));
  background-image: linear-gradient(to top, rgba(239, 59, 36, 0) 0%, rgba(239, 59, 36, 0.9) 100%), linear-gradient(to bottom, rgba(232, 232, 232, 0) 0%, #e8e8e8 100%);
}

.course.presencial .course-header > .fa {
  color: #ef3b24;
}

.course.presencial .course-header .course-num {
  color: #ef3b24;
  border: 2px solid #ef3b24;
}

.course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.course-item .card-btn {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
}

.course-item .card-btn-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.texto-c {
  color: #ffffff;
}

.texto-c p {
  color: #ffffff;
}

.certificacion {
  margin: 0 12px;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.titulo-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titulo-a .flex-columna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #eee;
  min-height: 120px;
}

.titulo-a .flex-columna .btn i {
  margin-right: 8px;
}

.titulo-a .flex-columna small {
  font-size: 12px;
  padding: 16px 8px;
  line-height: 14px;
}

.titulo-b {
  width: 100%;
  text-align: center;
  background-color: #ededed;
  padding: 30px 30px 22px 30px;
  border-radius: 10px;
}

.titulo-b .home_curso_subtitulo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #384ea0;
  width: 100%;
  padding-bottom: 5px;
}

.titulo-b .home_curso_subtitulo::after {
  background-color: #384ea0;
}

.titulo-b .home_curso_subtitulo::before {
  background-color: #384ea0;
}

.titulo-b.blanco {
  background-color: white !important;
}

.titulo-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.titulo-c.mb0 {
  margin-bottom: 0px;
}

.titulo-c.subtitulo {
  margin-bottom: 0px;
}

.titulo-c.subtitulo .campus {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .titulo-c .fecha-c {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .titulo-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
}

.titulo-c .modulo-tag {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 32px;
  width: 32px;
  margin-right: 16px;
  border-radius: 100%;
  font-size: 10px;
  font-weight: 700;
  background-color: #384ea0;
  color: white;
}

@media screen and (min-width: 768px) {
  .titulo-c .modulo-tag {
    margin-top: 10px;
    margin-right: 24px;
  }
}

.titulo-c .campus {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 24px;
  font-weight: 900;
  color: white;
}

@media screen and (max-width: 767px) {
  .titulo-c .campus {
    line-height: 1.21428571;
  }
}

@media screen and (min-width: 768px) {
  .titulo-c .campus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    font-size: 34px;
  }
}

.titulo-c .campus.home_curso {
  color: #384ea0;
}

.titulo-c .campus .numero {
  margin-right: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #EF3B24;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  border-bottom: 4px solid #d1250f;
}

.titulo-c .btn-volver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
  margin-left: 16px;
  color: white;
}

@media screen and (min-width: 768px) {
  .titulo-c .btn-volver {
    margin-top: 12px;
  }
}

.titulo-c .btn-volver:hover {
  color: #ef3b24;
}

.titulo-c .btn-volver > i {
  margin-right: 0px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .titulo-c .btn-volver > i {
    margin-right: 8px;
    font-size: 14px;
  }
}

.titulo-c .btn-volver span {
  display: none;
}

@media screen and (min-width: 768px) {
  .titulo-c .btn-volver span {
    display: block;
  }
}

.titulo-c .btn-volver.home_curso {
  color: #00a1d6;
}

.titulo-c .btn-volver.home_curso:hover {
  color: #ef3b24;
}

.fecha-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}

.fecha-c .fecha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 36px;
  margin-bottom: 8px;
  border-radius: 18px;
  padding: 0 16px;
  font-size: 14px;
  background-color: rgba(56, 78, 160, 0.84);
  color: white;
}

@media screen and (min-width: 768px) {
  .fecha-c .fecha {
    margin-bottom: 0;
  }
}

.fecha-c .fecha strong {
  margin-left: 16px;
  color: #f79d92;
}

.nivel0,
.nivel1,
.nivel2 {
  padding: 32px 0 16px;
}

@media screen and (min-width: 768px) {
  .nivel0,
  .nivel1,
  .nivel2 {
    padding: 56px 0;
  }
}

.nivel0 .lista-curso,
.nivel1 .lista-curso,
.nivel2 .lista-curso {
  position: relative;
  margin-bottom: 40px;
  border-radius: 4px;
  padding: 64px 32px;
  background-color: rgba(0, 161, 214, 0.84);
}

@media screen and (min-width: 768px) {
  .nivel0 .lista-curso,
  .nivel1 .lista-curso,
  .nivel2 .lista-curso {
    margin-bottom: 0;
  }
}

.nivel0 .lista-curso h3,
.nivel1 .lista-curso h3,
.nivel2 .lista-curso h3 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #384ea0;
}

.nivel0 .lista-curso ul,
.nivel1 .lista-curso ul,
.nivel2 .lista-curso ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  list-style: none;
  color: white;
}

.nivel0 .lista-curso li,
.nivel1 .lista-curso li,
.nivel2 .lista-curso li {
  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;
  margin-bottom: 16px;
  font-weight: 700;
}

.nivel0 .lista-curso li a,
.nivel1 .lista-curso li a,
.nivel2 .lista-curso li a {
  color: white;
}

.nivel0 .lista-curso li a:hover,
.nivel1 .lista-curso li a:hover,
.nivel2 .lista-curso li a:hover {
  color: #384ea0;
}

.nivel0 .lista-curso li .fa-circle,
.nivel1 .lista-curso li .fa-circle,
.nivel2 .lista-curso li .fa-circle {
  font-size: 8px;
  margin-right: 4px;
}

.nivel0 .lista-curso .btn,
.nivel1 .lista-curso .btn,
.nivel2 .lista-curso .btn {
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .nivel0 {
    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;
    height: 100%;
  }
}

.resources {
  position: relative;
  margin: 0 -15px;
  background-color: #26346b;
}

.resources::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #384ea0;
  bottom: 0;
  left: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .resources::before {
    height: 0;
  }
}

.resources .resources-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.resources .resources-bar .resources-item {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-bottom-color: #384ea0;
  padding: 17px 10px;
  font-weight: 700;
  text-align: center;
  background-color: #26346b;
  color: #f47c6c;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media screen and (max-width: 768px) {
  .resources .resources-bar .resources-item {
    border-bottom-width: 0px;
  }
}

.resources .resources-bar .resources-item.logo {
  padding: 10px;
}

.resources .resources-bar .resources-item.logo img {
  height: 54px;
}

.resources .resources-bar .resources-item div {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 42px;
  width: 42px;
  border-radius: 100%;
  padding: 6px;
  background: #ef3b24;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.resources .resources-bar .resources-item div .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  color: #384ea0;
}

.resources .resources-bar .resources-item::after {
  content: '';
  bottom: -6px;
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid transparent 10px;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.resources .resources-bar .resources-item:hover {
  border-bottom-color: #ef3b24;
}

.resources .resources-bar .resources-item:hover div {
  top: -21px;
  opacity: 1;
}

.resources .resources-bar .resources-item:hover::after {
  border-bottom: solid #ef3b24 10px;
  bottom: 0;
}

.training {
  padding-bottom: 54px;
}

.has-feedback:before {
  display: table;
  content: " ";
}

.has-feedback:after {
  clear: both;
  display: table;
  content: " ";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*# sourceMappingURL=theme.css.map */