.elementor-205 .elementor-element.elementor-element-0da5aae{--display:flex;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-205 .elementor-element.elementor-element-3f14380 .elementor-button{fill:#000000;color:#000000;background-color:#FFFFFF;transition-duration:0.5s;border-style:none;border-radius:30px 30px 30px 30px;}.elementor-205 .elementor-element.elementor-element-3f14380 .elementor-button:hover, .elementor-205 .elementor-element.elementor-element-3f14380 .elementor-button:focus{color:#FFFFFF;background-color:var( --e-global-color-accent );}.elementor-205 .elementor-element.elementor-element-3f14380 .elementor-button:hover svg, .elementor-205 .elementor-element.elementor-element-3f14380 .elementor-button:focus svg{fill:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-4a76d1a */.nc-page {
  font-family: inherit;
  color: #111111;
}

/* Hero */
.nc-hero {
  padding: 80px 20px;
  background: #0A3A67;
  color: #ffffff;
  text-align: left;
}

.nc-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.nc-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.nc-hero p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Botón */
.nc-btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: #ffffff;
  color: #0A3A67;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid #ffffff;
}

.nc-btn-primary:hover {
  background: #e6e6e6;
}

/* Secciones */
.nc-section {
  padding: 70px 20px;
}

.nc-section.nc-alt {
  background: #f7f7f7;
}

.nc-container {
  max-width: 1100px;
  margin: 0 auto;
}

.nc-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.nc-section p {
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Grid */
.nc-grid-3 .nc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nc-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.nc-card h3 {
  margin-bottom: 10px;
  color: #0A3A67;
}

/* Dos columnas */
.nc-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

/* Listas */
.nc-list {
  list-style: none;
  padding: 0;
}

.nc-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.nc-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0A3A67;
}

/* CTA */
.nc-cta {
  text-align: center;
  background: #0A3A67;
  color: #ffffff;
}

.nc-cta p {
  max-width: 700px;
  margin: 0 auto 24px;
}

/* Form placeholder */
.nc-form-placeholder {
  padding: 40px;
  background: #ffffff;
  border: 2px dashed #0A3A67;
  text-align: center;
  border-radius: 6px;
  color: #0A3A67;
}

/* Responsive */
@media (max-width: 900px) {
  .nc-grid-3 .nc-grid,
  .nc-two-columns {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */