@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);


/* ==========================================================================
   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;
	background: url(../imagens/fundo.png) no-repeat center center fixed;
	background-size: cover; /*Css padrão*/
	-webkit-background-size: cover; /*Css safari e chrome*/
	-moz-background-size: cover; /*Css firefox*/
	-ms-background-size: cover; /*Css IE não use mer#^@%#*/
	-o-background-size: cover; /*Css Opera*/
}

*, *: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; }
.justificado {text-align: justify; }

.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: 400px;
	margin: 0 auto;
	padding: 0 1em;
}
.miolo {
	max-width: 300px;
	min-height: 400px;
	padding: 3em 1em 8em 1em;
	margin: 0 auto !important;
}
.botoes {
	max-width: 300px;
	margin: 0 auto;
}
	.botoes img {
		margin-bottom: 1em;
	}
.logo {
	text-align: center;
	margin-bottom: 1em;
}
.logo2 {
	display: block;
}
	.logo2 a {
		float: left;
		max-width: 30px;
		margin-left: 2em;
		margin-bottom: 1em;
	}
	.logo2 span {
		float: right;
		max-width: 160px;
		margin-right: 3em;
		margin-bottom: 1em;
	}
.bt-enviar {
	background-color: #304C7C;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #FFF;
	font-size: 1.3em !important;
	border: none;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-indent: 1em;
	width: 85%;
	min-height: 40px;
}
.linha1 {
	border-bottom: #CCC 1px solid;
	margin: 2em auto;	
}
.ou {
	text-align: center;
	color: #000;
	font-size: 1.6em;	
	margin-bottom: 1em;
}
.caixa {
	border: #1B3B59 1px solid;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-align: center;
	margin: 1em;
	font-size: 1.4em !important;
	color: #1B3B59;
	display: block;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}









.texto1 {
	color: #000;
	font-size: 1.4em;
}
.texto2 {
	color: #000;
	font-size: 1.6em;
	display: block;
	margin: 1em auto;
	text-align: center;
}






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 960px) {
}
@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;
}
