@charset "UTF-8";
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/poppins-regular-webfont.eot");
  src: url("../fonts/Poppins/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-regular-webfont.woff") format("woff"), url("../fonts/Poppins/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/poppins-medium-webfont.eot");
  src: url("../fonts/Poppins/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-medium-webfont.woff") format("woff"), url("../fonts/Poppins/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/poppins-semibold-webfont.eot");
  src: url("../fonts/Poppins/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-semibold-webfont.woff") format("woff"), url("../fonts/Poppins/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/Poppins/poppins-semibold-webfont.ttf") format("truetype");
}
body h1, body h2, body h3 {
  font-family: "Poppins-SemiBold" !important;
}
body h4, body h5, body h6 {
  font-family: "Poppins-Medium" !important;
}
body p, body span, body a {
  font-family: "Poppins-Regular" !important;
}

/*----------------------------*/
/* VALIDADOR DE CONTRASEÑAS   */
/*----------------------------*/
LI.invalid {
  background: url(../img/invalid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #ec3f41;
}

LI.valid {
  background: url(../img/valid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #3a7d34;
}

DIV#pswd_info, DIV#login_info {
  position: absolute;
  width: 350px;
  margin-top: 20px;
  padding: 15px;
  background: #fefefe;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  font-size: 14px;
  color: #444;
  z-index: 9999;
}

DIV#pswd_info ul, DIV#pswd_info li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

DIV#pswd_info h4, DIV#login_info h4 {
  font-size: 14px;
  color: #444;
}

DIV#pswd_info::before, DIV#login_info::before {
  content: "▲";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

DIV#pswd_info h4, DIV#login_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

.pagination > li > a,
.pagination > li > span {
  color: #00a4d9 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff !important;
  background-color: #00a4d9 !important;
  border-color: #00a4d9 !important;
}

.page-link {
  color: #00a4d9 !important;
}

#mobileMenuOffcanvas {
  width: 300px;
  max-width: 85vw;
  background: #ffffff;
}
#mobileMenuOffcanvas .offcanvas-header {
  background: #f4f4f4;
  border-bottom: 1px solid #66829c;
  padding: 1rem 1.25rem;
}
#mobileMenuOffcanvas .offcanvas-header .btn-close {
  opacity: 0.7;
}
#mobileMenuOffcanvas .offcanvas-header .btn-close:hover {
  opacity: 1;
}
#mobileMenuOffcanvas .offcanvas-body {
  padding: 1rem;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav > li > a,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul > li > a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3b;
  text-decoration: none;
  transition: all 0.2s ease;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav > li > a:hover, #mobileMenuOffcanvas .offcanvas-body .navbar-nav > li > a.active,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul > li > a:hover,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul > li > a.active {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav .dropdown-menu,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul .dropdown-menu {
  position: static !important;
  transform: none !important;
  box-shadow: none;
  border: none;
  background: rgba(244, 244, 244, 0.5);
  border-radius: 8px;
  margin: 0.25rem 0 0.5rem 1rem;
  padding: 0.5rem;
}
#mobileMenuOffcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item,
#mobileMenuOffcanvas .offcanvas-body .nav-mobile > ul .dropdown-menu .dropdown-item {
  border-radius: 6px;
  padding: 0.6rem 1rem;
  font-size: 14px;
}

html #header .header-body {
  border: none !important;
}
html #header .header-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html #header .header-logo img {
  max-height: 50px;
  width: auto;
  transition: all 0.3s ease;
}
html #header .header-btn-collapse-nav,
html #header [data-bs-toggle=offcanvas] {
  background: rgba(0, 164, 217, 0.1) !important;
  border: 1px solid rgba(0, 164, 217, 0.2) !important;
  color: #00a4d9 !important;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
html #header .header-btn-collapse-nav:hover, html #header .header-btn-collapse-nav:focus,
html #header [data-bs-toggle=offcanvas]:hover,
html #header [data-bs-toggle=offcanvas]:focus {
  background: #00a4d9 !important;
  color: #ffffff !important;
}
html #header .header-btn-collapse-nav i,
html #header [data-bs-toggle=offcanvas] i {
  font-size: 1.25rem;
}
html #header .header-nav-main nav > ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
html #header .header-nav-main nav > ul > li > a {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  padding: 0.6rem 1rem !important;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-transform: none;
  letter-spacing: 0;
}
html #header .header-nav-main nav > ul > li > a:hover {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9 !important;
}
html #header .header-nav-main nav > ul > li.active > a, html #header .header-nav-main nav > ul > li.current > a {
  color: #00a4d9 !important;
  background: rgba(0, 164, 217, 0.08);
}
html #header .header-nav-main nav > ul > li.dropdown > a::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  margin-left: 0.4rem;
  transition: transform 0.2s ease;
}
html #header .header-nav-main nav > ul > li.dropdown:hover > a::after, html #header .header-nav-main nav > ul > li.dropdown.show > a::after {
  transform: rotate(180deg);
}
html #header .header-nav-main .dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(102, 130, 156, 0.5);
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  margin-top: 0.5rem !important;
  min-width: 200px;
  border-top: none !important;
}
html #header .header-nav-main .dropdown-menu .dropdown-item {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  color: #3c3c3b;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}
html #header .header-nav-main .dropdown-menu .dropdown-item:hover, html #header .header-nav-main .dropdown-menu .dropdown-item:focus {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9;
}
html #header .header-nav-main .dropdown-menu .dropdown-item.active {
  background: #00a4d9;
  color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
  top: 37px;
}
html #header .header-nav-features .btn {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
}
html #header .header-nav-features .btn.btn-primary {
  background: #00a4d9;
  border-color: #00a4d9;
}
html #header .header-nav-features .btn.btn-primary:hover {
  background: rgb(0, 133.1649769585, 176.2);
  transform: translateY(-1px);
}
html #header .header-nav-features .btn.btn-outline-primary {
  color: #00a4d9;
  border-color: #00a4d9;
}
html #header .header-nav-features .btn.btn-outline-primary:hover {
  background: #00a4d9;
  color: #ffffff;
}

html.sticky-header-active #header .header-body {
  background: linear-gradient(180deg, #0a1628 0%, #1a2d4a 100%) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}
html.sticky-header-active #header .header-container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
html.sticky-header-active #header .header-logo img {
  max-height: 40px;
}

html #header.header-transparent .header-nav-main nav > ul > li > a {
  color: rgba(255, 255, 255, 0.9) !important;
}
html #header.header-transparent .header-nav-main nav > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}
html #header.header-transparent .header-btn-collapse-nav,
html #header.header-transparent [data-bs-toggle=offcanvas] {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
html #header.header-transparent .header-btn-collapse-nav:hover,
html #header.header-transparent [data-bs-toggle=offcanvas]:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

html.sticky-header-active #header.header-transparent .header-nav-main nav > ul > li > a {
  color: #ffffff !important;
}
html.sticky-header-active #header.header-transparent .header-nav-main nav > ul > li > a:hover {
  color: #00a4d9 !important;
}
html.sticky-header-active #header.header-transparent .header-btn-collapse-nav,
html.sticky-header-active #header.header-transparent [data-bs-toggle=offcanvas] {
  background: rgba(0, 164, 217, 0.1) !important;
  border-color: rgba(0, 164, 217, 0.2) !important;
  color: #00a4d9 !important;
}

html #header .header-body.header-dark {
  background: linear-gradient(180deg, #0a1628 0%, #1a2d4a 100%) !important;
}

html #header.header-dark .header-body {
  background: linear-gradient(180deg, #0a1628 0%, #1a2d4a 100%) !important;
}

html #header.header-dark .header-nav-main nav > ul > li > a,
html #header .header-body.header-dark .header-nav-main nav > ul > li > a {
  color: #ffffff !important;
}
html #header.header-dark .header-nav-main nav > ul > li > a:hover,
html #header .header-body.header-dark .header-nav-main nav > ul > li > a:hover {
  background: rgba(0, 164, 217, 0.08);
  color: #00a4d9 !important;
}
html #header.header-dark .header-btn-collapse-nav,
html #header.header-dark [data-bs-toggle=offcanvas],
html #header .header-body.header-dark .header-btn-collapse-nav,
html #header .header-body.header-dark [data-bs-toggle=offcanvas] {
  background: rgba(0, 164, 217, 0.1) !important;
  border-color: rgba(0, 164, 217, 0.2) !important;
  color: #00a4d9 !important;
}
html #header.header-dark .header-btn-collapse-nav:hover,
html #header.header-dark [data-bs-toggle=offcanvas]:hover,
html #header .header-body.header-dark .header-btn-collapse-nav:hover,
html #header .header-body.header-dark [data-bs-toggle=offcanvas]:hover {
  background: #00a4d9 !important;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  html #header .header-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  html #header .header-logo img {
    max-height: 40px;
  }
}
@media (max-width: 575.98px) {
  html #header .header-logo img {
    max-height: 35px;
  }
}
#footer.footer-dark {
  background: linear-gradient(0deg, #0a1628 0%, #1a2d4a 100%);
  color: rgba(255, 255, 255, 0.85);
  padding: 4rem 0 0;
}
#footer.footer-dark h5,
#footer.footer-dark .footer-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}
#footer.footer-dark h5::after,
#footer.footer-dark .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #d7df23;
}
#footer.footer-dark a:not(.btn):not(.no-footer-css) {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}
#footer.footer-dark a:not(.btn):not(.no-footer-css):hover {
  color: #d7df23;
}
#footer.footer-dark ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer.footer-dark ul li {
  margin-bottom: 0.6rem;
}
#footer.footer-dark ul li a {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#footer.footer-dark ul li a .lucide {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
#footer.footer-dark ul li a:hover .lucide {
  opacity: 1;
}
#footer.footer-dark p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
#footer.footer-dark .social-icons {
  display: flex;
  gap: 0.75rem;
}
#footer.footer-dark .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#footer.footer-dark .social-icons a:hover {
  background: #d7df23;
  transform: translateY(-3px);
}
#footer.footer-dark .social-icons a:hover i,
#footer.footer-dark .social-icons a:hover .lucide {
  color: #00a4d9;
}
#footer.footer-dark .social-icons a i,
#footer.footer-dark .social-icons a .lucide {
  font-size: 18px;
  color: #ffffff;
}
#footer.footer-dark .footer-logo {
  max-height: 50px;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}
