*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body{
    background-color: black;
}

/*Classes auxiliares*/
.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
    --bs-body-line-height: 0px;
}

.clear{
    clear: both;
}

.w100{
    width: 100%;
    float: left;
}

.w50{
    width: 50%;
    float: left;
}

.w33{
    width: 33.33%;
    float: left;
}

.center{
    text-align: center;
}

.y-center{
    transform: translateY(-50%);
}

/*Classes do site*/
/*Menu*/
.logo{
    float: left;
    display: flex;
    margin: 0;
    align-items: center;
    height: 40px;
    --bs-body-line-height: 0px;
}
.logo h1,h2,h3,h4,h5,h6{
    margin: 0;
}
.logo i{
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.logo img{
    height: 75px;
}

header{
    background-color: dimgray;
}

.menu-desktop div{
    height: 30px;
    margin: 5px 0;
}

nav.menu-desktop{
    float: right;
    background-color: dimgray;
}

nav.menu-desktop ul{
    position: relative;
    height: 40px;
    margin: 0;
}

nav.menu-desktop li{
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
    font-weight: normal;
    height: 100%;
    vertical-align: bottom;
}

nav.menu-desktop a{
    color: white;
    text-decoration: none;
}

nav.menu-desktop a:hover{
    text-decoration: underline;
}

nav.menu-desktop li.selected{
    font-weight: 600;
    text-decoration: underline;
}
/*
nav.menu-desktop li a.selected:hover{
	text-decoration: none;
}
*/
/*Menu Mobile*/
nav.menu-mobile{
    display: none;
    color: white;
    float: right;
}
nav.menu-mobile ul{
    display: none;
    width: 100%;
    background: dimgray;
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 999;
    text-align: center;
    list-style: none;
    padding-left: 0px;
}
.no-sh{
    text-shadow: none;
}
nav.menu-mobile li{
    padding: 10px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
nav.menu-mobile h2{
    padding-top: 0;
    cursor: pointer;
    font-size: 23px;
}
nav.menu-mobile a{
    display: block;
    color: white;
    text-decoration: none;
    font-weight: lighter;
}
nav.menu-mobile a:hover{
    font-weight: bold;
}
nav.menu-mobile li.selected{
    font-weight: 600;
    background: rgb(225,225,225);
    color: black;
}
nav.menu-mobile li.selected a{
    color: black;
    font-weight: bold;
}
/*Sessão Main*/
section.main-bg{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: left;
    text-shadow: 0px 0px 5px black;
    color: white;/*#45a52c;*/
    min-height: 300px;
}

section.main-bg h2{
    font-size: 25px;
    font-weight: 300;
    padding: 0px;
}

section.main-bg p{
    font-size: 13px;
    font-weight: 300;
}

section.main-bg th{
    font-size: 10px;
}
section.main-bg td{
    font-size: 10px;
}

section.main-bg .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.60);
    left: 0;
    top: 0;
    z-index: 1;
}

section.main-bg > .container{
    position: relative;
    z-index: 2;
}
/*Rodapé*/
footer.rodape-1{
    background: dimgray;
    color: white;
    padding: 20px 0;
}

footer.rodape-1 h3{
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
}

footer.rodape-1 p{
    font-size: 14px;
    font-weight: lighter;
}

footer.rodape-1 i{
    margin-right: 5px;
}

footer.rodape-1 a{
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

footer.rodape-1 a:hover{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

footer.rodape-2{
    color: dimgray;/*rgba(69,165,2,1.00);*/
    padding: 30px 0;
}
/*Animação Load*/
section.main-bg .loading {
    align-items: center;
    display: flex;
    justify-content: center;
    transform: scale(1);
    flex-direction: column;
    min-height: 150px;
}
.c-loader {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #51d4db;
    height: 50px;
    width: 50px;
}

.bt-sm{
    font-size: 9px;
    padding: 0.15rem 0.3rem
}
.table>:not(caption)>*>* {
    padding: 3px;
}
/*Estilo paginação*/
 .page-link {
     position: relative;
     display: block;
     padding: 2px 5px;
     margin-left: -1px;
     line-height: 1.25;
     color: dimgray;
     background-color: #d6d6d6;
     border: 1px solid #838383;
 }

 .pagination-sm {
     padding: 2px 5px;
 }

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #CEFFCE;
    border-color: #718393;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: dimgray;
    border-color: white;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: dimgray;
    border-color: white;
}

.totregistro{
    position: relative;
    float: left;
    font-size: small;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
.lesq {
    color: white;
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}
/* Responsivo */
@media screen and (max-width: 768px) {
    section.main-bg h2 {
        padding: 0px;
    }

    .w33 {
        width: 50%;
        padding-bottom: 20px;
    }

    .w50 {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 800px) {
    nav.menu-mobile {
        display: block;
    }

    nav.menu-desktop {
        display: none;
    }
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}