.elementor-22 .elementor-element.elementor-element-e4e1c84 > .elementor-element-populated{padding:113px 0px 88px 0px;}.elementor-22 .elementor-element.elementor-element-98aed34 .bdevs-el-list-icon{margin-bottom:20px;}.elementor-22 .elementor-element.elementor-element-98aed34 .bdevs-el-list-icon,
                        .elementor-22 .elementor-element.elementor-element-98aed34 .bdevs-el-list-icon i{line-height:0px;}/* Start custom CSS for services_tab, class: .elementor-element-98aed34 *//* Columnas individuales */
.col-xl-4, .col-lg-4, .col-md-6 {
  padding: 20px;
  display: flex;
}

/* Tarjeta principal */
.service-box-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 30px 25px;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  width: 100%;
  min-height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box-3:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
}

/* Imagen del logo */
.service-thumb img {
  max-height: 160px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 20px;
  transition: transform 0.3s ease;
}

.service-box-3:hover .service-thumb img {
  transform: scale(1.05);
}

/* Contenido */
.service-content-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 20px;
}

.service-content-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.service-content-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 260px;
}

/* Botón */
.service-link.bdevs-el-btn {
  display: block;
  width: 100%;
  background-color: #0063dc;
  color: white;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: auto;
}

.service-link.bdevs-el-btn:hover {
  background-color: #004ca8;
  transform: scale(1.02);
}/* End custom CSS */