.mueble{width:min(90%,140rem);display:flex;flex-direction:column;align-items:center;gap:5rem;margin:5rem auto}@media(min-width:768px){.mueble{flex-direction:row}}.mueble__img{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%;max-width:50rem}.mueble__img img{width:100%;object-fit:cover;height:100%}.mueble__info{flex:1 1}.mueble__titulo{color:#2a4d59;text-transform:capitalize}.mueble__texto{text-align:justify;margin-bottom:2rem}.mueble__texto:first-letter{text-transform:uppercase}.mueble__detalle{display:flex;justify-content:space-between;flex-direction:column}@media(min-width:768px){.mueble__detalle{flex-direction:row}}.mueble__detalle>*{flex:1 1}.mueble__colores h2,.mueble__medidas h2{font-size:2.2rem;margin:0 0 2rem}.mueble__medidas p{font-weight:700;margin-bottom:2rem}.mueble__medidas__contenedor{display:flex;gap:2rem;justify-content:space-between}.mueble__medidas__contenedor span{display:block;font-weight:400}.mueble__colores{font-weight:700;margin-bottom:2rem}.mueble__colores__contenedor{display:flex;gap:1rem;margin-top:1rem;justify-content:start}@media(min-width:768px){.mueble__colores__contenedor{justify-content:start}}.mueble__colores__color,.mueble__colores__color--1,.mueble__colores__color--2,.mueble__colores__color--3,.mueble__colores__color--4{width:5rem;height:5rem;background-color:#2a4d59}.mueble__colores__color--1,.mueble__colores__color--2,.mueble__colores__color--3,.mueble__colores__color--4{background-position:50%;position:relative;overflow-x:visible;transition:all .15s ease-in-out}.mueble__colores__color--1:before,.mueble__colores__color--2:before,.mueble__colores__color--3:before,.mueble__colores__color--4:before{opacity:0;font-size:1.8rem;font-weight:lighter;position:absolute;bottom:-70%;width:max-content;max-width:max-content;transition:all .15s ease-in-out;background-color:#2a4d59;padding:.5rem;color:#f2f2f2}.mueble__colores__color--1:hover,.mueble__colores__color--2:hover,.mueble__colores__color--3:hover,.mueble__colores__color--4:hover{transform:scale(1.1)}.mueble__colores__color--1:hover:before,.mueble__colores__color--2:hover:before,.mueble__colores__color--3:hover:before,.mueble__colores__color--4:hover:before{opacity:1}.mueble__colores__color--1{background-image:url(/_next/static/media/pino.f20ee664.avif)}.mueble__colores__color--1:before{content:"Pino"}.mueble__colores__color--2{background-image:url(/_next/static/media/miel.2e3d40ba.avif)}.mueble__colores__color--2:before{content:"Miel"}.mueble__colores__color--3{background-image:url(/_next/static/media/nogal-claro.b96db673.avif)}.mueble__colores__color--3:before{content:"Nogal Claro"}.mueble__colores__color--4{background-image:url(/_next/static/media/nogal-oscuro.471ed29c.avif)}.mueble__colores__color--4:before{content:"Nogal Oscuro"}.mueble__precio{font-weight:700;letter-spacing:2px;font-size:3rem;margin-bottom:2rem}.mueble__botones{display:flex;row-gap:1rem;flex-direction:column}@media(min-width:768px){.mueble__botones{flex-direction:row}}