:root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%);--color-primario: #c7c8c9;--color-secundario: #5271ff;--color-secundario-hover: #3654eb;--color-terciario: #f5f5f5}html{font-family:system-ui,sans-serif;background:var(--color-terciario);margin:0}body{margin:0;font-family:system-ui,sans-serif}header{position:fixed;top:0;left:0;width:100%;z-index:1000}main{margin-top:60px}.logo-imagen{display:none}.logo-titulo{display:block;font-size:1.5rem;color:#fff;text-decoration:none}.barra-navegacion{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--color-secundario);color:#fff;position:relative}.barra-navegacion .logo a{font-size:1.5rem;color:#fff;text-decoration:none}.enlaces-navegacion{list-style:none;padding:0;margin:0;display:none;flex-direction:column;position:absolute;top:100%;left:0;background-color:var(--color-secundario);width:100%;z-index:100;transition:all .3s ease-in-out;opacity:.95}.enlaces-navegacion li{text-align:center;padding:1rem 0;transition:background-color .3s ease-in-out}.enlaces-navegacion li:hover{color:var(--color-secundario-hover)}.enlaces-navegacion a{color:#fff;text-decoration:none;font-size:1.2rem;transition:color .3s ease-in-out}.enlaces-navegacion a:hover{color:var(--color-principal)}.boton-hamburguesa{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px}.boton-hamburguesa:focus{transform:scale(1.1)}.boton-hamburguesa:focus span{background-color:#000}.boton-hamburguesa span{width:25px;height:3px;background-color:#fff;border-radius:3px}.enlaces-navegacion.activo{display:flex}@media (min-width: 768px){main{margin-top:100px}.logo-imagen{display:block;width:80px;height:80px;border-radius:50%}.logo-titulo{display:none}.barra-navegacion{flex-wrap:nowrap}.enlaces-navegacion{display:flex;flex-direction:row;position:static;background:none;width:auto}.enlaces-navegacion li{padding:0;margin:0 1rem}.boton-hamburguesa{display:none}}#seccion-inicio{display:flex;flex-direction:column;padding:3rem 2rem;background:linear-gradient(#5271fff2,#fffffff2),url(../foto-fondo.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:fixed;text-align:center;gap:2rem}#seccion-inicio .contenedor{margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.titulo-principal{font-size:1.5rem;font-weight:700;line-height:1.3;margin:0}.descripcion{font-size:1rem;line-height:1.6}.boton-cta{background-color:var(--color-secundario);color:#fff;text-decoration:none;font-size:1.2rem;padding:.8rem 1.5rem;border-radius:5px;transition:background-color .3s ease-in-out,color .3s ease-in-out}.boton-cta:hover{background-color:var(--color-secundario-hover);color:#fff}.contenedor-imagen{width:100%;max-width:700px}.contenedor-imagen img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 8px #0003;transition:transform .3s ease-in-out}.contenedor-imagen img:hover{transform:scale(1.02)}@media (min-width: 768px){#seccion-inicio{flex-direction:row;align-items:center;text-align:left;gap:2rem;padding:6rem 4rem 5rem}.titulo-principal{font-size:2rem;width:90%}.descripcion{font-size:1.3rem;margin:0;width:70%}.boton-cta{width:fit-content}}#seccion-caracteristicas{padding:2rem 1rem;background-color:var(--color-fondo);text-align:center}#seccion-caracteristicas .contenedor{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.caracteristicas{display:flex;flex-direction:column;gap:2rem}.caracteristica{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px var(--color-principal);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.caracteristica img{width:80px;height:80px;margin-bottom:1rem}.caracteristica h3{font-size:1.5rem;color:var(--color-principal);margin-bottom:.5rem}.caracteristica p{font-size:1rem;color:var(--color-texto);line-height:1.5}.caracteristica:hover{transform:translateY(-5px);box-shadow:0 6px 12px var(--color-secundario)}@media (min-width: 768px){.caracteristicas{flex-direction:row;justify-content:space-between}.caracteristica{flex:1;margin:0 1rem}}#seccion-servicios{padding:2rem 1rem;background-color:var(--color-secundario);text-align:center}#seccion-servicios .contenedor{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}#seccion-servicios .contenedor h2{font-size:2rem;color:var(--color-terciario);font-weight:700}.servicios{display:flex;flex-direction:column;gap:2rem}.servicio{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.servicio img{width:100%;max-width:300px;height:auto;border-radius:10px;margin-bottom:1rem}.servicio h3{font-size:1.5rem;color:var(--color-principal);margin-bottom:.5rem}.servicio p{font-size:1rem;color:var(--color-texto);line-height:1.5;margin-bottom:1rem}.servicio .boton-cta{background-color:var(--color-secundario);color:#fff;text-decoration:none;font-size:1rem;padding:.8rem 1.5rem;border-radius:5px;transition:background-color .3s ease-in-out,color .3s ease-in-out}.servicio .boton-cta:hover{background-color:var(--color-secundario-hover);color:#fff}.servicio:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0003}@media (min-width: 768px){.servicios{flex-direction:row;justify-content:space-between}.servicio{flex:1;margin:0 1rem}.servicio img{max-width:250px}}#seccion-galeria{padding:2rem 1rem;background-color:var(--color-fondo);text-align:center}#seccion-galeria .contenedor{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.titulo-seccion{font-size:2rem;color:var(--color-secundario);font-weight:700}.grid-galeria{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1200px;margin:0 auto}.grid-galeria img{width:100%;height:200px;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px #0003;transition:transform .3s ease-in-out}.grid-galeria img:hover{box-shadow:0 6px 12px var(--color-secundario);transform:scale(1.04)}@media (min-width: 768px){.titulo-seccion{font-size:2.5rem}.grid-galeria{grid-template-columns:repeat(3,1fr)}.grid-galeria img{height:250px;border-radius:15px}}.footer{background-color:var(--color-secundario);color:#fff;padding:2rem 1rem;text-align:center}.contenedor-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin:0 auto;max-width:1200px}.footer h3{font-size:1.2rem;margin-bottom:.5rem}.footer p,.footer ul{font-size:1rem;line-height:1.6}ul{list-style:none;padding:0}ul li{margin-bottom:.5rem}ul li a{color:#fff;text-decoration:none;transition:color .3s}ul li a:hover{color:var(--color-secundario-hover)}.contacto,.redes-sociales,.enlace-rapido{flex:1;min-width:220px}@media (max-width: 768px){.footer{padding:2rem .5rem}.contenedor-footer{flex-direction:column;align-items:center}.contacto,.redes-sociales,.enlace-rapido{min-width:100%;text-align:center;margin-bottom:1.5rem}}.derechos-reservados{margin-top:2rem;font-size:.9rem;color:#ccc}.boton-whatsapp{position:fixed;bottom:20px;left:20px;z-index:1000;width:50px;height:50px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease-in-out}.boton-whatsapp img{width:50px;height:50px}.boton-whatsapp:hover{transform:scale(1.1)}
