@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Manrope:wght@400..800&display=swap');

:root {
    --purple: #5b3df5;
    --p2: #2c2470;
    --orange: #ffad24;
    --yellow: #ffc84b;
    --green: #29c66f;
    --coral: #ff6258;
    --blue: #1c80d3;
    --ink: #14163f;
    --muted: #6d6e82;
    --line: #eceaf4;
    --soft: #fbfaf7;
    --shadow: 0 16px 40px rgba(42,31,110,0.10)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'Manrope',sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: inherit
}

.wrap {
    width: min(1460px,calc(100% - 44px));
    margin: auto
}

h1,h2,h3 {
    font-family: 'Baloo 2',cursive,sans-serif;
    letter-spacing: -0.04em;
    margin-top: 0
}

h2 {
    font-size: clamp(2rem,3vw,3.5rem);
    line-height: 1.02
}

h1 em,h2 em {
    font-style: normal;
    color: var(--purple)
}

p {
    margin-top: 0;
    line-height: 1.7;
    color: var(--muted)
}

.section {
    padding: 72px 0
}

.soft {
    background: linear-gradient(#fff,#fffaf2)
}

.center {
    text-align: center
}

.wa-icon {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 16px;
    font-weight: 800;
    transition: transform 0.22s ease,box-shadow 0.22s ease;
    cursor: pointer
}

.btn:hover {
    transform: translateY(-2px)
}

.primary {
    background: var(--purple);
    color: #fff;
    box-shadow: 0 8px 20px rgba(91,61,245,0.22)
}

.ghost {
    background: #fff;
    border: 1px solid var(--line)
}

.big {
    padding: 15px 22px
}

.top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(20,22,63,0.05)
}

.navrow {
    height: 90px;
    display: flex;
    align-items: center;
    gap: 28px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content
}

.brand img {
    width: 64px;
    height: 64px;
    object-fit: contain
}

.brand span {
    display: flex;
    flex-direction: column;
    line-height: 0.84;
    font: 700 1.55rem 'Baloo 2',sans-serif;
    color: var(--p2)
}

.nav {
    display: flex;
    gap: 25px;
    margin-left: auto;
    align-items: center
}

.nav a {
    font-size: 0.86rem;
    font-weight: 600
}

.nav a:hover {
    color: var(--purple)
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.actions .btn {
    font-size: 0.82rem
}

.hamb {
    display: none;
    border: 0;
    background: none;
    cursor: pointer;
    padding: 5px
}

.hamb i {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    margin: 5px 0
}

.hero {
    padding: 38px 0 0;
    overflow: hidden;
    position: relative
}

.heroGrid {
    display: grid;
    grid-template-columns: 1.05fr 0.92fr 0.7fr;
    align-items: center;
    gap: 20px;
    min-height: 565px
}

.heroCopy {
    align-self: start;
    padding-top: 54px
}

.kicker {
    font-weight: 700;
    margin-bottom: 18px
}

.hero h1 {
    font-size: clamp(4rem,6vw,7.2rem);
    line-height: 0.82;
    color: #29215f;
    margin-bottom: 24px
}

.hero h1 em {
    color: var(--orange)
}

.heroCopy>p {
    max-width: 560px;
    font-size: 1.03rem
}

.heroBtns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0
}

.family {
    display: flex;
    align-items: center;
    gap: 7px
}

.family small {
    margin-left: 8px;
    color: var(--muted);
    line-height: 1.35
}

.character {
    height: 535px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.character img {
    height: 535px;
    object-fit: contain;
    position: relative;
    z-index: 2
}

.swoosh {
    position: absolute;
    width: 120%;
    height: 56%;
    border: 32px solid var(--orange);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 16%;
    left: -10%;
    transform: rotate(-13deg);
    pointer-events: none
}

.starbox {
    position: absolute;
    z-index: 3;
    left: 2%;
    top: 8%;
    width: 64px;
    height: 64px;
    background: #8b69ff;
    color: var(--yellow);
    border-radius: 17px;
    display: grid;
    place-items: center;
    font-size: 32px;
    transform: rotate(-10deg);
    box-shadow: var(--shadow)
}

.values {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 10px 20px;
    box-shadow: var(--shadow)
}

.values>div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line)
}

