@font-face {
  font-family: 'TailWP';
  src: url('fontes/40c35caa1bdafafd93a915f7aae3a408.woff2') format('woff2'),
      url('fontes/40c35caa1bdafafd93a915f7aae3a408.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TailWP';
  src: url('fontes/acce6fbd3b1ab6111c3341407c820981.woff2') format('woff2'),
      url('fontes/acce6fbd3b1ab6111c3341407c820981.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TailWP';
  src: url('fontes/cb94f093b163fa72f869d56f5f8b2b94.woff2') format('woff2'),
      url('fontes/cb94f093b163fa72f869d56f5f8b2b94.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TailWP';
  src: url('fontes/08d57e414a6e2ff41051318ad837dd45.woff2') format('woff2'),
      url('fontes/08d57e414a6e2ff41051318ad837dd45.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TailWP';
  src: url('fontes/17df7dad259b91b311ed735075e3acde.woff2') format('woff2'),
      url('fontes/17df7dad259b91b311ed735075e3acde.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TailWP';
  src: url('fontes/7ce5efde7993563667d623a009ee1eb6.woff2') format('woff2'),
      url('fontes/7ce5efde7993563667d623a009ee1eb6.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
 
}

.textwidget.custom-html-widget {
  display: flex;
  gap: 5px;
}

button {
  cursor: pointer;
}

.wptwa-toggle:before {
  content: "1";
  position: absolute;
  min-width: 2em;
  height: 2em;
  line-height: 2;
  top: 0.3em;
  right: -0.7em;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 10px;
  animation: pulse-red 1.5s infinite;
}

.gradient-border-badge-dark:before, .gradient-border-badge:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  content: "";
  background-clip: content-box, border-box;
  background-origin: border-box;
}

.gradient-border-badge:before {
  border-radius: 9999px;
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, var(--color-principal, var(--color-secundaria)));
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, var(--color-principal), var(--color-secundaria));
  border: 2px double transparent;
}