.c-popup-fix-overlay {
  display: none;
  position: fixed;
  left: 24px;
  bottom: 0;
  width: 1px;
  height: 1px;
  transition: background 0.3s ease;
  background: transparent;
  backdrop-filter: blur(4px);
  border-radius: 50%;
  z-index: 95;
}

.c-popup-fix-overlay.active {
  display: block;
  background: rgba(10, 39, 57, 0.9);
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  padding: 3rem 16px;
  overflow-y: visible;
  overflow-x: hidden;
  z-index: 99995;
}

.c-offer-fix {
  display: none;
}

.c-popup__title {
  font-size: 30px;
  font-weight: 400;
  margin: 25px 0 2rem;
}

.c-popup__flex {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.c-popup__contcall {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 284px;
  min-height: 357px;
  margin: 12px 0;
  overflow: hidden;
  border-radius: 12px;
}

.c-popup__imgcall {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  z-index: -1;
}

.c-popup__imgcall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-popup__calltitle {
  font-size: 5.9vw;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 18px;
}

.c-popup__calltext {
  font-size: 4vw;
  line-height: normal;
}

.c-popup__call {
  margin-top: 4rem;
  max-width: 600px;
}

.c-popup__call .callback-sencillo {
  margin: 0 !important;
}

.c-popup__call .callback-content-normal {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
}

.c-popup__call .callback-sencillo.pospago {
  min-width: 345px;
}

.c-popup__call .input-form {
  border: 0;
}

.c-popup__call .input-form-normal {
  border-radius: 8px;
}

.c-popup__call .input-form-normal::placeholder {
  font-size: 16px !important;
}

.c-popup__call .icon-phone {
  display: none !important;
}

.c-popup__offerline {
  position: relative;
  background: #e1efff;
  border-radius: 8px;
  padding: 8px 0;
  max-width: 900px;
  margin: 0 auto;
}

.c-popupofferline__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: normal;
  width: 100%;
  padding: 8px;
  color: var(--darkBlue);
}

.c-popupofferline__arrow {
  white-space: nowrap;
}

#close-popup-btn {
  position: absolute;
  color: white;
  right: 8%;
  top: 4%;
  z-index: 999999;
}

.imageboymob {
  display: block;
  width: 100%;
  max-width: 88%;
}

.c-popup__banner-card {
  position: static;
  width: 100%;
  margin: 10px 0;
}

.c-popup__banner-card a,
.c-popup__banner-card img {
  width: 100%;
}

.c-popup__banner-card img {
  border-radius: 12px;
}

.callback-sencillo .callback-box__check label.txt_check a {
  font-size: 10px !important;
}

@media screen and (min-width: 500px) {
  .c-popup__calltitle {
    font-size: 27px;
  }

  .c-popup__calltext {
    font-size: 17px;
  }

  .c-popupofferline__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-offer-fix {
    display: block;
    position: fixed;
    left: 0;
    bottom: 12px;
    background: #e1efff;
    padding: 12px 4px;
    border-radius: 0px 8px 8px 0px;
    transition: transform 0.3s ease;
    z-index: 99;
  }

  .c-offer-fix.active {
    z-index: 99998;
  }

  .c-offer-fix__collapse {
    font-size: 13px;
    color: var(--darkBlue);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }

  .c-offer-fix__collapse i {
    display: inline-block;
    color: var(--blue);
    font-size: 13px;
    margin-bottom: 8px;
  }

  .c-offer-fix.active .c-offer-fix__collapse i {
    transform: scaleX(-1);
  }

  .c-popup__calltitle {
    font-size: 18px;
    margin-bottom: 32%;
  }

  .c-popup__flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  .c-popup__contcall {
    padding: 10px;
    align-items: center;
    justify-content: flex-end;
  }

  .c-popup__imgcall img {
    object-position: bottom right;
  }

  .c-popupofferline__link {
    padding: 8px 18px;
  }

  #close-popup-btn {
    right: 16% !important;
    top: 10%;
  }

  .imageboymob {
    display: none;
  }

  .c-popup__banner-card {
    width: auto;
  }

  .c-popup__call .callback-sencillo.pospago {
    min-width: inherit;
  }
  .c-popup__contcall .icon-smartPhone {
    content: url(/components/callbacks/simple/images/phone.svg);
    position: absolute;
    right: 8px;
    top: 8px;
}
}