.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;font-size:1.25rem}.logo-icon{width:24px;height:24px}.logo img{height:40px}.logo-text{color:#1a1a1a}.nav{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem 0;position:relative;transition:color .3s}.nav-link:hover,.nav-link.active{color:#00a8e8}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#00a8e8}.cta-button{background:#00a8e8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.cta-button:hover{background:#0090c7}@media (max-width: 768px){.header-container{flex-wrap:wrap;gap:1rem}.nav{order:3;width:100%;justify-content:space-around;gap:1rem}.nav-link{font-size:.9rem}}.hero{background:linear-gradient(#0006,#0006),url(/assets/Estudiante1-B4ZuN-KI.jpeg) center/cover;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem}.hero-content{max-width:900px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.35rem;margin-bottom:2.5rem;line-height:1.6;opacity:.95}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#00a8e8;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s,transform .2s}.btn-primary:hover{background:#0090c7;transform:translateY(-2px)}.btn-secondary{background:#fff;color:#333;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s,transform .2s}.btn-secondary:hover{background:#f0f0f0;transform:translateY(-2px)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}.courses{background:#f8f9fa;padding:5rem 2rem}.courses-container{max-width:1200px;margin:0 auto}.courses-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.courses-subtitle{font-size:1.15rem;text-align:center;color:#666;margin-bottom:1rem}.courses .cta-button{display:inline-block;background:#00a8e8;color:#fff;margin:20px auto;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s;font-size:1rem;text-decoration:none;text-align:center}.courses .cta-button:hover{background:#0090c7}.btn-container{text-align:center}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.course-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .3s,box-shadow .3s;overflow:hidden}.course-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.course-image-container{position:relative;width:100%;height:220px;overflow:hidden}.course-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.course-card:hover .course-image{transform:scale(1.05)}.course-icon-overlay{position:absolute;top:1rem;right:1rem;width:60px;height:60px;background:#fffffff2;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#00a8e8;box-shadow:0 2px 8px #00000026}.course-content{padding:2rem}.course-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.course-description{font-size:1rem;line-height:1.7;color:#666}.testimonials{margin-top:4rem}.testimonials-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.testimonial-media{width:100%;margin-top:1.5rem;border-radius:8px;overflow:hidden}.testimonial-video{width:100%;height:auto;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;display:block}.testimonial-image{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;display:block}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#00a8e8,#0090c7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.testimonial-name{font-size:1.1rem;font-weight:600;color:#1a1a1a}.testimonial-course{font-size:.9rem;color:#666}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-text{font-size:1rem;line-height:1.6;color:#666;font-style:italic}@media (max-width: 768px){.courses{padding:3rem 1rem}.courses-title{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}}.services{background:#fff;padding:5rem 2rem}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.services-subtitle{font-size:1.15rem;text-align:center;color:#666;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.service-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;transition:transform .3s,box-shadow .3s;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.service-image-container{position:relative;width:100%;height:220px;overflow:hidden}.service-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.service-card:hover .service-image{transform:scale(1.05)}.service-icon-overlay{position:absolute;top:1rem;right:1rem;width:60px;height:60px;background:#fffffff2;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#00a8e8;box-shadow:0 2px 8px #00000026}.service-content{padding:2rem}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.service-description{font-size:1rem;line-height:1.7;color:#666}.gallery-section{margin-top:5rem}.gallery-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a}.gallery-carousel{position:relative;width:100%;max-width:900px;margin:0 auto;overflow:hidden;border-radius:16px;box-shadow:0 4px 20px #00000026}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;height:500px;transition:transform .5s ease-in-out}.carousel-slide.active{z-index:1}.carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .3s,transform .2s;color:#1a1a1a}.carousel-button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-button-prev{left:1rem}.carousel-button-next{right:1rem}.carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:background .3s,transform .2s;padding:0}.indicator:hover{background:#9ca3af;transform:scale(1.2)}.indicator.active{background:#00a8e8;transform:scale(1.3)}@media (max-width: 768px){.services{padding:3rem 1rem}.services-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.carousel-slide{height:350px}.carousel-button{width:40px;height:40px}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}}.about{background:#fff}.about-hero{background:linear-gradient(#0000004d,#0000004d),url(https://images.pexels.com/photos/5212700/pexels-photo-5212700.jpeg?auto=compress&cs=tinysrgb&w=1920) center/cover;height:400px;display:flex;align-items:center;justify-content:center}.about-hero-content{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 4rem;border-radius:12px}.about-hero-title{font-size:3rem;font-weight:700;color:#fff;text-align:center}.about-container{max-width:1000px;margin:0 auto;padding:4rem 2rem}.about-section{margin-bottom:3rem}.about-section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.4}.about-text{font-size:1.05rem;line-height:1.8;color:#555}.team-section{margin:4rem 0;text-align:center}.team-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.team-subtitle{font-size:1rem;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.team-card{display:flex;flex-direction:column;align-items:center}.team-avatar{width:230px;height:230px;border-radius:50%;overflow:hidden;margin:0 auto 10px;background-color:#00a8e8;display:flex;align-items:center;justify-content:center}.team-avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-member-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.team-member-role{font-size:.95rem;color:#666}.values-section{margin:4rem 0}.values-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.value-image-container{position:relative;width:100%;height:220px;overflow:hidden}.value-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.value-card:hover .value-image{transform:scale(1.05)}.value-icon-overlay{position:absolute;top:1rem;right:1rem;width:60px;height:60px;background:#fffffff2;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#00a8e8;box-shadow:0 2px 8px #00000026}.value-content{padding:2rem;text-align:center}.value-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.value-description{font-size:.95rem;line-height:1.6;color:#666}.about-cta{text-align:center;margin-top:4rem}.about-cta-button{background:#00a8e8;color:#fff;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s,transform .2s}.about-cta-button:hover{background:#0090c7;transform:translateY(-2px)}@media (max-width: 768px){.about-hero{height:300px}.about-hero-title{font-size:2rem}.about-container{padding:3rem 1.5rem}.team-grid,.values-grid{grid-template-columns:1fr}}.contact{background:#f8f9fa;padding:4rem 2rem;min-height:calc(100vh - 80px)}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.contact-subtitle{font-size:1rem;line-height:1.6;color:#666;margin-bottom:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#333}.form-input,.form-textarea{padding:.875rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#00a8e8}.form-textarea{resize:vertical;min-height:120px}.form-submit{background:#00a8e8;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s,transform .2s;margin-top:1rem}.form-submit:hover{background:#0090c7;transform:translateY(-2px)}.form-submit:disabled{background:#ccc;cursor:not-allowed;transform:none}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.contact-info-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.contact-info-card{background:#fff;padding:1.5rem;border-radius:12px;display:flex;align-items:flex-start;gap:1.5rem;box-shadow:0 2px 8px #00000014}.contact-info-icon{width:50px;height:50px;background:linear-gradient(135deg,#e3f6fc,#d0f0fa);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#00a8e8;flex-shrink:0}.contact-info-label{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.contact-info-value{font-size:1rem;color:#666;line-height:1.5}.whatsapp-button{background:linear-gradient(135deg,#25d366,#128c7e);padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 12px #25d3664d;text-decoration:none;transition:transform .3s,box-shadow .3s;cursor:pointer}.whatsapp-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #25d36666}.whatsapp-icon{width:60px;height:60px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.whatsapp-text{flex:1}.whatsapp-label{font-size:1.2rem;font-weight:700;margin-bottom:.3rem;color:#fff}.whatsapp-value{font-size:.95rem;color:#ffffffe6;line-height:1.5}.contact-map iframe{width:100%;height:350px;border-radius:12px;box-shadow:0 4px 12px #0003}@media (max-width: 968px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact{padding:3rem 1.5rem}.contact-title{font-size:2rem}}.footer{background:#1a1a1a;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{height:40px}.footer-logo-text{font-weight:700;font-size:.95rem;letter-spacing:.5px}.footer-title{font-size:.875rem;font-weight:700;margin-bottom:1rem;letter-spacing:.5px;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-link{background:none;border:none;color:#aaa;font-size:.95rem;cursor:pointer;text-align:left;padding:0;transition:color .3s}.footer-link:hover{color:#00a8e8}.footer-social{display:flex;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:8px;background:#ffffff1a;color:#aaa;transition:background .3s,color .3s,transform .2s;text-decoration:none}.footer-social-link:hover{background:#00a8e8;color:#fff;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;text-align:center}.footer-copyright{font-size:.9rem;color:#999}@media (max-width: 768px){.footer-container{grid-template-columns:1fr 1fr;gap:2rem}.footer-column:first-child{grid-column:1 / -1}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
