.rodape{background:#00897b;padding: 0px 0;overflow: hidden;}
.fig-rodape{width: 13%;float: left;margin-top: 10px;}
.fig-rodape h1{font-size: 1em;color: white;}
.direitos-autorais{float: right;margin-top:26px;width: auto;}
.direitos-autorais p{color: white;}
.direitos-autorais a{color: white;font-weight: 900;}
.chat{position: fixed;right: 22px;bottom: 90px;background: #00897b;padding: 5px 10px;box-sizing: border-box;border-radius: 5px;}
.chat p{color: white;font-size: .8em;}

/*==MEDIA QUERIE==*/
/* 752px */
@media screen and (max-width: 47em) {
.rodape{text-align: center;}
.fig-rodape{width: 100%;display: block !important;margin: 0 auto;}
.fig-rodape img{width: 30%;}
.direitos-autorais{width: 100%;display: block !important;margin-top: 10px;font-size: .6em;}
}
/* 656px */
@media screen and (max-width: 41em) {
} 
/* 592px */
@media screen and (max-width: 37em) {
}


@media (max-width: 68em) { ... } /* 1088px */
@media (max-width: 82em) { ... } /* 1312px */
@media (max-width: 100em) { ... } /* 1600px */
