.elementor-2850 .elementor-element.elementor-element-3f4c609{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2850 .elementor-element.elementor-element-ab72dae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6e0b02b *//* =========================
   Páginas de Acceso Restringido
   ========================= */

/* Sección principal */
.ak-hero {
  background: var(--ak-surface, #12151D);
  color: var(--ak-text, #fff);
  text-align: center;
  border-radius: 16px;
  padding: 40px 20px;
  margin: 40px auto;
  max-width: 800px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.ak-hero h1 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 700;
}

.ak-hero p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Botones */
.ak-cta-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ak-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ak-btn-primary {
  background: var(--ak-blue, #0036FF);
  color: #fff;
  border: none;
}

.ak-btn-primary:hover {
  background: #001eb5;
}

.ak-btn-outline {
  background: transparent;
  color: var(--ak-blue, #0036FF);
  border: 2px solid var(--ak-blue, #0036FF);
}

.ak-btn-outline:hover {
  background: var(--ak-blue, #0036FF);
  color: #fff;
}

/* Nota pequeña */
.ak-small-note {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .ak-hero {
    padding: 30px 15px;
  }

  .ak-hero h1 {
    font-size: 1.6rem;
  }

  .ak-btn {
    width: 100%;
    text-align: center;
  }

  .ak-cta-row {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-136f8ee *//* =========================
   Páginas de Acceso Restringido
   ========================= */

/* Sección principal */
.ak-hero {
  background: var(--ak-surface, #12151D);
  color: var(--ak-text, #fff);
  text-align: center;
  border-radius: 16px;
  padding: 40px 20px;
  margin: 40px auto;
  max-width: 800px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.ak-hero h1 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 700;
}

.ak-hero p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Botones */
.ak-cta-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ak-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ak-btn-primary {
  background: var(--ak-blue, #0036FF);
  color: #fff;
  border: none;
}

.ak-btn-primary:hover {
  background: #001eb5;
}

.ak-btn-outline {
  background: transparent;
  color: var(--ak-blue, #0036FF);
  border: 2px solid var(--ak-blue, #0036FF);
}

.ak-btn-outline:hover {
  background: var(--ak-blue, #0036FF);
  color: #fff;
}

/* Nota pequeña */
.ak-small-note {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .ak-hero {
    padding: 30px 15px;
  }

  .ak-hero h1 {
    font-size: 1.6rem;
  }

  .ak-btn {
    width: 100%;
    text-align: center;
  }

  .ak-cta-row {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */