/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 09 2026 | 09:13:09 */
/* =========================================
   PATECO COMPETITIVIDAD — CSS PERSONALIZADO
   ========================================= */

/* --- TARJETAS SECCIÓN "CÓMO TE AYUDAMOS" --- */
.pateco-card {
  border: 2px solid #2980B9;
  border-radius: 12px;
  padding: 30px 20px;
  background: #FFFFFF;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.pateco-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(41, 128, 185, 0.15);
}
.pateco-card .elementor-icon {
  background: #2980B9;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 24px;
}
.pateco-card .elementor-heading-title {
  color: #1B3A5C;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pateco-card p {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}

/* --- TARJETAS ICON-BOX con borde azul --- */
.page-id-21445 .elementor-icon-box-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-id-21445 .elementor-icon-box-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(41, 128, 185, 0.15);
}

/* --- SECCIÓN BENEFICIOS (fondo gris) --- */
.pateco-beneficios {
  background-color: #F5F7FA;
  padding: 60px 0;
}
.pateco-beneficios .elementor-icon {
  color: #2980B9;
  font-size: 60px;
  margin-bottom: 15px;
}

/* --- TIMELINE / PROCESO DE TRABAJO --- */
.pateco-timeline {
  position: relative;
}
.pateco-timeline > .elementor-column:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 40px;
  right: -10%;
  width: 20%;
  height: 3px;
  background-color: #2980B9;
  z-index: 1;
}
.pateco-timeline .elementor-icon {
  background: #FFFFFF;
  border: 3px solid #2980B9;
  color: #2980B9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: relative;
  z-index: 2;
}

/* --- CTA FINAL --- */
.pateco-cta {
  background-color: #1B3A5C;
  padding: 60px 20px;
  text-align: center;
}
.pateco-cta .elementor-heading-title {
  color: #FFFFFF;
}
.pateco-cta .elementor-button {
  background-color: #E74C3C !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border: none;
}
.pateco-cta .elementor-button:hover {
  background-color: #C0392B !important;
}

/* --- HERO --- */
.pateco-hero .elementor-background-overlay {
  background-color: rgba(27, 58, 92, 0.65);
}

/* --- ICON-BOX COLORES BASE --- */
.page-id-21445 .elementor-icon-box-icon .elementor-icon {
  color: #2980B9;
}
.page-id-21445 .elementor-icon-box-title {
  color: #1B3A5C;
}
.page-id-21445 .elementor-icon-box-description {
  color: #555555;
}

/* --- RESPONSIVE --- */
@media (max-width: 767px) {
  .pateco-timeline > .elementor-column::after {
    display: none;
  }
  .pateco-card {
    margin-bottom: 20px;
  }
  .page-id-21445 .elementor-icon-box-wrapper {
    margin-bottom: 20px;
  }
}