@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Inter:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--heroe-blue:#1220bb;--heroe-cyan:#29abeb;--heroe-magenta:#9a2640;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827}body{color:#111827;color:var(--gray-900);font-family:Inter,sans-serif;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.content-wrapper{margin:0 auto;max-width:1100px}.icon-white{color:#fff}.btn-icon{display:inline-block;margin-left:.5rem}.app-container{background:#f9fafb;background:var(--gray-50);min-height:100vh;overflow-x:hidden}.navbar{background:#0000;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:50}.navbar-scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;box-shadow:0 4px 6px -1px #0000001a}.nav-content{justify-content:space-between}.logo-section,.nav-content{align-items:center;display:flex}.logo-section{gap:.75rem}.logo-icon{align-items:center;border-radius:.75rem;display:flex;height:3rem;justify-content:center;width:3rem}.logo-title{color:#9a2640;color:var(--heroe-magenta);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:900}.logo-subtitle{color:#4b5563;color:var(--gray-600);font-size:.75rem}.nav-links{align-items:center;display:none;gap:2rem}@media (min-width:768px){.nav-links{display:flex}}.nav-link{background:none;border:none;color:#374151;color:var(--gray-700);cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 0;transition:all .3s ease}.nav-link:hover{color:#1220bb;color:var(--heroe-blue);transform:scale(1.1)}.nav-link-active{color:#9a2640;color:var(--heroe-magenta)}.menu-toggle{background:none;border:none;border-radius:.5rem;cursor:pointer;display:block;padding:.5rem;transition:background .3s ease}.menu-toggle:hover{background:#f3f4f6;background:var(--gray-100)}@media (min-width:768px){.menu-toggle{display:none}}.mobile-menu{animation:slideDown .3s ease-out;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding:1rem 0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-item{background:none;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;padding:.5rem 1rem;text-align:left;transition:background .3s ease}.mobile-menu-item:hover{background:#f3f4f6;background:var(--gray-100)}.hero-section{align-items:center;background:radial-gradient(at 20% 30%,#1220bb26 0,#0000 50%),radial-gradient(at 80% 70%,#29abeb26 0,#0000 50%),radial-gradient(at 40% 80%,#9a264026 0,#0000 50%);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:5rem;position:relative}.floating-shapes{inset:0;overflow:hidden;pointer-events:none;position:absolute}.shape{border-radius:50%;opacity:.2;position:absolute}.shape-1{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan));height:16rem;left:2.5rem;top:5rem;width:16rem}.shape-2{animation:float 6s ease-in-out 1s infinite;background:linear-gradient(135deg,#9a2640,#29abeb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-cyan));border-radius:30% 70% 70% 30%/30% 30% 70% 70%;bottom:5rem;height:24rem;right:2.5rem;width:24rem}.shape-3{animation:float 8s ease-in-out infinite;background:linear-gradient(135deg,#29abeb,#1220bb);background:linear-gradient(135deg,var(--heroe-cyan),var(--heroe-blue));height:12rem;left:33%;top:50%;width:12rem}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}.hero-container{position:relative;z-index:10}.hero-content{margin:0 auto;max-width:80rem;text-align:center}.hero-badge{align-items:center;animation:scaleIn .6s ease-out;background:#fff;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;display:inline-flex;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.badge-icon{color:#9a2640;color:var(--heroe-magenta)}.badge-text{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600}.hero-title{animation:slideUp .8s ease-out;font-family:Montserrat,sans-serif;font-size:3.75rem;font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:5rem}}@media (min-width:1024px){.hero-title{font-size:6rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1220bb,#29abeb 50%,#9a2640);background:linear-gradient(135deg,var(--heroe-blue) 0,var(--heroe-cyan) 50%,var(--heroe-magenta) 100%);-webkit-background-clip:text;background-clip:text}.hero-description{animation:slideUp .8s ease-out .2s both;color:#374151;color:var(--gray-700);font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:48rem}@media (min-width:768px){.hero-description{font-size:1.5rem}}.hero-buttons{align-items:center;animation:slideUp .8s ease-out .4s both;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:4rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}.btn{align-items:center;border:none;border-radius:9999px;box-shadow:0 10px 25px -5px #0003;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.btn:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.btn-primary{background:linear-gradient(135deg,#9a2640,#1220bb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-blue));color:#fff}.btn-secondary{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);color:#1f2937;color:var(--gray-800)}.hero-features{grid-gap:1.5rem;animation:slideUp .8s ease-out .6s both;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.hero-features{grid-template-columns:repeat(4,1fr)}}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.feature-icon{align-items:center;border-radius:50%;display:flex;height:3rem;justify-content:center;margin:0 auto .75rem;width:3rem}.feature-icon-0{background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan))}.feature-icon-1{background:linear-gradient(135deg,#29abeb,#9a2640);background:linear-gradient(135deg,var(--heroe-cyan),var(--heroe-magenta))}.feature-icon-2{background:linear-gradient(135deg,#9a2640,#1220bb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-blue))}.feature-icon-3{background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan))}.feature-label{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%)}.chevron-bounce{animation:bounce 2s infinite;color:#9a2640;color:var(--heroe-magenta)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section-white{background:#fff;padding:6rem 0}.section-gradient{background:radial-gradient(at 20% 30%,#1220bb26 0,#0000 50%),radial-gradient(at 80% 70%,#29abeb26 0,#0000 50%),radial-gradient(at 40% 80%,#9a264026 0,#0000 50%);padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:4rem}}.section-description{color:#4b5563;color:var(--gray-600);font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:48rem}.mission-vision-grid{grid-gap:2rem;display:grid;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.mission-vision-grid{grid-template-columns:repeat(2,1fr)}}.mission-card{background:linear-gradient(to bottom right,#f9fafb,#fff);background:linear-gradient(to bottom right,var(--gray-50),#fff);border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a;padding:2rem;transition:all .3s ease}.mission-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.mission-icon{align-items:center;border-radius:1rem;display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;width:4rem}.mission-icon-blue{background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan))}.mission-icon-magenta{background:linear-gradient(135deg,#9a2640,#29abeb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-cyan))}.mission-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.mission-title-blue{color:#1220bb;color:var(--heroe-blue)}.mission-title-magenta{color:#9a2640;color:var(--heroe-magenta)}.mission-description{color:#374151;color:var(--gray-700);line-height:1.6}.intelligences-section{background:linear-gradient(to bottom right,#dbeafe,#e0e7ff,#fae8ff);border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a;padding:3rem 2rem}.intelligences-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;margin-bottom:3rem;text-align:center}@media (min-width:768px){.intelligences-title{font-size:2.5rem}}.intelligences-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.intelligences-grid{grid-template-columns:repeat(4,1fr)}}.intelligence-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.intelligence-card:hover{transform:scale(1.05) rotate(1deg)}.intelligence-emoji{font-size:3rem;margin-bottom:.75rem;transition:all .3s ease}.intelligence-card:hover .intelligence-emoji{transform:scale(1.2) rotate(5deg)}.intelligence-name{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.intelligence-subjects{display:flex;flex-direction:column;gap:.25rem}.subject-item{color:#4b5563;color:var(--gray-600);font-size:.875rem}.pilares-grid{grid-gap:2rem;display:grid;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.pilares-grid{grid-template-columns:repeat(2,1fr)}}.pilar-card{background:#fff;border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a;padding:2rem;transition:all .3s ease}.pilar-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.pilar-icon{align-items:center;border-radius:1rem;display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;width:4rem}.pilar-icon-blue{background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan))}.pilar-icon-cyan{background:linear-gradient(135deg,#29abeb,#9a2640);background:linear-gradient(135deg,var(--heroe-cyan),var(--heroe-magenta))}.pilar-icon-magenta{background:linear-gradient(135deg,#9a2640,#1220bb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-blue))}.pilar-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.pilar-title-blue{color:#1220bb;color:var(--heroe-blue)}.pilar-title-cyan{color:#29abeb;color:var(--heroe-cyan)}.pilar-title-magenta{color:#9a2640;color:var(--heroe-magenta)}.pilar-description{color:#374151;color:var(--gray-700);line-height:1.6}.perfil-section{background:#fff;border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a;padding:3rem 2rem}.perfil-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center}@media (min-width:768px){.perfil-title{font-size:2.5rem}}.perfil-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}@media (min-width:768px){.perfil-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.perfil-grid{grid-template-columns:repeat(3,1fr)}}.perfil-item{align-items:start;border-radius:.75rem;display:flex;gap:.75rem;padding:1rem;transition:background .3s ease}.perfil-item:hover{background:#f9fafb;background:var(--gray-50)}.perfil-check{color:#9a2640;color:var(--heroe-magenta);flex-shrink:0}.perfil-text{color:#374151;color:var(--gray-700);font-weight:600}.valores-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}@media (min-width:768px){.valores-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.valores-grid{grid-template-columns:repeat(3,1fr)}}.valor-card{background:linear-gradient(to bottom right,#f9fafb,#fff);background:linear-gradient(to bottom right,var(--gray-50),#fff);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;padding:1.5rem;transition:all .3s ease}.valor-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.valor-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1220bb,#29abeb 50%,#9a2640);background:linear-gradient(135deg,var(--heroe-blue) 0,var(--heroe-cyan) 50%,var(--heroe-magenta) 100%);-webkit-background-clip:text;background-clip:text;display:block;font-size:3rem;font-weight:900;margin-bottom:1rem;opacity:.5}.valor-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;transition:color .3s ease}.valor-card:hover .valor-title{color:#9a2640;color:var(--heroe-magenta)}.valor-description{color:#4b5563;color:var(--gray-600);line-height:1.6}.sucursales-grid{grid-gap:2rem;display:grid;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.sucursales-grid{grid-template-columns:repeat(3,1fr)}}.sucursal-card{background:#fff;border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a;padding:2rem;transition:all .3s ease}.sucursal-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.sucursal-icon{align-items:center;border-radius:1rem;display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;width:4rem}.sucursal-icon-magenta{background:linear-gradient(135deg,#9a2640,#29abeb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-cyan))}.sucursal-icon-blue{background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan))}.sucursal-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.sucursal-title-magenta{color:#9a2640;color:var(--heroe-magenta)}.sucursal-title-blue{color:#1220bb;color:var(--heroe-blue)}.sucursal-subtitle{color:#4b5563;color:var(--gray-600)}.sucursal-info,.sucursal-subtitle{margin-bottom:1.5rem}.info-item{align-items:start;display:flex;gap:.75rem}.info-icon{color:#1220bb;color:var(--heroe-blue);flex-shrink:0;margin-top:.25rem}.info-text{color:#374151;color:var(--gray-700)}.btn-maps{border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;color:#fff;font-weight:700;padding:.75rem;width:100%}.btn-maps-magenta{background:linear-gradient(135deg,#9a2640,#1220bb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-blue))}.btn-maps-blue{background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan))}.contacto-section{background:#fff;border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a;padding:2rem}.contacto-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.contacto-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}@media (min-width:768px){.contacto-grid{grid-template-columns:repeat(3,1fr)}}.contacto-card{border-radius:.75rem;padding:1.5rem;text-align:center;transition:background .3s ease}.contacto-card:hover{background:#f9fafb;background:var(--gray-50)}.contacto-icon{align-items:center;border-radius:50%;display:flex;height:3rem;justify-content:center;margin:0 auto 1rem;width:3rem}.contacto-icon-blue{background:linear-gradient(135deg,#1220bb,#29abeb);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-cyan))}.contacto-icon-cyan{background:linear-gradient(135deg,#29abeb,#9a2640);background:linear-gradient(135deg,var(--heroe-cyan),var(--heroe-magenta))}.contacto-icon-magenta{background:linear-gradient(135deg,#9a2640,#1220bb);background:linear-gradient(135deg,var(--heroe-magenta),var(--heroe-blue))}.contacto-label{color:#4b5563;color:var(--gray-600);font-size:.875rem;margin-bottom:.5rem}.contacto-link{color:#111827;color:var(--gray-900);font-size:1.125rem;font-weight:700;text-decoration:none;transition:color .3s ease}.contacto-link:hover{color:#1220bb;color:var(--heroe-blue)}.social-links{display:flex;gap:.75rem;justify-content:center;margin-top:.5rem}.social-link{color:#1220bb;color:var(--heroe-blue);transition:all .3s ease}.social-link:hover{color:#9a2640;color:var(--heroe-magenta);transform:scale(1.1)}.footer{background:linear-gradient(to bottom right,#111827,#1f2937);background:linear-gradient(to bottom right,var(--gray-900),var(--gray-800));color:#fff;padding:3rem 0}.footer-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}@media (min-width:768px){.footer-content{flex-direction:row}}.footer-logo{gap:.75rem}.footer-icon,.footer-logo{align-items:center;display:flex}.footer-icon{background:linear-gradient(135deg,#1220bb,#9a2640);background:linear-gradient(135deg,var(--heroe-blue),var(--heroe-magenta));border-radius:.75rem;height:3rem;justify-content:center;width:3rem}.footer-title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:900}.footer-subtitle{color:#fff9;font-size:.75rem}.footer-text{color:#fff9;font-size:.875rem;line-height:1.6;text-align:center}@media (min-width:768px){.footer-text{text-align:right}}.carousel-container{margin:0 auto;max-width:1100px}.carousel-wrapper{background:#f3f4f6;background:var(--gray-100);border-radius:1.5rem;box-shadow:0 20px 50px #00000026;height:600px;margin-bottom:2rem;overflow:hidden;position:relative;width:100%}@media (max-width:768px){.carousel-wrapper{height:400px}}.carousel-slides{height:100%;position:relative;width:100%}.carousel-slide{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .8s ease-in-out;width:100%}.carousel-slide-active{opacity:1;pointer-events:auto}.carousel-image{background:#fff;height:100%;object-fit:contain;width:100%}.carousel-button{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#9a2640;color:var(--heroe-magenta);cursor:pointer;display:flex;height:3.5rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:3.5rem;z-index:10}.carousel-button:hover{background:#fff;box-shadow:0 6px 20px #0003;transform:translateY(-50%) scale(1.1)}.carousel-button-prev{left:1.5rem}.carousel-button-next{right:1.5rem}@media (max-width:768px){.carousel-button{height:2.5rem;width:2.5rem}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}}.carousel-indicators{bottom:1.5rem;display:flex;gap:.75rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.carousel-indicator{background:#ffffff80;border:2px solid #fff;border-radius:50%;cursor:pointer;height:.75rem;padding:0;transition:all .3s ease;width:.75rem}.carousel-indicator:hover{background:#fffc;transform:scale(1.2)}.carousel-indicator-active{background:#fff;border-radius:1rem;width:2rem}.carousel-thumbnails{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.carousel-thumbnails{grid-template-columns:repeat(4,1fr)}}.carousel-thumbnail{border-radius:1rem;box-shadow:0 4px 12px #0000001a;cursor:pointer;height:180px;overflow:hidden;position:relative;transition:all .3s ease}.carousel-thumbnail:hover{box-shadow:0 12px 24px #0003;transform:translateY(-8px)}.carousel-thumbnail-active{border:3px solid #9a2640;border:3px solid var(--heroe-magenta);transform:scale(1.05)}.thumbnail-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.carousel-thumbnail:hover .thumbnail-image{transform:scale(1.1)}.thumbnail-overlay{background:linear-gradient(0deg,#000c,#0000);bottom:0;left:0;opacity:0;padding:1rem .75rem .75rem;position:absolute;right:0;transition:opacity .3s ease}.carousel-thumbnail-active .thumbnail-overlay,.carousel-thumbnail:hover .thumbnail-overlay{opacity:1}.thumbnail-title{color:#fff;font-size:.875rem;font-weight:600;margin:0;text-align:center}@media (max-width:768px){.carousel-thumbnail{height:120px}.thumbnail-title{font-size:.75rem}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}
/*# sourceMappingURL=main.e7e02679.css.map*/