:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5b5beab *//*
=====================================================
RESET
=====================================================
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Montserrat',sans-serif;
    background:#003078;
    color:#003078;
    overflow-x:hidden;
    line-height:1.7;

}

img{

    width:100%;
    display:block;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;

}

button{

    border:none;
    background:none;
    cursor:pointer;
    font-family:inherit;

}

/*
=====================================================
VARIABLES
=====================================================
*/

:root{

    --primary:#003E8A;
    --secondary:#005CAB;
    --yellow:#FFD100;
    --green:#2E7D32;

    --white:#ffffff;
    --light:#f7f8fb;
    --gray:#6d6d6d;
    --dark:#1d1d1d;

    --radius:18px;

    --shadow:

        0 15px 40px rgba(0,0,0,.08);

    --transition:.35s ease;

}

/*
=====================================================
GLOBAL
=====================================================
*/

.container{

    width:min(1200px,92%);
    margin:auto;

}

section{

    padding:110px 0;

}

.section-header{

    max-width:760px;
    margin-bottom:70px;

}

.section-header.center{

    margin:auto auto 70px;
    text-align:center;

}

.section-tag{

    display:inline-block;

    padding:8px 18px;

    background:rgba(0,62,138,.08);

    color:var(--primary);

    border-radius:50px;

    font-size:.82rem;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;

}

.section-header h2{

    font-size:3rem;

    line-height:1.2;

    color:var(--primary);

    margin-bottom:22px;

}

.section-header p{

    color:var(--gray);

    font-size:1.1rem;

}

.grid-2{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

/*
=====================================================
BUTTONS
=====================================================
*/

.btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:1px 30px;

    border-radius:5px;

    font-weight:600;

    transition:var(--transition);

}

.btn-primary{

    background:var(--yellow);

    color:#000;

}

.btn-primary:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(255,209,0,.35);

}

.btn-outline{

    border:2px solid white;

    color:white;

}

.btn-outline:hover{

    background:white;

    color:var(--primary);

}

/*
=====================================================
HEADER
=====================================================
*/

.header{

    position:center;

    width:100%;

    top:0;

    left:0;

    z-index:999;

    transition:.4s;

    padding:22px 0;

}

.header.scrolled{

    background:white;

    box-shadow:var(--shadow);

    padding:14px 0;

}

.header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.logo img{

    height:74px;

    width:auto;

}

.menu{

    display:flex;
    position: center;

    gap:110px;

}

.menu a{

    color:white;

    font-weight:600;

    position:center;

    transition:.3s;

}

.header.scrolled .menu a{

    color:var(--primary);

}

.menu a::after{

    content:"";

    position:absolute;

    bottom:-7px;

    left:0;

    width:0;

    height:2px;

    background:var(--yellow);

    transition:.3s;

}

.menu a:hover::after{

    width:100%;

}

.menu-mobile{

    display:none;

    font-size:2rem;

}

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

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    background:

    linear-gradient(rgba(0,62,138,.82),

    rgba(0,62,138,.82)),

    url("../assets/images/hero-bg.jpg");

    background-size:center;

    background-position:center;

}

.hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.hero-tag{

    color:white;

    font-weight:700;

    letter-spacing:2px;

    display:block;

    margin-bottom:18px;

}

.hero h1{

    color:white;

    font-size:4.5rem;

    line-height:1.05;

    margin-bottom:28px;

}

.hero p{

    color:#f2f2f2;

    font-size:1.2rem;

    margin-bottom:42px;

    max-width:600px;

}

.hero-buttons{

    display:flex;

    gap:18px;

}

.hero-image{

    display:flex;

    justify-content:center;

}

.hero-image img{

    max-width:340px;
    border-radius: 30px;

    filter:drop-shadow(0 30px 60px rgba(0,0,0,.25));

}
/*
=====================================================
SOBRE
=====================================================
*/

.sobre{

    background:var(--white);

}

.sobre-image{

    position:relative;

}

.sobre-image img{

    border-radius:var(--radius);

    box-shadow:var(--shadow);

}

.sobre-content h2{

    font-size:3rem;

    color:var(--primary);

    line-height:1.2;

    margin-bottom:30px;

}

.sobre-content p{

    color:var(--gray);

    font-size:1.08rem;

    margin-bottom:22px;

}

