﻿:root{

--azul:#062B52;

--azul2:#0B4EA2;

--verde:#25D366;

--amarelo:#FFC107;

--branco:#FFFFFF;

--cinza:#f5f7fa;

--preto:#222;

}

*

{

margin:0;

padding:0;

box-sizing:border-box;

scroll-behavior:smooth;

}

body{

font-family:Segoe UI,Arial,sans-serif;

background:var(--cinza);

color:var(--preto);

overflow-x:hidden;

}

.top-bar{

background:var(--azul);

color:#fff;

padding:8px 0;

font-size:14px;

}

.top-bar a{

color:white;

font-weight:600;

text-decoration:none;

}

.navbar{

    position:fixed;

    top:40px;

    left:0;

    width:100%;

    z-index:999;

    padding:18px 0;

    background:rgba(6,43,82,.45);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    transition:.35s;

    border-bottom:1px solid rgba(255,255,255,.08);
}

.navbar.scrolled{

background:rgba(4,28,58,.96);

backdrop-filter:blur(18px);

padding:10px 0;

box-shadow:0 15px 40px rgba(0,0,0,.28);

border-bottom:1px solid rgba(255,255,255,.08);

}

.navbar.scrolled .nav-link{

color:#222!important;

}

.nav-link{

color:white !important;

font-weight:600;

margin-left:18px;

padding:8px 0;

position:relative;

transition:.35s;

letter-spacing:.3px;

}

.nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-6px;

width:0;

height:3px;

background:#FFC107;

border-radius:50px;

transition:.35s;

}

.nav-link:hover::after{

width:100%;

}

.nav-link:hover{

color:#FFD447 !important;

}

.btn-success{

background:#25D366;

border:none;

padding:14px 26px;

border-radius:40px;

font-weight:700;

transition:.35s;

box-shadow:0 10px 25px rgba(37,211,102,.35);

}

.btn-success:hover{

transform:translateY(-4px);

background:#20be5b;

box-shadow:0 18px 35px rgba(37,211,102,.45);

}

/* HERO */

.hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    overflow:hidden;

    background:
    radial-gradient(circle at top right,#0d5fc4 0%,transparent 30%),
    radial-gradient(circle at bottom left,#0b2d57 0%,transparent 40%),
    linear-gradient(135deg,#041C3A,#062B52,#0B4EA2);
}

.overlay{

    position:absolute;

    width:100%;

    height:100%;

    background:url('../img/background.jpg') center center;

    background-size:cover;

    opacity:.08;

}

.hero .container{

    position:relative;

    z-index:2;

}

.badge-top{

    display:inline-block;

    background:rgba(255,255,255,.12);

    color:white;

    padding:10px 18px;

    border-radius:30px;

    margin-bottom:20px;

    backdrop-filter:blur(10px);

}

.hero h1{

    color:white;

    font-size:60px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:25px;

}

.hero h1 span{

    color:#FFD447;

}

.hero p{

    color:white;

    font-size:20px;

    opacity:.95;

    margin-bottom:35px;

    line-height:1.8;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary{

background:#FFC107;

color:#222;

padding:18px 35px;

border-radius:60px;

font-weight:800;

border:none;

box-shadow:0 15px 35px rgba(255,193,7,.30);

transition:.35s;
}

.btn-primary:hover{

background:#FFD447;

transform:translateY(-5px);
}

.hero-image{

    width:100%;

    max-width:650px;

    animation:flutuar 5s infinite ease-in-out;

}

.hero-icons{

    display:flex;

    gap:30px;

    margin-top:50px;

    flex-wrap:wrap;

}

.hero-icons div{

    color:white;

    font-weight:600;

}

.hero-icons i{

    color:#FFD447;

    margin-right:8px;

}

@keyframes flutuar{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

/* ========================= */

.courses{

padding:100px 0;

background:#f8fbff;

}

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title span{

color:#0B4EA2;

font-weight:bold;

text-transform:uppercase;

letter-spacing:2px;

}

.section-title h2{

font-size:45px;

font-weight:800;

margin:15px 0;

}

.section-title p{

font-size:18px;

color:#666;

max-width:750px;

margin:auto;

}

.course-card{

background:white;

border-radius:18px;

overflow:hidden;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

}

.course-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.course-image{

height:220px;

overflow:hidden;

}

.course-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.course-card:hover img{

transform:scale(1.08);

}

.course-body{

padding:25px;

}

.category{

display:inline-block;

padding:6px 14px;

background:#eaf4ff;

color:#0B4EA2;

border-radius:30px;

font-size:13px;

font-weight:700;

margin-bottom:15px;

}

.course-body h4{

font-weight:700;

margin-bottom:15px;

}

.course-body p{

color:#666;

line-height:1.7;

margin-bottom:25px;

}

.btn-course{

width:100%;

background:#062B52;

color:white;

padding:13px;

border-radius:10px;

font-weight:600;

transition:.3s;

}

.btn-course:hover{

background:#FFC107;

color:#222;

}

/*==================================

ESTATÍSTICAS

==================================*/

.stats-section{

padding:90px 0;

background:linear-gradient(135deg,#041C3A,#0B4EA2);

}

.stat-card{

padding:40px 25px;

border-radius:20px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(12px);

transition:.4s;

color:white;

}

.stat-card:hover{

transform:translateY(-8px);

background:rgba(255,255,255,.12);

}

.stat-card i{

font-size:45px;

color:#FFC107;

margin-bottom:20px;

}

.stat-card h2{

font-size:50px;

font-weight:800;

margin-bottom:10px;

}

.stat-card p{

font-size:18px;

opacity:.9;

}

/*==========================================

POR QUE ESCOLHER

==========================================*/

.why-us{

padding:110px 0;

background:white;

}

.why-card{

background:#fff;

padding:40px;

border-radius:20px;

height:100%;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

border:1px solid #eef2f7;

}

.why-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.icon-box{

width:80px;

height:80px;

background:linear-gradient(135deg,#0B4EA2,#062B52);

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.icon-box i{

font-size:34px;

color:#fff;

}

.why-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

}

.why-card p{

color:#666;

line-height:1.8;

font-size:16px;

}

/*==============================

TRUST

==============================*/

.trust-section{

padding:120px 0;

background:#eef5fb;

}

.mini-title{

color:#0B4EA2;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

}

.trust-section h2{

font-size:48px;

font-weight:800;

margin:20px 0;

}

.trust-section p{

font-size:18px;

line-height:1.9;

color:#666;

}

.trust-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.trust-item{

background:white;

padding:35px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.06);

transition:.35s;

text-align:center;

}

.trust-item:hover{

transform:translateY(-10px);

}

.trust-item i{

font-size:42px;

color:#0B4EA2;

margin-bottom:20px;

}

.trust-item h5{

font-weight:700;

}

/*======================================

CURSOS EM DESTAQUE

======================================*/

.featured-courses{

padding:120px 0;

background:#ffffff;

}

.featured-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 20px 45px rgba(0,0,0,.08);

transition:.35s;

position:relative;

height:100%;

}

.featured-card:hover{

transform:translateY(-10px);

}

.badge-sale{

position:absolute;

top:20px;

left:20px;

background:#ff4d4d;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:13px;

font-weight:700;

z-index:5;

}

.badge-sale.blue{

background:#0B4EA2;

}

.featured-image{

height:260px;

overflow:hidden;

}

.featured-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.4s;

}

.featured-card:hover img{

transform:scale(1.08);

}

.featured-content{

padding:30px;

}

.featured-content h3{

font-weight:700;

margin:15px 0;

}

.rating{

font-size:18px;

margin-bottom:20px;

}

.featured-content ul{

list-style:none;

padding:0;

margin:0 0 25px;

}

.featured-content li{

margin-bottom:12px;

}

.featured-content li i{

color:#25D366;

margin-right:10px;

}

.price{

font-size:28px;

font-weight:bold;

margin-bottom:25px;

color:#062B52;

}

.buttons{

display:flex;

gap:15px;

flex-wrap:wrap;

}

/*======================================

DEPOIMENTOS

======================================*/

.testimonials{

padding:120px 0;

background:#f7f9fc;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

transition:.35s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

font-size:22px;

margin-bottom:20px;

}

.testimonial-card p{

line-height:1.8;

color:#666;

font-style:italic;

margin-bottom:30px;

}

.student{

display:flex;

align-items:center;

}

.student img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

margin-right:15px;

}

.student h5{

margin:0;

font-weight:700;

}

.student span{

color:#888;

font-size:14px;

}

/*========================================
COMO FUNCIONA
========================================*/

.how-it-works{

padding:120px 0;

background:#ffffff;

}

.step-card{

background:white;

padding:40px;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

text-align:center;

position:relative;

transition:.4s;

height:100%;

}

.step-card:hover{

transform:translateY(-12px);

}

.step-number{

position:absolute;

top:20px;

right:20px;

font-size:18px;

font-weight:800;

color:#d9d9d9;

}

.step-card i{

font-size:55px;

color:#0B4EA2;

margin-bottom:25px;

}

.step-card h4{

font-weight:700;

margin-bottom:20px;

}

.step-card p{

line-height:1.8;

color:#666;

}

/*=========================================
CTA FINAL
=========================================*/

.cta-section{

padding:120px 0;

background:#f5f7fb;

}

.cta-box{

background:linear-gradient(135deg,#062B52,#0B4EA2);

padding:70px;

border-radius:30px;

color:white;

box-shadow:0 30px 60px rgba(0,0,0,.20);

}

.cta-badge{

display:inline-block;

background:rgba(255,255,255,.15);

padding:10px 18px;

border-radius:30px;

margin-bottom:20px;

font-weight:600;

}

.cta-box h2{

font-size:48px;

font-weight:800;

margin-bottom:20px;

}

.cta-box p{

font-size:20px;

line-height:1.8;

opacity:.95;

}

.btn-whatsapp-cta{

background:#25D366;

color:white;

padding:18px 35px;

font-size:20px;

font-weight:bold;

border-radius:50px;

transition:.3s;

border:none;

}

.btn-whatsapp-cta:hover{

transform:translateY(-4px);

background:#1fb85a;

color:white;

}

/*==========================================
FOOTER
==========================================*/

.footer{

background:#041C3A;

color:white;

padding:90px 0 30px;

}

.footer-logo{

width:180px;

margin-bottom:25px;

}

.footer-text{

line-height:1.9;

opacity:.9;

}

.footer h5{

margin-bottom:20px;

font-weight:700;

}

.footer ul{

list-style:none;

padding:0;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:white;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#FFC107;

}

.footer-social{

display:flex;

gap:15px;

margin-top:25px;

}

.footer-social a{

width:45px;

height:45px;

background:#0B4EA2;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

color:white;

transition:.3s;

}

.footer-social a:hover{

background:#25D366;

}

.footer-copy{

text-align:center;

margin-top:25px;

opacity:.8;

}

#topButton{

position:fixed;

right:30px;

bottom:30px;

width:55px;

height:55px;

border:none;

background:#25D366;

color:white;

border-radius:50%;

font-size:22px;

display:none;

cursor:pointer;

z-index:9999;

box-shadow:0 15px 35px rgba(0,0,0,.25);

}

#topButton:hover{

transform:translateY(-5px);

}

/*==================================
HERO PREMIUM
==================================*/

.hero-panel{

display:flex;

flex-direction:column;

gap:25px;

}

.hero-card{

background:rgba(255,255,255,.13);

backdrop-filter:blur(12px);

padding:28px;

border-radius:20px;

display:flex;

align-items:center;

gap:20px;

color:white;

transition:.35s;

border:1px solid rgba(255,255,255,.18);

}

.hero-card:hover{

transform:translateX(10px);

background:rgba(255,255,255,.15);

}

.hero-card i{

width:70px;

height:70px;

background:#FFC107;

color:#062B52;

border-radius:18px;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

}

.hero-card h4{

margin:0;

font-weight:700;

}

.hero-card small{

opacity:.8;

font-size:15px;

}

.hero-info{

margin-top:20px;

background:rgba(255,255,255,.08);

padding:30px;

border-radius:20px;

color:white;

line-height:2;

}

.navbar-brand img{

height:60px;

transition:.35s ease;

}

.navbar-brand img:hover{

transform:scale(1.08);

}

/*=========================================
CARDS FLUTUANTES
=========================================*/

.hero-panel{

position:relative;

}

.floating-card{

position:absolute;

background:white;

padding:18px;

border-radius:18px;

display:flex;

align-items:center;

gap:15px;

box-shadow:0 25px 45px rgba(0,0,0,.15);

animation:floatCard 4s ease-in-out infinite;

width:250px;

}

.floating-card i{

width:55px;

height:55px;

display:flex;

justify-content:center;

align-items:center;

background:#062B52;

color:white;

border-radius:15px;

font-size:22px;

}

.floating-card h5{

margin:0;

font-weight:700;

}

.floating-card small{

color:#777;

}

.card-one{

top:-30px;

right:-60px;

}

.card-two{

bottom:110px;

left:-60px;

animation-delay:1s;

}

.card-three{

bottom:-30px;

right:20px;

animation-delay:2s;

}

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

/*==========================================
EFEITOS HERO
==========================================*/

.hero::before{

content:"";

position:absolute;

width:650px;

height:650px;

background:rgba(255,255,255,.04);

border-radius:50%;

top:-250px;

right:-150px;

filter:blur(10px);

}

.hero::after{

content:"";

position:absolute;

width:450px;

height:450px;

background:rgba(255,193,7,.08);

border-radius:50%;

bottom:-200px;

left:-150px;

filter:blur(20px);

}

.hero h1{

font-size:68px;

font-weight:900;

line-height:1.05;

}

.hero p{

font-size:21px;

line-height:1.9;

max-width:650px;

}

.hero-buttons{

margin-top:45px;

}

.hero-buttons .btn{

padding:18px 38px;

font-size:18px;

border-radius:60px;

font-weight:700;

transition:.35s;

}

.hero-buttons .btn:hover{

transform:translateY(-6px);

}

.badge-top{

box-shadow:0 12px 30px rgba(0,0,0,.15);

}

/*=========================================
MENU PREMIUM
=========================================*/

.nav-link.active{

color:#FFC107 !important;

}

.nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:0;

height:3px;

background:#FFC107;

border-radius:20px;

transition:.35s;

}

