.elementor-41004 .elementor-element.elementor-element-10f1b5b{--display:flex;}.elementor-41004 .elementor-element.elementor-element-f68ec55 > .elementor-widget-container{background-image:url("https://novalatam.com/wp-content/uploads/2024/09/Untitled-1@3x.png");}.elementor-41004 .elementor-element.elementor-element-858fe2e{--display:flex;}.elementor-41004 .elementor-element.elementor-element-1c17b5b > .elementor-widget-container{background-image:url("https://novalatam.com/wp-content/uploads/2024/09/Untitled-1@3x.png");}/* Start custom CSS *//* =========================
   NovaLatam – Restricción
   ========================= */

.nl-restricted {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #9;
  padding: 40px 20px;
}

.nl-container {
  display: grid;
  gap: 30px;
  max-width: 900px;
  width: 100%;
}

.nl-card {
  border-radius: 16px;
  padding: 30px;
  color: #fff;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.nl-orange {
  background: #e85d2a; /* naranja de Nova Latam */
}

.nl-blue {
  background: #2a4fe8; /* azul corporativo */
}

.ak-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.ak-btn-primary {
  background: #fff;
  color: #e85d2a;
}

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

.ak-btn-secondary {
  background: #fff;
  color: #2a4fe8;
}

.ak-btn-secondary:hover {
  background: #f3f3f3;
}
/* Encabezados dentro de tarjetas */
.nl-card h2,
.nl-card h3 {
  color: #fff;           /* texto blanco */
  font-size: 2rem;       /* tamaño grande */
  font-weight: 700;      /* negrita */
  margin-bottom: 15px;   /* espacio debajo */
  line-height: 1.3;
}/* End custom CSS */