#footer.footer-dark .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
}

.footer-copyright {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.25rem 0;
}
.footer-copyright p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright a:hover {
  color: #d7df23;
}
.footer-copyright .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-copyright .footer-links {
    justify-content: flex-end;
  }
}
.footer-copyright .footer-links a {
  font-size: 13px;
  position: relative;
}
.footer-copyright .footer-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.6rem;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767.98px) {
  .footer-dark {
    padding: 3rem 0 0;
    text-align: center;
  }
  .footer-dark h5::after,
  .footer-dark .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-dark .social-icons {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .footer-links {
    justify-content: center;
    margin-top: 0.75rem;
  }
}
.cabecera-elearning {
  position: relative;
  height: 100px;
  background: linear-gradient(to bottom, transparent 40%, white 100%), url("/assets/front/img/curso/header-cursos.png") center center/cover no-repeat;
}
.cabecera-elearning h3 {
  display: none;
}

.title-header {
  position: relative;
  z-index: 10;
  height: auto;
}
.title-header h2 {
  font-family: "NoirPro-Medium";
  font-size: 25px;
  color: #3c3c3b;
  text-align: left;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.title-header > .container {
  padding-bottom: 13px;
}
.title-header--sm > .container {
  height: auto;
  padding-bottom: 2px;
  padding-top: 2px;
}
.title-header--sm > .container h2 {
  text-align: left;
  font-size: 22px;
  margin: 0;
  color: #3c3c3b;
  font-weight: normal;
}
.title-header--sm > .container h2.page_subtitle {
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.1px;
}

.breadcrumb {
  padding: 10px 0 0 0;
  background-color: transparent;
  font-size: 15px;
  margin-top: 0;
}
.breadcrumb li a {
  color: #66829c;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.breadcrumb li a:hover {
  color: #00a4d9;
  text-decoration: underline;
}
.breadcrumb > li + li::before,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #66829c;
  padding: 0 8px;
  float: none;
}
.breadcrumb > .active {
  color: #00a4d9;
  font-weight: 500;
}

h4 {
  font-family: "Poppins";
  font-size: 18px;
  color: #4a4a4a;
}

#header .header-top-custom {
  padding: 0 !important;
  background: #dbe6ef;
  border-bottom: 1px solid #444a54 !important;
}

#header .header-top-custom .header-nav-top.langs li a:hover,
#header .header-top-custom .header-nav-top.langs li a:focus {
  background: #fff;
}

#header .header-top-custom .header-nav-top .nav > li.blog {
  border-left: 1px solid #444a54;
  border-right: 1px solid #444a54;
}

#header .header-top-custom .header-nav-top .nav > li > span,
#header .header-top-custom .header-nav-top .nav > li a {
  color: #8ea0ae !important;
}

#header .header-top-custom .header-nav-top .nav > li:first-child > span {
  padding-left: 0;
}

#header .header-top-custom .header-nav-top .nav > li span .icons {
  color: #fff !important;
}

#header .header-top-custom .header-nav-top .nav > li a .fa {
  color: #8ea0ae;
  top: -2px !important;
  right: -2px;
}

#header #headerSearchProperties .dropdown-toggle:after {
  display: none !important;
}

#header #headerSearchProperties .fa-caret-down {
  display: none !important;
}

#header #headerSearchProperties .fa-search {
  font-size: 16px;
  position: relative;
  margin-left: 5px;
}

ul.dropdown-menu li {
  background-color: white;
}

.custom-color-1 {
  color: #6dd400 !important;
}

.custom-color-2 {
  color: #8b94a3 !important;
}

.custom-color-3 {
  color: #3f4b59 !important;
}

.custom-background-color-1 {
  background-color: #1c222a !important;
}

.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.custom-list-style-1 li {
  position: relative;
  list-style: none;
}

.custom-list-style-1 li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.custom-list-item-disabled {
  color: #c9c9c9 !important;
  text-decoration: line-through;
}

.custom-list-item-disabled .fa,
.custom-list-item-disabled .icons {
  color: #c9c9c9 !important;
}

.breadcrumb {
  padding: 10px 0px 0px 0px !important;
  background-color: transparent !important;
  font-size: 15px !important;
  margin-top: 0;
}

.accordion.accordion-modern .card .card-header {
  background-color: #f7f7f7;
  border-radius: 0;
}
.accordion.accordion-modern .card .card-header a {
  color: #00a4d9 !important;
}

.link {
  color: #00a4d9 !important;
}

.frmRegister {
  border-color: #7e858c !important;
}
.frmRegister .panel-heading {
  background-color: #7e858c !important;
  border-color: #7e858c !important;
}

.svg_img_wrapper {
  background-color: #f9f9f9;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50%;
}

.light-rounded-box {
  border-radius: 8px;
  box-shadow: 3px 3px 2px #b3b3b3;
  min-width: 35%;
  max-width: 40em;
  border: 1px solid #f9f9f9;
}

.background-color-success {
  background-image: linear-gradient(to right, #8ebf45, #d5eaa4);
}

#exp-1 {
  font-family: "NoirPro-Medium";
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 64px;
  font-weight: 400;
}

#exp-1-desc {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #f9f9f9;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
}

#exp3 {
  font-family: "Roboto";
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  line-height: 43px;
}

#border2 {
  width: 65px;
  height: 2px;
  border-bottom: 1px solid #00a4d9;
  margin-left: calc(50% - 32.5px);
  margin-bottom: 2.4em;
}

#border3 {
  width: 65px;
  height: 2px;
  border-bottom: 1px solid #ffffff;
  margin-left: calc(50% - 32.5px);
  margin-bottom: 20px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #ffffff !important;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #03858d !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #03858d !important;
  color: white !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: #03858d !important;
  color: white !important;
}

.select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("/assets/front/img/icons/cross-select2.svg") center/0.75rem auto no-repeat !important;
  border: 0;
}

#fileOutput {
  border: 2px solid #00a4d9 !important;
  border-radius: 50% !important;
}

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.loader-txt p {
  font-size: 13px;
  color: #666;
}
.loader-txt p small {
  font-size: 11.5px;
  color: #999;
}

ul.nav.nav-pills > li:not(.dropdown):last-child {
  background-color: #00a4d9 !important;
}
ul.nav.nav-pills > li:not(.dropdown):last-child a {
  color: #fff !important;
}
ul.nav.nav-pills > li:not(.dropdown):last-child:hover {
  background-color: #06909a !important;
}
ul.nav.nav-pills > li:not(.dropdown):last-child {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

li.dropdown ul.dropdown-menu:last-child {
  background-color: transparent !important;
  color: #06909a !important;
}

#header .header-nav-features .header-nav-features-user.signin .signin-form {
  display: block;
}

#header .header-nav-features .header-nav-features-user.signin .signup-form,
#header .header-nav-features .header-nav-features-user.signin .recover-form {
  display: none;
}

#header .header-nav-features .header-nav-features-user.signup .signin-form {
  display: none;
}

#header .header-nav-features .header-nav-features-user.signup .signup-form {
  display: block;
}

#header .header-nav-features .header-nav-features-user.signup .recover-form {
  display: none;
}

#header .header-nav-features .header-nav-features-user.recover .signin-form,
#header .header-nav-features .header-nav-features-user.recover .signup-form {
  display: none;
}

:root {
  --aduxia-primary: #00a4d9;
  --aduxia-secondary: #d7df23;
  --aduxia-tertiary: #66829c;
  --aduxia-text: #3c3c3b;
}

