﻿
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goblin+One&display=swap');

body {
    /*font-family: 'Roboto', sans-serif;  */
    color: #3a3e42;
}

.barra-super {
    background-color: #f7f7f7;
    border-bottom: solid 1px #dee2e6;
    height: 40px;
}

.nav-link {
    color: #5b6e82;
    font-size: 9pt;
    font-weight: bold;
    padding: 10px 1rem 2px 1rem;
}

.nav-link:hover {
    border-bottom: 2px solid #4b5e71;
    color: #4b5e71;
}

img.logo-brasao {
    height: 35px;
    padding-top: 5px;
}

.barrao{
    height: 150px;
    background-color: #f1f1f1;
}

img.barrao-logo {
    height: 100px;
}

.header-titulo {

}

.menu-super {
    background-color: #d3d7de;
}

.list-group-item {
    background-color: #d3d7de;
    border: none;
}

.list-group-item a {
    color: #2b4575;
    text-decoration: none;
    font-weight: 500;
}

.list-group-item a:hover {
    border-bottom: 2px solid #2b4575;
    padding-bottom: 4px;
}



/* 
.btn-primary, .btn-primary:active {
    background-color: #8fc64c;
    border-color: #8fc64c;
}

.btn-primary:hover {
    background-color: #7eb63a;
    border-color: #7eb63a;
} */


footer {
    margin-top: 150px;
    bottom: 0;
    color: #e4e4e4;
    background-color: #2b2b2b;
    font-size: 10pt;
    padding-top: 30px;
}

footer img {
    height: 100px;
    float: left;
    margin-right: 20px;
}

.footer-end {
    background-color: #1f1f1f;
    margin-top: 40px;
}

.footer-end a {
    color: #e4e4e4;
}

.container {
    min-height: 1vh;
}

h2 {
    margin-top: 100px;
    margin-bottom: 60px;
    color: #204577;
    font-weight: bolder;
    font-size: 36pt;
    letter-spacing: -1px;
}

h3 {
    color: #494949;
    font-weight: bolder;
    margin-bottom: 25px;
    font-size: 20pt;
}

.limpador {
    clear: both;
}

label {
    display: inline-block;
    font-size: 9.5pt;
    font-weight: 500;
    color: slategrey;
}

.form-control, .form-select, .form-check-input, .radinho {
    font-size: 12pt;
    font-weight: 500;
    color: #616467;
}

input[type="text"]::-webkit-input-placeholder {
    font-size: 12pt;
    font-weight: 500;
    color: #cacaca;
}

.cod-seguranca {
    height: 150px;
    background-color: #f2f2f2;
    border: solid 1px #c2c2c2;
    margin-left: 20px;
    text-align: center;
    padding-top: 35px;
    font-size: 30pt;
    color: #3f51b5;
    font-family: 'Goblin One', cursive;
}


.cod-seguranca span {
    display: block;
    transform: rotate(10deg);
}


table.Calendar th {
    vertical-align: middle;
    text-align: center;
}