﻿@font-face {
    font-family: VivaOrganicaOficial;
    src: url(../fonts/serifgothicextra.otf);
}
:root {
    --primary: #111854;
    --light: #ffffff;
    --grey: #efefef;
    --blackNegro: #000000;
}
h3 {
    font-family: VivaOrganicaOficial;
}
/*body {
    overflow: hidden;*/
/*    font-family: 'SerifGothic ☞', 'sans-serif';*/
    /*font-family: 'SerifGothicHeavy' !important;
    src: url(../fonts/SerifGothicHeavy.ttf);*/
    /*font-weight: 300;
    color: var(--primary);
}*/

a:hover{
    text-decoration: none;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

#sidebar-container {
    min-height:100vh;
}

#sidebar-container .logo {
    padding: .875rem 1.25rem;
}

#sidebar-container .menu {
    width: 18rem;
}

#content {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 5rem;
}
.btn-search {
    right:0;
}