:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.nav-container{max-width:1200px;margin:0 auto;padding:0rem 2rem;display:flex;justify-content:space-between;align-items:center;min-height:90px}.logo{cursor:pointer;display:flex;align-items:center;position:relative;height:80px;width:auto}.logo-image{height:100%;width:auto;max-height:80px;object-fit:contain;position:relative;z-index:1}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:#3b82f6}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#3b82f6,#10b981);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{width:100%;height:3px;background:#333;border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.hero{margin-top:90px;padding:4rem 2rem;background:linear-gradient(135deg,#3b82f6,#10b981,#06b6d4);color:#fff;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.95;max-width:800px;margin-left:auto;margin-right:auto}.hero-pricing{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.price-tag{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:25px;font-weight:600;border:1px solid rgba(255,255,255,.3)}.cta-button{background:#fff;color:#3b82f6;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hero-features{max-width:1200px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:1}.feature-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem;font-size:1.2rem}.feature-card p{opacity:.9;font-size:.95rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;max-width:800px;margin:0 auto 3rem}.about{background:#f8f9fa}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#666;font-weight:500;margin-top:.5rem}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.about-feature{padding:2rem;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a}.about-feature h3{color:#3b82f6;margin-bottom:1rem;font-size:1.3rem}.about-feature p{color:#666;line-height:1.6}.courses{background:#fff}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.course-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;position:relative;border:2px solid transparent}.course-card:hover{transform:translateY(-10px);box-shadow:0 12px 35px #3b82f633;border-color:#3b82f6}.course-card.featured{border:2px solid #3b82f6;background:linear-gradient(135deg,#3b82f60d,#10b9810d)}.course-badge{position:absolute;top:-15px;right:20px;background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.course-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.course-header h3{font-size:1.5rem;color:#333}.course-price{font-size:1.3rem;font-weight:700;color:#3b82f6}.course-features{list-style:none;margin-bottom:1.5rem}.course-features li{padding:.75rem 0;color:#555;border-bottom:1px solid #f0f0f0}.course-features li:last-child{border-bottom:none}.course-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.course-button{width:100%;background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.course-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.prices{background:#f8f9fa}.prices-table-container{overflow-x:auto;margin:3rem 0;box-shadow:0 4px 15px #0000001a;border-radius:15px;-webkit-overflow-scrolling:touch}.prices-table-container::-webkit-scrollbar{height:8px}.prices-table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.prices-table-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:10px}.prices-table{width:100%;border-collapse:collapse;background:#fff;border-radius:15px;overflow:hidden}.prices-table thead{background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff}.prices-table th,.prices-table td{padding:1.5rem;text-align:left;border-bottom:1px solid #f0f0f0}.prices-table th{font-weight:600;font-size:1.1rem}.prices-table tbody tr:hover{background:#f8f9fa}.prices-table tbody tr.highlighted{background:linear-gradient(135deg,#3b82f61a,#10b9811a)}.special-offer{text-align:center;padding:2rem;background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;border-radius:15px;margin-top:2rem}.special-offer h3{font-size:1.5rem;margin-bottom:.5rem}.contact{background:#fff}.contact-form{max-width:800px;margin:3rem auto;background:#f8f9fa;padding:3rem;border-radius:20px;box-shadow:0 8px 25px #0000001a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.contact-form>.form-group{margin-top:1.5rem}.form-group label{margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group textarea{resize:vertical}.submit-button{width:100%;background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;border:none;padding:1.2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.contact-info{text-align:center;margin-top:2rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.contact-item{color:#666;font-size:1.1rem}.contact-item strong{color:#3b82f6}.contact-item i{color:#3b82f6;margin-right:.5rem;font-size:1.1rem}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#3b82f6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#3b82f6}.footer-section p{color:#ccc;line-height:1.6}.footer-section p i{color:#3b82f6;margin-right:.5rem;width:20px;text-align:center}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999}@media(max-width:968px){.nav-container{padding:1rem 1.5rem}.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:90px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translate(-100%);transition:transform .3s ease;gap:0;z-index:999;max-height:calc(100vh - 90px);overflow-y:auto;height:calc(100vh - 90px)}.nav-menu.active{transform:translate(0)}.nav-menu li{width:100%;padding:1rem 0;border-bottom:1px solid #f0f0f0}.nav-menu li:last-child{border-bottom:none}.nav-menu a{display:block;width:100%;padding:.5rem 0;font-size:1.1rem}.nav-menu a:after{display:none}.hero-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-features{grid-template-columns:repeat(2,1fr)}.contact-info{flex-direction:column;gap:1rem}}@media(max-width:768px){.nav-container{padding:1rem}.logo{height:70px}.logo-image{max-height:70px}.nav-container{min-height:70px}.nav-menu{top:70px;max-height:calc(100vh - 70px);height:calc(100vh - 70px)}.hero{margin-top:70px}.hero{padding:3rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-pricing{flex-direction:column;align-items:center;gap:1rem}.price-tag{width:100%;max-width:300px;text-align:center}.hero-features{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.feature-card{padding:1.5rem}.form-row{grid-template-columns:1fr}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;padding:0 1rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-card{padding:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1.5rem}.stat-number{font-size:2.5rem}.about-features{grid-template-columns:1fr;gap:1.5rem}.about-feature{padding:1.5rem}.prices-table-container{margin:2rem 0}.prices-table{font-size:.9rem}.prices-table th,.prices-table td{padding:1rem .75rem}.contact-form{padding:2rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}}@media(max-width:480px){.nav-container{padding:.75rem 1rem}.logo{height:60px}.logo-image{max-height:60px}.nav-container{min-height:60px}.nav-menu{top:60px;max-height:calc(100vh - 60px);height:calc(100vh - 60px)}.hero{margin-top:60px}.nav-menu{top:60px;padding:1.5rem 1rem;max-height:calc(100vh - 60px);height:calc(100vh - 60px)}.hero{padding:2rem 1rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem}.container{padding:0 1rem}section{padding:3rem 0}.section-title{font-size:1.75rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2rem}.prices-table{font-size:.8rem}.prices-table th,.prices-table td{padding:.75rem .5rem}.prices-table th{font-size:.9rem}.special-offer{padding:1.5rem 1rem}.special-offer h3{font-size:1.2rem}.contact-form{padding:1.5rem 1rem}.submit-button{padding:1rem;font-size:1rem}.course-header{flex-direction:column;align-items:flex-start;gap:.5rem}.course-price{font-size:1.1rem}}.whatsapp-float{position:fixed;bottom:50px;right:20px;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #25d36666;z-index:1000;transition:all .3s ease;color:#fff;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float svg{width:32px;height:32px}@media(max-width:768px){.whatsapp-float{width:55px;height:55px;bottom:15px;right:15px}.whatsapp-float svg{width:28px;height:28px}}@media(max-width:480px){.whatsapp-float{width:50px;height:50px;bottom:15px;right:15px}.whatsapp-float svg{width:24px;height:24px}}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;text-align:center}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;line-height:1}.modal-close:hover{background:#f0f0f0;color:#333}.modal-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:scaleIn .4s ease .1s both}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.modal-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-message{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem}.modal-button{background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;width:100%;max-width:200px}.modal-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.modal-button:active{transform:translateY(0)}@media(max-width:768px){.modal-content{padding:2rem 1.5rem;margin:1rem}.modal-icon{width:70px;height:70px;margin-bottom:1.25rem}.modal-title{font-size:1.5rem}.modal-message{font-size:.95rem;margin-bottom:1.5rem}.modal-button{padding:.875rem 2rem;font-size:.95rem}}@media(max-width:480px){.modal-content{padding:1.5rem 1rem;border-radius:15px}.modal-close{top:.75rem;right:.75rem;width:35px;height:35px;font-size:1.75rem}.modal-icon{width:60px;height:60px;margin-bottom:1rem}.modal-icon svg{width:32px;height:32px}.modal-title{font-size:1.25rem;margin-bottom:.75rem}.modal-message{font-size:.9rem;margin-bottom:1.25rem}.modal-button{padding:.75rem 1.5rem;font-size:.9rem;max-width:100%}}.success-stories{background:#f8f9fa;padding:5rem 0}.slider-container{max-width:1200px;margin:3rem auto 0;position:relative}.slider-wrapper{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 8px 25px #0000001a;background:#fff}.slider-track{display:flex;transition:transform .6s ease-in-out;will-change:transform}.slider-slide{min-width:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.slider-image{width:100%;height:500px;object-fit:contain;display:block}.slider-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;color:#3b82f6;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #0003}.slider-button:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0000004d}.slider-button-prev{left:20px}.slider-button-next{right:20px}.slider-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.slider-dot{width:12px;height:12px;border-radius:50%;border:2px solid #3b82f6;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot.active{background:#3b82f6;transform:scale(1.2)}.slider-dot:hover{background:#3b82f6;opacity:.7}@media(max-width:768px){.success-stories{padding:3rem 0}.slider-image{height:400px}.slider-button{width:40px;height:40px;font-size:1.5rem}.slider-button-prev{left:10px}.slider-button-next{right:10px}}@media(max-width:480px){.slider-image{height:300px}.slider-button{width:35px;height:35px;font-size:1.25rem}.slider-button-prev{left:5px}.slider-button-next{right:5px}.slider-dots{gap:.5rem;margin-top:1.5rem}.slider-dot{width:10px;height:10px}}
