/* [project]/components/muro.module.css [app-client] (css) */
.muro-module__DE47Fq__pg {
  padding: 96px clamp(16px,4vw,40px) var(--page-end);
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .muro-module__DE47Fq__pg {
    padding: 16px 16px var(--page-end);
  }
}

.muro-module__DE47Fq__cab {
  margin-bottom: 18px;
}

.muro-module__DE47Fq__h1 {
  font-family: var(--s);
  letter-spacing: -.038em;
  color: var(--tx);
  margin: 8px 0 0;
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 800;
  line-height: 1.02;
}

.muro-module__DE47Fq__sub {
  font-size: var(--fz-cuerpo);
  color: var(--tx2);
  max-width: 52ch;
  margin: 8px 0 0;
  line-height: 1.62;
}

.muro-module__DE47Fq__rielC {
  scrollbar-width: none;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  display: flex;
  overflow-x: auto;
}

.muro-module__DE47Fq__rielC::-webkit-scrollbar {
  display: none;
}

.muro-module__DE47Fq__chip {
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
  color: var(--tx2);
  background: var(--sup1);
  border: 1px solid var(--line2);
  border-radius: 999px;
  flex: none;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
}

.muro-module__DE47Fq__chip:hover {
  color: var(--tx);
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__on {
  background: var(--acc-grad);
  color: var(--on-acc);
  box-shadow: var(--acc-gloss);
  border-color: #0000;
}

.muro-module__DE47Fq__buscaCaja {
  background: var(--sup1);
  border: 1px solid var(--line2);
  min-height: 44px;
  color: var(--tx3);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  padding: 0 14px;
  transition: border-color .15s;
  display: flex;
}

.muro-module__DE47Fq__buscaCaja:focus-within {
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__buscaIn {
  color: var(--tx);
  background: none;
  border: none;
  outline: none;
  flex: 1;
  padding: 11px 0;
  font-family: inherit;
  font-size: 13.5px;
}

.muro-module__DE47Fq__buscaX {
  color: var(--tx3);
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  font-size: 17px;
  line-height: 1;
}

.muro-module__DE47Fq__filtros {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.muro-module__DE47Fq__sel {
  border-radius: var(--r-ctl);
  min-height: 44px;
  color: var(--tx);
  background: var(--sup1);
  border: 1px solid var(--line2);
  outline: none;
  padding: 12px;
  font-family: inherit;
  font-size: 13.5px;
}

.muro-module__DE47Fq__sel:focus {
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__hueco {
  flex: 1;
}

.muro-module__DE47Fq__comp {
  border-radius: var(--r-card);
  background: var(--vidrio);
  border: 1px solid var(--vidrio-bd);
  -webkit-backdrop-filter: var(--vidrio-blur);
  backdrop-filter: var(--vidrio-blur);
  box-shadow: var(--vidrio-luz);
  margin-bottom: 16px;
  padding: 16px;
}

.muro-module__DE47Fq__campo {
  resize: vertical;
  border-radius: var(--r-ctl);
  width: 100%;
  min-height: 88px;
  font-family: inherit;
  font-size: var(--fz-cuerpo);
  color: var(--tx);
  background: var(--sup2);
  border: 1px solid var(--line2);
  outline: none;
  padding: 12px;
  line-height: 1.45;
}

.muro-module__DE47Fq__campo:focus {
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__campo::placeholder {
  color: var(--tx3);
}

.muro-module__DE47Fq__compPie {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  display: flex;
}

.muro-module__DE47Fq__btn {
  border-radius: var(--r-ctl);
  cursor: pointer;
  min-height: 44px;
  font-family: inherit;
  font-size: var(--fz-cuerpo);
  color: var(--on-acc);
  background: var(--acc-grad);
  box-shadow: var(--acc-gloss);
  border: none;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.muro-module__DE47Fq__btn:hover {
  filter: brightness(1.06);
}

.muro-module__DE47Fq__btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  filter: none;
}

.muro-module__DE47Fq__nota {
  font-size: var(--fz-cap);
  color: var(--tx3);
  margin-top: 8px;
  display: block;
}

.muro-module__DE47Fq__aviso {
  font-size: var(--fz-cap);
  color: var(--acc-tx);
  margin-top: 8px;
  display: block;
}

.muro-module__DE47Fq__hueco2 {
  border-radius: var(--r-card);
  text-align: center;
  background: var(--sup1);
  border: 1px solid var(--line2);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 24px 20px;
  display: flex;
}

.muro-module__DE47Fq__huecoT {
  font-size: var(--fz-lead);
  color: var(--tx);
  font-weight: 700;
}

.muro-module__DE47Fq__huecoP {
  font-size: var(--fz-cap);
  color: var(--tx3);
  max-width: 44ch;
  line-height: 1.45;
}

.muro-module__DE47Fq__lista {
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  display: grid;
}

.muro-module__DE47Fq__post {
  aspect-ratio: 1;
  border-radius: var(--r-card);
  cursor: pointer;
  text-align: left;
  background: var(--sup2);
  border: 1px solid var(--vidrio-bd);
  box-shadow: var(--vidrio-luz);
  padding: 0;
  transition: transform .15s;
  display: block;
  position: relative;
  overflow: hidden;
}

.muro-module__DE47Fq__post:active {
  transform: scale(.97);
}

.muro-module__DE47Fq__gridVelo {
  background: linear-gradient(#0000 55%, #000000bf 100%);
  position: absolute;
  inset: 0;
}

.muro-module__DE47Fq__gridPie {
  z-index: 1;
  align-items: center;
  gap: 6px;
  padding: 9px 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.muro-module__DE47Fq__gridAv {
  object-fit: cover;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
}

.muro-module__DE47Fq__gridAvV {
  background: var(--sup3);
  color: #fff;
  width: 20px;
  height: 20px;
  font-family: var(--s);
  font-weight: 700;
  font-size: var(--fz-micro);
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  flex: none;
  place-items: center;
  display: grid;
}

.muro-module__DE47Fq__gridNom {
  min-width: 0;
  font-size: var(--fz-micro);
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 3px #0009;
  flex: 1;
  font-weight: 700;
  overflow: hidden;
}

.muro-module__DE47Fq__gridCom {
  font-size: var(--fz-micro);
  color: #ffffffd9;
  flex: none;
}

.muro-module__DE47Fq__gridTexto {
  -webkit-line-clamp: 6;
  color: var(--tx);
  background: linear-gradient(155deg,var(--sup3),var(--sup2));
  -webkit-box-orient: vertical;
  padding: 14px 12px 34px;
  font-size: 12.5px;
  line-height: 1.45;
  display: -webkit-box;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.muro-module__DE47Fq__pCab {
  align-items: center;
  gap: 11px;
  display: flex;
}

.muro-module__DE47Fq__av {
  object-fit: cover;
  border: 1px solid var(--line2);
  border-radius: 50%;
  flex: none;
  width: 42px;
  height: 42px;
}

.muro-module__DE47Fq__avV {
  background: var(--sup3);
  border: 1px solid var(--line2);
  width: 42px;
  height: 42px;
  color: var(--tx2);
  font-family: var(--s);
  text-transform: uppercase;
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 17px;
  font-weight: 700;
  display: grid;
}

.muro-module__DE47Fq__pQuien {
  flex: 1;
  min-width: 0;
}

.muro-module__DE47Fq__pNom {
  font-size: var(--fz-cuerpo);
  color: var(--tx);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  display: block;
  overflow: hidden;
}

.muro-module__DE47Fq__liga {
  color: inherit;
  text-decoration: none;
}

.muro-module__DE47Fq__liga:hover {
  text-decoration: underline;
}

.muro-module__DE47Fq__pMeta {
  font-family: var(--m);
  font-size: var(--fz-micro);
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 2px;
  display: block;
}

.muro-module__DE47Fq__pActs {
  flex: none;
}

.muro-module__DE47Fq__mini {
  cursor: pointer;
  min-height: 32px;
  font-family: inherit;
  font-size: var(--fz-micro);
  color: var(--tx3);
  border: 1px solid var(--line2);
  background: none;
  border-radius: 999px;
  padding: 8px 12px;
}

.muro-module__DE47Fq__mini:hover {
  color: var(--tx2);
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__pTexto {
  font-size: var(--fz-cuerpo);
  color: var(--tx);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 12px 0 0;
  line-height: 1.62;
}

.muro-module__DE47Fq__pTextoPrev {
  font-size: var(--fz-cuerpo);
  color: var(--tx);
  cursor: pointer;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  margin: 10px 0 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.muro-module__DE47Fq__marcoPrev {
  border: 1px solid var(--vidrio-bd);
  background: var(--sup3);
  cursor: pointer;
  border-radius: 14px;
  flex: none;
  width: 180px;
  height: 180px;
  margin: 10px 0 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.muro-module__DE47Fq__masBadge {
  color: #fff;
  font-family: var(--m);
  font-size: var(--fz-micro);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #0000008c;
  border-radius: 999px;
  padding: 3px 8px;
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 8px;
}

.muro-module__DE47Fq__playBadge {
  color: #fff;
  background: #0000002e;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0;
}

.muro-module__DE47Fq__media {
  border-radius: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
  margin-top: 12px;
  display: grid;
  overflow: hidden;
}

.muro-module__DE47Fq__ancla {
  border-radius: var(--r-ctl);
  background: var(--acc-tint);
  border: 1px solid var(--acc-edge);
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.muro-module__DE47Fq__anclaEt {
  font-family: var(--m);
  font-size: var(--fz-micro);
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--acc-tx);
}

.muro-module__DE47Fq__anclaT {
  font-size: var(--fz-cap);
  color: var(--tx);
  font-weight: 600;
}

.muro-module__DE47Fq__pPie {
  border-top: 1px solid var(--line2);
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
}

.muro-module__DE47Fq__acc {
  cursor: pointer;
  min-height: 44px;
  color: var(--tx3);
  background: none;
  border: 1px solid #0000;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
}

.muro-module__DE47Fq__acc:hover {
  color: var(--tx);
  background: var(--sup2);
}

.muro-module__DE47Fq__accOn {
  color: var(--acc);
}

.muro-module__DE47Fq__coms {
  border-top: 1px solid var(--line2);
  flex-direction: column;
  gap: 9px;
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
}

.muro-module__DE47Fq__com {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.muro-module__DE47Fq__comNom {
  font-size: var(--fz-cap);
  color: var(--tx);
  font-weight: 700;
}

.muro-module__DE47Fq__comTx {
  font-size: var(--fz-cap);
  color: var(--tx2);
  overflow-wrap: anywhere;
  flex: 1;
  min-width: 0;
  line-height: 1.45;
}

.muro-module__DE47Fq__comFecha {
  font-family: var(--m);
  font-size: var(--fz-micro);
  color: var(--tx3);
  flex: none;
}

.muro-module__DE47Fq__comVacio {
  font-size: var(--fz-cap);
  color: var(--tx3);
}

.muro-module__DE47Fq__comFila {
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.muro-module__DE47Fq__comCampo {
  border-radius: var(--r-ctl);
  min-height: 44px;
  font-family: inherit;
  font-size: var(--fz-cap);
  color: var(--tx);
  background: var(--sup2);
  border: 1px solid var(--line2);
  outline: none;
  flex: 1;
  padding: 12px;
}

.muro-module__DE47Fq__comCampo:focus {
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__fondo {
  text-align: center;
  min-height: 40px;
  padding: 24px 0;
}

.muro-module__DE47Fq__marco {
  background: var(--sup3);
  border: 1px solid var(--vidrio-bd);
  border-radius: 14px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.muro-module__DE47Fq__marco:before {
  content: "";
  background: linear-gradient(100deg,var(--sup3) 30%,var(--sup2) 50%,var(--sup3) 70%);
  animation: muro-module__DE47Fq__mCarga 1.6s var(--e-io) infinite;
  background-size: 220% 100%;
  position: absolute;
  inset: 0;
}

@keyframes muro-module__DE47Fq__mCarga {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

.muro-module__DE47Fq__mediaEl {
  z-index: 1;
  object-fit: cover;
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.muro-module__DE47Fq__media {
  gap: 4px;
  margin-top: 12px;
  display: grid;
}

.muro-module__DE47Fq__media1 {
  grid-template-columns: 1fr;
}

.muro-module__DE47Fq__media2, .muro-module__DE47Fq__media3 {
  grid-template-columns: 1fr 1fr;
}

.muro-module__DE47Fq__media3 .muro-module__DE47Fq__marco:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 1.6 !important;
}

.muro-module__DE47Fq__media4 {
  grid-template-columns: 1fr 1fr;
}

.muro-module__DE47Fq__previas {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 11px;
  display: flex;
}

.muro-module__DE47Fq__previa {
  background: var(--sup3);
  border: 1px solid var(--line2);
  border-radius: 11px;
  width: 96px;
  position: relative;
  overflow: hidden;
}

.muro-module__DE47Fq__previaEl {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.muro-module__DE47Fq__previaX {
  cursor: pointer;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #000000b8;
  border: none;
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 1;
  display: grid;
  position: absolute;
  top: 4px;
  right: 4px;
}

.muro-module__DE47Fq__previaCarga {
  width: 96px;
  height: 96px;
  font-size: var(--fz-micro);
  color: var(--tx3);
  background: var(--sup2);
  border: 1px dashed var(--line2);
  text-align: center;
  border-radius: 11px;
  place-items: center;
  gap: 8px;
  display: grid;
}

.muro-module__DE47Fq__pulso {
  background: var(--acc);
  width: 18px;
  height: 18px;
  animation: muro-module__DE47Fq__mPulso 1.1s var(--e-io) infinite;
  border-radius: 50%;
}

@keyframes muro-module__DE47Fq__mPulso {
  0%, 100% {
    opacity: .35;
    transform: scale(.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

.muro-module__DE47Fq__adj {
  cursor: pointer;
  width: 44px;
  height: 44px;
  color: var(--tx2);
  background: var(--sup2);
  border: 1px solid var(--line2);
  border-radius: 50%;
  flex: none;
  place-items: center;
  display: grid;
}

.muro-module__DE47Fq__adj:hover {
  color: var(--tx);
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__adj:disabled {
  opacity: .4;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .muro-module__DE47Fq__marco:before, .muro-module__DE47Fq__pulso {
    animation: none;
  }
}

.muro-module__DE47Fq__mas {
  right: max(20px,env(safe-area-inset-right));
  bottom: calc(var(--page-end, 96px) + 18px);
  z-index: 60;
  cursor: pointer;
  width: 58px;
  height: 58px;
  color: var(--on-acc);
  background: var(--acc-grad);
  box-shadow: var(--acc-gloss),0 18px 40px -14px #f75602cc;
  border: none;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: fixed;
}

.muro-module__DE47Fq__mas:hover {
  filter: brightness(1.07);
}

@media (min-width: 901px) {
  .muro-module__DE47Fq__mas {
    bottom: 120px;
    right: 40px;
  }
}

.muro-module__DE47Fq__velo {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: muro-module__DE47Fq__mVelo .22s var(--e-suave);
  background: #000000b8;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes muro-module__DE47Fq__mVelo {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 901px) {
  .muro-module__DE47Fq__velo {
    align-items: center;
  }
}

.muro-module__DE47Fq__hoja {
  border-radius: var(--r-panel) var(--r-panel) 0 0;
  border: 1px solid var(--vidrio-bd);
  width: 100%;
  max-width: 620px;
  max-height: 92vh;
  animation: muro-module__DE47Fq__mSube .28s var(--e-resorte);
  background: linear-gradient(168deg, #16161cfa, #101015fc);
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff24, 0 -30px 80px -20px #000000f2;
}

@keyframes muro-module__DE47Fq__mSube {
  from {
    opacity: .4;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 901px) {
  .muro-module__DE47Fq__hoja {
    border-radius: var(--r-panel);
  }
}

[data-tema="claro"] .muro-module__DE47Fq__hoja {
  background: linear-gradient(168deg, #fcfcfef2, #f4f4f8f2);
}

.muro-module__DE47Fq__hCab {
  border-bottom: 1px solid var(--line2);
  flex: none;
  align-items: center;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.muro-module__DE47Fq__hTit {
  font-family: var(--s);
  color: var(--tx);
  flex: 1;
  font-size: 17px;
  font-weight: 700;
}

.muro-module__DE47Fq__hX {
  cursor: pointer;
  background: var(--sup2);
  border: 1px solid var(--line2);
  width: 44px;
  height: 44px;
  color: var(--tx2);
  border-radius: 50%;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  display: grid;
}

.muro-module__DE47Fq__hX:hover {
  color: var(--tx);
}

.muro-module__DE47Fq__hCuerpo {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.muro-module__DE47Fq__hojaDet {
  max-height: 94vh;
}

.muro-module__DE47Fq__carrusel {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: 14px;
  gap: 8px;
  margin: 0 0 4px;
  display: flex;
  overflow-x: auto;
}

.muro-module__DE47Fq__carrusel::-webkit-scrollbar {
  display: none;
}

.muro-module__DE47Fq__carrItem {
  scroll-snap-align: center;
  background: var(--sup3);
  aspect-ratio: 1;
  border-radius: 14px;
  flex: 0 0 100%;
  max-height: 62vh;
  position: relative;
  overflow: hidden;
}

.muro-module__DE47Fq__comFilaFija {
  border-top: 1px solid var(--line2);
  background: var(--sup1);
  flex: none;
  padding: 12px 16px;
}

.muro-module__DE47Fq__hCampo {
  resize: none;
  width: 100%;
  min-height: 130px;
  color: var(--tx);
  background: none;
  border: none;
  outline: none;
  padding: 0;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.62;
}

.muro-module__DE47Fq__hCampo::placeholder {
  color: var(--tx3);
}

.muro-module__DE47Fq__hEt {
  font-family: var(--m);
  font-size: var(--fz-micro);
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--tx3);
  margin-top: 16px;
  margin-bottom: 8px;
  display: block;
}

.muro-module__DE47Fq__hOpc {
  text-transform: none;
  letter-spacing: 0;
  color: var(--tx3);
  opacity: .7;
  font-style: normal;
}

.muro-module__DE47Fq__hChips {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.muro-module__DE47Fq__chipCh {
  cursor: pointer;
  white-space: nowrap;
  min-height: 40px;
  color: var(--tx2);
  background: var(--sup1);
  border: 1px solid var(--line2);
  border-radius: 999px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
}

.muro-module__DE47Fq__chipCh:hover {
  color: var(--tx);
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__hPie {
  border-top: 1px solid var(--line2);
  flex: none;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.muro-module__DE47Fq__hCuenta {
  font-size: var(--fz-cap);
  color: var(--tx3);
}

.muro-module__DE47Fq__inc {
  z-index: 1;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.muro-module__DE47Fq__tarjLiga {
  background: var(--sup1);
  border: 1px solid var(--vidrio-bd);
  transition: border-color var(--t-rapido) var(--e-suave);
  border-radius: 14px;
  margin-top: 12px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.muro-module__DE47Fq__tarjLiga:hover {
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__tarjLigaImg {
  background: var(--sup3);
  position: relative;
  overflow: hidden;
}

.muro-module__DE47Fq__play {
  z-index: 2;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #00000080;
  border: 1px solid #ffffff57;
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px -10px #000000b8;
}

.muro-module__DE47Fq__tarjLigaPie {
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  display: flex;
}

.muro-module__DE47Fq__tarjLigaT {
  font-size: var(--fz-cuerpo);
  color: var(--tx);
  font-weight: 700;
  line-height: 1.45;
}

.muro-module__DE47Fq__tarjLigaD {
  font-size: var(--fz-cap);
  color: var(--tx3);
  line-height: 1.45;
}

.muro-module__DE47Fq__prevEnlace {
  background: var(--sup2);
  border: 1px solid var(--line2);
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 8px;
  display: flex;
  position: relative;
}

.muro-module__DE47Fq__prevEnlaceImg {
  object-fit: cover;
  border-radius: 9px;
  flex: none;
  width: 62px;
  height: 62px;
}

.muro-module__DE47Fq__prevEnlaceTx {
  flex-direction: column;
  flex: 1;
  gap: 3px;
  min-width: 0;
  padding-right: 26px;
  display: flex;
}

.muro-module__DE47Fq__prevEnlaceEt {
  font-family: var(--m);
  font-size: var(--fz-micro);
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--acc-tx);
}

.muro-module__DE47Fq__prevEnlaceT {
  font-size: var(--fz-cap);
  color: var(--tx);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.muro-module__DE47Fq__prevEnlaceA {
  font-size: var(--fz-micro);
  color: var(--tx3);
}

.muro-module__DE47Fq__volver {
  min-height: 44px;
  color: var(--tx2);
  background: var(--sup1);
  border: 1px solid var(--line2);
  border-radius: 999px;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.muro-module__DE47Fq__volver:hover {
  color: var(--tx);
  border-color: var(--acc-edge);
}

.muro-module__DE47Fq__h1Post {
  font-family: var(--s);
  letter-spacing: -.03em;
  color: var(--tx2);
  margin: 0 0 14px;
  font-size: clamp(20px, 3.2vw, 26px);
  font-weight: 700;
}

/*# sourceMappingURL=components_muro_module_0q60lrl.css.map*/