* {
    font-family: 'Roboto';
}

a {
    text-decoration: none;
    color: #000000;
}

.bgtopo {
    background-image: url('../../wp-content/uploads/2021/07/Fundo-Site-1024x576.jpg');
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding: 10px;
}

.bgtopo a:link,
.bgtopo a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-item a {
    margin: 0 10px;
}

.legendavertical {
    float: left;
    width: 80%;
    color: #ffffff;
    font-size: 12px;
    margin-top: 80px
}

.borderLegenda {
    border-bottom: solid 1px #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
}

.barmenu {
    text-align: center;
    font-size: 20px;
    display: none;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

.collapse {
    display: inline;
}


.btn-warning {

    background-color: #ec7600;
    color: #ffffff;
    border: none;
}

.btn-warning:checked {

    background-color: #cb6703;
    border: none;
}

.btn-warning:focus {

    background-color: #cb6703;
    border: none;
}

.btn-warning:active {
    background-color: #cb6703;
    border: none;
}


.input-group a {
    border-radius: 20px;
    background-color: #fc9f43;
    height: 40px;
    font-size: 16px;
    width: 250px;
    padding: 0px 20px;
    line-height: 40px;
    border: none;
    color: #ffffff;
    margin: 0 auto;
}

.input-group a:hover {
    border-radius: 20px;
    background-color: #c76503;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px;
    border: none;
    color: #ffffff;
}


.input-group a:focus {
    border-radius: 20px;
    background-color: #7d4002;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px;
    border: none;
    color: #ffffff;
}

.legendapage {
    color: #ff6735;
    position: relative;
}


hr.divisor {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 3px solid #16c7db;

}

.navbarmenu {
    display: none;
}



.navbarmenu {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;

    z-index: 9000;
}

.list-group-item li,
.list-group-item a {
    color: #ffffff;


}

.list-group-item {
    color: #ffffff;
    background-color: #003355;
    border: none;
    border-bottom: solid 1px #ffffff;

}

.rodape {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    padding:20px;


}



@media (max-width: 767px) {
    .navcenter {
        display: none !important;
    }

    .logovertical {
        display: none !important;
    }

    .legendavertical {
        width: 100%;
        color: #ffffff;
        font-size: 12px;
        margin-top: 40px
    }

    .bgtopo {
        height: 150px;
        padding-top: 20px;
    }

    .barmenu {
        display: inline !important;
    }
}

@media (max-width: 3000px) {

    .navbarmenu {
        display: none;
    }
}
