@charset "UTF-8";
body {
  background-attachment: fixed;
  background-image: url(../img/rio/rio-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
}

.topo {
  background-attachment: fixed;
  background-image: url(../img/rio/rio-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
}
.topo .bg-topo {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 15px;
  height: 100px;
}
.topo .logo img {
  width: 100px;
  height: auto;
}

.box-filtros {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.box-filtros .filtros {
  max-width: 2560px;
  width: 95%;
  margin: 0 auto;
  padding-top: 5px;
}
.box-filtros .filtros .pg {
  display: none;
}
.box-filtros .filtros .busca-input input {
  border: 1px solid #E7E7E7;
}
.box-filtros .filtros #estados {
  display: none;
}

.ativos {
  margin-top: 10px;
  border-bottom: 0;
}

.conteudo h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  pointer-events: none;
}

.botoes-menu-imoveis {
  background-color: transparent;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.box-conteudo {
  background-color: #ffffff;
  padding: 0 45px;
  padding-top: 30px;
}

.rodape {
  margin-top: 80px;
  background: #ffffff;
}

.conteudo-rio {
  width: 95%;
  margin: 0 auto;
}
.conteudo-rio .box-conteudo {
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 40px;
}
.conteudo-rio .box-conteudo h1 {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.conteudo-rio .box-conteudo .foto-rio {
  width: 100%;
  height: 600px;
  margin-top: 40px;
  background-image: url(../img/rio/rio-ampliada.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conteudo-rio .box-conteudo .foto-rio a {
  width: 275px;
  height: 46px;
  border: 1px solid #7CC1BA;
  background: #ffffff;
  text-transform: uppercase;
  line-height: 44px;
  text-align: center;
  transition: 0.5s all;
}
.conteudo-rio .box-conteudo .foto-rio a:hover {
  background: #7CC1BA;
  color: #ffffff;
}

/* -----     Definições de breakpoints     -----*/
@media screen and (max-width: 1130px) {
  .topo {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .topo .center {
    width: 95%;
  }
}
/* Celulares em geral */
@media screen and (max-width: 680px) {
  .topo .bg-topo {
    height: 55px;
    padding-top: 0;
  }
}
/* Celulares em modo paisagem apenas */
@media screen and (orientation: landscape) and (max-height: 500px) {
  .topo .bg-topo {
    height: 100%;
  }
}
/* ---------------------------------------------*/