.lucide {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.lucide-lg {
  width: 2rem;
  height: 2rem;
}

.lucide-xl {
  width: 2.5rem;
  height: 2.5rem;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.letter-spacing-1 {
  letter-spacing: 0.1px;
}

.letter-spacing-subtitle {
  letter-spacing: 0.64px;
}

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

.font-size-22 {
  font-size: 22px;
}

.bg-primary {
  background-color: #00a4d9 !important;
}

.bg-primary-light {
  background-color: rgba(0, 164, 217, 0.1) !important;
}

.bg-secondary {
  background-color: #d7df23 !important;
}

.bg-tertiary {
  background-color: #66829c !important;
}

.bg-quaternary {
  background-color: #7e858c !important;
}

.bg-body-secondary {
  background-color: #f4f4f4 !important;
}

.bg-input {
  background-color: #e4e4e4 !important;
}
.bg-input::-moz-placeholder {
  color: #3c3c3b !important;
}
.bg-input::placeholder {
  color: #3c3c3b !important;
}

.background-color-success {
  background-image: linear-gradient(to right, #8ebf45, #d5eaa4);
}

.text-primary {
  color: #00a4d9 !important;
}

.text-secondary {
  color: #d7df23 !important;
}

.text-tertiary {
  color: #66829c !important;
}

.text-quaternary {
  color: #7e858c !important;
}

.text-dark {
  color: #3c3c3b !important;
}

.text-info {
  color: #019fe3 !important;
}

.text-success {
  color: #6ac259 !important;
}

.text-color-danger {
  color: #ff5b5b !important;
}

.border-primary {
  border-color: #00a4d9 !important;
}

.border-secondary {
  border-color: #d7df23 !important;
}

.border-tertiary {
  border-color: #66829c !important;
}

.border-quaternary {
  border-color: #7e858c !important;
}

.border-all {
  border: 2px solid rgb(132.9642857143, 155.2976190476, 176.0357142857) !important;
}

.border-color-success {
  border-color: #0cc485 !important;
}

.border-color-danger {
  border-color: #ff5b5b !important;
}

.rounded-4 {
  border-radius: 0.8rem;
}

hr {
  color: #66829c !important;
}

.divider-sm {
  width: 80px;
  height: 3px;
  background-color: #d7df23;
}

.divider-md {
  width: 120px;
  height: 3px;
  background-color: #d7df23;
}

.divider-primary {
  background-color: #00a4d9;
}

.divider-yellow {
  background-color: #d7df23;
}

.text-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 700;
  color: #3d596d;
  letter-spacing: -0.5px;
}

.text-subtitle {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  color: #3c3c3b;
  line-height: 1.7;
}

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

.bg-white-section {
  background-color: #ffffff !important;
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #00a4d9 0%, rgb(0, 106.1843317972, 140.5) 100%) !important;
}

.bg-transition-gradient {
  background: linear-gradient(180deg, #f4f4f4 0%, #00a4d9 100%) !important;
}

.list-group::-webkit-scrollbar {
  width: 0.5rem !important;
}

.list-group::-webkit-scrollbar-thumb {
  background: #00a4d9;
}

.btn {
  font-family: "Poppins-Medium";
}

.btn-primary {
  border-radius: 4px;
  background-color: #00a4d9 !important;
  border-color: #00a4d9 !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: rgb(0, 117.7474654378, 155.8) !important;
  border-color: rgb(0, 117.7474654378, 155.8) !important;
}
.btn-primary:focus {
  background-color: rgb(0, 117.7474654378, 155.8) !important;
  border-color: rgb(0, 117.7474654378, 155.8) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 164, 217, 0.25);
}
.btn-primary:active, .btn-primary.active {
  background-color: rgb(0, 94.6211981567, 125.2) !important;
  border-color: rgb(0, 94.6211981567, 125.2) !important;
}

.btn-secondary {
  border-radius: 4px;
  background-color: #d7df23 !important;
  border-color: #d7df23 !important;
  color: #333 !important;
}
.btn-secondary:hover {
  background-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
  border-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
}
.btn-secondary:focus {
  background-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
  border-color: rgb(221.4761904762, 228.180952381, 70.619047619) !important;
  box-shadow: 0 0 0 0.2rem rgba(215, 223, 35, 0.25);
}
.btn-secondary:active, .btn-secondary.active {
  background-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
  border-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
}

.btn-tertiary, .btn-quaternary {
  border-radius: 4px;
  background-color: #66829c !important;
  border-color: #66829c !important;
  color: #fff !important;
}
.btn-tertiary:hover, .btn-quaternary:hover {
  background-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  border-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
}
.btn-tertiary:focus, .btn-quaternary:focus {
  background-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  border-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  box-shadow: 0 0 0 0.2rem rgba(102, 130, 156, 0.25);
}
.btn-tertiary:active, .btn-quaternary:active, .btn-tertiary.active, .active.btn-quaternary {
  background-color: rgb(65.2928571429, 83.7595238095, 100.9071428571) !important;
  border-color: rgb(65.2928571429, 83.7595238095, 100.9071428571) !important;
}

.btn-info {
  border-radius: 4px;
  background-color: #019fe3 !important;
  border-color: #019fe3 !important;
  color: #fff !important;
}
.btn-info:hover {
  background-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
  border-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
}
.btn-info:focus {
  background-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
  border-color: rgb(0.7763157895, 123.4342105263, 176.2236842105) !important;
  box-shadow: 0 0 0 0.2rem rgba(1, 159, 227, 0.25);
}
.btn-info:active, .btn-info.active {
  background-color: rgb(0.5973684211, 94.9815789474, 135.6026315789) !important;
  border-color: rgb(0.5973684211, 94.9815789474, 135.6026315789) !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: #00a4d9 !important;
  color: #00a4d9 !important;
}
.btn-outline-primary:hover {
  background-color: #00a4d9 !important;
  border-color: #00a4d9 !important;
  color: #fff !important;
}
.btn-outline-primary:focus {
  background-color: #00a4d9 !important;
  border-color: #00a4d9 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 164, 217, 0.25);
}
.btn-outline-primary:active, .btn-outline-primary.active {
  background-color: rgb(0, 125.4562211982, 166) !important;
  border-color: rgb(0, 125.4562211982, 166) !important;
  color: #fff !important;
}

.btn-outline-secondary {
  background-color: transparent !important;
  border-color: #d7df23 !important;
  color: rgb(131.2380952381, 136.1904761905, 19.8095238095) !important;
}
.btn-outline-secondary:hover {
  background-color: #d7df23 !important;
  border-color: #d7df23 !important;
  color: #333 !important;
}
.btn-outline-secondary:focus {
  background-color: #d7df23 !important;
  border-color: #d7df23 !important;
  color: #333 !important;
  box-shadow: 0 0 0 0.2rem rgba(215, 223, 35, 0.25);
}
.btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
  border-color: rgb(174.1428571429, 180.7142857143, 26.2857142857) !important;
  color: #333 !important;
}

.btn-outline-tertiary {
  background-color: transparent !important;
  border-color: #66829c !important;
  color: #66829c !important;
}
.btn-outline-tertiary:hover {
  background-color: #66829c !important;
  border-color: #66829c !important;
  color: #fff !important;
}
.btn-outline-tertiary:focus {
  background-color: #66829c !important;
  border-color: #66829c !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(102, 130, 156, 0.25);
}
.btn-outline-tertiary:active, .btn-outline-tertiary.active {
  background-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  border-color: rgb(81.3214285714, 104.3214285714, 125.6785714286) !important;
  color: #fff !important;
}

.btn--pill {
  border-radius: 20px !important;
}

.btn--rounded {
  border-radius: 7px !important;
}

.minOpenBtn {
  border-radius: 4px;
  border: none;
  padding: 0.25rem 0.5rem;
  background: #66829c;
}
.minOpenBtn i {
  color: #fff;
}
.minOpenBtn:hover {
  background: rgb(81.3214285714, 104.3214285714, 125.6785714286);
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor: progress;
}
.has-spinner.active .spinner {
  opacity: 1;
  width: auto;
}

.has-spinner.btn-mini.active .spinner {
  width: 10px;
}

.has-spinner.btn-small.active .spinner {
  width: 13px;
}

.has-spinner.btn.active .spinner {
  width: 16px;
}

.has-spinner.btn-large.active .spinner {
  width: 19px;
}

.btn i[data-lucide],
.btn svg.lucide {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.btn-xs i[data-lucide],
.btn-xs svg.lucide {
  width: 14px;
  height: 14px;
}

.btn-sm i[data-lucide],
.btn-sm svg.lucide {
  width: 16px;
  height: 16px;
}

.btn-lg i[data-lucide],
.btn-lg svg.lucide {
  width: 22px;
  height: 22px;
}

.btn-link i[data-lucide],
.btn-link svg.lucide {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

/* Inactivos: color blanco */
.swiper-pagination-bullet {
  background-color: white;
  opacity: 1; /* Asegura que se vean bien */
}

/* Activo: color del tema primary */
.swiper-pagination-bullet-active {
  background-color: #00a4d9;
}

.carousel-wrapper {
  position: relative;
  padding: 0 40px; /* espacio para las flechas fuera */
}

.cursos-container {
  overflow: hidden;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgb(119.85, 119.85, 119.85);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color 0.2s ease-in-out;
}

.carousel-arrow:hover {
  background-color: rgb(76.5, 76.5, 76.5);
}

.carousel-left {
  left: -30px;
}

.carousel-right {
  right: -30px;
}

.icon-arrow {
  font-size: 32px;
  color: white;
  opacity: 0.9;
}

.uniform-size {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

#clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 14px;
}

#clockdiv > div {
  padding: 5px;
  border-radius: 3px;
  background: #d7df23;
  display: inline-block;
}

#clockdiv div > span {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  background: #66829c;
  display: inline-block;
}

.smalltext {
  padding-top: 5px;
  font-size: 10px;
}

/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}

.timeline.timeline-sm:after {
  left: 12px;
}

.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}

.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}

.timeline.timeline-icons li {
  padding-top: 7px;
}

.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  left: 14px;
  top: 0;
  z-index: 11;
}

.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 7px;
  z-index: 12;
}

.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}

.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}

.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}

.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 6px;
}

.timeline.timeline-advanced li {
  padding-top: 0;
}

.timeline.timeline-advanced li:after {
  background: #fff;
  border: 1px solid #29b6d8;
}

.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}

.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}

.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}

.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}

.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}

.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}

.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}

.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}

.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}

.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}

.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}

.timeline-load-more-btn {
  margin-left: 70px;
}

.timeline-load-more-btn i {
  margin-right: 5px;
}

/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu {
  padding: 0 0 0 0;
}

a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}

.dropdown-menu > li a {
  padding: 10px 20px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */
.badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 4px;
  right: 5px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-danger {
  background-color: #db5565;
}

/* -----------------------------------------
   Bell Container
----------------------------------------- */
#notify-container {
  float: right;
  padding: 13px;
}

#notify-bell {
  font-size: 20px;
  float: left;
  color: #9d9d9d;
}

#notify-bell:hover {
  transform: scale(1.2);
  color: #9d9d9d;
}

