.popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

.popup {
  background: url("https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/pautas/pauta-fibra-1/assets/background_popup_desk.webp")
    center/cover no-repeat;
  width: 100%;
  max-width: 650px;
  min-height: 400px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 85px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
}

.popup-image {
  display: none;
}

.popup-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.popup-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
  text-align: left;
}

.popup-info h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  width: 245px;
  margin: 8% auto 0;
}

.box-price {
  border: 1px solid #fff;
  border-radius: 10px;
  max-width: 270px;
  width: 100%;
  padding: 12px;
  text-align: center;
  margin: 0 auto;
}

.box-price .title {
  font-size: 22px;
  font-weight: bold;
}

.box-price .price {
  font-size: 36px;
  font-weight: bold;
}

.box-price .divider {
  width: 75%;
  height: 2px;
  background: white;
  margin: 0 auto;
}

.box-price .description {
  font-size: 18px;
}

.btn-compra {
  margin: 0 auto;
}

.btn-movistar {
  background: #f28d15;
  color: white;
  padding: 7.5px 28px;
  border-radius: 32px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  width: 275px;
}

.tyc {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .popup {
    display: grid;
    grid-template-columns: 58% 42%;
    min-height: 392px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-bottom: 0;
  }

  .popup-image {
    display: block;
  }

  .popup-image img {
    width: 125%;
  }

  .popup-info h2 {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    width: auto;
    margin: 0;
  }

  .box-price {
    border: 1px solid #fff;
    border-radius: 10px;
    max-width: 270px;
    width: 100%;
    padding: 12px;
    text-align: center;
  }

  .btn-movistar {
    width: 214px;
  }
}

#popup-lp-asistida {
  position: relative;
}

.popup-image-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
}

.popup-image-mobile img {
  width: 180px;
  height: auto;
}

.popup-image {
  display: none;
}

@media (min-width: 768px) {
  .popup-image {
    display: block;
  }

  .popup-image-mobile {
    display: none;
  }
}

.hidden {
  display: none !important;
}
