.elementor-15896 .elementor-element.elementor-element-7e8f535{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-15896 .elementor-element.elementor-element-7b9b139{width:100%;max-width:100%;}.elementor-15896 .elementor-element.elementor-element-b4a7a76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15896 .elementor-element.elementor-element-a58307a{width:100%;max-width:100%;}/* Start custom CSS for container, class: .elementor-element-7e8f535 *//* =============================
   TD-MANIFESTO — Blessed Warriors™
   ============================= */
.td-manifesto {
  background-color: #0B1220; /* Azul escuro — fundo principal */
  color: #F8FAFC; /* Texto claro */
  font-family: "Inter", sans-serif;
  padding: 4rem 1.5rem;
  text-align: center;
}

.td-manifesto h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.td-manifesto h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #0EA5E9;
  margin-bottom: 2rem;
}

.td-manifesto p {
  max-width: 720px;
  margin: 0.75rem auto;
  line-height: 1.75;
}

.td-manifesto strong {
  color: #FFFFFF;
  font-weight: 600;
}

.td-manifesto .highlight {
  color: #0EA5E9;
  font-weight: 700;
}

.td-manifesto .quote {
  color: #0EA5E9;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 2rem;
}

.td-manifesto .closing {
  color: #F8FAFC;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-top: 2rem;
  font-size: 1.125rem;
}

/* 🔹 Responsividade */
@media (max-width: 768px) {
  .td-manifesto {
    padding: 3rem 1rem;
  }
  .td-manifesto h1 {
    font-size: 2rem;
  }
  .td-manifesto h2 {
    font-size: 1.1rem;
  }
  .td-manifesto p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b4a7a76 */.elementor-page .elementor-section {
  padding: 0; 
}

/* --- [ SEÇÃO 1: INTRODUÇÃO PESSOAL ] --- */
.td-about-intro-section {
  padding: 100px 25px;
  background-color: #f8f9fa;
}
.td-about-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
.td-about-intro-text h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #111;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.td-about-intro-text .military-badge {
  background: rgba(14, 165, 233, 0.1);
  border: 2px solid #0EA5E9;
  color: #0EA5E9;
  padding: 8px 20px;
  border-radius: 25px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}
.td-about-intro-text p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
}
.td-about-intro-text .highlight-quote {
  background: #F1F5F9;
  padding: 20px;
  border-left: 5px solid #0EA5E9;
  margin: 20px 0;
  font-style: italic;
  font-size: 1.15rem;
  color: #1E293B;
  border-radius: 5px;
}
.td-about-intro-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* --- [ SEÇÃO 2: GALERIA DA JORNADA ] --- */
.td-journey-gallery-section {
  padding: 100px 25px;
  background-color: #ffffff;
  text-align: center;
}
.td-journey-gallery-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #111;
  margin-bottom: 50px;
}
.td-journey-gallery-section .subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #F1F5F;
  max-width: 800px;
  margin: -30px auto 50px;
  line-height: 1.6;
}
.td-journey-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.td-journey-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.8);
  transition: transform 0.3s ease;
}
.td-journey-card:hover {
  transform: translateY(-5px);
}
.td-journey-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.td-journey-card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
  padding: 20px;
  color: #fff;
}
.td-journey-card-overlay h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.td-journey-card-overlay p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.9;
}

/* --- [ SEÇÃO 3: JORNADA (TIMELINE) ] --- */
.td-timeline-section {
  padding: 100px 25px;
  background: #0B1220;
  color: white;
}
.td-timeline-section h2 {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.td-timeline-section .timeline-intro {
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 1.1rem;
  color: #CBD5E1;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.6;
}
.td-timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.td-timeline-container::after {
  content: ''; position: absolute; width: 3px; background-color: #0EA5E9;
  top: 0; bottom: 0; left: 50%; margin-left: -1.5px;
}
.td-timeline-item { padding: 10px 40px; position: relative; width: 50%; }
.td-timeline-item::after {
  content: ''; position: absolute; width: 20px; height: 20px;
  background-color: #0B1220; border: 4px solid #0EA5E9;
  top: 15px; border-radius: 50%; z-index: 1;
}
.td-timeline-left { left: 0; text-align: right; }
.td-timeline-right { left: 50%; text-align: left; }
.td-timeline-left::after { right: -10px; }
.td-timeline-right::after { left: -10px; }
.td-timeline-content { 
  padding: 25px; 
  background: rgba(14, 165, 233, 0.1); 
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 8px; 
}
.td-timeline-year {
  font-family: 'Oswald', sans-serif;
  color: #0EA5E9;
  font-size: 0.9rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.td-timeline-content h3 { 
  font-family: 'Oswald', sans-serif; 
  margin-top: 0; 
  font-weight: 700; 
  color: #fff; 
}
.td-timeline-content p { 
  font-family: 'Inter', sans-serif; 
  color: #CBD5E1; 
  font-size: 1rem; 
  line-height: 1.6;
}

/* --- [ SEÇÃO 4: FILOSOFIA (3 PILARES) ] --- */
.td-philosophy-section {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%); 
  color: #ffffff; 
  padding: 100px 25px; 
  text-align: center;
}
.td-philosophy-section h2 {
  font-family: 'Oswald', sans-serif; 
  font-size: clamp(2rem, 4vw, 3rem); 
  font-weight: 700; 
  margin-bottom: 20px;
}
.td-philosophy-section .philosophy-tagline {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 50px;
  opacity: 0.95;
  letter-spacing: 2px;
}
.td-pillars-grid {
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; 
  max-width: 1100px; 
  margin: 0 auto; 
  text-align: left;
}
.td-pillar-card {
  background-color: rgba(255, 255, 255, 0.1); 
  padding: 30px; 
  border-radius: 8px; 
  border-top: 4px solid #fff;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}
.td-pillar-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}
.td-pillar-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}
.td-pillar-card h3 {
  font-family: 'Oswald', sans-serif; 
  font-size: 1.5rem; 
  font-weight: 700; 
  margin-top: 0; 
  color: #fff;
}
.td-pillar-card p {
  font-family: 'Inter', sans-serif; 
  font-size: 1rem; 
  line-height: 1.7; 
  color: rgba(255, 255, 255, 0.9);
}

