@import url(https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap);body{--text-font:"Alegreya Sans",sans-serif;--title-font:"Alegreya Sans",sans-serif;--azulACS:#0042FF;background:#edf1f8}*{font-family:var(--text-font)}.breadcrumbs-wrapper .breadcrumbs,.footer .social-footer,header.header .header__container{max-width:unset;margin:0 1rem}.breadcrumbs-wrapper .breadcrumbs{margin:0 0;padding:.3rem 1rem}main .btn{border-radius:2px;margin:0}main{display:grid;grid-template-columns:1fr 20rem;max-width:71rem;margin:auto;padding:1rem;grid-gap:0 1rem}.profile-header{border-radius:.5rem;background:#fff;border:1px solid var(--grey6);overflow:hidden;grid-column:1/-1;grid-row:1/2;position:relative}.profile-header__portada{width:100%;height:14rem;max-height:14rem;overflow:hidden;object-fit:cover}.profile-header__avatar{border-radius:10rem;width:10rem;margin-top:-5rem;border:solid 4px #fff;margin-left:1rem}.profile-header__share{position:absolute;right:1rem;top:12.5rem;background:#edf1f8;padding:.3rem;border-radius:100%;display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;border:solid 1px #fff;box-shadow:0 0 5px rgba(122.5,122.5,122.5,.4)}.profile-header__share img{filter:invert(1);width:1.5rem;transform:translateX(-1px)}.profile-header__body{display:flex;margin:1.5rem}.profile-header__info{width:60%;display:flex;flex-direction:column;justify-content:space-between}.profile-header__info h2{font-size:1.7rem;font-weight:700;text-align:left}.profile-header__info p{margin-top:.15rem}.profile-header__info a{margin-top:.5rem;max-width:10rem;max-width:fit-content}.profile-header__extra{width:40%;border-left:solid 1px var(--grey6);padding:0 0 0 1rem}.extra__work img{border-radius:.3rem}.eval-star__container{margin:.5rem 0}.eval-star{filter:grayscale(1)}.m-fill{filter:grayscale(0)}.eval-star.m-fill:last-of-type{filter:grayscale(1)}.profile-container{grid-column:1/2;grid-row:2/3}.profile-about{border-radius:.5rem;background:#fff;margin-top:1rem;border:1px solid var(--grey6);padding:1rem}.profile-about h3{font-size:1.5rem;font-weight:700}.profile-about p{margin:.3rem}.profile-wall{border-radius:.5rem;background:#fff;margin-top:1rem;border:1px solid var(--grey6);padding:1rem}.profile-wall h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.wall-post{border:1px solid var(--grey6);border-radius:.5rem;overflow:hidden;padding:1rem}.wall-post+.wall-post{margin-top:1rem}.wall-post__header{display:flex;align-items:center}.post-header__avatar{border-radius:10rem;width:3rem;margin:0 .5rem 0 0}.post-header__user{font-size:1.2rem;font-weight:700}.post-header__time:first-letter{text-transform:uppercase}.wall-post__info{padding:1rem 0}.post-info__title{font-size:1.3rem;font-weight:700;text-decoration:none;border:none}.post-info__description{padding-top:1rem}.post-info__price{padding-top:1rem;font-size:1.1rem}.wall-post__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));grid-gap:.5rem}.wall-post__gallery picture{border-radius:.5rem;overflow:hidden;max-height:8rem}.wall-post__gallery picture:first-of-type{grid-column:1/-1;max-height:unset}.wall-post__gallery:has(picture):not(:has(picture + picture + picture)){grid-template-columns:1fr 1fr}.wall-post__gallery:has(picture):not(:has(picture + picture + picture)) picture:first-of-type{grid-column:unset}.wall-post__gallery:has(picture + picture + picture){grid-template-columns:repeat(auto-fill,minmax(11rem,1fr))}.profile-floater{display:flex;flex-direction:column;align-items:center;position:sticky;grid-column:2/3;grid-row:2/3;border-radius:.5rem;background:#fff;border:1px solid var(--grey6);top:1rem;padding:1rem;grid-gap:.15rem;height:max-content;margin-top:1rem}.profile-floater .profile-floater__avatar{border-radius:10rem;width:10rem}.profile-floater .btn{margin-top:1rem}.profile-floater .profile-floater__agency{border-radius:.3rem;margin-bottom:1rem}.profile-floater h2{font-size:1.7rem;font-weight:700;text-align:center}.profile-floater p{margin-top:.3rem;text-align:center}.profile-floater h2 small{display:block;font-size:.9rem;font-weight:400;line-height:1em}.copied{display:block;position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:#edf1f8;border:1px solid var(--grey6);animation:appears 3s forwards;padding:.5rem 1rem;border-radius:.3rem;z-index:2;box-shadow:0 0 10px rgba(122.5,122.5,122.5,.4)}@keyframes appears{99%{display:block}100%{display:none}}@media(prefers-color-scheme:dark){.profile-floater,.profile-header,.profile-wall{background:var(--dark2);border:1px solid var(--grey1)}.copied{background:var(--dark1);border:1px solid var(--grey1)}.profile-header__avatar{border:solid 4px #363636}.wall-post{border:1px solid var(--grey1)}.profile-header__extra{border-left:solid 1px var(--grey6)}main h4{color:var(--grey8)}.profile-about{background:var(--dark2);border:1px solid var(--grey1)}.profile-header__share{background:var(--dark2);border:1px solid var(--grey1)}.profile-header__share img{filter:unset}}@media(max-width:800px){main{grid-template-columns:100%}.profile-wall{margin-bottom:-116vh}.wall-post__gallery:has(picture + picture + picture){grid-template-columns:1fr 1fr}.profile-floater{grid-row:unset;grid-column:1/-1;position:sticky;bottom:0;top:unset;margin-top:1rem;margin-left:-1rem;width:100vw;flex-direction:row;justify-content:center;align-items:center;grid-gap:1rem;border-radius:0;border:none;border-top:solid 1px var(--grey6);box-shadow:0 0 4px rgba(0,0,0,.3);z-index:2;flex-wrap:wrap;margin-top:120vh}.profile-floater h2{text-align:left;font-size:1.1rem}.profile-floater .eval-star__container,.profile-floater .profile-floater__agency,.profile-floater p{display:none}.profile-floater .profile-floater__avatar{width:3rem}.profile-floater .btn{margin:0}.profile-header__body{flex-direction:column;display:flex;margin:1rem}.profile-header__info{width:100%}.profile-header__extra{width:100%;margin:1rem 0;border-left:unset;padding:0}}.wall-post__gallery:has(> picture.selected){border:4px solid green}.wall-post__gallery picture img{min-width:100%;min-height:100%;object-fit:cover}.wall-post__gallery:has(> picture.selected) picture>img{max-width:100%;max-height:100%;min-width:unset;min-height:unset;width:100%}.wall-post__gallery:has(> picture.selected) picture{max-height:unset}.wall-post__image.selected{position:fixed;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(8px);background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:11}.wall-post__gallery #prev{display:none}.wall-post__gallery #next{display:none}.wall-post__gallery #close{display:none}.wall-post__gallery:has(> picture.selected) #prev{display:block;position:fixed;left:2rem;top:50%;transform:translateX(-50%);z-index:11;color:#fff;width:3rem;filter:drop-shadow(0px 0px 3px rgb(0 0 0 / .9))}.wall-post__gallery:has(> picture.selected) #next{display:block;position:fixed;right:-1rem;top:50%;transform:translateX(-50%);z-index:11;color:#fff;width:3rem;filter:drop-shadow(0px 0px 3px rgb(0 0 0 / .9))}.wall-post__gallery:has(> picture.selected) #close{display:block;position:fixed;right:1rem;top:1rem;z-index:11;color:#fff;width:3rem;filter:drop-shadow(0px 0px 3px rgb(0 0 0 / .9))}