body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#f9f9f9;color:#001a53}.container{width:90%;max-width:900px;margin:0 auto}.navbar{background:#001a53;padding:1rem 0}.logo{color:#fff;font-weight:700;font-size:1.3rem;text-decoration:none}.navbar-brand{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:1rem;gap:1rem;width:800px}@media (max-width:600px){.navbar-brand{grid-template-columns:auto 1fr;width:100%;text-align:center;gap:.5rem;justify-items:center}.navbar-logo{height:50px!important}.navbar-title{font-size:1.05rem!important;justify-self:center!important;text-align:center!important;margin-top:.25rem}}.navbar-logo{height:100px;width:auto;justify-self:start}.navbar-title{font-size:2rem;font-weight:700;color:#fff;justify-self:center;text-align:center}.nav-links{list-style:none;display:flex;gap:2rem;margin:20px 0 0;padding:0}.nav-links a{color:#f9cc00;text-decoration:none;font-weight:700}.hero-section{background:linear-gradient(90deg,#00498f 60%,#2596be);color:#fff;padding:3rem 0;min-height:100px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content{margin:0}.hero-horizontal-bar{flex-direction:row;align-items:stretch;width:100%;max-width:520px;gap:2rem}.hero-box,.hero-horizontal-bar{display:flex;justify-content:center}.hero-box{flex:1 1;background:rgba(255,255,255,.13);color:#fff;font-size:1.25rem;align-items:center;min-width:150px;min-height:100px;border-radius:12px;box-shadow:0 2px 8px rgba(60,60,100,.1);transition:background .2s,color .2s;border-bottom:6px solid #ffeb3b;cursor:pointer;text-decoration:none!important;transition:box-shadow .18s,background .16s,border-color .18s}.hero-box:focus,.hero-box:hover{background:rgba(255,255,255,.22);box-shadow:0 4px 16px rgba(60,60,100,.2);outline:none;border-bottom-width:8px}.hero-box.kinder{background:#2596be;border-bottom:6px solid #ffc107}.hero-box.primaria{background:#4c879f;border-bottom:6px solid #ffc107}@media (max-width:600px){.hero-horizontal-bar{flex-direction:column;gap:1rem;max-width:95vw}.hero-box{min-height:100px!important;font-size:1.05rem}.hero-box-img{display:none}.hero-box-subtitle{margin:0 1rem}}.hero-box-inner{display:flex;flex-direction:column;align-items:center}.hero-box-img{width:200px;height:200px;object-fit:contain;margin:1.5rem 0 .5rem;border-radius:8px;box-shadow:0 1px 4px rgba(60,60,100,.07)}.hero-box-title{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.hero-box-subtitle{font-weight:400;font-size:1rem;opacity:.95;margin-bottom:1rem;margin-top:0}.about-section,.contact-section,.services-section{background:#fff;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px rgba(60,60,100,.04);padding:2rem}.about-section p{text-align:justify}.about-section h2,.contact-section h2,.services-section h2{color:#1a237e;margin-top:0}.services-section ul{list-style:none;padding:0}.services-section li{margin-bottom:1.5rem}.footer{background:#00498f;color:#fff;text-align:center;padding:1.5rem 0;margin-top:2rem;border-radius:0 0 12px 12px}.contact-email{color:#3f51b5;font-weight:700;display:inline-block;margin-top:.5rem;text-decoration:none}html{scroll-behavior:smooth}.footer-email{color:#fff;font-weight:700;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:color .2s}.footer-email:focus,.footer-email:hover{color:#f9cc00;-webkit-text-decoration:underline solid;text-decoration:underline solid;outline:none}