:root{--primary:#ff9f43;--secondary:#ffe9d2;--dark:#333;--light:#fff;--max-width:75rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Arial,sans-serif;color:var(--dark);background:url(../../img/campo-verde.webp) center / cover no-repeat fixed;min-height:100vh;padding:1rem}header,main,footer{max-width:var(--max-width);margin-inline:auto;padding-inline:1rem}.pet-header{background:linear-gradient(90deg,#ffb26b,var(--primary));border-radius:1rem;padding:1rem;position:sticky;top:0;z-index:1000;box-shadow:0 .25rem .75rem rgb(0 0 0 / .15)}.header-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.logo-animals{height:clamp(3rem, 8vw, 6rem);width:auto;filter:drop-shadow(0 2px 3px rgb(0 0 0 / .25))}.hero{flex:1 1 100%;text-align:center;color:#fff;font-weight:700;line-height:1.2;font-size:clamp(1.4rem, 4vw, 2.4rem);text-shadow:0 2px 4px rgb(0 0 0 / .6)}.search-container{position:relative;width:100%;max-width:22rem;display:flex;align-items:center;gap:.4rem}.search-container input{width:calc(100% - 2.6rem);padding:.5rem 1rem;border-radius:2rem;border:none;font-size:1rem}.search-container button{position:static;border:none;background:var(--primary);color:#fff;border-radius:50%;width:2.2rem;height:2.2rem;cursor:pointer;flex-shrink:0}.menu-toggle{display:block;font-size:2rem;cursor:pointer;background:none;border:none;transition:transform 0.3s ease,color 0.3s ease}.menu-toggle.open{transform:rotate(90deg);color:var(--primary)}.pet-nav{display:none;flex-direction:column;background:rgb(255 233 210 / .95);margin-top:1rem;border-radius:1rem;padding:1rem;gap:.75rem;box-shadow:0 10px 30px rgb(0 0 0 / .15);backdrop-filter:blur(6px);flex-wrap:wrap}.pet-nav.show{display:flex;flex-direction:column;background:rgb(255 255 255 / .9);padding:1rem;border-radius:1rem}.pet-nav a{text-decoration:none;color:var(--dark);font-weight:600;text-align:center;padding:.6rem 1rem;border-radius:999px;transition:background 0.25s ease,transform 0.2s ease}.pet-nav a:hover,.pet-nav a:focus-visible{background:var(--primary);color:#fff;transform:translateY(-2px)}.hero-image{margin:1.5rem 0}.hero-image img{width:100%;height:auto;border-radius:1rem}.section-links{margin:2rem 0}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:1rem;justify-items:center}.section-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--dark);gap:.5rem;background:rgb(255 255 255 / .8);border-radius:1rem;padding:.5rem;transition:transform 0.35s ease,box-shadow 0.35s ease;backdrop-filter:blur(5px)}.section-card img{width:100%;max-width:20rem;aspect-ratio:1/1;object-fit:cover;border-radius:.75rem;box-shadow:0 .25rem .75rem rgb(0 0 0 / .2);transition:transform .3s,box-shadow .3s}.section-card span{font-weight:700;text-align:center}.section-card:hover,.section-card:focus{transform:translateY(-8px) rotateX(3deg);box-shadow:0 12px 20px rgb(0 0 0 / .25)}footer{margin-top:2rem;padding:1.5rem;text-align:center;background:var(--primary);color:var(--light);border-radius:1rem}.gatito-salta{position:fixed;width:100px;z-index:9999;pointer-events:none;transform-origin:bottom center}@keyframes gatito-bounce{0%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-60px) rotate(-15deg)}50%{transform:translateY(-40px) rotate(10deg)}75%{transform:translateY(-20px) rotate(-5deg)}100%{transform:translateY(0) rotate(0deg)}}@media (min-width:48rem){.header-inner{flex-wrap:nowrap;justify-content:space-between}.hero{flex:1}.menu-toggle{display:none}.pet-nav{display:flex!important;flex-direction:row;justify-content:center;margin-top:1rem}}.search-results{position:absolute;top:calc(100% + 0.3rem);left:0;width:calc(100% - 2.6rem);background:#fff;border-radius:.75rem;box-shadow:0 8px 20px rgb(0 0 0 / .15);padding:.5rem;z-index:1000;display:none}.search-results.show{display:block}.result-item{display:block;padding:.4rem .6rem;border-radius:.5rem;color:var(--dark);text-decoration:none}.result-item:hover,.result-item.selected{background:var(--secondary)}.pet-header{transition:padding 0.3s ease,box-shadow 0.3s ease,background 0.3s ease;overflow-x:hidden}.pet-header.is-scrolled{padding:.6rem 1rem;box-shadow:0 12px 30px rgb(0 0 0 / .25);background:linear-gradient(90deg,#ffb26b,#ff9f43)}.pet-header.is-scrolled .hero{font-size:clamp(1.2rem, 3vw, 1.8rem)}.home-intro{text-align:center;margin:1rem 0 2rem}.home-intro h1{color:#fff;font-size:clamp(1.8rem, 5vw, 2.8rem);font-weight:800;text-shadow:0 3px 6px rgb(0 0 0 / .5);margin-bottom:.5rem}.home-intro h2{max-width:52rem;margin:0 auto;font-size:clamp(1,5rem, 3vw, 1.2rem);line-height:1.6;color:#fff;text-shadow:0 2px 4px rgb(0 0 0 / .5)}.home-intro p{max-width:auto;margin:0 auto;font-size:clamp(1rem, 3vw, 1.2rem);line-height:1.6;color:#fff;text-shadow:0 2px 4px rgb(0 0 0 / .5)}.search-body-results{max-width:40rem;margin:1rem auto 2rem;background:rgb(255 255 255 / .9);border-radius:1rem;box-shadow:0 8px 20px rgb(0 0 0 / .15);padding:.5rem;display:none}.search-body-results.show{display:block}.search-modal{position:fixed;inset:0;background:rgb(0 0 0 / .4);display:none;align-items:flex-start;justify-content:center;padding-top:6rem;z-index:2000}.search-modal.show{display:flex}.search-modal-box{width:100%;max-width:40rem;background:#fff;border-radius:1rem;box-shadow:0 10px 30px rgb(0 0 0 / .25);padding:.75rem}.site-footer{margin-top:2rem;background:var(--primary);color:#fff;border-radius:1rem;padding:1.5rem}.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1.5rem}.footer-col strong{display:block;margin-bottom:.5rem}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.3rem}.footer-col a{color:#fff;text-decoration:none}.footer-col a:hover{text-decoration:underline}.footer-copy{text-align:center;margin-top:1.5rem;font-size:.9rem}.legal-page{max-width:50rem;margin:2rem auto;background:rgb(255 255 255 / .9);padding:2rem;border-radius:1rem}.legal-page h1{margin-bottom:1rem}.legal-page h2{margin-top:1.5rem}.cookie-banner{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:rgb(0 0 0 / .85);color:#fff;padding:.75rem 1.25rem;border-radius:999px;display:flex;gap:1rem;align-items:center;z-index:3000;font-size:.9rem}.cookie-banner a{color:var(--primary)}.cookie-banner button{border:none;background:var(--primary);color:#fff;padding:.3rem .9rem;border-radius:999px;cursor:pointer}.cookie-banner.hidden{display:none}.newsletter-form{margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}.newsletter-form input{border-radius:999px;border:none;padding:.4rem .8rem}.newsletter-form button{border:none;background:#333;color:#fff;padding:.4rem;border-radius:999px;cursor:pointer}.contact-form{display:flex;flex-direction:column;gap:.6rem}.contact-form input,.contact-form textarea{padding:.5rem;border-radius:.5rem;border:1px solid #ccc}.contact-form button{background:var(--primary);border:none;color:#fff;padding:.6rem;border-radius:.75rem;cursor:pointer}.newsletter-alert{max-width:42rem;margin:1.5rem auto;padding:1rem 1.25rem;border-radius:1rem;text-align:center;font-weight:600;font-size:1rem;box-shadow:0 6px 18px rgb(0 0 0 / .15)}.newsletter-alert.ok{background:#e9f8ee;color:#1e7e34}.newsletter-alert.existe{background:#fff4e5;color:#b46900}.newsletter-alert.error{background:#fdecea;color:#a61b1b}.footer-col h3{margin-bottom:.4rem;font-size:1.1rem}.newsletter-text{font-size:.9rem;opacity:.9;margin-bottom:.6rem}.newsletter-form{margin-top:.5rem}.form-message.success{background-color:#d4edda;color:#155724;padding:15px;margin-bottom:20px;border:1px solid #c3e6cb;border-radius:5px;font-size:1rem}.form-message.error{background-color:#f8d7da;color:#721c24;padding:15px;margin-bottom:20px;border:1px solid #f5c6cb;border-radius:5px;font-size:1rem}.hero-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 0 10px rgb(0 0 0 / .15)}.behavior h2{font-size:2rem;font-weight:700;color:var(--primary);text-align:center;margin-bottom:1.5rem}.behavior{margin-top:2rem;padding:2rem;background:var(--secondary);border-radius:1rem;box-shadow:0 8px 20px rgb(0 0 0 / .1)}.content{display:flex;justify-content:space-between;align-items:center;padding-left:10px;padding-right:10px}.text{flex:1;padding-left:15px;padding-right:15px}.text h2{font-size:2rem;font-weight:700;color:var(--primary);text-align:left;margin-bottom:1.5rem}.text p{font-size:1.1rem;line-height:1.8;color:var(--dark)}.image{width:250px;height:auto}.image img{width:100%;height:auto;border-radius:1rem}@media (max-width:768px){.behavior{padding:1.5rem}.content{flex-direction:column;align-items:flex-start}.text h2{text-align:center}.image{margin-top:1rem;width:200px;margin:1.5rem auto 0 auto}behavior ul{margin:1.5rem auto 0 auto}}.behavior ul{list-style:none;padding:1.5rem;margin:1.5rem auto 0 auto;background:#fff;border-radius:.8rem;box-shadow:0 6px 15px rgb(0 0 0 / .12);max-width:600px}.behavior ul li{padding:.6rem 0;border-bottom:1px solid rgb(0 0 0 / .08);font-weight:500;color:#333;display:flex;align-items:center}.behavior ul li:last-child{border-bottom:none}.behavior ul li::before{content:"🐾";margin-right:.6rem;font-size:1.1rem}.info{flex:1;display:flex;flex-direction:column;justify-content:center;padding:50px}.info p{margin:0 0 10px;font-weight:600}.info ul{margin:0 0 15px;padding-left:20px}.faq{max-width:800px;margin:40px auto;font-family:Arial,sans-serif}.faq h2{text-align:center;margin-bottom:20px}.faq-item{border-bottom:1px solid #ddd}.faq-question{width:100%;text-align:left;background:#f9f9f9;border:none;outline:none;padding:15px;font-size:16px;cursor:pointer;transition:0.3s;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{background:#eef6f8}.faq-question::after{content:"+";font-size:20px}.faq-question.active::after{content:"−"}.faq-answer{max-height:0;overflow:hidden;background:#fff;transition:max-height 0.3s ease;padding:0 15px}.faq-answer p{margin:15px 0}.link{display:inline-block;padding:2px 14px;border-radius:999px;background:linear-gradient(135deg,#ffe0b2,#ffcc80);color:#5d4037;font-size:18px;text-decoration:none;font-weight:500;box-shadow:0 3px 8px rgb(0 0 0 / .08);transition:all 0.25s ease}.link:hover{color:#d35400;border-bottom:2px solid #d35400}.home-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin:2rem 0}.home-card{display:block;text-decoration:none;color:var(--dark);background:rgb(255 255 255 / .9);border-radius:1rem;overflow:hidden;box-shadow:0 8px 20px rgb(0 0 0 / .15);transition:transform 0.3s ease,box-shadow 0.3s ease}.home-card img{width:100%;height:180px;object-fit:cover}.home-card span{display:block;padding:.8rem;font-weight:700;text-align:center}.home-card:hover{transform:translateY(-6px);box-shadow:0 12px 25px rgb(0 0 0 / .25)}