@font-face {
  font-family: "FS Rufus";
  src: url("font/FSRufus-Light.woff2") format("woff2"),
    url("font/FSRufus-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FS Rufus";
  src: url("font/FSRufus.woff2") format("woff2"),
    url("font/FSRufus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FS Rufus";
  src: url("font/FSRufus-Bold.woff2") format("woff2"),
    url("font/FSRufus-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FS Rufus";
  src: url("font/FSRufus-LightItalic.woff2") format("woff2"),
    url("font/FSRufus-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FS Rufus";
  src: url("font/FSRufus-Italic.woff2") format("woff2"),
    url("font/FSRufus-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

html,
body {
  height: 100% !important;
}

.img_logo {
  max-height: 50px;
}
.loading-page {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1999;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-warning {
  color: #1f2d3d;
  background-color: #ffc107;
}

.navbar-badge {
  font-size: 0.8rem;
  font-weight: 300;
  padding: 2px 4px;
  position: absolute;
  left: 25px;
  top: 9px;
}

body {
  font-family: "FS Rufus", "Muli", sans-serif;
}

.bg-light {
  background-color: #fff !important;
}

.color-green1 {
  color: #0f455c;
}
.color-green2 {
  color: #a1bc31;
}
.color-red1 {
  color: #c44732;
}
.color-purple {
  color: #840f5b;
}
.color-gray1 {
  color: #b2b2b2;
}
.color-gray2 {
  color: #f2f2f2;
}
.color-gray3 {
  color: #f7f8fa;
}

.navbar-light .navbar-nav .nav-link,
nav .nav-link {
  color: #0f455c;
  font-size: 13px;
}

.navbar-light .navbar-nav .nav-link.btn-rounded {
  color: #fff;
  padding-top: 5px;
}

.navbar .user-login .dropdown-menu {
  width: 550px;
  padding: 20px;
  left: auto;
  right: 0;
  font-size: 14px;
}
/**/
.form-control {
  box-shadow: none;
  border-radius: 4px;
  border-color: #dfe3e8;
}

.navbar .form-inline .input-group-addon {
  box-shadow: none;
  background: #f5f5f5;
  border-color: #dfe3e8;
  font-size: 16px;
}
.navbar .form-inline i {
  font-size: 16px;
}
.navbar .form-inline .btn {
  color: #fff;
  border-color: #a1bc31;
  background: #a1bc31;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar .form-inline .btn:hover,
.navbar .form-inline .btn:focus,
.btn-success.btn:focus,
.btn-success.btn:hover {
  border-color: #6b7e22;
  background: #6b7e22 !important;
}

.navbar .login-form .input-group {
  margin-right: 4px;
  float: left;
}
.navbar .login-form .form-control {
  max-width: 158px;
  border-radius: 0 2px 2px 0;
}
.navbar .navbar-right .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  border-radius: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .navbar .user-login .dropdown-menu {
    width: 100%;
    background: transparent;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .navbar .input-group {
    width: 100%;
    margin-bottom: 15px;
  }
  .navbar .input-group .form-control {
    max-width: none;
  }
  .navbar .login-form .btn {
    width: 100%;
  }
}
/**/
.navbar .user-panel-obj.show::before {
  content: "\63";
  font-family: "pct";
  position: absolute;
  left: 32px;
  top: 55px;
  z-index: 1001;
  font-size: 90px;
  line-height: 0;
  color: #fff;
  text-shadow: 0 -2px 2px rgba(65, 76, 78, 0.12);
}

.notificaciones_menu {
  min-width: 300px;
}

.user-panel::after {
  display: block;
  margin-left: 81%;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-top: -23px;

  position: absolute;
  font-size: 23px;
}

@media only screen and (max-width: 1000px) {
  .user-panel::after {
    margin-left: 95%;
  }
}

@media only screen and (min-width: 1000px) {
  .login_btn_main {
    max-width: 170px !important;
    padding-top: 7px;
  }
  .que_btn_main {
    max-width: 170px !important;
    padding-top: 7px;
  }
  .demo_btn_main {
    max-width: 225px !important;
    padding-top: 7px;
  }
  .rutas-aprendizaje-btn {
    margin-top: 5px;
  }
  .que_btn_main {
    max-width: 200px !important;
    padding-top: 7px;
  }
}

@media only screen and (max-width: 1199.98px) and (min-width: 990.98px) {
  .rutas-aprendizaje-btn {
    font-size: 12px !important;
  }
}

.btn-rounded {
  border-radius: 40px;
  color: aliceblue;
}

.btn-green {
  background-color: #a1bc31;
  border: 0px none;
}

.btn-outline-green {
  border-color: #a1bc31;
  color: #a1bc31;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #a1bc31;
  border-color: #a1bc31;
}

.btn-purple {
  background-color: #840f5b;
  border: 0px none;
}

.btn-purple:hover {
  color: #fff;
  background-color: #5c0a3f;
  border-color: #840f5b;
}

.btn-blue {
  background-color: #0f455c;
  border: 0px none;
}

.btn-blue:hover {
  color: #fff;
  background-color: #061b24;
  border-color: #0f455c;
}

.btn-outline-purple {
  border-color: #840f5b;
  color: #840f5b;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #840f5b;
  border-color: #840f5b;
}

.menu-fav {
  /*max-width: 110px;*/
  padding-right: 15px;
}

.img-circle {
  border-radius: 50%;
}

.user-panel {
  width: 100%;
  text-align: center;
}

.user-panel img {
  height: auto;
  width: 3rem;
  border: 1px solid #999;
  z-index: 4;
  position: absolute;
  left: 8px;
}
.user-panel .info {
  border: 1px solid #999;
  border-left: 0px none;
  color: #999;
  min-width: 250px;
  /*padding-top: 9px;*/
  margin-left: 31px;
  z-index: 3;
  text-align: left;
  padding-left: 23px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  /*width: 100%;*/
  margin-top: 3px;
  height: 43px;
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #5c0a3f;
  border-color: #5c0a3f;
}

.btn-que-menu {
  /* min-height: 35px;*/
  font-size: 14px !important;
  padding-top: 4px;
}

.btn-main-menu {
  /* min-height: 35px;*/
  font-size: 14px !important;
  padding-top: 4px;
}
.bd-footer {
  /*background-color: #b2b2b2;*/
  background-color: #999;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.menu-bienvenido a {
  font-size: 20px !important;
}

.contenedor_inicio {
  margin-left: -15px;
  margin-right: -15px;
}

.contenedor-roll-2 {
  min-height: 150px;
  background-color: #0f455c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.img-foot {
  max-width: 60px;
}

.main-search input {
  border: 0px none;
  background-color: #f2f2f2;
  border-radius: 40px;
  z-index: 1;
  height: 35px;
}
.main-search button {
  border: 0px none;
  background-color: #92bea3;
  border-radius: 40px !important;
  margin-left: -20px;
  margin-top: -1px;
  z-index: 10 !important;
}

.color_1,
.color_2,
.color_3,
.color_4,
.color_5 {
  font-weight: normal;
  color: #fff;
}
.color_1 {
  background-color: #840f5b;
}
.color_2 {
  background-color: #c44732;
}
.color_3 {
  background-color: #e7ba3b;
}
.color_4 {
  background-color: #92bea3;
}
.color_5 {
  background-color: #a1bc31;
}

.submenu {
  border-top: 4px solid #a1bc31;
  background-color: #f2f2f2;
  min-height: 60px;
  padding: 0;
}

.submenu .item-menu {
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  color: #999;
}

.submenu .item-menu i {
  padding-right: 10px;
}

.submenu .item-menu a {
  color: #999;
}

.submenu .item-menu a:hover {
  color: #c44732;
  text-decoration: none;
}

.submenu .item-menu.active a {
  color: #c44732;
}

.user-menu {
  /* max-width: 270px;*/
  font-size: 14px;
  padding-bottom: 0px;
  min-width: 250px;
  padding-top: 15px;
}
.user-header {
  text-align: center;
}

.user-header img {
  border: 5px solid #f2f2f2;
  max-height: 120px;
  margin-top: 20px;
}

.user-header p {
  font-size: 16px;
  line-height: 15px;
}

.user-footer {
  text-align: center;
}

.user-body a {
  display: block;
  background-color: #fff;
  height: 100%;
  color: #b2b2b2;
  height: 40px;
  text-decoration: none;
  padding-top: 10px;
}

.user-body a:hover {
  background-color: #f2f2f2;
  color: #0f455c;
}

.user-menu .sistel-icon {
  position: absolute;
  margin-top: -10px;
  margin-left: -40px;
  font-size: 1.7em;
}

.user-footer {
  background-color: #c44732;
  color: #fff;
}

.user-footer a {
  display: block;
  height: 100%;
  color: #fff;
  height: 40px;
  text-decoration: none;
  padding-top: 10px;
}

.fa-2x,
.fa-lg {
  vertical-align: middle;
}

.search-bar {
  margin-top: 15px;
  margin-bottom: 5px;
}

.search-bar select,
.search-bar .button-search {
  height: 30px;
  padding: auto;
  border-radius: 40px !important;
  font-size: 12px;
  border: 2px solid #0f455c;
  background-color: #fff;
}

/*.search-bar input {
  background-color: #fff;
  border: 2px solid #0f455c;
  height: 30px;
  font-size: 12px;
}*/

.search-bar button {
  height: 30px;
  padding-top: 0.2em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-top: 0px;
}

.card-dashboard {
  width: 100%;
  min-width: 190px;
  max-width: 270px;
  font-size: 12px;
  color: #0f455c;
}

.card-dashboard img {
  max-height: 100px;
  min-height: 50px;
}

.card-dashboard .card-footer {
  padding: 0.4em;
  text-align: center;
}

.card-dashboard .nombre_curso {
  font-size: 16px;
  font-weight: bold;
}
.card-dashboard .fecha_curso {
  color: #999;
  font-size: 11px;
}

.dash-curso-completado .contenedor {
  max-height: 480px;
  overflow-y: auto;
  /*margin-top: 20px;*/
}

.curso-completado-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
}

.curso-completado-item img {
  width: 100%;
  /*height: 100%;*/
  min-height: 70px;
  object-fit: cover;
}

.curso-completado-item .nombre_curso {
  color: #0f455c;
  font-size: 18px;
  font-weight: bold;
}
.curso-completado-item .tipo_curso {
  font-size: 11px;
}
.curso-completado-item .fecha_curso {
  font-size: 10px;
  color: #b2b2b2;
}

.curso-completado-item .i-nota {
  color: #a1bc31;
  font-size: 20px;
  font-weight: bold;
}

.curso-completado-item .i-certificado {
  font-size: 10px;
  line-height: 10px;
  min-width: 40px;
}

.curso-completado-item .i-certificado .sistel-icon {
  font-size: 3em;
}
.curso-completado-item .i-certificado .row {
  width: 80px;
}

.item-menu .sistel-icon {
  font-size: 2.2em;
  position: absolute;
  margin-left: -55px;
  margin-top: -21px;
}
.sistel-icon {
  font-size: 2.2em;
}

.middle-align {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1px;
}

.middle-align-left {
  display: flex;
  align-items: center;
  min-height: 1px;
}

.curso-completado-item .i-contenido {
  max-width: 500px;
}

.dash-progreso .progress {
  border: 3px solid #e9ecef;
  height: 1.5rem;
  font-weight: bold;
  border-radius: 40px;
}

.dash-progreso .progreso-estadistica {
  font-size: 11px;
  color: #999;
  text-align: left;
}

.dash-progreso .resultado {
  font-size: 12px;
  font-weight: bold;
}

.dash-progreso .info-ingreso {
  font-size: 13px;
  color: #999;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.dash-progreso .info-promedio {
  font-size: 16px;
  color: #999;
}

.dash-curso-proximo {
  min-width: 190px;
}
.dash-curso-proximo .nombre {
  position: absolute;
  padding: 8px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  max-width: 140px;
}

.dash-curso-proximo .button_info {
  position: absolute;
  margin-top: -35px;
  margin-left: 10px;
}

.dash-curso-proximo img {
  min-height: 90px;
}

.dash-curso-proximo .button_info button,
.dash-curso-proximo .button_info a {
  font-size: 11px;
  padding: 4px;
}

/*
.curso-completado-item .i-imagen {
  width: 20%;
}

.curso-completado-item .i-contenido {
  width: 50%;
  padding-left: 10px;
}



.curso-completado-item .i-certificado {
  width: 10%;
  padding-left: 10px;
}

.curso-completado-item .i-compartir {
  width: 10%;
  padding-left: 10px;
}
*/

select.minimal {
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select.minimal:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.curso-opcional {
  color: #a1bc31;
  font-weight: bold;
}

.curso-indispensable {
  color: #e7ba3b;
  font-weight: bold;
}

.curso-indispensable::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  padding-top: -3px;
}

.card-dashboard .card-footer {
  background-color: #fff;
}

.card-dashboard:hover {
  border-color: #0f455c;
}

.card-dashboard .estado {
  position: absolute;
  margin-top: 16px;
  min-width: 90px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.15);
}

.bgc-verde {
  background-color: #a1bc31;
}

.bgc-rojo {
  background-color: #c44732;
}

.bgc-amarillo {
  background-color: #ffc107;
}
.bgc- {
  background-color: #999;
}

.subtitulo_rutas {
  font-weight: bold;
  font-size: 22px;
  color: #0f455c;
}

.card-rutas {
  line-height: 16px;
  max-width: 400px;
}
.card-rutas .tipo_curso {
  font-size: 12px;
}

.card-rutas img {
  max-height: 100px;
  min-height: 50px;
}

.card-rutas .nombre_curso {
  font-size: 19px;
  font-weight: bold;
}
.card-rutas .fecha_curso {
  color: #999;
  font-size: 10px;
}

.cursos_proximos_vacios {
  min-height: 150px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 60px;
}
.cursos_completados_vacios {
  min-height: 260px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 90px;
}

.frame-recurso {
  border: 0px none;
  min-height: 400px;
}

.min-container-heigth {
  min-height: 400px;
  padding-bottom: 40px;
}

.breadcrumb {
  background-color: #fff;
}

.breadcrumb-item a,
.breadcrumb-item {
  font-size: 19px;
  color: #0f455c;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 19px;
}

.pagination .page-item .page-link {
  background-color: white;
  color: #0f455c;
}

.pagination .page-item a:focus,
.pagination .page-item a:hover,
.pagination .page-item span:focus,
.pagination .page-item span:hover {
  color: #5a5a5a;
  background-color: #eee;
  border-color: #ddd;
}

.pagination .page-item.active > a {
  color: white;
  background-color: #0f455c !important;
  border: solid 1px #0f455c !important;
}

.pagination .page-item.active > a:hover {
  background-color: #0f455c !important;
  border: solid 1px #0f455c;
}

.bread-on-container {
  margin-left: -1em;
}

.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
  display: none;
}

.upload-demo.ready .upload-demo-wrap {
  display: block;
}

.upload-demo.ready .upload-result {
  display: inline-block;
}

.upload-demo-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

div.file-upload {
  position: relative;
  overflow: hidden;
}

.file-upload input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  max-height: 50px;
  cursor: pointer;
}

#div-img-size,
.btn_enviar_imagen {
  display: none;
}

.main-image {
  cursor: pointer;
}

.profile-img {
  width: 160px;
  height: 160px;
}

.image-position{
  position: relative;
}

.edit-icon {
  position: absolute;
  font-size: 27px;
  top: 136px;
  margin-left: -20%;
}

a {
  text-decoration: none !important;
}

.ml-lg-6,
.mx-lg-6 {
  margin-left: 4rem !important;
}

.evaluacion-frame {
  padding: 15px;
  box-shadow: 8, 1rem, 1rem, rgba(0, 0, 0, 0.15);
}

.evaluacion-frame2 {
  padding: 15px;
  border: 1px solid #a1bc31;
  font-size: 25px;
  min-height: 450px;
  color: #7f7f7f;
  text-align: center;
  align-items: center;
  display: grid;
}

.evaluacion-frame2 h2 {
  color: #0056b3;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 30px;
}

.enlace_titulo_dash {
  color: #212529;
}

.descargar_certificado {
  font-size: 12px;
}

.i-compartir a {
  display: none;
}

.estado-view {
  min-height: 20px;
  text-align: center;
  color: #fff;
  margin-right: 3px;
  margin-left: 3px;
}

.parent_ribbon {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  position: absolute;
}

.ribbon {
  margin: 0;
  padding: 0;
  color: white;
  padding: 0.4em 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  font-size: 20px;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background-color: inherit;
}

.ribbon:before {
  right: 100%;
}

.ribbon:after {
  left: 100%;
}

.curso-completado-item .texto_nota {
  font-size: 12px;
  color: #061b24;
}

.que-es {
  font-size: 1.1em;
}

.que-es strong,
.que-es h2 {
  color: #0f455c;
}
.que-es strong {
  font-size: 1.2em;
}

.card-title {
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
  display: none;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 2rem;
}
.close-modal {
  /*width: 50px;*/
  float: right;
  position: absolute;
  left: 99%;
  top: -20px;
  z-index: 10;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

a {
  /*pointer-events: none;*/
}

@media screen and (min-width: 676px) {
  .modal-dialog {
    max-width: 80%; /* New width for default modal */
  }
}

.fase_contain {
  border: 1px solid #e1e1e1;
  /* margin: 20px;*/
}
.cuadrante_contain {
  border: 1px solid #e1e1e1;
  margin: 5px;
  height: 90%;
  overflow-wrap: break-word;
}
.fase_info {
  border: 1px solid #e1e1e1;
  height: 90%;
  padding: 10px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 20px;
  height: auto;
}
.modal-content,
.modal-dialog {
  max-height: 90%;
}

.container-form {
  padding: 40px !important;
  min-height: 450px;
}

.ayuda_panel_enlace {
  background-color: #ba2690;
  margin-bottom: 25px;
  border-radius: 15px;
  padding: 15px;
  color: #fff;
}

.ayuda_panel_enlace img {
  max-height: 100px;
}

.contenido_marco_principal {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: ”alpha(opacity=90) ”;
  filter: alpha(opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
  opacity: 0.9;
  min-height: 300px;
  margin-bottom: 20px;
  font-size: 0.9em;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.contenido_marco_principal_tabla {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: ”alpha(opacity=90) ”;
  filter: alpha(opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
  opacity: 0.9;
  min-height: 300px;
  margin-bottom: 20px;
  font-size: 1.1em;
  margin-left: auto;
  margin-right: auto;
}

.contenido_marco {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.titulo_contenido_pagina {
  font-size: 1.6em;
  color: #fc4130;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.img-pagina {
  max-height: 500px;
}

.color_modal_,
.tab-pane_style {
  background-color: #757575;
  padding: 25px;
  color: #fff;
  font-size: 1.1em;
  overflow: auto;
  max-height: 700px;
}
.titulo_modal_ayuda {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.5em;
}

#myTab .nav-link.active {
  background-color: #7fc41c;
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  margin: 0px 10px 10px 10px;
}

#myTab .nav-link {
  background-color: #ababaa;
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  margin: 0px 10px 10px 10px;
}

.table-conocimientos_fase1 {
  background-color: #ba2690;
  color: #fff;
}

.table-conocimientos_fase1 th {
  background-color: #ba2690;
  color: #fff;
}

#tabla_taller td {
  border: 1px solid #dee2e6;
}

.btn-info{
  color: #fff;
}

.table>:not(caption)>*>* {
  padding: .75rem;
}

tbody, td, tfoot, th, thead, tr {
  border-color: #dee2e6;
}

.item_nombre_ayuda {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.radio_borde {
  border-radius: 15px;
}

.taller_seleccion {
  background-color: #6a1f77;
}

.taller_tabla_header thead, .taller_tabla_header thead th {
  background-color: #ba2690;
  color: #fff;
}

.background_plane {
  background-image: url(../images/avion-.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.background_foco {
  background-image: url(../images/bombilla.png);
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
  background-size: 100px;
}

.img-end {
  max-height: 693px;
  margin-top: 90px;
}

.contenido-inicio {
  background-color: #b6dbcf;
  font-size: 1.2em;
}
.contenido-gestion {
  background-color: #24459c;
  color: #fff;
  font-size: 1.2em;
}

.contenido-gestion .card-dashboard {
  background-color: #35afb1;
  border: 5px solid #fff;
  color: #fff;
}
.contenido-gestion .card-dashboard .nombre_curso a {
  color: #fff !important;
  font-size: 1.2em;
}

.contenido-gestion .card-dashboard:hover {
  border-color: #e2ee65;
}

.contenido_inicio_principal {
  padding: 0px 10px 0px 10px;
}

.menu_item_ {
  font-size: 1.2em;
  font-weight: bold;
}

.form-group label {
  font-weight: bold;
}

.icono_modal_ayuda {
  position: absolute;
  top: -6px;
  left: 15px;
}

.icono_modal_ayuda_img {
  position: absolute;
  top: -22px;
  left: -8px;
}

.icono_modal_ayuda img {
  max-height: 160px;
}
.icono_modal_ayuda_img img {
  max-height: 130px;
}

.titulo_modal_ayuda {
  text-align: center;
  margin-top: 24px;
  font-size: 1.9em;
  margin-bottom: 30px;
}

.item_descripcion_ayuda {
  font-size: 0.9em !important;
}

.img-pagina2 {
  max-height: 300px;
}

.img_seleccion {
  max-height: 500px;
}

.btn-cust1 {
  color: #fff;
  background-color: #f86886;
  border-color: #f86886;
}

.btn-cust1:hover {
  color: #fff;
  background-color: #cc3a57;
  border-color: #cc3a57;
}

.btn-cust2 {
  color: #fff;
  background-color: #ba268f;
  border-color: #ba268f;
}

.btn-cust2:hover {
  color: #fff;
  background-color: #75185a;
  border-color: #75185a;
}

.font_1-2 {
  font-size: 1.2em;
}

.w-80 {
  width: 80%;
}

.bg-cuadrante_d {
  background-color: #d6d8db;
}

.bg-titulo-1 {
  background-color: #6a2077;
}

.bg-titulo-2 {
  background-color: #23459c;
}

.bg-titulo-3 {
  background-color: #34afb0;
}

.font-08 {
  font-size: 0.8em;
}

.font-07 {
  font-size: 0.7em;
}

.seguimiento_item {
  margin: 10px;
  background-color: #eaeaea;
  border-radius: 8px;
  margin-left: 0px;
  padding: 10px;
}

.text-button-inicio {
  text-align: left;
  font-size: 1.2em;
}

.back_a_home {
  background-color: #86868673;
  border-radius: 14px;
}

.ayuda_tmp_div {
  width: 100%;
  height: 15px;
}

.ayuda_tmp {
  width: 320px;
  margin-top: -41px;
  float: right;
}

.ayuda_tmp a {
  float: right;
}

.ayuda_drop a {
  padding: 0px !important;
}

.ayuda_cont {
  background-color: #e1e1e1;
  border-radius: 14px;
  margin: 13px;
}

.ayuda_item {
  max-width: 270px;
  border: 1px solid;
  background: #ff7acb;
  border-radius: 11px;
  font-size: 13px;
  margin: 10px;
  color: #fff;
  padding: 5px;
}

.ayuda_item img {
  max-height: 50px;
}
.ayuda_text {
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

.btn-ayuda-h {
  margin-top: 10px;
  padding: 5px !important;
  border-radius: 15px;
}

.nav-link.menu_notificaciones {
  font-size: 0.9em !important;
}

.img-flag{
  max-height: 100px;
  max-width: 100px;
}