@font-face {
  font-family: akrobat-regular;
  src: url("font/Akrobat-Regular.otf");
}

@font-face {
  font-family: akrobat-bold;
  src: url("font/Akrobat-Bold.otf");
}

@font-face {
  font-family: akrobat-extrabold;
  src: url("font/Akrobat-ExtraBold.otf");
}

@font-face {
  font-family: akrobat-light;
  src: url("font/Akrobat-Light.otf");
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInP {
  0% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(40%);
  }
}
@-moz-keyframes fadeInP {
  0% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(40%);
  }
}
@-o-keyframes fadeInP {
  0% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(40%);
  }
}
@keyframes fadeInP {
  0% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(40%);
  }
}

.background-thumb{
  background-color: #e4e4e4;
}
.clear {
  clear: both;
}

.rodape {
  background-color: #e0e0e0;
  padding: 10px;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}

.paginacao {
  clear: both;
}

.display-top-data-imovel{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.imovel-destaque {
  height: 510px;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.28);
}
.imovel-banner-empty-screen {
  width: 300px;
  height: 250px;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.28);
  border: 1px solid #212121; 
  border-radius: 5px;
}

.imovel-destaque h3 {
  font-family: akrobat-bold;
  font-size:22px;
}

.imovel-destaque h4 {
  font-family: akrobat-extrabold;
  color: white;
}

.imovel-destaque a {
  color: #23272b;
}

.imovel-destaque a:hover {
  text-decoration: none;
}