.info-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.info-card__header {
  background: #666666;
  padding: 1rem 1.25rem;
  text-align: center;
}
.info-card__title {
  color: #ffffff;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.info-card__body {
  padding: 1.5rem;
}
.info-card__dates {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eeeeee;
}
.info-card__date-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.info-card__date-item:last-child {
  margin-bottom: 0;
}
.info-card__date-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  color: #3c3c3b;
}
.info-card__date-value {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00a4d9;
  text-align: center;
  padding: 0.5rem;
  background: rgba(0, 164, 217, 0.05);
  border-radius: 0.5rem;
}
.info-card__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (max-width: 991.98px) {
  .info-card__grid {
    grid-template-columns: 1fr;
  }
}
.info-card__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
  transition: background 0.2s ease;
}
.info-card__item:hover {
  background: #eeeeee;
}
.info-card__item--full {
  grid-column: 1/-1;
}
.info-card__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  background: rgba(0, 164, 217, 0.1);
  color: #00a4d9;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.info-card__item-icon .lucide {
  width: 1.125rem;
  height: 1.125rem;
}
.info-card__item:hover .info-card__item-icon {
  background: rgba(0, 164, 217, 0.15);
  transform: scale(1.05);
}
.info-card__item-content {
  flex: 1;
  min-width: 0;
}
.info-card__item-label {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 12px;
  color: #666666;
  margin-bottom: 0.125rem;
}
.info-card__item-value {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3b;
  word-break: break-word;
}
.info-card__sections {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eeeeee;
}
.info-card__section {
  margin-bottom: 1.25rem;
}
.info-card__section:last-child {
  margin-bottom: 0;
}
.info-card__section-title {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3b;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 164, 217, 0.2);
}
.info-card__section-content {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.info-card__section-content p {
  margin-bottom: 0.5rem;
}
.info-card__section-content p:last-child {
  margin-bottom: 0;
}
.info-card__status {
  text-align: center;
  padding: 0.5rem 1rem;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.info-card__status--success {
  background: rgba(106, 194, 89, 0.1);
  color: #6ac259;
}
.info-card__status--danger {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.info-card__status--warning {
  background: rgba(255, 193, 7, 0.15);
  color: #856404;
}
.info-card__progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #eeeeee;
}
.info-card__progress .circular-bar {
  margin: 0 auto;
}
.info-card__progress-title {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
  align-self: flex-start;
}
.info-card__dl {
  width: 100%;
  margin: 0;
}
.info-card__dl dt {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #3c3c3b;
  margin-bottom: 0.25rem;
}
.info-card__dl dt:not(:first-of-type) {
  margin-top: 1rem;
}
.info-card__dl dd {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  color: #00a4d9;
  margin: 0;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 164, 217, 0.05);
  border-radius: 0.375rem;
}
.info-card__info-title {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 164, 217, 0.2);
}
.info-card__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eeeeee;
}
.info-card__footer {
  padding: 1rem 1.5rem;
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
}
.info-card__footer .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.info-card__footer .btn .lucide {
  width: 1rem;
  height: 1rem;
}

.progress,
.progress-bar {
  border-radius: 8px;
}
.progress .progress-bar.progress-bar-primary,
.progress-bar .progress-bar.progress-bar-primary {
  background-color: #d7df23;
  border-radius: 8px;
}

.progress-bar-primary {
  background-color: #d7df23;
}

.background-color-success {
  background-image: none;
  background-color: #d7df23;
}

.properties-listing.sort-destination .listing-item.course-module span.background-color-success {
  background-image: none;
}

.alert-success {
  background-color: #c7e394 !important;
}

.custom-color-4 {
  color: #e02020;
}

.titulo-elearning {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: "NoirPro-Bold";
  font-size: 35px;
  color: #3d596d;
  text-align: left;
  line-height: 35px;
  font-weight: 400;
}

.title-home-cursos {
  font-size: 2.8rem !important;
}

.page-header-light {
  border-bottom: 5px solid #f7f7f7;
  border-top: 5px solid #fff;
  font-weight: 400;
  font-size: 2em;
  background-color: #ffffff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item a {
  font-size: 0.7rem !important;
}

.menuModulos .list-group-item a {
  text-decoration: none !important;
}
.menuModulos .list-group-item a:hover {
  color: #d7df23;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #d7df23;
  border-color: #d7df23;
}
.list-group-item.active .font-size-xs,
.list-group-item.active:hover .font-size-xs,
.list-group-item.active:focus .font-size-xs {
  color: #ffffff !important;
}

.badge {
  background-color: #d7df23;
}

.accomodation-title {
  color: #666666;
}

.text-tertiary {
  color: #3c3c3b !important;
}

.text-headline {
  font-size: 1.84rem;
  font-weight: 400;
  line-height: 2.46rem;
}

.font-size-xs {
  font-size: 15px !important;
  color: #333c4e !important;
}

.custom-size-cabecera {
  font-size: 17px;
  color: #666666;
  padding-bottom: 10px !important;
}

.p-box p {
  font-size: 16px !important;
  color: #2a2a2a !important;
}

.custom-color-2 {
  font-size: 13px;
  color: #666666;
}

.curso-detalle .info-card__header {
  background: #66829c;
}
.curso-detalle .info-card__item-icon {
  background: rgba(102, 130, 156, 0.1);
  color: #66829c;
}
.curso-detalle .info-card__item:hover .curso-detalle .info-card__item-icon {
  background: rgba(102, 130, 156, 0.2);
}
.curso-detalle .info-card__date-value {
  background: rgba(102, 130, 156, 0.08);
  color: #66829c;
}
.curso-detalle .info-card__section-title {
  border-bottom-color: rgba(102, 130, 156, 0.3);
}
.curso-detalle .curso-detalle__acceso {
  margin-bottom: 1rem;
}
.curso-detalle .curso-detalle__acceso .btn {
  width: 100%;
  border-radius: 1rem;
  padding: 0.875rem 1.5rem;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.curso-detalle-content__title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #66829c;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
.curso-detalle-content__media {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.curso-detalle-content__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.curso-detalle-content__placeholder {
  aspect-ratio: 16/9;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.curso-detalle-content__placeholder [data-lucide] {
  width: 64px;
  height: 64px;
  color: #cccccc;
}
.curso-detalle-content__description {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  color: #333333;
}
.curso-detalle-content__description p:last-child {
  margin-bottom: 0;
}
.curso-detalle-content .accordion-modern-status {
  border: none;
}
.curso-detalle-content .accordion-modern-status .card {
  border: 1px solid #eeeeee;
  border-radius: 1rem !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.curso-detalle-content .accordion-modern-status .card:last-child {
  margin-bottom: 0;
}
.curso-detalle-content .accordion-modern-status .card-header {
  background: #f9f9f9;
  border-bottom: none;
  padding: 0;
}
.curso-detalle-content .accordion-modern-status .card-header .card-title {
  margin: 0;
}
.curso-detalle-content .accordion-modern-status .accordion-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.curso-detalle-content .accordion-modern-status .accordion-toggle:hover {
  background: rgb(241.35, 241.35, 241.35);
}
.curso-detalle-content .accordion-modern-status .card-body {
  padding: 0;
}
.curso-detalle-content .accordion-modern-status .card-body .list-group {
  padding: 0 !important;
  margin: 0;
}
.curso-detalle-content .accordion-modern-status .card-body .list-group-item {
  border: none;
  border-top: 1px solid #eeeeee;
  border-radius: 0;
  padding: 0.75rem 1.25rem 0.75rem 3.5rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.curso-detalle-content .accordion-modern-status .card-body .list-group-item:first-child {
  border-top: 1px solid #eeeeee;
}
.curso-detalle-content__module-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 164, 217, 0.1);
  border-radius: 8px;
  color: #00a4d9;
}
.curso-detalle-content__module-icon [data-lucide] {
  width: 22px;
  height: 22px;
}
.curso-detalle-content__module-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  padding-right: 1rem;
}
.curso-detalle-content__lesson-icon {
  flex-shrink: 0;
  color: #999999;
}
.curso-detalle-content__lesson-icon [data-lucide] {
  width: 18px;
  height: 18px;
}
.curso-detalle-content__info-adicional {
  margin-top: 1.5rem;
}
.curso-detalle-content__info-adicional .card {
  margin-top: 0.75rem;
}
.curso-detalle-content__info-adicional .card:first-child {
  margin-top: 0;
}
.curso-detalle-content__info-adicional .accordion-toggle .info-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(215, 223, 35, 0.15);
  border-radius: 6px;
  color: rgb(174.1428571429, 180.7142857143, 26.2857142857);
}
.curso-detalle-content__info-adicional .accordion-toggle .info-icon [data-lucide] {
  width: 18px;
  height: 18px;
}
.curso-detalle-content__empty-alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: rgba(203, 185, 86, 0.1);
  border: 1px solid rgba(203, 185, 86, 0.3);
  border-radius: 1rem;
  color: rgb(143, 127.7692307692, 44);
}
.curso-detalle-content__empty-alert [data-lucide] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.curso-avance {
  background-color: #f9f9f9;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.curso-avance__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .curso-avance__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.curso-avance__info {
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 991.98px) {
  .curso-avance__info {
    flex-direction: column;
  }
}
.curso-avance__item {
  display: flex;
  align-items: start;
  gap: 0.75rem;
}
.curso-avance__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(0, 164, 217, 0.1);
  border-radius: 6px;
  flex-shrink: 0;
}
.curso-avance__icon [data-lucide] {
  width: 24px;
  height: 24px;
  color: #00a4d9;
}
.curso-avance__label {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #00a4d9;
  min-width: 120px;
  margin-bottom: 0;
}
.curso-avance__value {
  font-size: 0.875rem;
  color: #333333;
}
.curso-avance__progress {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.curso-avance__progress-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.curso-avance__progress-header [data-lucide] {
  width: 18px;
  height: 18px;
  color: #00a4d9;
}
.curso-avance__progress-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #00a4d9;
}
.curso-avance__progress-bar {
  max-width: 100%;
  height: 1.25rem;
  border: 1px solid rgba(102, 102, 102, 0.1);
  background: #eeeeee;
}
.curso-avance__status {
  margin-top: -0.05rem;
}
.curso-avance__nota {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.curso-avance__nota-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #00a4d9;
}
.curso-avance__nota-label [data-lucide] {
  width: 18px;
  height: 18px;
}
.curso-avance__nota-value {
  font-size: 0.875rem;
  color: #333333;
}
.curso-avance__kpis {
  grid-column: 1/span 3;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .curso-avance__kpis {
    flex-direction: column;
    grid-column: 1/span 1;
    gap: 1.25rem;
  }
}
.curso-avance__diploma {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  padding-left: 1.5rem;
  border-left: 1px solid #00a4d9;
}
@media (max-width: 991.98px) {
  .curso-avance__diploma {
    align-items: flex-start;
    padding-left: 0;
    padding-top: 1rem;
    border-left: none;
    border-top: 1px solid #dddddd;
  }
}
.curso-avance__diploma-text {
  font-size: 0.875rem;
  color: #666666;
  text-align: right;
}
@media (max-width: 991.98px) {
  .curso-avance__diploma-text {
    text-align: left;
  }
}
.curso-avance__diploma-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.curso-avance__diploma-btn [data-lucide] {
  width: 18px;
  height: 18px;
}
.curso-avance__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.55rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.curso-avance__badge--success {
  background-color: #6ac259;
  color: #fff;
}
.curso-avance__badge--warning {
  background-color: #ffc107;
  color: #212529;
}
.curso-avance__badge--info {
  background-color: #cccccc;
  color: #fff;
}

