.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col-md-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
}

.property {
  margin-bottom: 30px;
}

.property img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.property h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.property p {
  font-size: 16px;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}
.btn:hover{
  background-color: white;
}

@media (max-width: 767px) {
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
h3, p{
  color: white;
}
h3{
  margin-top: -10px;
  text-align: center;
  color: orangered;
}

/* Estilo para o título "Informações do Imóvel" */
h1 {
  color: white;
  font-size: 36px;
  text-align: center;
  margin-top: 50px;
}

/* Estilo para o título "Localização" */
h2:first-of-type {
  color: white;
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para o texto da localização */
p:first-of-type {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para o título "Descrição" */
h2:nth-of-type(2) {
  color: white;
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para o texto da descrição */
p:nth-of-type(2) {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para o título "Características" */
h2:nth-of-type(3) {
  color: white;
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para a lista de características */
ul {
  color: white;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Estilo para os itens da lista de características */
li {
  font-size: 18px;
  color: white;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para o título "Preço" */
h2:nth-of-type(4) {
  font-size: 24px;
  color: white;
  margin-top: 50px;
}

/* Estilo para o texto do preço */
p:nth-of-type(3) {
  font-size: 18px;
  line-height: 1.5;
  color: white;
  margin-top: 10px;
}

/* Estilo para o título "Contato" */
h2:last-of-type {
  font-size: 24px;
  margin-top: 50px;
  color: white;
}

/* Estilo para o texto do contato */
p:last-of-type {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para a cor do link do telefone */
a[href^="tel:"] {
  color: #0077cc;
  text-decoration: none;
}

/* Estilo para a cor do link do email */
a[href^="mailto:"] {
  color: #0077cc;
  text-decoration: none;
}


/* Estilo para o título "Informações do Imóvel" */
h1 {
  font-size: 36px;
  text-align: center;
  margin-top: 50px;
}

/* Estilo para o título "Localização" */
h2:first-of-type {
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para o texto da localização */
p:first-of-type {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para o título "Descrição" */
h2:nth-of-type(2) {
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para o texto da descrição */
p:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para o título "Características" */
h2:nth-of-type(3) {
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para a lista de características */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Estilo para os itens da lista de características */
li {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para o título "Preço" */
h2:nth-of-type(4) {
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para o texto do preço */
p:nth-of-type(3) {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para o título "Contato" */
h2:last-of-type {
  font-size: 24px;
  margin-top: 50px;
}

/* Estilo para o texto do contato */
p:last-of-type {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Estilo para a cor do link do telefone */
a[href^="tel:"] {
  color: #0077cc;
  text-decoration: none;
}

/* Estilo para a cor do link do email */
a[href^="mailto:"] {
  color: #0077cc;
  text-decoration: none;
}

/* Estilo para tornar o layout responsivo */
@media only screen and (max-width: 768px) {
  /* Estilo para o título "Informações do Imóvel" */
  h1 {
    font-size: 28px;
    margin-top: 30px;
  }
}
  /* Estilo para o título "Localização" */
  h2:first-of-type {
    font-size: 20px;
    margin-top: 30px;
  }

  /* Estilo para o texto da localização */
  p:first-of-type {
    font-size: 16px;
    margin-top: 10px;
  }

  /* Estilo para o título "Descrição" */
  h2:nth-of-type(2) {
    font-size: 20px;
    margin-top: 30px;
  }

  /* Estilo para o texto da descrição */
 
  #essadiv{
    margin-left: 5px;
    text-align: center;
    margin-right: 5px;
  }
  
  .detalhe-3180{
    border: solid 8px white;
  }
  #detalhe-3180 {
    width: 800px;
    border: 2px solid #ccc;
    padding: 20px;
    margin: 20px;
  }
  #detalhe-3180 {
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
}

#detalhe-3180:hover {
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(255,165,0,0.5);
}

#detalhe-3180:hover::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    border: 5px solid rgba(255,165,0,0.5);
    border-radius: 10px;
}
.carousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.carousel img {
  width: 100%;
  height: auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

#numero:hover{
  color: orangered;
}
strong{
  color: white;
}
label{
  color: white;
}
#botão{
  font-size: 20px;
  height: 35px;
}
.p{
  color: rgb(0, 60, 255);
}
#aga2{
  text-decoration: underline;
  font-size: 30px;
  color: rgb(255, 136, 0);
}
#aga1{
  font-size: 25px;
}
#essadiv{
  margin-top: -450px;
  margin-left: 68%;
  border: solid 8px white;
  width: 408px;
}

@media only screen and (max-width: 768px) {
  #essadiv {
    margin: 0 auto;
    width: 80%;
  }
}
.nav-link{
  font-size: 19px;
}