.elementor-13 .elementor-element.elementor-element-c5b6a3b{--display:flex;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-b6208c8{--display:flex;}.elementor-13 .elementor-element.elementor-element-b6208c8.e-con{--order:-99999 /* order start hack */;}.elementor-13 .elementor-element.elementor-element-cd71889{padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-cd71889.elementor-element{--align-self:stretch;--order:-99999 /* order start hack */;}.elementor-13 .elementor-element.elementor-element-42a957f{--display:flex;}.elementor-13 .elementor-element.elementor-element-4e526c0{--display:flex;}.elementor-13 .elementor-element.elementor-element-2564a9c{--display:flex;}.elementor-13 .elementor-element.elementor-element-74c69dd{--display:flex;}.elementor-13 .elementor-element.elementor-element-24d16c3{--display:flex;}.elementor-13 .elementor-element.elementor-element-9413c73{--display:flex;}.elementor-13 .elementor-element.elementor-element-d24ec6f{--display:flex;}.elementor-13 .elementor-element.elementor-element-1e342c2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5211e8b *//* RESET */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* VARIÁVEIS */
:root {
    --primary: #0A2540;
    --secondary: #00A86B;
    --whatsapp: #25D366;
    --light-bg: #F8FAFC;
    --white: #FFFFFF;
    --dark-bg: #071728;
    --card-dark: #0f2a4a;
    --text-dark: #1E293B;
    --text-light: #64748B;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --glass-bg: rgba(255, 255, 255, 0.75);
    --glass-border: rgba(255, 255, 255, 0.4);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.text-center { text-align: center; }
.w-100 { width: 100%; }

.glass {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    box-shadow: var(--shadow);
}

.section-tag { 
    color: var(--secondary); 
    font-weight: 600; 
    text-transform: uppercase; 
    font-size: 0.85rem; 
    letter-spacing: 1.5px; 
    display: block; 
    margin-bottom: 5px; 
}

.section-title { 
    font-size: 2.2rem; 
    color: var(--primary); 
    margin-bottom: 20px; 
}

/* HERO */
.hero { 
    position: relative; 
    min-height: 100vh; 
    background: linear-gradient(135deg, rgba(10,37,64,0.92), rgba(0,168,107,0.75)), url('https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?auto=format&fit=crop&q=80&w=1600') center/cover no-repeat fixed; 
    display: flex; 
    align-items: center; 
    color: var(--white); 
    padding-top: 80px; 
}
#particles-js { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.hero-container { position: relative; z-index: 2; }
.badge { 
    background: rgba(255,255,255,0.15); 
    padding: 6px 16px; 
    border-radius: 20px; 
    font-size: 0.8rem; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}
.hero-title { font-size: 3.2rem; margin: 15px 0 5px; }
.hero-subtitle { font-size: 1.6rem; color: var(--secondary); font-weight: 500; }
.hero-desc { font-size: 1.2rem; margin: 15px 0 25px; }
.hero-list { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
    max-width: 500px; 
    margin-bottom: 30px; 
    list-style: none;
}
.hero-list li { font-size: 0.95rem; display: flex; align-items: center; gap: 8px; }
.hero-btns { display: flex; gap: 15px; flex-wrap: wrap; }

/* BOTÕES */
.btn { 
    padding: 12px 24px; 
    border-radius: 30px; 
    font-weight: 600; 
    font-size: 0.9rem; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
    gap: 8px; 
    cursor: pointer; 
    transition: var(--transition); 
    border: none; 
    text-decoration: none;
}
.btn-primary { background-color: var(--secondary); color: #FFF; }
.btn-primary:hover { background-color: #008f5a; transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--primary); }

.counters-section { margin-top: -50px; position: relative; z-index: 10; }
.counters-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.counter-card { text-align: center; padding: 30px 20px; }
.counter-card i { font-size: 2.2rem; color: var(--secondary); margin-bottom: 10px; }
.counter-card h3, .counter-inline { font-size: 2.2rem; color: var(--primary); font-weight: 700; }
.counter-inline { display: flex; justify-content: center; align-items: center; }

/* SOBRE */
.sobre-container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.sobre-img-box { position: relative; }
.sobre-img { width: 100%; border-radius: 16px; object-fit: cover; }
.sobre-badge { 
    position: absolute; 
    bottom: -20px; 
    right: -20px; 
    padding: 15px 25px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    font-weight: 700; 
    color: var(--primary); 
}
.paragraph { margin-bottom: 15px; color: var(--text-light); }
.sobre-features { margin-top: 20px; }
.sf-item { margin-bottom: 10px; font-weight: 600; display: flex; align-items: center; gap: 10px; color: var(--secondary); }

/* CARDS */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; margin-top: 40px; }
.card { overflow: hidden; transition: var(--transition); }
.card:hover { transform: translateY(-8px); }
.card-img-wrap { position: relative; height: 180px; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.card-icon { 
    position: absolute; 
    bottom: -20px; 
    right: 20px; 
    background: var(--secondary); 
    color: #FFF; 
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    font-size: 1.2rem; 
}
.card-body { padding: 25px 20px 20px; }
.card-body h3 { margin-bottom: 10px; color: var(--primary); }
.card-body p { font-size: 0.88rem; color: var(--text-light); margin-bottom: 12px; }
.card-benefit { display: block; font-size: 0.8rem; color: var(--secondary); margin-bottom: 15px; }
.btn-link { color: var(--primary); font-weight: 600; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }

.beneficios-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }
.ben-item { padding: 20px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; font-weight: 600; }
.ben-item i { font-size: 1.8rem; color: var(--secondary); }

.timeline { position: relative; max-width: 800px; margin: 40px auto 0; }
.timeline::after { content: ''; position: absolute; width: 4px; background: var(--secondary); top: 0; bottom: 0; left: 50%; margin-left: -2px; }
.timeline-item { padding: 10px 40px; position: relative; width: 50%; }
.timeline-item.left { left: 0; }
.timeline-item.right { left: 50%; }
.timeline-content { padding: 20px 30px; }
.step-num { color: var(--secondary); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; }

/* GALERIA */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }
.gallery-item img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; cursor: pointer; transition: var(--transition); }
.gallery-item img:hover { transform: scale(1.03); }
.lightbox-modal { 
    display: none; 
    position: fixed; 
    z-index: 2000; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.85); 
    justify-content: center; 
    align-items: center; 
}
.lightbox-content { max-width: 80%; max-height: 80%; border-radius: 8px; }
.lightbox-close { position: absolute; top: 20px; right: 35px; color: #fff; font-size: 40px; cursor: pointer; }

/* DEPOIMENTOS */
.slider-container { position: relative; max-width: 700px; margin: 30px auto 0; overflow: hidden; }
.slider-wrapper { display: flex; transition: transform 0.5s ease-in-out; }
.testimonial-card { min-width: 100%; padding: 40px; text-align: center; }
.stars { color: #FFD700; font-size: 1.2rem; margin-bottom: 10px; }
.patient-name { margin-top: 15px; color: var(--secondary); }
.slider-controls { display: flex; justify-content: center; gap: 15px; margin-top: 15px; }
.slide-btn { background: var(--secondary); color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; transition: var(--transition); }
.slide-btn:hover { background: #008f5a; }

.community-box { padding: 30px; margin-top: 30px; }
.form-group { margin-bottom: 15px; }
.form-group input, .form-group select, .form-group textarea { 
    width: 100%; 
    padding: 12px 15px; 
    border-radius: 8px; 
    border: 1px solid #DDD; 
    background: rgba(255,255,255,0.8); 
    font-family: inherit; 
    color: var(--text-dark);
}
.divider { border: 0; height: 1px; background: rgba(0,0,0,0.1); margin: 20px 0; }
.post-card { padding: 15px; border-radius: 8px; background: rgba(0,0,0,0.03); margin-bottom: 15px; }

/* FAQ */
.faq-accordion { max-width: 800px; margin: 30px auto 0; }
.faq-item { margin-bottom: 15px; overflow: hidden; }
.faq-question { 
    width: 100%; 
    padding: 20px; 
    text-align: left; 
    background: none; 
    border: none; 
    font-weight: 600; 
    font-size: 1rem; 
    color: var(--primary); 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    cursor: pointer; 
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; padding: 0 20px; }
.faq-answer p { padding-bottom: 20px; color: var(--text-light); }

/* CONTATO */
.contato-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.c-detail { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.c-detail i { font-size: 1.4rem; color: var(--secondary); }
.contato-form-box { padding: 30px; }

/* FOOTER */
.footer { background: var(--dark-bg); color: #FFF; padding: 50px 0 20px; margin-top: 80px; }
.footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; }
.footer-col h3 { color: var(--secondary); margin-bottom: 15px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 0.85rem; color: #94A3B8; }

.whatsapp-float { 
    position: fixed; 
    bottom: 30px; 
    right: 30px; 
    width: 60px; 
    height: 60px; 
    background-color: var(--whatsapp); 
    color: #FFF; 
    border-radius: 50%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    font-size: 30px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); 
    z-index: 1000; 
    animation: pulse 2s infinite; 
}
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.08); } 100% { transform: scale(1); } }

/* RESPONSIVO */
@media (max-width: 992px) {
    .sobre-container, .contato-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 2.4rem; }
    .timeline::after { left: 31px; }
    .timeline-item { width: 100%; padding-left: 70px; padding-right: 25px; }
    .timeline-item.right { left: 0%; }
}
@media (max-width: 768px) {
    .hero-list { grid-template-columns: 1fr; }
    .sobre-badge { position: relative; bottom: 0; right: 0; margin-top: 15px; }
}/* End custom CSS */