#header {
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	z-index: 1000;
}

html:not(.sticky-header-active) #header,
html.sticky-header-active #header {
	transform: none !important;
	top: 0 !important;
}

#header,
#header .header-body,
#header.sticky-header-active,
#header.header-transparent,
#header.header-semi-transparent {
	background-color: #ff8000 !important; /* ou a cor que quiser */
	box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* opcional, mas deixa premium */
}

.hero-projetos {
	height: 60vh !important;
	min-height: 420px;
	padding-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

-----------------------------------------------------------------------------------------------------------------

.carousel-tabs-block {
  padding: 60px 0;
  background: #f5f5f5;
}

/* Tabs */
.tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.tab {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.tab.active {
  background: #ff8000;
  color: #fff;
  border-color: #ff8000;
}

/* Swiper */
.mySwiperTabs {
  width: 100%;
}

.swiper-slide {
  width: 260px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}

/* Imagem */
.slide-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navegação */
.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.carousel-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
}


-----------------------------------------------------------------------

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    width: 100%;
    height: 100%
}

----------------------------------------------------------------------

/* ====== BLOCO HERO (prefixo sfHeroX_) ====== */
.sfHeroX_wrap_project {
  width: 100%;
  background: #eef3ff;
  padding: 80px 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f5f5f5 !important;
}

.sfHeroX_container {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}

/* ====== LEFT ====== */
.sfHeroX_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sfHeroX_title {
  margin: 0;
  font-size: 39px;
  line-height: 1.02;
  letter-spacing: -1.6px;
  color: #0f172a;
  font-weight: 900;
}

.sfHeroX_subtitle {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
  max-width: 520px;
}

/* ====== Buttons ====== */
.sfHeroX_buttons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.sfHeroX_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  white-space: nowrap;
}

.sfHeroX_btn:active {
  transform: translateY(1px);
}

.sfHeroX_btnPrimary {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.25);
}

.sfHeroX_btnPrimary:hover {
  box-shadow: 0 16px 35px rgba(37, 99, 235, 0.33);
  transform: translateY(-1px);
}

.sfHeroX_btnGhost {
  background: rgba(255, 255, 255, 0.55);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.16);
}

.sfHeroX_btnGhost:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
}

/* ====== RIGHT (mosaico) ====== */
.sfHeroX_right {
  display: flex;
  justify-content: center;
}

.sfHeroX_grid {
  position: relative;
  width: min(460px, 100%);
  height: 330px;
}

/* Card base */
.sfHeroX_card {
  position: absolute;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  transform: translateZ(0);
}

.sfHeroX_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.1) contrast(1.05);
}

/* Layout desktop */
.sfHeroX_cardA {
  width: 140px;
  height: 140px;
  left: 0;
  top: 50px;
}

.sfHeroX_cardB {
  width: 120px;
  height: 120px;
  left: 110px;
  top: 135px;
}

.sfHeroX_cardC {
  width: 185px;
  height: 270px;
  left: 210px;
  top: 12px;
  border-radius: 18px;
}

.sfHeroX_cardD {
  width: 145px;
  height: 145px;
  left: 335px;
  top: 30px;
}

.sfHeroX_cardE {
  width: 125px;
  height: 125px;
  left: 345px;
  top: 200px;
}

/* ====== Responsivo (tablet) ====== */
@media (max-width: 900px) {
  .sfHeroX_wrap {
    padding: 60px 0;
  }

  .sfHeroX_container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sfHeroX_right {
    justify-content: flex-start;
  }

  .sfHeroX_grid {
    height: 360px;
  }
}

/* ====== Responsivo (mobile) ====== */
@media (max-width: 480px) {
  .sfHeroX_wrap {
    padding: 52px 0;
  }

  /* Botões lado a lado no mobile */
  .sfHeroX_buttons {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .sfHeroX_btn {
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 0 14px;
  }

  /* Respiro nas laterais do mosaico e evita encostar */
  .sfHeroX_right {
    padding: 0 16px;
    overflow: hidden;
    justify-content: center;
  }

  .sfHeroX_grid {
    width: 100%;
    max-width: 420px;
    height: 380px;
    margin: 0 auto;
  }

  /* Ajuste fino: puxar cards da direita para a esquerda */
  .sfHeroX_cardC {
    left: 185px;
  }

  .sfHeroX_cardD {
    left: 245px;
  }

  .sfHeroX_cardE {
    left: 250px;
  }
}

@media (max-width: 480px) {

  /* respiro real nas laterais */
  .sfHeroX_right {
    padding: 0 18px;
    overflow: hidden;
    justify-content: center;
  }

  /* centraliza e cria espaço em volta */
  .sfHeroX_grid {
    width: 100%;
    max-width: 420px;
    height: 380px;
    margin: 0 auto;

    /* AQUI está a solução */
    transform: scale(0.90);
    transform-origin: top center;
  }

  /* mantém seus ajustes de posição (pode ficar assim) */
  .sfHeroX_cardC { left: 185px; }
  .sfHeroX_cardD { left: 245px; }
  .sfHeroX_cardE { left: 250px; }
}

