html, body{
	height: 100%;
}

body{
	font-family: 'Poppins', sans-serif;
	transition: background-color .5s;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

header, footer{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

main{
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.fl-nome{
	font-weight: 700;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #009fe3;
}

.fl-bai{
	font-weight: 700;
	line-height: 1.5rem;
	font-size: 0.95rem;
	color: #009fe3;
}

.fl-end{
	font-weight: 300;
	line-height: 1.5rem;
	font-size: 0.95rem;
}

.fl-tel{
	font-weight: 700;
	line-height: 1.6rem;
	font-size: 0.8rem;
}

.fl-whats{
	font-weight: 700;	
	font-size: 0.8rem;
	color: #ffffff;
	background-color: #00d934;
	border-radius: 25px;
}

.fl-whats:hover{	
	color: #ffffff;
	background-color: #28a745;
	text-decoration: none;
}

.border-box{
	border: solid 2px #009fe3;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.mobile-bot{		
	background-image: url("https://www.gruposolar.com.br/whats/images/desktop_bot.png");		
	width: 100%;
}

.bg-footer{
	background-color: #bccf00;
	width: 100%;
	height: 10px;
}

.font-slogan{
	font-family: GothamPro;
	font-weight: 200;
	font-style: normal;
	line-height: 2rem;
	font-size: 2rem;
	color: #bccf00;	
}

.font-empresa{
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;	
	line-height: 1.2rem;
	font-size: 0.875rem;	
	color: #ffffff;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.box-busca-loja {
  background-color: #f8f9fa;
  border-radius: 10px;
}

.titulo-busca-loja {
  color: #1a9cd9;
  font-weight: 700;
}

.btn-buscar-loja {
  background-color: #1a9cd9;
  border-color: #1a9cd9;
  color: #ffffff;
}

.btn-buscar-loja:hover {
  background-color: #1585ba; 
  border-color: #1585ba;
  color: #ffffff;
}

#msg-busca {
  font-size: 14px;
}

input::placeholder {
  font-size: 16px;
  line-height: 1;
}

.btn-geo-marca {
  background-color: #bccf00;
  color: #333333;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  width: 100%;
  margin-top: 10px;
}

.btn-geo-marca:hover {
  background-color: #a8b800;
  color: #111111;
}

.borda{
	border: solid 1px red;
}

@media (max-width: 767.98px){	
	.desktop{
		display: none !important;
	}

	.titulo-busca-loja {  
  	font-weight: 700;
		font-size: 1rem;
	}

	.btn-buscar-loja {
		font-size: 1rem;
	}

	input::placeholder {
  	font-size: 0.875rem;
  	line-height: 0.875rem;
	}

	.box-limpar-busca{
		background-color: #f8f9fa;		
	}

	.fl-nome{
		font-weight: 700;
		line-height: 1.667rem;
		font-size: 1rem;
		color: #009fe3;
	}

	.fl-bai{
		font-weight: 700;
		line-height: 1.263rem;
		font-size: 0.8rem;
		color: #009fe3;
	}

	.fl-end{
		font-weight: 300;
		line-height: 1.263rem;
		font-size: 0.8rem;
	}

	.fl-tel{
		font-weight: 700;
		line-height: 1.5rem;
		font-size: 0.75rem;
	}

	.fl-whats{
		font-weight: 700;	
		font-size: 0.7rem;
		color: #ffffff;
		background-color: #00d934;
		border-radius: 10px;
	}

	.fl-whats:hover{	
		color: #ffffff;
		background-color: #28a745;
		text-decoration: none;
	}

	.border-box{
		border: solid 2px #009fe3;
		border-radius: 10px;
	}

	.font-slogan{
		font-family: GothamPro;
		font-weight: 200;
		font-style: normal;
		line-height: 1.5rem;
		font-size: 1.5rem;
		color: #bccf00;
	}

	.font-empresa{
		font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1rem;
		font-size: 0.75rem;	
		color: #ffffff;
	}	

	.mobile-bot{		
		background-image: url("https://www.gruposolar.com.br/whats/images/mobile_bot.png");
		width: 100%;		
	}

	.bg-footer{
		background-color: #bccf00;
		width: 100%;
		height: 7px;
	}	
}

@media (min-width: 768px){
	.mobile{
		display: none !important;
	}
}