/*  1000px  */
@media screen and (max-width:62.5em) {
section, flex-container, .container{width: 100%;}

.container{
	min-width: 100%;
	max-width: 100%;
	
}

.flex-container article.nav{width: 30%; padding: 0 5px 18px 18px;}
.flex-container article.main{width: 70%; padding: 0 30px 30px 30px;}

}

/*  640px */
@media screen and (max-width:41em){

body{padding-top: 65px;}	

section{min-height: 300px; padding-top: 0px !important;}
	
header{
	width: 100%; 
	height: 60px;
	position: fixed; 
	top:0; 
	left:0; 
	z-index: 500;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.4); 
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.4); 
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.logo{margin: 10px;}

.winco, .winconnection, .ddns, .netprotection, .wtm{height: 30px; background-position: left;}

header h1{
	margin: 0;
	padding: 0 !important; 
	clear: both;
	color: rgba(255,255,255, .9);
	background-color: #274E66;
	font-family: Roboto;
	font-size: 1.5rem !important;
	float: none;
	line-height: 200% !important;
	text-align: center !important;
}

/* Voltar ao site & busca */

.header{
	height: auto;
	padding:15px 20px 0 20px;
	margin-top: 30px !important;
}

.voltar-site{
	width: 260px;
	font-size: 1.2rem;
	display: block;
	float: none;
	margin: 5px 0;
	padding: 6px 0;
	text-align: center;
	border: 1px solid rgba(0,0,0,.2);
	color: rgba(0,0,0,.35);
	background-color: rgba(0,0,0,.02);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0;
}


.header form{
	width: 100%;
	padding: 5px 0 0 0; 
	margin: 10px 0;
	float: none;
}

input[name="Busca-BaseConhecimento"]{
	width: 250px !important;
	padding: 8px 10px;
	font-size: 1.2rem;
}

.btt-busca{
	width: 40px;
	height: 40px;
}

ul.breadcrumb{height: auto; padding: 10px 0 10px 30px !important;}
.breadcrumb li{display: inline; margin: 10px 0 !important;}
.breadcrumb li:last-child{font-size: 1.5rem; font-weight: 400; padding: 10px 0 !important; }
.breadcrumb a{display: inline-block; padding: 10px 0; font-size: 1.3rem;}

.flex-container article.nav-index, .flex-container article.main{width: 100%;}
.flex-container article.nav-index ul{padding:10px 0 !important;}
.flex-container article.nav li{margin: 20px 0;}
.flex-container article.nav li a{font-size: 1.2rem;}

.flex-container article.main{padding: 0;}
.flex-container article.main p{padding: 10px 20px;}
/*
.flex-container article.main h1{
	font-size: 1.6rem;
	font-weight: 400;
	background-color: #FF6D00;
	color: rgba(255,255,255, .9); 
	padding: 10px 20px 10px 30px;
}
*/
.flex-container article.main h1 span{color: rgba(255,255,255, .7);}

.flex-container article.main .data{
	font-size: .9rem;
	padding: 10px 0 0 20px;
}

.relacionados h2, .tags h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300; 
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #FF6D00;
	color: rgba(255,255,255, .9); 
	padding: 8px 20px 8px 13px;
}

.classificar-artigo{
	height: 75px;
	padding: 5px;
	margin: 20px 0 0 0;
	border-bottom: 2px solid rgba(0,0,0,.12);
}

.classificar-artigo p{
	width: 100% !important; 
	float: none; 
	padding:3px 0 0 15px !important;
}	


footer{
	width: 100%;
	height: auto;
	background-color: #455A64;
	overflow: hidden;
	padding: 10px 0 30px 0;
	margin:0 0 -30px 0;
	text-align: center;
}

}

/*  340px */
@media screen and (max-width:21.25em){
input[name="Busca-BaseConhecimento"]{	width: 210px !important;}
}
