.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) translateZ(0)}50%{transform:rotate(5deg) scale(1.05) translateZ(0)}}@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;will-change:transform}.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%}.hero_section .floating_elements .pill_2{width:150px;height:60px;bottom:20%;right:10%}.hero_section .floating_elements .pill_3{width:180px;height:70px;top:60%;left:15%}.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%}.hero_section .floating_elements .circle_2{width:120px;height:120px;bottom:30%;left:20%}.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 16px rgba(0,0,0,.06);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}.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:transform .2s ease,box-shadow .2s ease;cursor:default}.hero_section .hero_content .hero_features .feature_item:hover{transform:translateY(-2px);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;flex-shrink:0}.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:transform .2s ease,box-shadow .2s ease;cursor:pointer;border:2px solid transparent}.hero_section .hero_content .hero_actions .btn_primary .btn_icon,.hero_section .hero_content .hero_actions .btn_secondary .btn_icon{transition:transform .2s ease}.hero_section .hero_content .hero_actions .btn_primary{background:linear-gradient(135deg,#1226aa,#008556);color:#fff;box-shadow:0 8px 24px rgba(18,38,170,.3)}.hero_section .hero_content .hero_actions .btn_primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(18,38,170,.4)}.hero_section .hero_content .hero_actions .btn_primary:hover .btn_icon{transform:translateX(3px)}.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(-2px);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)}.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%}@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;will-change:auto}.btn_primary:hover,.btn_secondary:hover,.feature_item:hover{transform:none}}.pet_card_container{box-shadow:0 12px 50px rgba(0,0,0,.08);border-radius:22px;width:100%;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.pet_card_container:hover{transform:translateY(-2px)}.pet_card_container .pet_top{position:relative}.pet_card_container .pet_top .pet_img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block}.pet_card_container .pet_top .status-pill{position:absolute;top:16px;left:16px;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.03em;background:rgba(0,0,0,.6)}.pet_card_container .pet_top .status-pill.urgent{background-color:#e11d48}.pet_card_container .pet_top .status-pill.available{background-color:#0ea5e9}.pet_card_container .pet_top .status-pill.recovering{background-color:#f59e0b}.pet_card_container .pet_top .status-pill.default{background-color:rgba(15,23,42,.8)}.pet_card_container .pet_top .heart{position:absolute;top:16px;right:16px;width:40px;height:40px;background-color:hsla(0,0%,100%,.9);border-radius:9999px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(148,163,184,.25);color:#475569;transition:background-color .2s ease,color .2s ease}.pet_card_container .pet_top .heart.active{color:#dc2626;background-color:hsla(0,91%,71%,.18)}.pet_card_container .pet_top .heart svg{width:1.1rem;height:1.1rem}.pet_card_container .pet_bottom{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.pet_card_container .pet_bottom .pet_info p{margin:0}.pet_card_container .pet_bottom .pet_info .name{font-weight:700;font-size:1.3rem;margin-bottom:.325rem}.pet_card_container .pet_bottom .pet_info .description,.pet_card_container .pet_bottom .pet_info .location,.pet_card_container .pet_bottom .pet_info .raze{color:#64748b;line-height:1.5}.pet_card_container .pet_bottom .pet_info .raze{font-size:.95rem;margin-bottom:.5rem}.pet_card_container .pet_bottom .pet_info .location{font-size:.9rem;margin-bottom:.75rem}.pet_card_container .pet_bottom .pet_info .description{font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.pet_card_container .pet_bottom .card_actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pet_card_container .pet_bottom .card_actions .conocelo{background-color:#008556;color:#fff;border:none;min-width:140px;text-align:center}.pet_card_container .pet_bottom .card_actions .likes-count{color:#475569;font-weight:700}.pet_card_container .skeleton{min-height:220px}.pet_card_container .skeleton,.pet_card_container .skeleton-text{background:linear-gradient(90deg,#f9fafb,#f3f4f6 50%,#f9fafb);background-size:200% 100%;animation:pulse 1.5s ease-in-out infinite}.pet_card_container .skeleton-text{width:100%;height:18px;border-radius:8px}@keyframes pulse{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.blogcard_container{display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(15,23,42,.08);border-radius:25px;width:100%;max-width:100%;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.blogcard_container:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(15,23,42,.12)}.blogcard_container .blog_top{position:relative}.blogcard_container .blog_top .blog_img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block}.blogcard_container .blog_top .heart{position:absolute;top:14px;right:14px;background-color:hsla(0,0%,100%,.95);border-radius:9999px;display:flex;justify-content:center;align-items:center;padding:.75rem;border:1px solid rgba(148,163,184,.25);transition:background-color .2s ease,transform .2s ease}.blogcard_container .blog_top .heart svg{color:#008556;font-size:1.05rem}.blogcard_container .blog_top .heart:hover{background-color:#008556}.blogcard_container .blog_top .heart:hover svg{color:#fff}.blogcard_container .blog_bottom{width:100%;padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.blogcard_container .blog_bottom .info{display:flex;justify-content:space-between;align-items:center;gap:1rem}.blogcard_container .blog_bottom .info svg{color:#1226aa;font-size:1.2rem}.blogcard_container .blog_bottom .info .date{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.9rem}.blogcard_container .blog_bottom .info .news{color:#1226aa;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.blogcard_container .blog_bottom .title{margin:1rem 0 .75rem;font-weight:700;line-height:1.3;font-size:1.15rem}.blogcard_container .blog_bottom .excerpt{margin:0;color:#4b5563;line-height:1.75;font-size:.975rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:5.6rem;max-height:5.6rem}.blogcard_container .blog_bottom .right_button{display:flex;justify-content:flex-end;margin-top:1rem}.blogcard_container .blog_bottom .right_button button.sabermas{border:2px solid #008556;padding:.75rem 1.1rem;border-radius:9999px;background:transparent;transition:background-color .2s ease,color .2s ease}.blogcard_container .blog_bottom .right_button button.sabermas p{color:#008556;font-weight:700;margin:0}.blogcard_container .blog_bottom .right_button button.sabermas:hover{background-color:#008556}.blogcard_container .blog_bottom .right_button button.sabermas:hover p{color:#fff}@media(max-width:900px){.blogcard_container .blog_bottom{padding:1.1rem 1rem 1.3rem}}@media(max-width:640px){.blogcard_container .blog_top .blog_img{height:200px}.blogcard_container .blog_bottom{padding:1rem}.blogcard_container .blog_bottom .title{font-size:1rem}.blogcard_container .blog_bottom .excerpt{font-size:.95rem}}