.contenido-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contenido-list__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.contenido-list__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.contenido-list__item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.contenido-list__item a {
  color: inherit;
  text-decoration: none;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contenido-list__item a:hover {
  color: #d7df23;
}

.contenido-list__item.depth-0 {
  padding-left: 1rem;
}
.contenido-list__item.depth-1 {
  padding-left: 2.5rem;
}
.contenido-list__item.depth-2 {
  padding-left: 4rem;
}
.contenido-list__item.depth-3 {
  padding-left: 5.5rem;
}

.contenido-status {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenido-status svg {
  width: 1.125rem;
  height: 1.125rem;
}
.contenido-status--completed svg {
  color: #6ac259;
}
.contenido-status--pending svg {
  color: #adb5bd;
}
.contenido-status--locked svg {
  color: #ffc107;
}

.contenido-type-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}
.contenido-type-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.contenido-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contenido-required {
  flex-shrink: 0;
  color: #dc3545;
}
.contenido-required svg {
  width: 0.625rem;
  height: 0.625rem;
}

.contenido-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding-left: 2.5rem;
}

.contenido-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.contenido-date-badge svg {
  width: 0.875rem;
  height: 0.875rem;
}
.contenido-date-badge--start {
  background-color: #6c757d;
  color: #fff;
}
.contenido-date-badge--end {
  background-color: #ffc107;
  color: #212529;
}

.contenido-list__item--tema {
  background-color: #f8f9fa;
  font-weight: 600;
}
.contenido-list__item--tema .contenido-type-icon {
  color: #00a4d9;
}

.equalizeHeights .course-module {
  height: 100%;
}

.equalizeHeights .course-module > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.equalizeHeights .course-module > a .thumb-info,
.equalizeHeights .course-module > .thumb-info {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}

.equalizeHeights .course-module > a .thumb-info .custom-thumb-info-title,
.equalizeHeights .course-module > .thumb-info .custom-thumb-info-title {
  flex: 1;
}

.properties-listing {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.properties-listing li {
  list-style: none;
}

.properties-listing .listing-item {
  transition: all 0.3s ease;
}

.properties-listing .listing-item:hover {
  box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
}

.properties-listing .listing-item:hover .thumb-info .thumb-info-price i:after {
  width: 60px;
}

.properties-listing .listing-item .thumb-info .thumb-info-listing-type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.properties-listing .listing-item .thumb-info .thumb-info-price {
  display: block;
  width: 100%;
  line-height: 1;
}

.properties-listing .listing-item .thumb-info .thumb-info-price i {
  position: relative;
}

.properties-listing .listing-item .thumb-info .thumb-info-price i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  border-bottom: 1px solid #019fe3;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title {
  display: block;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li {
  display: inline-block;
  line-height: 1;
  padding: 1px 5px;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(1) {
  padding-left: 0;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(2) {
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
}

.properties-listing.sort-destination {
  display: -ms-flexbox;
  flex-wrap: wrap;
  height: auto !important;
}

.properties-listing.sort-destination .listing-item.course-module .thumb-info-wrapper.img-wrapper {
  max-height: 130px;
  display: flex;
  align-items: center;
}

.properties-listing.sort-destination .listing-item.course-module span.background-color-success {
  background-image: linear-gradient(to right, #cb5b69, #f3d8db);
}

.properties-listing.sort-destination .listing-item.course-module .thumb-info-inner {
  font-family: "Poppins-Regular";
  color: #d7df23;
  position: relative;
  max-height: 150px;
  overflow: hidden;
}

.properties-listing.sort-destination .listing-item.course-module .thumb-info-inner .gradient-text-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(top, transparent, transparent, transparent, #fff 100%);
}

.thumb-info-listing-type-detail {
  position: absolute;
  z-index: 2;
}

#listingLoadMore {
  display: block;
}

.listing-load-more-loader {
  display: none;
  min-height: 113px;
  position: relative;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 8px;
}

.thumb-info-side-image .thumb-info-side-image-wrapper img {
  transition: none;
}

.thumb-info-side-image .thumb-info-caption p {
  font-size: 1em;
}

.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 0.4;
}

.scrollFollow {
  transition: all 0.3s ease-in-out;
  z-index: 200;
}
.scrollFollow .btn-info:active:focus {
  color: #fff;
  background-color: #019fe3;
  border-color: #019fe3;
}

.scrollFollow .module_navcard {
  overflow-y: scroll;
  max-height: 181px;
  position: relative;
}

.minimize.min .panel-default .list-group {
  display: none;
}

.minimize .panel-body .minOpenBtn {
  background: transparent;
  color: #000;
  border: 0px;
  transition: all 0.5s ease-in-out;
  min-width: 30px;
}

.minimize .panel-body .minOpenBtn:hover {
  color: #fff;
  background: #777;
}

.minimize .panel-body h5 {
  display: -ms-flexbox;
  justify-content: space-between;
}

.minBtn {
  background: #777;
  border-radius: 5px 0px 0px 5px;
  color: #f4f4f4;
  border: 0px;
  position: fixed;
  top: 30%;
  padding: 2px 8px;
  padding-left: 10px;
  right: 0px;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.minBtn:hover {
  background: #fff;
  color: #777;
}

@media (min-width: 992px) {
  .fixedScroll {
    position: fixed !important;
    top: 73px !important;
  }
}
.thumb-info-lighten .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: -5px;
  width: 85px;
}

.thumbnail .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -5px;
  width: 9rem;
}

.thumb-info-lighten .plan-ribbon,
.thumbnail .plan-ribbon {
  background-image: linear-gradient(to bottom, #ef4d11, #eb6d3f);
  background-color: #ef4d11;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  left: 3px;
  position: relative;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  top: 15px;
  width: 6rem;
  border-radius: 35px;
}

.thumbnail .plan-ribbon-danger {
  background-image: linear-gradient(to bottom, #ffc107, #ac890d);
  background-color: #ffc107;
}

.thumbnail .plan-ribbon-success {
  background-image: linear-gradient(to bottom, #28a745, #1b6f2f);
  background-color: #28a745;
}

.thumb-info-lighten .plan-ribbon:before,
.thumbnail .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}

.thumb-info-lighten .plan-ribbon:after,
.thumbnail .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}

.thumb-info-lighten .alert-success {
  background-color: #f5e6ed !important;
  color: #666666 !important;
  border-color: transparent !important;
}

.lateral-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lateral-sidebar .lateral-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.lateral-sidebar .lateral-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.lateral-sidebar .lateral-card--forum {
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
  padding: 1.25rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.lateral-sidebar .lateral-card--forum:hover {
  transform: translateY(-2px);
}
.lateral-sidebar .lateral-card--forum .forum-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
}
.lateral-sidebar .lateral-card--forum .forum-cta svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.lateral-sidebar .lateral-card--forum .forum-cta__content {
  flex: 1;
}
.lateral-sidebar .lateral-card--forum .forum-cta__content h5 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
}
.lateral-sidebar .lateral-card--forum .forum-cta__content span {
  font-size: 0.875rem;
  opacity: 0.9;
  color: white;
}
.lateral-sidebar .lateral-card--forum .forum-cta > svg:last-child {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
.lateral-sidebar .lateral-card--progress .info-card__body {
  padding: 1.5rem;
}
.lateral-sidebar .lateral-card--progress .info-card__progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.lateral-sidebar .lateral-card--progress .info-card__progress > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lateral-sidebar .lateral-card--progress .info-card__progress-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bs-dark);
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.lateral-sidebar .lateral-card--progress .info-card__progress-subtitle {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
}
.lateral-sidebar .lateral-card--progress .info-card__progress .circular-bar {
  flex-shrink: 0;
}
.lateral-sidebar .lateral-card--progress .info-card__progress .circular-bar-chart {
  margin: 0;
}
.lateral-sidebar .lateral-card--progress .info-card__progress .circular-bar-chart label {
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-primary);
  top: 30%;
}
.lateral-sidebar .lateral-card--progress .info-card__actions {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.lateral-sidebar .lateral-card--progress .info-card__actions .btn {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0 1rem;
}
.lateral-sidebar .lateral-card--progress .info-card__actions .btn svg {
  width: 18px;
  height: 18px;
}
.lateral-sidebar .lateral-card--progress .info-card__actions .btn:not(:has(svg:only-child)) {
  min-width: auto;
}
.lateral-sidebar .lateral-card--progress .content-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}
.lateral-sidebar .lateral-card--progress .content-list::-webkit-scrollbar {
  width: 8px;
}
.lateral-sidebar .lateral-card--progress .content-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0 0.5rem 0.5rem 0;
}
.lateral-sidebar .lateral-card--progress .content-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.lateral-sidebar .lateral-card--progress .content-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.lateral-sidebar .lateral-card--progress .content-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "number title status" "number title status";
  gap: 0 1rem;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s ease;
}
.lateral-sidebar .lateral-card--progress .content-item:last-child {
  border-bottom: none;
}
.lateral-sidebar .lateral-card--progress .content-item:hover {
  background-color: #f8f9fa;
}
.lateral-sidebar .lateral-card--progress .content-item__number {
  grid-area: number;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.375rem;
  background: #f1f5f9;
  color: #64748b;
  align-self: start;
  margin-top: 0;
}
.lateral-sidebar .lateral-card--progress .content-item__title {
  grid-area: title;
  margin: 0;
  padding: 0;
  align-self: center;
}
.lateral-sidebar .lateral-card--progress .content-item__title a {
  color: #334155;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease;
  display: inline-block;
}
.lateral-sidebar .lateral-card--progress .content-item__title a:hover {
  color: var(--bs-primary);
}
.lateral-sidebar .lateral-card--progress .content-item__title .text-info {
  margin-left: 0.25rem;
}
.lateral-sidebar .lateral-card--progress .content-item__status {
  grid-area: status;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  align-self: center;
}
.lateral-sidebar .lateral-card--progress .content-item__status svg,
.lateral-sidebar .lateral-card--progress .content-item__status i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.lateral-sidebar .lateral-card--progress .content-item__status--completed {
  color: #10b981;
}
.lateral-sidebar .lateral-card--progress .content-item__status--current {
  color: var(--bs-primary);
}
.lateral-sidebar .lateral-card--progress .content-item__status--pending {
  color: #cbd5e1;
}
.lateral-sidebar .lateral-card--progress .content-item[data-depth="1"] {
  padding-left: 2rem;
}
.lateral-sidebar .lateral-card--progress .content-item[data-depth="2"] {
  padding-left: 3rem;
}
.lateral-sidebar .lateral-card--progress .content-item[data-depth="3"] {
  padding-left: 4rem;
}
.lateral-sidebar .lateral-card--progress .content-item--active {
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08) 0%, rgba(var(--bs-primary-rgb), 0.04) 100%);
  border-left: 3px solid var(--bs-primary);
}
.lateral-sidebar .lateral-card--progress .content-item--active .content-item__number {
  background: var(--bs-primary);
  color: white;
}
.lateral-sidebar .lateral-card--progress .content-item--active .content-item__title a {
  color: var(--bs-primary);
  font-weight: 600;
}
.lateral-sidebar .lateral-card--progress .content-item--theme {
  font-weight: 600;
  color: #1e293b;
  background: #f8fafc;
  grid-template-areas: "title title title";
  grid-template-columns: 1fr;
}
.lateral-sidebar .lateral-card--progress .content-item--theme .content-item__number {
  display: none;
}
.lateral-sidebar .lateral-card--progress .info-card__footer {
  padding: 1.25rem;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
.lateral-sidebar .lateral-card--progress .info-card__footer .btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
}
.lateral-sidebar .lateral-card--progress .info-card__footer .btn-icon svg {
  width: 18px;
  height: 18px;
}
.lateral-sidebar--fullscreen .lateral-card--progress .row {
  margin: 0;
}
.lateral-sidebar--fullscreen .lateral-card--progress .row > div {
  padding: 0;
}
.lateral-sidebar--fullscreen .lateral-card--progress .row .col-md-3 {
  padding-right: 1rem;
}
.lateral-sidebar--fullscreen .lateral-card--progress .row .col-md-9 {
  padding-left: 1rem;
}
.lateral-sidebar--fullscreen .lateral-card--progress .content-list {
  max-height: 200px;
}

