.iframe-container-nov {
  z-index: 10000;
  position: fixed;
  bottom: 0 !important;
  right: 0 !important;
  height: 101vh !important;
}
.btn-novedades-app2 {
  width: 100%;
  color: white;
  position: relative;
  -webkit-border-radius: 10px 5px 0px 5px;
  -moz-border-radius: 10px 5px 0px 5px;
  -moz-border-radius: 10px 5px 0px 5px;
}

.btn-novedades-app2 {
  z-index: 1000;
  width: 200px;
  height:55px;
/*  display: flex !important;*/
/*  display: flex;*/
/*  flex-direction: column;  Apila los elementos en columnas (filas visuales) */
  align-items: center; /* Centra el contenido verticalmente */
  justify-content: center; /* Centra el contenido horizontalmente */
  position: fixed;
  z-index: 9999999;
  bottom: 1%;
  right: 15px;
  cursor: pointer;
  border-radius: 10px !important;
  background-color: #00397a;
  transition: all 0.1s;
/*  flex-direction: column;  Hace que el contenido esté en dirección vertical 
  writing-mode: vertical-rl;*/

}
.btn-novedades-app {
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 3%;
  right: 15px;
  cursor: pointer;
  border-radius: 100px !important;
  background-color: #00397a;
  transition: all 0.1s;
}
.btn-novedades-app:hover {
  background-color: #02264f;
}
.btn-novedades-app:hover {
  transform: scale(1.01);
  border-radius: 100px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(249, 154, 4, 1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(249, 154, 4, 1);
  box-shadow: 0px 0px 15px 0px rgba(249, 154, 4, 1);
  transition-duration: 1s;
}
.countador-novedades {
  position: absolute;
  top: -10px;
  right: -52px;
  color: white;
  background-color: #f99a04;
  border-radius: 25px;
  padding: 2px 5px;
}
.disable-modal-app-novedades {
  display: none;
}
.icon {
  position: absolute;
  top: 10px;
  right: -40px;
  z-index: 1000;
}

