.elementor-1010 .elementor-element.elementor-element-0c500e3{--display:flex;}.elementor-1010 .elementor-element.elementor-element-fd215c3{--display:flex;}.elementor-1010 .elementor-element.elementor-element-33b3bcc{--display:flex;}.elementor-1010 .elementor-element.elementor-element-5fa5727{--display:flex;}.elementor-1010 .elementor-element.elementor-element-fa99783{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4cd2447 *//* ==========================
   RESET E CONFIGURAÇÃO GLOBAL
========================== */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    overflow-x:hidden;
}

body{
    font-family:Arial, Helvetica, sans-serif;
}

/* ==========================
   HEADER
========================== */

.navbar-container{
    width:100vw;
    position:relative;
    left:50%;
    margin-left:-50vw;
    background:#EEF6FF;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    z-index:999;
}

/* ==========================
   NAVBAR
========================== */

.navbar{

    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:220px 1fr 300px;

    align-items:center;

    gap:25px;

    padding:15px 30px;

}

/* ==========================
   LOGO
========================== */

.logo-container{

    display:flex;
    align-items:center;
    justify-content:flex-start;

}

.logo{

    width:140px;
    display:block;

}

/* ==========================
   MENU DESKTOP
========================== */

.nav-links{

    display:flex;
    justify-content:center;
    align-items:center;

    gap:32px;

    list-style:none;

}

.nav-links li{
    list-style:none;
}

.nav-links a{

    text-decoration:none;
    color:#333;

    font-size:15px;
    font-weight:600;

    white-space:nowrap;

    transition:.3s;

}

.nav-links a:hover{

    color:#ff2a8d;

}

/* ==========================
   BOTÃO WHATSAPP
========================== */

.whatsapp-btn{

    justify-self:end;

    display:flex;
    justify-content:center;
    align-items:center;

    gap:8px;

    width:100%;
    max-width:280px;
    height:44px;

    background:#25D366;

    color:#fff;
    text-decoration:none;

    border-radius:999px;

    font-size:14px;
    font-weight:bold;

    white-space:nowrap;

    transition:.3s;

}

.whatsapp-btn:hover{

    transform:translateY(-2px);

}

/* ==========================
   MENU HAMBÚRGUER
========================== */

.menu-toggle{

    display:none;

    width:48px;
    height:48px;

    border:none;
    border-radius:10px;

    background:#2b8cff;

    color:#fff;

    font-size:22px;

    cursor:pointer;

    align-items:center;
    justify-content:center;

    transition:.3s;

}

.menu-toggle.active{

    background:#ff2a8d;

}

/* ==========================
   MENU MOBILE
========================== */

.mobile-menu{

    display:none;

    flex-direction:column;

    width:100%;

    position:absolute;

    top:100%;
    left:0;

    background:#fff;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.mobile-menu.active{

    display:flex;

}

.mobile-menu a{

    padding:18px 22px;

    text-decoration:none;

    color:#333;

    font-weight:600;

    border-bottom:1px solid #eee;

}

.mobile-menu a:hover{

    background:#f8f8f8;

}

.mobile-whatsapp{

    background:#25D366;
    color:#fff !important;
    text-align:center;

}

/* ==========================
   RESPONSIVO
========================== */

@media(max-width:1200px){

    .navbar{

        display:flex;
        justify-content:space-between;
        align-items:center;

        padding:12px 20px;

    }

    .nav-links{

        display:none;

    }

    .whatsapp-btn{

        display:none;

    }

    .menu-toggle{

        display:flex;

    }

    .logo{

        width:120px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9af555d *//* Estilo e Posição do Botão Flutuante */
.whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 03px;
    background-color: #ff3399;
    color: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Animação de Pulsação */
@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29459e1 *//* ======================================
    RODAPÉ LARGURA 100% DO SITE
====================================== */

html,
body {
    overflow-x: hidden !important;
}

/* OCUPA 100% DA LARGURA DISPONÍVEL NO SITE */
.rodape {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    background: linear-gradient(
        135deg,
        #001f5c 0%,
        #001746 50%,
        #000d2b 100%
    );
    color: #fff;
    padding: 40px 60px 15px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.rodape-container {
    width: 100% !important;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.4fr 1.2fr 1.2fr;
    gap: 30px;
}

/* COLUNAS */
.rodape-col {
    min-height: 160px;
}

.rodape-col:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, .25);
    padding-left: 25px;
}

/* LOGO */
.logo-area img {
    width: 180px;
}

.logo-area p {
    color: #e5edff;
    font-size: 13px;
    line-height: 1.6;
}

/* TITULOS */
.rodape h3 {
    color: white;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
}

/* LINKS */
.rodape a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    line-height: 2;
    display: block;
}

.rodape a:hover {
    color: #ff2a8d;
}

/* TEXTOS */
.rodape p {
    color: #e5edff;
    font-size: 13px;
    line-height: 1.6;
}

/* REDES */
.redes {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.redes a {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #001f5c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* COPYRIGHT */
.copyright {
    width: 100%;
    margin-top: 25px;
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .25);
    font-size: 12px;
    color: #d5e2ff;
}

/* ELEMENTOR - REMOVE LIMITAÇÃO */
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    max-width: 100% !important;
}

/* TELAS GRANDES */
@media (min-width: 1600px) {
    .rodape {
        padding-left: 80px;
        padding-right: 80px;
    }

    .rodape-container {
        max-width: 1800px;
    }
}

/* TABLET */
@media (max-width: 1000px) {
    .rodape-container {
        grid-template-columns: 1fr 1fr;
    }
}

/* CELULAR */
@media (max-width: 600px) {
    .rodape-container {
        grid-template-columns: 1fr;
    }

    .rodape {
        text-align: center;
    }

    .rodape-col:not(:first-child) {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .25);
        padding-top: 20px;
        padding-left: 0;
    }

    .redes {
        justify-content: center;
    }
}

/* CORAÇÃO DA NOSSA MISSÃO */
.coracao {
    color: #ff2a8d !important;
    font-size: 65px !important;
    text-align: right;
    margin-top: 20px;
    display: block;
    text-shadow: 0 0 8px rgba(255, 42, 141, .6), 0 0 20px rgba(255, 42, 141, .4);
    animation: pulsarCoracao 1.8s infinite;
}

@keyframes pulsarCoracao {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.18);
    }
    100% {
        transform: scale(1);
    }
}/* End custom CSS */