.values>div:last-child {
    border: 0
}

.ico {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.3rem;
    flex: 0 0 auto
}

.orange {
    background: var(--orange)
}

.coral {
    background: var(--coral)
}

.purple {
    background: var(--purple)
}

.green {
    background: var(--green)
}

.values p {
    margin: 0
}

.values strong,.values span {
    display: block
}

.values strong {
    font-size: 0.86rem;
    color: var(--ink)
}

.values span {
    font-size: 0.72rem
}

.head {
    margin-bottom: 32px
}

.head p {
    margin-top: -6px;
    font-size: 1.05rem
}

.stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 24px
}

.stats article {
    border-radius: 18px;
    padding: 28px 16px;
    text-align: center;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stats b {
    font-size: 1.6rem
}

.stats strong {
    font: 700 2.1rem 'Baloo 2',sans-serif;
    color: var(--p2)
}

.stats span {
    font-size: 0.88rem;
    font-weight: 700
}

.sy {
    background: #fff3d8
}

.sr {
    background: #ffe5e4
}

.sg {
    background: #e4f6e9
}

.sp {
    background: #efebff
}

.stagesSec {
    background: #fff
}

.stages {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,420px));
    justify-content: center;
    gap: 32px;
    text-align: center
}

.stageCard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(20,20,70,0.04);
    transition: transform 0.25s ease,box-shadow 0.25s ease;
    display: block
}

.stageCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(91,61,245,0.12)
}

.stages figure {
    width: 100%;
    height: 240px;
    margin: 0 0 18px;
    border-radius: 20px;
    overflow: hidden;
    background: #f8f7ff;
    display: flex;
    align-items: center;
    justify-content: center
}

.stages img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px
}

.stages h3 {
    font-size: 1.35rem;
    color: var(--p2);
    margin: 6px 0 2px
}

.stages small {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--purple)
}

.activities {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.activities article {
    border: 1px solid var(--line);
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(20,20,70,0.04);
    display: flex;
    flex-direction: column
}

.activities img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: top center;
    display: block
}

.activities article>div {
    padding: 20px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.activities h3 {
    color: var(--purple);
    font-size: 1.3rem;
    margin: 0 0 6px
}

.activities p {
    font-size: 0.86rem;
    padding-right: 35px;
    margin-bottom: 0
}

.activities a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    border: 1px solid #d9d1ff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--purple);
    transition: background 0.2s
}

.activities a:hover {
    background: #f0ecff
}

.bannerSec {
    padding: 10px 0 30px
}

.purpleBanner {
    background: linear-gradient(135deg,#623cea,#7651f4);
    border-radius: 40px 30px 45px 35px / 35px 45px 30px 40px;
    height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 0 40px 0 30px;
    gap: 40px
}

.purpleBanner>img {
    height: 112%;
    width: auto;
    object-fit: contain;
    align-self: flex-end;
    margin-bottom: -10px;
    margin-left: 20px;
    flex-shrink: 0
}

.purpleBanner>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px
}

.purpleBanner h2 {
    color: #ffffff !important;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.15
}

.purpleBanner h2 em {
    color: var(--yellow,#ffeb3b) !important;
    font-style: normal
}

.purpleBanner p {
    color: #ffffff !important;
    font-size: 1.25rem;
    opacity: 0.95;
    line-height: 1.4;
    margin: 0
}

.ctaSec {
    padding: 30px 0 60px
}

.cta {
    background: var(--yellow);
    border-radius: 36px;
    padding: 40px 50px 0 50px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(255,173,36,0.2)
}

.cta>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    padding-bottom: 40px
}

.cta h2 {
    color: var(--p2);
    font-size: clamp(2rem,3.2vw,3.2rem);
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.1
}

.cta h2 em {
    color: var(--purple);
    font-style: normal
}

.cta p {
    color: #4a5568;
    font-size: 1.1rem;
    margin-bottom: 24px;
    font-weight: 600
}

.cta .btn {
    background: var(--purple);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(91,61,245,0.3)
}

