@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,200,100);

/* ==========================================================================
   Normatização CSS
   ========================================================================== */
* {
	outline:none;
}
body {
    font-size: 62.5%;
	color: #37423E;
    line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00ccff;
    text-decoration: none;
	webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

a:hover {
	text-decoration: none;
}

/* ==|== Estilos Principais ================================================== */
#ok,.azul,.vermelho,.verde	{
	display: none;
	padding: 10px 10px 10px 50px;
	position: fixed;
	margin: 0 auto;
	border: 0;
	width: 400px;
	text-align:left;
	font-size: 14px;
	color: #FFF;
	left: 50%;
	top: 50%;
	margin-left:-200px;
	margin-top:-40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 99999;
}
.mensagem_padrao	{
	position: fixed;
	margin: 0 auto;
	background-color: #FBFBFB;
	border: #E5E5E5 1px solid;
	width: 400px;
	text-align:center;
	font-size: 12px;
	color: #000;
	left: 50%;
	top: 50%;
	margin-left:-200px;
	margin-top:-40px;
	z-index: 1;
	padding: 15px;

}
.azul { background: #207CC7 url(../imagens/loading2.gif) no-repeat 10px center !important; }
.vermelho	{ background: #EA0000 url(../imagens/vermelho.png) no-repeat 10px center !important; }
.verde	{ background: #67BA5B url(../imagens/verde.png) no-repeat 10px center; !important; }
.centro {text-align: center; }
.esquerda {text-align: left; }
.direta {text-align: right; }

.container {
	width: 100%;
    margin: 0 auto;
	position: relative;
}
img,
picture,
video,
embed {
    max-width: 100%;
}
.efeito {
	webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}
.efeito:hover {
	filter: alpha(opacity=70); 
	-moz-opacity:.70; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
}
.efeito2:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.borda_arredondada { -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.5);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.5);box-shadow:0 1px 4px rgba(0,0,0,0.5);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.bloco-padrao {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 1em;
}
.miolo {
	max-width: 1150px;
	min-height: 500px;
	padding: 0 1em 8em 1em;
	margin: 0 auto;
}
.icone {
	text-align: center;	
}
.internos {
	margin-top: 2.5em;

}
.topo1 {
	min-height: 90px;
	z-index: 99999;
	background-color: #00215E;
	width: 100%;
	padding-top: 1.4em;
}
.topo2 {
	min-height: 500px;
	background: url(../imagens/fundo_topo.jpg) no-repeat center center;
}
.rodape {
	min-height: 180px;
	background-color: #0B3179;
	padding-top: 2em;
}
.logo {
	float: left;
}
.menu {
	padding: 1.8em 0 0 2.4em;
	float: left;
}
	.menu a {
		font-size: 1.6em;
		color: #FFF;
		padding: 0 1.5em 0 1em;
		height: 1.8em;
		display: inline-block;
	}
	.menu:hover {
		color: #0B81DD;
	}
.menu2 {
	padding: 2.4em 0 0 2.4em;
	float: left;
}
	.menu2 a {
		font-size: 1.6em;
		color: #FFF;
		height: 1.8em;
		display: block;
	}
	.menu2:hover {
		color: #0B81DD;
	}
.slogan {
	font-size: 4em;
	color: #FFF;
	text-align: center;
	font-weight: 300;	
	font-style: italic;
	padding-top: 2.2em;
	text-shadow: 1px 1px 0px rgba(37, 0, 7, 1);
}
.botoes {
	margin: 3em auto;
	text-align: center;
}
.botao1,.botao2 {
	width: 300px;
	font-size: 1.6em;
	text-align: center;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	padding: 0.6em 1em;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	height: 70px;
}
.botao1 {
	border: 0;
	background-color: #0B81DD;
	color: #FFF;
	margin-right: 1em;
}	
.botao2 {
	border: 0;
	background-color: #FFF;
	color: #0B81DD;
}	
.botao1:hover,.botao2:hover {
	background-color: #00215E;
	color: #FFF;
}	
.baixe {
	font-size: 1.8em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.stores {
	text-align: center;
	padding-top: 2em;	
}
	.stores a {
		display: inline-block;
		padding-right: 1em;
	}
		.stores a:last-child {
			padding-right: 0;
		}

.redes,.stores2 {
	text-align: center;
	padding-top: 2em;	
}
	.redes span,.stores2 span {
		color: #FFF;
		font-size: 1.5em;
		display: block;
		font-weight: bold;
		padding-bottom: 1em;
	}
	.redes a,.stores2 a {
		padding-right: 0.6em;
	}
	.redes a:last-child,.stores2 a:last-child {
		padding-right: 0;
	}
.logo2 {
	padding-top: 4em;
	text-align: center;
}
.entrar {
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	font-family: 'Roboto', sans-serif;
	background-color: #00215E;
	border: #FFF 1px solid;
	float: right;
	margin-top: 0.7em;
	cursor: pointer;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1130px) {

}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 360px) {
}

	

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
