/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 09 2026 | 14:10:51 */
/* Service cards hover */
.page-id-21510 .elementor-text-editor div[class*='pateco-service-card'],
.page-id-21510 .elementor-text-editor div[style*='border-top:4px solid'] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-id-21510 .elementor-text-editor div[style*='border-top:4px solid']:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(41,128,185,0.15);
}

/* 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;
}
.pateco-timeline .elementor-icon-box-icon .elementor-icon { color: #2980B9; }
.pateco-timeline .elementor-icon-box-title { color: #1B3A5C; }

/* CTA botón */
.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; }
}