/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./assets/scss/custom.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.featured-subtitle {
  position: relative;
}

.featured-subtitle b {
  font-weight: 600;
}

.featured-subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(28 54 97/var(--tw-border-opacity));
  height: 6rem;
  width: 6rem;
  border-radius: 9999px;
}

.featured-subtitle > span {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.dark .featured-subtitle:before {
  --tw-border-opacity: 1;
  border-color: rgb(238 167 0/var(--tw-border-opacity));
}

.dark .featured-subtitle > span {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23/var(--tw-bg-opacity));
}

.whatsapp-anim::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  animation: sonar-effect 1.5s ease-in-out 0.1s infinite;
}

@keyframes sonar-effect {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 3px #64b161, 0 0 5px 5px #64b161, 0 0 0 5px #64b161;
  }
  100% {
    box-shadow: 0 0 0 3px #64b161, 0 0 5px 5px #64b161, 0 0 0 5px #64b161;
    transform: scale(1.2);
    opacity: 0;
  }
}

/*# sourceMappingURL=custom.css.map*/