.navbar-brand {
  width: 50vw;
  max-width: 200px;
}

.main p.lead {
  line-height: 1.3;
}

.pane-shadow {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
    0 13px 24px -11px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 1.5rem;
  background: #fafafa;
}

/*
.temario-bg {
  background-image: url("../img/edition-sm.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
*/
.page-header-curso {
  height: 70vh;
  overflow: hidden;
}

.presentacion p {
  line-height: 1.4;
}

.direccion {
  margin: 4rem 0;
  border-radius: 5px;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .pane-shadow {
    padding: 2rem 3rem;
  }
}

.inicio {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  grid-template-rows: 70vh 30vh;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo logo" ". cursos";
}

/*** INDEX  ***/
.logo {
  grid-area: logo;
}
.oferta-academica {
  grid-area: cursos;
  border-left: 2px solid #242424;
  justify-self: start;
  align-self: stretch;
}

.oferta-academica a {
  margin-left: 1.5rem;
  padding: 1rem 1.5rem;
  color: #242424;
  transition: all 0.3s;
}

.oferta-academica a:hover {
  color: white;

  background-color: #7b1fa2;
}

/** REGISTRO **/
.togglebutton label input[type="checkbox"]:checked + .toggle {
  background-color: rgba(74, 170, 78, 0.7);
}
.togglebutton label input[type="checkbox"]:checked + .toggle:after {
  border-color: rgb(74, 170, 78);
}

.avatar {
  width: 150px;
  margin: auto;
}

.tab-pane {
  min-height: 22rem;
  overflow-y: auto;
}
.profile {
  margin-top: 3rem;
}

footer ul {
  display: flex;
  flex-direction: column;
}
footer ul li a {
  padding: 0 0 0.5rem;
}

.dip_sombra {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
