@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body {
    background-color: #eeeeee; 
    overflow-x: hidden!important;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    color: #00652E;
    font-weight: 500;
}

.logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #00652E;
}

#top-menu {
    background-color:#409a3c; 
}

header .menu li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 65%;
    font-weight: 400;
    padding-right: 25px;
    padding-left: 25px;
}

header .menu li a:hover {
    background-color: #63b85e;
}

header .menu li:last-child {
    background-color: #00652e;
}
header .menu li:last-child > a:hover {
    background-color: #017a38;
} 

.tabela {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tabela h2 {
    font-family: 'Montserrat', sans-serif;
    color: #00652E;
    font-weight: 500;
}
  
.top-bar {
    width: 100%;
}

.menu .active {
    font-weight: bold;
}

table {
    font-family: 'Arial', sans-serif;
    border: none!important;
}

tbody td, tbody th {
    border: 1px solid #e1e1e1;
}


.tabs-title h6 {
    text-transform: uppercase;
    font-weight: bold;
    color: #409a3c;
}

.tabs-content {
    padding: 2rem;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    box-shadow: 0 0 0 1px #0e3f7e0a, 0 1px 1px -0.5px #2a33450a, 0 3px 3px -1.5px #2a33460a, 0 6px 6px -3px #2a33460a, 0 12px 12px -6px #0e3f7e0a, 0 24px 24px -12px #0e3f7e0a;
}