/* 
 CORES APRESENTACAO
*/

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .text-color-dark-apresentation {
    color: #12071d !important;
}

.bg-color-dark-apresentation {
    background-color: #181823 !important;
}



.text-color-light-apresentation {
    color: #d6bb6f !important;
}

.bg-color-light-apresentation {
    background-color: #d6bb6f !important;
}

.bg-white {
    background-color: #af965936 !important;
    color: #12071d !important;
}

.bg-white-white {
    background-color: #fff !important;
    color: #12071d !important;
}

/* 
    WHATSAPP FIXO
*/

.whatsapp-fixo{
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    transition: transform .15s ease;
  }
  .whatsapp-fixo:hover{ transform: scale(1.06); }
  .whatsapp-fixo svg{ width: 30px; height: 30px; fill: #fff; }

  @keyframes whatsapp-shake {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-1px, 0); }
  40%  { transform: translate(1px, 0); }
  60%  { transform: translate(-1px, 0); }
  80%  { transform: translate(1px, 0); }
  100% { transform: translate(0, 0); }
}

.whatsapp-fixo{
  animation: whatsapp-shake 3.0s ease-in-out infinite;
}

/* pausa a animação quando passa o mouse */
.whatsapp-fixo:hover{
  animation-play-state: paused;
}


/* BANNER */
.banner-swiper { min-height: 100svh; }

.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 100px 0 80px;
}

.banner-swiper .swiper-slide .bg-holder {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.banner-swiper .swiper-slide .bg-holder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(18,7,29,.82) 0%, rgba(24,24,35,.50) 100%);
  z-index: 1;
}

.banner-swiper .swiper-slide > .container {
  position: relative;
  z-index: 2;
}

/* Slide 1: imagem responsiva via CSS */
.banner-slide-1 .bg-holder { background-image: url('../img/banner/Editedimage_1774362483146.png'); }

@media (max-width: 767px) {
  .banner-slide-1 .bg-holder {
    background-image: url('../img/banner/banner_mobile.png');
    background-position: top center;
  }
  .banner-swiper .swiper-slide {
    padding: 80px 0 90px;
    align-items: flex-end;
  }
}

/* Textos do banner */
.banner-title {
  color: #fff !important;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.banner-subtitle {
  color: rgba(255,255,255,.88);
  font-size: clamp(.9rem, 2vw, 1.1rem);
  line-height: 1.65;
  margin-bottom: 1.75rem;
  max-width: 520px;
  text-shadow: 0 1px 6px rgba(0,0,0,.25);
}

/* Paginação */
.banner-pagination { bottom: 24px !important; }
.banner-pagination.swiper-pagination-bullets .swiper-pagination-bullet { background: rgba(255,255,255,.5); opacity: 1; width: 8px; height: 8px; transition: all .3s ease; margin: 0 4px; }
.banner-pagination .swiper-pagination-bullet-active { background: #d6bb6f; width: 24px; border-radius: 4px; }




.form-control:focus:invalid{
  border: 2px solid #dc3545;
}

.form-control:focus:valid{
  border: 2px solid #198754;
}

/* Contato cards */
.contact-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  color: #fff;
  backdrop-filter: blur(6px);
  transition: all .25s ease;
}
.contact-card p { color: rgba(255,255,255,.75); }
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
}

/* Navbar */
.nav-link { color: #ffffff !important; }
.navbar-nav .nav-link.active { color: #fdd428 !important; }

/* Parceiros marquee */
.parceiros-track-wrapper { overflow: hidden; mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent); }
.parceiros-track { display: flex; width: max-content; animation: parceiros-scroll 32s linear infinite; }
.parceiros-track:hover { animation-play-state: paused; }
.parceiros-item { display: flex; align-items: center; justify-content: center; padding: 0 48px; }
.parceiros-item img { max-height: 52px; width: auto; filter: grayscale(100%); opacity: 0.5; transition: filter .35s ease, opacity .35s ease, transform .35s ease; }
.parceiros-item img:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.06); }
@keyframes parceiros-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Depoimentos */
.testimonial-card { background: #fff; border-radius: 14px; padding: 28px 24px; box-shadow: 0 2px 20px rgba(0,0,0,.06); display: flex; flex-direction: column; height: 100%; }
.testimonial-quote { font-size: 4rem; line-height: .75; color: #d6bb6f; font-family: Georgia, serif; opacity: .45; margin-bottom: 4px; }
.testimonial-stars { color: #fdd428; letter-spacing: 3px; font-size: .85rem; margin-bottom: 14px; }
.testimonial-text { flex: 1; color: #555; font-size: .9rem; line-height: 1.8; margin: 0 0 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid #f0f0f0; padding-top: 16px; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: #181823; color: #d6bb6f; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 700; flex-shrink: 0; letter-spacing: .5px; }
.testimonial-name { font-weight: 600; font-size: .88rem; color: #12071d; }
.swiper-button-prev, .swiper-button-next { color: #d4a017; }

/* Blog cards */
.blog-card { border: none; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.08); transition: transform .25s, box-shadow .25s; height: 100%; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.blog-card-img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-img-placeholder { width: 100%; height: 200px; background: linear-gradient(135deg, #1a0a2e 0%, #12071d 100%); display: flex; align-items: center; justify-content: center; }
.blog-card-body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-category { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #d4a017; margin-bottom: .5rem; }
.blog-card-title { font-size: 1.05rem; font-weight: 700; color: #1a1a2e; margin-bottom: .5rem; line-height: 1.4; }
.blog-card-excerpt { font-size: .875rem; color: #666; line-height: 1.6; flex: 1; }
.blog-card-footer { margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; }
.blog-card-date { font-size: .78rem; color: #999; }