.bloco-geral {
    box-shadow: 5px 4px 9px 1px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.topo{
	background-image: url('../images/bg1.jpg');
	object-fit: cover;
    width: 100%;
    height: 200px;
    max-width: 800px;
    background-position: center center;
    background-size: cover;
    padding: 20px 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.topo h2{
	color: #fff;
	font-weight: 700;
}

.bloco-logo1 img{
	width: 100%;
	max-width: 150px;
}

.bloco-logo2 img{
	width: 100%;
	max-width: 80px;
    margin-bottom: -80px;
}

.bloco-logo1 {
	display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-bottom: -90px;
}

.bloco-logo2 {
	text-align: right;
}

.bloco-center{
    padding-top: 70px;
}

.col-icone{
	display: table;
    border: 1px solid #8a8a8a;
    padding: 10px !important;
}

.btn1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.col-icone img{
    width: 100%;
    max-width: 60px;
    padding-bottom: 7px;
}

.col-icone span{
   font-size: 20px;
    font-weight: 700;
    line-height: 12px;
}

