@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: black;
  font-weight: 900;
}
.slick-prev:before {
  content: "\f053";
}
.slick-next:before {
  content: "\f054";
}
@media screen and (max-width: 28em) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}

.background-cover {
  background-size: cover;
  background-position: center;
}

.cart {
  position: relative;
  border: none;
  background: transparent;
}
.cart .notificacion {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #dc3545;
  display: flex;
  top: -1rem;
  border-radius: 50%;
  right: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
}

label {
  font-size: 0.8rem;
  color: #503E9D;
  font-weight: bold;
}
label .icon.required {
  color: #E51D1D;
  font-weight: 600 !important;
  font-size: 0.9rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.fs-7 {
  font-size: 0.9rem;
}

.text-gray {
  color: #A3AED0;
}
.text-main {
  color: #503E9D;
}
.text-alt {
  color: #503E9D;
}
.text-alt2 {
  color: #FB6D3A;
}

.main {
  min-height: 100vh;
}

.fw-ultra-lighty {
  font-weight: 200 !important;
}
.fw-lighty {
  font-weight: 300 !important;
}
.fw-light {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: 700 !important;
}
.fw-ultra-bolder {
  font-weight: 800 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}

.fc-alt {
  color: #503E9D !important;
}
.fc-light {
  color: #a79ece !important;
}
.fc-alt2 {
  color: #FB6D3A !important;
}
.fc-black {
  color: #181B1A !important;
}
.fc-inactive {
  color: #b3b3b3 !important;
}
.fc-white {
  color: #FFFFFF !important;
}
.fc-green {
  color: #71DD37 !important;
}
.fc-red {
  color: #E51D1D !important;
}

.fit-content {
  width: fit-content;
}

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

.bg-main {
  background-color: #503E9D !important;
}

.bg-grey {
  background-color: #F5F5F5 !important;
}

.bg-alt {
  background-color: #FB6D3A !important;
}

.color-white-dark {
  color: rgb(128, 128, 128);
}

.color-white {
  color: #FFFFFF;
}

.color-main-alt {
  color: #FB6D3A;
}

.color-main-light {
  color: #a79ece;
}

.color-alt {
  color: #503E9D;
}

a {
  text-decoration: none;
}

a, p, h1, h2, h3, h4, h5 {
  color: #181B1A;
}

.text-small {
  font-size: 0.85rem !important;
}

.form-control {
  border: 1px solid rgb(196, 196, 196);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
  line-height: 16px;
}
.btn:hover {
  filter: brightness(0.75);
  text-decoration: none;
}
.btn i {
  font-size: 1.15rem;
}
.btn--login {
  min-width: 300px;
  height: 40px;
  background-color: #503E9D;
  border-radius: 15px;
  border: none;
}
.btn--register {
  background-color: #503E9D;
  border: none;
  border-radius: 15px;
  height: 50px;
  width: 300px;
}
.btn-main {
  background-color: #503E9D;
  color: #FFFFFF;
}
.btn-main:hover {
  background-color: #503E9D;
  color: #FFFFFF;
}
.btn-light {
  background-color: #a79ece;
  color: #FFFFFF;
}
.btn-light:focus {
  background-color: #a79ece;
  color: #FFFFFF;
}
.btn-light:hover {
  background-color: #a79ece;
  color: #FFFFFF;
}
.btn-border {
  background-color: #FFFFFF;
  color: #2B3674;
  border: 1.5px solid #2B3674;
}
.btn-border:focus {
  background-color: #FFFFFF;
  color: #2B3674;
}
.btn-border:hover {
  background-color: #FFFFFF;
  color: #2B3674;
  border: 1.5px solid #2B3674;
}
.btn-border-main {
  background-color: #FFFFFF;
  color: #503E9D;
  border: 1.5px solid #503E9D;
}
.btn-border-main:focus {
  background-color: #FFFFFF;
  color: #503E9D;
}
.btn-border-main:hover {
  background-color: #FFFFFF;
  color: #503E9D;
  border: 1.5px solid #503E9D;
}
.btn-border-green {
  background-color: #FFFFFF;
  color: rgb(84, 166, 41);
  border: 1.5px solid rgb(84, 166, 41);
}
.btn-border-green:focus {
  background-color: #FFFFFF;
  color: rgb(84, 166, 41);
}
.btn-border-green:hover {
  background-color: #FFFFFF;
  color: rgb(84, 166, 41);
  border: 1.5px solid rgb(84, 166, 41);
}
.btn-border-alt {
  background-color: #FFFFFF;
  color: #FB6D3A;
  border: 1.5px solid #FB6D3A;
}
.btn-border-alt:focus {
  background-color: #FFFFFF;
  border: 1.5px solid #FB6D3A;
}
.btn-border-alt:hover {
  background-color: #FFFFFF;
  color: #FB6D3A;
  border: 1.5px solid #FB6D3A;
}
.btn-border-disabled {
  background-color: #FFFFFF;
  border: 2px solid #b3b3b3;
  color: #b3b3b3;
}
.btn-border-disabled:hover {
  border: 2px solid #b3b3b3;
  background-color: #FFFFFF;
  color: #b3b3b3;
}
.btn-shadow {
  box-shadow: rgba(33, 35, 38, 0.1) 0 10px 10px -10px;
}
.btn-small {
  font-size: 0.8rem;
}
.btn-alt {
  background-color: #FB6D3A;
  color: #FFFFFF;
}
.btn-alt:focus {
  background-color: #FB6D3A;
  color: #FFFFFF;
}
.btn-alt:hover {
  color: #FFFFFF;
  background-color: #FB6D3A;
}
.btn-red {
  background-color: #E51D1D;
  color: #FFFFFF;
}
.btn-red:focus {
  background-color: #E51D1D;
  color: #FFFFFF;
}
.btn-red:hover {
  background-color: #E51D1D;
  color: #FFFFFF;
}
.btn-green {
  background-color: #71DD37;
  color: #FFFFFF;
}
.btn-green:focus {
  background-color: #71DD37;
  color: #FFFFFF;
}
.btn-green:hover {
  background-color: #71DD37;
  color: #FFFFFF;
}
.btn-green-dark {
  background-color: rgb(84, 166, 41);
  color: #FFFFFF;
}
.btn-green-dark:focus {
  background-color: rgb(84, 166, 41);
  color: #FFFFFF;
}
.btn-green-dark:hover {
  background-color: rgb(84, 166, 41);
  color: #FFFFFF;
}
.btn-add {
  border-radius: 1rem 1rem 0 1rem;
  background-color: rgba(190, 177, 212, 0.75);
  color: #FFFFFF;
  width: fit-content;
}
.btn-add i {
  font-size: 2rem;
}
.btn-add:focus {
  background-color: rgba(190, 177, 212, 0.75);
  color: #FFFFFF;
}
.btn-add:hover {
  background-color: rgba(190, 177, 212, 0.75);
}
.btn-close-rounded {
  background-color: #FFFFFF;
  border: 2px solid #503E9D;
  border-radius: 50%;
  color: #503E9D;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.btn-close-rounded:focus {
  background-color: #FFFFFF;
  color: #503E9D;
}
.btn-close-rounded:hover {
  background-color: #FFFFFF;
  border: 2px solid #503E9D;
  color: #503E9D;
}
.btn.green {
  border: 2px solid #71DD37;
  color: #71DD37;
}
.btn.red {
  border: 2px solid #E51D1D;
  color: #E51D1D;
}
.btn-sesion-user {
  position: relative;
}
.btn-sesion-user.logueado .rounded-sesion {
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
}
.btn-sesion-user.logueado .rounded-sesion:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #71DD37;
}
.btn-notificaciones {
  margin-right: 0 !important;
}
.btn-notificaciones:after {
  display: none;
}
.btn[disabled] {
  border-color: rgb(123, 123, 123);
  color: rgb(123, 123, 123);
  opacity: 0.75;
}
.btn[disabled]:hover {
  border-color: rgb(123, 123, 123);
  color: rgb(123, 123, 123);
  opacity: initial;
  filter: initial;
  cursor: default;
}
.btn-green-outline {
  background-color: #FFFFFF;
  color: rgb(84, 166, 41);
  border: 1px solid rgb(84, 166, 41);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all linear 0.3s;
}
.btn-green-outline:hover {
  background-color: rgb(84, 166, 41);
  color: #FFFFFF;
}
.btn-tab {
  background-color: transparent;
  color: rgb(123, 123, 123);
  border: none;
  font-size: 0.9rem;
  width: max-content;
  padding-inline: 1.5rem;
  padding-block: 0.75rem;
  border-radius: 15px;
}
.btn-tab:nth-child(2).active {
  background: #FB6D3A;
}
.btn-tab.active {
  background-color: #2B3674;
  color: #FFFFFF;
  font-weight: 500;
}

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

