.elementor-9678 .elementor-element.elementor-element-cc14b22{width:var( --container-widget-width, 101.809% );max-width:101.809%;--container-widget-width:101.809%;--container-widget-flex-grow:0;}.elementor-9678 .elementor-element.elementor-element-cc14b22.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-cc14b22 */.cv-reportes-section {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  color: #ffffff;
  font-family: inherit;
}

.cv-reportes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), transparent 85%);
  pointer-events: none;
}

.cv-reportes-section::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -260px;
  top: 80px;
  border: 1px solid rgba(255, 190, 120, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 190, 120, 0.025),
    0 0 0 140px rgba(118, 164, 214, 0.025);
  pointer-events: none;
}

.cv-reportes-container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
}

.cv-reportes-header {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.cv-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 189, 115, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffc277;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-section-kicker::before {
  content: "✦";
  font-size: 0.8rem;
}

.cv-reportes-header h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.cv-reportes-header h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, transparent, #ffc277, #8fb7df, transparent);
}

.cv-reportes-header p {
  margin: 0 auto;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Grilla 2 x 2 */
.cv-reportes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.cv-reporte-card {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(180, 213, 242, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045)),
    rgba(8, 43, 77, 0.58);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cv-reporte-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 194, 119, 0.48);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.cv-reporte-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(143, 183, 223, 0.28), transparent 34%),
    radial-gradient(circle at 92% 86%, rgba(255, 194, 119, 0.15), transparent 34%);
  opacity: 0.7;
  pointer-events: none;
}

.cv-card-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 24px;
  border-right: 1px solid rgba(180, 213, 242, 0.16);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 194, 119, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(143, 183, 223, 0.13), rgba(255, 255, 255, 0.035));
}

.cv-card-image svg {
  width: 100%;
  max-width: 178px;
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.20));
}

.cv-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 28px;
}

.cv-card-label {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 194, 119, 0.24);
  border-radius: 999px;
  background: rgba(255, 194, 119, 0.10);
  color: #ffc277;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cv-reporte-card h3 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cv-reporte-card p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.65;
}

.cv-reporte-card ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.cv-reporte-card li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cv-reporte-card li::before {
  content: "✧";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc277;
  font-size: 0.85rem;
}

.cv-card-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(180, 213, 242, 0.15);
}

.cv-price {
  flex: 0 0 auto;
  color: #ffc277;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.cv-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 194, 119, 0.56);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffc277 0%, #f7a96b 45%, #8fb7df 100%);
  color: #06203c;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.cv-card-button:hover,
.cv-card-button:focus {
  color: #06203c;
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 28px rgba(255, 194, 119, 0.18);
}

/* SVG */
.cv-svg-orbit,
.cv-svg-line,
.cv-svg-path,
.cv-svg-path-light {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cv-svg-orbit {
  stroke: rgba(143, 183, 223, 0.85);
  stroke-width: 2.2;
}

.cv-svg-line {
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 1.6;
}

.cv-svg-path {
  stroke: rgba(255, 194, 119, 0.90);
  stroke-width: 4;
}

.cv-svg-path-light {
  stroke: rgba(143, 183, 223, 0.80);
  stroke-width: 2.4;
}

.cv-svg-core {
  fill: rgba(255, 194, 119, 0.88);
}

.cv-svg-core-soft {
  fill: rgba(143, 183, 223, 0.45);
}

.cv-svg-star {
  fill: #ffc277;
}

.cv-svg-triangle {
  fill: rgba(143, 183, 223, 0.18);
  stroke: rgba(255, 194, 119, 0.86);
  stroke-width: 3;
  stroke-linejoin: round;
}

/* Tablet */
@media (max-width: 1024px) {
  .cv-reportes-section {
    padding: 78px 18px;
  }

  .cv-reportes-grid {
    gap: 22px;
  }

  .cv-reporte-card {
    grid-template-columns: 1fr;
  }

  .cv-card-image {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(180, 213, 242, 0.16);
  }

  .cv-card-content {
    padding: 28px 26px 26px;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .cv-reportes-section {
    padding: 64px 16px;
  }

  .cv-reportes-header {
    margin-bottom: 36px;
  }

  .cv-reportes-header h2 {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .cv-reportes-header p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .cv-reportes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cv-reporte-card {
    border-radius: 26px;
  }

  .cv-card-image {
    min-height: 170px;
    padding: 22px;
  }

  .cv-card-image svg {
    max-width: 160px;
  }

  .cv-card-content {
    padding: 24px 22px 24px;
  }

  .cv-reporte-card h3 {
    font-size: 1.32rem;
  }

  .cv-reporte-card p {
    font-size: 0.94rem;
  }

  .cv-card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .cv-price {
    font-size: 1.75rem;
  }

  .cv-card-button {
    width: 100%;
  }
}

/* Mobile chico */
@media (max-width: 420px) {
  .cv-reportes-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cv-section-kicker {
    font-size: 0.68rem;
    padding: 8px 14px;
  }

  .cv-card-content {
    padding: 22px 18px 22px;
  }

  .cv-card-label {
    font-size: 0.68rem;
  }
}/* End custom CSS */