.elementor-14176 .elementor-element.elementor-element-2729b75{--display:flex;--min-height:100vh;--justify-content:center;--overlay-opacity:0.2;--overlay-mix-blend-mode:overlay;}.elementor-14176 .elementor-element.elementor-element-2729b75::before, .elementor-14176 .elementor-element.elementor-element-2729b75 > .elementor-background-video-container::before, .elementor-14176 .elementor-element.elementor-element-2729b75 > .e-con-inner > .elementor-background-video-container::before, .elementor-14176 .elementor-element.elementor-element-2729b75 > .elementor-background-slideshow::before, .elementor-14176 .elementor-element.elementor-element-2729b75 > .e-con-inner > .elementor-background-slideshow::before, .elementor-14176 .elementor-element.elementor-element-2729b75 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:radial-gradient(at center center, #0B1220 right, #6D28D9 100%);}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-14176 .elementor-element.elementor-element-9d621c4 .elementor-repeater-item-72dcfae .swiper-slide-bg{background-color:#bbbbbb;background-image:url(https://treinadordavid.com/wp-content/uploads/2025/09/ciecian-resumida-por-sargento.webp);background-size:cover;}.elementor-14176 .elementor-element.elementor-element-9d621c4 .elementor-repeater-item-72dcfae .elementor-background-overlay{background-color:rgba(0,0,0,0.5);}.elementor-14176 .elementor-element.elementor-element-9d621c4 .swiper-slide{transition-duration:calc(5000ms*1.2);height:100vh;}.elementor-14176 .elementor-element.elementor-element-9d621c4 .elementor-slide-button{background-color:#080F13;border-radius:50px;}.elementor-14176 .elementor-element.elementor-element-9d621c4 .swiper-slide-contents{max-width:75%;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-14176 .elementor-element.elementor-element-9d621c4 .swiper-slide-inner{text-align:center;}.elementor-14176 .elementor-element.elementor-element-9d621c4 .elementor-slide-heading{color:#FFFFFF;font-family:"Oswald", Sans-serif;font-size:3.5em;text-transform:uppercase;}.elementor-14176 .elementor-element.elementor-element-9d621c4 .swiper-slide-inner .elementor-slide-description:not(:last-child){margin-bottom:1.4em;}.elementor-14176 .elementor-element.elementor-element-9d621c4 .elementor-slide-description{font-size:1.4em;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;}@media(max-width:1024px){.elementor-widget-slides .elementor-slide-heading{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-slides .elementor-slide-description{line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-slides .elementor-slide-heading{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-slides .elementor-slide-description{line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for container, class: .elementor-element-2729b75 *//* TD BRAND COLORS */
        :root {
            --td-blue: #0EA5E9;        /* Primary (sky-500) */
            --td-dark: #0B1220;        /* Headers & dark text */
            --td-text: #0F172A;        /* Body text */
            --td-link: #0369A1;        /* Links (sky-700) */
            --td-soft: #F8FAFC;        /* Light background */
            --td-white: #FFFFFF;       /* Pure white */
            --td-accent: #6D28D9;      /* Purple accent */
            --td-gray: #475569;        /* Gray text */
            --td-border: #E2E8F0;      /* Border color */
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: var(--td-text);
            background-color: var(--td-white);
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* HERO SLIDER SECTION */
        .hero-slider {
            height: 100vh;
            min-height: 600px;
            background: linear-gradient(135deg, var(--td-dark) 0%, var(--td-accent) 100%);
            color: white;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
        }
        
        .hero-slider::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23E2E8F0" width="800" height="600"/><text x="400" y="300" text-anchor="middle" fill="%23475569" font-family="Inter" font-size="16">SLIDER IMAGE AREA</text><text x="400" y="320" text-anchor="middle" fill="%23475569" font-family="Inter" font-size="14">1920x1080 (16:9)</text><text x="400" y="340" text-anchor="middle" fill="%23475569" font-family="Inter" font-size="12">Mobile: 1080x1920 (9:16)</text></svg>') center/cover;
            opacity: 0.3;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 500px;
        }
        
        .hero-badge {
            background: rgba(14, 165, 233, 0.2);
            border: 2px solid var(--td-blue);
            color: var(--td-blue);
            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;
        }
        
        .hero h1 {
            font-family: 'Oswald', sans-serif;
            font-size: 3.5rem;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 1px;
            color: var(--td-white);
        }
        
        .hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 30px;
            color: #E2E8F0;
            font-weight: 400;
        }
        
        .cta-primary {
            background: var(--td-blue);
            color: white;
            padding: 18px 40px;
            border: none;
            border-radius: 50px;
            font-family: 'Oswald', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            letter-spacing: 1px;
        }
        
        .cta-primary:hover {
            background: #0284C7;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(14, 165, 233, 0.3);
        }
        
        .slider-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 3;
        }
        
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background: var(--td-blue);
            transform: scale(1.3);
        }
        
        /* NAVIGATION DOTS */
        .nav-dots {
            position: fixed;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .nav-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(11, 18, 32, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .nav-dot:hover {
            background: var(--td-blue);
            transform: scale(1.3);
        }
        
        .nav-dot.active {
            background: var(--td-blue);
            transform: scale(1.3);
        }
        
        .nav-dot::before {
            content: attr(data-section);
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            background: var(--td-dark);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.8rem;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        
        .nav-dot:hover::before {
            opacity: 1;
        }
        
        /* SECTION HEADER */
        .section-header {
            text-align: center;
            padding: 80px 0 60px;
            background: var(--td-white);
        }
        
        .section-title {
            font-family: 'Oswald', sans-serif;
            font-size: 2.5rem;
            font-weight: 600;
            color: var(--td-dark);
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .section-subtitle {
            font-size: 1.2rem;
            color: var(--td-gray);
            max-width: 800px;
            margin: 0 auto;
            font-family: 'Inter', sans-serif;
        }
        
        /* BLOCO DE ARTIGOS */
        .article-block {
            padding: 60px 0;
            background: var(--td-white);
            border-bottom: 1px solid var(--td-border);
        }
        
        .article-block:nth-child(even) {
            background: var(--td-soft);
        }
        
        .block-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .block-title {
            font-family: 'Oswald', sans-serif;
            font-size: 2rem;
            font-weight: 600;
            color: var(--td-dark);
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .block-description {
            font-size: 1.1rem;
            color: var(--td-gray);
            max-width: 600px;
            margin: 0 auto;
            font-family: 'Inter', sans-serif;
        }
        
        /* GRID DE ARTIGOS */
        .articles-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .article-card {
            background: var(--td-white);
            border: 1px solid var(--td-border);
            border-radius: 10px;
            padding: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        .article-block:nth-child(even) .article-card {
            background: var(--td-white);
        }
        
        .article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(14, 165, 233, 0.15);
            border-color: var(--td-blue);
        }
        
        .article-title {
            font-family: 'Oswald', sans-serif;
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--td-dark);
            margin-bottom: 15px;
            line-height: 1.3;
            text-transform: uppercase;
        }
        
        .article-meta {
            font-size: 0.9rem;
            color: var(--td-blue);
            margin-bottom: 10px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
        }
        
        .article-reference {
            font-size: 0.95rem;
            color: var(--td-gray);
            margin-bottom: 15px;
            font-style: italic;
            font-family: 'Inter', sans-serif;
        }
        
        .article-summary {
            font-size: 1rem;
            color: var(--td-text);
            margin-bottom: 20px;
            line-height: 1.6;
            font-family: 'Inter', sans-serif;
        }
        
        .sergeant-note {
            background: linear-gradient(135deg, var(--td-dark) 0%, var(--td-accent) 100%);
            color: white;
            padding: 15px;
            border-radius: 8px;
            font-family: 'Oswald', sans-serif;
            font-size: 0.95rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
        }
        
        .sergeant-note::before {
            content: "💀 SGT DAVID:";
            display: block;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--td-blue);
        }
        
        /* VISUAL CARDS GRID */
        .visual-cards-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .visual-card {
            aspect-ratio: 4/5;
            background: linear-gradient(135deg, var(--td-dark) 0%, var(--td-accent) 100%);
            border-radius: 15px;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }
        
        .visual-card.david-science {
            background: linear-gradient(135deg, var(--td-blue) 0%, var(--td-dark) 100%);
        }
        
        .visual-card.memorial-science {
            background: linear-gradient(135deg, var(--td-accent) 0%, var(--td-dark) 100%);
        }
        
        .visual-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 15px 40px rgba(14, 165, 233, 0.3);
        }
        
        .visual-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 250"><text x="100" y="125" text-anchor="middle" fill="white" opacity="0.1" font-size="100" font-family="Oswald">💀</text></svg>') center/contain no-repeat;
            opacity: 0.1;
        }
        
        .visual-card-title {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 10px;
            text-transform: uppercase;
            position: relative;
            z-index: 1;
            letter-spacing: 1px;
        }
        
        .visual-card-subtitle {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
            position: relative;
            z-index: 1;
        }
        
        /* FINAL CTA */
        .final-cta {
            background: linear-gradient(135deg, var(--td-dark) 0%, var(--td-accent) 100%);
            padding: 100px 0;
            text-align: center;
            color: white;
        }
        
        .final-cta h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .final-cta p {
            font-family: 'Inter', sans-serif;
            font-size: 1.2rem;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .final-cta .cta-primary {
            background: var(--td-white);
            color: var(--td-dark);
        }
        
        .final-cta .cta-primary:hover {
            background: var(--td-soft);
            box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3);
        }
        
        /* RESPONSIVE */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .articles-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .visual-cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .nav-dots {
                right: 15px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .block-title {
                font-size: 1.5rem;
            }
            
            .article-title {
                font-size: 1.1rem;
            }
            
            .cta-primary {
                padding: 15px 30px;
                font-size: 1rem;
            }
        }
        
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 2rem;
            }
            
            .container {
                padding: 0 15px;
            }
            
            .article-card {
                padding: 20px;
            }
            
            .visual-card {
                padding: 20px;
            }
        }/* End custom CSS */