body {
	background-color: #F4F4F4;
	color: #373737;
	font-family: 'Quicksand', sans-serif;
}

h1 {
    margin-top: 3rem;
}

#buscador {
	margin-top: 10px;
    margin-bottom: 10px;
}

.tt-dropdown-menu {
	max-height: 150px;
	overflow-y: auto;
	z-index: 9999;
  }
  
  .tt-menu,
  .gist {
	text-align: left;
  }

  .tt-menu {
	z-index: 9999 !important;
  }
  
  .twitter-typeahead {
	  width: 100%
  }
  
  .typeahead,
  .tt-query,
  .tt-hint {
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	font-size: 20px;
	line-height: 30px;
	border: 4px solid #00215E;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	outline: none;
  }
  
  .typeahead {
	background-color: #fff;
  }
  
  .typeahead:focus {
	border: 4px solid #00215E;
  }
  
  .tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  
  .tt-hint {
	color: #999
  }
  
  .tt-menu {
	width: 100%;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
			box-shadow: 0 5px 10px rgba(0,0,0,.2);
  }
  
  .tt-suggestion {
	padding: 3px 20px;
	font-size: 20px;
	line-height: 24px;
	font-family: "kenyan";
  }

  .tt-dataset {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 20px;
  }
  
  .tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #0097cf;
  }
  
  .tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
  
  }
  
  .tt-suggestion p {
	margin: 0;
  }

  .footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: black;
	color: white;
}

.baner {
	margin-bottom: 2rem;
}

.contact {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.contact h4{
	font-size: 1.5rem;
}

.contact a{
	font-family: 'Bebas Neue', cursive;
}

.conim img{
	padding: 1rem;
}

.contact a:link {
	color: white;
}

.contact a:visited {
	color: white;
}

.contact a:hover {
	color: #F4F4F4;
}

.contact a:active {
	color: white;
}