html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 280px; /* Margin bottom by footer height */
}

main {
  min-height: calc(100vh - 340px);
  max-width: 1920px;
  margin: 0 auto;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 280px;
  line-height: 60px;
}

.container {
  max-width: 960px;
}

.logo {
  height: 36px;
  vertical-align: middle;
}
.bi {
  fill: currentColor;
}

.text-muted {
  opacity: 0.75;
  color: inherit !important;
}

[data-bs-theme="light"] .img-light {
  display: none;
}
[data-bs-theme="dark"] .img-dark {
  display: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.5); /* ajusta o contraste da imagem */
}

.carousel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25); /* o “fade” branco */
}

.carousel-item {
  height: calc(100vh - 57px);
  min-height: 500px;
  max-height: 1080px;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

[data-bs-theme="dark"] .carousel-caption {
  color: var(--bs-white-rgb);
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

.showcase-img {
  width: 100%;
  height: 300px;
  border-radius: 21px 21px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.showcase-img {
  position: relative;
}

.showcase-img::after {
  content: "Imagem ilustrativa.";
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  z-index: 20;
  pointer-events: none;
  white-space: nowrap;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
  }
}

/*
 * Dummy devices on contact section
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: var(--bs-tertiary);
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: var(--bs-secondary);
}


a, a * {
 text-decoration: none;
}

textarea {
  resize: none;
}

@media (min-width: 768px) {
}

.btn-bd-primary {
  --bd-violet-bg: #f5931d;
  --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: #db8926;
  --bs-btn-hover-border-color: #db8926;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #da851d;
  --bs-btn-active-border-color: #da851d;
}
.bd-mode-toggle {
  z-index: 1500;
}
.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
