#main-content {
  padding: 20px;
  transition: opacity 0.3s ease-in-out;
}

.dimmed {
  opacity: 0.5;
  pointer-events: none;
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 2%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: rgb(from var(--orange) r g b / 0.4);
  cursor: pointer;
  z-index: 400;
}

.floating-button img {
  width: 60px;
  height: 60px;
}

.floating-button__circle {
  display: flex;
  justify-content: center;
  width: 80%;
  align-items: center;
  height: 80%;
  text-align: center;
  vertical-align: middle;
  background: var(--orange);
  border-radius: 50%;
  font-size: 1.9rem;
  line-height: normal;
  color: var(--white);
}

.floating-button__circle::before {
  margin-top: 1px;
  display: inline-block;
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-ayuda {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 385px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -17%;
  bottom: -62px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.popup-ayuda:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 25px;
  border-width: 19px 19px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 1px;
  height: 32px;
  border-radius: 0px;
}

.popup-ayuda h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 400;
  color: #50535a;
}

.popup-ayuda .option-linea {
  color: #50535a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  border-radius: 100px;
  background-color: var(--white);
}

.popup-ayuda .whatsapp-btn {
  background-color: #5cb615;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  gap: 5px;
  padding: 5px 10px;
}

.popup-ayuda .whatsapp-btn .c-sticky__circle.--wp {
  margin-bottom: -2px;
}

.popup-ayuda .whatsapp-btn .icn-whatsapp-regular:before {
  content: "\eb52";
  font-size: 27px;
  margin-bottom: -2px;
}

.popup-ayuda hr {
  margin-bottom: 10px;
}

.close-popup {
  position: absolute;
  top: -15px;
  left: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: var(--blue);
  border-radius: 32px;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-popup div {
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  margin-left: 1px;
}

.icon-call {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  width: 31px;
  border: solid 3px #019df4;
  border-radius: 50%;
}

.icon-call .icn-call-landline-filled:before {
  color: #019df4;
  font-size: 16px;
}

.box-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.box-buttons .option {
  width: 100%;
}

.box-buttons .option a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  background-color: var(--white);
  border-radius: 50px;
  width: 100%;
  min-height: 40px;
  color: #50535a;
  font-size: 12px;
  font-weight: 400;
}

.box-buttons .option a .c-sticky__circle-st {
  background-color: #0b2739;
  border: solid 4px #97a3aa;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 40px;
}

.box-buttons .option a .c-sticky__circle-st .icn-call-center-user-support-filled {
  color: #fff;
  font-size: 19px;
}

.box-buttons .option a .c-sticky__circle-app {
  background-color: #019df4;
  border: solid 4px #93d2f5;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 40px;
}

.box-buttons .option a .c-sticky__circle-app .icn-movistar {
  color: #fff;
  font-size: 19px;
}

.box-buttons .option a .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  padding-right: 10px;
  line-height: 14px;
}

.popup-ayuda__servicios {
  padding: 15px 10px 10px;
  background-color: #e6f5fd;
  border-radius: 8px;
}

.popup-ayuda__compra {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.popup-ayuda__compra a,
.popup-ayuda__compra .option {
  width: 318px;
}

.content__icn {
  padding: 9px 0;
}

.content__icn i {
  color: #019df4;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opt-width {
  min-width: 115px;
}

/* =========== MEDIA QUERIES =========== */

@media (max-width: 768px) {
  .popup-ayuda {
    left: 51%;
    top: 57%;
    width: 100%;
    max-width: 94%;
  }

  .floating-button {
    display: none;
  }

  .popup-ayuda:after {
    right: 13px;
  }
}

@media (min-width: 1100px) {
  .popup-ayuda {
    right: -15%;
  }
}

@media (min-width: 1300px) {
  .popup-ayuda {
    right: -13%;
  }
}

@media (min-width: 1900px) {
  .popup-ayuda {
    right: -7%;
  }
}