/*
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 dic. 2021, 08:58:52
    Author     : gus
*/

.bg-gradient-sistema {
    background-color: #354390;
    background-image: linear-gradient(90deg, #354390 0%, #354390 35% 100%);
    /*background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);*/
    background-size: cover;
}

.btn-eddis {
  color: #fff;
  background-color: #354390;
  border-color: #354390;
}

.btn-eddis:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}

.btn-eddis:focus, .btn-eddis.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.btn-eddis.disabled, .btn-eddis:disabled {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}

.btn-eddis:not(:disabled):not(.disabled):active, .btn-eddis:not(:disabled):not(.disabled).active,
.show > .btn-eddis.dropdown-toggle {
  color: #fff;
  background-color: #2653d4;
  border-color: #244ec9;
}

.btn-eddis:not(:disabled):not(.disabled):active:focus, .btn-eddis:not(:disabled):not(.disabled).active:focus,
.show > .btn-eddis.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}


@font-face {
font-family: "hbold";
src: url(fonts/Stolzl-Bold.ttf) format("truetype");
}

@font-face {
font-family: "hreg";
src: url(fonts/Stolzl-Regular.ttf) format("truetype");
}

@font-face {
font-family: "hthin";
src: url(fonts/Stolzl-Thin.ttf) format("truetype");
}

@font-face {
font-family: "hlight";
src: url(fonts/Stolzl-Light.ttf) format("truetype");
}
