
.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

  .m-modal .modal-wrapper .modal-content .modal-close-perfil {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 20px;
    color: #1D1D26;
    text-decoration: none;
    z-index: 300;
  }
  .o-header--img .ohi-wrapper{
    background: transparent!important;
  }

  p#rouleta-text{
    text-align:center;
    padding:10px 30px;
  }

  .m-games-item--game .mgi-content .a-button--padlock-open{
    margin-top:-10px!important;
  }
  .a-button--padlock-open::before {
    font-size: 15px;
  }

  .m-progress-item .progress-bar{
    background-color: #cccccc;
  }

  .m-progress-item .progress-bar--percent{
    background-color: #E27E26;
  }

  .small, small, p small {
    font-size: 14px;
  }

  h4, .h4 {
    font-size: 1.3rem;
    font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
    color: #4A4A4A;
    line-height: 1.625rem;
  }

  .p-init-register-form .headline{
    color:#000!important;
  }

  span.text-more-big p{
    font-size: 13px!important;
  }

  .w-content{
    padding: 28px 10px;
  }

  .w-content.insignia{
    padding: 8px 10px;
  }
  .m-award-item .content-insignia p {
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }

  .m-award-item .icon.insigniabig {
    --var-width: 120px;
    margin: 0 auto;
  }

  .m-info-item .content p {
    font-size: 13px;
  }
  .h4.hello{
    padding: 20px 0px 10px 0px;
  }

  .m-award-item {
    --var-width: 130px;
  }

  .m-award-item .content p{
    font-size: 13px;
  }

  h5, .h5 {
    font-size: 1rem;
  } 

  p, .p{
    font-size: 1rem;
  }

  h3.q-header {
    color: #333;
  }

  .a-input--password--grey {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

.ogm-description .w-content p{
  text-align: justify;
  padding: 0 5px;
}

.m-steps--white{
  width: 45px;
}

.m-steps--white span{
  color:#000;
}

.o-header--game .oh-title{
  padding: 15px 50px;
}

.o-header--img .ohi-container .ohi-title h1, .o-header--img .ohi-container .ohi-title h2{
  color:#ffffff!important;
}

.drag-and-drop-item .a-choose-img {
  display: inline-block;
  width: calc(29% - 4px);
  margin: 2%;
}
.drag-and-drop-item .a-choose-img.c2 {
  width: calc(46% - 4px);
  margin: 2%;
}
.drag-and-drop-item .a-choose-img.c3 {
  width: calc(29% - 4px);
  margin: 2%;
}
.drag-and-drop-item .a-choose-img.c4 {
  width: calc(21% - 4px);
  margin: 2%;
}

.icon-wall/* Asegura que el tamaño no dependa de la tipografía */
.icon-wall {
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* Por si el botón usa font-size:0 para eliminar espacios */
.a-button--notification {
  font-size: 16px;           /* o 1rem */
  line-height: 1;            /* evita colapsos */
}

/* Si el proyecto da tamaño a los svg en em, neutralízalo aquí */
.a-button--notification svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;            /* si está dentro de contenedores flex */
}

/* Si existe algún reset agresivo */
.a-button--notification svg path {
  vector-effect: non-scaling-stroke;
}

/* MURO */

:root { color-scheme: light; }
html, body { height: 100%; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
main { padding: 24px; }

.promo-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 16px; }
.promo-overlay.is-open { display: flex; }

.promo-modal { width: 100%; max-width: 520px; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,.25); display: flex; flex-direction: column; }
.promo-header { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid #eee; }
.promo-title { font: 600 16px/1.2 inherit; margin: 0; }
.promo-close { appearance: none; border: 0; background: transparent; font-size: 22px; line-height: 1; cursor: pointer; }

.flexslider { margin: 0; border: 0; touch-action: pan-y; }
.flexslider .slides img { width: 100%; display: block; -webkit-user-drag: none; user-select: none; -webkit-touch-callout: none; }
.slide-caption { padding: 12px 14px 16px; }
.slide-caption h3 { margin: 0 0 6px; font: 700 18px/1.2 inherit; }
.slide-caption p  { margin: 0; color: #444; font: 400 14px/1.45 inherit; }

.flex-control-paging li a { width: 10px; height: 10px; }
.flex-direction-nav a { text-decoration: none; position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; line-height: 44px; text-align: center; font-size: 28px; font-weight: 700; background: rgba(0,0,0,.35); color: #fff; border-radius: 999px; opacity: 1 !important; z-index: 2; }
.flex-direction-nav .flex-prev { left: 8px; }
.flex-direction-nav .flex-next { right: 8px; }
.flex-direction-nav a:hover { background: none; }

.promo-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid #eee; padding: 10px 12px; }
.action-btn { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; padding: 10px 12px; border-radius: 999px; cursor: pointer; font: 600 14px/1 inherit; color: #222; transition: background .15s ease, transform .08s ease; touch-action: manipulation; }
.action-btn:active { transform: scale(0.98); }
.action-btn svg { width: 25px; height: 25px; display: block; }
.action-like.is-liked { color: #e53935; }
.action-like.is-liked svg path { fill: currentColor; }
.action-count { font-weight: 600; cursor: pointer; }

.comment-wrap { display: none; padding: 8px 12px 12px; border-top: 1px solid #eee; }
.comment-wrap.is-open { display: block; }
.comment-form { display: flex; gap: 8px; }
.comment-form textarea { flex: 1; min-height: 64px; resize: vertical; border: 1px solid #ddd; border-radius: 8px; padding: 8px; font: inherit; }
.comment-form button[type="submit"] { align-self: flex-end; border: 0; border-radius: 8px; padding: 8px 12px; background: #111; color: #fff; font-weight: 700; cursor: pointer; font-size: 13px; }
.comment-close { border: 0; background: transparent; color: #000; cursor: pointer; padding: 0; border-radius: 6px; font: 900 16px/1 inherit; font-size: 22px; position: absolute; margin-right: -30px; }
.comment-close:hover { background: #f2f2f2; }

@media (max-width: 420px) {
  .promo-modal { max-width: 94vw; }
  .promo-header, .slide-caption { padding: 10px; }
  .flex-direction-nav a { width: 40px; height: 40px; line-height: 40px; font-size: 24px; }
  .action-btn { padding: 10px; }
}

body.modal-open { overflow: hidden; touch-action: none; }
.likes-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); display: none; align-items: flex-end; justify-content: center; z-index: 10000; padding: 16px; }
.likes-overlay.is-open { display: flex; }
.likes-sheet { width: 100%; max-width: 520px; background: #fff; border-radius: 16px 16px 12px 12px; box-shadow: 0 10px 40px rgba(0,0,0,.25); overflow: hidden; display: flex; flex-direction: column; max-height: 70vh; }
.likes-header { display:flex; align-items:center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #eee; }
.likes-header h3 { margin:0; font: 700 16px/1 inherit; }
.likes-close { border:0; background:transparent; font-size:22px; cursor:pointer; }
.likes-list { list-style: none; margin: 0; padding: 0; overflow:auto; }
.likes-item { display:flex; align-items:center; gap:10px; padding: 10px 14px; border-bottom: 1px solid #f4f4f4; }
.likes-item img { width:36px; height:36px; border-radius: 999px; object-fit: cover; }
.likes-meta { display:flex; flex-direction:column; }
.likes-meta .name { font-weight: 700; font-size: 14px; }
.likes-meta .sub { color:#666; font-size: 12px; }
.likes-footer { padding: 10px 14px; border-top: 1px solid #eee; }
#likesLoadMore { width: 100%; border: 1px solid #ddd; background: #fafafa; border-radius: 8px; padding: 8px 12px; cursor:pointer; }
#likesLoadMore:disabled { opacity: .6; cursor: default; }
.likes-empty { padding: 14px; color:#666; }
.flex-direction-nav a:before { content: none !important; }
.flex-direction-nav a {  position: absolute;  top: 50%;  transform: translateY(-50%);  width: 60px!important; height: 60px!important; line-height: 40px!important;  text-align: center;  background: none;  font-size: 60px!important; font-weight: bold;  color: #fff!important;   border-radius: 999px;  opacity: 0; }
.flexslider:hover .flex-direction-nav a { opacity: 0; }
.flexslider:hover .flex-direction-nav .flex-next:hover,
.flexslider:hover .flex-direction-nav .flex-prev:hover {  background: none; }
.flex-nav-prev a.flex-prev { left: 8px; }
.flex-nav-next a.flex-next { right: 8px; } 
@media (hover: none) {  
  .flex-direction-nav a { opacity: 1; } 
}
.action-plus{ border: 0; background: transparent; font-weight: 900;	font-size: 18px; line-height: 1; padding: 6px 8px; cursor: pointer;	color: #222; opacity: .5; }
.action-plus:disabled{ cursor: default; opacity: .35; }
.action-plus:hover:not(:disabled){ opacity: .85; }
/* evita que quede “tapado” por capas del slider */
.comment-wrap { position: relative; z-index: 1; }

/* por si acaso alguna capa solapa, damos prioridad al contenedor del slide */
.wall-card { position: relative; z-index: 2; }

/* en móviles, que el botón sea claramente clicable */
.btn-comment { touch-action: manipulation; }

.icon-24 { width: 24px; height: 24px; display: block; }
.action-plus { color:#444; background:transparent; border:0; padding:.25rem; border-radius:.5rem; }
.action-plus:hover:not([disabled]) { background: rgba(0,0,0,.06); }
.action-plus:disabled { opacity:.5; cursor:not-allowed; }

/*
.wall-list.single .wall-item.clone { display:none !important; }
.wall-list.single .wall-item { display:none !important; }
.wall-list.single .wall-item:not(.clone) { display:block !important; }
*/