.sobre-content .btn{

    margin-top:20px;

}

/*
=====================================================
NÚMEROS
=====================================================
*/

.stats{

    background:var(--light);

}

.stats-grid{

    display:grid;

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

    gap:28px;

}

.stat-card{

    background:#fcd43f;

    border-radius:var(--radius);

    padding:45px 30px;

    text-align:center;

    box-shadow:var(--shadow);

    transition:var(--transition);

}

.stat-card:hover{

    transform:translateY(-10px);

}

.stat-card h3{

    color:var(--primary);

    font-size:3.3rem;

    margin-bottom:15px;

    font-weight:800;

}

.stat-card p{

    color:var(--gray);

}

/*
=====================================================
NOSSA REGIÃO
=====================================================
*/

.regiao{

    background:white;

}

.regiao-content h2{

    font-size:3rem;

    color:var(--primary);

    line-height:1.2;

    margin-bottom:30px;

}

.regiao-content p{

    margin-bottom:22px;

    color:var(--gray);

}

.region-list{

    margin-top:35px;

    display:grid;

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

    gap:18px;

}

.region-list li{

    background:var(--light);

    padding:16px 22px;

    border-radius:12px;

    font-weight:600;

}

.regiao-image img{

    border-radius:var(--radius);

    box-shadow:var(--shadow);

}

/*
=====================================================
BANDEIRAS
=====================================================
*/

.bandeiras{

    background:linear-gradient(to bottom,#ffffff,#f7f8fb);

}

.cards-grid{

    display:grid;

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

    gap:30px;

}

.card{

    background:#fcd43f;

    padding:45px;

    border-radius:var(--radius);

    text-align:center;

    box-shadow:var(--shadow);

    transition:var(--transition);

    border-top:5px solid transparent;

}

.card:hover{

    transform:translateY(-12px);

    border-top:5px solid var(--yellow);

}

.card-icon{

    width:82px;

    height:82px;

    margin:0 auto 28px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(0,62,138,.08);

    font-size:2rem;

}

.card h3{

    color:var(--primary);

    font-size:1.5rem;

    margin-bottom:18px;

}

.card p{

    color:var(--gray);

}
/*
=====================================================
GALERIA
=====================================================
*/

.galeria{

    background:var(--white);

}

.gallery-grid{

    display:grid;

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

    gap:25px;

}

.gallery-item{

    overflow:hidden;

    border-radius:var(--radius);

    cursor:pointer;

    box-shadow:var(--shadow);

    position:relative;

}

.gallery-item img{

    height:320px;

    object-fit:cover;

    transition:.5s;

}

.gallery-item::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,62,138,.18);

    opacity:0;

    transition:.35s;

    z-index:1;

}

.gallery-item:hover::before{

    opacity:1;

}

.gallery-item:hover img{

    transform:scale(1.08);

}

/*
=====================================================
LIGHTBOX
=====================================================
*/

.lightbox{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.92);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:9999;

}

.lightbox.active{

    opacity:1;

    visibility:visible;

}

.lightbox img{

    width:min(92%,1100px);

    max-height:90vh;

    object-fit:contain;

    border-radius:12px;

}

.lightbox-close{

    position:absolute;

    top:35px;

    right:45px;

    font-size:3rem;

    color:white;

    cursor:pointer;

}

/*
=====================================================
VÍDEOS
=====================================================
*/

.videos{

    background:var(--light);

}

.videos-grid{

    display:grid;

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

    gap:35px;

}

.video-card{

    border-radius:var(--radius);

    overflow:hidden;

    box-shadow:var(--shadow);

    background:white;

}

.video-card iframe{

    width:100%;

    aspect-ratio:16/9;

    border:none;

}

/*
=====================================================
FAÇA PARTE
=====================================================
*/

.apoiadores{

    background:

    linear-gradient(135deg,

    var(--primary),

    var(--secondary));

}

.apoiadores .section-tag{

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

    color:white;

}

.apoiadores h2{

    color:white;

}

.apoiadores p{

    color:#e8edf6;

}

.support-grid{

    display:grid;

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

    gap:30px;

}

.support-card{

    background:white;

    padding:45px;

    border-radius:var(--radius);

    text-align:center;

    transition:.35s;

}

