/* --------Whatsapp Button -------*/

#whatsapp_chat {
  position: fixed;
  bottom: 22px;
  right: 42px;
  width: 60px;
  height: 60px;
  display: grid;
  align-content: center;
  justify-content: center;
  background: #25d366;
  border-radius: 50px;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
  color: #fff;
  font-size: 24px;
  z-index: 100000;
}
#whatsapp_chat:hover {
  background: #062eb7;
}
#whatsapp_chat {
  animation: floatAnimation 3s ease-in-out infinite;
}
#whatsapp_chat img {
  width: 100%;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.plan-container {
  position: relative;
  padding-top: 10px;
}

.plan-container-paso2-card {
  position: relative;
  padding-top: 35px;
  padding-bottom: 15px;
}

.tag-nuevo {
  background-color: #0096ff;
  color: white !important;
  font-size: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tag-nuevo-paso2-card {
  background-color: white;
  color: #062eb7 !important;
  font-size: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.text-plan-nivel {
  font-size: 18px;
}

#header_comparador {
  padding-top: 10px;
}
#comparador {
  padding-top: 10px;
  border-radius: 10px;
}

.tag-nuevo-banner {
  background-color: #ff7200;
  color: white !important;
  font-size: 12px !important;
  display: inline-block; /* Ajusta el ancho al contenido */
}

@media screen and (min-width: 900px) {
  .tag-nuevo {
    font-size: 12px;
  }
  .tag-nuevo-paso2-card {
    font-size: 12px;
  }
  .tag-nuevo-banner {
    font-size: 16px !important;
  }
}