@media (max-width: 991.98px) {
  .lateral-sidebar--fullscreen .lateral-card--progress .row .col-md-3,
  .lateral-sidebar--fullscreen .lateral-card--progress .row .col-md-9 {
    padding: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .lateral-sidebar .lateral-card--forum .forum-cta svg {
    width: 24px;
    height: 24px;
  }
  .lateral-sidebar .lateral-card--forum .forum-cta__content h5 {
    font-size: 1rem;
  }
  .lateral-sidebar .lateral-card--progress .info-card__actions {
    flex-wrap: wrap;
  }
  .lateral-sidebar .lateral-card--progress .info-card__actions .btn {
    flex: 1;
    min-width: calc(33.333% - 0.33rem);
  }
  .lateral-sidebar .content-item__number {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
  }
  .lateral-sidebar .content-item__title {
    font-size: 0.875rem;
  }
}
.contenido-modulo .info-card__progress {
  flex-direction: row;
}
.contenido-modulo .info-card__progress .circular-bar-chart label {
  font-size: 12px;
  left: 5px;
  top: 16.4px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

form.eval_form label p {
  margin-bottom: 0;
}

.fa-eval {
  position: absolute;
  left: -18px;
  top: 4px;
  z-index: 100;
}
.fa-eval.fa-correct {
  color: green;
}
.fa-eval.fa-incorrect {
  color: red;
}

.pregunta .numero_pregunta {
  background: #f4f4f4;
  border-radius: 2px 2px 0 0;
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
}

.pregunta .grupo_pregunta {
  display: block;
  background-color: #00a4d9;
  height: 10px;
}

.pregunta .numero_pregunta {
  color: #00a4d9;
}

.pregunta .p_orden {
  margin-right: 10px;
}

.pregunta .titulo_pregunta {
  padding-top: 10px;
}

.pregunta_texto_textarea {
  margin-left: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.pregunta_texto_textarea textarea {
  width: 100%;
  padding: 15px;
}

.titulo-pregunta {
  color: #00a4d9;
  font-size: 20px;
}
.titulo-pregunta p {
  color: #00a4d9;
}

.response-container {
  text-align: center;
}
.response-container .response-info {
  margin: 50px 0 50px 0;
}
.response-container .success {
  color: #59ba1f;
}
.response-container .danger {
  color: #ba1f1f;
}

blockquote.incorrect-response {
  border-color: red;
}

.card[id^=post_] {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}
.card[id^=post_]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.foro_container {
  font-size: 17px !important;
}
.foro_container h3 {
  font-size: 30px !important;
  color: #333c4e;
  border-bottom: 3px solid #019fe3;
  left: 15px;
  color: #573a3e;
  bottom: 100%;
  padding: 10px;
  text-align: left;
  width: 35%;
  min-width: 150px;
  text-transform: none;
}
.foro_container a {
  font-size: 16px;
  color: #212b36;
}
.foro_container .mb-none {
  border-bottom: 3px solid #019fe3 !important;
}
.foro_container a.mb-xs.mt-xs.mr-xs.btn.btn-primary,
.foro_container a#btnSaveHilo {
  color: white !important;
  font-size: 14px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#fileOutput {
  text-align: center;
}

ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.comments li {
  clear: both;
  padding: 10px 0 0 70px;
}

ul.comments li img.avatar {
  height: 48px;
  width: 48px;
}

ul.comments li ul.reply {
  margin: 0;
}

ul.comments li a {
  text-decoration: none;
}

ul.comments li .img-thumbnail {
  margin-left: -70px;
  position: absolute;
}

ul.comments li .comment {
  margin-bottom: 10px;
}

ul.comments .comment-arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #f7f7f7;
  border-top: 12px solid transparent;
  height: 0;
  left: -12px;
  position: absolute;
  top: 12px;
  width: 0;
}

ul.comments .comment-block {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 20px 20px 40px 20px;
  position: relative;
}

ul.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

ul.comments .comment-block .comment-by {
  display: block;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
  color: #999;
  font-size: 0.9em;
}

/*
* HOME
*Aquí va el css exclusivo para la home, también el login que tiene.
*Es posible añadir o eliminar propiedades segun las necesidades del proyecto.
*/
.asig-card-container a#link-to-asig {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.slider-home .section-carousel {
  order: 2;
}
@media (min-width: 991px) {
  .slider-home .menu-carousel {
    order: 2;
  }
}
.slider-home .title-carousel {
  font-size: 3rem;
  line-height: 50px;
  text-shadow: 5px 5px 10px #b1b1b1;
}
@media (min-width: 991px) {
  .slider-home .title-carousel {
    font-size: 5rem;
    line-height: 85px;
  }
}

.owl-carousel,
.owl-stage-outer {
  max-height: 100%;
  height: 70vh;
}

.desc-curso > p {
  color: #ffffff !important;
}

.header-nav-top .nav li a {
  color: #00a4d9;
}
.header-nav-top .nav li a::before {
  content: "\f30d";
  font-family: FontAwesome;
  display: block;
}

.login-tab h4 {
  font-size: 1.125rem;
}
.login-tab label,
.login-tab a,
.login-tab button {
  font-size: 0.875rem;
  color: #3c3c3b;
}
.login-tab input {
  background-color: #7e858c;
  font-family: "Poppins-Regular";
}
.login-tab input::-moz-placeholder {
  font-family: "Poppins-Regular";
}
.login-tab input::placeholder {
  font-family: "Poppins-Regular";
}
.login-tab .login_box_label {
  position: relative;
}
.login-tab .login_box_label .eye-password {
  position: absolute;
  right: 10px;
  bottom: 12px;
  cursor: pointer;
  width: 1.2rem;
}
.login-tab #go_to_registro {
  display: block;
  text-align: center;
  background-color: #66829c;
  padding: 12px;
  text-decoration: none !important;
  width: 100%;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  color: #f9f9f9;
}

