.bg-rojo{
  /*background-color: #84b6f4;*/
  /*background-color:#c23b22;*/
  background-color:#13A1F1 !important;
  color:#fff !important;
}

.text-rojo{
  /*color:#c23b22 !important;*/
  color:#13A1F1 !important;
}

.btn-rojo{
  color:#fff !important;
  /*background-color:#0d6efd !important;*/
  background-color:#13A1F1 !important;
  border-color:#13A1F1 !important;
}

.border-rojo{
  border-color:#4cbcfd !important;
}

.fondo-rojo{
  background-color:#13A1F1 !important;
}

.btn-outline-primary{
  border-color:#13A1F1 !important;
  color:#13A1F1 !important;
}

.btn-outline-primary:hover{
  background-color:#13A1F1 !important;
  color:#fff !important;
}

.contenedor-centrado{
  display: flex;
  justify-content: center;
}

#menu-nav .nav-link{
  color:#13A1F1;

}

#agrupadas {
  display: none;
}

#grupos a{
  text-decoration: none;
  cursor:pointer;
  color:black;
}

#grupos a.editar {
  color: #0d6efd;
}

.miniatura{
  max-height: 150px;
}

.landingtop{
  height:400px;
  background-image: url("images/basicos.jpg");
  background-size: cover;
  padding:120px 0 0;
  text-align: right;
}

.leyenda{
  color:#233;
  background-color: #fff;
  opacity: 0.5;
}

.leyenda .link{
  text-decoration: none;
  color:black;
}

.comprador{
  display:none;
}

/* MODO OSCURO PARA GOOGLE CHARTS*/

[data-bs-theme="dark"] #chart_div text {
  fill: #ffffff !important;
}

[data-bs-theme="dark"] #chart_div {
  background-color: transparent !important;
  
}

[data-bs-theme="dark"] #chart_div rect{
  fill:transparent !important;
  background-color: transparent !important;
}

[data-bs-theme="dark"] .google-visualization-tooltip path{
  background-color: #333 !important; /* Define aquí el color de fondo deseado */
  fill:#333
}