﻿/* Footer */
/* Footer Fim */
/* Imovel */
/* Imovel Fim */
/* Modal */
/* Modal Fim */
/* Quem Somos */
/* Quem Somos Fim */
/* Fale Conosco */
/* Fale Conosco Fim */
/*FILTERS*/
.footer-background-color {
  font-family: "Carnas-Light";
  color: #ffffff;
  background-color: #ffffff;
  background: center;
  border-top: 3px solid #f6f6f6;
  /*min-height: 400px;
      overflow-x: hidden;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;*/
}

.footer-background-color a {
  color: #ffffff;
  transition: ease-out all 0.5s;
}

.share-icons-sidebar {
  font-size: 20pt;
}

.footer-background-color a:hover {
  color: #337ab7;
  text-decoration: underline;
}

.desenvolvido-por {
  font-family: "Carnas-Light";
  font-size: 10pt;
  color: #ffffff;
  background-color: #337ab7;
  /*padding: 10px;*/
  border-top: solid 1px #ffffff;
  /*margin-top: 20px;*/
  /*width: 100vw;*/
  position: relative;
  /*margin-left: -50vw;
  left: 50%;*/
}

/* sm */
@media only screen and (min-width: 480px) {
  .desenvolvido-por {
    margin-bottom: 105px;
  }
}
/* md */
@media only screen and (min-width: 768px) {
  .desenvolvido-por {
    margin-bottom: 0;
  }
}
/* lg */
@media only screen and (min-width: 992px) {
  .desenvolvido-por {
    margin-bottom: 0;
  }
}
/* xl */
@media only screen and (min-width: 1200px) {
  .desenvolvido-por {
    margin-bottom: 0;
  }
}
.desenvolvido-por a {
  color: #ffffff;
}

.desenvolvido-por a:hover {
  color: #ffffff;
}

.footer-endereco img {
  width: 200%;
}

.footer-telefone img {
  width: 150%;
  margin-left: 5px;
}

.footer-contato-email img {
  width: 150%;
  margin-left: 5px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.footer-atendimento span {
  font-size: 20pt;
  margin-left: 5px;
}

.footer-quemsomos {
  max-width: 470px;
  margin-top: 10px;
  text-align: justify;
  text-indent: 50px;
}

.footer-logo {
  width: 120px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-align-right {
  margin-left: 55px;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.footer-icon {
  width: 40px !important;
  margin-right: 10px;
}

.footer-icon.f-icon-facebook {
  background: url("/Images/Default/icone_facebook.png") no-repeat;
  width: 40px !important;
  height: 40px !important;
  margin-right: 25px;
  display: inline-block;
}
