@media (min-width: 992px) {
    #contentBlockedModal .modal-lg, #contentBlockedModal .modal-xl {
        max-width: 550px;
        margin-top: 0em;
    }
}

.login-popup-bookmark-open {
    z-index: 5000 !important;
}

#block-ojo-publico-theme-loginwallblock {
    display: none;
    z-index: 1000;
    width: 100%;
    height: 300px;
    position: absolute;
}

#block-ojo-publico-theme-loginwallblock .wallheader {
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, white);
}

#block-ojo-publico-theme-loginwallblock .wallcontent {
    background-color: white;
    width: 100%;
    height: 400px;
}

#block-ojo-publico-theme-loginwallblock .wallcontent a {
    color: white;
    cursor: pointer;
}

#block-ojo-publico-theme-loginwallblock .wallfooter {
    /* background: linear-gradient(to top, transparent, white); */
    background: white;
}


/* Modal del login wall ajustes */

#block-ojo-publico-theme-loginwallblock {
    display: none;
    position: absolute; 
    width: 100%;
    z-index: 5000;
  }
  
  .modalWall {
    background: transparent; 
    padding: 20px 0;
  }
  
  .modalWall .modal-dialog {
    margin: 0 auto;
  }
  
  .modalWall .modal-content {
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  @media (max-width: 768px) {
    .modalWall .modal-content {
      width: 90%;
      margin: 0 auto;
    }

    #block-ojo-publico-theme-loginwallblock .wallheader {
      height: 10px;
    }
  }
  

  /* PayWall Modal */

  .modalPayWall .modal-dialog {
    width: 100%;
    max-width: 100% !important;
  }

  .modalPayWall .modal-content {
    border:none;
  }

  .paywall-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: stretch;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99999;
  }

  .bloque-exclusivo {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Serif", serif;
  padding: 40px 20px;
  color: #000;
}

/* Título según tu solicitud */
.bloque-exclusivo h2 {
  font-weight: 800;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

/* Párrafo descriptivo */
.bloque-exclusivo p {
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 0px;
  font-weight: 400;
}

/* Botón negro redondeado */
.bloque-exclusivo .boton-aliado {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 50px; /* Hace el botón totalmente ovalado */
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  transition: transform 0.2s ease;
}

.bloque-exclusivo .boton-aliado:hover {
  transform: scale(1.03);
}

/* Línea divisoria fina */
.bloque-exclusivo hr {
  border: 0;
  border-top: 1px solid #000;
  margin-bottom: 25px;
  width: 100%;
  margin-top: 0;
}

/* Texto de pie con enlace */
.bloque-exclusivo .login-text {
  font-size: 1.1rem;
  font-weight: 500;
}

.bloque-exclusivo p a {
  font-weight: bold;
  text-decoration: underline;
}

a.cta-pay-button {
    background-color: #000;
    color: white;
    text-decoration: none !important;
    font-weight: 700;
    margin-bottom: 0;
}
a.cta-pay-button:hover {
  color: white;
}