.cabbecalho{
   /* border: 1px solid red;*/
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
   /* width: 400px;*/
    /*height: 250px;*/
   /* background-color:#f2f2f2;*/
    text-align: center;
    -webkit-box-shadow: 30px 10px 5px #888888;
}

.tit1, .tit2{
    /*border: 1px solid green;*/
    width: 700px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    background-color: #8c8c8c;
    color: white;
    -webkit-text-shadow: 2px 2px 4px #000000;
    -webkit-box-shadow: 5px 5px 5px #888888;
    -moz-text-shadow: 2px 2px 4px #000000;
    -moz-box-shadow: 5px 5px 5px #888888;
    
}

.tit1{
   margin-right: 10px;
}

.tit2{
   margin-left: 10px;
}


.btn{
    width: 50%;
    height: 40px;
    cursor: pointer;
    background-color: black;
    color: white;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}
.btn:hover{
    background-color: white;
    color: black;
    border-color: black;
}
.conteiner{
   /* border: 1px solid red;*/
    display: -webkit-flex;
    display: flex;
   /* width: 400px;*/
    /*height: 250px;*/
    background-color: #f2f2f2;
    
    
}

.listMuni, .munMaiorReceita{
   /* border: 1px solid green;*/
    width: 750px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    
    
} 

.insere-list1 p:hover, .insere-list2 p:hover{
    background-color:  #a6a6a6;
}

.listMuni p, .munMaiorReceita p{
   /* border-bottom: 1px solid Black;*/
    font-size: 1em;
    margin: 2px;
}

/*p:lang(it)*/
div.insere-list2 > p:nth-child(2){
    background-color: blue;
    color: white;
}

div.insere-list2 > p:nth-child(2):hover{
   
    background-color: red;
}