/* --- [ SEÇÃO 5: CREDENCIAIS E PROVA DOCUMENTAL ] --- */
.td-credentials-section {
  padding: 100px 25px; 
  background: #ffffff; 
  text-align: center;
}
.td-credentials-section h2 {
  font-family: 'Oswald', sans-serif; 
  font-size: clamp(2rem, 4vw, 3rem); 
  font-weight: 700; 
  margin-bottom: 50px; 
  color: #111;
}
.td-credentials-grid {
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px; 
  max-width: 1100px; 
  margin: 0 auto 50px auto; 
  text-align: left;
}
.td-credential-card { 
  background: #f8f9fa; 
  padding: 25px; 
  border-radius: 8px; 
  border-left: 4px solid #0EA5E9;
}
.td-credential-card h3 { 
  font-family: 'Oswald', sans-serif; 
  color: #0EA5E9; 
  margin: 0 0 15px 0; 
}
.td-credential-card ul { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
}
.td-credential-card li {
  font-family: 'Inter', sans-serif; 
  color: #555; 
  margin-bottom: 8px;
  padding-left: 20px; 
  position: relative;
}
.td-credential-card li::before {
  content: '✓'; 
  position: absolute; 
  left: 0; 
  color: #0EA5E9; 
  font-weight: bold;
}
.td-proof-gallery {
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; 
  max-width: 1100px; 
  margin: 0 auto;
}
.td-proof-item {
  text-align: center;
}
.td-proof-item img {
  width: 100%; 
  height: auto; 
  border-radius: 8px; 
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.td-proof-item p {
  font-family: 'Inter', sans-serif;
  color: #666;
  font-size: 0.9rem;
  font-style: italic;
}

/* --- [ SEÇÃO 6: PROJETO FORÇA INTERIOR ] --- */
.td-mission-purpose-section {
  padding: 100px 25px; 
  background: #111111; 
  color: #fff;
}
.td-mission-purpose-grid {
  display: grid; 
  grid-template-columns: 1fr 1.2fr; 
  align-items: center;
  gap: 60px; 
  max-width: 1100px; 
  margin: 0 auto;
}
.td-mission-purpose-image img {
  width: 100%; 
  height: auto; 
  border-radius: 10px;
  border: 3px solid #0EA5E9;
}
.td-mission-purpose-text h2 {
  font-family: 'Oswald', sans-serif; 
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 20px 0; 
  line-height: 1.2;
  color: #0EA5E9;
}
.td-mission-purpose-text p {
  font-family: 'Inter', sans-serif; 
  font-size: 1.1rem; 
  color: #aaa;
  line-height: 1.8; 
  margin-bottom: 30px;
}
.td-mission-purpose-cta {
  display: inline-block; 
  font-family: 'Oswald', sans-serif; 
  background-color: #0EA5E9;
  color: #ffffff; 
  padding: 12px 30px; 
  border-radius: 5px; 
  text-decoration: none;
  font-weight: 700; 
  transition: background-color 0.3s ease;
}
.td-mission-purpose-cta:hover { 
  background-color: #0284C7; 
}

/* --- [ SEÇÃO 7: CTA FINAL ] --- */
.td-about-cta-section {
  background: linear-gradient(135deg, #0B1220 0%, #1E293B 100%); 
  color: #ffffff; 
  padding: 80px 25px; 
  text-align: center;
}
.td-about-cta-section h2 {
  font-family: 'Oswald', sans-serif; 
  font-size: clamp(2rem, 5vw, 3rem); 
  font-weight: 700;
  line-height: 1.3; 
  margin-bottom: 15px; 
  max-width: 800px; 
  margin-left: auto; 
  margin-right: auto;
}
.td-about-cta-section p {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #CBD5E1;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.td-about-cta-cta {
  display: inline-block; 
  font-family: 'Oswald', sans-serif; 
  background-color: #0EA5E9;
  color: #fff; 
  padding: 15px 35px; 
  border-radius: 50px; 
  text-decoration: none;
  font-weight: 700; 
  font-size: 1.1rem; 
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.td-about-cta-cta:hover {
  background-color: #0284C7; 
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(14, 165, 233, 0.3);
}

/* --- [ RESPONSIVIDADE GERAL ] --- */
@media screen and (max-width: 992px) {
  .td-about-intro-grid, .td-mission-purpose-grid { 
    grid-template-columns: 1fr; 
    text-align: center; 
  }
  .td-about-intro-image { 
    order: -1; 
    margin-bottom: 30px; 
  }
  .td-about-intro-image img, .td-mission-purpose-image img { 
    max-width: 500px; 
    margin: 0 auto; 
  }
}
@media screen and (max-width: 768px) {
    .td-timeline-container::after { 
      left: 10px; 
    }
    .td-timeline-item { 
      width: 100%; 
      padding-left: 50px; 
      padding-right: 15px; 
    }
    .td-timeline-left, .td-timeline-right { 
      left: 0; 
      text-align: left; 
    }
    .td-timeline-left::after, .td-timeline-right::after { 
      left: 1px; 
    }
}/* End custom CSS */