/* rodape  */
footer.rodape{position: relative;display: block;z-index: 2;background: #fff;box-shadow: 0px -3px 6px #00000029;}
.rodape__casas-links{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;border-bottom: 1px solid #BCC9FF;}
.rodape-casas{display: flex;align-items: center;justify-content: space-between;position: relative;}
.rodape-casas__item{height: 60px;display: flex;align-items: center;justify-content: center;padding: 0 10px;}
.rodape-casas__item:hover{background:#B2C0D2}
.rodape-casas__item:hover path{fill: #fff}
.rodape-links{height: 25px;display: flex;align-items: center;margin-left: 30px;padding-left: 30px;border-left: 1px solid #BCC9FF;}
.rodape-links__item{padding: 0 10px;color: #828697;font-family: 'Open Sans',sans-serif;font-size: 12px;border-right: 1px solid #828697;}
.rodape-links__item:hover{text-decoration: underline;}
.rodape-links__item:last-child{border-right: none}
.rodape-endereco{display: flex;flex-wrap: wrap;justify-content: center;margin: 0 auto;}
.rodape-endereco__link{display: flex;justify-content: center;text-align: center;margin: 15px 20px;color: #828697;font-family: 'Open Sans',sans-serif;font-size: 13px;line-height: 18px;text-decoration: none;}

@media only screen and (max-width: 768px) {
    .rodape-casas{margin: 10px;width: 100%;max-width: 360px;}
    .rodape-casas__items{justify-content: space-between;max-width: 100%;margin: 0 auto;}
    .rodape-casas__item{height: 30px;padding: 0;}
    .rodape-links{padding-left: 0;border: 0;margin: 5px 15px;width: 100%;justify-content: center;}
}
/* end rodape */