.title-home {
  font-family: "NoirPro-Bold";
  font-size: 45px;
  color: #3d596d;
  text-align: left;
  line-height: 50px;
  font-weight: 400;
}

.organized-by {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #3d596d;
  text-align: left;
  font-weight: 500;
}

.section-float {
  margin-top: -190px;
}
.section-float h1 {
  font-family: "NoirPro-Medium";
  font-size: 30px;
  color: #66829c;
  letter-spacing: 0;
  text-align: center;
  line-height: 51px;
  font-weight: 400;
}
.section-float h2 {
  font-family: "NoirPro-Medium";
  font-size: 20px;
  color: #3d596d;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  margin-top: 20px;
}

hr.hr-home {
  opacity: 0.39;
  background: #66829c;
}

section h1.section-title {
  font-family: "NoirPro-Medium";
  font-size: 36px;
  color: #66829c;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 10px;
}
section h2.section-sub-title {
  font-family: NoirPro-Medium;
  font-size: 25px;
  color: #00a4d9;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  padding: 0 150px 0 150px;
}
section p.section-desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #3d596d;
  line-height: 32px;
  font-weight: 400;
}

@media (max-width: 768px) {
  section h2.section-sub-title {
    padding: 0 100px 0 100px;
  }
}
@media (max-width: 425px) {
  section h2.section-sub-title {
    padding: 0 50px 0 50px;
  }
}
#aditional-info-2 h3.content-title {
  font-family: NoirPro-Medium;
  font-size: 24px;
  color: #3d596d;
  letter-spacing: 0;
  font-weight: 400;
}
#aditional-info-2 p.content-text {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #66829c;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}

span.owl-circle-profile {
  border: 1px solid #00a4d9;
  /* width: 97px;
  height: 97px; */
  background-color: #00a4d9;
  border-radius: 50%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-name {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  color: #3d596d;
  line-height: 24px;
  font-weight: 600;
}

.owl-comment {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #706f6f;
  line-height: 26px;
  font-weight: 400;
}

/* .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}

.owl-carousel .owl-nav button.owl-prev:before {
    display: none !important;
} */
.aditional_info3 {
  background: #3d596d;
  padding-bottom: 250px;
}

.aditional_info2 {
  padding: 20px;
}
.aditional_info2 p {
  text-align: left;
  font-size: 22px;
  font-family: Roboto-Regular;
  letter-spacing: 0px;
  line-height: 35px;
}
.aditional_info2 .info-down {
  text-align: initial !important;
  font-size: 13px;
  font-family: Roboto-Regular;
}
.aditional_info2 .info-down li {
  list-style-type: decimal;
  line-height: 18px;
}
.aditional_info2 .border-bottom-dos {
  border-bottom: 1px solid #019fe3;
  width: 100%;
  margin-bottom: 20px;
}
.aditional_info2 .titulo {
  font-size: 22px;
  text-align: justify;
  line-height: 25px;
}
.aditional_info2 .titulo strong {
  color: #00a4d9;
}

/* .aditional_info3 {
    .feature-box {
        background-color: #ffffff;
    }
    strong {
        font-family: Roboto-Bold;
    }
    h2 {
        color: $color-secondary;
        font-size: 21px;
        letter-spacing: 0px;
        margin-bottom: 20px !important;
    }
    p {
        font-family: Roboto-Regular;
        font-size: 13px;
        //color: #2A2A2A;
        line-height: 22px;
        letter-spacing: 0px;
        margin-bottom: 10px !important;
    }
} */
.container.aditional_info.pb-xlg {
  padding-top: 120px !important;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg {
  padding-bottom: 20px !important;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg .col-md-11 {
  padding-bottom: 10px;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg h1.section_title.mb-sm {
  text-align: right;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg h3#doc {
  text-align: right;
}

.gradient {
  background-image: linear-gradient(135deg, rgba(99, 21, 90, 0.92) 0%, rgba(131, 49, 119, 0.61) 100%);
  text-align: justify-all;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gradient .row {
  padding: 5px;
}
.gradient strong {
  font-size: 20px;
}
.gradient h4 {
  font-family: Roboto-Regular;
  font-size: 31px;
  color: #7e858c;
  letter-spacing: 0;
  text-align: center;
  padding: 0px !important;
  text-transform: none !important;
  margin-bottom: 0px !important;
}
.gradient h5 {
  text-transform: capitalize;
  padding-top: 20px;
  font-size: 21px;
  font-family: Roboto-Medium;
  color: #7e858c !important;
  line-height: 24px;
  font-weight: 100;
}
.gradient p {
  line-height: 22px;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #7e858c !important;
}
.gradient .center {
  padding: 32px !important;
}

.feature_description {
  text-align: center;
}

.authors .authors-titulo h3 {
  font-family: Roboto-Regular !important;
  color: #d7df23 !important;
  font-size: 31px !important;
  text-transform: none !important;
}
.authors .authors-titulo h4 {
  font-family: "Open Sans" !important;
  color: #333c4e !important;
  font-size: 21px !important;
  padding-bottom: 20px !important;
}
.authors p {
  font-family: Roboto-Medium !important;
  color: #333c4e !important;
  font-size: 20px !important;
}
.authors .authors-contenido {
  padding: 0px !important;
}
.authors .authors-contenido h4 {
  font-family: "Open Sans" !important;
  color: #0062a9 !important;
  font-size: 21px !important;
  padding-bottom: 20px !important;
}
.authors .authors-contenido p {
  font-family: Roboto-Medium !important;
  color: #777 !important;
  font-size: 16px !important;
}

.step-title {
  font-family: "NoirPro-Medium";
  font-size: 24px;
  color: #00a4d9;
  text-align: left;
  line-height: 32px;
  font-weight: 400;
}

.step-text {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #f9f9f9;
  line-height: 24px;
  font-weight: 400;
}

.process-step-circle-content {
  font-family: "Poppins-Bold";
}

.step-active {
  background: #00a4d9 !important;
}
.step-active .process-step-circle-content {
  color: #3d596d !important;
}

#footer {
  border: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #a1a1a1 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00a4d9 !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 5px;
  left: 50%;
}

/*
Edición de los formularios de registro, solicitud de código y login form (excepto el de home)
*/
#register-form-container,
#codeIntroductor,
#reset-form-container,
.card-login {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 3px 3px 2px 0 rgba(179, 179, 179, 0.25);
  border-radius: 8px;
}
#register-form-container .card-subtitle,
#codeIntroductor .card-subtitle,
#reset-form-container .card-subtitle,
.card-login .card-subtitle {
  font-size: 14px;
}
#register-form-container .btn-submit-auth,
#codeIntroductor .btn-submit-auth,
#reset-form-container .btn-submit-auth,
.card-login .btn-submit-auth {
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding: 10px 30px;
  letter-spacing: 1px;
}
#register-form-container .link,
#codeIntroductor .link,
#reset-form-container .link,
.card-login .link {
  font-size: 14px;
  color: #66829c;
}
#register-form-container .link:hover,
#codeIntroductor .link:hover,
#reset-form-container .link:hover,
.card-login .link:hover {
  text-decoration: none !important;
  font-size: 14px;
  color: #d7df23;
}
#register-form-container label,
#codeIntroductor label,
#reset-form-container label,
.card-login label {
  font-size: 14px !important;
  color: #666666;
  font-family: "Poppins-Regular";
}
#register-form-container select,
#codeIntroductor select,
#reset-form-container select,
.card-login select {
  color: #666666;
  background-color: #7e858c;
}
#register-form-container input,
#codeIntroductor input,
#reset-form-container input,
.card-login input {
  font-size: 14px;
  font-family: "Poppins-Regular";
}
#register-form-container .link-card-footer,
#codeIntroductor .link-card-footer,
#reset-form-container .link-card-footer,
.card-login .link-card-footer {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 500;
}
#register-form-container .link-card-footer:hover,
#codeIntroductor .link-card-footer:hover,
#reset-form-container .link-card-footer:hover,
.card-login .link-card-footer:hover {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #eeeeee;
  text-decoration: none !important;
}

/* BTN REENVIAR CODIGO DE CONFIRMACION */
.btn-reenviar {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
}

#loginModal.show {
  backdrop-filter: blur(8px);
}
#loginModal .modal-content {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 1rem;
  overflow: hidden;
}
#loginModal .modal-header {
  border: 0;
  padding-bottom: 0;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
}
#loginModal .modal-header .btn-close {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
#loginModal .modal-header .btn-close:hover {
  opacity: 1;
}
#loginModal .modal-body {
  padding: 0 2rem 2rem;
}
#loginModal .signin-form .signin-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
#loginModal .signin-form .signin-header .signin-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.3);
}
#loginModal .signin-form .signin-header .signin-icon i {
  font-size: 1.5rem;
  color: #fff;
}
#loginModal .signin-form .signin-header h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 0.25rem;
}
#loginModal .signin-form .signin-header p {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 0;
}
#loginModal .signin-form .form-group {
  margin-bottom: 1rem;
}
#loginModal .signin-form .form-group .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
#loginModal .signin-form .form-group .form-control {
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
}
#loginModal .signin-form .form-group .form-control:focus {
  border-color: var(--bs-primary);
}
#loginModal .signin-form .form-group .form-control::-moz-placeholder {
  color: #adb5bd;
}
#loginModal .signin-form .form-group .form-control::placeholder {
  color: #adb5bd;
}
#loginModal .signin-form .form-group .input-group .input-group-text {
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-right: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
}
#loginModal .signin-form .form-group .input-group .input-group-text i {
  width: 18px;
  height: 18px;
  color: #6c757d;
}
#loginModal .signin-form .form-group .input-group .form-control {
  border-left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  padding-left: 0.5rem;
}
#loginModal .signin-form .form-group .input-group:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
  border-radius: 0.5rem;
}
#loginModal .signin-form .form-group .input-group:focus-within .input-group-text {
  border-color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}
