:root{--font-poppins:"Poppins",sans-serif}*{margin:0;padding:0;box-sizing:border-box}*,body{font-family:var(--font-poppins);color:#7b7a7a}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.Footer_footer__yl3k1{background:#fff;color:#7b7a7a;padding:4rem 0 2rem;margin-top:auto;box-shadow:0 -2px 10px rgba(0,0,0,.05);position:relative;z-index:10}.Footer_container__MaumR{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer_grid__8O8gL{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem}.Footer_column__CWfrO h3{color:#49da8b;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.Footer_column__CWfrO p{color:#7b7a7a;line-height:1.6;font-size:.95rem}.Footer_column__CWfrO ul{list-style:none;padding:0;margin:0}.Footer_column__CWfrO ul li{margin-bottom:1rem}.Footer_column__CWfrO ul li a{color:#7b7a7a;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block;position:relative}.Footer_column__CWfrO ul li a:hover{color:#49da8b;transform:translateX(5px)}.Footer_column__CWfrO ul li a:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:#49da8b;transition:width .3s ease}.Footer_column__CWfrO ul li a:hover:after{width:100%}.Footer_social__H97YH{display:flex;gap:1rem;margin-top:1.5rem}.Footer_social__H97YH a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f7fa;border-radius:50%;transition:all .3s ease;border:1px solid #eee;color:#7b7a7a}.Footer_social__H97YH a:hover{background:#49da8b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(73,218,139,.2);border-color:#49da8b;color:#fff}.Footer_social__H97YH svg{width:20px;height:20px;transition:all .3s ease}.Footer_social__H97YH a:hover svg{color:#fff}.Footer_bottom__D31Rr{padding-top:2rem;border-top:1px solid #eee;text-align:center;color:#999;font-size:.9rem}.Footer_bottom__D31Rr p{color:inherit}@media (max-width:768px){.Footer_footer__yl3k1{padding:3rem 0 1.5rem}.Footer_grid__8O8gL{grid-template-columns:1fr;gap:2rem;text-align:center}.Footer_column__CWfrO ul li a:hover{transform:none}.Footer_social__H97YH{justify-content:center}.Footer_column__CWfrO ul li a:after{display:none}}@media (max-width:480px){.Footer_container__MaumR{padding:0 1rem}.Footer_column__CWfrO h3{font-size:1rem}.Footer_column__CWfrO p,.Footer_column__CWfrO ul li a{font-size:.9rem}.Footer_social__H97YH a{width:36px;height:36px}.Footer_social__H97YH svg{width:18px;height:18px}}.NotificacionesMenu_notificacionesOverlay__QZPgU{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:flex-end}.NotificacionesMenu_notificacionesMenu__JBD6A{background:#fff;width:100%;max-width:400px;height:100vh;padding:1rem;box-shadow:-2px 0 8px rgba(0,0,0,.1);animation:NotificacionesMenu_slideIn__lYBoK .3s ease-out}.NotificacionesMenu_header__PMdt4{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee}.NotificacionesMenu_header__PMdt4 h3{margin:0;color:#333;font-size:1.2rem}.NotificacionesMenu_closeButton__gB6zf{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.NotificacionesMenu_notificacionesList__lYPha{margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 100px)}.NotificacionesMenu_notificacion__dAP3a{display:flex;padding:1rem;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease;position:relative;align-items:flex-start;gap:1rem}.NotificacionesMenu_noLeida__KgVoB{background:#f0f9f4}.NotificacionesMenu_notificacion__dAP3a:hover{background:#f5f5f5}.NotificacionesMenu_notifIcon__KsE_T{font-size:1.2rem;flex-shrink:0}.NotificacionesMenu_notifContent__kkwTN{flex-grow:1}.NotificacionesMenu_mensaje__uLhrn{margin:0;color:#333;font-size:.9rem;line-height:1.4}.NotificacionesMenu_tiempo__jqt1E{font-size:.8rem;color:#666;display:block;margin-top:.3rem}.NotificacionesMenu_indicadorNoLeida__K1PDZ{width:8px;height:8px;background:#49da8b;border-radius:50%;position:absolute;top:1rem;right:1rem}.NotificacionesMenu_empty__xy7at,.NotificacionesMenu_loading__vdIzy{text-align:center;color:#666;padding:2rem}@keyframes NotificacionesMenu_slideIn__lYBoK{0%{transform:translateX(100%)}to{transform:translateX(0)}}.Home_container__d256j{max-width:100%;margin:0;padding:0;background-color:#f5f7fa;min-height:100vh}.Home_header__y2QYS{position:fixed;top:0;left:0;width:100%;z-index:100;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem 2rem}.Home_headerMain__dfwKC{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.5rem 2rem}.Home_headerLeft__3ApBO{display:flex;align-items:center;gap:3rem}.Home_logo__IOQAX{flex-shrink:0}.Home_logoImage__qdur8{height:40px;width:auto}.Home_nav__KViFq{display:flex;align-items:center;gap:1.8rem}.Home_navLink__SvGJP{color:#7b7a7a;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s;margin-right:1rem;letter-spacing:.02em;white-space:nowrap}.Home_navLink__SvGJP.Home_active__EQNkL,.Home_navLink__SvGJP:hover{color:#2ed47a}.Home_headerRight__nZHqk{display:flex;align-items:center;gap:2rem;margin-left:auto}.Home_userInfo__umA09{display:flex;align-items:center;gap:1rem}.Home_companyBadge__OgcPf,.Home_userProfile___qYZb{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f5f5f5;border-radius:20px}.Home_icon__iJDY0{font-size:1.2rem}.Home_headerActions__Ocdbb{display:flex;align-items:center;gap:1rem}.Home_iconButton__6lHUN{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:50%;transition:background .3s}.Home_iconButton__6lHUN:hover{background:#f5f5f5}.Home_publishButton__ClHuP{padding:.4rem .8rem;background:#49da8b;border-radius:16px;font-weight:500;font-size:.8rem;text-decoration:none;transition:background .3s;line-height:1}.Home_publishButton__ClHuP:hover{background:#3fc77d}.Home_loginButton__Hqu1n{padding:.4rem .8rem;border-radius:16px;font-weight:500;font-size:.8rem;line-height:1}.Home_loginButton__Hqu1n:hover{box-shadow:0 2px 8px rgba(73,218,139,.15);transform:translateY(-1px)}.Home_registerButton__QA6bv{padding:.4rem .8rem;background:#49da8b;border-radius:16px;font-weight:500;font-size:.8rem;transition:background .3s;line-height:1}.Home_registerButton__QA6bv:hover{background:#3fc77d}.Home_authButton__BFB2m{padding:.8rem 1.2rem;background:#49da8b;color:#fff;border:1px solid #49da8b;border-radius:16px;font-weight:500;font-size:.9rem;text-decoration:none;transition:all .3s;line-height:1;text-align:center;display:block;width:100%}.Home_authButton__BFB2m:hover{background:#3fc77d;border-color:#3fc77d;color:#fff}.Home_main__VkIEL{width:100%;margin:0;padding:64px .5rem 0;background:#f5f7fa;min-height:calc(100vh - 64px);box-sizing:border-box}@media (max-width:600px){.Home_main__VkIEL{padding-top:64px}}.Home_publishContainer__cllPA{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.Home_searchContainer__ylqvv{margin-bottom:1.5rem;padding:0 1rem;width:100%}.Home_searchInput__fVjDa{width:100%;padding:.8rem 1.5rem;border:1px solid #ddd;border-radius:25px;font-size:.9rem;color:#666;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .3s ease}.Home_searchInput__fVjDa::placeholder{color:#999;font-size:.85rem}.Home_searchInput__fVjDa:focus{outline:none;border-color:#49da8b;box-shadow:0 0 0 2px rgba(73,218,139,.1)}.Home_filtersContainer__VUMfs{display:flex;gap:.75rem;justify-content:flex-start;flex-wrap:wrap;padding:0 1rem;width:100%;max-width:1400px;margin:0 auto}.Home_filterSelect__IuTVa{flex:1 1;min-width:140px;max-width:200px;border:1px solid #ddd;border-radius:20px;font-size:.85rem;color:#666;background-color:#fff;cursor:pointer;transition:all .3s ease;height:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding:.75rem 2.5rem .75rem 1rem}.Home_filterSelect__IuTVa:focus{outline:none;border-color:#49da8b;box-shadow:0 0 0 2px rgba(73,218,139,.2)}.Home_filterSelect__IuTVa:hover{border-color:#49da8b}.Home_filterSelect__IuTVa option{padding:.5rem}.Home_listingsGrid__Bdy3M{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.Home_listingCard__VGNdQ{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s;position:relative}.Home_listingCard__VGNdQ:hover{transform:translateY(-5px)}.Home_cardImageContainer__rPwvJ{width:100%;height:200px;overflow:hidden;position:relative}.Home_typeTag__Bt3qr{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:20px;font-weight:500;z-index:1}.Home_venta__Z_33Y{background-color:#49da8b;color:#fff}.Home_compra__khXp2{background-color:#fff;color:#49da8b;border:1px solid #49da8b}.Home_cardImage__2COby{width:100%;height:100%;object-fit:cover}.Home_cardContent__auKAF{padding:1.5rem}.Home_categoryTag__qOHVh{display:inline-block;padding:4px 8px;background-color:#f5f5f5;border-radius:4px;color:#666;font-size:.9rem;margin-bottom:.5rem}.Home_cardTitle__rMNyu{color:#7b7a7a;margin:.5rem 0;font-size:1.4rem;font-weight:600}.Home_cardLocation__xo8ov{color:#666;font-size:.9rem;margin-bottom:1rem}.Home_cardMeta__pexx9{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;margin-bottom:1.5rem}.Home_cardMeta__pexx9 span{color:#999}.Home_cardActions__EGSJn{display:flex;justify-content:space-between;align-items:center;gap:1rem}.Home_actionIcons__4Wq0F{display:flex;gap:.5rem}.Home_favoriteButton__zY6_z,.Home_shareButton__H0iF_{background:none;border:1px solid #49da8b;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#49da8b}.Home_favoriteButton__zY6_z:hover,.Home_shareButton__H0iF_:hover{background-color:rgba(73,218,139,.1)}.Home_contactButton__pySZ0{flex:1 1;padding:.8rem;background-color:#49da8b;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s}.Home_contactButton__pySZ0:hover{background-color:#3fc77d}.Home_noResults__0218G{grid-column:1/-1;text-align:center;padding:2rem;background:#fff;border-radius:8px;color:#666}@media (max-width:768px){.Home_filtersContainer__VUMfs{gap:.5rem}.Home_filterSelect__IuTVa{min-width:calc(50% - .5rem);max-width:none}.Home_listingsGrid__Bdy3M{grid-template-columns:1fr}}@media (max-width:480px){.Home_filterSelect__IuTVa{min-width:100%}}.Home_favoriteButton__zY6_z.Home_active__EQNkL{background-color:#49da8b;border-color:#49da8b;color:#fff}.Home_nav__KViFq a{color:#7b7a7a;text-decoration:none;font-weight:500;transition:color .3s}.Home_nav__KViFq a:hover{color:#49da8b}.Home_misAnunciosHeader__uT8_Q{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Home_newAnuncioButton__Sqp0F{background-color:#49da8b;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s}.Home_newAnuncioButton__Sqp0F:hover{background-color:#3fc77d}.Home_statusTag__oHFuw{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-weight:500;z-index:1;background-color:#666;color:#fff}.Home_statusTag__oHFuw.Home_activo__EUnBG{background-color:#49da8b}.Home_statusTag__oHFuw.Home_pausado__Sg1DV{background-color:#ffa000}.Home_adminButtons__q09uW{display:flex;gap:.5rem;width:100%}.Home_deleteButton__o1Y2v,.Home_editButton__QN8C0,.Home_toggleButton__ilE1D{padding:.5rem 1rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s;flex:1 1}.Home_toggleButton__ilE1D{background-color:#fff;color:#ffa000;border:1px solid #ffa000}.Home_toggleButton__ilE1D:hover{background-color:rgba(255,160,0,.1)}.Home_deleteButton__o1Y2v{background-color:#fff;color:#f44336;border:1px solid #f44336}.Home_deleteButton__o1Y2v:hover{background-color:rgba(244,67,54,.1)}.Home_perfilContainer__gnxdY{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.Home_perfilHeader__3JcKa{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Home_perfilSection___2j6s{width:100%;max-width:1000px;margin:0 auto;background:#fff;border-radius:12px;padding:2.5rem 4rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.Home_perfilFoto__Cddyz{text-align:center}.Home_avatarImage__wEb1t{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.Home_cambiarFotoButton__FJmdD{background:none;border:1px solid #49da8b;color:#49da8b;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .3s}.Home_cambiarFotoButton__FJmdD:hover{background-color:rgba(73,218,139,.1)}.Home_perfilInfo__EfKmi{display:grid;grid-gap:1.5rem;gap:1.5rem}.Home_infoGroup__2iv7n h3{color:#666;font-size:.9rem;margin-bottom:.5rem}.Home_infoGroup__2iv7n p{color:#333;font-size:1.1rem}.Home_perfilForm__kBgSt{display:grid;grid-gap:1rem;gap:1rem;margin-top:2rem;width:100%}.Home_formInput__wWVuf{color:#7b7a7a;background:#fff;transition:all .3s}.Home_formInput__wWVuf:focus{outline:none;border-color:#49da8b;box-shadow:0 2px 8px rgba(73,218,139,.2)}.Home_textArea__g_RFd{min-height:120px;resize:vertical}.Home_formRow__R1zVZ{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.Home_locationSection__GPvQE{background:#f8f9fa;border-radius:12px;margin-top:2rem}.Home_locationHeader__fVTSM{gap:.5rem}.Home_locationInfo__H5YJa{font-size:.9rem;margin-bottom:1.5rem}.Home_addLocationButton__1E_vq{background:#fff;border:2px dashed #49da8b;border-radius:8px;font-weight:600;transition:all .3s}.Home_addLocationButton__1E_vq:hover{background:rgba(73,218,139,.1)}.Home_formActions__Lbnha{align-items:center;padding:0 2rem}.Home_backButton__kEp3f{background-color:#fff;padding:1rem 3rem;font-size:1.1rem;transition:all .3s}.Home_backButton__kEp3f:hover{background-color:rgba(73,218,139,.1)}.Home_backButton__kEp3f:disabled{opacity:.7;cursor:not-allowed}.Home_saveButton__brDLg{background-color:#49da8b;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.Home_saveButton__brDLg:hover{background-color:#3fc77d;transform:translateY(-2px)}.Home_saveButton__brDLg:active{transform:translateY(0)}.Home_perfilFooter__ul1mI{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.Home_deleteAccountButton__XebNM{background-color:#fff;color:#f44336;border:1px solid #f44336;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s}.Home_deleteAccountButton__XebNM:hover{background-color:#f44336;color:#fff}@media (max-width:992px){.Home_perfilContent__BPIdz{padding:2rem 1rem}.Home_perfilSection___2j6s{padding:2rem;max-width:100%}.Home_perfilSidebar__UEBYP{height:auto!important;min-height:unset!important;flex:unset!important}}@media (max-width:768px){.Home_perfilContent__BPIdz{padding:1rem .5rem}.Home_perfilSection___2j6s{padding:1.5rem}}@media (max-width:480px){.Home_perfilSection___2j6s{padding:1rem;border-radius:8px}}.Home_perfilMainContainer__loXJh{padding-top:0;display:flex;gap:0;min-height:calc(100vh - 64px);width:100%;background:#f5f7fa}@media (max-width:992px){.Home_perfilMainContainer__loXJh{flex-direction:column!important;padding-top:0!important;gap:0!important}.Home_perfilSidebar__UEBYP{position:relative!important;width:100%!important;max-width:100vw!important;height:auto!important;box-shadow:none!important;border-right:none!important;border-bottom:1px solid #eee!important;padding:76px 0 1rem!important;overflow-y:visible!important;z-index:1!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important}.Home_perfilContent__BPIdz{margin-left:0!important;display:block!important}.Home_perfilContent__BPIdz,.Home_perfilSection___2j6s{width:100%!important;padding:.5rem!important;box-sizing:border-box!important}.Home_perfilSection___2j6s{max-width:100vw!important;min-width:0!important}.Home_perfilNav__6O8yX{gap:.5rem!important;margin-bottom:1.5rem!important}.Home_perfilSidebarFooter__C3s7o{border-top:1px solid #eee!important;margin-top:1rem!important;padding-top:1rem!important;margin-bottom:0!important}}@media (max-width:700px){.Home_perfilMainContainer__loXJh{flex-direction:column!important;padding-top:0!important}.Home_perfilSidebar__UEBYP{position:relative!important;width:100%!important;min-width:0!important;max-width:100vw!important;height:auto!important;box-shadow:none!important;border-right:none!important;border-bottom:1px solid #eee!important;padding:76px 0 1rem!important;overflow-y:visible!important}.Home_perfilContent__BPIdz{margin-left:0!important;width:100%!important;padding:.5rem!important;display:block!important}}@media (max-width:480px){.Home_perfilSidebar__UEBYP{padding:140px 0 1rem!important}.Home_perfilContent__BPIdz{padding:.5rem .2rem;margin-top:0}}.Home_perfilTypeSelector__dRyKb{margin:2rem 0}.Home_perfilTypeButtons__Ho0X_{display:flex;gap:1rem;margin-top:1rem}.Home_perfilTypeButton__P2qXp{padding:.8rem 2rem;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s}.Home_perfilTypeButton__P2qXp.Home_active__EQNkL{background:#49da8b;color:#fff;border-color:#49da8b}@media (max-width:1200px){.Home_perfilContent__BPIdz{padding:2rem}.Home_perfilSection___2j6s{padding:2rem 3rem;max-width:100%}}@media (max-width:992px){.Home_perfilContent__BPIdz{margin-left:200px;width:calc(100% - 200px)}.Home_perfilSection___2j6s{padding:2rem}}@media (max-width:768px){.Home_perfilMainContainer__loXJh{flex-direction:column;padding-top:0}.Home_perfilSidebar__UEBYP{position:relative;width:100%;min-height:auto;padding:1rem 0}.Home_perfilNav__6O8yX{flex-direction:row;flex-wrap:wrap;gap:.5rem;padding:0 1rem}.Home_perfilNavItem__6VY2_{padding:.5rem 1rem;font-size:.9rem;border-radius:4px;background:#eee}.Home_perfilContent__BPIdz{margin-left:0;width:100%;padding:1rem}.Home_perfilSection___2j6s{padding:1rem!important;border-radius:8px;max-width:100vw;width:100%!important;min-width:0!important;box-sizing:border-box}.Home_perfilForm__kBgSt{padding:0!important;width:100%}.Home_formGroup__KFkHd input,.Home_formGroup__KFkHd select,.Home_formGroup__KFkHd textarea{width:100%;min-width:0}}@media (max-width:480px){.Home_perfilMainContainer__loXJh{padding-top:0}.Home_perfilContent__BPIdz{padding:.5rem}.Home_perfilSection___2j6s{padding:1rem;border-radius:8px}.Home_perfilNavItem__6VY2_{width:100%;text-align:center}.Home_perfilTypeButton__P2qXp{width:100%}}.Home_direccionesHeader__yOelm{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Home_addDireccionButton__A0_7C{background-color:#49da8b;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.Home_addDireccionButton__A0_7C:hover{background-color:#3fc77d;transform:translateY(-2px)}.Home_direccionesContent__MzRz7{min-height:300px;display:flex;justify-content:center;align-items:center}.Home_noDirecciones__x0scc{text-align:center;color:#666}.Home_locationIcon__Ju9hh{font-size:3rem;margin-bottom:1rem;color:#49da8b}.Home_modal___NgiA{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.Home_modalContent__XKBCH{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.Home_modalHeader__0qgf3{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Home_modalHeader__0qgf3 h3{color:#7b7a7a;margin:0}.Home_closeButton__rDX9l{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem}.Home_modalActions__3oQNQ{margin-top:2rem;display:flex;justify-content:flex-end}.Home_selectedLocation__BRcCu{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;color:#7b7a7a}.Home_direccionesList__2YxSJ,.Home_formFields__uLz49{display:grid;grid-gap:1rem;gap:1rem}.Home_direccionesList__2YxSJ{width:100%}.Home_direccionCard__NgGoM{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;transition:all .3s;position:relative}.Home_direccionCard__NgGoM:hover{background:#f0f1f2;transform:translateY(-2px)}.Home_direccionIcon__JOCEN{font-size:1.5rem;color:#49da8b}.Home_direccionPrincipal__2efip{color:#7b7a7a;font-weight:600;margin-bottom:.5rem}.Home_direccionSecundaria__XJ537{color:#666;font-size:.9rem;margin:.2rem 0}.Home_deleteDireccionButton__RMtYP{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.Home_deleteDireccionButton__RMtYP:hover{background-color:#ff4d4d;color:#fff}.Home_direccionCard__NgGoM:hover .Home_deleteDireccionButton__RMtYP{opacity:1}.Home_uploadIcon__oY_Uf{font-size:2rem;width:40px;height:40px}.Home_uploadArea__d6Zpu p{color:#7b7a7a;font-size:1.1rem;margin:0}.Home_uploadButton__wPWeA{background:none;border:1px solid #49da8b;color:#49da8b;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:1rem}.Home_uploadButton__wPWeA:hover{background:rgba(73,218,139,.1)}.Home_continueButton__PPTNw{background-color:#fff;color:#49da8b;border:none;padding:1rem 3rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s;margin-top:2rem;margin-left:auto;margin-right:2rem;display:block}.Home_continueButton__PPTNw:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1);background-color:#49da8b;color:#fff}.Home_continueButton__PPTNw:disabled{opacity:.7;cursor:not-allowed}.Home_publishStepOne__SCjL6{width:100vw;min-height:calc(100vh - 80px);background-color:#f5f7fa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;left:50%;right:50%;margin:0 -50vw}.Home_publishStepOne__SCjL6 h3{font-size:2rem;color:#7b7a7a;margin-bottom:1.5rem;text-align:center}.Home_publishStepOne__SCjL6 p{color:#7b7a7a;font-size:1.2rem;margin-bottom:1rem;text-align:center}.Home_anuncioTypeButtons__et3zA{display:flex;gap:2rem;margin-top:2rem}.Home_anuncioTypeButton__UAUfJ{padding:1.5rem 4rem;font-size:1.2rem;font-weight:600;border:2px solid #49da8b;border-radius:12px;background:#fff;color:#49da8b;cursor:pointer;transition:all .3s ease}.Home_anuncioTypeButton__UAUfJ:hover{background:rgba(73,218,139,.1);transform:translateY(-2px)}.Home_anuncioTypeButton__UAUfJ.Home_active__EQNkL{background:#49da8b;color:#fff}.Home_publishStepOne__SCjL6~.Home_navigationButtons__m_Bc2{display:none}@media (max-width:768px){.Home_anuncioTypeButtons__et3zA{flex-direction:column;align-items:center;gap:1.5rem}.Home_anuncioTypeButton__UAUfJ{width:100%;max-width:250px;padding:1.5rem}.Home_publishStepOne__SCjL6 h3{font-size:1.75rem}.Home_publishStepOne__SCjL6 p{font-size:1.1rem}}.Home_publishStepTwo___vA2r{text-align:center;padding:2rem}.Home_categoryOptions__XIKQB{display:flex;justify-content:center;gap:2rem;margin:2rem 0}.Home_categoryButton__GhP6p{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border:2px solid #ddd;border-radius:50%;background:#fff;cursor:pointer;transition:all .3s;width:150px;height:150px;justify-content:center}.Home_categoryButton__GhP6p img{width:60px;height:60px;object-fit:contain}.Home_categoryButton__GhP6p.Home_active__EQNkL{border-color:#49da8b;background:rgba(73,218,139,.1)}.Home_subcategorySelector__qgVRJ{max-width:400px;margin:2rem auto}.Home_select__5LfSC{width:100%;padding:1rem;border:1px solid #ddd;border-radius:25px;font-size:1rem;color:#7b7a7a;background:#fff}.Home_publishStepThree__T0yjc{max-width:800px;margin:0 auto;padding:2rem}.Home_roundedInput__o7Sip{border:1px solid #49da8b;border-radius:25px;padding:1rem;width:100%;outline:none}.Home_roundedInput__o7Sip:focus{box-shadow:0 0 0 2px rgba(73,218,139,.2)}.Home_threeColumnGrid__OcHAv{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin:2rem 0}.Home_locationSection__GPvQE{margin-top:3rem;padding:2rem;background-color:#f8f9fa;border-radius:25px}.Home_locationHeader__fVTSM{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.Home_locationIcon__Ju9hh{font-size:1.5rem}.Home_locationInfo__H5YJa{color:#666;margin-bottom:2rem;line-height:1.5}.Home_addLocationButton__1E_vq{width:100%;padding:1rem;background-color:#e8f8f0;color:#49da8b;border:none;border-radius:25px;font-weight:500;cursor:pointer;transition:background-color .3s}.Home_addLocationButton__1E_vq:hover{background-color:#d1f2e4}.Home_formGroup__KFkHd label{color:#333}.Home_formTextarea__VRzQn{min-height:100px;resize:vertical}.Home_publishStepFour__xSx9K{max-width:800px;margin:0 auto;padding:2rem}.Home_uploadInfo__cxXXW{color:#666;text-align:center;margin-bottom:2rem}.Home_uploadSection__GcjLZ{margin:2rem 0}.Home_uploadArea__d6Zpu{border:2px dashed #49da8b;border-radius:12px;padding:2rem;background-color:rgba(73,218,139,.05);cursor:pointer;transition:all .3s;display:flex;flex-direction:column;align-items:center;gap:1rem}.Home_uploadArea__d6Zpu:hover{background-color:rgba(73,218,139,.1)}.Home_uploadIcon__oY_Uf{width:50px;height:50px;border:2px solid #49da8b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#49da8b}.Home_previewContainer__Kkwqy{position:relative;width:100%;max-width:300px}.Home_imagePreview__4Eh2Y{width:100%;height:auto;border-radius:8px}.Home_removeFileButton__eZtY2,.Home_removeImageButton__OT36w{position:absolute;top:-10px;right:-10px;width:24px;height:24px;border-radius:50%;background:#ff4d4d;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s}.Home_removeFileButton__eZtY2:hover,.Home_removeImageButton__OT36w:hover{background:#f33;transform:scale(1.1)}.Home_fileInfo__0i46t{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;width:100%;max-width:300px;position:relative}.Home_fileName__mufoT{color:#333;font-size:.9rem;word-break:break-all}.Home_publishButton__ClHuP{padding:1rem 2rem;border-radius:8px}.Home_publishButton__ClHuP:hover{transform:translateY(-2px)}.Home_loginButton__Hqu1n{background:transparent;color:#49da8b;border:1px solid #49da8b;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.Home_loginButton__Hqu1n:hover{background:rgba(73,218,139,.08);color:#2ed47a;border-color:#2ed47a;box-shadow:0 4px 12px rgba(73,218,139,.15);transform:translateY(-2px)}.Home_registerButton__QA6bv{background-color:#49da8b;color:#fff;border:1px solid #49da8b;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.Home_registerButton__QA6bv:hover{background-color:#3fc77d;border-color:#3fc77d;transform:translateY(-2px)}.Home_inputInfo__wWPcV{color:#666;font-size:.9rem;margin-top:.5rem}.Home_radioGroup___rKzv{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.Home_radioLabel__MJDeD{gap:.5rem;color:#333}.Home_radioLabel__MJDeD input[type=radio]{width:18px;height:18px;accent-color:#49da8b}.Home_sectionTitle__DKb2S,.Home_subtitle__KzT68{color:#7b7a7a}.Home_publishStepFive__4_xL8{max-width:800px;margin:0 auto;padding:2rem}.Home_priceInfo__0patK{color:#666;font-style:italic;margin-bottom:2rem}.Home_priceSection__DuXUp{margin:2rem 0 3rem}.Home_priceSection__DuXUp label{color:#666;display:block;margin-bottom:.5rem}.Home_priceInputContainer__cHdKo{display:flex;align-items:center;border:1px solid #49da8b;border-radius:25px;padding:.75rem 1rem;background:#fff}.Home_currencySymbol__SOWZO{color:#666;font-size:1.2rem;margin-right:.5rem}.Home_priceInput__JXSnX{border:none;font-size:1.2rem;color:#333;width:100%;outline:none;padding:.25rem}.Home_transportSection__VD2G_{margin-top:3rem}.Home_transportInfo__hTO6v{color:#666;margin:1rem 0 2rem;line-height:1.5}.Home_transportOptions__bE1nr{display:flex;flex-direction:column;gap:1.5rem}.Home_radioLabel__MJDeD{display:flex;align-items:center;gap:1rem;color:#666;cursor:pointer;font-size:1.1rem}.Home_radioLabel__MJDeD input[type=checkbox]{width:20px;height:20px;accent-color:#49da8b}.Home_priceNote__v9Hsx{color:#666;font-size:.9rem;font-style:italic}.Home_publishForm__ya_XS{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.Home_formGroup__KFkHd label{margin-bottom:.5rem}.Home_formInput__wWVuf{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.Home_formActions__Lbnha{display:flex;justify-content:space-between;margin-top:2rem}.Home_submitButton__ECzIY{background:#49da8b;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer}.Home_backButton__kEp3f{background:#fff;color:#49da8b;border:1px solid #49da8b;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer}.Home_success__IZwiY{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;padding:1rem;margin-bottom:1rem;border-radius:4px}.Home_error__514Ji{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;padding:1rem;margin-bottom:1rem;border-radius:4px}.Home_inputError__rgshm{border-color:#dc3545!important}.Home_errorMessage__n47_b{color:#dc3545;font-size:.875rem;margin-top:.25rem}.Home_errorAlert___XSNR{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #f5c6cb}.Home_savedLocation__C0wxj{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1rem;margin-top:1rem}.Home_savedLocationText__B1PfE{margin-bottom:1rem}.Home_savedLocationText__B1PfE strong{display:block;color:#495057;margin-bottom:.5rem}.Home_savedLocationText__B1PfE p{color:#6c757d;margin:0}.Home_changeLocationButton__Tns_2{width:100%;padding:.75rem;background-color:#e8f8f0;color:#49da8b;border:none;border-radius:25px;font-weight:500;cursor:pointer;transition:background-color .3s}.Home_changeLocationButton__Tns_2:hover{background-color:#d1f2e4}.Home_rightButtons__ft4I7{display:flex;gap:1rem;align-items:center}.Home_showErrorsButton__oUlYA{padding:.75rem 1.5rem;background-color:#ff4d4d;color:#fff;border:none;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s}.Home_showErrorsButton__oUlYA:hover{background-color:#f33}.Home_errorModal__XCDBm{max-width:500px}.Home_errorsList__ZOahY{list-style:none;padding:0;margin:0}.Home_errorItem__8vXWn{padding:1rem;border-bottom:1px solid #eee;color:#721c24}.Home_errorItem__8vXWn:last-child{border-bottom:none}.Home_errorItem__8vXWn strong{color:#dc3545;margin-right:.5rem}.Home_closeErrorsButton__hSaax{width:100%;padding:.75rem;background-color:#dc3545;color:#fff;border:none;border-radius:25px;font-weight:500;cursor:pointer;transition:background-color .3s}.Home_closeErrorsButton__hSaax:hover{background-color:#c82333}.Home_formInput__wWVuf[type=select],select.Home_formInput__wWVuf{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em;padding-right:2.5rem}.Home_formInput__wWVuf[type=select]:focus,select.Home_formInput__wWVuf:focus{border-color:#49da8b;box-shadow:0 0 0 2px rgba(73,218,139,.2)}.Home_formInput__wWVuf option{color:#333;padding:.5rem}.Home_navigationButtons__m_Bc2{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:0 2rem}.Home_backButton__kEp3f,.Home_nextButton__r_Kss{background-color:#fff;color:#49da8b;border:1px solid #49da8b;padding:1rem 3rem;border-radius:25px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s}.Home_backButton__kEp3f:hover,.Home_nextButton__r_Kss:hover{background-color:rgba(73,218,139,.1)}.Home_backButton__kEp3f:disabled,.Home_nextButton__r_Kss:disabled{opacity:.7;cursor:not-allowed}.Home_publishButton__ClHuP{background-color:#49da8b;color:#fff;border:none;padding:1rem 3rem;border-radius:25px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s}.Home_publishButton__ClHuP:hover{background-color:#3fc77d}.Home_grid__AVljO{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;width:100%;margin:0 auto;max-width:1400px}.Home_title__hYX6j{text-align:left;margin-bottom:1.5rem;padding:0 1rem;font-size:1.5rem;font-weight:500;color:#7b7a7a}@media (max-width:1100px){.Home_grid__AVljO{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.Home_grid__AVljO{grid-template-columns:1fr}}@media (max-width:480px){.Home_main__VkIEL{padding:1rem .5rem}.Home_cardsGrid__Zxs5k{grid-template-columns:1fr;gap:1rem;padding:.5rem}.Home_formGroup__KFkHd{margin-bottom:1rem}.Home_locationSection__GPvQE,.Home_priceSection__DuXUp,.Home_publishStepFive__4_xL8,.Home_publishStepFour__xSx9K,.Home_publishStepOne__SCjL6,.Home_publishStepThree__T0yjc,.Home_publishStepTwo___vA2r,.Home_transportSection__VD2G_{padding:1rem}}.Home_iconImage__tIxPH{object-fit:contain}.Home_companyBadge__OgcPf{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f5f5f5;border-radius:20px}.Home_soporteContainer__nss8P{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-top:1rem}.Home_soporteForm__ro3w6{max-width:600px;margin:0 auto}.Home_soporteSelect__tNlWl,.Home_soporteTextarea__uj6F_{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;color:#7b7a7a;transition:all .3s ease;background:#f8f9fa}.Home_soporteSelect__tNlWl:focus,.Home_soporteTextarea__uj6F_:focus{border-color:#49da8b;box-shadow:0 0 0 2px rgba(73,218,139,.2);outline:none;background:#fff}.Home_soporteFile__DBEkF{width:100%;padding:1.5rem;border:2px dashed #49da8b;border-radius:8px;cursor:pointer;background:rgba(73,218,139,.05);transition:all .3s ease}.Home_soporteFile__DBEkF:hover{background:rgba(73,218,139,.1)}.Home_fileHint__9NpVm{display:block;font-size:.85rem;color:#999;margin-top:.5rem}.Home_soporteSubmit__aGkDv{width:100%;padding:1rem;background:#49da8b;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:2rem}.Home_soporteSubmit__aGkDv:hover{background:#3fc77d;transform:translateY(-2px)}.Home_soporteInfo__QRLd_{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee;text-align:center}.Home_soporteInfo__QRLd_ h3{color:#7b7a7a;margin-bottom:1rem;font-size:1.2rem}.Home_soporteInfo__QRLd_ p{color:#666;line-height:1.6}.Home_soporteInfo__QRLd_ a{color:#49da8b;text-decoration:none;margin-left:.5rem;font-weight:500}.Home_soporteInfo__QRLd_ a:hover{text-decoration:underline}.Home_formGroup__KFkHd{margin-bottom:1.5rem}.Home_formGroup__KFkHd label{display:block;margin-bottom:.8rem;color:#7b7a7a;font-weight:500;font-size:.95rem}.Home_soporteTextarea__uj6F_{min-height:120px;resize:vertical}.Home_soporteSubmit__aGkDv.Home_loading__Z_JGo{position:relative;color:transparent}.Home_soporteSubmit__aGkDv.Home_loading__Z_JGo:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;border-radius:50%;border:2px solid #fff;border-top-color:transparent;animation:Home_spin__VEV0f 1s linear infinite}@keyframes Home_spin__VEV0f{to{transform:rotate(1turn)}}.Home_planesContainer__VeQXO{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:2rem 0}.Home_planCard__tVe0O{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;position:relative;display:flex;flex-direction:column}.Home_planCard__tVe0O:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Home_planDestacado__KWnx1{border:2px solid #49da8b;transform:scale(1.02)}.Home_planBadge__Ya7X7{position:absolute;top:-12px;right:20px;background:#49da8b;color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.Home_planHeader__eLU_x{text-align:center;margin-bottom:2rem}.Home_planHeader__eLU_x h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.Home_precio__HXkXU{display:flex;flex-direction:column;align-items:center}.Home_monto__Can9y{font-size:2.5rem;font-weight:700;color:#49da8b}.Home_periodo__vNb6k{color:#666;font-size:.9rem}.Home_planBody__zCOsl{flex-grow:1}.Home_planBody__zCOsl ul{list-style:none;padding:0;margin:0}.Home_planBody__zCOsl li{padding:.8rem 0;color:#666;border-bottom:1px solid #eee}.Home_planBody__zCOsl li:last-child{border-bottom:none}.Home_planButton__D__ik{width:100%;padding:1rem;border:none;border-radius:8px;background:#f5f5f5;color:#333;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:2rem}.Home_planButton__D__ik:hover{background:#e5e5e5}.Home_planButtonDestacado__wlOtj{background:#49da8b;color:#fff}.Home_planButtonDestacado__wlOtj:hover{background:#3fc77d}.Home_planInfo__rknC1{background:#f8f9fa;padding:2rem;border-radius:12px;margin-top:3rem}.Home_planInfo__rknC1 h3{color:#333;margin-bottom:1rem}.Home_planInfo__rknC1 ul{list-style:none;padding:0}.Home_planInfo__rknC1 li{color:#666;padding:.5rem 0;display:flex;align-items:center}.Home_planInfo__rknC1 li:before{content:"•";color:#49da8b;font-weight:700;margin-right:.5rem}.Home_planActual__7MRtE{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.Home_planActualHeader__3nhAA{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.Home_planActualHeader__3nhAA h3{color:#333;font-size:1.2rem;margin:0}.Home_planActualBadge__8jKkE{background:#ffd7d7;color:#dc3545;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.Home_planActualDesc__05zPR{color:#666;margin:0;font-size:.95rem;line-height:1.5}.Home_planSeparator__Cv98K{position:relative;text-align:center;margin:3rem 0}.Home_planSeparator__Cv98K:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#dee2e6}.Home_planSeparator__Cv98K span{background:#f5f7fa;padding:0 1rem;color:#666;position:relative;font-size:1.1rem}.Home_planActual__7MRtE.Home_activo__EUnBG{background:#e8f9f0;border-color:#49da8b}.Home_planActual__7MRtE.Home_activo__EUnBG .Home_planActualBadge__8jKkE{background:#49da8b;color:#fff}.Home_planActualDetalles__YFPqm{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(73,218,139,.2)}.Home_planActualDetalles__YFPqm p{display:flex;justify-content:space-between;margin:.5rem 0;color:#666}.Home_planActualDetalles__YFPqm strong{color:#333}.Home_notificacionesBtn__rDv0Q{position:relative;background:none;border:none;padding:.5rem;cursor:pointer;border-radius:50%;transition:background .3s}.Home_notificacionesBtn__rDv0Q:hover{background:#f5f5f5}.Home_notificacionesBadge__4tgeN{position:absolute;top:-5px;right:-5px;background:#f44;color:#fff;border-radius:50%;min-width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);animation:Home_pulse__0RP2j 2s infinite}@keyframes Home_pulse__0RP2j{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.Home_iconImage__tIxPH{display:block;width:20px;height:20px}.Home_editForm__g423A{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:800px;margin:2rem auto}.Home_editButton__QN8C0{background-color:#fff;color:#666;border:1px solid #666;padding:.5rem 1rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s;flex:1 1}.Home_editButton__QN8C0:hover{background-color:hsla(0,0%,40%,.1)}.Home_cardsGrid__Zxs5k{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1rem}@media (max-width:900px){.Home_headerMain__dfwKC{flex-direction:row;padding:.5rem}.Home_headerLeft__3ApBO{flex:1 1}.Home_headerRight__nZHqk{width:auto;margin-left:0;justify-content:flex-end;position:relative}.Home_menuButton__x35GK{display:block;margin-left:0;margin-right:0;z-index:300}.Home_nav__KViFq{display:none!important}.Home_headerRight__nZHqk.Home_menuOpen__rsWLk .Home_nav__KViFq{display:flex!important;flex-direction:column;position:absolute;top:60px;right:0;background:#fff;width:220px;border-radius:16px 0 16px 16px;box-shadow:0 8px 32px rgba(46,212,122,.15);padding:1.5rem 1rem;z-index:250;gap:1rem}.Home_headerActions__Ocdbb,.Home_userInfo__umA09{display:none!important}}@media (max-width:600px){.Home_headerMain__dfwKC{flex-direction:column;gap:.5rem;padding:.5rem .2rem}.Home_headerLeft__3ApBO{width:100%;justify-content:space-between}.Home_headerRight__nZHqk{width:100%;justify-content:flex-end}}.Home_menuBar__0ucmU{display:block;width:28px;height:4px;background:#49da8b;border-radius:2px;margin:5px 0;transition:all .3s}.Home_menuButton__x35GK{display:none;background:none;border:none;box-shadow:none;outline:none;padding:0;margin:0;cursor:pointer}@media (max-width:900px){.Home_menuButton__x35GK{display:block}}@media (min-width:901px){.Home_nav__KViFq .Home_publishButton__ClHuP,.Home_nav__KViFq .Home_registerButton__QA6bv{background:#49da8b;color:#fff}.Home_nav__KViFq .Home_loginButton__Hqu1n,.Home_nav__KViFq .Home_publishButton__ClHuP,.Home_nav__KViFq .Home_registerButton__QA6bv{margin-right:1rem;border:1px solid #49da8b;border-radius:16px;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .3s;line-height:1;padding:.6rem 1.5rem;display:inline-block;box-shadow:none}.Home_nav__KViFq .Home_loginButton__Hqu1n{background:transparent;color:#49da8b}.Home_nav__KViFq .Home_loginButton__Hqu1n:last-child,.Home_nav__KViFq .Home_publishButton__ClHuP:last-child,.Home_nav__KViFq .Home_registerButton__QA6bv:last-child{margin-right:0}.Home_nav__KViFq .Home_publishButton__ClHuP:hover,.Home_nav__KViFq .Home_registerButton__QA6bv:hover{background:#3fc77d;border-color:#3fc77d;color:#fff}.Home_nav__KViFq .Home_loginButton__Hqu1n:hover{background:rgba(73,218,139,.08);color:#2ed47a;border-color:#2ed47a;box-shadow:0 2px 8px rgba(73,218,139,.15);transform:translateY(-1px)}}.Home_mainContent__RtoDJ{max-width:1400px;margin:0 auto;width:100%}@media (max-width:1300px) and (min-width:901px){.Home_userInfo__umA09{display:none!important}}@media (max-width:700px){.Home_perfilContent__BPIdz{display:block!important;padding:.5rem!important;margin-top:0!important}.Home_perfilSection___2j6s{padding:.5rem!important;border-radius:8px;max-width:100vw!important;width:100%!important;min-width:0!important;box-sizing:border-box}.Home_modalContent__XKBCH,.Home_planCard__tVe0O,.Home_soporteContainer__nss8P,.Home_uploadSection__GcjLZ{padding:1rem!important;max-width:100vw!important;width:100%!important;min-width:0!important;box-sizing:border-box}}.Home_perfilSidebar__UEBYP{background:#fff;min-height:100vh;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;height:100vh;overflow-y:auto;width:260px;padding:3rem 0 2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:2px 0 8px rgba(0,0,0,.04);border-right:1px solid #eee;transition:width .3s;z-index:1}.Home_perfilNav__6O8yX{display:flex;flex-direction:column;gap:.5rem}.Home_perfilNavItem__6VY2_{padding:1rem 2rem;text-align:left;background:none;border:none;cursor:pointer;color:#666;font-size:1rem;border-radius:8px;transition:all .3s;width:100%;display:block}.Home_perfilNavItem__6VY2_.Home_active__EQNkL,.Home_perfilNavItem__6VY2_:hover{background-color:#e0e0e0;color:#49da8b}.Home_perfilSidebarFooter__C3s7o{border-top:1px solid #eee;padding-top:1rem}.Home_perfilContent__BPIdz{flex:1 1;display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 2rem;width:100%;margin-top:64px}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/0938b75f61da35fc-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/f54d3b402c212b9e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/7108afb8b1381ad1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/2246fb8caa01a49c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/7ede3623c9ddac57-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/9e82d62334b205f4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f5b513e981884070-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b8442747db2a9bad-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_9b9fd1;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6245472ced48d3be-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_9b9fd1;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_9b9fd1{font-family:__Poppins_9b9fd1,__Poppins_Fallback_9b9fd1;font-style:normal}.__variable_9b9fd1{--font-poppins:"__Poppins_9b9fd1","__Poppins_Fallback_9b9fd1"}