header-top {
  position: absolute;
  top: 25%;
  left: 14rem;
  font-weight: bolder;
  font-size: 3rem; 
  
}

container {
  position: relative;
  display: inline-block;
}

form-top {
  width: 80%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
}

.navbar {    
  font-family: Arial, Helvetica, sans-serif;background-color: rgb(218, 218, 218); margin-top: -10px; margin-bottom: -10px;
}

.navbar-nav {
  font-size: 14px;
}
  .anunciar {
    margin-top: 3rem;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .card-title {
    color: blue;
  }

  .favorito {
    filter: brightness(1.3); /* Ajuste o brilho como desejado */
    color: red; /* Altera a cor para vermelho */
  }

  /* Estilos para telas maiores (por exemplo, desktop) */
  .banner_simulacao {
    position: relative;
}

.texto_centralizado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

  @media (max-width: 1310px) {

  }

  @media (max-width: 1200px) {
    
  }

  @media (max-width: 1158px) {
    
  }

  @media (max-width: 1120px) {
    
  }

  @media (max-width: 992px) {
    
  }

  @media (min-width: 768px) {

    .banner_simulacao {
      display: none; /* Oculta o banner */
    }
    
    .texto_centralizado {
        position: relative;
        transform: none;
        text-align: center;
    }

    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  
  @media screen {

    .dropdown-item-hover:hover {
      background-color: #2078f9; /* Cor de fundo do item ao passar o mouse */
      color: #ffffff; /* Cor do texto do item ao passar o mouse */
    }

    
}



 

