:root{--color-principal: #d48806;--color-fondo: #fff8f0;--text-color: #333}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;margin:0}body{display:flex;flex-direction:column;font-family:Arial,sans-serif;background:var(--color-fondo);color:var(--text-color)}.layout{display:flex;flex-direction:column;min-height:100%}.main-content{flex:1;padding:2rem}.container{margin:0 auto}.header{background:#fff;box-shadow:0 2px 4px #0000001a}.logo{padding:1.4rem 0 1.4rem 1.4rem;height:auto;max-height:100px}.libro{padding:1rem 0 1rem 1rem;height:auto;max-height:300px}.menu a{margin-left:1rem;color:var(--text-color);text-decoration:none;font-weight:700}#hero{background:var(--color-fondo) url(/images/background_small.jpg) center/cover no-repeat;padding:4rem 1rem;color:#fff;display:flex;justify-content:center}.hero-grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center;max-width:1200px;width:100%}.hero-text{flex:1 1 300px;max-width:700px;text-align:center}.hero-text h1{font-size:3rem;margin-bottom:1rem;color:#fff}.hero-text p{font-size:1.5rem;margin-bottom:2rem;color:#fff}.hero-text-p{font-size:1.5rem;color:#fff}.hero-video{flex:1 1 300px;height:50px;max-width:600px;display:flex;justify-content:center}.hero-video2{flex:1 1 300px;height:50px;max-width:600px;display:flex;justify-content:left}.btn-primary{background:var(--color-principal);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:25px;text-decoration:none;font-size:1rem}.recetas h2,.contacto h2{text-align:center;margin-bottom:2rem}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;overflow:hidden}.card img{width:100%;display:block}.card h3{padding:.5rem;font-size:1.1rem}.card p{padding:0 .5rem 1rem;font-size:.9rem}.footer{background-color:#333;color:#fff;padding:.8rem 1rem 3.4rem;text-align:center}.footer-links a{color:#fff;margin:0 1rem;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;text-align:center}.paragraf-links{color:#fff;text-decoration:underline}.paragraf-links2{color:#fff;text-decoration:underline;font-size:1.2rem}ul{list-style-type:circle}li{margin:0 0 0 20px}.phone-icon{width:24px;height:24px;filter:invert(1)}.call-button{display:inline-flex;align-items:center;gap:.5rem;background-color:transparent;color:#fff;padding:.5rem 1rem;text-decoration:none;font-size:1.2rem;font-weight:400;margin-bottom:1rem}.call-button2{display:inline-flex;align-items:center;gap:.5rem;background-color:transparent;color:#000;text-decoration:none;font-size:1.2rem;font-weight:400}.footer-fixed{position:fixed;bottom:0;left:0;width:100%}.footer-fixed textarea{width:100%;max-width:400px;border-radius:5px;overflow:hidden;resize:none;font-size:16px;font-family:Arial,sans-serif;line-height:1.1rem;padding:5px}@media (max-width: 480px){.footer-links a{flex:1 1 45%}}@media (max-width: 768px){.hero-content h1{font-size:2rem}.menu{display:none}}