#loginModal .signin-form .form-group .input-group:focus-within .input-group-text i {
  color: var(--bs-primary);
}
#loginModal .signin-form .form-group .input-group:focus-within .form-control {
  border-color: var(--bs-primary);
}
#loginModal .signin-form .form-check .form-check-input {
  border-radius: 0.25rem;
}
#loginModal .signin-form .form-check .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
#loginModal .signin-form .form-check .form-check-label {
  font-size: 0.875rem;
  color: #495057;
}
#loginModal .signin-form .forgot-link {
  font-size: 0.875rem;
  color: var(--bs-primary);
  text-decoration: none;
}
#loginModal .signin-form .forgot-link:hover {
  text-decoration: underline;
}
#loginModal .signin-form .btn-login {
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  border: none;
  border-radius: 0.5rem;
  padding: 0.875rem;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
#loginModal .signin-form .btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--bs-primary-rgb), 0.35);
}
#loginModal .signin-form .btn-login:active {
  transform: translateY(0);
}
#loginModal .signin-form .divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
#loginModal .signin-form .divider::before, #loginModal .signin-form .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e9ecef;
}
#loginModal .signin-form .divider span {
  padding: 0 1rem;
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#loginModal .signin-form .btn-register {
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #495057;
  background: transparent;
  transition: all 0.2s ease;
}
#loginModal .signin-form .btn-register:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.05);
}

@media (max-width: 575.98px) {
  #loginModal .modal-dialog {
    margin: 0.5rem;
  }
  #loginModal .modal-body {
    padding: 0 1.25rem 1.5rem;
  }
  #loginModal .signin-form .signin-header .signin-icon {
    width: 50px;
    height: 50px;
  }
  #loginModal .signin-form .signin-header .signin-icon i {
    font-size: 1.25rem;
  }
  #loginModal .signin-form .signin-header h5 {
    font-size: 1.125rem;
  }
  #loginModal .signin-form .form-control {
    font-size: 16px;
  }
}
.porcentaje_value {
  position: relative;
  top: -21px;
  left: 230px;
}

.cursos-alert-border {
  border: 1px solid #DEE2E6;
  border-top: 0;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  -webkit-border-radius: 0rem 0rem 0.25rem 0.25rem;
  -moz-border-radius: 0rem 0rem 0.25rem 0.25rem;
  -ms-border-radius: 0rem 0rem 0.25rem 0.25rem;
  -o-border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.cursos-alert-font {
  font-family: "Poppins-Regular";
  text-align: justify;
  font-weight: 400;
}

.cursos-alert-content-open {
  color: #3D596D;
  background-color: #EBEFF2;
}

.cursos-alert-content-closed {
  color: #3D596D;
  background-color: #FCE5E3;
}

#ul-options-container, #img-map area {
  min-height: 150px;
  padding: 10px !important;
}
#ul-options-container span.coor-num, #img-map area span.coor-num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  padding-top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#ul-options-container span.coor-num-default, #img-map area span.coor-num-default {
  border: 1px solid #05498C;
  background-color: #05498C;
}
#ul-options-container span.coor-num-success, #img-map area span.coor-num-success {
  border: 1px solid #01BF18;
  background-color: #01BF18;
}
#ul-options-container span.coor-num-error, #img-map area span.coor-num-error {
  border: 1px solid #E6332A;
  background-color: #E6332A;
}
#ul-options-container span.coor-name, #img-map area span.coor-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ul-options-container .button-drag-and-drops, #img-map area .button-drag-and-drops {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 10px;
}
#ul-options-container .draggable-element, #img-map area .draggable-element {
  cursor: all-scroll;
}
#ul-options-container .button-drag-default, #img-map area .button-drag-default {
  border: 1px solid #06498B;
  background-color: #D8E1EC;
  color: #06498B;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#ul-options-container .button-drag-success, #img-map area .button-drag-success {
  border: 1px solid #01BF16;
  background-color: #F1FBF0;
  color: #01BF16;
  border-radius: 3px;
}
#ul-options-container .button-drag-error, #img-map area .button-drag-error {
  border: 1px solid #ED6258;
  background-color: #FDEFEE;
  color: #ED6258;
  border-radius: 3px;
}

/* CONTENEDOR DE DESCRIPCION */
#relaciona-content .item-content, div#relaciona-content-aprobado {
  font-size: 16px;
  color: #3C3C3B;
  line-height: 25px;
  font-weight: 400;
  padding: 20px;
  background: #F6F6F6;
  border: 1px solid #A8A8A7;
}

#image-rel-container {
  position: relative;
}

#image-rel-container img {
  width: 100%;
}

ul.drop-zone-list {
  min-height: 150px;
  padding: 10px !important;
}

.button-drag-and-drops {
  cursor: all-scroll;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 10px;
}

.button-drag-default {
  border: 1px solid #06498B;
  background-color: #D8E1EC;
  color: #06498B;
  border-radius: 3px;
}

.button-drag-success {
  border: 1px solid #01BF16;
  background-color: #F1FBF0;
  color: #01BF16;
  border-radius: 3px;
}

.button-drag-error {
  border: 1px solid #ED6258;
  background-color: #FDEFEE;
  color: #ED6258;
  border-radius: 3px;
}

.card-agrupa {
  border: 1px solid #06498B;
}

.card-agrupa .card-header {
  color: #008ACF;
  background-color: transparent;
  border-bottom: 0;
  text-align: center;
}

.card-contest {
  border: 1px solid #283583;
  overflow: hidden;
}

.card .card-contest {
  cursor: pointer;
}

.card-contest .card-header span.count-circle {
  width: 80px;
  height: 80px;
  font-size: inherit;
  color: #283583;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: -15px;
}
.card-contest .card-header span.count-circle strong {
  font-size: 2rem;
  padding-top: 1rem;
}

.not-taken::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 155, 166, 0.603) 0%, rgba(0, 155, 166, 0.603) 100%);
}

.card-contest .author-image-container {
  height: 50px;
  width: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #38baec;
  overflow: hidden;
}

.card-contest p {
  margin: 0;
  margin-bottom: -7px;
  font-size: 16px;
  color: gray;
}

#author-container p {
  font-size: 12px;
}

.card-contest #card-body-description p {
  max-width: 80%;
}

.date-active {
  color: #283583;
  font-size: 10px;
}

.card-contest .card-body #status-statement {
  position: absolute;
  top: -35px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 12px;
  padding: 5px;
  text-align: center;
  color: #fff;
}

.card-contest .card-body #status-statement.status-not-at-time {
  background-color: rgb(211, 211, 211);
}

.card-contest .card-body #status-statement.status-error {
  background-color: red;
}

.card-contest .card-body #status-statement.status-green {
  background-color: green;
}

.card-contest .card-body #status-statement.status-not-response {
  background-color: #38baec;
}

.card-contest .card-body #status-statement .statement-icon {
  font-size: large;
}

.card-contest .card-body #status-statement .statement-score {
  font-size: 14px;
}

.btn-modal-info {
  font-size: 25px;
  color: white;
  z-index: 2;
  cursor: pointer;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-modal-info:hover {
  color: rgb(231, 231, 231);
  text-decoration: none;
}

.stopwatch {
  background-color: #00a4d9;
  padding: 10px 20px 10px 20px;
  width: 150px;
  border: 1px solid #00a4d9;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.stopwatch .fa-stopwatch {
  font-size: 22px;
}
.stopwatch #timer {
  font-size: 18px;
}

.pregunta-descripcion-container {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #00a4d9;
  border-radius: 4px;
  position: relative;
}
.pregunta-descripcion-container .question {
  background-color: #e9e9e9;
  padding: 3rem 2rem 0rem !important;
  border-radius: 4px;
}
.pregunta-descripcion-container .question_box_title {
  color: #00a4d9;
}
.pregunta-descripcion-container .question_box_desc {
  color: #3c3c3b;
}

.botones-respuesta-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

.pregunta-btn {
  padding: 10px 15px;
  background-color: #fff;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #00a4d9;
  position: relative;
  cursor: pointer;
  color: #00a4d9;
}
.pregunta-btn i {
  font-size: 1.5rem;
  margin-left: 1.2rem;
}

.resultado-descripcion-container {
  padding: 20px;
}
.resultado-descripcion-container.result-success {
  background-color: #d7fbe6;
}
.resultado-descripcion-container.result-error {
  background-color: #f9dede;
}
.resultado-descripcion-container #status-statement {
  width: 75px;
  height: 75px;
  background-color: #38baec;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* right: 225px;
  margin-top: -50px; */
}
.resultado-descripcion-container #status-statement.status-gray {
  background-color: rgb(211, 211, 211);
}
.resultado-descripcion-container #status-statement.status-error {
  background-color: red;
}
.resultado-descripcion-container #status-statement.status-success {
  background-color: green;
}
.resultado-descripcion-container #status-statement.status-not-at-time {
  background-color: #38baec;
}

#verdadOmitoHeader .btn-modal-info,
#verdadOmitoHeader .btn-back-header {
  font-size: 25px;
  color: white;
  z-index: 2;
  cursor: pointer;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#verdadOmitoHeader .btn-modal-info:hover,
#verdadOmitoHeader .btn-back-header:hover {
  color: rgb(231, 231, 231);
  text-decoration: none;
}

@media only screen and (min-width: 320px) {
  /* .resultado-descripcion-container #status-statement {
      right: 0;
      margin-top: -68px;
  } */
}
@media only screen and (max-width: 320px) {
  .resultado-descripcion-container #status-statement {
    right: 0;
    margin-top: -68px;
  }
  #btn-verdad,
  #btn-mito {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1140px) {
  .resultado-descripcion-container #status-statement {
    right: 75px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1280px) {
  .resultado-descripcion-container #status-statement {
    right: 25px;
    margin-top: -50px;
  }
}