.cta .btn:hover {
    background: var(--purple-dark,#4b2ee0);
    transform: translateY(-2px)
}

.cta-character,.cta img.cta-character {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    justify-self: center;
    align-self: flex-end;
    margin-bottom: 0;
    z-index: 1;
    display: block
}

.testimonials-section {
    padding: 60px 0;
    overflow: hidden
}

.testimonial-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    position: relative
}

.testimonials-track {
    display: flex !important;
    gap: 24px !important;
    width: max-content !important;
    will-change: transform
}

.testimonial-card {
    width: 380px !important;
    flex-shrink: 0 !important;
    background: #ffffff !important;
    border: 1px solid #eceaf4 !important;
    border-radius: 20px !important;
    padding: 28px !important;
    box-shadow: 0 10px 25px rgba(42,31,110,0.06) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important
}

.testimonial-card b {
    color: #ffad24 !important;
    letter-spacing: 0.08em !important;
    font-size: 1.1rem !important;
    display: block !important;
    margin-bottom: 8px !important
}

.testimonial-card p {
    font-size: 0.95rem !important;
    color: #3b3d54 !important;
    line-height: 1.6 !important;
    margin: 10px 0 16px 0 !important;
    font-style: italic !important
}

.testimonial-card small {
    color: #6d6e82 !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    display: block !important
}

.btn-depoimento {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #5b3df5 !important;
    color: #ffffff !important;
    padding: 14px 32px !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(91,61,245,0.25) !important;
    transition: all 0.25s ease !important
}

.btn-depoimento:hover {
    background-color: #4b2ee0 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(91,61,245,0.35) !important;
    color: #ffffff !important
}

@media (max-width:600px) {
    .testimonial-card {
        width: 290px !important
    }
}

.foot {
    background: linear-gradient(90deg,#2b1f78,#4b29a7);
    color: #fff;
    padding: 36px 0 16px
}

.footgrid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4,1fr);
    gap: 35px
}

.fbrand img {
    width: 58px;
    height: 58px
}

.fbrand span {
    color: #fff;
    font-size: 1.2rem
}

.foot h4 {
    font: 700 1rem 'Baloo 2',sans-serif;
    margin: 0 0 8px
}

.foot a,.foot span,.foot p {
    display: block;
    color: rgba(255,255,255,0.78);
    font-size: 0.72rem;
    margin: 5px 0;
    line-height: 1.5
}

.copy {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 24px;
    padding-top: 13px;
    font-size: 0.69rem;
    color: rgba(255,255,255,0.7)
}

.wafloat {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    z-index: 900;
    box-shadow: 0 10px 25px rgba(37,211,102,0.3);
    transition: transform 0.2s ease
}

.wafloat:hover {
    transform: scale(1.08)
}

.wafloat img {
    width: 32px;
    height: 32px;
    object-fit: contain
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease,transform 0.7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.noticiasHero,.ensinoHero,.experienciasHero,.estruturaHero,.familiasHero {
    padding: 50px 0 30px 0;
    background: #fdfdfd;
    width: 100%
}

.noticiasHeroContainer,.ensinoHeroContainer,.experienciasHeroContainer,.estruturaHeroContainer,.familiasHeroContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 200px
}

.noticiasHeroContent,.ensinoHeroText,.experienciasHeroText,.estruturaHeroText,.familiasHeroText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    z-index: 2
}

.noticiasHeroContent h1,.ensinoHeroText h1,.experienciasHeroText h1,.estruturaHeroText h1,.familiasHeroText h1 {
    font-size: 2.8rem;
    margin: 10px 0;
    line-height: 1.2
}

.noticiasHeroContent p,.ensinoHeroText p,.experienciasHeroText p,.estruturaHeroText p,.familiasHeroText p {
    font-size: 1.15rem;
    color: #666;
    margin: 0 auto;
    line-height: 1.5
}

.noticiasHeroImage,.ensinoHeroImg,.experienciasHeroImg,.estruturaHeroImg,.familiasHeroImg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none
}

.noticiasHeroImage img,.ensinoHeroImg img,.experienciasHeroImg img,.estruturaHeroImg img,.familiasHeroImg img {
    max-width: 230px;
    height: auto
}

.newsPageSec {
    padding: 40px 0 80px 0
}

.newsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
    gap: 30px
}

.newsCard {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease,box-shadow 0.3s ease
}

.newsCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1)
}

.newsThumb {
    width: 100%;
    height: 210px;
    background: #f4f6f9;
    overflow: hidden;
    position: relative
}

.newsThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease
}

.newsCard:hover .newsThumb img {
    transform: scale(1.05)
}

.newsBody {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.newsDate {
    font-size: 0.85rem;
    color: #718096;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px
}

.newsTitle {
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 16px 0;
    font-weight: 700
}

.newsTitle a {
    color: #2d3748;
    transition: color 0.2s ease
}

.newsTitle a:hover {
    color: #6143e7
}

.newsAuthor {
    font-size: 0.85rem;
    color: var(--muted,#888);
    margin-top: auto;
    padding-top: 10px
}

.newsCard.is-hidden {
    display: none !important
}

.loadMoreWrap {
    text-align: center;
    margin: 50px 0
}

.loadMoreWrap #loadMoreBtn {
    background-color: #6143e7;
    color: #ffffff;
    border: none;
    padding: 14px 36px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(97,67,231,0.3);
    display: inline-block
}

.loadMoreWrap #loadMoreBtn:hover {
    background-color: #4f33d4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(97,67,231,0.45)
}

.newsBottomBanner,.estruturaGalleryBanner {
    margin-top: 60px;
    margin-bottom: 80px
}

.bannerCard,.galleryBannerCard {
    background: linear-gradient(135deg,#6143e7 0%,#7b5ff3 100%);
    border-radius: 28px;
    padding: 45px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    box-shadow: 0 15px 35px rgba(97,67,231,0.25)
}

.bannerText,.galleryBannerText {
    max-width: 550px
}

.bannerText h2,.galleryBannerText h2 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    color: #ffffff !important;
    font-weight: 800;
    line-height: 1.2
}

.bannerText p,.galleryBannerText p {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.95) !important;
    line-height: 1.5;
    margin: 0
}

.bannerImg,.galleryBannerImg {
    flex-shrink: 0
}

.bannerImg img,.galleryBannerImg img {
    max-width: 320px;
    height: auto;
    border-radius: 20px;
    display: block
}

.ensinoBlock {
    padding: 60px 0
}

.ensinoFeature {
    display: flex;
    align-items: center;
    gap: 50px
}

.ensinoFeature.reverse {
    flex-direction: row-reverse
}

.ensinoThumb {
    flex: 0 0 45%;
    max-width: 500px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    background: #fff
}

.ensinoThumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block
}

.ensinoContent {
    flex: 1
}

.ensinoContent h2 {
    font-size: 2.3rem;
    margin: 15px 0 12px 0;
    color: #2d3748
}

.ensinoLead {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px
}

.ensinoList {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ensinoList li {
    font-size: 0.98rem;
    color: #4a5568;
    line-height: 1.5;
    position: relative;
    padding-left: 24px
}

.ensinoList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #6143e7;
    font-weight: 800
}

.expPageSec {
    padding: 50px 0 80px 0
}

.expGrid {
    display: flex;
    flex-direction: column;
    gap: 45px
}

.expCard {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
    transition: transform 0.3s ease
}

.expCard:hover {
    transform: translateY(-4px)
}

.expCard:nth-child(even) {
    flex-direction: row-reverse
}

.expThumb {
    flex: 0 0 42%;
    max-width: 480px;
    border-radius: 20px;
    overflow: hidden;
    background: #f4f6f9
}

.expThumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: top center;
    display: block
}

.expBody {
    flex: 1
}

.expBody h2 {
    font-size: 2.1rem;
    margin: 12px 0;
    color: #2d3748
}

.expBody p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px
}

.expList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.expList li {
    font-size: 0.95rem;
    color: #4a5568;
    position: relative;
    padding-left: 22px
}

.expList li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #6143e7;
    font-size: 0.85rem
}

.estruturaPageSec {
    padding: 40px 0 80px 0
}

.estruturaGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 24px;
    margin-bottom: 60px
}

.estruturaCard {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease
}

.estruturaCard:hover {
    transform: translateY(-4px)
}

.estruturaBadge {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 800;
    color: #6143e7;
    background: rgba(97,67,231,0.08);
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px
}

