body {
  font-family: "Plus Jakarta Sans", sans-serif;
  scroll-behavior: smooth;
  color: #1e293b;
  background-color: #ffffff;
}
.bg-wm-mesh {
  background-color: #128c7e;
  background-image:
    radial-gradient(at 0% 0%, hsla(142, 70%, 49%, 1) 0, transparent 50%),
    radial-gradient(at 50% 0%, hsla(339, 81%, 51%, 0.4) 0, transparent 50%),
    radial-gradient(at 100% 0%, hsla(142, 70%, 49%, 1) 0, transparent 50%);
}
.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-mask {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.btn-modern {
  @apply transition-all duration-300 transform hover:-translate-y-1 active:scale-95;
  border-radius: 1rem;
}
.text-gradient {
  background: linear-gradient(to right, #128c7e, #25d366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}
.animate-float-slow {
  animation: float-slow 8s ease-in-out infinite;
}
.glow-green {
  box-shadow: 0 0 50px -10px rgba(37, 211, 102, 0.3);
}

/* new css 2-25-2026 */
.reciba_una_text,
.form_te_llamamos_GRATIS {
  font-family: "PP Mori", sans-serif !important;
}

.reciba_una_text h2 {
  font-size: clamp(22px, 2.5vw, 35px);
  margin-bottom: 20px;
  color: #000000;
}
.reciba_una_text p {
  font-size: clamp(15px, 1.5vw, 18px);
}
.form_te_llamamos_GRATIS {
  padding: 40px 20px;
  background: linear-gradient(
    to bottom,
    rgba(88, 135, 255, 0.2) 0%,
    rgba(252, 68, 175, 0.08) 80%,
    rgba(252, 68, 175, 0) 100%
  );
  border-radius: 20px;
}
.form_te_llamamos_GRATIS .te_llamamos img {
  max-width: 50px;
  margin: 0 auto 20px;
}
.form_te_llamamos_GRATIS .te_llamamos h3 {
  color: #c81591;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.form_te_llamamos_GRATIS .te_llamamos h4 {
  color: #c81591;
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 18px;
  border-bottom: 1px solid #c81591;
}
.form_te_llamamos_GRATIS .te_llamamos p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
}
.form_te_llamamos_GRATIS .form-group {
  width: 49.5%;
  display: inline-block;
  padding: 5px;
}
.form_te_llamamos_GRATIS .form-group p {
  margin-bottom: 0px;
}
.form_te_llamamos_GRATIS .form-group #country_code,
.form_te_llamamos_GRATIS .form-group .wpcf7-form-control-wrap input {
  width: 100%;
  border-radius: 5px;
  border: none;
  outline: none;
  height: 36px;
  font-size: 15px;
  padding: 6px 10px;
  color: #000000;
  background: rgb(255, 255, 255);
}
.form_te_llamamos_GRATIS .form-group #country_code {
  padding: 6px;
}
.form_te_llamamos_GRATIS
  .form-group
  .wpcf7-form-control-wrap
  input::placeholder {
  color: #000000;
}
.form_te_llamamos_GRATIS .form-group #we-call-phone {
  margin-bottom: 20px;
}
.form_te_llamamos_GRATIS .checkbox p {
  text-align: start;
}
.form_te_llamamos_GRATIS .checkbox label span input {
  margin-right: 10px;
}
.form_te_llamamos_GRATIS .checkbox p label a:hover {
  color: #c81591;
}
.form_te_llamamos_GRATIS .col-sx-12.text-center p {
  margin-bottom: 0;
}
.form_te_llamamos_GRATIS .col-sx-12.text-center p input.wpcf7-form-control {
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 36px;
  font-size: 15px;
  background-color: #5887ff;
  color: #fff;
  margin-top: 6px;
  transition: all 360ms ease;
  cursor: pointer;
}
.form_te_llamamos_GRATIS
  .col-sx-12.text-center
  p
  input.wpcf7-form-control:hover {
  background-color: #fc44af;
}

/* copy pase css ------------------------------------------------------------- */
#contact_form p:has(> span.info) {
  text-align: center;
}

#contact_form .form-group {
  width: 49.5%;
  display: inline-block;
  padding: 5px;
}

#contact_form .form-group p {
  margin: 0;
}
.relative {
  position: relative;
}
.section-form .the-content::before {
  content: "";
  width: 85px;
  height: 85px;
  background-image: url(https://www.whatsmarketing.es/wp-content/themes/seowp/images/png/headphones.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -105px;
  left: 0;
}

.playIconCustom {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
@media screen and (max-width: 960px) {
  #contact_form .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact_form .form-group {
    width: 49.5%;
  }
}
@media screen and (max-width: 640px) {
  #contact_form .form-group {
    width: 100%;
  }
}
