html {

	position: relative;
	min-height: 100%;
}

body {

	margin-bottom: 60px;
}

.col .card hr{

  opacity: 0.1;
}

a{
	text-decoration: none;
  color:  none;
}

a:hover{

	text-decoration: underline;
}

.col .card a{
  text-decoration: none;
  color:  none;
}

.col .card a: hover{
  text-decoration: none;
  color:  none;
}

/*menu*/
.navbar {

	background-color: #8A2BE2;
	color: white;
}

.nav-link {

	color: white;
}

@media print

{

.no_print { display: none; }
#no_print { display: none; }

.yes_print { display: block; }
#yes_print { display: block; }

#busca_orcamento_print{display: block;}

}

/*rodape*/
.footer {

	background-color: #8A2BE2;
	color: white;
	width: 100%;
	position: absolute;
	bottom: 0;	
}

.card {

	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.090);*/
	


}

.card:hover {

	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.125);
	transition: 0.5s;

}

.card-img-top{

	border-bottom: solid rgba(0, 0, 0, 0.8) black;
}

.carousel_controles_propagandas{

	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.090);*/
	border: none;
}


.descricao-card {

	display: none;
}

.card:hover .descricao-card{

	display: block;
	position: relative;	
}


.coluna-vitrine {

	padding: 10px;
	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.125);*/
	
}

.carousel-control-prev{

	display: block;
}

.carousel-control-next{

	display: block;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}


.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  // Use the .carousel-control's width as margin so we don't overlay those
  margin-right: $carousel-control-width;
  margin-bottom: 1rem;
  margin-left: $carousel-control-width;
  list-style: none;
}


.disclaimer{
  display: none;
}

.img-anuncio{
  height: 450px;
  width: 100%;
  padding: 0% 25% 0% 25%;
  align-items: center;
  text-align: center;
}

.img-card{
  height: 250px; width: 100%;
 padding: 15% 20% 15% 20%;
    align-items: center;
  text-align: center;
}

.img-card-vitrine{
  height: 250px; width: 100%;
  padding: 15% 20% 15% 20%;
    align-items: center;
  text-align: center;
}

#img-vitrine{
  height: 450px;
  width: 100%;
  padding: 0% 30% 0% 30%;
  align-items: center;
  text-align: center;
}