.nav-link:hover::after,

.nav-link.active::after{

width:100%;

}

.navbar-toggler{

border:none;

}

.navbar-toggler:focus{

box-shadow:none;

}

/*=========================================
CATÁLOGO DE CURSOS
=========================================*/

.courses{

padding:120px 0;

background:#f5f8fc;

}

.course-filter{

display:flex;

justify-content:center;

gap:15px;

margin-bottom:60px;

flex-wrap:wrap;

}

.course-filter button{

border:none;

padding:14px 28px;

border-radius:40px;

background:white;

font-weight:700;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.course-filter button.active,

.course-filter button:hover{

background:#0B4EA2;

color:white;

}

.catalog-card{

background:white;

border-radius:25px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.catalog-card:hover{

transform:translateY(-12px);

}

.catalog-card img{

width:100%;

height:240px;

object-fit:cover;

transition:.4s;

}

.catalog-card:hover img{

transform:scale(1.08);

}

.catalog-body{

padding:30px;

}

.catalog-body h4{

font-weight:700;

margin:15px 0;

}

.catalog-body p{

line-height:1.8;

color:#666;

margin-bottom:30px;

}

/*=========================================
PÁGINA CURSOS
=========================================*/

.page-banner{

padding:180px 0 90px;

background:linear-gradient(135deg,#041C3A,#0B4EA2);

color:white;

text-align:center;

}

.page-banner h1{

font-size:58px;

font-weight:800;

margin:20px 0;

}

.page-banner p{

font-size:20px;

opacity:.9;

max-width:700px;

margin:auto;

}

.page-subtitle{

display:inline-block;

padding:10px 22px;

background:rgba(255,255,255,.12);

border-radius:40px;

font-weight:600;

}

.catalog-section{

padding:90px 0;

background:#f7f9fc;

}

.search-course{

height:60px;

border-radius:40px;

padding-left:25px;

font-size:18px;

}

.course-categories{

display:flex;

justify-content:flex-end;

gap:12px;

flex-wrap:wrap;

}

.course-categories button{

border:none;

padding:12px 22px;

border-radius:40px;

background:white;

font-weight:700;

transition:.3s;

box-shadow:0 10px 25px rgba(0,0,0,.08);

cursor:pointer;

}

.course-categories button.active,

.course-categories button:hover{

background:#0B4EA2;

color:white;

}

/*======================================
CATÁLOGO
======================================*/

.catalog-card{

background:white;

border-radius:22px;

overflow:hidden;

height:100%;

box-shadow:0 20px 45px rgba(0,0,0,.08);

transition:.35s;

}

.catalog-card:hover{

transform:translateY(-12px);

}

.catalog-image{

position:relative;

overflow:hidden;

}

.catalog-image img{

width:100%;

height:240px;

object-fit:cover;

transition:.4s;

}

.catalog-card:hover img{

transform:scale(1.08);

}

.catalog-category{

position:absolute;

top:20px;

left:20px;

background:#0B4EA2;

color:white;

padding:8px 18px;

border-radius:30px;

font-size:13px;

font-weight:700;

}

.catalog-content{

padding:30px;

}

.catalog-content h4{

font-weight:700;

margin-bottom:15px;

}

.catalog-content p{

color:#666;

line-height:1.8;

min-height:90px;

}

.catalog-footer{

margin-top:25px;

}

.catalog-card{

position:relative;

}

.catalog-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#0B4EA2,#25D366);

transform:scaleX(0);

transition:.35s;

transform-origin:left;

}

.catalog-card:hover::before{

transform:scaleX(1);

}

.catalog-card:hover{

box-shadow:0 35px 70px rgba(0,0,0,.15);

}

.catalog-footer{

display:flex;

justify-content:space-between;

align-items:center;

}

.catalog-footer .btn{

width:100%;

}