.bx_form .icono-redes {
    width: 70px;
    padding: 10px;
}

.bx_form .elemento-int {
    text-align: center;
}

.bx_form .w-100 {
    width: 100%;
}

.bx_form .ta-c {
    text-align: center;
}

.bx_form label {
    margin-bottom: 2px;
}

/* Estilos para el Modal de Carga */
.bx-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
    font-family: sans-serif;
}

.bx-modal-content {
    background-color: #fff;
    color: #555555;
    padding: 20px 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    width: 96%;
    max-width: 500px;
}

.bx-modal-content p {
    margin: 0;
    font-size: 1em;
    text-align: center;
}

#bx-alert-title {
    font-weight: bold;
}

.bx-modal-overlay2 {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.bx-modal-content2 {
  position: relative;
  background: white;
  padding: 2em;
  border-radius: 8px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.bx-modal-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: transparent;
  border: none;
  font-size: 1.5em;
  color: #666;
  cursor: pointer;
}
.bx-paywall-block {
  padding: 2em;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin: 2em auto;
  max-width: 600px;
  border-radius: 8px;
  text-align: center;
}
.bx-btn-primary {
  background: #0057b8;
  color: white;
  border: none;
  padding: 0.8em 1.5em;
  margin: 1em 0.5em;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}
.bx-footer-links {
  margin-top: 1em;
  font-size: 0.9em;
}
.bx-footer-links a {
  color: #0057b8;
  text-decoration: none;
  margin: 0 0.5em;
}
.bx-tabla-planes {
  width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
}
.bx-tabla-planes th, .bx-tabla-planes td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
}

 .bx-paywall-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    background: #f7f7f7;
    min-height: 60vh;
    box-sizing: border-box;
  }

  .bx-paywall-box {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    max-width: 680px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
  }

  .bx-paywall-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .bx-paywall-sub {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
  }

  .bx-plan-container {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }

  @media (min-width: 500px) {
    .bx-plan-container {
      flex-direction: row;
    }
  }

  @media (max-width: 499px) {
    .bx-paywall-wrapper {
        padding: 0px;
    }
  }

  .bx-plan {
    background: #f0f0f0;
    border-radius: 8px;
    padding: 1rem;
    flex: 1;
  }

  .bx-highlight {
    background: #e0e8ff;
    border: 2px solid #4a69ff;
  }

  .bx-plan h3 {
    margin: 0.5rem 0;
  }

  .bx-btn {
    margin-top: 1rem;
    padding: 0.6rem 1.2rem;
    border: none;
    background: #4a69ff;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
  }

  .bx-footer-links {
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }

  .bx-footer-links a {
    color: #333;
    text-decoration: underline;
  }