/* ===== Reset básico ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'GothamNarrow', sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: inherit;
  overflow: hidden;
  height:100%;
}

/* ===== Video Intro ===== */
#introVideo {
      position: fixed;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 1s ease-in-out;
      z-index: 9999;
    }

    /* vídeo reduzido no canto */
    #introVideo.small {
      width: 10px;
      height: 10px;
      top: 50px;
      left: 200px;
      object-fit: contain;
      opacity: 0; /* fica transparente */
      z-index: 100;
    }

/* ===== Navbar ===== */
.navbar {
  background-color: #0d47a1 !important; /* Azul padrão */
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 15px;
  transition: 0.3s;
}

.navbar .nav-link:hover {
  color: #ffeb3b !important; /* Amarelo destaque */
}

.navbar-brand strong {
  font-size: 20px;
}

/* ===== Carousel ===== */
.carousel-item img {
  height: 500px; /* ajusta altura */
  object-fit: cover;
}

.carousel-caption {
  bottom: 20%;
  max-width: 500px;
}

.carousel-caption h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #0d47a1;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
}

/* ===== Conteúdo geral ===== */
.container {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ===== Section Riscos ===== */
.dados-riscos {
  background: url(images/blindar-about.png) no-repeat;
  background-position: left bottom;
}

.dados-riscos .titulo-riscos {
  color: #0e4a8f;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}

.dados-riscos p {
  font-size: 16px;
  color: #333;
}

.card-box {
  background: #0d47a1;
  color: #fff;
  padding: 50px 20px;
  border-radius: 6px;
  transition: 0.3s;
}

.card-box h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-box p {
  color:#fff;
  margin: 0;
  font-size: 15px !important;
}

/* ===== Section CTA ===== */
.cta-blindar {
  background: url("images/bg-cta.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-blindar h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.4;
}

.btn-cta {
  background: #0d47a1;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
}

.btn-cta:hover {
  background: #08306b;
  color: #ffeb3b;
}


/* ===== Section Metodologia ===== */
.metodologia {
  background: linear-gradient(180deg, #2f5597, #3f73c4);
  color: #fff;
  padding-top: 10px;
  position: relative;
}

.metodologia .titulo-metodologia {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.metodologia .desc-metodologia {
  margin: 0 auto 40px auto;
  font-size: 15px;
  line-height: 1.6;
}

.metodologia .diagrama img {
  max-width: 100%;
  height: auto;
}


/* ===== Section Benefícios ===== */
.beneficios {
  background: #fff;
}

.beneficios::before {
    content:"";
    width: 2px;
    height: 80%;
    position: absolute;
    left: 50%;
    background-color: #edf1f7;
}

.beneficios h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0d47a1;
  margin-bottom: 5px;
}

.beneficios h4 {
  font-size: 28px;
  font-weight: 400;
  color: #0d47a1;
  margin-bottom: 30px;
}

.beneficios .col-4 {
  width: 25.333333%;
}

.beneficios img {
  max-width: 100%;
  margin-bottom: 10px;
}

.beneficios p {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

/* ===== Section Blog ===== */
.blog-section {
  background: #f4f8fc;
  padding-top:10px;
}

.blog-section .subtitulo {
  font-size: 15px;
  font-weight: bold;
  color: #0d47a1;
  margin-bottom: 5px;
}

.blog-section .titulo {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}

.blog-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: left;
}

.blog-card img {
  max-height: 200px;
  object-fit: cover;
}

.blog-card .card-title {
  font-weight: 700;
  font-size: 18px;
  color: #0d47a1;
}

.blog-card .card-text {
  font-size: 14px;
  color: #444;
}


/* ===== Rodapé ===== */
.rodape {
  background: #0d47a1;
  color: #fff;
  margin-top: 50px;
}

.rodape-top {
  background: #08306b;
  padding: 40px 20px;
}

.rodape-top h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.btn-associe {
  border: 1px solid #fff;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-associe:hover {
  background: #fff;
  color: #0d47a1;
}

.rodape-main {
  padding: 40px 20px;
}

.rodape-main h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rodape-main p {
  font-size: 14px;
  margin: 0;
}

.logo-rodape {
  max-width: 200px;
}

.newsletter h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

.newsletter-form input {
  padding: 10px;
  margin: 5px 5px 5px 0;
  border: none;
  border-radius: 4px;
  min-width: 180px;
}

.newsletter-form button {
  background: #fff;
  color: #0d47a1;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #ffeb3b;
  color: #0d47a1;
}

.rodape-bottom {
  background: #08306b;
  padding: 20px;
  font-size: 13px;
}



/* ===== Topo da página Equipe ===== */
.equipe-topo {
  background: url("images/bg-equipe.jpg") no-repeat center center;
  background-size: cover;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipe-topo .subtitulo {
  font-size: 15px;
  font-weight: bold;
  color: #0d47a1;
  display: block;
  margin-bottom: 10px;
}

.equipe-topo .titulo {
  font-size: 28px;
  font-weight: 400;
  color: #0d47a1;
  margin: 0;
}


/* ===== Section Nossa Equipe ===== */
.nossa-equipe {
  background: #fff;
  padding: 80px 0;
  color: #0d47a1;
}

.nossa-equipe h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.nossa-equipe p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-equipe {
  background: #0d47a1;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-equipe:hover {
  background: #08306b;
  color: #ffeb3b;
}


/* ===== Section Produtos ===== */
.produtos {
  background: #fff;
  padding: 80px 0;
}

.produtos h3 {
  font-size: 28px;
  font-weight: 400;
  color: #0d47a1;
  margin-bottom: 20px;
}

.produtos h4 {
  font-size: 16px;
  font-weight: bold;
  color: #646b73;
  margin-top: 20px;
  margin-bottom: 10px;
}

.lista-produtos {
  list-style: none;
  padding: 0;
}

.lista-produtos li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.lista-produtos li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #0d47a1;
}


/* ===== Blog Lista ===== */
.blog-lista {
  background: #fff;
  padding: 60px 0;
}

.post-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.post-thumb {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.post-content {
  flex: 1;
}

.post-title {
  font-size: 18px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 5px;
}

.post-excerpt {
  font-size: 14px;
  color: #444;
}

.post-date {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #777;
}

/* Sidebar */
.sidebar-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 15px;
}

.sidebar-box ul li {
  margin-bottom: 8px;
}

.sidebar-box ul li a {
  color: #333;
  text-decoration: none;
}

.sidebar-box ul li a:hover {
  color: #0d47a1;
}

/* Paginação */
.pagination .page-link {
  color: #0d47a1;
}

.pagination .active {
  background: #0d47a1;
  color: #fff !important;
  border: none;
}


/* ===== Section Contato ===== */
.contato {
  padding: 60px 0;
  background: #fff;
}

.form-contato {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.form-contato input,
.form-contato textarea {
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #0d47a1;
  border-radius: 4px;
  font-size: 14px;
}

.form-contato button {
  background: #0d47a1;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.form-contato button:hover {
  background: #08306b;
}


/* ===== Section Login ===== */
.login {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  min-height: 100vh;
}

.login-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.login-box h2 {
  margin-bottom: 25px;
  color: #0d47a1;
}

.form-login {
  display: flex;
  flex-direction: column;
}

.form-login input {
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #0d47a1;
  border-radius: 4px;
  font-size: 14px;
}

.form-login button {
  background: #0d47a1;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.form-login button:hover {
  background: #08306b;
}

.login-info {
  margin-top: 15px;
  font-size: 14px;
}

.login-info a {
  color: #0d47a1;
  text-decoration: none;
}
.login-info a:hover {
  text-decoration: underline;
}
