.elementor-2457 .elementor-element.elementor-element-1d803a8{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-a167caa */<style>
  * {
    box-sizing: border-box;
  }

  body {
    font-family: 'Roboto', sans-serif;
    background: #f4f6f8;
    padding: 20px;
    margin: 0;
  }

  #registration-form {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 0;
    border: none;
    font-family: 'Roboto', sans-serif;
  }

  #registration-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
    color: #333;
  }

  #registration-form input[type="text"],
  #registration-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
  }

  #registration-form input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
  }

  #registration-form label[for="checkbox"],
  #registration-form input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

#registration-form input[type="submit"] {
  width: 100%;
  background-color: #ec008c;
  font-family: "Anton", sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 500;
  margin: 20px auto 0 auto; /* centra horizontalmente */
  text-transform: uppercase;
  font-style: normal;
  border-style: none;
  border-radius: 0;
  padding: 7px 40px;
  transition: background-color 0.3s ease, transform 0.2s ease, filter 0.3s ease;
  cursor: pointer;
  display: block; /* importante para que margin auto funcione */
}

  #registration-form input[type="submit"]:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
  }
</style>/* End custom CSS */