.cro-recarga {
   background: #019df4;
   padding: 2px 2px;
   border-radius: 4px 4px 0 0;
   font-size: 12px;
   color: #fff;
   position: absolute;
   bottom: calc(100% - 5px);
   left: 0;
   width: 100%;
   text-align: center;
}

.hm-botonera a:not(.footer-link) {
   position: relative;
}

.hm-accesorios-container {
   padding: 40px 0;
}

.hm-head>* {
   opacity: 0;
}

.w-150 {
   width: 150px !important;
}

@media (max-width: 991px) {
   #mainmenu {
      position: fixed;
      z-index: 10;
      width: 100%;
      top: 0px;
      left: 0px;
   }

   #maincontent_menu {
      position: fixed;
   }

   body {
      padding-top: 99px;
   }

   .cro-recarga {
      font-size: 9px;
   }

   .hm-botonera {
      padding-top: 30px;
   }
}

.tst_botonera_alt {
   padding: 10px 0 0;
}

body.test_botonera .tst_botonera_main,
body:not(.test_botonera) .tst_botonera_alt,
body:not(.test_botonera) .mvar_menu {
   display: none !important;
}

[data-color="green"]:before {
   background-color: #5CB615;
}

[data-color="fucsia"]:before {
   background-color: #E63780;
}

/* agregando no molestar mobile */
.hm-extra a {
   width: calc(33% - 2px);
   align-items: flex-start;
   flex-direction: column;
}

.hm-extra .spr-molestar {
   background-image: url(./home_files/assets/img/no-molestar.svg);
   background-size: 65px;
   background-position: 36px;
   width: 38px;
   height: 36px;
}

.hm-extra p {
   font: 12px "TelefonicaWeb-Bold", arial, sans-serif;
}

.hm-extra small {
   font: 12px "TelefonicaWeb-Regular", arial, sans-serif;
}

.desktopo {
   visibility: hidden;
   height: 52px;
   left: calc(100% - 45px);
}

.desktopo-txt small {
   font-size: 15px;
}

@media (max-width: 520px) {
   .desktopo {
      justify-content: center;
      height: 46px;
      border-radius: 16px 16px 0px 0px;
      left: 0;
   }

   .desktopo-txt small {
      opacity: 1;
   }
}

/* Inicio Cro Test: Mejoras en Accesos rápidos - Planes Móviles */
body.cro_test_accrapmoviles [data-crotest="crotest_accrapmoviles"],
body:not(.cro_test_accrapmoviles) [hidden="crotest_accrapmoviles"] {
   display: none !important;
}

body.cro_test_accrapmoviles [hidden="crotest_accrapmoviles"] {
   display: flex !important;
}

/* Fin Cro Test: Mejoras en Accesos rápidos - Planes Móviles */