.fondoColor1{
    background-color:rgb(207,85,36);
}
.textoColor1{
    color: rgb(207,85,36);
}
.fondoColor2{
    background-color:#3a5771;
}
.textoColor2{
    color:#3a5771;
}
.fondoColor3{
    background-color:rgb(231,103,42);
}
.textoColor3{
    color: rgb(231,103,42);
}
.fondoColorBk1{
    background-color:rgb(231,103,42);
}
.textoColorBk1{
    color: rgb(231,103,42);
}
.fondoColorBk2{
    background-color:rgb(183,67,30);
}
.textoColorBk2{
    color: rgb(183,67,30);
}
:root {
  --bs-primary: rgb(207,85,36);         /* Valor de color de la clase textoColor1 */
  --bs-secondary: rgb(58,87,113);       /* Valor de color de la clase textoColor2 */
  --bs-primary-bg-subtle: rgb(231,103,42);  /* Valor de color de la clase textoColorBk1 */
  --bs-secondary-bg: rgb(183,67,30);    /* Valor de color de la clase textoColorBk2 */
  --bs-tertiary-bg: rgb(245, 245, 245);     /* Valor de color de la clase textoColor3 */
}