@font-face {
    font-family: "normal";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Negrito";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

html,
body {
    padding: 0;
    margin: 0;
    max-height: 100%;
    height: 100%;
    font-family: "normal"!important;
    overflow-x: hidden;
}

.bg-warning {
    background: #d76f2c!important;
    color: #fff!important;
}

.bg-danger {
    background: #d72c2c!important;
    color: #fff!important;
}

.bg-info {
    background: #2c98d7!important;
    color: #fff!important;
}

.bg-success {
    background: #1a7c27!important;
    color: #fff!important;
}

.bg-default {
    background: #551a7c!important;
    color: #fff!important;
}

.font-verde {
    color: #136030;
}

.header {
    padding: 20px 0;
    width: 100%;
    height: 100px!important;
    border-bottom: 1px solid #13603070;
    box-shadow: 0px -7px 20px #363636;
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    align-content: center;
    font-family: "negrito";
    color: #d76f2c;
    background: #ffffff;
}

.header img.logo {
    height: 60px;
    cursor: pointer;
}

.header #usuario {
    cursor: pointer;
}

.menu-usuario-aberto {
    float: right;
    width: 300px;
    position: relative;
    top: 120px;
    padding: 20px;
    border: solid 1px #d4d4d4;
    right: -25px;
    border-radius: 10px;
    font-size: 14px;
    color: #d76f2c;
    font-family: "negrito";
    box-shadow: 0px 0px 6px #363636;
    z-index: 9;
    transition: all linear 0.2s;
    margin-left: -300px;
    background: #ffffff;
    display: inline;
}

.menu-usuario-fechado {
    float: right;
    width: 300px;
    position: relative;
    top: 120px;
    padding: 20px;
    border: solid 1px #d4d4d4;
    right: -250px!important;
    border-radius: 10px;
    font-size: 14px;
    color: #d76f2c;
    font-family: "negrito";
    box-shadow: 0px 0px 6px #363636;
    z-index: 9;
    transition: all linear 0.2s;
    margin-left: -300px;
    background: #ffffff;
    display: none;
}

h2 {
    font-size: 1.5vw;
}

h3 {
    font-size: 0.8vw;
}

.fs-26 {
    font-size: 26px!important;
}

.btn-side-bar {
    cursor: pointer!important;
}

.d-flex {
    display: flex;
    align-items: center;
    align-content: center;
}

.d-grid {
    display: grid;
    align-items: center;
    align-content: center;
}

.b-b-1 {
    border-bottom: solid 1px #136030;
}

.btn-menu {
    color: #136030!important;
    cursor: pointer;
}

.side-bar {
    width: 280px;
    padding: 120px 10px;
    height: 100%!important;
    border-right: 1px solid #13603070;
    position: fixed;
    z-index: 8;
    left: 0;
    font-family: "negrito";
    background: #d7702c48;
    background-image: url(../images/fundo-sidebar.png);
    background-position: top center;
    background-size: cover;
    background-blend-mode: multiply;
    color: #ffffff;
    transition: all linear 0.5s;
}

.side-bar-fechada { 
    left: -280px;    
}

.list-group-item {
    background: transparent!important;
    border: none!important;
}

.list-group a {
    color: #136030!important;
}

.list-group .active a{
    color: #136030!important;
}
.list-group .active a .glyphicon{
    color: #136030 !important;
}
.list-group .active a:hover {
    color: #136030 !important;
    text-decoration:none;
}

.list-group {
    font-size: 20px!important;
}

.conteudo {
    padding: 120px;
    padding-right: 20px!important;
}

.bg-grey {
    background-color: #eeeeee;
}

.pdl-300 {
    padding-left: 300px;
    transition: all linear 0.4s;
}

.pdl-20 {
    padding-left: 20px!important;
    transition: all linear 0.4s;
}

.card {
    border: solid 1px #136030;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center;
    font-family: "negrito";
    color: #d76f2c;
    transition: all linear 0.4s;
    margin-bottom: 30px;
}
.card a{
    padding: 30px 0;
    text-align: center;
    font-family: "negrito";
    color: #136030;
    transition: all linear 0.4s;
}
.card:hover {
    border: solid 1px #136030;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
    font-family: "negrito";
    color: #136030;
    background-color: #d76f2c;
    transition: all linear 0.4s;
}
.card a:hover {
    text-align: center;
    cursor: pointer;
    font-family: "negrito";
    color: #136030;
    background-color: #d76f2c;
    transition: all linear 0.4s;
}

.graficos .card:hover {
    border: solid 1px #136030;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center;
    cursor: default;
    font-family: "negrito";
    color: #136030;
    background-color: #ffffff;
    transition: all linear 0.4s;
}

.login {
    background :linear-gradient(114.66deg, #00632A 0%, rgba(0, 95, 41, 0.65) 24.95%, rgba(1, 91, 39, 0.44) 51.57%, rgba(1, 88, 38, 0.41) 70.5%, rgba(2, 83, 36, 0.96) 100%), url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    color: #136030;
}

.box-login {
    padding: 15px;
    background: #ffffffa8;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #717171;
}

.box-form {
    border: solid 1px #136030;
    border-radius: 10px;
    padding: 30px;
    background: #eec4a82b;
    font-family: 'Negrito'!important;
}

.box-form h3 {
    font-family: 'Negrito'!important;
    color: #136030;
}

.impressao {
    width: 210mm;
    margin: 0 auto;
}

.imprimir {
    position: relative;
    top: 40px;
    right: 20px;
    z-index: 7;
    cursor: pointer;
    color: #136030;
    font-size: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.capa{
    
    background:  linear-gradient(114.66deg, #00632A 0%, rgba(0, 95, 41, 0.65) 24.95%, rgba(1, 91, 39, 0.44) 51.57%, rgba(1, 88, 38, 0.41) 70.5%, rgba(2, 83, 36, 0.96) 100%),url(../images/capa1.jpg) no-repeat;
    background-size: cover;
    background-position: center 55%;
    position: relative;
}
