/* Fuentes */

@font-face {
    font-family: 'Fira Sans Light';
    src: url('../../fuentes/FiraSans-Light.otf');
}

/* Body */

body
{
    font-family: 'Fira Sans Light' !important;
    color: #575757 !important;
    background-color: #EDEDED !important;
    overflow-x: hidden;
}

/* Textos */

.text-primary{
    color: #0069A3 !important;
}

a.text-primary:hover,
a.text-primary:focus
{
    color: #0069A3 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #0069A3;
}

/* Botones */

.btn-primary{
    border-color: #F4D73B !important;
    background-color: #F4D73B !important;
    color: #0069A3 !important;
}

.btn-primary:hover
{
    border-color: #F4D73B !important;
    background-color: #F4D73B !important;
}

.btn-link {
    color: #0069A3 !important;
}

.btn-outline-primary {
    border-color: #F4D73B !important;
    background-color: #F4D73B !important;
    color: #0069A3 !important;
}

.btn-outline-primary:hover {
    border-color: #F4D73B !important;
    background-color: #F4D73B !important;
    color: #0069A3 !important;
}

.btn-outline-secondary {
    color: #0069A3 !important;
}

.btn-outline-secondary:hover {
    color: #0069A3 !important;
}

/* Backgrounds */

.bg-gradient-default{
    background: linear-gradient(87deg, #0069A3 0, #0069A3 100%) !important;
}

.bg-gradient-primary{
    background: linear-gradient(87deg, #0069A3 0, #0069A3 100%) !important;
}

.bg-default {
    background-color: #575757 !important;
}

.bg-yellow {
    background-color: #F4D73B !important;
}

.fill-default
{
    fill: #575757 !important;
}

/* Tables */

.table .thead-light th {
    color: #575757 !important;
}

/* Navbars */

.navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3.5rem !important;
}

.bg-uam-primary{
    background-color: #0069A3;
}

.fullwidth{
    width: 100vw;
}
.fullheight{
    min-height: calc(100vh - 90px);
    box-sizing: border-box;
}

.table-responsive:not(.inside-table){
    min-height: 300px;
}
