.topbar{align-items:center;background:#c78fc9;border-bottom:1px solid #e0e0e0;display:flex;font-size:14px;gap:20px;height:40px;justify-content:start;left:0;overflow:hidden;padding:4px 10px;position:fixed;top:0;width:100%;z-index:900}.topbar a{color:#fff;font-weight:400;text-decoration:none}.topbar a:hover{color:#ff82f5}.header{background:#fff;box-sizing:border-box;color:#fdbbff;height:100px;justify-content:space-between;left:0;padding:0 40px;position:fixed;top:40px;width:100%;z-index:1000}.header,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.4rem;font-weight:800;letter-spacing:1px}.logo-img{height:100px;object-fit:contain}.nav{display:flex;gap:25px}.nav a{color:#c78fc9;font-weight:500;text-decoration:none;transition:all .3s ease}.nav a:hover{color:#d400ff}@media (max-width:768px){.header{height:80px;padding:0 20px}.logo-img{height:70px}.nav{gap:15px}.nav a{font-size:.9rem}}@media (max-width:400px){.topbar{align-items:flex-start;padding:10px}.header,.topbar{flex-direction:column;height:auto;position:relative;width:100%}.header{align-items:center;padding:20px}.logo-img{height:50px}.nav{display:flex;flex-direction:column;gap:10px;justify-content:center;opacity:1;visibility:visible;width:100%}.nav a{color:#000;font-size:.8rem;text-align:center}.header-container{display:flex;flex-direction:column;height:auto;margin-bottom:20px;position:relative;width:100%}main{padding:0}}.footer{background:rgba(199,143,201,.932);color:#fff;font-family:Patrick Hand,cursive;padding:60px 40px 20px}.footer-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.footer-logo img{height:150px;margin-bottom:15px;object-fit:contain}.footer-logo p{color:#fff;font-size:1rem;line-height:1.6;max-width:250px}.footer-contact,.footer-links{display:flex;flex-direction:column}.footer-contact h4,.footer-links h4{color:#ff82f5;font-family:Pacifico,cursive;font-size:1.5rem;margin-bottom:15px}.footer-contact a,.footer-links a{align-items:center;color:#fff;display:flex;gap:8px;margin-bottom:8px;text-decoration:none;transition:color .3s ease}.footer-contact a:hover,.footer-links a:hover{color:#d600ff}.footer-bottom{border-top:1px solid #fff3;color:#fff;font-size:.9rem;margin-top:40px;padding-top:15px;text-align:center}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column;text-align:center}.footer-logo p{max-width:100%}.footer-contact,.footer-links{align-items:center}}body{background-color:#f9f9f9;font-family:Patrick Hand,sans-serif}h1,h2,h3{color:#333;font-family:Pacifico,cursive;margin-top:150px;text-align:center}@media (max-width:768px){body{font-size:14px}h1,h2,h3{font-size:1.5rem}}@media (max-width:400px){body{font-size:12px}h1,h2,h3{font-size:1.2rem}}.hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:flex-start;padding-left:60px;padding-top:20px;position:relative}.hero-overlay{background:rgba(199,143,201,.932);height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{animation:slideInLeft 1.1s ease-out forwards;margin-left:200px;max-width:700px;opacity:0;position:relative;text-align:start}.hero-content h1{color:#fff;font-family:Pacifico,cursive;font-size:3rem;line-height:1.5}.hero-content p{font-size:1.5rem;line-height:1.5;margin-top:15px}.hero-btn,.hero-content p{color:#fff;font-family:Patrick Hand,cursive}.hero-btn{animation:slideInLeft 1s ease-out forwards;animation-delay:.4s;background:#ff82f5;border-radius:8px;display:inline-block;font-size:1.2rem;font-weight:700;margin-top:25px;opacity:0;padding:14px 35px;text-decoration:none;transition:.3s ease}.hero-btn:hover{background:#d600ff;transform:scale(1.05)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.hero{height:80vh;padding-left:40px;padding-top:40px}.hero-content{margin-left:100px;max-width:600px}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.3rem}.hero-btn{font-size:1.1rem;padding:12px 30px}}@media (max-width:768px){.hero{height:70vh;justify-content:center;padding-left:30px;padding-top:30px;text-align:center}.hero-content{margin-left:0;max-width:90%;text-align:center}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}.hero-btn{font-size:1rem;padding:10px 25px}}@media (max-width:480px){.hero{height:60vh;padding-left:15px;padding-top:20px}.hero-content h1{font-size:1.7rem}.hero-content p{font-size:1rem}.hero-btn{font-size:.95rem;padding:8px 20px}}.galeria{padding:80px 40px;text-align:center}.galeria h2{color:#c78fc9;font-family:Patrick Hand,cursive;font-size:2.5rem;margin-bottom:40px}.galeria-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.galeria-item{animation:fadeIn .8s ease forwards;height:350px;opacity:0;overflow:hidden;transform:translateY(20px)}.galeria-item img{border-radius:12px;height:100%;object-fit:cover;transition:transform .3s;width:100%}.galeria-item img:hover{transform:scale(1.05)}.galeria-item:first-child{animation-delay:.1s}.galeria-item:nth-child(2){animation-delay:.2s;object-fit:cover}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.galeria{padding:60px 30px}.galeria h2{font-size:2.2rem}.galeria-item{height:300px}}@media (max-width:768px){.galeria{padding:50px 20px}.galeria h2{font-size:2rem;margin-bottom:30px}.galeria-grid{gap:16px}.galeria-item{height:260px}}@media (max-width:480px){.galeria{padding:40px 15px}.galeria h2{font-size:1.7rem}.galeria-item{height:220px}}@media (max-width:768px){.galeria-grid{gap:10px;grid-template-columns:1fr}}.servicios-page{background:#f9f4fb;font-family:Patrick Hand,cursive;margin-top:50px;padding:80px 40px;text-align:center}.servicios-page h1{color:#c78fc9;font-family:Pacifico,cursive;font-size:2.8rem;margin:50px 0}.servicio-card{margin-bottom:60px}.servicio-content{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:center}.servicio-content.reverse{flex-direction:row-reverse}.servicio-text{flex:1 1;min-width:300px;text-align:left}.servicio-text h2{color:#c78fc9;font-family:Pacifico,cursive;font-size:2rem;margin-bottom:15px}.servicio-text ul{list-style-type:disc;margin-left:20px}.servicio-text li{font-size:1.1rem;line-height:1.4;margin-bottom:10px}.servicio-image{flex:1 1;min-width:300px}.servicio-image img{border-radius:12px;box-shadow:0 5px 15px #0000001a;height:350px;max-width:500px;object-fit:fill;width:100%}@media (max-width:768px){.servicio-content{flex-direction:column!important;text-align:center}.servicio-text ul{list-style-position:inside;margin-left:0;padding-left:0}.servicio-image img{max-width:100%}}.consejos{background:#f9f4fb;padding:60px 40px;text-align:center}.consejos h2{color:#c78fc9;font-family:Pacifico,cursive;font-size:2.5rem;margin-bottom:40px}.consejos-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.consejo-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:20px;text-align:center;transition:transform .3s}.consejo-card:hover{transform:translateY(-5px)}.consejo-card img{border-radius:12px;height:350px;margin-bottom:15px;object-fit:contain;width:100%}.consejo-card h3{color:#c78fc9;font-family:Pacifico,cursive;margin-bottom:10px}.consejo-card p{color:#333;font-size:1rem;line-height:1.5}.consejo-card p,.sobre-mi{font-family:Patrick Hand,cursive}.sobre-mi{background:#f9f4fb;margin-top:50px;padding:80px 40px}.sobre-mi-header{margin:0 auto 60px;max-width:820px;text-align:center}.sobre-mi-header h1{color:#c78fc9;font-family:Pacifico,cursive;font-size:2.8rem;margin:50px 0 20px}.sobre-mi-header p{color:#555;font-size:1.25rem;line-height:1.7}.certificados-intro{color:#777;font-size:1.15rem;margin-top:22px}.certificados-column{align-items:center;display:flex;flex-direction:column;gap:40px}.certificado-card{background:#fff;border-radius:22px;box-shadow:0 15px 40px #c78fc933;max-width:600px;overflow:hidden;transition:all .4s ease;width:100%}.certificado-card:hover{box-shadow:0 25px 55px #c78fc959;transform:translateY(-12px)}.certificado-img img{height:280px;object-fit:contain;width:100%}.certificado-info{padding:30px;text-align:center}.certificado-info h3{color:#c78fc9;font-family:Pacifico,cursive;font-size:1.5rem;margin-bottom:8px}.certificado-sub{color:#999;display:block;font-size:.95rem;margin-bottom:15px}.certificado-info p{color:#666;font-size:1.05rem;line-height:1.6}@media (max-width:768px){.sobre-mi{padding:80px 20px}.sobre-mi-header h1{font-size:2.5rem}.sobre-mi-header p{font-size:1.18rem}.certificado-img img{height:240px}}@media (max-width:480px){.sobre-mi-header h1{font-size:2.2rem}.certificado-info{padding:22px}.certificado-info h3{font-size:1.35rem}.certificado-info p{font-size:1rem}}@media (max-width:400px){.sobre-mi{padding:60px 15px}.sobre-mi-header h1{font-size:2rem}.certificado-img img{height:200px}}.blog{background:#f9f4fb;font-family:Patrick Hand,cursive;margin-top:50px;padding:80px 40px}.blog h1{color:#c78fc9;font-family:Pacifico,cursive;font-size:2.8rem;margin:50px 0 60px;text-align:center}.tema-blog{margin-bottom:100px}.tema-header{margin:0 auto 40px;max-width:800px;text-align:center}.tema-header h2{color:#c78fc9;font-family:Pacifico,cursive;font-size:2.2rem;margin-bottom:12px}.tema-header p{color:#555;font-size:1.15rem;line-height:1.6}.tema-masonry{grid-gap:15px;display:grid;gap:15px;grid-auto-flow:dense;grid-auto-rows:10px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.blog-card{border-radius:18px;box-shadow:0 12px 30px #c78fc933;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.blog-card img{border-bottom:1px solid #c78fc933;display:block;height:auto;width:100%}.overlay{background:#c78fc9d9;color:#fff;margin-top:auto;opacity:1;padding:12px 16px;text-align:center;transition:opacity .3s ease}.blog-card:hover{box-shadow:0 25px 50px #c78fc94d;transform:translateY(-6px) scale(1.02)}.blog-card:hover .overlay{opacity:1}.overlay h3{font-family:Pacifico,cursive;font-size:1.3rem;margin-bottom:6px}.overlay p{font-size:1rem;line-height:1.4}@media (max-width:768px){.blog{padding:60px 20px}.blog h1{font-size:2.5rem;margin-bottom:40px}.tema-masonry{gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.blog h1{font-size:2.2rem}.tema-masonry{gap:10px;grid-template-columns:1fr}.overlay h3{font-size:1.15rem}.overlay p{font-size:.95rem}}@media (max-width:400px){.blog{padding:40px 15px}.blog h1{font-size:2rem}.tema-masonry{gap:8px;grid-template-columns:1fr}}.contacto{margin-top:50px;padding:80px 40px;text-align:center}.contacto h1{font-size:2.5rem;margin:50px 0 40px}.contacto form{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:500px}.contacto input,.contacto textarea{border:none;border-radius:8px;font-size:1rem;padding:12px}.contacto textarea{height:120px;resize:none}.contacto button{width:100%}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}
/*# sourceMappingURL=main.ca37f886.css.map*/