/*BUSCADORES Cursos, noticias y ofertas académicas Hidrogeno*/
h1::after{
  display: none;
}
#seccion_cursos .card{
  border: 2px solid var(--global-paleta1);
  border-radius: 15px;
}
.highlight {
  background-color: yellow;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rounded-4{
  border-radius: 1rem!important;
}
.rounded-5{
  border-radius: 2rem!important;
}
.btn{
  transition: 0.6s;
}
.btn:hover {
  transform: scale(1.03);
  box-shadow: 0px 12px 5px -6px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 12px 5px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 12px 5px -6px rgba(0,0,0,0.75);
}
/*NUEVO*/
@media (min-width: 768px) {
  .bd-layout {
      display:grid;
      gap: 1rem;
      grid-template-areas: "sidebar main";
      grid-template-columns: 1fr 4fr
  }
}

@media (min-width: 992px) {
  .bd-layout {
      grid-template-columns: 1fr 4fr
  }
}

.bd-sidebar-toggle {
  color: #6c757d;
}

.bd-sidebar-toggle:hover,.bd-sidebar-toggle:focus {
  color: #7952b3
}

.bd-sidebar-toggle:focus {
  box-shadow: 0 0 0 3px rgba(121,82,179,0.25)
}

.bd-sidebar-toggle .bi-collapse {
  display: none
}

.bd-sidebar-toggle:not(.collapsed) .bi-expand {
  display: none
}

.bd-sidebar-toggle:not(.collapsed) .bi-collapse {
  display: inline-block
}
@media (max-width: 767.98px) {
  .bd-sidebar {
      margin:0 -.75rem 1rem
  }
}
.bd-sidebar {
  grid-area: sidebar;
  background-color: #e7f0fe;
}
.bd-links {
  overflow: auto;
  font-weight: 600
}

@media (min-width: 768px) {
  .bd-links {
      position:-webkit-sticky;
      position: sticky;
      top: 5rem;
      display: block !important;
      height: calc(90vh - 2rem);
      padding-left: .25rem;
      margin-left: -.25rem;
      overflow-y: auto;
      overflow-x: hidden;
  }
}

@media (max-width: 767.98px) {
  .bd-links>ul {
      padding:1.5rem .75rem;
      background-color: #f8f9fa;
      border-bottom: 1px solid #e9ecef
  }
}

.bd-links a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  color: rgba(0,0,0,0.65);
  text-decoration: none
}

.bd-links a:hover,.bd-links a:focus {
  color: rgba(0,0,0,0.85);
  background-color: rgba(121,82,179,0.1)
}

.bd-links .btn {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0,0,0,0.65);
  background-color: transparent;
  border: 0
}

.bd-links .btn:hover,.bd-links .btn:focus {
  color: rgba(0,0,0,0.85);
  background-color: rgba(121,82,179,0.1)
}

.bd-links .btn:focus {
  box-shadow: 0 0 0 1px rgba(121,82,179,0.7)
}

.bd-links .btn::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: .5em 50%
}

@media (prefers-reduced-motion: reduce) {
  .bd-links .btn::before {
      transition: none
  }
}

.bd-links .btn[aria-expanded="true"] {
  color: rgba(0,0,0,0.85)
}

.bd-links .btn[aria-expanded="true"]::before {
  transform: rotate(90deg)
}

.bd-links .active {
  font-weight: 600;
  color: rgba(0,0,0,0.85)
}
.bd-main {
  grid-area: main
}

@media (min-width: 768px) {
  .bd-main {
      display:grid;
      gap: inherit;
      grid-template-areas: "intro" "toc" "content";
      grid-template-rows: auto auto 1fr
  }
}

@media (min-width: 992px) {
  .bd-main {
      grid-template-areas:"intro   toc" "content toc";
      grid-template-rows: auto 1fr
  }
}
.bd-content>h2:not(:first-child) {
  margin-top: 3rem
}

.bd-content>h3 {
  margin-top: 2rem
}

.bd-content>ul li,.bd-content>ol li {
  margin-bottom: .25rem
}

.bd-content>ul li>p~ul,.bd-content>ol li>p~ul {
  margin-top: -.5rem;
  margin-bottom: 1rem
}

.bd-content>.table {
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem
}

@media (max-width: 991.98px) {
  .bd-content>.table {
      display:block;
      overflow-x: auto
  }

  .bd-content>.table.table-bordered {
      border: 0
  }
}

.bd-content>.table th:first-child,.bd-content>.table td:first-child {
  padding-left: 0
}

.bd-content>.table th:not(:last-child),.bd-content>.table td:not(:last-child) {
  padding-right: 1.5rem
}

.bd-content>.table td:first-child>code {
  white-space: nowrap
}
.bd-content {
  grid-area: content;
  min-width: 1px
}