main {
  padding-top: 15%;
}

.c-bf {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  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);
}

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

.c-bf__bg {
  background: #0A2739;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 71px;
}

#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;
  height: 58px;
}

.c-bf__init {
  padding: 0px;
  width: 100%;
  height: 58px;
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/television/barra-fija-top/Barra-fija-mov-lp-tv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

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

.c-bf__down {
  width: 100%;
  display: none;
  background-color: #e3e0e1;
}

.c-bf__btn {
  position: absolute;
  top: 74%;
  right: 61%;
  font-size: 14px;
  background-color: var(--blue);
  display: block;
  padding: 4px;
  white-space: nowrap;
  border-radius: 30px;
  text-align: center;
}

.c-bf__btn::after {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 6px;
}

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

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

.c-bf__btn-conoce {
  margin-top: 12%;
  margin-right: 36%;
  line-height: 2rem;
  background-color: unset;
  color: #000;
  text-decoration: underline;
  padding: 2px 14px;
  font-size: 11px;
  line-height: 20px;
}

.top-button {
  padding: 2px 10px;
  border-radius: 16px;
  background-color: #5BC500;
  color: var(--white);
  font-size: 10px;
  width: 25%;
  height: auto;
  text-align: center;
}

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

.live-button {
  display: none;
  padding: 2px 30px;
  background-color: #e63780;
  color: white;
  border-radius: 30px;
  font-size: 14px;
}

/* Desktop adaptations */
@media (min-width: 768px) {
  main {
    padding-top: 59px;
  }

  .c-bf__init {
    max-width: 100%;
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/television/barra-fija-top/Barra-fija-lp-tv.webp);
    background-size: cover;
    background-position: center;
  }

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

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

  .c-bf__drop::after {
    top: -1px;
    right: -30px;
    color: black;
  }

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

  .c-bf__btn-conoce {
    margin-top: 0;
    padding: 6px 20px 6px 1%;
    margin-right: 2rem;
    font-size: 14px;
    line-height: 14px;
  }

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

  .live-button {
    display: block;
  }

  .top-button {
    margin-top: 0;
    margin-right: 4.4rem;
    font-size: 19px;
    width: auto;
    height: 36px;
    padding: 0 24px;
    border-radius: 20px;
  }
}

@media (min-width: 1250px) {
  .c-bf__init {
    background-position: center;
  }

  .c-bf {
    top: 128px;
  }

  .c-bf__btn::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(130%, -50%);
    margin-left: 0;
  }

  .c-bf__btn-conoce {
    margin-right: 8%;
  }

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

@media (min-width: 1450px) {
  .c-bf__init {
    max-width: 80%;
  }
}

@media (min-width: 1920px) {
  .top-button {
    margin-right: 6.4rem;
  }
}
