.pospagoCompra {
  height: 274px !important;
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/planes-moviles/pospago/modals/modal-cta/Background-Kv-plan-fijo.webp) !important;
  color: var(--white) !important;
  max-width: 500px !important;
}

.pospagoCompra-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pospagoCompra__title {
  font-size: 25px;
  font-weight: 300;
  line-height: normal;
}

.pospagoCompra__subTitle {
  font-size: 14px;
}

.pospagoCompra__callContent {
  max-width: none !important;
  height: auto !important;
}

.pospagoCompra__callContent .callback-content-normal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.pospagoCompra__callContent .input-form {
  background: white;
  width: 100%;
  border-radius: 10px;
  height: 45px;
  border: 1px solid #019df4;
}

.pospagoCompra__callContent .input-form-normal {
  border: 0;
}

.pospagoCompra__callContent .icon-smartPhone {
  position: absolute;
  width: 14px;
  top: 24%;
  right: 21px;
}

.pospagoCompra__callContent .callback-box__check {
  display: block !important;
}

.pospagoCompra__callContent .content-check {
  display: block;
}

@media only screen and (min-width: 500px) {

  .pospagoCompra__title {
    font-size: 30px;
  }

}

@media only screen and (min-width: 768px) {

  .pospagoCompra .icon-smartPhone {
    top: 24%;
    right: 12%;
  }

}