.auction-card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:21px;background-color:#fff;border:1px solid #17223c;border-radius:10px;padding-right:10px}.auction-card hr{border:none;display:block;width:1px;height:60px;background-color:#bfbfbf}.auction-card span{display:block;width:10px;height:87px;border-radius:10px 0 0 10px}.auction-card span.state-finalizada{background-color:#f9bdbd}.auction-card span.state-activa{background-color:#ccdf94}.auction-card span.state-pausada{background-color:#77aec5}.auction-card span.state-adquirido{background-color:#efdc9d}.auction-card span.state-proximamente{background-color:#c591bc}.auction-card .state-timer{display:flex;align-items:center;flex-direction:column;gap:10px;min-width:84px}.auction-card .state-timer h3{font-family:var(--neue-bold);font-size:14px;font-weight:700;color:#17223c;text-transform:capitalize}.auction-card .state-timer span{width:145px!important;text-align:center;height:-moz-fit-content;height:fit-content;font-family:var(--neue-light);font-size:14px;font-weight:300;color:#17223c}.auction-card .time{display:flex;flex-direction:column;align-items:center;gap:1px}.auction-card .time p{font-family:var(--neue-light);font-size:14px;font-weight:300;color:#17223c}.auction-card .time p b{font-family:var(--neue-bold);font-weight:700}.auction-card .desarrollo-wrap{background-color:#17223c;padding:14px 25px;height:87px;display:flex;justify-content:center;align-items:center}.auction-card .desarrollo-wrap img{display:block;max-width:100%;height:auto;mix-blend-mode:luminosity;filter:saturate(1000)}.auction-card h4{font-family:var(--neue-light);font-size:14px;font-weight:300;color:#17223c;width:108px}.auction-card h4 b{font-family:var(--neue-bold);font-weight:700}.auction-card .offer-by{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:130px}.auction-card .offer-by p{width:-moz-fit-content;width:fit-content;max-width:150px;font-family:var(--neue-roman);font-size:14px;font-weight:400;color:#17223c}.auction-card .best-offer{position:relative;height:87px;width:180px;background-color:#ccdf94}.auction-card .loser-offer{position:relative;height:87px;width:180px;background-color:#f9bdbd}.auction-card h5{font-family:var(--neue-roman);font-size:14px;font-weight:400;color:#17223c}.auction-card h5 b{font-family:var(--neue-bold);font-weight:700;font-size:25px}.auction-card .card-btn{display:block;background-color:#003a70;border-radius:30px;padding:7px 20px;font-family:var(--neue-roman);font-weight:400;font-size:18px;color:#fff;transition:background-color .3s ease-in-out;border:none;outline:none!important}.auction-card .card-btn.submit-btn-small{padding:5px 12px;border-radius:25.5px;font-size:15px;margin:21px 0 0 auto}.auction-card .card-btn:hover{cursor:pointer;background-color:#17223c}.auction-card .card-btn__disabled{background-color:rgba(0,58,112,.3);box-shadow:rgba(0,0,0,.1)}.auction-card .card-btn__disabled:hover{cursor:default;background-color:rgba(0,58,112,.3)}.auction-card .additional-btns{display:flex;flex-direction:column;gap:10px}.auction-card .additional-btns button{background-color:transparent;border:none;outline:none!important}.auction-card .additional-btns button:hover{cursor:pointer}@media(max-width:1450px){.auction-card .card-btn{padding:7px 10px;font-size:14px}.auction-card .best-offer,.auction-card .loser-offer{width:150px}.auction-card .no-display,.auction-card h4{display:none}}@media(max-width:1208px){.auction-card{width:100%;height:auto;display:block;background-color:hsla(0,0%,100%,.3);border:1px solid #17223c;padding-right:0;overflow:hidden}.auction-card h4{display:unset}.auction-card .card-btn-dropdown{width:100%;display:flex;align-items:center;justify-content:space-between;gap:21px;background-color:#fff;border-radius:0 0 10px 10px;padding-right:16px;border:none;border-bottom:0 solid #17223c;outline:none!important;transition:border-width .5s ease-in-out}.auction-card .card-btn-dropdown span{min-width:10px;height:40px}.auction-card .card-btn-dropdown h3{width:62px;font-family:var(--neue-bold);font-size:14px;font-weight:700;color:#17223c;text-transform:capitalize;white-space:nowrap}.auction-card .card-btn-dropdown h4{font-family:var(--neue-light);font-size:14px;font-weight:300;color:#17223c;text-transform:capitalize}.auction-card .card-btn-dropdown hr{height:12px;background-color:#17223c}.auction-card .card-btn-dropdown svg{transition:transform .3s ease-in-out}.auction-card .card-btn-dropdown.card-dropdown-opened{border-width:1px}.auction-card .card-btn-dropdown.card-dropdown-opened svg{transform:rotate(180deg)}.auction-card .card-dropdown{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out;padding:0}.auction-card .card-dropdown.card-dropdown-opened{max-height:700px}.auction-card .card-dropdown h4,.auction-card .card-dropdown h5,.auction-card .card-dropdown p{color:#17223c}.auction-card .card-dropdown .size-timer{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:7px;margin-bottom:7px}.auction-card .card-dropdown .size-timer .time{display:flex;flex-direction:row;width:100%}.auction-card .card-dropdown .size-timer .time div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:50%;height:60px}.auction-card .card-dropdown hr{width:200px;height:1px;background-color:#17223c;margin:0 auto}.auction-card .card-dropdown .offers{display:flex;justify-content:center;height:73px}.auction-card .card-dropdown .offers .best-offer{position:inherit;height:inherit;width:100%!important;background-color:#ccdf94}.auction-card .card-dropdown .offers .loser-offer{position:inherit;height:inherit;width:100%!important;background-color:#f9bdbd}.auction-card .card-dropdown .offers .offer-by{gap:5px;width:-moz-fit-content;width:fit-content;position:relative}.auction-card .card-dropdown .offers .offer-by p{min-width:150px;text-align:center;width:-moz-fit-content;width:fit-content;max-width:inherit;margin:0}.auction-card .card-dropdown .offers .offer-by h5 span{position:absolute;left:15px;font-size:14px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.auction-card .card-dropdown .additional-btns{flex-direction:row;justify-content:space-between;gap:12px;margin:13px 0;padding:0 12px}.auction-card .card-dropdown .additional-btns svg path{fill:#17223c}.auction-card .card-dropdown .additional-btns a{width:120px;text-align:center}}.Popup_container___Khdq{display:flex;align-items:center;justify-content:center;position:fixed;z-index:9999;width:100vw;height:100vh;top:0;left:0;background-color:rgba(23,34,60,.5);pointer-events:none;overflow-y:auto;opacity:0;transition:opacity .3s ease-in-out}.Popup_container___Khdq.Popup_opened__rDW1l{opacity:1;pointer-events:auto}.Loader_wrapper__3yb2F{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin:auto}.Loader_loader__GrUtG{width:60px;height:60px;border:5px solid #003a70;border-top-color:#0c84f3;animation:Loader_spin013151__ber5Z 1s linear infinite;border-radius:100%}@keyframes Loader_spin013151__ber5Z{to{transform:rotate(1turn)}}.PopUpSubscribe_popupContent__kWeXO{display:flex;flex-direction:column;background:#fff;width:auto;height:auto;border-radius:20px;justify-content:space-around;align-items:center;gap:10px;padding:20px 50px}.PopUpSubscribe_popupContent__kWeXO h2{font-size:30px;margin-bottom:10px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_btnClose__uev9n{border:none;align-self:end;font-size:20px;font-family:var(--65-medium);background:none;color:#003a70}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_btnClose__uev9n:hover{cursor:pointer}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_form__ZcA9s{display:flex;align-items:center;flex-direction:column;gap:20px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_contentInputs__sJOyG{display:flex;gap:16px;flex-direction:row;width:100%}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_contentInput__UJta9{display:flex;flex-direction:column;width:100%;font-size:20px;font-family:var(--55-roman);gap:5px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_input__IVMHn{padding:10px;font-size:16px;background:#eee;border-radius:5px;height:40px;width:310px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_label__XDT7s{font-size:20px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_error__JGG14{color:#fd5050}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_submitButton__VIJ_U{display:flex;align-items:center;justify-content:center;background-color:#003a70;padding:7px 25px;font-size:20px;border:none;border-radius:30px;color:#fff;transition:background-color .3s ease}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_submitButton__VIJ_U:hover{cursor:pointer;background-color:#0a6ac2}.PopUpSubscribe_contentSuccess__sZKi9{display:flex;flex-direction:column;background:#fff;width:auto;height:auto;border-radius:20px;justify-content:space-around;align-items:center;gap:10px;padding:20px 50px}.PopUpSubscribe_contentSuccess__sZKi9 h2{font-size:30px;margin-bottom:10px}.PopUpSubscribe_contentSuccess__sZKi9 .PopUpSubscribe_submitButton__VIJ_U{display:flex;align-items:center;justify-content:center;background-color:#003a70;padding:7px 25px;font-size:20px;border:none;border-radius:30px;color:#fff;transition:background-color .3s ease}.PopUpSubscribe_contentSuccess__sZKi9 .PopUpSubscribe_submitButton__VIJ_U:hover{cursor:pointer;background-color:#0a6ac2}@media(max-width:800px){.PopUpSubscribe_popupContent__kWeXO{width:90%;margin:auto}.PopUpSubscribe_popupContent__kWeXO h2{font-size:16px;text-align:center}.PopUpSubscribe_contentSuccess__sZKi9{width:95%;text-align:center;margin:auto}}@media(min-width:800px)and (max-width:1300px){.PopUpSubscribe_popupContent__kWeXO{padding:40px;text-align:start}.PopUpSubscribe_popupContent__kWeXO h2{font-size:25px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_input__IVMHn{width:250px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_label__XDT7s{font-size:18px}.PopUpSubscribe_popupContent__kWeXO .PopUpSubscribe_submitButton__VIJ_U{padding:5px 20px;font-size:18px}}.FormNewsLetter_form__A43pm{display:flex;align-items:center;flex-direction:column}.FormNewsLetter_contentInputs__w_LSa{display:flex;gap:16px;flex-direction:row;width:100%}@media(max-width:768px){.FormNewsLetter_contentInputs__w_LSa{flex-direction:column;gap:10px}}.FormNewsLetter_contentInput__VzJ15{display:flex;flex-direction:column;min-height:95px;width:100%;font-size:20px;font-family:var(--55-roman);gap:5px}@media(max-width:768px){.FormNewsLetter_contentInput__VzJ15{font-size:18px}}.FormNewsLetter_input__U9YxC{padding:10px;font-size:16px;background:#eee;border-radius:5px;height:40px;width:310px}@media(max-width:768px){.FormNewsLetter_input__U9YxC{width:100%}}.FormNewsLetter_label__d83h_{font-size:20px}@media(max-width:768px){.FormNewsLetter_label__d83h_{font-size:18px}}.FormNewsLetter_error__rUPHJ{font-size:12px;font-family:var(--55-italic);color:#fd5050}.FormNewsLetter_submitButton__SkZnR{display:flex;align-items:center;justify-content:center;background-color:#003a70;padding:7px 25px;font-size:20px;border:none;border-radius:30px;color:#fff;transition:background-color .3s ease}.FormNewsLetter_submitButton__SkZnR:hover{cursor:pointer;background-color:#0a6ac2}@media(max-width:768px){.FormNewsLetter_submitButton__SkZnR{width:100%;padding:10px}}.footer{width:100%;background-color:#14213d;padding-top:31px;height:292px;display:flex;align-items:center}.footer .footer-holder{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.footer .footer-holder .item .delsud{position:relative;top:-20px;display:flex;align-items:center;gap:24px}.footer .footer-holder .item .delsud p{font-family:var(--45-ligth);font-size:14px;font-weight:300;color:#fff;text-transform:uppercase}.footer .footer-holder .item .links-footer{margin-top:20px;display:flex;align-items:flex-start;gap:88px}.footer .footer-holder .item .links-footer .links-wrap{display:flex;flex-direction:column;gap:12px}.footer .footer-holder .item .links-footer .links-wrap h5{font-family:var(--neue-bold);font-size:14px;font-weight:700;color:#fff}.footer .footer-holder .item .links-footer .links-wrap a{font-family:var(--45-ligth);font-size:14px;font-weight:300;color:#fff;transition:color .3s ease-in-out}.footer .footer-holder .item .links-footer .links-wrap a:hover{color:#fc7032}.footer .footer-holder .item .links-footer .links-wrap p{font-family:var(--45-ligth);font-size:14px;font-weight:300;color:#fff}.footer .footer-holder .item .socials-holder{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:46px 0 24px}.footer .footer-holder .item .socials-holder a svg path{transition:all .3s ease-in-out}.footer .footer-holder .item .socials-holder a svg rect{transition:stroke .3s ease-in-out}.footer .footer-holder .item .socials-holder a:hover svg path{fill:#fc7032}.footer .footer-holder .item .socials-holder a:hover svg path.mail-icon{fill:initial;stroke:#fc7032}.footer .footer-holder .item .socials-holder a:hover svg rect{stroke:#fc7032}.footer .footer-holder .item h6{font-family:var(--45-ligth);font-size:14px;font-weight:400;color:#fff;text-align:right}.footer .more-links{width:100%;background-color:#c4c1bf;padding:13px 0}.footer .more-links .more-links-holder{display:flex;align-items:center;gap:28px}.footer .more-links .more-links-holder p{font-family:var(--45-ligth);font-size:14px;font-weight:300;color:#17223c}.footer .more-links .more-links-holder a{font-family:var(--45-ligth);font-size:14px;font-weight:700;color:#17223c;transition:color .3s ease-in-out}.footer .more-links .more-links-holder a:hover{color:#003a70}@media(max-width:1024px){.footer{height:auto}.footer .footer-holder{padding:20px 0;flex-direction:column;align-items:flex-start}.footer .footer-holder .item .links-footer{flex-wrap:wrap}.footer .footer-holder .item .socials-holder{justify-content:flex-start}.footer .footer-holder .item h6{text-align:left}}@media(max-width:700px){.footer .footer-holder .item{width:100%}.footer .footer-holder .item .delsud{display:flex;justify-content:center}.footer .footer-holder .item .links-footer{justify-content:center}.footer .footer-holder .item .links-footer .links-wrap a,.footer .footer-holder .item .links-footer .links-wrap h5,.footer .footer-holder .item .links-footer .links-wrap p{font-size:12px}.footer .footer-holder .item .socials-holder{justify-content:center}.footer .footer-holder .item h6{font-size:12px;text-align:center}.footer .more-links .more-links-holder{flex-wrap:wrap;align-items:flex-start;gap:18px}.footer .more-links .more-links-holder a,.footer .more-links .more-links-holder p{font-size:12px}}@media(max-width:572px){.footer .footer-holder .item .links-footer{justify-content:center;flex-direction:column;gap:30px;padding:0 25px}.footer .footer-holder .item .links-footer .links-wrap a,.footer .footer-holder .item .links-footer .links-wrap h5,.footer .footer-holder .item .links-footer .links-wrap p{font-size:15px}.footer .footer-holder .item .socials-holder{justify-content:flex-start}.footer .footer-holder .item h6{font-size:12px;text-align:left}.footer .more-links .more-links-holder{flex-wrap:wrap;align-items:flex-start;gap:18px}.footer .more-links .more-links-holder a,.footer .more-links .more-links-holder p{font-size:12px}}.Button_wrapper__Q7fHm button{display:inline-flex;height:34px;padding:7px 25px;justify-content:center;align-items:center;gap:15px;cursor:pointer;flex-shrink:0;border-radius:30px;background:#003a70;box-shadow:0 4px 4px 0 rgba(0,0,0,.1);border:none;color:#fcf4e6;text-align:center;font-family:var(--65-medium);font-size:18px;font-style:normal;font-weight:500;line-height:136%}.Button_wrapper__Q7fHm button:disabled{cursor:not-allowed;background-color:rgba(0,58,112,.3)}.Button_wrapper__Q7fHm button:disabled:hover{background-color:rgba(0,58,112,.3)}.Button_wrapper__Q7fHm button:disabled:active{position:static;top:auto}.Button_wrapper__Q7fHm .Button_button__primary__afhIL{color:#fff;background-color:#003a70;transition:background-color .3s ease,color .3s ease;text-align:center;font-family:var(--65-medium);font-size:18px;font-style:normal;font-weight:500;line-height:136%}.Button_wrapper__Q7fHm .Button_button__primary__afhIL:hover{background-color:#025cb0}.Button_wrapper__Q7fHm .Button_button__primary__transparent__xAJzO{background-color:rgba(0,58,112,.3);color:#fff;border:none}.Button_wrapper__Q7fHm .Button_button__primary__transparent__xAJzO:hover{background-color:rgba(23,34,60,.3)!important;color:#17223c}.Button_wrapper__Q7fHm .Button_button__secondary__wgC5B{text-align:center;font-family:var(--65-medium);font-size:18px;font-style:normal;font-weight:500;line-height:136%;color:#fff;background-color:#fc7032;transition:background-color .3s ease,color .3s ease}.Button_wrapper__Q7fHm .Button_button__secondary__wgC5B:hover{background-color:#eb5a1c}.Button_wrapper__Q7fHm .Button_button__secondary__transparent__W2KC6{background-color:rgba(252,112,50,.3)}.Button_wrapper__Q7fHm .Button_button__secondary__transparent__W2KC6:hover,.Button_wrapper__Q7fHm .Button_button__secondary__wgC5B:disabled{background-color:rgba(221,96,40,.3)!important}.Button_wrapper__Q7fHm .Button_button__tertiary__ZqRq4{text-align:center;font-family:var(--65-medium);font-size:18px;font-style:normal;font-weight:500;line-height:136%;color:#fff;background-color:hsla(38,79%,95%,.3);transition:background-color .3s ease,color .3s ease}.Button_wrapper__Q7fHm .Button_button__tertiary__ZqRq4:hover{background-color:#fff;color:#17223c}.Button_wrapper__Q7fHm .Button_button__small__JAL3u{font-size:14px;width:auto;height:34px;font-family:var(--neue-medium)}.Button_wrapper__Q7fHm .Button_button__popup__jYX0a{font-size:15.3px;height:22px}.Button_wrapper__Q7fHm button:active{position:relative;top:2px}.header{position:relative;top:0;z-index:9998;width:100%;background-color:#fff;padding:14px 0;margin-bottom:25px;transition:box-shadow .3s ease-in-out;box-shadow:0 4px 4px 0 rgba(0,0,0,.1)}.header .header-holder{display:flex;align-items:center;justify-content:space-between;gap:16px}.header .header-holder .logo-link{cursor:pointer}.header .header-holder .burger-menu-btn{display:none}.header .header-holder .nav-menu{width:60%;display:flex;justify-content:center}.header .header-holder .nav-menu .desktop-nav{width:100%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.header .header-holder .nav-menu .desktop-nav a{max-width:117px;font-family:var(--45-ligth);font-weight:450;font-size:16px;color:#17223c;line-height:18px;letter-spacing:0}.header .header-holder .nav-menu .desktop-nav a:hover{opacity:.7}.header .header-holder .nav-menu .desktop-nav a.link-active{font-family:var(--75-bold);font-weight:750;line-height:19px}.header .header-holder .nav-menu .responsive-nav{display:none}.header .header-holder .nav-menu .responsive-nav .first-nav-content .close-burger-menu{display:none;margin-top:6px}.header .header-holder .nav-menu .responsive-nav .first-nav-content .nav-link-btn-small,.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile{display:block;width:100%;background-color:#0c84f3;border:none;border-radius:4px;outline:none!important;font-family:var(--55-roman);font-size:12px;color:#fff;text-align:center;padding:2px 10px;transition:all .3s ease-in-out;margin:15px 0 25px}.header .header-holder .nav-menu .responsive-nav .first-nav-content .nav-link-btn-small:hover,.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile:hover{cursor:pointer}.header .header-holder .nav-menu .responsive-nav .first-nav-content .nav-link-btn{background-color:#003a70;border-radius:30px;font-family:var(--55-roman);display:inline-flex;height:34px;padding:7px 25px;justify-content:center;align-items:center;gap:15px;flex-shrink:0;min-width:150px;color:#fff}.header .header-holder .nav-menu .responsive-nav .first-nav-content .nav-link-btn:hover{cursor:pointer;background-color:#00003b}.header .header-holder .nav-menu .responsive-nav .first-nav-content .mis-subastas-btn{display:flex;flex-direction:column;align-items:center}.header .header-holder .nav-menu .responsive-nav .first-nav-content .mis-subastas-btn .nav-link-btn{margin-top:0;margin-bottom:10px;max-width:166px}.header .header-holder .nav-menu .responsive-nav .first-nav-content .mis-subastas-btn p{font-family:var(--45-ligth);font-size:12px;color:#17223c}.header .header-holder .nav-menu .responsive-nav .first-nav-content .mis-subastas-btn p b{font-family:var(--75-bold)}.header .header-holder .nav-menu .responsive-nav .second-nav-content{margin-top:24px}.header .header-holder .nav-menu .responsive-nav .second-nav-content hr{display:block;border:none;width:100%;height:1px;background-color:#17223c;margin-bottom:20px}.header .header-holder .nav-menu .responsive-nav .second-nav-content .nav-link{display:block;width:100%;background-color:transparent;border:none;outline:none!important;font-family:var(--55-roman);font-size:16px;color:#17223c;transition:all .3s ease-in-out;margin-bottom:24px}.header .header-holder .nav-menu .responsive-nav .second-nav-content .nav-link:hover{cursor:pointer;color:#fc7032}.header .header-holder .nav-menu .responsive-nav .second-nav-content .social-holder{display:flex;gap:10px;margin-bottom:20px}.header .header-holder .nav-menu .responsive-nav .second-nav-content .social-holder a svg path{transition:fill .3s ease-in-out}.header .header-holder .nav-menu .responsive-nav .second-nav-content .social-holder a svg rect{transition:stroke .3s ease-in-out}.header .header-holder .nav-menu .responsive-nav .second-nav-content .social-holder a:hover svg path{fill:#fc7032}.header .header-holder .nav-menu .responsive-nav .second-nav-content .social-holder a:hover svg rect{stroke:#fc7032}.header .header-holder .user-links,.header .header-holder .user-links span{display:flex;align-items:center;gap:28px}.header .header-holder .user-links a{font-family:var(--55-roman);font-weight:400;font-size:14px;color:#17223c}.header .header-holder .user-links a:hover{color:#003a70}.header .header-holder .user-links a.link-active{font-family:var(--75-bold);font-weight:700}@media(max-width:1126px){.header{box-shadow:0 4px 4px 0 rgba(0,0,0,.1);padding:24px 0;margin-bottom:13px;width:100vw}.header .header-holder{gap:12px}.header .header-holder .burger-menu-btn{display:block;background:none;border:none;outline:none!important}.header .header-holder .nav-menu{width:76%;max-width:none;color:#17223c;position:fixed;left:-100%;top:0;min-height:calc(100vh - 50px)!important;height:100vh!important;box-shadow:5px 4px 4px 0 rgba(0,0,0,.25);overflow:hidden;background-color:#fff;padding:15px 27px 38px 24px;transition:left 1s ease-in-out;box-sizing:border-box}.header .header-holder .nav-menu.nav-opened{left:0;height:100vh!important}.header .header-holder .nav-menu .desktop-nav{display:none}.header .header-holder .nav-menu .responsive-nav{display:flex;flex-direction:column;justify-content:space-between;position:fixed;align-items:stretch;height:90%}.header .header-holder .nav-menu .responsive-nav .first-nav-content .close-burger-menu{display:block;background-color:transparent;border:none;outline:none!important;top:20px;right:-50px;position:absolute}.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding-top:50px;background:none;border:none;outline:none!important;text-align:center;margin-bottom:35px}.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile .user-avatar{position:relative}.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile .user-avatar img{display:block;max-width:100%;height:100px;width:100px;border-radius:100%;object-fit:cover}.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile .user-avatar svg{position:absolute;right:0;top:64%}.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile .name-text{font-family:var(--55-roman);font-size:14px;color:#17223c}.header .header-holder .nav-menu .responsive-nav .first-nav-content .user-profile .name-text b{font-family:var(--75-bold)}.header .header-holder .nav-menu .responsive-nav .first-nav-content .nav-link-btn-small{margin:17px 0 40px}.header .header-holder .nav-menu .responsive-nav .first-nav-content .mis-subastas-btn p{margin-bottom:23px}.header .header-holder .nav-menu .responsive-nav .second-nav-content{margin-top:0}.header .header-holder .nav-menu .responsive-nav .second-nav-content .nav-link{font-size:13px}.header .header-holder .nav-menu .responsive-nav .second-nav-content .social-holder{margin-bottom:0}.header .header-holder .user-links .primary-btn,.header .header-holder .user-links span{display:none}}@media(max-width:700px){.header{padding:12px 0;width:100vw}}.SkeletonCard_card__8AgVM{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;flex-grow:0;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.1);border-radius:10px;overflow:hidden;width:250px;height:380px}@media(max-width:700px){.SkeletonCard_card__8AgVM{display:flex;flex-direction:row;width:100%;height:229px;max-width:100%}}.SkeletonCard_card-img__lfWwD{padding-bottom:80%;position:relative}.SkeletonCard_card-img__lfWwD img{position:absolute;width:100%}@media(max-width:700px){.SkeletonCard_card-img__lfWwD{width:50%;padding-bottom:0;height:auto}}.SkeletonCard_card-body__MIdk9{padding:1.5rem}@media(max-width:700px){.SkeletonCard_card-body__MIdk9{width:50%;display:flex;flex-direction:column;justify-content:center}}.SkeletonCard_card-title__AUjm4{font-size:1.25rem;line-height:1.33;font-weight:700}.SkeletonCard_card-title__AUjm4.SkeletonCard_skeleton__4M3tM{min-height:50px;border-radius:4px}@media(max-width:700px){.SkeletonCard_card-title__AUjm4{font-size:1rem}}.SkeletonCard_card-intro__2dian{margin-top:.75rem;line-height:1.5}.SkeletonCard_card-intro__2dian.SkeletonCard_skeleton__4M3tM{min-height:30px;border-radius:4px}@media(max-width:700px){.SkeletonCard_card-intro__2dian{margin-top:.5rem}}.SkeletonCard_skeleton__4M3tM{background-color:#e2e5e7;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:SkeletonCard_shine__3BjUE 1s ease infinite}@keyframes SkeletonCard_shine__3BjUE{to{background-position:right -40px top 0}}