/* Colores personalizados */
.back-rosa-brillante {
  background-color: #D41D79 !important;
}

.back-rosa-oscuro {
  background-color: #8E2E69 !important;
}

.back-verde-acua {
  background-color: #48BCBC !important;
}

.back-verde-oscuro {
  background-color: #268580 !important;
}

.back-verde-brillo {
  background-color: #01B786 !important;
}

.back-verde-medio {
  background-color: #56B388 !important;
}

.back-amarillo-oscuro {
  background-color: #E5931C !important;
}

.back-naranja-oscuro {
  background-color: #E58043 !important;
}

.back-azul-oscuro {
  background-color: #0F2A5B !important;
}

.back-azul-medio {
  background-color: #266FB6 !important;
}

.back-azul-gris {
  background-color: #4996C6 !important;
}

.back-azul-light {
  background-color: #7CC6D8 !important;
}

.back-morado-oscuro {
  background-color: #553587 !important;
}

.back-gris-medio {
  background-color: #758496 !important;
}

.back-gris-oscuro {
  background-color: #313D4B !important;
}

.back-gris-claro {
  background-color: #AFB5BB !important;
}

.back-gris-azul {
  background-color: #E4EEF6 !important;
}

.back-gris-light {
  background-color: #f0f2f5 !important;
}



/* text */
.text-gris-medio {
  color: #758496 !important;
}

.text-gris-oscuro {
  color: #313D4B !important;
}

.text-azul-oscuro {
  color: #0F2A5B !important;
  /* Azul oscuro */
}

.text-azul-medio {
  color: #266FB6 !important;
  /* Azul medio */
}

.text-rosa-brillante {
  color: #D41D79 !important;
}

.text-verde-medio {
  color: #56B388 !important;
}

.text-verde-oscuro {
  color: #268580 !important;
}


img.black {
  filter: invert(1) brightness(0);
}