.progress2 {
  padding: 6px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  display: none;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.progress-bar2 {
  height: 18px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar2 {
  width: 85%;
  background-color: #1C7E86;
  animation: progressAnimation 2.5s infinite;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.newsletter-listing {
  width: 900px;
  max-width: calc(100vw - 2rem);
  margin-inline: auto;
}
.newsletter-listing .newsletter {
  position: relative;
  border-bottom: 0.5px solid #707070;
}
.newsletter-listing .newsletter a {
  text-decoration: none;
}
.newsletter-listing .newsletter:after {
  content: url("data:image/svg+xml,%3Csvg%20id%3D%22Grupo_2135%22%20data-name%3D%22Grupo%202135%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20id%3D%22Ret%C3%A2ngulo_588%22%20data-name%3D%22Ret%C3%A2ngulo%20588%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Grupo_2134%22%20data-name%3D%22Grupo%202134%22%20clip-path%3D%22url(%23clip-path)%22%3E%3Cpath%20id%3D%22Caminho_18837%22%20data-name%3D%22Caminho%2018837%22%20d%3D%22M21%2C13v7.365a.635.635%2C0%2C0%2C1-.635.635H1.635A.635.635%2C0%2C0%2C1%2C1%2C20.365V1.635A.635.635%2C0%2C0%2C1%2C1.635%2C1H9M8.554%2C13.446%2C20.177%2C1.823M21%2C7V1.635A.635.635%2C0%2C0%2C0%2C20.365%2C1H15%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
}
.newsletter-listing .newsletter h3 {
  text-align: left;
  font: normal normal bold 20px/26px Proxima Nova;
  letter-spacing: 0.6px;
  color: #2C3F4A;
  text-transform: uppercase;
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.newsletter-listing .newsletter p {
  font-family: "Georgia";
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 0;
  margin-top: 0;
  color: #2C3F4A;
}
.newsletter-listing .newsletter.newsletter--empty:after {
  display: none;
  border: bottom 0;
}
.newsletter-listing .newsletter.newsletter--empty:after h3 {
  transform: scale(0.7);
}
.newsletter-listing .wp-block-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 1rem;
}
.newsletter-listing .wp-block-button .getmore {
  max-width: 200px;
  margin: auto;
}

/*# sourceMappingURL=newsletter.css.map */
