:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-db5d064 */.mm-demo-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  padding: 40px 20px;
}

.mm-demo-card {
  max-width: 600px;
  width: 100%;
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  border: 3px solid #00723b;
}

.mm-demo-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #00723b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.mm-demo-title {
  font-size: 28px;
  font-weight: 800;
  color: #222;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mm-demo-text {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 14px;
}

.mm-demo-subtext {
  font-size: 14px;
  color: #777;
}

/* Responsive móvil */
@media(max-width: 480px){
  .mm-demo-card {
    padding: 30px 22px;
  }

  .mm-demo-title {
    font-size: 22px;
  }

  .mm-demo-text {
    font-size: 15px;
  }
}/* End custom CSS */