.support-card:hover{

    transform:translateY(-12px);

}

.support-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:rgba(0,62,138,.08);

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 30px;

    font-size:2rem;

}

.support-card h3{

    color:var(--primary);

    margin-bottom:18px;

    font-size:1.5rem;

}

.support-card p{

    color:var(--gray);

    margin-bottom:28px;

}
/*
=====================================================
REDES SOCIAIS
=====================================================
*/

.social{

    background:var(--white);

}

.social-grid{

    display:grid;

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

    gap:28px;

}

.social-card{

    background:white;

    border-radius:var(--radius);

    padding:45px 30px;

    text-align:CENTER;

    box-shadow:var(--shadow);

    transition:var(--transition);

    color:inherit;

}

.social-card:hover{

    transform:translateY(-10px);
    position: center;

    background:var(--primary);

}

.social-card:hover h3,

.social-card:hover p,

.social-card:hover .social-icon{

    color:white;

}

.social-icon{

    width:85px;

    height:85px;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:rgba(0,62,138,.08);

    color:var(--primary);

    font-size:2rem;

    transition:var(--transition);

}

.social-card h3{

    font-size:1.4rem;

    color:var(--primary);

    margin-bottom:15px;

}

.social-card p{

    color:var(--gray);

}

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

.footer{

    background:#022b60;

    color:white;

    padding:80px 0 30px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:60px;

    margin-bottom:60px;

}

.footer-brand img{

    width:220px;

    margin-bottom:30px;

}

.footer-brand p{

    color:rgba(255,255,255,.8);

    max-width:420px;

}

.footer h4{

    font-size:1.2rem;

    margin-bottom:22px;

    color:var(--yellow);

}

