/*
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:27
    Author     : pardevol
*/

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

    --background-items-destacados: #9acd66;
    --color-items-destacados: white;

    --color-btn: white;
    --background-btn: #82c243;
    --color-btn-hover: white;
    --background-btn-hover: #72ba2e;

    --color-btn-secondary: #82c243;
    --background-btn-secondary: transparent;
    --color-btn-secondary-hover: white;
    --background-btn-secondary-hover: #82c243;

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