main {
  padding-top: 15%;
  background-color: #f6f6f6;
}

.c-bf {
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.c-bf.active {
  background-size: cover;
}

.c-bf__bg {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

#id-bf-drop.active {
  background-image: none;
}

.c-bf__init,
.c-bf__dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  max-width: 450px;
  padding: 8px 0;
}

.c-bf__init p {
  font-size: 12px;
}

.c-bf__init {
  padding: 0px;
  width: 100%;
  height: 60px;
  justify-content: space-evenly;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 28%;
}

.c-bf .img {
  position: fixed;
  width: 100%;
  height: auto;
}

.a {
  position: fixed;
  width: 100%;
  height: 77px;
  z-index: 101;
  background-image: url(https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/home/barra-fija-top/images/bg_barra_honor400_desk.webp);
  background-size: cover;
}

.c-bf__dropdown {
  padding: 0;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.c-bf__down {
  width: 100%;
  display: none;
}

.c-bf__btn {
  position: relative;
  display: block;
  padding: 4px;
  white-space: nowrap;
  border-radius: 30px;
  text-align: center;
}

.c-bf__btn::after {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 6px;
  color: #ffffff;
}

.c-bf__btn-conoce {
  position: relative;
  line-height: 2rem;
  background-color: unset;
  color: #000;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
  height: 24px;
  width: 24px;
}

.c-bf-btn-compra {
  display: flex;
  align-items: center;
}

.top-button {
  display: block;
  color: var(--white);
  font-size: clamp(13px, 3vw, 16px);
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  min-height: 25px;
}

.c-bf__listbtns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.c-bf__drop {
  color: transparent;
  font-size: 1px;
  position: absolute;
  top: 8px;
  right: 3px;
}

.c-bf__drop::after {
  display: block;
  font-size: 16px;
  color: #000;
  transform: scaleY(-1);
  position: relative;
  top: 13px;
  right: 13px;
}

.c-bf__dropdown .c-bf__btn {
  position: absolute;
  top: 74%;
  right: 61%;
  font-size: 14px;
  background-color: var(--blue);
  min-width: 120px;
}

.bg-orange {
  background-color: var(--orange);
}

.live-button {
  display: none;
}

.button_url {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.barra-fija_promo {
  margin: 0 auto;
  max-width: 1240px;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.barra-fija_promo .btn-default.curtain i {
  display: none !important;
}

.barra-fija_promo .callback-sencillo .curtain {
  height: 30px;
  font-size: 14px;
}

.barra-fija_promo .callback-sencillo .input-form,
.barra-fija_promo .btn-default.botonEnviar {
  height: 30px !important;
}

.barra-fija_promo .callback-sencillo .callback-box__check {
  position: absolute;
  width: 209px;
  top: 30px;
  left: -58px;
  line-height: 12px;
}

.barra-fija_promo .callback-sencillo .callback-content {
  width: 105px !important;
}

.barra-fija_promo picture img {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 356px;
}

.call-container {
  max-width: 123px;
  position: absolute;
  right: 8%;
  top: 40px;
}

@media (min-width: 768px) {
  main {
    padding-top: 72px;
  }

  .c-bf__init,
  .c-bf__dropdown {
    max-width: 900px;
  }

  .c-bf__init p {
    font-size: 20px;
  }

  .c-bf__dropdown {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .c-bf__drop::after {
    position: relative;
    top: -1px;
    right: -30px;
  }

  .c-bf__listbtns {
    position: absolute;
    top: 75%;
    right: 53%;
    transform: translate(-50%, -50%);
  }

  .c-bf__btn-conoce {
    font-size: 14px;
    line-height: 14px;
  }

  .c-bf__dropdown .c-bf__btn {
    position: relative;
    min-width: 160px;
    font-size: 16px;
    padding: 4px 12px;
    right: -6%;
  }

  .live-button {
    display: block;
  }

  .barra-fija_promo {
    bottom: 5%;
  }

  .barra-fija_promo .callback-sencillo .callback-content {
    width: 110px !important;
  }

  .a {
    height: 60px;
    /* max-width: 1440px; */
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .c-bf .img {
    width: max-content;
    position: relative;
  }

  .call-container {
    max-width: 150px;
  }

  .barra-fija_promo picture img {
    max-width: 1240px;
  }

  .call-container {
    right: 39%;
    top: 0px;
  }

  .barra-fija_promo picture img {
    width: 100%;
  }
}

@media (min-width: 1250px) {
  .c-bf {
    top: 122px;
  }

  .c-bf__listbtns {
    top: 70%;
    right: 57%;
    transform: none;
  }

  .barra-fija_promo .callback-sencillo .callback-box__check {
    width: 185px;
    top: 28px;
    left: -15px;
    line-height: 12px;
  }

  .barra-fija_promo .callback-sencillo .callback-content {
    width: 131px !important;
  }

  .a {
    height: 70px;
  }
}

@media (min-width: 1450px) {
}