.estruturaCard h3 {
    font-size: 1.25rem;
    color: #2d3748;
    margin: 0 0 10px 0;
    font-weight: 700
}

.estruturaCard p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0
}

.familiasPageSec {
    padding: 40px 0 80px 0
}

.familiasGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 30px;
    margin-bottom: 70px
}

.famCard {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.famStars {
    color: #f1c40f;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 14px
}

.famText {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 24px;
    flex-grow: 1
}

.famAuthor {
    display: flex;
    align-items: center;
    gap: 14px
}

.famAvatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #6143e7;
    color: #ffffff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center
}

.sendDepoimentoBox {
    background: #ffffff;
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 15px 40px rgba(97,67,231,0.08);
    border: 2px solid rgba(97,67,231,0.12);
    max-width: 800px;
    margin: 0 auto
}

.sendDepoimentoHeader {
    text-align: center;
    margin-bottom: 30px
}

.sendDepoimentoHeader h2 {
    font-size: 2.1rem;
    color: #2d3748;
    margin: 12px 0 8px 0
}

.sendDepoimentoHeader p {
    color: #64748b;
    font-size: 1.05rem
}

.depoimentoForm {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.formRow.twoCols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.inputGroup {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.inputGroup label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #2d3748
}

.inputGroup input,.inputGroup textarea {
    width: 100%;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    font-size: 0.95rem;
    background: #f8fafc;
    outline: none;
    transition: border-color 0.2s ease
}

.inputGroup input:focus,.inputGroup textarea:focus {
    border-color: #6143e7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(97,67,231,0.15)
}

.starRating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px
}

.starRating input {
    display: none
}

.starRating label {
    font-size: 1.8rem;
    color: #cbd5e1;
    cursor: pointer
}

.starRating input:checked~label,.starRating label:hover,.starRating label:hover~label {
    color: #f1c40f
}

@media (max-width:1200px) {
    .nav {
        display: none
    }
    .hamb {
        display: block;
        margin-left: auto
    }
    .actions .ghost {
        display: none
    }
    .nav.open {
        display: flex !important;
        position: absolute;
        left: 22px;
        right: 22px;
        top: 82px;
        background: #fff;
        border-radius: 20px;
        padding: 20px;
        box-shadow: var(--shadow);
        flex-direction: column;
        z-index: 1001;
        gap: 15px
    }
    .actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid var(--line)
    }
    .actions .btn {
        width: 100%;
        justify-content: center
    }
    .heroGrid {
        grid-template-columns: 1fr 1fr
    }
    .values {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr))
    }
    .footgrid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width:1024px) {
    .noticiasHeroImage,.ensinoHeroImg,.experienciasHeroImg,.estruturaHeroImg,.familiasHeroImg {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-top: 20px !important
    }
    .noticiasHeroImage img,.ensinoHeroImg img,.experienciasHeroImg img,.estruturaHeroImg img,.familiasHeroImg img {
        max-width: 180px !important;
        margin: 0 auto
    }
}

