/* Owl Carousel de minimal_assets_lumba/v2/components/Planes/main.js*/

.owl-item-beneficios {
  display: flex;
  align-items: flex-top;
  justify-content: center;
  flex-direction: column;
  gap: 10;
  text-align: center;
}

.owl-item-beneficios .col_4 {
  padding: 10px;
  height: 380px;
}

.underline-link {
  text-decoration: underline;
}

.whatsapp-btn-container-contratar {
  position: relative;
}

.whatsapp-btn-container-solicitar .btn {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.whatsapp-btn-container-solicitar {
  position: relative;
}

.whatsapp-btn-contratar {
  position: absolute;
  top: -13px;
  left: 85px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-btn-contactar-ventas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.whatsapp-btn-contratar img {
  height: 25px;
}
.whatsapp-btn-solicitar {
  position: absolute;
  top: 0px;
  left: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-btn-contactar-ventas img {
  height: 25px;
}
.whatsapp-btn-solicitar img {
  height: 23px;
}

.whatsapp-btn-contactar {
  top: 0px;
  left: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-btn-contactar span {
  padding-right: 10px;
}
#planes li span {
  max-width: 150px;
  display: inline-block;
}

.link-whatsapp,
.link-whatsapp:active {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: #6aae35;
  border-radius: 30px;
  padding: 5px 10px;
  z-index: 999;
  animation: floatAnimation 3s ease-in-out infinite;
}

/* Whatsapp Button */

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.link-whatsapp img {
  margin-left: 10px;
}
