@charset "UTF-8";
/*
@font-face {    
    font-family: "Roboto-Regular";
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: "Roboto-Black";
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}

$font-regular:  'Roboto-Regular';
$font-bold:  'Roboto-Bold';
$font-black:  'Roboto-Black';

$font-regular:  "Montserrat", sans-serif;
$font-bold:  "Montserrat", sans-serif;
$font-black:  "Montserrat", sans-serif;

$font-regular:  'Roboto-Regular';
$font-bold:  'Roboto-Regular';
$font-black:  'Roboto-Regular';
*/
/*
Até 575 ----------- col-12
576 até 767 ------- col-sm
768 até 991 ------- col-md
992 até 1.199 ----- col-lg
1.200 pra frente -- col-xl
*/
@font-face {
  font-family: "Roboto-Regular";
  src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto-Black";
  src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
}

h1 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 2.5rem;
}
@media (max-width: 720px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 2rem;
}
@media (max-width: 720px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.5rem;
}

h4 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h5 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h6 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  line-height: normal;
}

.back_div_transition {
  margin: 0px;
  width: 100%;
  height: 50px;
}

p {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

#banner-anuncie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  height: 380px;
  padding: 20px;
}
@media (max-width: 720px) {
  #banner-anuncie {
    height: auto;
  }
}
#banner-anuncie h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 720px) {
  #banner-anuncie h1 {
    font-size: 20px;
  }
}

#corpo-busca {
  padding: 2rem;
  background-color: rgba(246, 246, 246, 0.8);
  color: #000;
  border-radius: 10px;
}

.container_loader {
  display: block;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
}
.container_loader span {
  font-size: 20px;
}

.card_condominio {
  font-family: "Roboto-Regular", sans-serif;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  min-height: 104px;
  padding-bottom: 0.5rem;
  margin: 15px 0;
  height: auto;
  cursor: pointer !important;
}
.card_condominio img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  cursor: pointer !important;
}
.card_condominio span {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
.card_condominio .corpo_card_text_place {
  padding-top: 12px;
  padding-right: 10px;
  margin-left: 10px;
  width: 100%;
}
.card_condominio .corpo_card_text_place .titulo_card {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  padding: 0px;
}
.card_condominio .corpo_card_text_place .descricao_card {
  margin-top: -8px;
  padding: 0px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
}

.carousel-item {
  background: red;
}

.img-carrosel {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-decoration: none;
  color: #3a405b;
}

.link:hover {
  text-decoration: none;
  color: #3a405b;
}

.card-place:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

#container_geral_paginacao {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.btn-paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.container-paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-paginacao .active {
  color: #fff;
}

/*# sourceMappingURL=condominios.css.map */