@media (max-width:800px) {
    .wrap {
        width: min(100% - 24px,1460px)
    }
    .navrow {
        height: 72px
    }
    .brand img {
        width: 50px;
        height: 50px
    }
    .brand span {
        font-size: 1.14rem
    }
    .actions .primary {
        display: none
    }
    .heroGrid {
        grid-template-columns: 1fr;
        text-align: center
    }
    .heroCopy {
        padding-top: 25px
    }
    .hero h1 {
        font-size: clamp(3.2rem,14vw,4.8rem)
    }
    .heroCopy>p {
        margin: 0 auto
    }
    .heroBtns {
        justify-content: center
    }
    .character {
        height: 380px
    }
    .character img {
        max-height: 360px
    }
    .values {
        grid-template-columns: 1fr
    }
    .stats {
        grid-template-columns: repeat(2,1fr)
    }
    .stages {
        grid-template-columns: 1fr
    }
    .activities,.testimonials,.newsGrid {
        grid-template-columns: 1fr
    }
    .purpleBanner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 30px 20px 0 20px !important;
        height: auto !important;
        gap: 16px;
        border-radius: 28px
    }
    .purpleBanner>div {
        order: 1;
        width: 100%;
        max-width: 100%
    }
    .purpleBanner h2 {
        font-size: 2rem !important;
        line-height: 1.2 !important
    }
    .purpleBanner p {
        font-size: 1rem !important
    }
    .purpleBanner>img {
        order: 2;
        height: 220px !important;
        width: auto !important;
        align-self: center !important;
        margin: 0 auto -5px auto !important
    }
    .cta {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px 0 20px
    }
    .cta>div {
        align-items: center;
        padding-bottom: 20px
    }
    .cta-character,.cta img.cta-character {
        height: 220px;
        max-width: 280px;
        margin: 10px auto 0 auto
    }
    .cta .btn {
        width: 100%
    }
    .footgrid {
        grid-template-columns: 1fr 1fr
    }
    .ensinoFeature,.ensinoFeature.reverse,.expCard,.expCard:nth-child(even),.bannerCard,.galleryBannerCard {
        flex-direction: column !important;
        text-align: center;
        padding: 24px;
        gap: 24px
    }
    .ensinoThumb,.expThumb,.bannerImg img,.galleryBannerImg {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100%
    }
    .ensinoList li,.expList li {
        text-align: left
    }
    .sendDepoimentoBox {
        padding: 25px 20px
    }
    .formRow.twoCols {
        grid-template-columns: 1fr
    }
}

@media (max-width:520px) {
    .section {
        padding: 48px 0
    }
    .brand img {
        width: 42px;
        height: 42px
    }
    .heroBtns {
        flex-direction: column
    }
    .heroBtns .btn {
        width: 100%
    }
    .character {
        height: 280px
    }
    .character img {
        max-height: 260px
    }
    .stats,.footgrid {
        grid-template-columns: 1fr
    }
    .purpleBanner h2,.cta h2 {
        font-size: 1.7rem !important
    }
}

.pill {
    display: inline-block;
    background: rgba(91,61,245,0.1);
    color: var(--purple,#5b3df5);
    font-weight: 800;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.contactSection {
    padding: 40px 0 80px 0
}

.contactGrid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: start
}

.contactInfo h2 {
    font-size: 2.4rem;
    color: #2d3748;
    margin-bottom: 8px
}

.contactSub {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 28px
}

.contactCards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px
}

.contactCard {
    background: #ffffff;
    border: 1px solid #eceaf4;
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 8px 20px rgba(42,31,110,0.04);
    transition: transform 0.2s ease,box-shadow 0.2s ease
}

.contactCard:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(91,61,245,0.08)
}

.contactIcon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    flex-shrink: 0
}

.contactCard strong {
    display: block;
    font-size: 0.82rem;
    color: #8c8ea7;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px
}

.contactCard span {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2c2470
}

.contactMapCard {
    background: #ffffff;
    border: 1px solid #eceaf4;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(42,31,110,0.06);
    display: flex;
    flex-direction: column
}

.contactMapCard h3 {
    font-size: 1.5rem;
    color: #2c2470;
    margin: 0 0 4px 0
}

.contactMapCard p {
    font-size: 0.95rem;
    color: #6d6e82;
    margin-bottom: 20px
}

.mapIframeWrapper {
    width: 100%;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
    background: #f4f6f9
}

@media (max-width:900px) {
    .contactGrid {
        grid-template-columns: 1fr;
        gap: 30px
    }
    .mapIframeWrapper {
        height: 300px
    }
    .contactInfo h2 {
        font-size: 2rem
    }
}

.wrap.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.contact-info-block h2 {
    font-size: 2rem;
    margin-bottom: 20px
}

.contact-item {
    font-size: 1.05rem;
    margin-bottom: 16px !important;
    line-height: 1.5;
    color: #3b3d54
}

