/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 09 2026 | 09:12:40 */
/* Tarjetas con borde izquierdo azul */
.page-id-21478 .elementor-icon-box-wrapper {
  border-left: 3px solid #2980B9;
  padding-left: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-id-21478 .elementor-icon-box-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(41,128,185,0.15);
}
.page-id-21478 .elementor-icon-box-icon .elementor-icon { color: #2980B9; }
.page-id-21478 .elementor-icon-box-title { color: #1B3A5C; }
.page-id-21478 .elementor-icon-box-description { color: #555555; }

/* Timeline */
.pateco-timeline { position: relative; }
.pateco-timeline > .elementor-column:not(:last-child)::after {
  content:''; position:absolute; top:40px; right:-10%;
  width:20%; height:3px; background:#2980B9; z-index:1;
}

/* CTA */
.pateco-cta .elementor-button { background-color: #E74C3C !important; }
.pateco-cta .elementor-button:hover { background-color: #C0392B !important; }

/* Responsive */
@media (max-width: 767px) {
  .pateco-timeline > .elementor-column::after { display: none; }
}