@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border:0;
}
a.voltar-ao-topo {
	position: fixed;
	bottom: 28em;
	right: 2em;
	text-decoration: none;
	color: white;
	font-size: 12px;
	padding: 1em;
	display: none;
}
a.voltar-ao-topo:hover {
	background-color: rgba(4, 30, 66, 0.1);
	border-radius:40px;
}



footer{
	float:left;
	width:90%;
	height:auto;
	padding:3vh 5%;
	background-color:#041E42;
	font-family: 'Blinker', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#FFF;
}
	
	#secund_line{
		float:left;
		width:100%;
		height:auto;
	}
		#secund_line_block_L{
			float:left;
			width:33.33%;
			padding: auto 0;
		}
		#secund_line_block_C{
			float:left;
			width:33.33%;
			padding: auto 0;
			text-align:center;
		}
		#secund_line_block_R{
			float:left;
			width:33.33%;
			padding: auto 0;
			font-size:12px;
			text-align:right;
		}
			#link{
				text-decoration:none;
				color:#6FF;
				font-size:14px;
				margin-top:10px;
			}


@media screen and (max-width:700px) {
*{
	margin: 0;
	padding: 0;
	border:0;
}
.voltar-ao-topo img {
	display:none;
}

	
footer{
	height:auto;
}
	#secund_line{
		height:auto;
		padding-top:10px;
	}
		#secund_line_block_L{
			width:98%;
			padding: 1%;
		}
			#secund_line_block_C a{
				margin-right:10px;			
			}

		#secund_line_block_C{
			float:left;
			width:98%;
			padding: 1%;
			text-align:left;
		}
		#secund_line_block_R{
			float:left;
			width:98%;
			padding: 1%;
			text-align:left;
		}
}
