.section_header_container.section_header_lite{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:96%;max-width:1200px;margin:30px auto;gap:30px;opacity:0;transform:translate3d(0,16px,0);transition:opacity .38s ease-out,transform .38s ease-out}.section_header_container.section_header_lite.is-visible{opacity:1;transform:translateZ(0)}.section_header_lite .image_and_title_container{display:flex;align-items:center;gap:25px}.section_header_lite .img_container{position:relative;border-radius:50%;padding:12px;height:110px;width:110px;display:grid;place-items:center;flex-shrink:0;background:radial-gradient(60% 60% at 40% 35%,hsla(0,0%,100%,.65),hsla(0,0%,100%,.15)),linear-gradient(135deg,#a4aeec,#6575df 60%,#4c5eda);box-shadow:0 12px 28px rgba(0,0,0,.16),0 6px 14px rgba(59,130,246,.18),inset 0 1px 2px hsla(0,0%,100%,.35);transition:transform .25s ease,box-shadow .25s ease;will-change:transform}.section_header_lite .img_container:after,.section_header_lite .img_container:before{content:"";position:absolute;inset:-8%;border-radius:50%;pointer-events:none}.section_header_lite .img_container:before{background:radial-gradient(100% 100% at 50% 50%,rgba(59,130,246,.25),transparent 60%),radial-gradient(85% 85% at 30% 20%,rgba(147,51,234,.18),transparent 70%),radial-gradient(90% 90% at 70% 70%,rgba(6,182,212,.18),transparent 72%);filter:blur(6px);opacity:.55;transform:translateZ(0)}.section_header_lite .img_container:after{box-shadow:0 0 0 2px rgba(59,130,246,.35),0 0 0 10px rgba(147,51,234,.18),0 0 0 18px rgba(6,182,212,.12);opacity:0;transform:scale(.9);transition:transform .5s ease,opacity .5s ease}.section_header_lite .img_container:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(0,0,0,.18),0 10px 22px rgba(59,130,246,.28),inset 0 1px 2px hsla(0,0%,100%,.4)}.section_header_lite .img_container:hover:after{opacity:.35;transform:scale(1)}.section_header_lite img.front{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18));transition:filter .25s ease}.section_header_lite .img_container:hover img.front{filter:drop-shadow(0 12px 24px rgba(59,130,246,.35))}.section_header_lite .title_wrapper{position:relative}.section_header_lite .section_title{font-size:32px;font-weight:900;margin:0;position:relative;letter-spacing:-1px;text-transform:uppercase}.section_header_lite .section_title .title_text{display:inline-block;background:linear-gradient(135deg,#1e3a8a,#3b82f6 30%,#06b6d4 60%,#8b5cf6);background-size:180% 180%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleShift 7s ease infinite;will-change:background-position}.section_header_lite .section_title .title_gradient{position:absolute;bottom:-8px;left:0;width:100%;height:6px;background:linear-gradient(90deg,#3b82f6,#8b5cf6 50%,transparent);border-radius:3px;transform-origin:left;transform:scaleX(0);opacity:0;transition:transform .5s ease .15s,opacity .5s ease .15s}.section_header_lite.is-visible .section_title .title_gradient{transform:scaleX(1);opacity:1}.section_header_lite .green_space{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border-radius:50px;overflow:hidden;box-shadow:0 10px 36px rgba(0,0,0,.12),inset 0 1px 2px hsla(0,0%,100%,.28);transition:transform .2s ease,box-shadow .2s ease;will-change:transform;background:linear-gradient(135deg,#cce7dd,#e1f1eb 50%,#cce7dd)}.section_header_lite .green_space:after,.section_header_lite .green_space:before{content:"";position:absolute;inset:-2px;border-radius:inherit;pointer-events:none}.section_header_lite .green_space:before{background:linear-gradient(135deg,rgba(59,130,246,.35),rgba(147,51,234,.35),rgba(6,182,212,.35));opacity:0;filter:blur(14px);transition:opacity .25s ease}.section_header_lite .green_space:after{top:0;left:-140%;width:50%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.45),transparent);transform:skewX(-20deg);transition:left .55s ease}.section_header_lite .green_space:hover{transform:translateY(-2px);box-shadow:0 14px 44px rgba(0,0,0,.14),inset 0 1px 2px hsla(0,0%,100%,.34)}.section_header_lite .green_space:hover:before{opacity:.5}.section_header_lite .green_space:hover:after{left:200%}.section_header_lite .subtitle_content{display:inline-flex;align-items:center;gap:10px;position:relative;z-index:1}.section_header_lite .sparkle_icon{color:#008556;font-size:22px;animation:sparkleTilt 5s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18));will-change:transform}.section_header_lite .subtitle_content p{margin:0;font-size:14px;font-weight:700;color:#00482e;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.08)}@keyframes titleShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes sparkleTilt{0%,to{transform:rotate(0deg) scale(1)}25%{transform:rotate(8deg) scale(1.1)}50%{transform:rotate(0deg) scale(1)}75%{transform:rotate(-8deg) scale(1.1)}}@media screen and (min-width:900px){.section_header_lite{margin:35px auto;gap:40px}.section_header_lite .image_and_title_container{gap:40px}.section_header_lite .img_container{height:160px;width:160px;padding:15px}.section_header_lite .section_title{font-size:52px;letter-spacing:-1.5px}.section_header_lite .section_title .title_gradient{height:8px;bottom:-12px}.section_header_lite .green_space{padding:20px 44px}.section_header_lite .sparkle_icon{font-size:26px}.section_header_lite .subtitle_content p{font-size:17px;letter-spacing:.8px}}@media(max-width:768px){.section_header_lite .section_title .title_text{animation-duration:8s}.section_header_lite .sparkle_icon{animation-duration:6s}}@media(prefers-reduced-motion:reduce){.section_header_lite .sparkle_icon,.section_header_lite .title_text{animation:none!important}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton_card .card_image{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton_card .skeleton_text{background:linear-gradient(90deg,hsla(0,0%,100%,.3) 25%,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,.3) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;height:16px;width:70%;border-radius:8px}.categorias_card{position:relative;cursor:pointer;width:140px;height:180px;border-radius:16px;overflow:hidden;flex-shrink:0;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .3s ease;will-change:transform;transform:translateZ(0)}.categorias_card:hover{transform:translateY(-6px) translateZ(0);box-shadow:0 12px 40px rgba(0,0,0,.25)}.categorias_card .card_image{position:absolute;inset:0;z-index:1}.categorias_card .card_image img{transition:transform .5s ease;will-change:transform}.categorias_card:hover .card_image img{transform:scale(1.1)}.categorias_card .card_overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.5) 50%,rgba(0,0,0,.7));z-index:2;transition:background .3s ease}.categorias_card:hover .card_overlay{background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.6) 50%,rgba(0,0,0,.8))}.categorias_card .card_content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:16px}.categorias_card .card_content .icon_container{display:flex;justify-content:center;align-items:center;align-self:flex-start;width:48px;height:48px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-radius:12px;border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;will-change:transform,background;transform:translateZ(0)}.categorias_card .card_content .icon_container .category_icon,.categorias_card .card_content .icon_container svg{width:24px;height:24px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .3s ease}.categorias_card .card_content .text_container{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.categorias_card .card_content .text_container .category_name{flex:1;margin:0;font-size:14px;font-weight:700;color:#fff;line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.categorias_card .card_content .text_container .arrow_circle{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;transition:all .3s ease;will-change:transform,background;transform:translateZ(0)}.categorias_card .card_content .text_container .arrow_circle .arrow_icon{font-size:14px;color:#fff;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.categorias_card:hover .card_content .icon_container{background:hsla(0,0%,100%,.25);transform:scale(1.05) translateZ(0)}.categorias_card:hover .card_content .icon_container .category_icon,.categorias_card:hover .card_content .icon_container svg{transform:scale(1.1)}.categorias_card:hover .card_content .text_container .arrow_circle{background:#fff;transform:scale(1.1) translateZ(0)}.categorias_card:hover .card_content .text_container .arrow_circle .arrow_icon{color:#1226aa;transform:translateX(2px)}@media screen and (min-width:900px){.categorias_card{width:200px;height:240px;border-radius:20px}.categorias_card .card_content{padding:20px}.categorias_card .card_content .icon_container{width:60px;height:60px;border-radius:16px}.categorias_card .card_content .icon_container .category_icon,.categorias_card .card_content .icon_container svg{width:32px;height:32px}.categorias_card .card_content .text_container{gap:12px}.categorias_card .card_content .text_container .category_name{font-size:16px;line-height:1.4;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}.categorias_card .card_content .text_container .arrow_circle{width:40px;height:40px}.categorias_card .card_content .text_container .arrow_circle .arrow_icon{font-size:16px}}@media(max-width:768px){.categorias_card:active{transform:scale(.96) translateZ(0)}}@media(prefers-reduced-motion:reduce){.arrow_circle,.arrow_icon,.card_image img,.card_overlay,.categorias_card,.icon_container{transition:none!important;animation:none!important}.categorias_card:hover,.categorias_card:hover .card_image img{transform:none!important}}.hero_section{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e0f2fe 50%,#dbeafe);padding:40px 20px}.hero_section .floating_elements{position:absolute;inset:0;pointer-events:none;z-index:0}.hero_section .floating_elements .float_circle,.hero_section .floating_elements .float_pill{position:absolute;border-radius:50%;opacity:.15;animation:floatAnimation 20s ease-in-out infinite}.hero_section .floating_elements .float_pill{border-radius:40px;background:linear-gradient(135deg,#1226aa,#008556);filter:blur(30px)}.hero_section .floating_elements .pill_1{width:200px;height:80px;top:10%;left:5%;animation-delay:0s}.hero_section .floating_elements .pill_2{width:150px;height:60px;bottom:20%;right:10%;animation-delay:5s}.hero_section .floating_elements .pill_3{width:180px;height:70px;top:60%;left:15%;animation-delay:10s}.hero_section .floating_elements .float_circle{background:linear-gradient(135deg,#3b82f6,#8b5cf6);filter:blur(40px)}.hero_section .floating_elements .circle_1{width:150px;height:150px;top:20%;right:15%;animation-delay:3s}.hero_section .floating_elements .circle_2{width:120px;height:120px;bottom:30%;left:20%;animation-delay:8s}.hero_section .hero_container{position:relative;z-index:1;max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.hero_section .hero_content{display:flex;flex-direction:column;gap:24px}.hero_section .hero_content .hero_badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);border-radius:50px;border:1px solid hsla(0,0%,100%,.5);box-shadow:0 4px 20px rgba(0,0,0,.08);width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:600;color:#1226aa}.hero_section .hero_content .hero_badge .badge_icon{color:#fbbf24;font-size:16px;animation:sparkle 2s ease-in-out infinite}.hero_section .hero_content .hero_title{font-size:42px;font-weight:900;line-height:1.1;color:#1e293b;margin:0;letter-spacing:-1px}.hero_section .hero_content .hero_title .title_highlight{background:linear-gradient(135deg,#1226aa,#008556);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero_section .hero_content .hero_subtitle{font-size:18px;line-height:1.7;color:#475569;margin:0;max-width:600px}.hero_section .hero_content .hero_features{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.hero_section .hero_content .hero_features .feature_item{display:flex;align-items:center;gap:10px;padding:12px 20px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(10px);border-radius:12px;border:1px solid hsla(0,0%,100%,.5);box-shadow:0 4px 16px rgba(0,0,0,.06);transition:all .3s ease;cursor:default}.hero_section .hero_content .hero_features .feature_item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.hero_section .hero_content .hero_features .feature_item .feature_icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff}.hero_section .hero_content .hero_features .feature_item.blue .feature_icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.hero_section .hero_content .hero_features .feature_item.red .feature_icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.hero_section .hero_content .hero_features .feature_item.green .feature_icon{background:linear-gradient(135deg,#10b981,#059669)}.hero_section .hero_content .hero_features .feature_item span{font-size:14px;font-weight:600;color:#1e293b}.hero_section .hero_content .hero_actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.hero_section .hero_content .hero_actions .btn_primary,.hero_section .hero_content .hero_actions .btn_secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s ease;cursor:pointer}.hero_section .hero_content .hero_actions .btn_primary .btn_icon,.hero_section .hero_content .hero_actions .btn_secondary .btn_icon{transition:transform .3s ease}.hero_section .hero_content .hero_actions .btn_primary{background:linear-gradient(135deg,#1226aa,#0d1c7c);color:#fff;box-shadow:0 8px 24px rgba(18,38,170,.3)}.hero_section .hero_content .hero_actions .btn_primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(18,38,170,.4)}.hero_section .hero_content .hero_actions .btn_primary:hover .btn_icon{transform:translateX(4px)}.hero_section .hero_content .hero_actions .btn_secondary{background:hsla(0,0%,100%,.9);color:#1226aa;border:2px solid rgba(18,38,170,.2);backdrop-filter:blur(10px)}.hero_section .hero_content .hero_actions .btn_secondary:hover{background:#fff;border-color:#1226aa;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.hero_section .hero_image_container{position:relative;width:100%;aspect-ratio:1;max-width:500px;margin:0 auto}.hero_section .hero_image_container .image_glow{position:absolute;inset:-20%;background:radial-gradient(circle,rgba(18,38,170,.2),transparent 70%);filter:blur(50px);animation:pulse 4s ease-in-out infinite}.hero_section .hero_image_container .image_wrapper{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.2));backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);box-shadow:0 20px 60px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.5)}.hero_section .hero_image_container .image_wrapper .hero_image{-o-object-fit:contain;object-fit:contain;padding:40px}.hero_section .hero_image_container .info_card{position:absolute;padding:16px 24px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);border-radius:16px;border:1px solid hsla(0,0%,100%,.5);box-shadow:0 12px 40px rgba(0,0,0,.15);text-align:center;cursor:default}.hero_section .hero_image_container .info_card .card_number{font-size:28px;font-weight:900;background:linear-gradient(135deg,#1226aa,#008556);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4px}.hero_section .hero_image_container .info_card .card_label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.hero_section .hero_image_container .info_card.card_1{top:10%;left:-10%}.hero_section .hero_image_container .info_card.card_2{bottom:15%;right:-10%}@keyframes floatAnimation{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(10deg)}66%{transform:translate(-20px,20px) rotate(-10deg)}}@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(180deg)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@media screen and (min-width:900px){.hero_section{min-height:90vh;padding:60px 40px}.hero_section .hero_container{grid-template-columns:1fr 1fr;gap:80px}.hero_section .hero_content .hero_title{font-size:58px;letter-spacing:-2px}.hero_section .hero_content .hero_subtitle{font-size:20px}.hero_section .hero_content .hero_features .feature_item{padding:14px 24px}.hero_section .hero_content .hero_features .feature_item .feature_icon{width:36px;height:36px;font-size:18px}.hero_section .hero_content .hero_features .feature_item span{font-size:15px}.hero_section .hero_image_container{max-width:600px}.hero_section .hero_image_container .info_card.card_1{left:-15%}.hero_section .hero_image_container .info_card.card_2{right:-15%}}@media(prefers-reduced-motion:reduce){.badge_icon,.floating_elements>*,.image_glow{animation:none!important}}.petlist_section_hogar__Rel38 .petlist_pet_list__Awpi9{display:flex;overflow-x:auto;padding:20px;gap:25px}.petlist_section_hogar__Rel38 .petlist_pet_list__Awpi9::-webkit-scrollbar{width:8px;height:10px;background-color:#cce7dd;border-radius:20px}.petlist_section_hogar__Rel38 .petlist_pet_list__Awpi9::-webkit-scrollbar-thumb{background-color:#6575df;border-radius:6px}@media screen and (min-width:900px){.petlist_section_hogar__Rel38 .petlist_pet_list__Awpi9{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px}}