/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 09 2026 | 11:20:00 */
/* Tarjetas con borde izquierdo azul + hover */
.page-id-21496 .elementor-icon-box-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-id-21496 .elementor-icon-box-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(41,128,185,0.15);
}
.page-id-21496 .elementor-icon-box-icon .elementor-icon { color: #2980B9; }
.page-id-21496 .elementor-icon-box-title { color: #1B3A5C; }
.page-id-21496 .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 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; }
  .page-id-21496 .elementor-icon-box-wrapper { margin-bottom: 20px; }
}