
  body, html {background:#101010;}
body, p, .lead {  

   font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;

}

html {
  scroll-behavior: smooth;
}

/* MOBILE */
@media (max-width: 768px) {
  .img-section {
    width: 115%;
    max-width: none;
    margin-left: -7.5%;
  }
}

/* opcional - acabamento */
.img-section {
  border-radius: 12px;
}

.alerta-formulario {
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 14px;
}

.alerta-formulario.alert-success {
  background: #198754;
  color: #fff;
}

.alerta-formulario.alert-danger {
  background: #dc3545;
  color: #fff;
}

input {color: #FFF;}

.lead { line-height:27px; font-size:16px }

 h1, h2, h3, h4. h5, h6  {  

   font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;

}

h2 {  font-weight: 800;}
h1 span {color: #dd0116}
h2 span {color: #dd0116}

.modal-content {
  position: relative;
  overflow: visible;
}

.modal-header {
  position: absolute;
  top: -40px;
  right: -9px;
  z-index: 20;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}

.modal-header .btn-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 1;
}

.lh-1 {font-size:52px}
 
 .text-dark { color:#000 }


      .btn-outline-light { border-radius:30px; padding:5px 20px; margin-bottom:15px; border:1px solid #222222; color:#b1b1b1 }

     
         .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}}.b-example-divider{width:100%;height:3rem;background-color:#0000001a;border:solid rgba(0,0,0,.15);border-width:1px 0;box-shadow:inset 0 .5em 1.5em #0000001a,inset 0 .125em .5em #00000026}.b-example-vr{flex-shrink:0;width:1.5rem;height:100vh}.bi{vertical-align:-.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}
      .bs-body-bg {background:#000;}

.progress {
    height: 8px;
    background-color: #222;
}

.progress-bar {
    background-color: #ff1a1a;
}

.circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: conic-gradient(#ff1a1a 56%, #222 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle::after {
    content: "";
    width: 110px;
    height: 110px;
    background: #101010;
    border-radius: 50%;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.red { background: #ff1a1a; }
.gray { background: #444; }

.bg-danger {
    background: linear-gradient(135deg, #ff0018 0%, #dd0116 60%, #c80012 100%) !important;
}

.form-control {background:#141414}
.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  width: 100%;
}

.track {
  display: flex;
  width: max-content;
}

.row-marquee {
  display: flex;
  gap: 12px;
}

.row-marquee img {
  width: 407px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.marquee-left .track {
  animation: left var(--duration) linear infinite;
}

.marquee-right .track {
  animation: right var(--duration) linear infinite;
}

@keyframes left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero-bg {
  background-image: url('images/bg-desktop.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-bg {
    background-image: url('images/bg-mobile.jpg');
    background-position: center top;
  }
}

@keyframes right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

         .logo-item {
         transition: all 0.3s ease;
         }
         .logo-item:hover {
         background-color: #ff001e;
         border-color: #FFF;
         }
         .logo-item:hover img {
         filter: brightness(0) invert(1);
         }
         .btn-anuncie {
         background-color: #ff0018;
         color: #fff;
         font-weight: bold;
         border-radius: 999px;
         font-size: 16px;     
         padding: 10px 20px;
         border:2px solid #ff0018; 
         }
         .btn-anuncie:hover {
         background-color: #ff0018;
         color: #fff;
          border:2px solid #ff0018;
         }
         .badge {
         margin-top:7px;
         padding: 4px 8px;
         border-radius: 6px;
         }
         .case-img {
         max-width: 100%;
         height: auto;
         }
         @media (max-width: 991.98px) {
         .case-img {
         width: 100%;
         margin-top: 8px;
         }
         }

         /* HOVER */
.btn-anuncie:hover {
  background-color: #ff0018;
  color: #fff;
  border-color: #ff0018;
}

/* CLIQUE (remove azul do Bootstrap) */
.btn-anuncie:focus,
.btn-anuncie:active,
.btn-anuncie:focus:active {
  background-color: #ff0018 !important;
  color: #fff !important;
  border-color: #ff0018 !important;
  box-shadow: none !important; /* remove glow azul */
}

/* Bootstrap também usa essa classe internamente */
.btn-check:focus + .btn-anuncie,
.btn-anuncie:focus-visible {
  box-shadow: none !important;
}

.quem-somos-img {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* DESKTOP */
@media (min-width: 769px) {
  .quem-somos-img {
    max-width: 1100px;   /* controla largura */
    margin: 0 auto;      /* centraliza */
  }

  .quem-somos-img img {
    width: 100%;
    display: block;
    margin-bottom: -100px; /* corte leve na base */
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .quem-somos-img {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .quem-somos-img img {
    width: 110%;
    max-width: none;
    margin-left: -5%;
    display: block;
    margin-bottom: -80px; /* corte mais suave no mobile */
  }
}
