.fondoColor1{
    background-color:rgb(121,36,47);
}
.textoColor1{
    color: rgb(121,36,47);
}
.fondoColor2{
    background-color:rgb(121,36,47);
}
.textoColor2{
    color:rgb(121,36,47);
}
.fondoColor3{
    background-color:#c1c1c1;
}
.textoColor3{
    color: #c1c1c1;
}
.fondoColorBk1{
    background-color:#c1c1c1;
}
.textoColorBk1{
    color: #c1c1c1;
}
.fondoColorBk2{
    background-color:#c1c1c1;
}
.textoColorBk2{
    color: rgb(168,168,168);
}
:root {
  --bs-primary: rgb(121,36,47);         /* Valor de color de la clase textoColor1 */
  --bs-secondary: rgb(121,36,47);   /* Valor de color de la clase textoColor2 */
  --bs-primary-bg-subtle: rgb(121,36,47);  /* Valor de color de la clase textoColorBk1 */
  --bs-secondary-bg: rgb(121,36,47);    /* Valor de color de la clase textoColorBk2 */
  --bs-tertiary-bg: #c1c1c1;     /* Valor de color de la clase textoColor3 */
}