/* Start custom CSS for html, class: .elementor-element-314b6ad */.gutenberg-gracias-wrapper {
  min-height: 80vh;
  padding: 40px 20px;
  background: linear-gradient(135deg, #e9f2fb, #f7fbff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gutenberg-gracias-card {
  background: #ffffff;
  max-width: 700px;
  width: 100%;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.gutenberg-gracias-card h1 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #1c2b3a;
}

.gutenberg-gracias-card h1 span {
  color: #0a4ea3;
}

.gutenberg-gracias-card p {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

.gutenberg-gracias-card .intro {
  font-size: 18px;
  font-weight: 500;
}

.icon-check {
  width: 60px;
  height: 60px;
  background: #0a4ea3;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.nota {
  font-size: 15px;
  color: #666;
}

.info-box {
  background: #f1f6fc;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  margin: 25px 0;
  color: #1c2b3a;
}

.btn-whatsapp {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}/* End custom CSS */