/* Start custom CSS for html, class: .elementor-element-2d524e5 */.bailio-grid-page {
  max-width: 1200px;
  margin: 50px auto;
  font-family: 'Raleway', sans-serif;
  padding: 0 15px;
}

.bailio-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #124734;
}

.bailio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 25px;
}

.bailio-card {
  background: #8bd1d7;
  border-radius: 16px;
  padding: 28px 18px 24px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.bailio-card:hover {
  background: #42bfc8;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.bailio-card .icon {
  margin-bottom: 14px;
}

.bailio-icon {
  width: 44px;
  height: 44px;
  display: block;
}

.bailio-icon circle {
  fill: #e5f6f7;
}

.bailio-icon path,
.bailio-icon line {
  stroke: #124734;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.bailio-card span {
  font-size: 18px;
  font-weight: 600;
}

/* Responsive pequeños */
@media (max-width: 480px) {
  .bailio-title {
    font-size: 30px;
  }
  .bailio-card {
    padding: 22px 16px 20px;
  }
  .bailio-card span {
    font-size: 17px;
  }
}/* End custom CSS */