body{
    background-color: #f7f7f7;
}


a:hover {
    color: white;
    text-decoration: none;
}

.modal-body {
    position: relative;
    padding: 15px;
    text-align: center;
}

.botoes{
	display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.botoes-municipios{
	width: 50%;
	margin-bottom: 5px;
}
.botoes .button{
	width: 40%;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;

}

.btn-support {
    color: #fff;
    background-color: #ff660a;
    border-color: #ff660a;
}
.btn-support:hover {
    color: #fff;
    background-color: #b9571c;
    border-color: #b9571c;
}

.btn-dsk {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.btn-dsk:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.modal-footer {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

@media  (max-width: 660px) {
	.botoes .button{
		width: 100%;
	}
    .titulo{
        font-size: 10pt;
        text-align: center;
    }
    .topo{
        width: 90% !important;
    }

    .img-topo{
        width: 45%
    }

}

@media  (max-width: 846px) {
    .topo{
        width: 90% !important;
    }

}

@media (max-width: 1620px) {
	
    .titulo{
        font-size: 10pt;
        text-align: center;
    }

}


/*TESTE*/

#topo_geral {
    width: 100%;
    height: 96px;
    left: 0;
    top: 0;
    background: url(bg_html.png) center top repeat-x;
    border-bottom: solid 4px #ff9600;
    z-index: 999;
    display: flex;
    justify-content: center;
}

#topo {
    width: 60%;
    height: 96px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav {
    width: 1285px;
    float: left;
    position: absolute;
    left: 250px;
    bottom: 0;
}

.titulo{
    color: white; 
    font-weight: 500;
    font-family: 'Bitter', serif;
}
/*Teste2*/
.alinhamento {
    display: flex;
    align-items: center;
    height: 90px;
}
.divisao {
    border-right: 1px solid #fff;
    height: 46px;
    left: 10px;
    right: 14px;
    justify-content: flex-end;
}
.logo-inga {
    display: flex;
    justify-content: flex-end;
}
.rodape{
    width: 100%;
    height: 96px;
    left: 0;
    background: url(bg_html.png) center top repeat-x;
    border-top: solid 4px #ff9600;
    position: relative;
    bottom:0;
}
.acessibilidade{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: .29em;
}
.down{
    width: 11%;
    margin-left: 5px;
}