/* Start custom CSS for html, class: .elementor-element-fc3c045 */.canal-denuncias-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #222;
  font-family: inherit;
}

.canal-hero {
  text-align: center;
  margin-bottom: 60px;
}

.canal-hero h1 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #1b1f4a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.canal-hero p,
.canal-section p,
.canal-section li {
  font-size: 17px;
  line-height: 1.7;
}

.canal-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
  justify-content: center;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #1b1f4a;
  color: #fff;
}

.btn-primary:hover {
  background: #2d3470;
  color: #fff;
}

.btn-secondary {
  border: 2px solid #1b1f4a;
  color: #1b1f4a;
  background: #fff;
}

.btn-secondary:hover {
  background: #1b1f4a;
  color: #fff;
}

.canal-section {
  margin-bottom: 55px;
}

.canal-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #1b1f4a;
}

.canal-section h3 {
  font-size: 19px;
  margin-bottom: 10px;
  color: #1b1f4a;
}

.canal-section ul {
  padding-left: 22px;
}

.canal-contact-grid,
.canal-guarantees {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.canal-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.canal-card p {
  margin-bottom: 0;
}

.canal-card a,
.canal-help a {
  color: #1b1f4a;
  font-weight: 600;
  text-decoration: underline;
}

.canal-documents {
  background: #f7f7f9;
  padding: 35px;
  border-radius: 10px;
}

.canal-help {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 35px;
}

@media (max-width: 768px) {
  .canal-hero h1 {
    font-size: 28px;
  }

  .canal-contact-grid,
  .canal-guarantees {
    grid-template-columns: 1fr;
  }

  .canal-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    text-align: center;
    width: 100%;
  }
}/* End custom CSS */