.contact-item strong {
    display: block;
    font-size: 0.9rem;
    color: var(--purple,#5b3df5);
    margin-bottom: 2px
}

.map {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(42,31,110,0.08)
}

@media (max-width:768px) {
    .wrap.contact {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.innerHero {
    padding-top: 130px !important;
    padding-bottom: 40px !important
}

@media (max-width:768px) {
    .innerHero {
        padding-top: 100px !important;
        padding-bottom: 30px !important
    }
}

.pageHero {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    text-align: center
}

.pageHero .pill,.innerHero .pill {
    display: inline-block;
    background: #eeebfe !important;
    color: #5b3df5 !important;
    font-weight: 800 !important;
    font-size: 0.8rem !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important
}

.pageHero h1,.innerHero h1 {
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    color: #1e1b4b !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.02em !important
}

.pageHero h1 em,.innerHero h1 em {
    font-style: normal !important;
    color: #5b3df5 !important
}

.pageHero p,.innerHero p {
    font-size: 1.15rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    line-height: 1.5 !important
}

.wrap.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    padding-top: 20px
}

.contact-info-block h2 {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    color: #1e1b4b !important;
    margin-bottom: 24px !important
}

.contact-item {
    font-size: 1.05rem !important;
    margin-bottom: 18px !important;
    color: #334155 !important
}

.contact-item strong {
    display: block;
    font-size: 0.85rem !important;
    color: #5b3df5 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px
}

.map {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(42,31,110,0.08)
}

@media (max-width:800px) {
    .pageHero h1,.innerHero h1 {
        font-size: 2.1rem !important
    }
    .wrap.contact {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media (max-width:1200px) {
    .hamb {
        display: block !important;
        margin-left: auto
    }
    .top>.wrap>.actions {
        display: none !important
    }
    .nav.open {
        display: flex !important;
        position: absolute !important;
        left: 15px !important;
        right: 15px !important;
        top: 80px !important;
        background: #ffffff !important;
        border-radius: 20px !important;
        padding: 24px 20px !important;
        box-shadow: 0 15px 35px rgba(20,20,70,0.15) !important;
        flex-direction: column !important;
        gap: 16px !important;
        z-index: 1001 !important;
        border: 1px solid #eceaf4 !important
    }
    .nav.open a {
        font-size: 1rem !important;
        padding: 8px 0;
        width: 100%;
        text-align: center
    }
    .nav.open .actions,.nav.open .mobile-actions {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
        margin-top: 10px !important;
        padding-top: 16px !important;
        border-top: 1px solid #eceaf4 !important
    }
    .nav.open .btn,.nav.open .actions .btn,.nav.open .actions .ghost,.nav.open .actions .primary {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important
    }
}

.navrow {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important
}

.nav {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important
}

.nav .actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-left: 15px !important
}

@media (max-width:1024px) {
    .hamb {
        display: block !important
    }
    .nav {
        display: none !important
    }
    .nav.open {
        display: flex !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 100% !important;
        left: 15px !important;
        right: 15px !important;
        background: #ffffff !important;
        padding: 24px 20px !important;
        border-radius: 20px !important;
        box-shadow: 0 15px 35px rgba(20,20,70,0.15) !important;
        border: 1px solid #eceaf4 !important;
        z-index: 9999 !important;
        gap: 14px !important
    }
    .nav.open a {
        text-align: center;
        width: 100%;
        padding: 6px 0
    }
    .nav.open .actions {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        padding-top: 16px !important;
        border-top: 1px solid #f0edf9 !important;
        gap: 10px !important
    }
    .nav.open .actions .btn {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        box-sizing: border-box !important
    }
}

.clickable-news {
    cursor: pointer
}

.news-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,visibility 0.3s ease
}

.news-modal.active {
    opacity: 1;
    visibility: visible
}

.news-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,22,63,0.75);
    backdrop-filter: blur(4px)
}

.news-modal-container {
    position: relative;
    background: #ffffff;
    width: min(800px,calc(100% - 40px));
    max-height: 85vh;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    z-index: 2;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

.news-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #ffffff;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: var(--p2,#2c2470);
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    line-height: 1
}

.news-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: var(--purple,#5b3df5);
    border: none;
    font-size: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: grid;
    place-items: center;
    transition: background 0.2s,color 0.2s
}