.footer ul{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.footer a{

    color:rgba(255,255,255,.82);

    transition:.3s;

}

.footer a:hover{

    color:var(--yellow);

}

.footer-contact li{

    color:rgba(255,255,255,.82);

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.12);

    padding-top:28px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.footer-bottom p{

    color:rgba(255,255,255,.65);

    font-size:.95rem;

}

/*
=====================================================
WHATSAPP FLOAT
=====================================================
*/

.whatsapp{

    position:fixed;

    right:30px;

    bottom:30px;

    width:68px;

    height:68px;

    border-radius:50%;

    background:#25D366;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:2rem;

    box-shadow:

    0 15px 40px rgba(0,0,0,.25);

    z-index:999;

    transition:.35s;

}

.whatsapp:hover{

    transform:scale(1.12);

}

/*
=====================================================
UTILITÁRIOS
=====================================================
*/

.hidden{

    opacity:0;

    transform:translateY(50px);

}

.show{

    opacity:1;

    transform:none;

    transition:all .8s ease;

}

.text-center{

    text-align:center;

}

.mb-0{

    margin-bottom:0;

}

.mt-40{

    margin-top:40px;

}
/*
=====================================================
RESPONSIVO
=====================================================
*/

@media (max-width:1200px){

.hero h1{

    font-size:3.8rem;

}

.section-header h2,
.sobre-content h2,
.regiao-content h2{

    font-size:2.6rem;

}

}

@media (max-width:992px){

section{

    padding:90px 0;

}

.grid-2,
.hero-grid{

    grid-template-columns:1fr;

    gap:50px;

}

.hero{

    padding-top:130px;
    text-align:center;

}

.hero p{

    margin:auto auto 35px;

}

.hero-buttons{

    justify-content:center;
    flex-wrap:wrap;

}

.hero-image{

    order:-1;

}

.hero-image img{

    max-width:430px;

}

.menu{

    display:none;

}

.menu-mobile{

    display:block;

    color:white;

}

.header.scrolled .menu-mobile{

    color:var(--primary);

}

.stats-grid{

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

}

.cards-grid{

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

}

.gallery-grid{

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

}

.support-grid{

    grid-template-columns:1fr;

}

.social-grid{

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

}

.footer-grid{

    grid-template-columns:1fr;

    text-align:center;

}

.footer-brand p{

    margin:auto;

}

.footer-brand img{

    margin:auto auto 30px;

}

.footer-bottom{

    justify-content:center;

    text-align:center;

}

}

@media (max-width:768px){

section{

    padding:80px 0;

}

.hero h1{

    font-size:2.9rem;

}

.section-header{

    margin-bottom:50px;

}

.section-header h2,
.sobre-content h2,
.regiao-content h2{

    font-size:2.1rem;

}

.stats-grid,
.cards-grid,
.gallery-grid,
.social-grid,
.videos-grid{

    grid-template-columns:1fr;

}

.region-list{

    grid-template-columns:1fr;

}

.hero-buttons{

    flex-direction:column;

}

.btn{

    width:100%;

}

.logo img{

    height:60px;

}

.gallery-item img{

    height:280px;

}

.support-card,
.card,
.social-card,
.stat-card{

    padding:35px 25px;

}

}

@media (max-width:880px){

.hero{

    min-height:auto;

    padding-top:120px;
    padding-bottom:60px;

}

.hero h1{

    font-size:2.3rem;

}

.hero p{

    font-size:1rem;

}

.section-header h2,
.sobre-content h2,
.regiao-content h2{

    font-size:1.8rem;

}

.section-tag{

    font-size:.72rem;

    letter-spacing:1px;

}

.container{

    width:94%;

}

.stat-card h3{

    font-size:2.5rem;

}

.card-icon,
.support-icon,
.social-icon{

    width:70px;
    height:70px;

    font-size:1.6rem;

}

.whatsapp{

    width:58px;
    height:58px;

    right:18px;
    bottom:18px;

    font-size:1.7rem;

}

.lightbox-close{

    top:20px;
    right:20px;

    font-size:2.3rem;

}
.video-player{

    display:grid;

    grid-template-columns:2fr 420px;

    gap:40px;

    align-items:flex-start;

}

.video-main video{

    width:100%;

    border-radius:20px;

    overflow:hidden;

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

}

.video-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.video-item{

    display:flex;

    gap:18px;

    align-items:center;

    padding:15px;

    background:#fff;

    border-radius:16px;

    cursor:pointer;

    transition:.3s;

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

}

.video-item:hover{

    transform:translateY(-4px);

}

.video-item.active{

    border-left:5px solid var(--yellow);

}

.video-item img{

    width:130px;

    height:75px;

    object-fit:cover;

    border-radius:10px;

}

.video-item h4{

    color:var(--primary);

    margin-bottom:6px;

}

.video-item span{

    color:#777;

    font-size:.9rem;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-561a44b *//* =====================================================
MENU MOBILE
===================================================== */

@media (max-width:992px){

    .menu{

        position:fixed;

        top:88px;

        left:0;

        width:100%;

        background:#ffffff;

        display:flex;

        flex-direction:column;

        align-items:center;

        gap:0;

        padding:25px 0;

        box-shadow:0 20px 40px rgba(0,0,0,.12);

        transform:translateY(-150%);

        opacity:0;

        visibility:hidden;

        transition:.35s ease;

        z-index:998;

    }

    .menu.active{

        transform:translateY(0);

        opacity:1;

        visibility:visible;

    }

    .menu a{

        width:100%;

        padding:18px 0;

        text-align:center;

        color:var(--primary);

        font-size:1rem;

        font-weight:600;

        border-bottom:1px solid rgba(0,0,0,.05);

    }

    .menu a:last-child{

        border-bottom:none;

    }

    .menu a:hover{

        background:rgba(0,62,138,.05);

    }

    .menu-mobile{

        display:flex;

        align-items:center;

        justify-content:center;

        width:48px;

        height:48px;

        font-size:1.8rem;

        color:#ffffff;

        cursor:pointer;

        transition:.3s;

    }

    .header.scrolled .menu-mobile{

        color:var(--primary);

    }

    .menu-mobile.active{

        transform:rotate(180deg);

    }

}

/* =====================================================
BOTÃO VOLTAR AO TOPO
===================================================== */

.back-top{

    position:fixed;

    right:30px;

    bottom:115px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    font-size:1.4rem;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

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

    opacity:0;

    visibility:hidden;

    transform:translateY(20px);

    transition:.35s ease;

    z-index:998;

}

.back-top.show{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

.back-top:hover{

    background:var(--secondary);

    transform:translateY(-4px);

}

@media (max-width:768px){

    .back-top{

        right:18px;

        bottom:88px;

        width:48px;

        height:48px;

        font-size:1.2rem;

    }

}/* End custom CSS */