:root{font-family:"Baloo 2",sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#061746;--primary-bg: #061746;--primary-color: #F5A10F;--secondary-color: #FF0B0B;--accent-color: #646cff;--surface-card: #0b2d84;--surface-ink: #05060d;--surface-soft: #081f57;--text-muted: rgba(255, 255, 255, .78);--border-soft: rgba(255, 255, 255, .12);--glow-orange: #f5a10f77;--glow-red: #ff0c0c84;--header-height: calc(3rem + 40px) ;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;text-decoration:inherit}body{margin:0;background-color:#fff;overflow-x:hidden}.highlight{color:var(--primary-color)}.header{max-width:100%;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background-color:var(--primary-bg);box-shadow:0 2px 3px #00000032;border-bottom:2px solid white;position:fixed;top:0;left:0;right:0;z-index:1000}.app-container{padding-top:var(--header-height);overflow-x:hidden}.logo-container{display:flex;align-items:center;z-index:1001}.logo{height:40px;width:auto}.burger-menu{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001;transition:all .3s ease;position:relative}.burger-menu span{width:25px;height:3px;background-color:#ffffffde;border-radius:3px;transition:all .3s ease;display:block}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{transition:ease .3s all;color:#ffffffde;text-decoration:none;font-weight:500;font-size:1rem;background-color:transparent;padding:.5rem;border-radius:.5rem}.nav-links a:hover{color:var(--primary-bg);background-color:var(--primary-color)}@media(max-width:768px){.burger-menu{display:flex}.nav-links{position:fixed;top:var(--header-height);right:-100%;height:calc(100vh - var(--header-height));width:70%;max-width:300px;background-color:var(--primary-bg);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease-in-out;box-shadow:-5px 0 15px #0000004d;z-index:999}.nav-links.active{right:0}.nav-links a{font-size:1.2rem;padding:1rem 2rem;width:100%;text-align:center}}.hero-section{width:100%;height:75vh;padding:0;background-image:url(/images/hero_bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column}.main-content{flex:1;display:flex;justify-content:flex-start;padding:0 2rem}.home-section{display:flex;flex-direction:column;align-items:flex-start;margin-top:6rem;gap:1rem;max-width:600px;min-height:100vh}.home-section h1{font-size:3.5rem;font-weight:700;color:#fffffff2;margin:0;line-height:1}.home-section p{font-size:1.25rem;color:#fffc;margin:0;line-height:1.6}@media(max-width:1024px){.hero-section{height:80vh}}.site-footer{position:relative;background:#071646;color:#fff;overflow:hidden;padding:3.5rem 2.5rem 2rem}.footer-orb{position:absolute;border-radius:50%;border:6px solid #0b2d84;z-index:0}.footer-orb--left{width:140px;height:140px;background:#f5a10f;left:-90px;bottom:-50px}.footer-orb--right{width:180px;height:180px;background:#ff0b0b;right:-70px;top:-70px}.footer-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;gap:3rem}.footer-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem;align-items:start}.footer-brand img{width:140px;height:auto}.footer-column h4{font-size:1.2rem;margin:0 0 .8rem}.footer-column p,.footer-column a{font-size:1rem;color:#ffffffd9}.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.footer-socials{display:flex;gap:.6rem;margin-top:.9rem}.social-link{min-width:34px;min-height:34px;padding:0 .75rem;background:#f5a10f;color:#071646;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.5rem;font-weight:700;text-transform:none;transition:all .3s ease}.social-link:hover{background:#ff0b0b;color:#fff}.footer-bottom{font-size:.95rem;color:#ffffffbf;text-align:center}.cta-button{padding:0 1rem;height:50px;font-size:14px;font-weight:600;text-transform:uppercase;border:none;border-radius:.5rem;background-color:var(--secondary-color);color:#fff;cursor:pointer;text-decoration:none;transition:all .3s ease;align-self:flex-start;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Baloo 2",sans-serif}.cta-button:hover{background-color:#e40d0d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px var(--glow-red)}.cta-button_2{padding:0 2rem;height:50px;font-size:14px;font-weight:600;text-transform:uppercase;border:none;border-radius:.5rem;background-color:var(--primary-color);color:#061746;cursor:pointer;text-decoration:none;align-self:flex-start;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Baloo 2",sans-serif}.cta-button:hover{transition:background-color .3s ease,box-shadow .3s ease;background-color:#e40d0d;transform:translateY(-2px);box-shadow:0 4px 12px var(--glow-red)}.cta-button:active,.cta-button_2:active{transform:translateY(0)}.about-section{width:100%;padding:4rem 2rem;background-position:right bottom;display:flex;align-items:center;justify-content:center;gap:2rem;min-height:70vh;height:auto}.about_content{display:flex;flex-direction:column;align-items:flex-start;max-width:1400px;margin:0 auto;z-index:999}.about-section h2{font-size:2.5rem;font-weight:700;color:var(--primary-bg);margin:0}.about-section p{font-size:1.125rem;color:var(--primary-bg);max-width:700px;text-align:justify;z-index:999}.about-image{max-width:600px;width:100%;height:auto}#catalog{background-color:#fff}#banner_mat{width:100%;background-image:url(/images/bg_banner_1.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}#banner_ciencia{width:100%;background-image:url(/images/bg_banner_2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:4rem}.banner{max-width:1400px;margin:0 auto;min-height:310px;height:auto;padding:2rem 6rem;color:#fff;border-radius:1rem;border:#f5a10f33 1px solid;display:flex}.banner-image{max-width:150px;width:100%;margin-bottom:1rem}.banner h2{font-size:2.5rem;font-weight:700;margin:0 0 6px}.banner p{font-size:1rem;line-height:1.2;max-width:700px}.catalog_content{display:flex;flex-direction:column;align-items:flex-start;max-width:1400px;margin:3rem auto}.catalog_description{font-size:1rem;color:var(--primary-bg);max-width:640px}.catalog_title{font-size:2.5rem;font-weight:700;color:var(--primary-bg)}.banner_content .cta-button_2{margin-top:1rem;max-width:100%;width:500px;display:flex;justify-content:center}@media(max-width:1024px){.catalog_content{padding:0 1rem}.banner{padding:3rem 2rem}}.program-section{padding:2.5rem 0}.program-layout{max-width:1400px;margin:0 auto}.program-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.program-card{background:var(--surface-card);border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 26px #00000059;width:100%;min-height:280px;justify-content:flex-start}.program-icon{width:80px;height:80px;display:grid;place-items:center;flex-shrink:0}.program-icon img{width:70px;height:70px;display:block}.program-info{display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.program-tag{font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--primary-color)}.program-card h3{font-size:1.75rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.program-card p{margin:0;font-size:1rem;color:#ffffffc7;line-height:1.5;flex-grow:1}.program-card-ecosystem{background-image:url(/images/bg_ecossistema.jpg);background-attachment:fixed;background-size:cover;position:relative}.program-card-ecosystem .program-info{justify-content:center}.program-card-ecosystem .cta-button{align-self:flex-start;justify-content:center;background-color:transparent;background-color:var(--primary-color);color:#000}@media(max-width:1024px){.program-layout{padding:0 1.5rem}}@media(max-width:768px){.program-cards{grid-template-columns:1fr;gap:1.5rem}.program-card{min-height:auto;padding:1.5rem}.program-icon{width:70px;height:70px}.program-icon img{width:60px;height:60px}.program-card h3{font-size:1.5rem}}.ecosystem-section{padding:4rem 0;background:var(--primary-bg);position:relative;overflow:hidden}.ecosystem-section:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(245,161,15,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,51,102,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.ecosystem-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.ecosystem-header{text-align:center;margin-bottom:3.5rem}.ecosystem-header h2{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 .5rem;line-height:1.2}.ecosystem-highlight{color:var(--primary-color)}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.ecosystem-card{border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0006;display:flex;flex-direction:column;height:100%;position:relative;transition:transform .3s ease,box-shadow .3s ease}.ecosystem-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px #f5a10f26}.ecosystem-card-image{width:100%;height:220px;overflow:hidden;position:relative}.ecosystem-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.ecosystem-card:hover .ecosystem-card-image img{transform:scale(1.08)}.ecosystem-card-content{padding:1.75rem;display:flex;flex-direction:column;flex-grow:1;background:linear-gradient(135deg,#0b2d84f2,#081f57f2);position:relative}.ecosystem-card-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,161,15,.3),transparent)}.ecosystem-card-content h3{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.3}.ecosystem-card-content p{font-size:.95rem;color:#ffffffc2;margin:0;line-height:1.6;flex-grow:1}@media(max-width:1024px){.ecosystem-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.ecosystem-header h2{font-size:2rem}.ecosystem-card-image{height:180px}.ecosystem-card-content h3{font-size:1.15rem}.ecosystem-card-content p{font-size:.9rem}}@media(max-width:640px){.ecosystem-section{padding:2.5rem 0}.ecosystem-container{padding:0 1rem}.ecosystem-header{margin-bottom:2.5rem}.ecosystem-header h2{font-size:1.65rem}.ecosystem-header h2 br{display:none}.ecosystem-grid{grid-template-columns:1fr;gap:1.25rem}.ecosystem-card{display:grid;grid-template-columns:1fr}.ecosystem-card-image{height:150px}.ecosystem-card-content{padding:1.25rem}.ecosystem-card-content h3{font-size:1rem;margin-bottom:.5rem}.ecosystem-card-content p{font-size:.85rem;line-height:1.5}}.included-products{background:var(--surface-ink);border-radius:1.6rem;padding:1.5rem;border:1px solid rgba(245,161,15,.22);display:grid;gap:1.5rem;box-shadow:0 18px 30px #0006}.included-header{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:700;font-size:1.6rem}.included-icon{width:48px;height:48px;display:grid;place-items:center}.included-icon svg{width:48px;height:48px;display:block}.included-card{background:var(--surface-card);border-radius:1.4rem;overflow:hidden;position:relative;border:2px solid var(--primary-color);display:grid;grid-template-rows:auto auto;min-height:250px;height:auto}.included-media{min-height:160px;background-size:cover;background-position:center}.included-media--books{background-image:linear-gradient(180deg,#070a141a,#070a1499),url(/images/img_produto_1.jpg)}.included-media--kits{background-image:linear-gradient(180deg,#070a141a,#070a1499),url(/images/img_produto_kit.jpg)}.included-media--labs{background-image:linear-gradient(180deg,#070a141a,#070a1499),url(/images/img_produto_labs.jpg)}.included-label{background:var(--surface-card);color:#fff;text-align:center;padding:.9rem 1rem;font-size:1.05rem;border-top:1px solid rgba(255,255,255,.2)}.included-badge{position:absolute;top:0;right:0;width:68px;height:68px;background:var(--primary-color);border-bottom-left-radius:1.2rem;display:grid;place-items:center}.included-badge svg{width:32px;height:32px;display:block}.contato-section{display:flex;align-items:stretch;min-height:520px}.contato_image{flex:1;min-height:520px;overflow:hidden}.contato-image{width:100%;height:100%;object-fit:cover;display:block}.contato_box_right{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 3.5rem;background-image:url(/images/bg_contato.jpg);color:#061746;background-size:cover;background-position:center}.contato_content{max-width:520px;display:grid;gap:1.2rem}.contato_content h2{font-size:2.4rem;line-height:1.1;margin:0}.contato_content p{margin:0;font-size:1.05rem;color:#061746}.contato_info{list-style:none;display:grid;gap:.9rem;margin:0;padding:0}.contato_info li{display:flex;align-items:center;gap:.8rem;font-size:1rem}.contato_info img{width:26px;height:26px;flex-shrink:0}.lab-section{background-image:url(/images/bg_lab.jpg);min-height:520px;height:auto;width:100%;display:flex;justify-content:space-between;padding:3rem 2rem;margin:4rem 0}.lab-section h2{font-size:4rem;font-weight:700;line-height:1;color:var(--primary-bg);margin:0}.lab-section p{font-size:1.125rem;color:var(--primary-bg);margin:0;line-height:1.5}.lab-section .lab-content{display:flex;flex-direction:column;padding:60px 0;max-width:790px}.lab-content .cta-button{width:100%;align-items:center;justify-content:center;margin-top:2rem}.lab-section img{width:618px!important;height:448px!important;max-width:100%}@media(max-width:1024px){.lab-section{background-size:cover;flex-direction:column;gap:1rem;padding:3rem .5rem}.lab-section .lab-content{padding:1rem}.lab-section h2{font-size:2rem}.lab-content p{font-size:1rem}.lab-section img{width:100%!important;height:auto!important}}.whatsapp-float{position:fixed;right:1.5rem;bottom:1.5rem;width:56px;height:56px;border-radius:50%;background:#22c55e;color:#0a0f1d;display:grid;place-items:center;box-shadow:0 12px 24px #00000040;z-index:1200;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float i{font-size:1.6rem}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000004d}@media(max-width:768px){.whatsapp-float{right:1rem;bottom:1rem;width:50px;height:50px}}.product-page{background-color:#fff}.detail-hero{position:relative;min-height:70vh;padding:5.5rem 6rem 4.5rem;display:flex;align-items:center;background-image:linear-gradient(120deg,#061746eb,#06174699),url(/images/bg_page_matematica.jpg);background-size:cover;background-position:center;overflow:hidden}.detail-hero:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#f5a10f59,#f5a10f00);top:-100px;right:-80px;opacity:.7}.detail-hero__content{position:relative;z-index:1;max-width:1200px;display:grid;gap:1.5rem}.detail-hero__tag{display:inline-flex;align-items:center;gap:.5rem;background:#f5a10f29;border:1px solid rgba(245,161,15,.4);color:var(--primary-color);padding:.35rem .85rem;border-radius:999px;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;width:fit-content}.detail-hero h1{font-size:clamp(2.6rem,4vw,4.4rem);line-height:1.05;margin:0}.detail-hero p{font-size:1.1rem;color:var(--text-muted);line-height:1.6}.detail-hero__badges{display:flex;flex-wrap:wrap;gap:.75rem}.detail-hero__badges span{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:.75rem;background:#0b2d8499;border:1px solid rgba(255,255,255,.12);font-size:.95rem}.detail-hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.detail-section{padding:4.5rem 1rem;color:#061746}.detail-section--alt{background:linear-gradient(180deg,#081c52,#061746);color:#fff}.detail-section__header{max-width:1200px;margin:0 auto 2.5rem;display:grid;gap:1rem}.detail-section__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);text-transform:uppercase;font-weight:600;letter-spacing:.08em;font-size:.9rem}.detail-section__header h2{font-size:clamp(2rem,3vw,3rem);margin:0}.detail-section__header p{font-size:1.05rem;line-height:1.6}.detail-section__grid{max-width:1200px;margin:0 auto;display:flex;gap:2rem}.detail-section__image-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.detail-section__image-container img{width:100%}.detail-card{background:var(--surface-card);border-radius:1.2rem;height:auto;display:flex;flex-direction:column;align-items:start;padding:1.6rem;border:1px solid var(--border-soft);box-shadow:0 16px 30px #00000059;gap:1.2rem;position:relative;min-height:600px;width:50%;max-width:1200px}.detail-card__badge{position:absolute;top:-12px;right:20px;display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary-color),#f5a10f);color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 8px 16px #f5a10f4d;border:2px solid rgba(255,255,255,.3)}.detail-card__image{width:100%;border-radius:1rem;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}.detail-card__image.lightbox-target{cursor:zoom-in;transition:transform .2s ease,box-shadow .2s ease}.detail-card__image.lightbox-target:hover{transform:scale(1.01);box-shadow:0 16px 26px #00000059}.detail-card h3{font-size:1.35rem;display:flex;gap:.6rem;margin:0;color:#fff;padding:0}.detail-card p{color:#fff}.detail-card__content{display:flex;flex-direction:column;gap:1rem;width:100%}.detail-card__footer{width:100%;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.detail-list{list-style:none;display:grid;gap:.7rem}.detail-list li{display:flex;gap:.75rem;align-items:center;color:#ffffffe6;font-size:.98rem;line-height:1.45}.detail-list li img{width:72px;height:72px;flex-shrink:0;object-fit:cover;border-radius:.65rem;border:1px solid rgba(255,255,255,.22);background:#ffffff14;box-shadow:0 12px 24px #0000004d;cursor:zoom-in;transition:transform .2s ease,box-shadow .2s ease}.detail-list li img:hover,.detail-list li img:focus-visible{transform:scale(1.03);box-shadow:0 16px 26px #00000059;outline:none}.detail-list__meta{padding:.55rem .75rem;border-radius:.75rem;background:#ffffff14;border:1px dashed rgba(255,255,255,.25);font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.06em}.detail-list__meta:before{display:none}.detail-note{background:#f5a10f1f;border:1px solid rgba(245,161,15,.4);border-radius:.9rem;padding:.85rem 1rem;display:flex;gap:.6rem;align-items:flex-start;color:#ffe6b3;font-size:.95rem}.detail-note i,.detail-callout i{font-size:1.2rem;margin-top:.1rem}.detail-callout{width:1200px;max-width:100%;margin:auto auto 0;padding:1.2rem 1.4rem;border-radius:1rem;background:#ff0b0b1f;border:1px solid rgba(255,11,11,.4);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem;color:#ffffffeb;margin-top:4rem}.detail-callout__image{width:100%;max-width:400px;border-radius:1rem}.detail-summary{max-width:1200px;margin:2.5rem auto 0;display:grid;gap:1rem;color:var(--text-muted);font-size:1.05rem;line-height:1.7}.detail-divider{max-width:1200px;margin:0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(245,161,15,.6),transparent)}body.no-scroll{overflow:hidden}.image-lightbox{position:fixed;inset:0;background:#061746eb;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:2000}.image-lightbox.is-visible{opacity:1;pointer-events:auto}.image-lightbox__content{position:relative;display:grid;gap:.85rem;align-items:center;justify-items:center;max-width:min(1100px,92vw);max-height:90vh}.image-lightbox__image{max-width:100%;max-height:78vh;border-radius:1rem;box-shadow:0 24px 60px #0000008c;background:#ffffff14}.image-lightbox__caption{color:#ffffffe6;font-size:1rem;text-align:center}.image-lightbox__close{position:absolute;top:-.75rem;right:-.75rem;width:40px;height:40px;border-radius:999px;border:none;background:var(--primary-color);color:#061746;display:grid;place-items:center;cursor:pointer;font-size:1.2rem;box-shadow:0 12px 24px #0000004d}@media(max-width:1024px){.detail-section__grid{flex-direction:column}.detail-section__image-container{grid-template-columns:1fr;gap:.5rem}.detail-section__image-container img,.detail-card{width:100%}.detail-hero{min-height:auto}}@media(max-width:460px){.detail-section h2{font-size:1.5rem}.detail-section span{font-size:.7rem}}@media(max-width:720px){.detail-hero{padding:4.5rem 1.5rem 3.5rem}.detail-hero__actions .cta-button,.detail-hero__actions .cta-button_2{width:100%;justify-content:center}.detail-section{padding:3.5rem 1.5rem}.image-lightbox{padding:1.25rem}.image-lightbox__close{top:-.5rem;right:-.5rem}}@media(max-width:520px){.detail-hero__badges span{width:100%}.detail-list li{font-size:.7rem}}.materials-grid{display:flex;flex-direction:row;gap:2rem;max-width:1200px;margin:0 auto}.materials-left{display:flex;flex-direction:column;gap:1.5rem;width:100%}.materials-left img{width:100%;border-radius:1.2rem;box-shadow:0 16px 30px #00000059;object-fit:cover}.materials-right{display:flex;flex-direction:column;gap:1rem;width:100%}.materials-right img{width:100%;border-radius:1.2rem;box-shadow:0 16px 30px #00000059;object-fit:cover}.materials-card{background:linear-gradient(135deg,var(--primary-color),#f5a10f);border-radius:1.2rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;color:#fff;box-shadow:0 16px 30px #00000059;border:1px solid rgba(255,255,255,.2)}.materials-card h3{font-size:1.3rem;margin:0;font-weight:700}.materials-card p{font-size:.95rem;line-height:1.5;margin:0}.materials-card img{width:100%;border-radius:.8rem;object-fit:contain;max-height:150px}@media(max-width:1024px){.materials-grid{flex-direction:column;gap:1.5rem}.materials-right{flex-direction:column}}@media(max-width:720px){.materials-right{grid-template-columns:1fr}.materials-card h3{font-size:1.1rem}.materials-card p{font-size:.9rem}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.program-layout{grid-template-columns:1fr}.program-section{padding:2rem}.contato_box_right{padding:2.5rem}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-column{text-align:start}.footer-socials{justify-content:start}}@media(max-width:768px){.hero-section{background-image:url(/images/bg_hero_mobile.jpg)}.main-content{padding:0 .6rem;margin-top:2rem}.home-section{max-width:100%;gap:.5rem;padding:0 1rem;margin-top:0;justify-content:start}.cta-button{width:100%;font-size:13px;align-items:center;justify-content:center;margin-top:1rem}.home-section h1{font-size:2rem}.home-section p{font-size:.8rem;line-height:1.3}.header .nav-links{display:flex}.about-section{padding:4rem 1rem;min-height:auto;flex-direction:column;gap:3rem}.about_content{max-width:100%}.about-section h2{font-size:2.2rem}.about-section p{font-size:1rem}.about-image{max-width:100%}}@media(max-width:720px){.banner{flex-direction:column}#banner_mat{order:1;background-image:url(/images/bg_banner_1_mobile.jpg);min-height:675px}#banner_ciencia{order:2;background-image:url(/images/bg_banner_2_mobile.jpg);min-height:675px}.banner h2{font-size:1.8rem}.banner p{font-size:.9rem}.program-card{grid-template-columns:1fr;padding:1.25rem}.program-icon{width:60px;height:60px}.program-icon svg{width:54px;height:54px}.program-card h3,.included-header{font-size:1.4rem}.included-media{min-height:200px}.contato-section{flex-direction:column}.contato_image{display:none}.contato_image,.contato_box_right{min-height:320px}.contato_box_right{padding:2rem 1.5rem}.contato_content{max-width:100%}.site-footer{padding:3rem 1.5rem 2rem}.footer-top{grid-template-columns:1fr;text-align:center}}@media(max-width:520px){.program-section{padding:1.5rem 0}.included-label{font-size:.95rem}.contato_content h2{font-size:2rem}}@media(max-width:355px){.home-section h1{font-size:1.6rem}}
