/* Versión Mobile */
.slidemenu_container {
  box-shadow: 0px -5px 12px #cccccc;
  background: #ffffff;
  z-index: 99;
  height: 70px;
  width: 100%;
  max-width: 465px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.slidemenu_container.new-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidemenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.slidemenu.--row3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.slidemenu__item {
  display: flex;
  justify-content: center;
  border-top: 5px solid #ffffff;
}

.slidemenu__item:hover {
  border-top: 5px solid #039be5;
}

.slidemenu div button .iconSticky {
  width: 20px;
  height: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px auto;
}

.slidemenu__icon {
  display: block;
  font-size: 21px;
  margin: 8px 0 4px;
}

.slidemenu div button {
  color: #aaa;
  font-size: 11px;
}

.slidemenu div button:hover {
  color: #039be5;
}

/* Versión Desktop */
.sl-fab-container {
  display: none !important;
}

.btn-group-fab {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 50px;
  z-index: 999999;
}

.btn-group-fab .bg-blue {
  background-color: #00a9e0;
}

.btn-group-fab .bg-green {
  background-color: #5bc500;
}

.btn-group-fab .bg-purple {
  background-color: #8c409d;
}

.btn-group-fab .imgctl {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: auto;
}

.btn-group-fab .imgctl.call {
  width: 25px;
}

.btn-group-fab .iconctl {
  display: inline-block;
  margin-top: 5px;
  font-size: 23px;
}

.btn-group-fab .btn-group-fab__content {
  position: relative;
  width: 100%;
  height: auto;
}

.btn-group-fab .btnctrl {
  display: none;
  position: absolute;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  bottom: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 4px auto;
}

.btn-group-fab .btnctrl:focus {
  outline: none;
}

.btn-group-fab .btn-main {
  width: 50px;
  height: 50px;
  right: 50%;
  margin-right: -25px;
  -webkit-box-shadow: inset 0 0 0 5px rgb(130 200 245 / 50%);
  -moz-box-shadow: inset 0 0 0 5px rgb(130 200 245 / 50%);
  box-shadow: inset 0 0 0 5px rgb(130 200 245 / 50%);
  color: transparent;
  z-index: 999999;
  border-radius: 50% 20% 50% 50% !important;
}

.btn-group-fab .btn-main::before {
  content: "Ayuda";
  width: 93px;
  background-color: rgb(51, 153, 255);
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border-radius: 50px 0 0 50px;
  position: absolute;
  left: -93px;
  top: 7px;
  z-index: -10;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 99%, 100% 46%);
  transition: clip-path 1s;
}

.btn-group-fab .btn-main:hover::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 0% 50%);
}

.btn-group-fab .btn-main__icon {
  padding: 5px 6px 4px;
  border-radius: 50%;
}

.btn-group-fab .btn-sub {
  bottom: 0;
  right: 50%;
  margin-right: -20px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999998;
}

.btn-group-fab .btn-sub .btn-text {
  display: none;
  position: absolute;
  text-align: right;
  top: 50%;
  left: -170px;
  transform: translate(0, -50%);
  width: 150px;
  margin: 0;
  color: #52545a;
  font-size: 16px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.btn-group-fab.active .btn-sub .btn-text {
  display: block;
  opacity: 1;
}

.btn-group-fab.active .btn-sub:nth-child(2) {
  bottom: 60px;
}

.btn-group-fab.active .btn-sub:nth-child(3) {
  bottom: 110px;
}

.btn-group-fab.active .btn-sub:nth-child(4) {
  bottom: 160px;
}

.btn-group-fab.active .btn-sub:nth-child(5) {
  bottom: 210px;
}

.btn-group-fab.active .btn-sub:nth-child(6) {
  bottom: 260px;
}

#group-fab__overlay {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99997;
}

#color-wpp .icn-whatsapp-regular {
  color: #5bc500;
}

#color-wpp .op-wpp {
  color: #5bc500;
}

#color-wpp .slidemenu__item--hover:hover {
  border-top: 5px solid #5bc500;
}

@media screen and (min-width: 768px) {
  .btn-group-fab .btnctrl {
    display: block;
    cursor: pointer;
  }

  .slidemenu_container,
  .slidemenu_container.new-modal {
    display: none;
  }

  .btn-close {
    color: #ffffff;
    font-weight: 500;
    width: 20px;
    height: 20px;
    display: flex;
    background: #00a9e0;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    margin: 0 auto;
    font-size: 9px;
  }

  #color-wpp .icn-whatsapp-regular {
    color: #fff;
  }
}

/*popupmobile*/
.slidemenu__new {
  grid-template-columns: repeat(3, 1fr);
}
.slidemenu__new.new-modal {
  grid-template-columns: 1fr;
}
.slidemenu__new.new-modal .slidemenu__item button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
}
.pop-up-mobile-overlay.active {
  display: block;
}
.popup-sticky {
  display: none;
  position: fixed;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px 10px;
  z-index: 300;
}
.popup-sticky.new-modal{
  width: 100%;
  transform: none;
  border-radius: 0;
}
/* .popup-sticky.new-modal .close-btn{
  display: none;
} */

@media (max-width: 768px) {
  .popup-sticky {
    bottom: 0;
  }
}

.popup-sticky .close-btn {
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  color: #ffff;
  top: -4px;
  right: 0;
  background: var(--blue);
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.popup-contentSticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.popup-arrowSticky {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background: white;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#popup-atencion {
  left: 36%;
}

#popup-atencion .popup-arrowSticky {
  left: 21%;
}

.popup-sticky.new-modal {
  left: 0;
}

.popup-sticky.new-modal .popup-arrowSticky {
  left: 51%;
}

.popup-contentSticky .popup-title {
  font-size: 14px;
  color: #50535a;
  font-weight: 700;
}

.popup-contentSticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 207px;
  max-width: 306px;
  padding: 8px 10px 8px 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4.15px;
  font-size: 14px;
  color: #50535a;
}

.popup-contentSticky .icn-call-center-user-support-filled {
  background-color: var(--darkBlue);
  color: #fff;
  border-radius: 18px;
  padding: 3px;
  font-size: 14px;
}

.popup-contentSticky .imgctl {
  width: 24px;
}

.popup-sticky.new-modal a {
  width: 306px;
  padding: 8px 6px 8px 12px;
}

.popup-sticky.new-modal a p {
  font-size: 12px;
}

.popup-sticky.new-modal .content__icnSticky {
  display: flex;
  align-items: center;
}

.popup-sticky.new-modal .icn-mobile-device-regular,
.popup-sticky.new-modal .icn-smart-wifi-regular {
  color: var(--blue);
  font-size: 18px;
}

.content__wha p {
  color: #fff;
}
