@charset "utf-8";
/* CSS Document */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Start of "Micro clearfix" http://nicolasgallagher.com/micro-clearfix-hack/*/
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
 /* End of "Micro clearfix" */


html {
  line-height: 1.15; /*Correct the line height in all browsers.*/
  -webkit-text-size-adjust: 100%; /*Prevent adjustments of font size after orientation changes in iOS.*/}

body {
    font-size: 62.5%; /*transforma a fonte de 16px para 10px*/
	width:100%;
	text-align:center;
	margin: 0; /*Remove the margin in all browsers.*/
}

.conteiner{
	width: 100%;	
	height: auto;
    margin-left: auto;
    margin-right: auto;
}

img{
	width: 100%;
	height:auto;	
    border-style: none; /*Remove the border on images inside links in IE 10. */
}

hr{
	box-sizing: content-box; /* Add the correct box sizing in Firefox. */
  	height: 0; /* Add the correct box sizing in Firefox. */
  	overflow: visible; /* Show the overflow in Edge and IE. */
}

.pesquisa{
	height: auto;
    margin-left: auto;
    margin-right: auto;	
}

.uberlan_logo{
	max-width: 500px;
}

.grupolinks{
	position:relative;
	width:100%;
	font-size: 1.2em;
	margin-left: auto;
    margin-right: auto;	
}

.links{
	display: inline-block;
	width:10%;
	min-width: 80px;
}

.h1{
	/*Correct the font size and margin on 'h1' elements within 'section' and 'article' contexts in Chrome, Firefox, and Safari.*/
	font-size: 2em;
    margin: 0.67em 0;
	text-align:center;	
}

@media screen and (min-width: 851px) { 
	.conteiner{
		width: 50%;			
	}
} /* 728px */