@charset "UTF-8";
/* CSS Document */
body {
  background: #002a4f;
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

.section {
  padding: 60px 0;
	opacity: 0.8;
}

.hero {
  min-height: 100vh;
  position: relative;
}
.hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}
.hero-content {
  position: relative;
  z-index: 3;
}
.label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .6;
}
.text-soft {
  color: #aaa;
}
.block {
  margin-bottom: 40px;
}
.img-box img {
  width: 100%;
  transition: .4s ease;
}
.img-box:hover img {
  transform: scale(1.03);
}
.big-number {
  font-size: 45px;
  font-weight: 500;
}
.spacer {
  height: 80px;
}
/* Navbar inicial (sobre o vídeo) */
#mainNav {
  background: transparent;
  transition: all 0.3s ease;
}
/* Quando rolar */
#mainNav.scrolled {
/*  background: rgba(35, 174, 255, 0.55);*/
  backdrop-filter: blur(20.5px);
}
/* Links */
.navbar-nav .nav-link {
  color: #fff;
  letter-spacing: 1px;
}
.navbar-nav .nav-link:hover {
  color: #FFB300;
	border-bottom: 2px solid;
}
.navbar-nav .nav-link.active {
  color: #FFB300;
	border-bottom: 2px solid;
}
/* Camada escura */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07), rgb(0, 44, 73));
	border-bottom-color: rgb(0, 44, 73) 1px solid;
  z-index: 2;
}
.hero-video {
  position: absolute;
  top: 43%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  filter: brightness(0.7) blur(2px) contrast(1.1) saturate(0.9);
  object-fit: cover;
  z-index: 1;
}

.hero .text-soft,
.hero .block p {
  font-size: clamp(0.9rem, 2.8vw, 1rem);
}

.section-eyebrow {
  /* Chapéu */ 
    font-size: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #999;
      display: inline-block; /* garante que o tamanho siga o conteúdo */
      width: fit-content; /* reforço moderno (opcional, mas elegante) */
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 5px;
      text-transform: uppercase;
      padding: 3px 8px;
      color: #d00000;
      border: 1px solid #d00000;
      background: transparent;
    }
    .section-eyebrow {
      border-color: #23AEFF;
      color: #23AEFF;
    }

.bege {
	color: #CFB367;
}
.azul {
	color: #23AEFF;
}
.text-shadow {
	text-shadow: 2px 2px 10px rgba(0,0,0,0.89);
}

.impact-card {
	border: 2px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  transition: 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-5px);
  border: 2px solid rgba(255,255,255,0.2);
}
.amarelo-escuro {
	color: #FFB300;
}

.logo-brand {
	height: clamp(43px, 11.5vw, 36px);
	width: auto;
}


/*efeito de fade no formulário*/
.fade-out {
    opacity: 0;
    transition: opacity 1.5s ease;
}


.titulo-principal {
	font-size: clamp(2rem, 5vw, 4rem);
	  line-height: 1;
}

.subtitulo {
	font-size: 0.65em;
}

.lead {
	font-size: clamp(1.2rem, 3.2vw, 1.65rem);
	line-height: 1.3;
}

.border-close {
	border: solid 2px #000000;
}

.btn-close-fixed {
 position: fixed;
  top: 40px;
  right: calc((100vw - 1140px) / 3 + 20px);
  z-index: 1080;
}

a {
  color: #FFB300;
}

a,
a:visited {
  color: #FFB300;
}

a:hover {
  color: #ffffff;
}

@media (max-width: 37.5em) {
	.section-eyebrow {
		font-size: 0.65rem;
	}
	 .modal-header {
    padding: 0.5rem 1rem !important;
  }
/* Navbar inicial (sobre o vídeo) */
#mainNav {
  background: transparent;
  transition: all 0.3s ease;
}
/* Quando rolar */
#mainNav.scrolled {
/*  background: rgba(35, 174, 255, 0.55);*/
  backdrop-filter: blur(20.5px);
}	
  .hero {
    height: auto;
    padding: 6rem 0 3rem;
  }
  .hero-video {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .border-close {
    right: 20px;
  }	
.modal h1 {
    font-size: 1.6rem;
  }	
	
.lead2 {
	font-size: 1em;
	line-height: 1.5em;
	}
	
}

