/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 mar. 2021, 10:09:33
    Author     : pardevol
*/

:root{
    --color-enlace: #f1ba00;
    --color-enlace-hover: #f1ba00;
    --color-titulo-cabecera: #f1ba00;
    --color-texto-destacado: #f1ba00;
    --color-sombras: #f1ba00;
    --color-border-fielset: #f1ba00;
    --color-texto-intro-bloques: #f1ba00;
    --color-titulo-paso: black;

    --background-items-destacados: #f7d900;
    --color-items-destacados: white;

    --color-btn: white;
    --background-btn: #f1ba00;
    --color-btn-hover: white;
    --background-btn-hover: #f8d501;

    --color-btn-secondary: #f1ba00;
    --background-btn-secondary: transparent;
    --color-btn-secondary-hover: white;
    --background-btn-secondary-hover: #f1ba00;

    --theme-bg-color: #f8f9fa;
}