*{
    margin:0;
    padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	color: rgba(0,0,0,.7);
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

*::-moz-selection { background: #1FB3F5; }
*::selection { background: #1FB3F5; }
	
*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html, body{
	height: 100%;
	vertical-align:baseline;
}

.clearfix:before, .clearfix:after, header:before, header:after, section:before, section:after, article:before, article:after{
   content: " ";
   display: table;
}
 
.clearfix:after, header, section, footer{
   clear: both;
}
 
.clearfix, section, article, footer {
   *zoom: 1;
   overflow: auto;
}

img {max-width: 100%;}


a, button{
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #757575;
	color: rgba(0,0,0,.54);
}

.align-center{text-align:center;}
.align-right{text-align:right;}

.left{float: left;}

.right{float: right;}

.bottom{
	width: 100%; 
	position: absolute; 
	bottom: 0;
}


.container{
	width: 90%;
	margin: 0 auto;
	
}



/* ==========
HEADER
==========*/

header{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #fafafa;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
}

.logo{
	display:block;
	margin: 0 0 0 3%;
	float: left;
}

.winco , .callcenter{background: url(../img/SVG/logo-winco.svg) center left no-repeat;
	background-size: contain;
	width: 200px;
	height: 80px;
}

.winconnection{background: url(../img/SVG/logo-winconnection.svg) center no-repeat;
	background-size: contain;
	width: 190px;
	height: 80px;
}

.winconnection-antigos{background: url(../img/SVG/logo-winconnection.svg) center no-repeat;
	background-size: contain;
	width: 190px;
	height: 80px;
}

.winco-firewall{background: url(../img/SVG/logo-winco-firewall.svg) center no-repeat;
	background-size: contain;
	width: 190px;
	height: 80px;
}

.ddns{background: url(../img/SVG/logo-DDNS.svg) center no-repeat;
	background-size: contain;
	width: 165px;
	height: 80px;
}

.netprotection,.netprotection-en{background: url(../img/SVG/logo-netprotection.svg) center no-repeat;
	background-size: contain;
	width: 180px;
	height: 80px;
}

.talkmanager,.talkmanager-en{background: url(../img/SVG/logo-WTM.svg) center no-repeat;
	background-size: contain;
	width: 235px;
	height: 80px;
}

.cloudvpn{background: url(../img/SVG/logo-cloudvpn.svg) center no-repeat;
	background-size: contain;
	width: 200px;
	height: 80px;
}

.connectas-br{background: url(../img/SVG/logo-connectas.svg) center no-repeat;
	background-size: contain;
	width: 200px;
	height: 80px;
}

header h1{
	width: auto;
	margin:0;
	padding: 0 50px 0 0 !important; 
	color: #274E66;
	font-family: Roboto;
	font-size: 2.3rem;
	float: right;
	line-height: 80px;
}

/* ==========
VOLTAR AO SITE/SEARCH
==========*/

.header{
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,.035);
	padding: 15px 30px 0 30px;
	margin: -25px 0 10px 0 !important;
	border-bottom: 2px solid rgba(0,0,0,.07);
}

.voltar-site, .login, .logout{
	display: block;
	float: left;
	margin: 5px 0 0 5px;
	padding: 6px 15px;
	border: 1px solid rgba(0,0,0,.2);
	/*color: rgba(0,0,0,.45);
	background-color: rgba(0,0,0,.05);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0;
	color: #fff;
	background-color:#0288D1;
	border: 1px solid #0288D1;
}

.voltar-site:hover{
	color: #fff;
	background-color:#0168a0;
	border: 1px solid #0168a0;
}

.login{
	color: #fff;
	background-color:#0288D1;
	border: 1px solid #0288D1;
}

.login:hover{background-color:#035c8c;}

.logout{
	color: #fff;
	background-color:#b44e70;
	border: 1px solid #b44e70;
}

.logout:hover{background-color:#843952;}

@-moz-document url-prefix() { 
    .voltar-site {display: none;}
}


.header form{
	width: auto;
	padding: 5px 30px 0 0; 
	float: right;
}

input.Busca-BaseConhecimento {
	width: 280px !important;
	border: 1px solid #ccc;
	padding: 6px 10px;
	color: #1E88E5;
	font-size: 1rem;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header label{
	width: 330px;
	font-size: 1rem;
	line-height: 35px;
	margin:0;
	padding: 0 0 0 30px;
}

input[name="Busca-BaseConhecimento"]:focus{
	border: 1px solid #1E88E5;
	color: #1E88E5;
	font-weight: 700;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, .6) inset;
}

.btt-busca{
	width: 32px;
	height: 32px;
	background-color: #3A81C3;
	vertical-align: bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.btt-busca:hover{background-color: #369;}


.lupa{
	background:url(../img/SVG/icon-lupa.svg) center no-repeat #3A81C3;
	background-size:60%;
}

/* === RESULT SEARCH === */
h1 span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 2.2rem;
	color: #03A9F4;
}

/* ==========
BREADCRUMB
==========*/

ul.breadcrumb{
	height: 30px;
	list-style-type: none;
	padding:5px 0 40px 25px !important;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.breadcrumb li{
	display: inline;
	padding: 0 20px 0 0 !important;
	margin:0;
	color: #FF6D00 !important;
	background: url(../img/SVG/icon-seta-breadcrumb.svg) center right no-repeat;
	background-size: contain;
	/*background-position: center right;
	background-position-y: center;
	background-position-x: 100%;*/
}

.breadcrumb li:last-child{
	background: none; 
	padding:0 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
}

.breadcrumb a{
	display: block-inline;
	color: rgba(0,0,0,.4);
	color: #01579B;
	font-size: 1.1rem;
}

.breadcrumb a:hover{
	color: #014072 !important;
}



/* ==========
MAIN
==========*/

section{
	width: 100%;
	min-height: 500px;
	padding: 30px 0;
	overflow: hidden;
}

.nav-index a{
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(0,0,0,.6);
	font-weight: 300; 
	font-size: 1.9rem;
	padding: 8px 0 8px 20px;
	display: inline-block;
}

.nav-index a:hover{color: #F79433;}


.flex-container{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: flex-start;
  flex-flow: row wrap;
  width: 100%;
	margin: 0 auto 50px auto;
}

.flex-container article.nav{width: 25%; padding: 0 18px 18px 18px;}
.flex-container article.nav-index{width: 35%;}

.flex-container article.main{padding: 0 30px 30px 30px;}

.flex-container article.width-normal{width: 75%;}
.flex-container article.width-index {width: 65%;}

.flex-container article.nav ul, .flex-container article.nav-index ul{list-style-type: none; padding-left: 0 !important;}
.flex-container article.nav li, .flex-container article.nav-index li{padding: 13px 0 !important;}
.flex-container article.nav li a{font-size: .95rem; margin: 0 0 0 12px; display: inline-block;}
.flex-container article.nav li a:hover{text-decoration: underline;}

.flex-container article.nav li.submenu{
	background: url(../img/SVG/icon-submenu.svg) center left no-repeat;
	background-size: 3%;
}

li a.disabled{
	color: rgba(0,0,0,.3);
}

.flex-container article.nav li.ativo a{
	color: #FF6D00;
	font-weight: bold;
}

.flex-container article.main a:hover{color: #0170a2;}

/* === Links no texto === */

article.main p a/*, article.main li a*/{
	font-size: 1.05rem;
	color: #2886b4;
	border-bottom: 1px solid #2886b4;
	padding-bottom: 1px;
}

article.main p a:hover, article.main li a:hover{
	color: #33ADE8 !important;
	border-bottom: 1px solid #33ADE8;
}

.flex-container article.main .data{
	font-size: .8rem;
	padding: 0;
}

ul.arquivos{
	margin: 30px 0 0 0;
	 list-style-type:  none;
}

ul.arquivos li{
	padding:0 0 0 30px !important;
	background: url(../img/SVG/icon-arquivos.svg) left no-repeat;
	background-size: 25px;
	line-height: 200%;
}

ul.arquivos li a{color: #004FEF;}

ul.arquivos li a:hover{border-bottom: 1px solid #87abf4;}

.separador-3px, .separador-2px{
	width: 100%;
	background-color:rgba(0,0,0,.12);
	margin: 30px 0
}

.separador-3px{height: 3px;}
.separador-2px{height: 2px; margin: 15px 0}

/*.relacionados h2, .tags h2{*/
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300; 
	font-size: 1.6rem;
	font-weight: normal;
	color: #03A9F4;
}

.relacionados ul{
	padding: 0 0 0 30px;
}

.relacionados li{
	padding: 3px 0 !important;
	color: #FF6D00 !important;
}

.relacionados li a{
	font-size: .9rem;
}

.relacionados li a:hover{
	color: #03A9F4;
}

.tags ul{
	padding: 0 0 0 30px;
	margin: 20px 0 30px 0;
}

.tags li{
	display: inline;
}

.tags li a{
	display: inline-block;
	padding: 6px 15px;
	margin: 5px;
	font-size: .9rem;
	background-color: rgba(0,0,0,.54);
	color: rgba(255,255,255,.9);
}

.tags li a:hover{
	background-color: rgba(0,0,0,.7);
	color: rgba(255,255,255,1) !important;
}

.classificar-artigo{
	height: 60px;
	background-color: rgba(0,0,0,.05);
	border-top: 2px solid rgba(0,0,0,.12);
	padding: 15px 10px;
	margin: 20px 0 0 0;
}

.classificar-artigo p{
	width: 200px !important; 
	float: left; 
	padding:3px 0 0 0 !important;
	line-height: 100%;
}	

.classificar-artigo form{
	width: auto; 
	padding:5px 0 0 0;
	margin:0;
}

.classificar-artigo label{
	width: auto;
	float: left;
	padding: 0 5px 0 15px;
}

.classificar-artigo input[name="artigo"]{
	width: 20px;
	height: 20px;
	margin: 0;
	float: left;
}

/* ==========
BUTTONS
==========*/

.btt{
	display: block;
	width: 230px;
	padding: 12px 0 12px 60px;
	font-size: 1.05rem;
	letter-spacing: 1px;
	color: rgba(255,255,255, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 10px;
}

.edit{background: url(../img/SVG/btt-edit.svg) left no-repeat #039BE5;}
.edit:hover{background-color: #0277BD;}

.new{background: url(../img/SVG/btt-new.svg) left no-repeat #00897B;}
.new:hover{background-color: #00695C;}


/* ==========
SEARCH
==========*/

.result_search{
	margin: 10px 0;
	padding: 15px 10px 20px 10px;
	
}

.result_search a{
	display: block-inline;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #abd6e9;
	color: #03A9F4;
	font-size: 1.4rem;
}

.result_search strong{
	font-size: .9rem; 
	display: block;
	padding:  14px 0 2px 0;
}

.result_search a:hover{color: #004FEF !important;}

.result_search p{padding: 0 !important;}

.result_search span{
	background-color: #B9F6CA;
	color: #1B5E20;
	padding: 1px 2px;
}

/* ==========
TO TOP
==========*/

.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40%;
  right: 2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(247, 148, 51, 0.8) url(../img/SVG/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 200000;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

/* the button becomes visible */
.cd-top.cd-is-visible {visibility: visible; opacity: 1;}

/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
.cd-top.cd-fade-out {opacity: .5;}

.cd-top:hover {background-color: #F79433; opacity: .9;}

/* ==========
LOGIN
===========*/

.box-login{
	width: 500px;
	height: 300px;
	padding: 0 0 30px 0;
	margin: 100px auto;
	background-color: #FAFAFC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	
}

.box-login form label{
	text-align: right;
	font-size: 1rem !important;
	padding: 10px 0;
	float: left;
	font-size: .8rem;
	color: rgba(0,0,0,.5);
	font-weight: bold;
}

.box-login form{
	width: 90%;
	clear: both;
	margin: 0 auto;
}

.box-login form ul{
	list-style:none;
	float: left;
	width: 100%;
}

.box-login form li{
	padding: 5px 0;
	float: left;
	width: 100%;
}

.box-login input{
	width: 80%;
	border: 1px solid #D9D9D9;
	padding: 10px 5px;
	float: right;
	color: rgba(0,0,0,.8);
	font-size: .8rem;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-login input:focus{
	border: 1px solid #03A9F4;
	color: #03A9F4 !important;
}

.box-login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, .6) inset !important;
}

.box-login input.btt{
	display: inline-block;
	width: auto;
	float: none;
	font-size: 1rem;
	letter-spacing: 1px;
	color: rgba(255,255,255,.9);
	background-color: #03A9F4;
	padding:8px 40px;
	margin: 0 auto;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.box-login input.btt:hover{
	color: rgba(255,255,255,1);
	background-color: #0071A2;
}


/* ======
MODAL
====== */

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;	
	max-width: 630px;
	min-width: 480px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(255,255,255,.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #000;
	background: #fff;
	position: relative;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.36);
}

.md-content  .header{
	width: 100%;
	display:block;
	padding: 15px;
	background: #01579B;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.8rem;
	color: #fff;
}

.md-close{
	display: block;
	float: right;
	margin: -8px 0 0 0;
	font-weight: 300;
	font-size: 2.6rem;
	color: #eee;
	cursor: pointer;
}

.md-close:hover{color: #fff;}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
}

.md-content p {
	margin: 10px 30px;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
	list-style: none;
	clear: both;
	float: none;
}

.md-content > div label{
	clear: both;
	font-size: 1rem !important;
	padding: 10px 0 0 0;
	float: left;
	font-size: .8rem;
	color: rgba(0,0,0,.5);
	font-weight: bold;
	
}

.md-content  hr{
	height: 1px;
	background-color: rgba(0,0,0,.2);
	margin: 20px 0 5px 0;
}

.md-content > div input{
	clear: both !important;
	width: 100%;
	float: none;
	padding: 10px 5px;
	border: 1px solid #D9D9D9;
	color: rgba(0,0,0,.8);
	font-size: .8rem;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.md-content > div input:focus{
	border: 1px solid #03A9F4;
	color: #0071A2;
}


.md-content input.btt{
	display: inline-block;
	width: auto;
	float: none;
	font-size: 1rem;
	letter-spacing: 1px;
	color: rgba(255,255,255,.9);
	background-color: #03A9F4;
	padding:8px 40px;
	margin: 0 auto;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.md-content > input.btt:hover{
	color: rgba(255,255,255,1);
	background-color: #0071A2;
}

.md-content > div input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, .6) inset;
}

.md-effect .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* ==========
FOOTER
==========*/

footer{
	width: 100%;
	height: 140px;
	background-color: #455A64;
	padding: 10px 0 0 0;
	margin:0 0 -30px 0;
	text-align: center;
}

p.winco-info{
	width: 100%;
	font-size: .7rem;
	font-weight: normal;
	line-height: 160%;
	letter-spacing: .07em;
	color: rgba(255,255,255,.7);
}

p.winco-info span{
	font-size: .8rem;
	color: rgba(255,255,255,.9);
}
