/*---------------------COLORES PERSONALIZADOS ------------------------*/ 
 .unirentcolor {
  background-color: #811014 !important;
}

.unirentcolor-text {
  color: #811014 !important;
}

.unirentcolor.lighten-5 {
  background-color: #C15054 !important;
}

.unirentcolor-text.text-lighten-5 {
  color: #C15054 !important;
}

.unirentcolor.lighten-4 {
  background-color: #B44347 !important;
}

.unirentcolor-text.text-lighten-4 {
  color: #B44347 !important;
}

.unirentcolor.lighten-3 {
  background-color: #A7363A !important;
}

.unirentcolor-text.text-lighten-3 {
  color: #A7363A !important;
}

.unirentcolor.lighten-2 {
  background-color: #9B2A2E !important;
}

.unirentcolor-text.text-lighten-2 {
  color: #9B2A2E !important;
}

.unirentcolor.lighten-1 {
  background-color: #8E1D21 !important;
}

.unirentcolor-text.text-lighten-1 {
  color: #8E1D21 !important;
}

.unirentcolor.darken-1 {
  background-color: #740307 !important;
}

.unirentcolor-text.text-darken-1 {
  color: #740307 !important;
}

.unirentcolor.darken-2 {
  background-color: #680000 !important;
}

.unirentcolor-text.text-darken-2 {
  color: #680000 !important;
}

.unirentcolor.darken-3 {
  background-color: #5B0000 !important;
}

.unirentcolor-text.text-darken-3 {
  color: #5B0000 !important;
}

.unirentcolor.darken-4 {
  background-color: #4E0000 !important;
}

.unirentcolor-text.text-darken-4 {
  color: #4E0000 !important;
}