.radius {
  border-radius: 0.15rem;
}
.radius-sm {
  border-radius: 0.5rem;
}
.radius-md {
  border-radius: 1rem;
}
.radius-lg {
  border-radius: 1.5rem;
}
.radius-xl {
  border-radius: 2rem;
}
.radius-xxl {
  border-radius: 3rem;
}
.radius-50 {
  border-radius: 50%;
}

.pe-none {
  pointer-events: none;
}

.delete-button {
  width: 200px;
  height: 40px;
  border: 1px solid #503E9D;
  background-color: transparent;
  border-radius: 1rem;
  transition: 0.5s;
}
.delete-button:hover {
  background-color: #503E9D;
  color: #FFFFFF;
}

.save-button {
  width: 300px;
  height: 50px;
  border: none;
  background-color: #503E9D;
  color: #FFFFFF;
  border-radius: 1rem;
}

.go-back {
  position: absolute;
  width: 100%;
  top: 3rem;
  left: 9rem;
  min-height: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .go-back {
    left: 2rem;
  }
}
.go-back.alternativo {
  justify-content: end;
  padding-right: 3rem;
  left: 0;
}
.go-back-button i {
  color: #FB6D3A;
  font-size: 1.5rem;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.portada {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 999px) {
  .portada {
    display: none;
  }
}
.portada .background-image {
  position: initial;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
.portada .background-image .color-imagen {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  background-color: #503E9D;
  border-radius: 0 0 0 200px;
  filter: opacity(0.5) blur(1px) contrast(1.5) brightness(0.5);
}
.portada .background-image img {
  position: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 200px;
}
.portada--inner {
  text-align: center;
  position: absolute;
}
.portada--titulo {
  color: #fff;
  font-size: 1.5625rem;
  margin-bottom: 1rem;
}
.portada--logo {
  max-height: 45px;
  object-fit: contain;
}

.small {
  font-size: 0.75rem;
}

.panel-container {
  min-height: 100vh;
}
@media (max-width: 999px) {
  .panel-container {
    padding: 0 !important;
  }
}
.panel-container .achicar-menu {
  width: 8% !important;
}
.panel-container .panel-left {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 1rem 1rem 0;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 300px;
}
@media (orientation: landscape) and (max-width: 999px) {
  .panel-container .panel-left img {
    display: none;
  }
}
@media (max-width: 999px) {
  .panel-container .panel-left {
    width: 70%;
    z-index: 4000;
    box-shadow: 0 0 23px 0 rgb(0, 0, 0);
  }
}
.panel-container .panel-left--botones {
  height: fit-content;
  width: 100%;
  position: relative;
  z-index: 0;
}
.panel-container .panel-left--botones .panel-botones {
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.panel-container .panel-left--botones a {
  width: 100%;
  color: #FFFFFF;
  transition: all linear 0.3s;
  margin-bottom: 0 !important;
}
.panel-container .panel-left--botones a:hover, .panel-container .panel-left--botones a.active {
  color: #FB6D3A;
  text-decoration: none;
}
.panel-container .panel-left--botones a:hover:after, .panel-container .panel-left--botones a.active:after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  height: 3rem;
  right: -1rem;
  z-index: -1;
  transition: all linear 0.3s;
}
.panel-container .panel-left--botones a:hover:before, .panel-container .panel-left--botones a.active:before {
  content: " ";
  display: block;
  position: absolute;
  right: -1rem;
  width: 0.25rem;
  height: 1.75rem;
  border-radius: 0.35rem;
  background-color: #FB6D3A;
  transition: all linear 0.3s;
}
.panel-container .panel-left--botones a:hover i, .panel-container .panel-left--botones a.active i {
  color: #FB6D3A;
}
.panel-container .panel-left--botones a:after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #503E9D;
  width: 100%;
  height: 3rem;
  right: -1rem;
  z-index: -1;
  transition: all linear 0.3s;
  border-radius: 1.5rem 0 0 1.5rem;
}
.panel-container .panel-left--botones a:before {
  content: " ";
  display: block;
  position: absolute;
  right: -1rem;
  width: 0.25rem;
  height: 1.75rem;
  border-radius: 0.35rem;
  background-color: #503E9D;
  transition: all linear 0.3s;
}
.panel-container .panel-left--botones a i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .panel-container .panel-left--botones a {
    padding-left: 0;
  }
}
.panel-container .panel-left--bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1rem;
  height: fit-content;
}
.panel-container #menu.active {
  display: flex !important;
}
.panel-container .panel-right {
  border-radius: 1rem;
  padding-inline: 5%;
}
@media (max-width: 999px) {
  .panel-container .panel-right {
    padding-top: 70px !important;
  }
}
.panel-container .panel-right-container {
  padding-right: 0;
  margin-left: 300px;
}
@media (max-width: 999px) {
  .panel-container .panel-right-container {
    padding: 0 !important;
    margin-left: 0;
  }
}
.panel-container .panel-right--botones {
  justify-content: end;
}
.panel-container .panel-right--botones .search-bar {
  flex: 1;
  margin-left: 0 !important;
}
.panel-container .panel-right--botones .search-bar .input-search {
  height: 100%;
}
.panel-container .panel-right--botones .search-bar .input-search input {
  height: 100%;
  border-radius: 1rem;
  border: none;
}
.panel-container .panel-right--botones a {
  width: 2.85rem;
  height: 2.85rem;
}
.panel-container .panel-right--botones a i {
  font-size: 1.35rem;
}
.panel-container .panel-right .home-description p {
  margin-right: 3rem;
}
.panel-container .panel-right .description-img img {
  max-width: 100%;
}
.panel-container .panel-right .accordion-container .accordion-item {
  background-color: #F5F5F5;
  border: none;
}
.panel-container .panel-right .accordion-container .accordion-button {
  padding-inline: 0;
  background-color: #F5F5F5;
  padding-block: 0.5rem;
}
.panel-container .panel-right .accordion-container .accordion-button:focus {
  box-shadow: none;
}
.panel-container .panel-right .accordion-container .accordion-body {
  padding-inline: 0;
  padding-block: 0.5rem;
}

