@charset "UTF-8";
/* CSS Document */ :root {
  --naranja-principal: rgba(255, 191, 0, 1);
  --naranja-principal-trans: rgba(255, 191, 0, 0.5);
  --naranja-secundario: rgba(255, 165, 0, 1);
  --azul-francia: rgba(37, 99, 235, 1);
  --prueba: rgba(0, 255, 0, 1);
  --blanco: rgba(250, 250, 250, 1);
  --texto-black: rgba(27, 31, 35, 1);
  --texto-gray: rgba(102, 102, 102, 1);
  --gray: rgba(204, 204, 204, 1);
  --header: rgba(36, 41, 46, 1);
  --bordecito: rgba(152, 86, 255, 1);
  --prueba: rgba(0, 255, 0, 1);
  --pink-trans: rgba(255, 25, 255, 0.5); /* The color is pink so we can actually see it working */
  --light-orange: rgba(255, 195, 77, 1);
  --dark-orange: rgba(204, 132, 0, 1);
  --burnmt-orange: rgba(204, 85, 0, 1);
  --pastel-orange: rgba(255, 218, 179, 1);
  --bright-orange: rgba(255, 140, 0, 1);
  --muted-orange: rgba(217, 153, 65, 1);
  --deep-orange: rgba(230, 126, 34, 1);
  --vibrant-orange: rgba(255, 102, 0, 1);
  --soft-orange: rgba(245, 176, 65, 1);
  --sandy-orange: rgba(244, 164, 96, 1);
  /* Complementary & Contrasting Colors */
  --complementary-blue: rgba(0, 90, 255, 1);
  --contrast-1-yeal: rgba(0, 128, 128, 1);
  --contrast-2-purple: rgba(128, 0, 128, 1);
  --contrast-3-lime-green: rgba(50, 205, 50, 1);
}