.elementor-4094 .elementor-element.elementor-element-26608fd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f2bfa67 */.catalogos {
  font-family: Arial, sans-serif;
  padding: 40px 20px;
}

.catalogos h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  color: #00528A;
}

.catalogos .subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

.catalogos .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.catalogos .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.catalogos .card:hover {
  transform: translateY(-5px);
}

.catalogos .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.catalogos .card-content {
  padding: 20px;
  text-align: center;
}

.catalogos .card-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #00528A;
}

.catalogos .card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.catalogos .btn {
  display: inline-block;
  padding: 10px 20px;
  background: #00528a;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.catalogos .btn:hover {
  background: #fff;
  border-color: #00528a;
}/* End custom CSS */