:root{
--azul1:#001250;
--azul2:#003480;
--azul3:#00C7FF;
--azul4:#0064DE;
--azul5:#00EEFF;
--verde:#00C735;
--amarillo:#FFBD00;
--violeta:#FF1846;
}
/*Color*/
.txt_azul1    { color:var(--azul1:#001250;) !important; }
.txt_azul2    { color:var(--azul2:#003480;) !important; }
.txt_azul3    { color:var(--azul3:#00C7FF;) !important; }
.txt_azul4    { color:var(--azul4:#0064DE;) !important; }
.txt_azul5    { color:var(--azul5:#00EEFF;) !important; }
.txt_verde    { color:var(--verde:#00C735;) !important; }
.txt_amarillo { color:var(--amarillo:#FFBD00;) !important; }
.txt_violeta  { color:var(--violeta:#FF1846;) !important; }

.bg_azul1     { background-color:var(--azul1) !important; }
.bg_azul2     { background-color:var(--azul2:#003480;) !important; }
.bg_azul3     { background-color:var(--azul3:#00C7FF;) !important; }
.bg_azul4     { background-color:var(--azul4:#0064DE;) !important; }
.bg_azul5     { background-color:var(--azul5:#00EEFF;) !important; }
.bg_verde     { background-color:var(--verde:#00C735;) !important; }
.bg_amarillo  { background-color:var(--amarillo:#FFBD00;) !important; }
.bg_violeta   { background-color:var(--violeta:#FF1846;) !important; }


section h1:nth-child(8n+1)    {color:#001250 !important; }
section h1:nth-child(8n+2)    {color:#003480 !important; }
section h1:nth-child(8n+3)    {color:#00C7FF !important; }
section h1:nth-child(8n+4)    {color:#0064DE !important; }
section h1:nth-child(8n+5)    {color:#00EEFF !important; }
section h1:nth-child(8n+6)    {color:#00C735 !important; }
section h1:nth-child(8n+7)    {color:#FFBD00 !important; }
section h1:nth-child(8n+8)    {color:#FF1846 !important; }

section h1:nth-child(8n+1):before    {background-color:#001250 !important; }
section h1:nth-child(8n+2):before    {background-color:#003480 !important; }
section h1:nth-child(8n+3):before    {background-color:#00C7FF !important; }
section h1:nth-child(8n+4):before    {background-color:#0064DE !important; }
section h1:nth-child(8n+5):before    {background-color:#00EEFF !important; }
section h1:nth-child(8n+6):before    {background-color:#00C735 !important; }
section h1:nth-child(8n+7):before    {background-color:#FFBD00 !important; }
section h1:nth-child(8n+8):before    {background-color:#FF1846 !important; }