.form-check .form-check-input {
  margin-left: 0;
  margin-right: 0.5rem;
}
.form-check .form-check-input:hover {
  cursor: pointer;
}

.form-check-input {
  margin-right: 0.75rem;
  margin-top: 0;
  border-color: rgb(123, 123, 123);
}
.form-check-input:focus {
  border-color: #503E9D;
  box-shadow: 0 0 0 0.25rem rgba(80, 62, 157, 0.25);
}
.form-check-input:checked {
  background-color: #503E9D;
  border-color: #503E9D;
}

.search-bar {
  background-color: #FFFFFF;
  border-radius: 1rem;
  position: relative;
}
.search-bar .input-search .search-button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
.search-bar .input-search .buscador {
  border: none;
}
.search-bar .input-search .buscador:focus {
  border-color: unset !important;
  box-shadow: none !important;
}
.search-bar .error-mail {
  position: absolute;
  top: -1.15rem;
  color: #E51D1D;
  right: 0;
  font-size: 0.85rem;
}

.filter-box {
  display: flex;
}
.filter-box--label {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}
.filter-box .dropdown {
  margin-left: 1rem;
}
.filter-box .dropdown .btn-dropdown {
  font-size: 0.85rem;
  padding: 0.75rem;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  color: #b3b3b3;
  padding-block: 0.5rem;
}
.filter-box .dropdown .btn-dropdown:hover {
  text-decoration: none;
}
.filter-box .dropdown .dropdown-item {
  font-size: 0.85rem;
}

.card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 1rem;
  border: none;
}
.card-header {
  padding: 0;
  width: 100%;
  position: relative;
  transition: all linear 0.3s;
}
.card-header-accion {
  transition: all linear 0.3s;
  display: none;
}
.card-header-accion a:hover {
  text-decoration: none;
}
.card-header--alt {
  height: 10rem;
}
.card-header .indicator {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  background-color: rgb(123, 123, 123);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0.5rem;
  right: 0.5rem;
}
.card-header .indicator:after {
  content: " ";
  position: absolute;
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  border: 2px solid rgb(43, 43, 43);
  background-color: rgb(138, 138, 138);
}
.card-header .indicator.activo:after {
  background-color: #E51D1D;
}
.card-header:hover .card-header-accion {
  border-radius: 0.9rem;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(58, 14, 104);
  background: linear-gradient(180deg, rgb(58, 14, 104) 0%, rgba(255, 255, 255, 0) 100%);
  height: 5rem;
}
.card-header:hover .card-header-accion a {
  color: #FFFFFF;
}
.card-header--top {
  height: 10rem;
}
.card-header--info {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  background-color: rgba(190, 177, 212, 0.75);
  margin-bottom: 0;
  font-size: 0.85rem;
}
.card img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 10rem;
}
.card .card-body {
  background-color: #FFFFFF;
  padding-block: 0;
}
.card .card-body--title {
  font-size: 1rem;
  text-align: center;
}
.card .card-body .btn {
  font-size: 0.85rem;
}
.card .card-body .btn i {
  margin-right: 0.5rem;
}
.card .card-footer {
  background-color: #FFFFFF;
  border: none;
  border-top: 1px solid #F1F1EF;
}
.card.curso .card-body .curso-opciones i {
  font-size: 1.35rem;
  color: #b3b3b3;
}
.card.curso .card-footer .dropdown .dropdown-menu li {
  display: flex;
  width: 100%;
}
.card.curso .card-footer .dropdown .dropdown-menu li:hover {
  background-color: #b3b3b3;
}

.curso-estado {
  font-size: 0.85rem;
}
.curso-estado .form-check {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
}
.curso-estado .form-check-input:checked {
  background-color: #71DD37;
  border-color: #71DD37;
}
.curso-estado--button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.curso-estado--button button {
  width: fit-content;
  padding-block: 0.15rem;
  font-size: 0.85rem;
}

.agregar-curso {
  position: fixed;
  right: 5%;
  z-index: 5;
  bottom: 5%;
}