.news-modal-nav:hover {
    background: var(--purple,#5b3df5);
    color: #ffffff
}

.news-modal-nav.prev {
    left: 15px
}

.news-modal-nav.next {
    right: 15px
}

.news-modal-img-wrap {
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    background: #f4f6f9;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-modal-img-wrap img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    display: block
}

.news-modal-body {
    padding: 30px
}

.news-full-text {
    margin-top: 15px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ink,#14163f)
}

@media (max-width:768px) {
    .news-modal-nav.prev {
        left: 5px
    }
    .news-modal-nav.next {
        right: 5px
    }
    .news-modal-body {
        padding: 20px
    }
}

.famCard.is-hidden {
    display: none !important
}

.loadMoreWrap .btn,.depoimentoForm .btn {
    background: var(--purple,#5b3df5) !important;
    color: #ffffff !important;
    border-radius: 99px !important;
    box-shadow: none !important;
    border: none !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: transform 0.2s ease,opacity 0.2s ease !important
}

.loadMoreWrap .btn:hover,.depoimentoForm .btn:hover {
    transform: translateY(-2px) !important;
    opacity: 0.95 !important
}

.familiasGrid {
    display: grid !important;
    grid-template-columns: repeat(3,1fr) !important;
    gap: 25px !important;
    align-items: stretch
}

.famCard.is-hidden {
    display: none !important
}

@media (max-width:992px) {
    .familiasGrid {
        grid-template-columns: repeat(2,1fr) !important
    }
}

@media (max-width:640px) {
    .familiasGrid {
        grid-template-columns: 1fr !important
    }
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.section {
    padding: 80px 0
}

.section.soft {
    background-color: #f9f9fb
}

.pill {
    display: inline-block;
    padding: 6px 16px;
    background-color: #eef2ff;
    color: #4f46e5;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 16px
}

h1 em,h2 em {
    font-style: normal;
    color: #4f46e5
}

.innerHero {
    padding: 60px 0 80px;
    background-color: #fafafa
}

.innerHero .wrap.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.innerHero h1 {
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1f2937
}

.innerHero p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #4b5563
}

.innerHero img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05)
}

.wrap.content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start
}

.wrap.content h2 {
    font-size: 2.25rem;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #1f2937
}

.wrap.content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563
}

.infocards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.infocards article {
    background: #ffffff;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: transform 0.2s ease,box-shadow 0.2s ease
}

.infocards article:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.06)
}

.infocards article b {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 12px
}

.infocards article h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #111827
}

.infocards article p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.5
}

.wrap.head {
    text-align: center;
    max-width: 600px
}

.wrap.head h2 {
    font-size: 2.25rem;
    margin-bottom: 12px
}

.wrap.head p {
    font-size: 1.1rem;
    color: #6b7280
}

@media (max-width:992px) {
    .innerHero .wrap.two,.wrap.content {
        grid-template-columns: 1fr;
        gap: 40px
    }
    .infocards {
        grid-template-columns: 1fr
    }
}

/* Container de ações no Mobile */
.nav-actions-mobile {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Estilo do Botão do Jogo */
.btn-game {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.btn-game img {
    width: 36px;  /* Ajuste a largura do ícone do jogo */
    height: 36px; /* Ajuste a altura do ícone do jogo */
    object-fit: contain;
}

.btn-game:hover {
    transform: scale(1.1);
}

/* Regras de Exibição (Mobile vs Desktop) */
@media (min-width: 993px) {
    /* No computador, esconde a duplicata que fica ao lado do hambúrguer */
    .nav-actions-mobile .btn-game {
        display: none;
    }
}

@media (max-width: 992px) {
    /* No celular, esconde a versão interna do menu */
    .desktop-only {
        display: none !important;
    }
}
/* Container Mobile (Lado direito) */
.mobile-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Estilização do Botão de Ícone dos Jogos */
.btn-game-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    line-height: 0;
}

/* Tamanho Controlado da Imagem no Desktop */
.btn-game-icon img {
    width: 80px;  /* Tamanho fixo para não estourar */
    height: 80px;
    object-fit: contain;
    display: block;
}

/* Ajustes no Desktop (> 992px) */
@media (min-width: 993px) {
    .mobile-header-right .btn-game-icon {
        display: none; /* Esconde do container mobile quando estiver no PC */
    }
}

/* Ajustes no Celular (<= 992px) */
@media (max-width: 992px) {
    .desktop-only {
        display: none !important; /* Esconde a versão desktop dentro do nav */
    }
    
    /* Tamanho compacto do ícone no Celular */
    .btn-game-icon img {
        width: 50px;
        height: 50px;
    }
}