/* ── Navbar ── */
  .navbar-brand span {
    color: #0d6efd;
  }

  /* ── Carousel ── */
  .carousel-item {
    height: 600px;
  }

  .carousel-item .slide-bg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .slide-1 {
    /*background: linear-gradient(145deg, #0b0f1a 0%, #0d3a6e 50%, #0d6efd 100%); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../assets/images/ban01.png');
    background-size: cover;
    background-position: center;
  }

  .slide-2 {
    /*background: linear-gradient(145deg, #0b0f1a 0%, #0d3a6e 50%, #0d6efd 100%); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../assets/images/ban02.png');
    background-size: cover;
    background-position: center;
  }

  .slide-3 {
    /*background: linear-gradient(145deg, #0b1a12 0%, #0d5e30 50%, #20c997 100%); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../assets/images/ban03.png');
    background-size: cover;
    background-position: center;
  }

  .slide-4 {
    /*background: linear-gradient(145deg, #1a0b0b 0%, #6e1010 50%, #dc3545 100%); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../assets/images/ban04.png');
    background-size: cover;
    background-position: center;
  }

  .slide-5 {
    /*background: linear-gradient(145deg, #0e0b1a 0%, #3a1070 50%, #6610f2 100%); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../assets/images/ban05.png');
    background-size: cover;
    background-position: center;
  }

  /* ── Cards ── */
  .card {
    transition: transform .3s, box-shadow .3s;
    background: #dddd
  }

  .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .15);
  }

  .card-icon {
    font-size: 2.8rem;
    margin-bottom: .75rem;
  }

  /* ── Section titles ── */
  .section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
  }

  .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #0d6efd;
    border-radius: 2px;
    margin: .5rem auto 0;
  }

  /* ── Form section ── */
  .form-section {
    background: #f8f9fa;
  }

  /* ── Footer ── */
  footer {
    background: #0d0d1a;
    color: #adb5bd;
  }

  footer a {
    color: #adb5bd;
    text-decoration: none;
  }

  footer a:hover {
    color: #fff;
  }

  footer .footer-brand span {
    color: #0d6efd;
  }

  .footer-divider {
    border-color: #2a2a3d;
  }

  .social-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #2a2a3d;
    color: #adb5bd;
    font-size: 1rem;
    transition: background .2s, color .2s;
  }

  .social-icon:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

    .logo {
      align-items: center;
      text-align: center;
    }

    .carousel-item {
      height: 842px;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow:
      inset 0 0.5em 1.5em #0000001a,
      inset 0 0.125em 0.5em #00000026;
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -0.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .bi {
    width: 1em;
    height: 1em;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

/*
body {
  margin-top: 40px !important;
  background-color: #f0f0f0 !important;
}

h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 35px !important;
  color: #666 !important;
  padding-bottom: 15px !important;
}


h4 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 32px !important;
  color: #888 !important;
  padding-bottom: 30px !important;
}

h5 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 20px !important;
  color: #32679d !important;
  padding-bottom: 25px !important;
}

h6 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 18px !important;
  color: #32679d !important;
  padding-bottom: 20px !important;
}

.text-center-row>th,
.text-center-row>td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  width: 1%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

  /* Optional: sets the width, must be less than 100% */
/*}

.btn {
  width: 100%;
  /* Optional: sets the width, must be less than 100% */
/*}

.QRcode {
  width: 15%;
 
}

@media screen and (max-width: 775px) {

  .largura {
    width: 100%;
  }

  .btn {
    width: 100%;
    /* Optional: sets the width, must be less than 100% */
  /*}

  .QRcode {
    width: 40%;
  }
}

@media screen and (max-width: 720px) {

  h1,
  h4,
  h5 {
    text-align: center;
  }

  .largura {
    width: 100%;
  }

  .btn {
    width: 100%;
    /* Optional: sets the width, must be less than 100% */
  /*}

  .QRcode {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {

  h1,
  h4,
  h5 {
    text-align: center;
  }

  .largura {
    width: 100%;
  }

  .btn {
    width: 100%;
    /* Optional: sets the width, must be less than 100% */
 /* }

  .QRcode {
    width: 40%;
  }
}*/