.termLGPD {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #4f4f4f;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.termLGPD label {
    width: 100%;
    max-width: 800px;
    font-size: 16px;
}

.termLGPD a {
    color: #ccc;
}

.termLGPD button {
    background-color: #4f4f4f;
    border: solid 1px #fff;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

#rodape .institucional {
    background-color: #f0f0f0;
}

.whatsapp-fixo{
	position: fixed !important;
    right: 30px !important;
    bottom: 20px !important;
    z-index: 50px !important;
}

#botaoWhats{
	bottom: 30px !important;
    right: 35px !important;
}


.logo a img {
	transform: scale(1.4);
}