.elementor-128 .elementor-element.elementor-element-b4c8134{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dac6468 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

.telegram-background {
  background-image: url('https://i.ibb.co/k2DSK22Z/Screenshot-2025-05-17-at-16-21-51-Telegram-Join-Group-Chat.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  overflow: hidden;
}

.telegram-box {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', sans-serif;
}

.telegram-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.telegram-box h2 {
  font-size: 25px; /* Aumentado como pediste */
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.2;
}

.subs {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.text-link {
  font-size: 15px;
  margin-bottom: 8px;
}

.telegram-link {
  color: #0088cc;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  word-break: break-word;
}

.join-button {
  background-color: #25F4EE;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin: 20px 0;
  transition: background 0.3s;
}

.join-button:hover {
  background-color: #1AAFC3;
}

.motivacion {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  max-width: 380px;
  margin: 0 auto;
}/* End custom CSS */