#sidebar-nav {
    width: 290px;
}

#sidebar,
#item {
    background-color: #4a4a4c;
}

.list-group-item,
.border {
    background-color: #4a4a4c;
    color: aliceblue;
}
.list-group-item-foto,
.border {
    background-color: #f2f2f2;
    color: aliceblue;
}
.list-group-item:hover,
.border:hover {
    background-color: aliceblue;
    color: #4a4a4c;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

html,
body {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;

}

.container-fostrap {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

.fostrap-logo {
    width: 100px;
    margin-bottom: 15px
}

h1.heading {
    color: #fff;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
    color: #505050;
}

@media (min-width: 450px) {
    h1.heading {
        font-size: 3.55em;
    }
    }
    
@media (min-width: 760px) {
    h1.heading {
        font-size: 3.05em;
    }
}

@media (max-width: 991px) {
    ul.nav{
        visibility: collapse;
        height: 100px;
        width: auto;
    }
    .navbar{
        height: 100px;
   
    }
    
    
}

@media (min-width: 900px) {
    h1.heading {
        font-size: 3.25em;
        margin: 0 0 0.3em;
    }
}

.card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
    width: 100%;
    height: 300px;
}

.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card {
    width: 100%;
    height: 180px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

.img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
}

.card-content {
    padding: 5px;
    text-align: center;
}

.card-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.65em;
}

.card-title a {
    color: #000;
    text-decoration: none !important;
}

.card-read-more {
    border-top: 1px solid #D4D4D4;
}

.card-read-more a {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.col-auto {
    background-color: #4a4a4c;
}

.ativo {
    background-color: #f9bc01;
}

.rowmid {
    margin-left: auto;
    margin-right: auto;
}

.ngc {
    background-color: #7c7b7b;
}

.accordion-item {
    margin-bottom: 10px;
    /* Ajuste a margem inferior conforme necessário */
}

.accordion-button {
    margin-bottom: 0;
    width: 100%;
    /* Ajuste a margem inferior conforme necessário */
}

.accordion-body {
    margin-bottom: 10px;
    width: 100%;
    /* Ajuste a margem inferior conforme necessário */
}

.collapsing {
    height: 90px;
    /* Ajuste a margem inferior conforme necessário */
}

.botaoacao {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 15px;
}

.botaosei {
    background-color: rgb(197, 170, 18);
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 15px;
}

.iframe-container {
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #279C88;
    outline: 0!important;
    /* I changed the color on this line */
    /* If you do not want any color, just delete */
    box-shadow: 0 0 0 0.25rem rgba(39, 156, 136, 0.25);
 }

 .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #9b9a9a;
      
}.list-group-item .bi {
    margin-right: 5px;
}

.accordion-button{
    color: #ffffff;
    background-color: #9b9a9a;
      
}



.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
    background-color: #7e7e80;
    color: aliceblue;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
    background-color: #bb655f;
    color: aliceblue;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 60px;
    background-color: #da7c76;
    color: aliceblue;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 75px;
    background-color: #cfb051;
    color: aliceblue;
}

.list-group.list-group-root > .list-group > .list-group-item:hover {
    padding-left: 30px;
    background-color: aliceblue;
    color: #7e7e80;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item:hover {
    padding-left: 45px;
    background-color: aliceblue;
    color: #bb655f;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item:hover {
    padding-left: 60px;
    background-color: aliceblue;
    color: #da7c76;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group > .list-group-item:hover {
    padding-left: 75px;
    background-color: aliceblue;
    color: #cfb051;
}

.quadro{
   
    margin-left: auto;
    margin-right: auto;
  
}

.alert{
    display: flex;
    align-items: center; 
    justify-content: center;
}