.mis-cursos {
  height: 100%;
}
.mis-cursos.practicante .mis-cursos--container .card.curso {
  height: initial;
}
.mis-cursos--container {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.mis-cursos--container .curso {
  height: 450px;
}
.mis-cursos--container .curso .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mis-cursos--bottom {
  font-size: 0.85rem;
  padding-block: 0.25rem;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-header {
  height: 10rem;
  position: relative;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-header div, .mis-cursos.practicante .mis-cursos--container .card.curso .card-header img {
  width: 100%;
  height: 100%;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-header-progress {
  position: absolute;
  bottom: 0;
  height: 1rem !important;
  background: rgba(0, 0, 0, 0.45);
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-header-progress .progress {
  width: 50%;
  border-radius: 0 0.5rem 0.5rem 0 !important;
  background-color: #FB6D3A;
  height: 100%;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-header-progress .completado {
  width: 100%;
  background-color: #FB6D3A;
  height: 100%;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-body--title {
  font-weight: 600;
  font-size: 0.9rem;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-body a {
  font-size: 0.85rem !important;
  font-weight: 500;
}
.mis-cursos.practicante .mis-cursos--container .card.curso .card-body .estado {
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.65rem;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #503E9D rgba(190, 177, 212, 0.75);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: rgba(190, 177, 212, 0.75);
}

*::-webkit-scrollbar-thumb {
  background-color: #503E9D;
  border-radius: 20px;
  border: 3px solid rgba(190, 177, 212, 0.75);
}

.custom-input {
  display: flex;
  flex-direction: column;
}
.custom-input label {
  color: rgb(155, 155, 155);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.custom-input .form-control {
  background-color: #FFFFFF;
}
.custom-input .form-control:focus {
  border-color: #503E9D;
  box-shadow: 0 0 0 0.25rem rgba(80, 62, 157, 0.25);
}
.custom-input textarea {
  resize: none;
  height: 5rem;
  padding-inline: 1.5rem;
  padding-block: 0.75rem;
}
.custom-input textarea::placeholder {
  font-size: 0.85rem;
}
.custom-input select {
  padding-block: 0 !important;
  min-height: 2.6rem !important;
  height: 2.6rem !important;
  border: 1px solid rgb(196, 196, 196);
}
.custom-input select:focus {
  border-color: #503E9D;
  box-shadow: 0 0 0 0.25rem rgba(80, 62, 157, 0.25);
}
.custom-input-alt {
  display: flex;
  flex-direction: column;
}
.custom-input-alt label {
  padding-bottom: 10px;
  position: relative;
}
.custom-input-alt label .eye-icon {
  position: absolute;
  right: 5%;
  top: 50%;
  cursor: pointer;
  color: #b3b3b3;
  font-size: 0.9rem;
}
.custom-input-alt input, .custom-input-alt select {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  height: 45px;
}

.input-file {
  background-color: #FB6D3A;
  height: 45px;
  border: none;
  color: #FFFFFF;
}
.input-file i {
  margin-right: 5px;
}

input, textarea {
  padding-left: 1rem !important;
}

.input-search {
  position: relative;
  display: flex;
  align-items: center;
}
.input-search i {
  position: absolute;
  left: 1rem;
  font-size: 1.5rem;
}
.input-search input[type=search], .input-search input[type=text] {
  padding-left: 3rem !important;
}
.input-search input[type=search]::placeholder, .input-search input[type=text]::placeholder {
  font-size: 0.85rem;
  color: #b3b3b3;
}

.input-search-result {
  padding-inline: 1rem;
  padding-top: 1rem;
  height: 10rem;
  overflow: auto;
  overflow-x: hidden;
}
.input-search-result .result {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.input-search-result .result label {
  margin-bottom: 0;
  color: #181B1A;
}
.input-search-result .result.disabled .form-check-input {
  box-shadow: none;
  background-color: #b3b3b3;
}
.input-search-result .result.disabled label {
  color: #b3b3b3;
}

.crear-curso label {
  font-size: 0.85rem;
  font-weight: 500;
}
.crear-curso .fecha-input-container label {
  text-wrap: nowrap;
  margin-right: 0.75rem;
}
.crear-curso .upload-image .custom-input--button {
  width: fit-content;
  font-size: 0.8rem;
}
.crear-curso .upload-image .custom-input--button i {
  margin-right: 0.5rem;
}
.crear-curso .image-container .image-card {
  width: 5rem;
  height: 5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(123, 123, 123);
  position: relative;
}
.crear-curso .image-container .image-card .image-actions {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: rgba(118, 118, 118, 0.65);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}
.crear-curso .image-container .image-card .image-actions button {
  color: #FFFFFF;
  background: none;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
}
.crear-curso .image-container .image-card .image-actions--remove {
  color: #FFFFFF;
}
.crear-curso .image-container .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.crear-curso .image-container .image-card:hover .image-actions {
  display: block;
}
.crear-curso .etapa-container--button {
  font-size: 0.8rem;
  padding-inline: 2rem;
}
.crear-curso .etapa-container .collapse-container .link-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  background: #FFFFFF;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 0.15rem;
  font-weight: 500;
}
.crear-curso .vigencia--input {
  height: 3rem;
  align-items: center;
}

.modal-crear-curso .modal-header {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: none;
}
.modal-crear-curso .modal-header button {
  display: flex;
  background: none;
  outline: none;
  border: none;
}

table {
  width: 100%;
  background-color: #FFFFFF;
}
table thead {
  border-bottom: 2px solid rgb(220, 220, 220);
}
table thead td, table thead th {
  font-weight: 600;
  color: #503E9D;
}
table td, table th {
  padding-block: 0.35rem;
  font-size: 0.9rem;
}
table tbody td {
  font-size: 0.75rem;
}
table tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}
table .btn-evaluaciones {
  width: fit-content;
  font-size: 0.75rem;
}
table .btn-delete {
  border: none;
  background: none;
  outline: none;
}
table .btn-aceptar {
  background-color: transparent;
  border: none;
}
table .btn-aceptar i {
  color: #71DD37;
  font-size: 15px;
}

.btn-sesion-user {
  width: 2rem;
  height: 2rem;
}
.btn-sesion-user.foto {
  padding: 0.15rem;
}
.btn-sesion-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-participantes .search-bar input {
  border-radius: 1.25rem;
}
.add-participantes .form-check-input {
  width: 1rem;
  height: 1rem;
}
.add-participantes .email-container {
  border: 1px solid #503E9D;
}
.add-participantes .table-container {
  height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.participantes-curso .tabla-practicantes .estado {
  display: flex;
  align-items: center;
}
.participantes-curso .tabla-practicantes .estado--icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.participantes-curso .tabla-practicantes .estado--icon.cursando {
  background-color: #FB6D3A;
}
.participantes-curso .tabla-practicantes .estado--icon.finalizado {
  background-color: #503E9D;
}
.participantes-curso .tabla-practicantes .estado--icon.pendiente {
  background-color: #FFFFFF;
  border: 1px solid rgb(155, 155, 155);
}
.participantes-curso .add-participante {
  font-size: 0.8rem;
}

.modal-content {
  overflow: hidden;
  border-radius: 2rem;
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content.right-circle:after {
  content: " ";
  position: absolute;
  right: -2.5rem;
  bottom: -5.5rem;
  border-radius: 50%;
  background-color: #503E9D;
  width: 10rem;
  height: 10rem;
  filter: opacity(0.15);
}
.modal-content.center-circle:after {
  content: " ";
  position: absolute;
  right: 50%;
  bottom: -7rem;
  border-radius: 50%;
  background-color: #503E9D;
  width: 10rem;
  height: 10rem;
  filter: opacity(0.15);
  transform: translateX(50%);
}
.modal-content button {
  position: relative;
  z-index: 1;
}

.link-collapse:hover {
  text-decoration: none;
}

.curso-opciones--button:after {
  display: none;
}
.curso-opciones .dropdown-item:hover {
  cursor: pointer;
  text-decoration: none;
}

.dropdown.dropdown-notificaciones .dropdown-menu {
  border-radius: 1rem;
  border: none;
  box-shadow: rgba(80, 62, 157, 0.2) 0 8px 32px 0;
  padding: 0;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.dropdown.dropdown-notificaciones .dropdown-notificaciones-menu {
  min-width: 800px;
  max-width: 800px;
}
@media (max-width: 991px) {
  .dropdown.dropdown-notificaciones .dropdown-notificaciones-menu {
    min-width: 600px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .dropdown-notificaciones-menu {
    min-width: calc(100vw - 3rem);
    max-width: calc(100vw - 3rem);
  }
}
@media (max-width: 480px) {
  .dropdown.dropdown-notificaciones .dropdown-notificaciones-menu {
    min-width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .dropdown-notificaciones-menu {
    min-width: calc(100vw - 1.5rem);
    max-width: calc(100vw - 1.5rem);
  }
}
.dropdown.dropdown-notificaciones .notification-header {
  background: linear-gradient(135deg, #503E9D 0%, rgba(80, 62, 157, 0.95) 100%);
  color: #FFFFFF;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  padding: 1.25rem 1.5rem;
  transition: all linear 0.3s;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-header {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-header {
    padding: 0.875rem 1rem;
  }
}
.dropdown.dropdown-notificaciones .notification-header .notification-header-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-header .notification-header-title {
    font-size: 0.95rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-header .notification-header-title {
    font-size: 0.9rem;
  }
}
.dropdown.dropdown-notificaciones .notification-header .notification-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FB6D3A;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}
.dropdown.dropdown-notificaciones .notification-header .notification-mark-all-btn {
  color: #FB6D3A;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-header .notification-mark-all-btn {
    font-size: 0.7rem;
    padding: 0.4rem 0.65rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-header .notification-mark-all-btn {
    font-size: 0.65rem;
    padding: 0.35rem 0.5rem;
  }
}
.dropdown.dropdown-notificaciones .notification-header .notification-mark-all-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.dropdown.dropdown-notificaciones .notification-item {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.8);
  transition: all 0.2s ease;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-item {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-item {
    padding: 0.875rem 1rem;
  }
}
.dropdown.dropdown-notificaciones .notification-item:hover {
  background: linear-gradient(90deg, rgba(80, 62, 157, 0.05) 0%, rgba(80, 62, 157, 0.02) 100%);
  transform: translateX(4px);
  box-shadow: -4px 0 0 0 #503E9D;
}
.dropdown.dropdown-notificaciones .notification-item.notification-unread {
  background: linear-gradient(90deg, rgba(251, 109, 58, 0.08) 0%, rgba(251, 109, 58, 0.03) 100%);
  border-left: 3px solid #FB6D3A;
}
.dropdown.dropdown-notificaciones .notification-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(80, 62, 157, 0.1) 0%, rgba(80, 62, 157, 0.05) 100%);
  border-radius: 0.75rem;
  margin-right: 1rem;
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-icon-wrapper {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.875rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-icon-wrapper {
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
  }
}
.dropdown.dropdown-notificaciones .notification-icon-wrapper .notification-icon {
  font-size: 1.25rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-icon-wrapper .notification-icon {
    font-size: 1.1rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-icon-wrapper .notification-icon {
    font-size: 1rem;
  }
}
.dropdown.dropdown-notificaciones .notification-icon-wrapper .notification-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: #FB6D3A;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 4px rgba(251, 109, 58, 0.4);
  animation: pulse 2s infinite;
}
.dropdown.dropdown-notificaciones .notification-content {
  flex: 1;
  min-width: 0;
}
.dropdown.dropdown-notificaciones .notification-content .notification-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #181B1A;
  margin-bottom: 0.375rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-content .notification-title {
    font-size: 0.85rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-content .notification-title {
    font-size: 0.8rem;
  }
}
.dropdown.dropdown-notificaciones .notification-content .notification-message {
  font-size: 0.875rem;
  color: #A3AED0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-content .notification-message {
    font-size: 0.775rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-content .notification-message {
    font-size: 0.75rem;
  }
}
.dropdown.dropdown-notificaciones .notification-content .notification-time {
  font-size: 0.75rem;
  color: rgba(163, 174, 208, 0.8);
  font-weight: 500;
}
@media (max-width: 767px) {
  .dropdown.dropdown-notificaciones .notification-content .notification-time {
    font-size: 0.675rem;
  }
}
@media (max-width: 360px) {
  .dropdown.dropdown-notificaciones .notification-content .notification-time {
    font-size: 0.65rem;
  }
}
.dropdown.dropdown-notificaciones .notification-loading {
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown.dropdown-notificaciones .notification-loading .spinner-border {
  color: #503E9D;
  width: 2rem;
  height: 2rem;
  border-width: 0.2rem;
}
.dropdown.dropdown-notificaciones .notification-empty {
  padding: 3rem 2rem;
  text-align: center;
}
.dropdown.dropdown-notificaciones .notification-empty i {
  color: #503E9D;
  opacity: 0.3;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: block;
}
.dropdown.dropdown-notificaciones .notification-empty span {
  color: #A3AED0;
  font-size: 0.95rem;
  font-weight: 500;
}
.dropdown.dropdown-notificaciones .notification-list-container {
  max-height: 500px;
}
.dropdown.dropdown-notificaciones .notification-list-container li:last-child .notification-item {
  border-bottom: none;
}
.dropdown.dropdown-notificaciones .notification-footer {
  border-top: 2px solid rgba(80, 62, 157, 0.1);
  background-color: #FFFFFF;
  border-radius: 0 0 1rem 1rem;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown.dropdown-notificaciones .notification-footer .dropdown-item {
  color: #FB6D3A;
  font-weight: 700;
  text-align: center;
  border-top: none;
  padding: 1rem 1.5rem 1.25rem 1.5rem;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dropdown.dropdown-notificaciones .notification-footer .dropdown-item:hover {
  background-color: rgba(251, 109, 58, 0.08);
  color: #FB6D3A;
  transform: translateY(-1px);
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
.dropdown.dropdown-notificaciones .rounded-circle.bg-primary {
  background-color: #FB6D3A !important;
}
.dropdown.dropdown-notificaciones .notification-list-header {
  background: linear-gradient(135deg, #503E9D 0%, rgba(80, 62, 157, 0.95) 100%);
  color: #FFFFFF;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.dropdown.dropdown-notificaciones .notification-list-header h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin: 0;
}
.dropdown.dropdown-notificaciones .notification-list-header .notification-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FB6D3A;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  border-radius: 0.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  line-height: 1;
}
.dropdown.dropdown-notificaciones .notification-list-header .notification-mark-all-btn {
  color: #FB6D3A;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  backdrop-filter: blur(10px);
}
.dropdown.dropdown-notificaciones .notification-list-header .notification-mark-all-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.dropdown.dropdown-notificaciones .notification-list-header .notification-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 0.75rem;
}
.dropdown.dropdown-notificaciones .notification-list-page {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dropdown.dropdown-notificaciones .notification-item-page {
  display: block;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  border: 1px solid rgba(245, 245, 245, 0.8);
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(80, 62, 157, 0.05);
}
.dropdown.dropdown-notificaciones .notification-item-page:hover {
  background: linear-gradient(90deg, rgba(80, 62, 157, 0.05) 0%, rgba(80, 62, 157, 0.02) 100%);
  transform: translateX(4px);
  box-shadow: -4px 0 0 0 #503E9D, 0 4px 12px rgba(80, 62, 157, 0.1);
  text-decoration: none;
  color: inherit;
}
.dropdown.dropdown-notificaciones .notification-item-page.notification-unread {
  background: linear-gradient(90deg, rgba(251, 109, 58, 0.08) 0%, rgba(251, 109, 58, 0.03) 100%);
  border-left: 4px solid #FB6D3A;
}
.dropdown.dropdown-notificaciones .notification-item-page .notification-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(80, 62, 157, 0.1) 0%, rgba(80, 62, 157, 0.05) 100%);
  border-radius: 0.75rem;
  margin-right: 1.25rem;
  margin-top: 0.125rem;
}
.dropdown.dropdown-notificaciones .notification-item-page .notification-icon-wrapper .notification-icon {
  font-size: 1.5rem;
  z-index: 1;
}
.dropdown.dropdown-notificaciones .notification-item-page .notification-icon-wrapper .notification-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  background-color: #FB6D3A;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 4px rgba(251, 109, 58, 0.4);
  animation: pulse 2s infinite;
}
.dropdown.dropdown-notificaciones .notification-content-page {
  flex: 1;
  min-width: 0;
}
.dropdown.dropdown-notificaciones .notification-content-page .notification-title-page {
  font-weight: 600;
  font-size: 1rem;
  color: #181B1A;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 0.375rem;
}
.dropdown.dropdown-notificaciones .notification-content-page .notification-message-page {
  font-size: 0.9rem;
  color: #A3AED0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dropdown.dropdown-notificaciones .notification-content-page .notification-time-page {
  font-size: 0.75rem;
  color: rgba(163, 174, 208, 0.8);
  font-weight: 500;
}
.dropdown.dropdown-notificaciones .notification-empty-page {
  text-align: center;
  padding: 4rem 2rem;
}
.dropdown.dropdown-notificaciones .notification-empty-page i {
  color: #503E9D;
  opacity: 0.3;
  font-size: 4rem;
  margin-bottom: 1.5rem;
  display: block;
}
.dropdown.dropdown-notificaciones .notification-empty-page h5 {
  color: #A3AED0;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.dropdown.dropdown-notificaciones .notification-empty-page p {
  color: #A3AED0;
  font-size: 0.95rem;
  margin: 0;
}
.dropdown.dropdown-notificaciones .menu-header {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.dropdown.dropdown-notificaciones .menu-header--title {
  color: #181B1A;
  font-size: 0.9rem;
}
.dropdown.dropdown-notificaciones .menu-header select {
  border: none;
  height: fit-content;
  width: fit-content;
  outline: none;
}
.dropdown.dropdown-notificaciones .menu-header select:hover {
  cursor: pointer;
}
.dropdown.dropdown-notificaciones .menu-header button {
  width: fit-content;
  display: flex;
  text-wrap: nowrap;
  border: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.dropdown.dropdown-notificaciones .menu-header button:hover {
  cursor: pointer;
}
.dropdown.dropdown-notificaciones .menu-header button span {
  margin-left: 0.25rem;
}
.dropdown.dropdown-notificaciones .menu-body .notificacion {
  position: relative;
}
.dropdown.dropdown-notificaciones .menu-body .notificacion .indicador-notificacion {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #FB6D3A;
  left: -0.25rem;
  top: -0.25rem;
  border-radius: 50%;
}
.dropdown.dropdown-notificaciones .menu-body .notificacion-user {
  margin-right: 0.5rem;
}
.dropdown.dropdown-notificaciones .menu-body .notificacion a {
  width: fit-content;
  height: fit-content;
}

.table-collapse--button button:nth-child(odd).active {
  background-color: #503E9D;
  color: #FFFFFF;
}
.table-collapse--button button:nth-child(even).active {
  background-color: #FB6D3A;
  color: #FFFFFF;
}
.table-collapse--button .btn-table-collapse {
  font-size: 0.85rem;
  border: none;
  background: none;
  color: #b3b3b3;
  font-weight: 500;
  padding-inline: 1rem;
  padding-block: 0.5rem;
}

.content-collapse--button button:nth-child(odd).active {
  background-color: #FB6D3A;
  color: #FFFFFF;
}
.content-collapse--button button:nth-child(even).active {
  background-color: #503E9D;
  color: #FFFFFF;
}
.content-collapse--button .btn-content-collapse {
  font-size: 0.85rem;
  border: none;
  background: none;
  color: #b3b3b3;
  font-weight: 500;
  padding-inline: 1rem;
  padding-block: 0.5rem;
}

.practicantes-institucion .modal-invitacion--button button {
  height: 2.5rem;
  width: 100%;
  margin-left: 1rem;
}

.modal-invitacion .modal-body .custom-input.invitar-practicantes {
  position: relative;
  margin-bottom: 7rem !important;
}
.modal-invitacion .modal-body .custom-input.invitar-practicantes .resultados-container {
  display: flex;
  width: 100%;
  position: absolute;
  flex-direction: column;
  flex-wrap: initial;
  overflow: auto;
  overflow-x: hidden;
  bottom: -7rem;
  height: 7rem;
}
.modal-invitacion .modal-body .custom-input.invitar-practicantes .resultados-container table tr td {
  padding-block: 0;
}
.modal-invitacion .modal-body .custom-input.invitar-practicantes .resultados-container .email {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-block: 0.15rem !important;
  width: 100%;
  height: fit-content;
  background-color: #FFFFFF;
  font-weight: 600;
  color: #503E9D;
  border: 1px solid #503E9D;
  border-radius: 0.3rem;
  outline: none;
  margin-bottom: 0.3rem;
}
.modal-invitacion .modal-body .custom-input.invitar-practicantes .search-bar .input-search {
  margin-bottom: 0.25rem;
  border: 1px solid #503E9D;
  border-radius: 1rem;
  overflow: hidden;
}
.modal-invitacion .modal-body .custom-input.invitar-practicantes .search-bar .input-search .buscador {
  padding-left: 1.5rem;
}
.modal-invitacion .modal-body .custom-input.invitar-practicantes .search-bar .input-search button {
  margin-right: 0.5rem;
}
.modal-invitacion .modal-body .practicantes-invitados .practicantes {
  padding-inline: 0.5rem;
  padding-block: 0.2rem;
}
.modal-invitacion .modal-body .practicantes-to-add {
  height: 7rem;
  overflow: auto;
  overflow-x: hidden;
}
.modal-invitacion .modal-body .form-floating {
  margin-bottom: 1rem;
}
.modal-invitacion .modal-body .form-floating select {
  padding-block: 0;
  padding-inline: 1rem;
  height: 2.5rem !important;
  min-height: initial !important;
  border: 1px solid #503E9D;
  border-radius: 1rem;
}

.card-estadistica {
  height: 100%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  position: relative;
}
.card-estadistica.logro {
  background-color: #503E9D;
}
.card-estadistica.logro .card-estadistica--logo i {
  color: #FB6D3A;
}
.card-estadistica.logro .estadistica--texto {
  color: #F5F5F5;
}
.card-estadistica.logro .estadistica--dato {
  color: #F5F5F5;
  font-size: 1.35rem;
}
.card-estadistica--logo {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-estadistica--logo i {
  font-size: 1.85rem;
  color: #503E9D;
}
.card-estadistica--img {
  width: 5.5rem;
  height: 5.5rem;
}
.card-estadistica--img img {
  width: 100%;
  object-fit: contain;
}
.card-estadistica .estadistica {
  flex: 1;
  padding-left: 1rem;
}
.card-estadistica .estadistica--texto {
  color: #b3b3b3;
  font-weight: 500;
  line-height: 16px;
  font-size: 0.9rem;
}
.card-estadistica .estadistica--dato {
  color: #503E9D;
  font-size: 1.35rem;
}
.card-estadistica--congratulation {
  position: absolute;
  right: 0;
}

.tabla-estadistica {
  width: 50%;
}
.tabla-estadistica td {
  width: 50%;
}

.video-participante--botones {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.video-participante--botones .btn {
  width: 20%;
}
@media (max-width: 999px) {
  .video-participante--botones .btn {
    width: 100%;
    margin-bottom: 1rem;
    margin-inline: 15%;
  }
}
@media (max-width: 999px) {
  .video-participante--botones {
    margin-bottom: 1rem;
  }
}
.video-participante.grabacion .video {
  height: 70vh;
}
.video-participante .video {
  width: 100%;
  height: 60vh;
}
.video-participante .video-notas {
  padding-right: 0;
}
@media (min-width: 999px) {
  .video-participante .video-notas {
    padding-left: 2.5rem;
  }
}
.video-participante .video-notas--container {
  height: 60vh;
  overflow: auto;
  overflow-x: hidden;
}
.video-participante .video-notas--container .nota {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.video-participante .video-notas--container .nota--icon {
  width: 3rem;
  height: 3rem;
  background-color: #FB6D3A;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F5F5F5;
  font-size: 1.35rem;
  overflow: hidden;
  padding: 0.35rem;
}
.video-participante .video-notas--container .nota--icon .img-autor {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-participante .video-notas--container .nota--texto {
  flex: 1;
  padding-left: 1rem;
}
.video-participante .video-notas--container .nota--texto .tiempo {
  font-weight: 600;
  color: #b3b3b3;
  line-height: 20px;
}
.video-participante .video-notas--container .nota--texto .anotacion {
  color: #b3b3b3;
  line-height: 18px;
  font-weight: 500;
  font-size: 0.85rem;
}
.video-participante .video-notas--container .nota--button {
  position: absolute;
  right: 0;
  top: 1.15rem;
  color: #181B1A;
  background: none;
  border: none;
  outline: none;
}
.video-participante .video-notas--container .nota--respuesta {
  width: 100%;
  margin-top: 1rem;
  height: 4rem;
  overflow: auto;
  overflow-x: hidden;
  background: rgb(255, 255, 255);
  position: relative;
  padding: 1rem;
}
.video-participante .video-notas--container .nota--respuesta p {
  position: absolute;
  top: 0.15rem;
}
.video-participante .video-notas--container .nota--respuesta img {
  padding: 0.15rem;
  height: 1.5rem;
  width: 1.5rem;
  object-fit: cover;
}
.video-participante .video-notas--container .nota--respuesta .respuesta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0.15rem;
  color: #FB6D3A;
  background: none;
  outline: none;
  border: none;
}
.video-participante .nota-modal .modal-body {
  padding-inline: 5rem;
}
.video-participante .nota-modal .modal-body .custom-input textarea {
  height: 5rem;
}

.evaluacion-final .custom-input textarea {
  height: 10rem;
}
.evaluacion-final--buttons .btn {
  width: 25%;
  border-radius: 0.75rem;
}

.modal-evaluacion-practicante--buttons .btn {
  width: 25%;
}

.progreso--texto h2 {
  font-size: 0.9rem;
  line-height: 18px;
}

.progreso-bar {
  display: flex;
  justify-content: space-between;
}
.progreso-bar--container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progreso-bar--container:nth-child(odd) .bar {
  background-color: #FFFFFF;
}
.progreso-bar--container:nth-child(odd) .bar .bar-bg {
  background-color: #2B3674;
}
.progreso-bar--container:nth-child(even) .bar {
  background-color: rgb(210, 210, 210);
}
.progreso-bar--container:nth-child(even) .bar .bar-bg {
  background-color: #FB6D3A;
}
.progreso-bar--container .bar {
  height: 10rem;
  width: 1.85rem;
  position: relative;
}
.progreso-bar--container .bar .bar-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
}

.accordion.etapas-curso .accordion-item--top-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.accordion.etapas-curso .accordion-item .accordion-header .accordion-button {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #FFFFFF;
}
.accordion.etapas-curso .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #FFFFFF;
}
.accordion.etapas-curso .accordion-item .accordion-collapse .accordion-body {
  font-size: 0.9rem;
}
.accordion.etapas-curso .accordion-item .accordion-collapse .accordion-body--link {
  width: fit-content;
}
.accordion.etapas-curso .etapas-curso--botones {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .accordion.etapas-curso .etapas-curso--botones--element {
    width: 100% !important;
    padding: 0 1rem !important;
    margin-bottom: 1rem;
    height: 3rem !important;
  }
}

.modal-enviar-evaluacion--buttons .btn {
  width: 30%;
}
@media (max-width: 999px) {
  .modal-enviar-evaluacion--buttons {
    flex-wrap: wrap;
  }
  .modal-enviar-evaluacion--buttons .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.modal-enviar-evaluacion .modal-body--texto {
  padding-inline: 5rem;
}

.modal-login .modal-content {
  border-radius: 1rem;
}
.modal-login--mail .success-icon {
  display: none;
}
.modal-login--mail.animate .success-icon {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.modal-login--mail.animate .success-icon .icon {
  font-size: 5rem !important;
  color: #503E9D;
}
.modal-login--mail.animate .custom-input, .modal-login--mail.animate button {
  display: none;
}

.alert-message.top {
  position: absolute;
  top: 1rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.eliminar-curso .botones-eliminar {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.tabla-cursos-container button[aria-expanded=true] i {
  transition: all linear 0.3s;
  transform: rotateX(179deg);
}
.tabla-cursos-container .table th, .tabla-cursos-container .table td {
  font-size: 0.85rem;
}

.practicante-curso .curso-info--img img {
  height: 15rem;
}

.upload-image--button {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
  font-size: 0.9rem;
  outline: none;
  border: none;
  background-color: #503E9D;
}
.upload-image--button:hover {
  background-color: #503E9D;
}
.upload-image--button i {
  padding-right: 0.5rem;
}
.upload-image-container .image-card {
  width: 5rem;
  height: 5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(123, 123, 123);
  position: relative;
}
.upload-image-container .image-card .image-actions {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: rgba(118, 118, 118, 0.65);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}
.upload-image-container .image-card .image-actions button {
  color: #FFFFFF;
  background: none;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
}
.upload-image-container .image-card .image-actions--remove {
  color: #FFFFFF;
}
.upload-image-container .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.upload-image-container .image-card:hover .image-actions {
  display: block;
}

.modal-open-image .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-open-image .modal-body img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.perfil {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.perfil-izquierda {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.perfil-izquierda .image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.perfil-izquierda .image-container:hover .imagen-perfil, .perfil-izquierda .image-container:hover .image-container--edit {
  transform: scale(1.25);
  cursor: pointer;
}
.perfil-izquierda .image-container:hover .image-container--edit {
  right: 1rem;
}
.perfil-izquierda .image-container .imagen-perfil {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.perfil-izquierda .image-container--edit {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
  border: none;
  outline: none;
}
.perfil-izquierda p {
  padding-right: 25px;
}

.botones-acciones {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.progress-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.35rem;
  height: 5.35rem;
}
.progress-bar--bg {
  position: absolute;
  margin: 0.25rem;
  width: 5rem;
  height: 5rem;
  border: 3px solid #b3b3b3;
  border-radius: 50%;
  z-index: 0;
}
.progress-bar .progress-bar-content {
  width: 5.35rem;
  height: 5.35rem;
  border-radius: 50%;
  z-index: 1;
}
.progress-bar .progress-bar-text {
  position: absolute;
  color: #181B1A;
  font-size: 2rem;
  font-weight: 600;
  z-index: 1;
}

.visual-invitacion {
  padding-top: 10rem !important;
}
.visual-invitacion .invitacion--acciones form.curso {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.visual-invitacion .invitacion--acciones form .custom-input label {
  font-size: 1rem !important;
}

.email-container {
  background: #FFFFFF;
  border-radius: 0.5rem;
  display: flex;
  padding-inline: 0.5rem;
  width: 100%;
  flex-wrap: wrap;
}
.email-container .email {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-block: 0.5rem;
  padding-inline: 0.35rem;
}
.email-container .email p {
  padding-block: 0.25rem;
  background: rgba(190, 177, 212, 0.75);
  border-radius: 1rem;
  padding-inline: 0.3rem;
}
.email-container .email button {
  display: none;
  transition: all linear 0.3s;
}
.email-container .email:hover button {
  position: absolute;
  display: block;
  width: 100%;
  height: fit-content;
  padding-block: 0.25rem;
  background: #E51D1D;
  color: #FFFFFF;
  border-radius: 1rem;
  outline: none;
  border: none;
}

.collapse-cursos .btn {
  position: relative;
}
.collapse-cursos .btn i {
  position: absolute;
  right: 1rem;
}
.collapse-cursos .collapse .dropdown-item {
  display: flex;
  align-items: center;
}
.collapse-cursos .collapse .dropdown-item:hover {
  cursor: pointer;
}

.table-admin {
  margin-top: 1.5rem;
}
.table-admin tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-admin tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}

.buscador-participantes-modal .search {
  position: relative;
  margin-bottom: 7rem !important;
}
.buscador-participantes-modal .search--bar {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  border: 1.5px solid #503E9D;
  overflow: hidden;
  padding: 0.25rem;
  margin-bottom: 0.15rem;
}
.buscador-participantes-modal .search--bar input {
  width: 100%;
  border: none;
  outline: none;
  padding-left: 2.5rem;
  padding-right: 0.5rem;
}
.buscador-participantes-modal .search--bar .search-button {
  display: flex;
  position: absolute;
  left: 0.25rem;
  background: none;
  outline: none;
  border: none;
  font-size: 1.5rem;
}
.buscador-participantes-modal .search--bar .btn {
  padding-block: 0.25rem;
}
.buscador-participantes-modal .search--resultados {
  display: flex;
  width: 100%;
  position: absolute;
  flex-direction: column;
  flex-wrap: initial;
  overflow: auto;
  overflow-x: hidden;
  bottom: -7.25rem;
  height: 7rem;
}
.buscador-participantes-modal .search--resultados table tr td {
  padding-block: 0;
}
.buscador-participantes-modal .search .email {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-block: 0.15rem !important;
  width: 100%;
  height: fit-content;
  background-color: #FFFFFF;
  font-weight: 600;
  color: #503E9D;
  border: 1.5px solid #503E9D;
  border-radius: 0.3rem;
  outline: none;
  margin-bottom: 0.3rem;
}

#spinner-float {
  width: 8rem;
  height: 8rem;
  background-color: #503E9D;
  position: fixed;
  top: calc(50% - 4rem);
  left: 50%;
  z-index: 1000;
}

.pagination .page-item {
  height: 40px;
}
.pagination .page-item .page-link {
  height: 100%;
  color: #2B3674;
  font-weight: 300;
}

.video-container .video-js {
  border-radius: 1rem !important;
}

@media (orientation: landscape) {
  #offcanvasMenu .logo {
    display: none;
  }
}

.tabla-practicantes .descartado td {
  color: grey;
}

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