@import "https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap";html,body,#root{width:100%;min-height:100vh}body{color:#1f2937;background:#fff;font-family:Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:#f7f8fa;font-family:Inter,Segoe UI,sans-serif}.navbar{z-index:1000;width:auto;position:fixed;top:18px;left:50%;transform:translate(-50%)}.navbar-inner{-webkit-backdrop-filter:blur(18px);background:#ebebebd1;border:1px solid #b4b4b42e;border-radius:999px;justify-content:space-between;align-items:center;gap:42px;padding:14px 34px;transition:all .35s;display:flex;box-shadow:0 10px 30px #0000001f,inset 0 1px #fff6}.logo{align-items:center;height:42px;display:flex}.logo-img{object-fit:contain;width:auto;max-width:190px;height:160%;display:block}.menu{align-items:center;gap:30px;display:flex}.menu a{color:#5d6168;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s}.menu a:hover{color:#013d7d}.navbar.scrolled .navbar-inner{background:#f5f5f5f7;transform:scale(.96);box-shadow:0 15px 40px #0000002e}.hero{color:#fff;background-image:url(/assets/escri-C1HLaJch.jpeg);background-position:50%;background-size:cover;align-items:center;width:100%;min-height:100vh;padding:120px 10% 80px;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(90deg,#01294fe6 0%,#013d7da6 50%,#01294f59 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:650px;position:relative}.hero-logo{filter:drop-shadow(0 8px 24px #00000059);width:300px;max-width:100%;margin-bottom:30px}.hero-content p{color:#fffffff2;letter-spacing:.01em;max-width:760px;margin-top:25px;font-family:Crimson Pro,serif;font-size:2.1rem;font-weight:500;line-height:1.45}.btn-primary{color:#fff;letter-spacing:.06em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:0 0;border:1px solid #ffffff8c;border-radius:50px;align-items:center;gap:10px;margin-top:36px;padding:14px 30px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:#ffffff1f;border-color:#ffffffe6;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-primary svg{transition:transform .3s}.btn-primary:hover svg{transform:translate(4px)}.hero-image{border:1px solid #ffffff14;border-radius:20px;height:620px;overflow:hidden;box-shadow:0 24px 60px #00000059}.hero-image img{object-fit:cover;object-position:center top;width:100%;height:100%}.section{max-width:1200px;margin:auto;padding:100px 30px}#sobre{padding-bottom:40px}#equipe{padding-top:40px}.section h2{text-align:center;color:#013d7d;letter-spacing:-.01em;margin-bottom:50px;font-size:2.2rem;font-weight:700}.section-divider{background:#013d7d;border-radius:10px;width:55px;height:3px;margin:-30px auto 45px}.section p{line-height:1.9}.about-content{background:#fff;border-left:3px solid #013d7d;border-radius:20px;max-width:900px;margin:0 auto;padding:45px 55px;box-shadow:0 10px 35px #0000000f}.about-content p{color:#374151;margin-bottom:24px;font-size:1.05rem;line-height:1.9}.about-highlights{grid-template-columns:repeat(4,1fr);gap:22px;margin-top:45px;margin-bottom:20px;display:grid}.highlight-card{text-align:center;background:#fff;border:1px solid #013d7d0f;border-radius:18px;padding:30px 20px;transition:all .3s;box-shadow:0 8px 25px #0000000f}.highlight-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #013d7d1f}.highlight-card span{color:#013d7d;margin-bottom:12px;font-size:2.2rem;font-weight:700;display:block}.highlight-card p{color:#4b5563;font-size:.95rem;font-weight:600;line-height:1.4}.areas-section{padding-top:80px}.areas-subtitle{text-align:center;color:#6b7280;max-width:700px;margin:-25px auto 55px;font-size:1.05rem}.cards{grid-template-columns:repeat(4,1fr);gap:26px;display:grid}.card{background:#fff;border:1px solid #013d7d14;border-radius:18px;min-height:190px;padding:32px 28px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000000f}.card:before{content:"";background:#013d7d;width:4px;height:100%;position:absolute;top:0;left:0}.card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #013d7d26}.card h3{color:#013d7d;margin-bottom:16px;font-size:1.08rem;font-weight:700;line-height:1.4}.card p{color:#4b5563;font-size:.95rem;line-height:1.75}.team-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;display:grid}.team-card{background:#fff;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #00000014}.team-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #00000026}.team-photo{height:460px;position:relative;overflow:hidden}.team-photo img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .45s,transform .45s;position:absolute;inset:0}.team-photo .photo-main{opacity:1}.team-card:hover .photo-main{opacity:0}.team-card:hover .photo-hover{opacity:1}.team-card:hover .photo-hover,.team-card:hover .photo-hover-second{transform:scale(1.04)}.team-photo.triple:hover .photo-hover{animation:6s infinite troca1}.team-photo.triple:hover .photo-hover-second{animation:6s infinite troca2}@keyframes troca1{0%,45%{opacity:1}50%,to{opacity:0}}@keyframes troca2{0%,45%{opacity:0}50%,to{opacity:1}}.team-info{text-align:center;padding:24px 28px}.team-info h3{color:#013d7d;margin-bottom:12px;font-size:1.35rem;font-weight:700}.team-line{background:#013d7d;width:45px;height:2px;margin:0 auto 12px}.team-info p{color:#6b7280;font-size:1rem}.contact{text-align:center}.contact p{color:#374151;margin-bottom:14px;font-size:1.05rem}.whatsapp{color:#fff;z-index:9999;background:#25d366;border-radius:999px;align-items:center;gap:10px;padding:16px 24px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 12px 30px #25d36659}.whatsapp svg{flex-shrink:0;font-size:1.4rem}.whatsapp:hover{transform:translateY(-4px);box-shadow:0 18px 40px #25d36673}@media (width<=900px){.cards{grid-template-columns:1fr;gap:18px}.card{padding:24px}.card h3{font-size:1.05rem}.navbar{width:calc(100% - 32px);top:12px}.navbar-inner{border-radius:40px;padding:10px 20px}.menu{flex-wrap:wrap;justify-content:center;gap:12px}.menu a{font-size:.75rem}.hero{color:#fff;background-image:url(/assets/escri-C1HLaJch.jpeg);background-position:50%;background-size:cover;align-items:center;min-height:100vh;padding:120px 8% 80px;display:flex}.hero p{color:#ffffffeb;max-width:100%;font-size:1.15rem;line-height:1.7}.btn-primary{color:#013d7d;border-color:#013d7d80;margin-top:30px;padding:15px 32px;font-size:1rem}.btn-primary:hover{background:#013d7d14;border-color:#013d7d}.hero-logo{width:220px}.hero-image{width:100%;height:320px}.team-grid{grid-template-columns:1fr}.about-highlights{grid-template-columns:repeat(2,1fr)}.footer-container{flex-direction:column;gap:35px;width:100%;max-width:100%;display:flex}.footer-map{display:none}.footer-info{width:100%}.footer-map iframe{border-radius:20px;width:100%;height:420px;min-height:420px;display:block}.footer-main-logo{margin:0 auto 40px;display:block}.footer-info{text-align:center}.footer-link{text-align:center;justify-content:center;gap:16px}}.footer-container{flex-direction:column;display:flex}.footer-map{order:1}.footer-info{order:2}.footer-map iframe{height:420px}.footer-map iframe .footer-map{display:none}.footer-map iframe .map-button{color:#013d7d;background:#fff;border-radius:999px;justify-content:center;align-items:center;margin-top:20px;padding:14px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.footer-map iframe .map-button:hover{transform:translateY(-2px)}.footer-map iframe .footer-main-logo{margin:0 auto 24px;display:block}.footer-map iframe .footer-info{align-items:center}.footer-contact{color:#fff;background:linear-gradient(135deg,#01294f 0%,#013d7d 100%);padding:90px 40px 40px}.footer-logo{text-align:center;margin-bottom:60px}.footer-logo img{width:260px;max-width:90%}.footer-grid{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.footer-item{align-items:flex-start;gap:15px;display:flex}.footer-item img{object-fit:contain;width:32px;height:32px}.footer-item h4{color:#fff;margin-bottom:10px;font-size:1rem}.footer-item p{color:#fffc;font-size:.95rem;line-height:1.8}.footer-bottom{text-align:center;color:#ffffffa6;border-top:1px solid #ffffff26;margin-top:60px;padding-top:25px;font-size:.85rem}.footer-contact{background:#012f63;padding:60px 50px 25px}.footer-container{grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;max-width:1400px;margin:auto;display:grid}.footer-info{flex-direction:column;justify-content:center;display:flex}.footer-map iframe{border:none;border-radius:24px;width:100%;height:600px;overflow:hidden;box-shadow:0 20px 50px #00000040}.footer-main-logo{width:220px;margin-bottom:25px}.footer-links{flex-direction:column;gap:22px;display:flex}.footer-link{align-items:flex-start;gap:18px;display:flex}.footer-link svg{color:#fff;width:32px;min-width:32px;height:32px}.footer-link h4{color:#fff;margin-bottom:6px;font-size:1.1rem}.footer-link p{color:#ffffffd9;line-height:1.8}.footer-bottom{text-align:center;color:#ffffffb3;border-top:1px solid #ffffff1f;margin-top:70px;padding-top:25px}.map-button{display:none}