.imovel-destaque a:hover h4 {
  display: inherit;
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}
.imovel-header-col-items{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.imovel-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4pt;
}
.imovel-button-and-gallery-text{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.button-expand-gallery{
  border: 1px solid;
  border-radius: 5pt;
  font-size: 16px;
  margin-left: 7pt;
  height: fit-content;
}

.button-expand-gallery:hover{
  background-color: gray;
  color: white;
}
.imovel-destaque a:hover img {
  filter: brightness(40%);
  -webkit-animation: fadeInP 0.5s ease-in-out;
  -moz-animation: fadeInP 0.5s ease-in-out;
  -o-animation: fadeInP 0.5s ease-in-out;
  animation: fadeInP 0.5s ease-in-out;
}
.imovel-destaque p {
  font-family: akrobat-regular;
  font-size: 18px;
}

.listaImoveis .imovel-destaque {
  width: 47%;
}

.d {
  margin-right: 0 !important;
}

.thumb {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.thumb h4 {
  font-family: akrobat-extrabold;
  font-size: 50px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: none;
}

.thumb .tipo {
  top: 0;
  right: 0;
  z-index: 3;
  margin: 10px;
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  background-color: forestgreen;
  color: white;
  font-family: akrobat-regular;
}

.akrobat-regular {
  font-family: akrobat-regular;
}

.akrobat-bold {
  font-family: akrobat-bold;
}

.akrobat-extrabold {
  font-family: akrobat-extrabold;
}

.faixa {
  height: 90px;
  margin-right: 20px;
  width: 15px;
  border-radius: 10px;
  float: left;
}
body {
  background-color: #fafafa;
}
.backgroundPrincipal {
  background-color: rgba(0, 0, 0, 0.7);
  height: 450px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  box-shadow: 0px 2px 3px 1px #8b8b8b;
}

.backgroundSecundario {
  background-color: rgba(0, 0, 0, 0.7);
  height: 250px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  box-shadow: 0px 2px 3px 1px #8b8b8b;
}

.listaImoveis {
  width: 70%;
  float: left;
}
.textoProcure {
  background-color: white;
  font-family: akrobat-regular;
  font-size: 30px;
  float: left;
  height: inherit;
  padding: 5px;
  border-radius: 0px 4px 4px 0px;
}

.listaImoveis .textoProcure {
  width: calc(100% - 60px);
}

.boxPesquisaImoveis .textoProcure {
  width: calc(100% - 50px);
}

.boxPesquisaImoveis .form {
  background-color: white;
}

.icone {
  padding: 12px 15px;
  float: left;
  height: inherit;
  border-radius: 4px 0px 0px 4px;
}
.icone i {
  color: white;
  font-size: 25px;
}

.header-link:hover {
  font-weight: bolder;
}
.boxPesquisaImoveis {
  width: 30%;
  float: right;
}
.boxPesquisaImoveis .form {
  padding: 15px;
}

.boxPesquisaImoveis i {
  font-size: 20px;
  margin-left: 1%;
}
.boxPesquisaImoveis select,
.boxPesquisaImoveis input {
  width: 80%;
  height: 40px;
  border: none;
  border-radius: 20px;
  background-color: #fafafa;
  color: grey;
  margin-bottom: 10px;
  padding: 10px;
}
.boxPesquisaImoveis i {
  width: 18%;
  float: left;
  margin-top: 10px;
}
.boxPesquisaImoveis button {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 30px;
  color: white;
}
.boxPesquisaImoveis button:hover {
  color: white;
}
.boxPesquisaImoveis form {
}
.boxPrincipal h1 {
  font-family: akrobat-bold;
  font-size: 60px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.boxPrincipal h3 {
  font-family: akrobat-regular;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.boxPesquisa {
  width: 70%;
  height: 60px;
  background-color: #fafafa;
  border-radius: 70px;

  border-width: 1px;
  border-style: solid;
  padding: 10px;
}

.boxPesquisa i {
  font-size: 20px;
  margin-left: 1%;
}
.boxPesquisa select,
.boxPesquisa input {
  width: 23%;
  height: 100%;
  border: none;
  border-radius: 10px;
  background-color: #fafafa;
  color: grey;
}

.boxPesquisa button {
  width: 15%;
  height: 100%;
  border: none;
  border-radius: 30px;
  color: white;
  float: right;
}

.boxPesquisa form {
}
.footer {
  position: relative;
}
.imovel-descricao {
  width: 70%;
  padding: 30px;
  float: left;
}
.informacoes-corretor {
  width: 30%;
  float: right;
  margin-top: 130px;
}
.informacoes-corretor h1 {
  font-family: akrobat-light;
}
.informacoes-corretor h3 {
  font-family: akrobat-light;
}

.informacoes-corretor li,
.institucional li,
.box-contato li {
  margin-bottom: 15px;
  font-family: akrobat-regular;
}

.imovel-descricao h1 {
  font-family: akrobat-bold;
}
.imovel-descricao h3 {
  font-family: akrobat-regular;
}

.informacoes-corretor {
  width: 30%;
}

.imovel-nao-encontrado{
  width: 200px;
  height: 200px;
  align-self: center;
  text-align: center;
}

.box-imovel {
  border-radius: 5px;
  background-color: white;
  padding: 15px;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.28);
  margin-bottom: 15px;
}

.box-imovel h3 {
  font-family: akrobat-regular;
}

.caracteristica {
  width: 33%;
  float: left;
}
.box-imovel .faixa {
  height: 4px;
  margin-top: -10px;
  width: 15%;
  border-radius: 10px;
  float: left;
}
.imovel-descricao .thumb {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.imovel-descricao .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.foto-corretor {
  position: relative;
  width: 80%;
  height: 0; /* A mÃ¡gica estÃ¡ aqui */
  padding-bottom: 80%; /* ... e estÃ¡ aqui */
  overflow: hidden;
  border-radius: 50%;
}
.foto-corretor img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.institucional h1,
.box-contato h1 {
  font-family: akrobat-bold;
}
.institucional h2,
.box-contato {
  font-family: akrobat-regular;
}
.institucional h3,
.box-contato h3 {
  font-family: akrobat-light;
}
.institucional p {
  font-family: akrobat-regular;
}
.institucional .foto {
  width: 30%;
  float: right;
}

.institucional .texto {
  width: 70%;
  float: left;
}

.maps iframe {
  width: 100% !important;
  height: 350px !important;
}

.formulario-contato {
  width: 59%;
  float: left;
}
.box-contato {
  width: 39%;
  float: right;
}

.box-contato .foto-corretor {
  width: 50%;
  padding-bottom: 50%;
}
.nav-item a {
  font-family: akrobat-regular;
  font-size: 18px;
}

@media (min-width: 700px) and (max-width: 950px) {
  .boxPesquisa {
    width: 90%;
  }
  .boxPesquisaImoveis {
    width: 100%;
  }
  .listaImoveis {
    width: 100%;
  }

  .imovel-destaque {
    width: 49% !important;
  }

  .listaImoveis .imovel-destaque {
    width: 100% !important;
  }
  .d {
    margin-right: 2% !important;
  }
  .c {
    margin-right: 0 !important;
  }
  .imovel-descricao {
    width: 100%;
  }
  .informacoes-corretor {
    padding: 30px;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 699px) {
  .rodape{
    padding: 20px;
  }
  .boxPesquisa {
    width: 90%;
    height: 300px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
  }

  .boxPesquisa i {
    font-size: 20px;
    margin-left: 1%;
  }
  .boxPesquisa select,
  .boxPesquisa input {
    width: 90%;
    height: 70px;
    border: none;
    border-radius: 10px;
    background-color: #fafafa;
    color: grey;
  }

  .boxPesquisa button {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 50px;
    color: white;
    float: none;
  }

  .backgroundPrincipal {
    height: 800px;
    padding-top: 150px;
  }
  .imovel-destaque {
    width: 100% !important;
  }

  .boxPesquisaImoveis {
    width: 100%;
  }
  .listaImoveis {
    width: 100%;
  }
  .imovel-descricao {
    width: 100%;
  }
  .informacoes-corretor {
    padding: 30px;
    width: 100%;
    margin-top: -50px;
  }
  .caracteristica {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .institucional .foto {
    width: 100%;
    float: right;
  }
  .institucional .texto {
    width: 100%;
    float: left;
  }

  .formulario-contato {
    width: 100%;
    float: left;
  }
  .box-contato {
    width: 100%;
    float: right;
  }
  .textoProcure {
    font-size: 27px;
  }
}
@keyframes faba {
  0% {
    background-color: #19c23b;
  }
  80% {
    background-color: #19c23b;
  }
  90% {
    background-color: #04ff36;
  }
  100% {
    background-color: #19c23b;
  }
}
.faba {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #19c23b;
  color: white;
  padding: 6px 9px;
  border-radius: 50%;
  -webkit-animation: faba 3s linear infinite;
  -moz-animation: faba 3s linear infinite;
  -ms-animation: faba 3s linear infinite;
  -o-animation: faba 3s linear infinite;
  animation: faba 3s linear infinite;
}
.faba i {
  font-size: 35px;
  text-align: center;
}
.faba a {
  font-family: akrobat-bold !important;
}
