/* Paleta de colores*/
.primer-color {
  color: #fff !important;
  background-color: #681b32 !important;
}
.segundo-color {
  color: #fff !important;
  background-color: #c3c3c3 !important;
}
.tercer-color {
  color: #fff !important;
  background-color: #221f1c !important;
}
.cuarto-color {
  color: #fff !important;
  background-color: #bc955b !important;
}
.primer-texto {
  color: #681b32 !important;
}
.segundo-texto {
  color: #c3c3c3 !important;
}
.tercer-texto {
  color: #221f1c !important;
}
.cuarto-texto {
  color: #bc955b !important;
}

.w3-theme-l5 {
  color: #000 !important;
  background-color: #faedf1 !important;
}
.w3-theme-l4 {
  color: #000 !important;
  background-color: #efc3d0 !important;
}
.w3-theme-l3 {
  color: #fff !important;
  background-color: #df88a1 !important;
}
.w3-theme-l2 {
  color: #fff !important;
  background-color: #cf4c71 !important;
}
.w3-theme-l1 {
  color: #fff !important;
  background-color: #a42c4e !important;
}
.w3-theme-d1 {
  color: #fff !important;
  background-color: #5e192d !important;
}
.w3-theme-d2 {
  color: #fff !important;
  background-color: #541628 !important;
}
.w3-theme-d3 {
  color: #fff !important;
  background-color: #491323 !important;
}
.w3-theme-d4 {
  color: #fff !important;
  background-color: #3f111e !important;
}
.w3-theme-d5 {
  color: #fff !important;
  background-color: #340e19 !important;
}

.w3-theme-light {
  color: #000 !important;
  background-color: #faedf1 !important;
}
.w3-theme-dark {
  color: #fff !important;
  background-color: #340e19 !important;
}
.w3-theme-action {
  color: #fff !important;
  background-color: #340e19 !important;
}

.w3-theme {
  color: #fff !important;
  background-color: #691c32 !important;
}
.w3-text-theme {
  color: #691c32 !important;
}
.w3-border-theme {
  border-color: #691c32 !important;
}

.w3-hover-theme:hover {
  color: #fff !important;
  background-color: #691c32 !important;
}
.w3-hover-text-theme:hover {
  color: #691c32 !important;
}
.w3-hover-border-theme:hover {
  border-color: #691c32 !important;
}
