*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background-color:#fff;color:#1f2937;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:700}.display{font-family:'Poppins',sans-serif;font-size:3rem;font-weight:700;line-height:1.1}.heading{font-family:'Poppins',sans-serif;font-size:1.875rem;font-weight:600;line-height:1.2}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem;max-width:1280px}}header{position:sticky;top:0;z-index:50;background-color:#fff;border-bottom:1px solid #f3f4f6;box-shadow:0 1px 3px rgba(0,0,0,.1)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2.5rem;height:2.5rem;background-color:#ff9d17;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.logo-text{font-size:1.25rem;font-weight:700;color:#1f2937}nav{display:none;align-items:center;gap:2rem}@media (min-width:768px){nav{display:flex}}nav a{color:#6b7280;text-decoration:none;transition:color .3s}nav a:hover{color:#ff9d17}.btn{padding:.5rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .3s;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background-color:#ff9d17;color:#fff}.btn-primary:hover{background-color:#ff8600}.btn-outline{background-color:transparent;color:#1f2937;border:2px solid #e5e7eb}.btn-outline:hover{border-color:#ff9d17}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffe8cc 0%,#fff 100%);padding:5rem 0}.hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:768px){.hero-content{grid-template-columns:1fr 1fr}}.hero-text h1{font-size:2rem;margin-bottom:1.5rem;color:#1f2937}@media (min-width:768px){.hero-text h1{font-size:3rem}}.hero-text p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}.hero-badge{display:inline-block;padding:.5rem 1rem;background-color:#ffe8cc;color:#ff9d17;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem;width:fit-content}.hero-image{display:none;position:relative}@media (min-width:768px){.hero-image{display:block}}.hero-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.features{padding:4rem 0;background-color:#fff}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2rem;border-left:4px solid #ff9d17;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:.5rem;transition:box-shadow .3s}.feature-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.feature-icon{width:3rem;height:3rem;background-color:#ffe8cc;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.feature-card h3{font-size:1.125rem;margin-bottom:.5rem;color:#1f2937}.feature-card p{color:#6b7280;font-size:.95rem}.learning-path{padding:4rem 0;background-color:#ffe8cc}.learning-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:768px){.learning-content{grid-template-columns:1fr 1fr}}.learning-image{display:none}@media (min-width:768px){.learning-image{display:block}}.learning-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.learning-text h2{margin-bottom:1.5rem;color:#1f2937}.learning-text p{color:#6b7280;margin-bottom:2rem;line-height:1.8}.learning-steps{display:flex;flex-direction:column;gap:1rem}.step{display:flex;gap:1rem}.step-number{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ff9d17;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.step-content h3{font-size:1rem;margin-bottom:.25rem;color:#1f2937}.step-content p{font-size:.875rem;color:#6b7280;margin:0}.courses{padding:4rem 0;background-color:#fff}.courses-header{margin-bottom:3rem}.courses-header h2{margin-bottom:1rem;color:#1f2937}.courses-header p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.filter-btn{padding:.5rem 1.5rem;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s;background-color:#f3f4f6;color:#6b7280}.filter-btn.active{background-color:#ff9d17;color:#fff}.filter-btn:hover{background-color:#e5e7eb}.filter-btn.active:hover{background-color:#ff8600}.courses-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.courses-grid{grid-template-columns:repeat(3,1fr)}}.course-card{border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s;cursor:pointer}.course-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1);transform:scale(1.05)}.course-image{position:relative;overflow:hidden;height:12rem;background-color:#e5e7eb}.course-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.course-card:hover .course-image img{transform:scale(1.1)}.course-image:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.course-badge{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;color:#fff;z-index:10}.badge-essencial{background-color:#ff9d17}.badge-intermediario{background-color:#3b82f6}.badge-avancado{background-color:#a855f7}.course-content{padding:1.5rem}.course-content h3{font-size:1.125rem;margin-bottom:.5rem;color:#1f2937;line-height:1.4}.course-content p{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.course-meta{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#9ca3af;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.course-meta span{display:flex;align-items:center;gap:.25rem}.course-btn{width:100%;padding:.75rem;background-color:#ff9d17;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .3s}.course-btn:hover{background-color:#ff8600}.cta{padding:4rem 0;background-color:#f9fafb;text-align:center}.cta h2{margin-bottom:1rem;color:#1f2937}.cta p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}footer{background-color:#111827;color:#d1d5db;padding:3rem 0}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.footer-content{grid-template-columns:repeat(4,1fr)}}.footer-section h4{color:#fff;margin-bottom:1rem;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;font-size:.875rem;transition:color .3s}.footer-section ul li a:hover{color:#ff9d17}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;font-size:.875rem;color:#9ca3af}@media (max-width:768px){.display{font-size:2rem}.heading{font-size:1.5rem}.hero-text h1{font-size:1.5rem}.btn{padding:.75rem 1.5rem;font-size:.95rem}}