.conecta-radius {
  border-radius: 10px;
  overflow: hidden;
}

.wpcf7-form-control {
  border-radius: 10px !important;
}

.header-wrapper {
  max-width: min(90%, 1100px);
  margin: 0 auto;
  border-radius: 10px;
}

.has-transparent .header-wrapper,
.header-wrapper.stuck {
  margin-top: 30px;
}

.header-bg-color.fill {
  background: rgb(255 255 255 / 75%) !important;
  backdrop-filter: blur(7px);
  border-radius: 10px;
}

.box-push .image-cover,
.box-push .box-text {
  border-radius: 10px;
}

.box-push .box-text {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.conecta-whatsapp-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  line-height: 1;
  border-radius: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: flex;
  z-index: 9999;
  font-size: 28px;
  justify-content: center;
  align-items: center;
  width: 65px;
  animation: attentionPulse 6s ease-in-out infinite;
}

@keyframes attentionPulse {
  0%,
  70% {
    transform: scale(1) translate(0, 0);
  }
  73% {
    transform: scale(1.1) translate(0, -3px);
  }
  76% {
    transform: scale(0.95) translate(0, 2px);
  }
  80% {
    transform: scale(1.08) translate(0, -2px);
  }
  85% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1);
  }
}

.blog-single .entry-image img {
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.cta-box {
  padding: 30px 30px 0px;
  background: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border: solid 1px #f1f1f1;
}
