body {
    background:url(../img/profesiones.png) no-repeat bottom right fixed,url(../img/bg_app.png) repeat bottom right !important;
}
#app {
    height:100vh;

}
#app thead {
    background: #fff;
  }
.table-striped-columns > :not(caption) > tr > :nth-child(2n), .table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    background:#5b5b5b;
    color:#fff!important;
  }
.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
    background:#000;
    color:#fff !important;
  }
  .card-title {
    background: #000;
    color: #fff;
    padding: 5px;
  }
  .card-body {
    text-align: center;
  }
  .card-text {
    display: grid;
    background: #000000b2;
    margin: 0 auto;
      margin-bottom: 0px;
    margin-bottom: 0px;
    height: 100px;
    padding: 20px;
    color: #fff;
    align-content: center;
    font-size: 20px;
    font-weight: bold;
  }
  .selectorVista {
    width:25%;
    margin:0 auto;
  }
  @media(max-width:992px) {
    .selectorVista {
     width:80%;

   }
 }
  .vistaTabla {
    text-align: center;
    margin:0 auto;
    width: 80%;
   }
  @media(max-width:1200px) {
    .vistaTabla {
     width:100%;
    }
   }
   .input-group {
    align-items: center;
    margin: 0px auto 10px;

  }
   p.mx-auto{
    font-weight: bold;
    margin-top: 20px;
  }
  .btn-secondary, .btn-primary {
    margin: 20px;
    border-radius: 20px !important;
  }
  nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin: 0 10px;
  }
  .home.container, .CursosView.container, .ItinerarioView.container {
    background: #ffffff57;
    padding-top: 50px;
    min-height: 80vh;
    text-align: center;
  }
  nav a.router-link-exact-active {
    color: #2c2b2b;
    font-weight: 700;
    background: #fff;
    padding: 3px;
  }
  .btn-outline-light {
    border: none !important;
    background:url(../img/logout_icon.png) no-repeat center left ;
    padding-top:2px!important;
    background-size: 20px;
    padding-left: 25px !important;
  }
  .btn-outline-light:hover{
    border: none !important;
    background:url(../img/logout_icon.png) no-repeat center left  #2c2b2b !important;
    padding-top:2px!important;
    background-size: 20px !important;
    padding-left: 25px !important;
    color:#fff!important;
  }
  .textoBienvenidaHome, .textoBienvenidaVista {
    font-size: clamp(1.5rem, 8vw - 2rem, 3rem);
    text-align: center;
    font-family: "Montserrat";
    font-weight: 700;
    min-height: 0vh;
    text-align: center;
    margin: 32px;
    line-height: 1.2;
    background: rgb(2, 0, 36) linear-gradient(90deg, rgb(17, 21, 13) 0%, rgb(23, 108, 60) 57%, rgb(0, 102, 0) 100%) padding-box text;
  }
  .textoBienvenidaVista {
    font-size: clamp(0.5rem, 5vw - 1rem, 2rem);
  }

  .textoDescriptivoHome {
    display: inline-block;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    margin: 10px auto;
  }
  .textoHome2 {
    background: #060;
    color: #fff;
    font-size: 1.1em;
  }
  .destacado {
    font-weight:700;
  }
  .textoDescriptivoVista.textoVista2 {
    font-weight: bold;
  }
  .modalCodigo {
    font-weight: bold;
    font-size: 1.2em;
  }
