body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a:not(.offcanvas-body a) {
  text-align: center;
}

@media screen and (max-width: 400px) {
  div > a:not(.nabvar-brand) {
    padding: 0.25rem 0.25rem !important;
  }
}
@media screen and (max-width: 768px) {
  table {
    font-size: 0.75rem;
  }

  #switches {
    bottom: 6%;
    right: -290px !important;
  }
  #switches > div:first-of-type {
    font-size: 0.7rem !important;
    font-weight: 500;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
  }
  #switches > div:first-of-type:hover {
    -webkit-transform: translateX(-275px) !important;
            transform: translateX(-275px) !important;
  }
  #switches > div:nth-of-type(2) {
    font-size: 0.7rem !important;
    font-weight: 500;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  #switches > div:nth-of-type(2):hover {
    -webkit-transform: translateX(-190px) !important;
            transform: translateX(-190px) !important;
  }
  #switches > div:last-of-type {
    font-size: 0.7rem !important;
    font-weight: 500;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  #switches > div:last-of-type img {
    padding: 6px;
    height: 1.7rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  #switches > div:last-of-type:hover {
    -webkit-transform: translateX(-187px) !important;
            transform: translateX(-187px) !important;
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 2rem;
  background-color: #1cb3ca;
}
header .navbar-brand {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navbar-brand img {
  height: 3rem;
}
header .navbar-toggler-icon {
  height: 2rem;
  width: 2rem;
}
header .navbar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .offcanvas-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #1cb3ca;
}
header .offcanvas-start .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
header div {
  width: 100%;
  display: inline-block;
}
header ul {
  display: inline-block !important;
}
header ul li a {
  text-decoration: none;
  color: white;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
header ul li a:hover {
  background-color: rgb(255, 255, 255);
  color: #ff7d1a;
  cursor: pointer;
}
header ul li a i {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
header ul li a:hover i {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
header #btnIniciar {
  text-align: center;
  padding: 1rem;
  background-color: #ff4d00;
  color: white;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border-radius: 0px;
  margin-bottom: 0rem;
}
header #btnIniciar:hover {
  background-color: #ff6727;
}
header .card {
  background-color: transparent;
  padding: 0;
}
header .card ul {
  padding: 0;
}
header .card ul a {
  padding-left: 2rem;
  font-size: 1.1rem;
}
header span {
  color: white;
  font-weight: bold;
  font-size: 2rem;
}
header img {
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  header span {
    color: white;
    font-weight: bold;
    font-size: 1.5rem !important;
  }
}

main {
  position: relative;
}
main .btn {
  padding: 0.3rem 1rem !important;
}
main select {
  cursor: pointer;
}
main .table-wrapper {
  height: 170px;
  overflow-y: scroll;
}
main .table-wrapper table {
  cursor: pointer;
}
main .table-wrapper table thead {
  background-color: #F14810;
  color: white;
  position: sticky;
  top: 0;
  left: 0;
}
main .table-wrapper table td {
  padding: 0rem 1rem !important;
  height: 32px !important;
}
main section:first-of-type {
  padding: 1rem;
}
main section:first-of-type div:first-of-type select {
  text-align: center;
}
main section:first-of-type div:nth-of-type(2) select {
  text-align: center;
}
main section:first-of-type div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main section:nth-of-type(2) {
  background-color: #E9EEF3;
  padding: 1rem;
}
main section:last-of-type {
  padding-left: 1rem;
}
main #switches {
  position: fixed;
  bottom: 6%;
  right: -405px;
}
main #switches div {
  cursor: pointer;
}
main #switches div input {
  cursor: pointer;
}
main #switches div label {
  cursor: pointer;
}
main #switches > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 2px #1cb3ca solid;
  background-color: #1cb3ca;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 0.3rem;
  padding-right: 1rem;
  cursor: pointer;
}
main #switches > div img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 5px;
  height: 2rem;
  margin-right: 1rem;
  background-color: white;
  padding: 5px;
  border-radius: 50px;
  cursor: pointer;
}
main #switches > div:first-of-type {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
}
main #switches > div:first-of-type:hover {
  -webkit-transform: translateX(-390px);
          transform: translateX(-390px);
}
main #switches > div:nth-of-type(2) {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
main #switches > div:nth-of-type(2):hover {
  -webkit-transform: translateX(-265px);
          transform: translateX(-265px);
}
main #switches > div:last-of-type {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
main #switches > div:last-of-type img {
  padding: 6px;
  height: 1.7rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
main #switches > div:last-of-type:hover {
  -webkit-transform: translateX(-265px);
          transform: translateX(-265px);
}

footer {
  height: 6vh;
  background-color: #E9EEF3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px #ff7d1a solid;
}