*{
    margin:0;
    padding:0;
	font-family: Arial, sans-serif;
	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;
}
	
*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

header:before, header:after, section:before, section:after, article:before, article:after{
   content: " ";
   display: table;
}
 
header, section, footer{clear: both;}

html, body{
	height: 100%;
	vertical-align:baseline;
}

section{
	background-color: #F5F7FA;
	padding: 40px 0 90px 0;
	border-bottom: 1px solid rgba(231, 231, 231,1);
}

img {max-width: 100%;}

a{
	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);
}

a.sublinhado {
    color: #009be5;
    padding-bottom: 1px;
    border-bottom: 2px solid #70c9f1;
    font-size: 1.05rem;
}

a.sublinhado::before {content: "\00a0";}
a.sublinhado::after {content: "\00a0";}

.box{
	width: 350px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	background-color: rgba(255,255,255,.5);
	border: 1px solid #D3DAE4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 33px -6px rgba(8, 60, 95,.9);
	-moz-box-shadow: 0px 10px 33px -6px rgba(8, 60, 95,.9);
	box-shadow: 0px 10px 33px -6px rgba(8, 60, 95,.9);
}

.logo{
	width:100%;
	height:70px;
	background: url(../img/logo-winconnection.svg) center no-repeat ;
	background-size: 170px;
	margin: 0 0 5px 0;
}

.container-division{padding: 20px 0;}

.division{
	width: 100%;
	height: 1px;
	background-color: #D3DAE4;
}

.ou{
	width: 32px;
	height:32px;
	line-height: 29px;
	font-size: .9rem;
	font-weight: 700;
	color: rgb(148, 162, 180);
	border: 2px solid #D3DAE4;
	background-color: #F5F7FA;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -16px auto 0 auto;
}

article{padding: 0 20px 15px 20px;}

article:last-of-type{padding: 0 20px 0 20px;}

article ul{margin: 20px 0 0 0;}

article ul li{
	list-style: none;
	text-align: left;
	display: inline;
	position: relative;
}

article.winconnection p{
	color: rgb(82, 100, 124);
	font-size: .95rem;
}

#google_header, #fb_header{position: relative;}


/* ============= FORM =================*/
		
form input{
	width: 100%;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	color: #0277BD;
	  font-size: 1rem;
	  letter-spacing: .5px;
 	 padding: 10px 15px 10px 45px;
	 margin: 0 0 10px 0;
 	 -webkit-box-shadow: none;
 	 -moz-box-shadow: none;
 	 box-shadow: none;
	 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
}

input:focus{
	background: rgba(255,255,255,1);
	border: 1px solid #5EA9DD;
	-webkit-transition: 0.3s;
  	-moz-transition: 0.3s;
  	-o-transition: 0.3s;
  	-ms-transition: 0.3s;
  	transition: 0.3s;
}

#fb_login_button, #fb_select_button, #google_login_button, #google_select_button, input.login-wnc{
	width: 100%;
	text-align: left;
	padding: 12px 15px 12px 48px;
	font-size: .9rem;
	color: rgba(255,255,255,.9);
	border: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
	-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;
	cursor: pointer;
}

#google_login_button, #google_select_button{
	background: url(../img/icon-google.svg) no-repeat #E33E2B;
	background-size: auto;
	background-position-x:3px;
	background-position-y:center;
	border: 2px solid #E33E2B;
}

#fb_login_button, #fb_select_button{
	background: url(../img/icon-facebook.svg) no-repeat #4368B1;
	background-size: auto;
	background-position-x:3px;
	background-position-y:center;
	border: 2px solid #4368B1;
}

input.login-wnc{
	background-color: rgb(3, 145, 206);
	padding: 12px 15px;
	text-align: center;
	margin-top: 15px;
}

#google_login_button:hover, #google_select_button:hover{
	background: url(../img/icon-google-hover.svg) no-repeat #FAFBFD;
	background-size: auto;
	background-position-x:3px;
	background-position-y:center;
	color: #E33E2B;
}

#fb_login_button:hover, #fb_select_button:hover{
	background: url(../img/icon-facebook-hover.svg) no-repeat #FAFBFD;
	background-size: auto;
	background-position-x:3px;
	background-position-y:center;
	color: #4368B1;
}

input.login-wnc:hover{background-color: rgb(3, 115, 163);}

#google_logout_button, #fb_logout_button{
    width: 48px;
    height: 44px;
    padding:0 5px 0 0;
    position: absolute;
    top:0;
    right: 0;
    cursor: pointer;
    color: rgba(255,255,255,.7);
	font-size: 22px;
	border:0;
	border-left: 1px solid rgba(255,255,255,.2);
	border-radius:0;
    -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;
}

#google_logout_button, #fb_logout_button{background-color: rgba(255,255,255,.2);}
#google_logout_button:hover, #fb_logout_button:hover{background-color: rgba(255,255,255,.3); color: rgba(255,255,255,.9);font-size: 24px;}


/* === Login Winconnection === */

input#login ~ .icon-login, input#password ~ .icon-password{
	width: 22px;
    height: 22px;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
	margin: auto;
}

input#login ~ .icon-login{background: url(../img/icon-login.svg) center left no-repeat;}

input#password ~ .icon-password{background: url(../img/icon-password.svg) center left no-repeat #fff;}

article.winconnection  p.form-erro{
	display: inline-block;
	color: rgb(197, 46, 13);
	font-size: .9rem;
	font-weight: 700;
	margin: 10px 0 0 0;
	padding: 8px 20px;
}

.winconnection .form-erro{margin: 20px 0 -10px 0;}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

input:-webkit-autofill {-webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 1) inset;}


/* ========== Política de Privacidade ========== */
h1 {
    color: rgba(0,0,0,.4);
    font-size: 2.5rem;
    font-weight: normal;
    padding: 0 0 30px 0;
    margin: 0;
}

.container {
    min-width: 980px;
    max-width: 70%;
    margin: 0 auto;
}

.container p{
    line-height: 140%;
    color: rgba(0,0,0,.8);
    padding: 5px 0 10px 0;
}

p.voltar{line-height: 180%;}

.voltar a{color: #03A9F4;}


/* === Footer ==== */

footer{
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 10px 15px 10px;
	color: #999;
}	

footer a{
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid rgb(172, 171, 171);
}


/* ========== MEDIA QUERIES  ==========*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#google_logout_button, #fb_logout_button{
		font-size: 30px;
	}
}
	

@media screen and (max-width:37.5em) {
	h1{font-size: 36px; line-height: 60px;}
	h2{font-size: 18px;}
	section{padding: 0;}
	.logo{margin: 0 0 30px 0; background-size: 140px;}
	.box{
	width: 100% !important; 
	padding: 0 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:0;
	background-color: #F5F7FA;
	}
	article{height: auto;}
	article ul li{width: 100%;}
	article{padding:0;}
	article:last-of-type, article ul li:last-child{padding:0;}
}