/*RESET*/
*, *:before, *:after{margin:0;padding:0;outline:0;font-weight:400;line-height:1.2;letter-spacing:oem;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body, h1, h2, h3, h4, h5, p, span, a, button, input, optgroup, select, textarea{font-family:'Roboto', sans-serif;}	

/*HEADER*/
header{padding:15px 0;}
header .logo{text-align:center;}

/*HOME*/
section.clube_login{background:url('../images/bg_clube.png');background-repeat:no-repeat;background-size:cover;background-position:center;padding:75px 0;min-height:75vh;}
section.clube_login .box{background:#FFF;border-radius:16px;padding:0 33px 30px;max-width:350px;margin:0 auto;}
section.clube_login .box img.topo{display:block;margin:0 auto;max-width:100%;}
section.clube_login .box h2{color:#2E3A46;text-align:center;font-size:22px;margin:30px 0 25px;font-weight:400;}
section.clube_login .box hr{margin:20px 0 25px;border:0;height:1px;background:#979797;}
section.clube_login .box hr.titulo{margin:25px 0;border:0;height:3px;
background: -moz-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, #056FD2), color-stop(100%, #0635B9));
background:-webkit-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-o-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-ms-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:linear-gradient(130deg, #056FD2 0%, #0635B9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056FD2', endColorstr='#0635B9',GradientType=1);}
section.clube_login .box input{height:60px;width:100%;border-radius:6px;border:1px solid #979797;margin-bottom:20px;color:#343434;font-size:16px;padding:22px;}
section.clube_login .box p{color:#343434;font-size:16px;text-align:center;}
section.clube_login .box p a{color:#063CBC;text-decoration:underline;cursor:pointer;margin-left:5px;}
section.clube_login .box .check_a{float:left;width:35px;height:32px;}
section.clube_login .box .check_b{float:left;height:32px;width:calc(100% - 35px);}
section.clube_login .box .check_b p{color:#343434;font-size:16px;font-weight:400;margin:5px 0 0;text-align:left;}
section.clube_login .box label{position:relative;cursor:pointer;color:#717171;font-size:25px;}
section.clube_login .box input[type="checkbox"]{position:absolute;right:9000px;}
section.clube_login .box input[type="checkbox"] + .label-text:before{content:"\f096";font-family:"FontAwesome";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;width:1em;display:inline-block;margin-right:5px;}
section.clube_login .box input[type="checkbox"]:checked + .label-text:before{content:"\f14a";animation:effect 250ms ease-in;}
section.clube_login .box input[type="checkbox"]:disabled + .label-text{color:#AAA;}
section.clube_login .box input[type="checkbox"]:disabled + .label-text:before{content:"\f0c8";color:#CCC;}
section.clube_login .box .check_a input[type="checkbox"]:checked + .label-text:before{color:#0574d4;}
section.clube_login .box button.btn{height:60px;width:100%;border:0;border-radius:30px;color:#FFF;font-size:20px;margin:10px 0 0;cursor:pointer;
background: -moz-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, #056FD2), color-stop(100%, #0635B9));
background:-webkit-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-o-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-ms-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:linear-gradient(130deg, #056FD2 0%, #0635B9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056FD2', endColorstr='#0635B9',GradientType=1);}
section.clube_login .box button.btn:hover{background:#0073CF;}

.buttons {
	display: flex;
}
/*ESQUECEU SENHA*/
section.clube_esq_senha {
	background: url('../images/bg_clube.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 75px 0;
	min-height: 75vh;
}
section.clube_esq_senha .box{background:#FFF;border-radius:16px;padding:0 33px 30px;max-width:540px;margin:0 auto;}
section.clube_esq_senha .box img.topo{display:block;margin:0 auto;max-width:100%;}
section.clube_esq_senha .box h2{color:#2E3A46;text-align:center;font-size:22px;margin:30px 0 25px;font-weight:400;}
section.clube_esq_senha .box hr{margin:20px 0 25px;border:0;height:1px;background:#979797;}
section.clube_esq_senha .box hr.titulo{margin:25px 0;border:0;height:3px;
background: -moz-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, #056FD2), color-stop(100%, #0635B9));
background:-webkit-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-o-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-ms-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:linear-gradient(130deg, #056FD2 0%, #0635B9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056FD2', endColorstr='#0635B9',GradientType=1);}
section.clube_esq_senha .box input{height:60px;width:100%;border-radius:6px;border:1px solid #979797;margin-bottom:20px;color:#343434;font-size:16px;padding:22px;}
section.clube_esq_senha .box p{color:#343434;font-size:16px;text-align:center;}
section.clube_esq_senha .box p a{color:#063CBC;text-decoration:underline;cursor:pointer;margin-left:5px;}
section.clube_esq_senha .box p:first-of-type{text-align:left;margin:0 0 10px;}
section.clube_esq_senha .box button.btn{height:60px;width:100%;border:0;border-radius:30px;color:#FFF;font-size:20px;margin:10px 0 0;cursor:pointer;
background: -moz-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, #056FD2), color-stop(100%, #0635B9));
background:-webkit-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-o-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-ms-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:linear-gradient(130deg, #056FD2 0%, #0635B9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056FD2', endColorstr='#0635B9',GradientType=1);}
section.clube_esq_senha .box button.btn:hover{background:#0073CF;}

/*ESQUECEU SENHA*/
section.clube_alt_senha{background:url('../images/bg_clube.png');background-repeat:no-repeat;background-size:cover;background-position:center;padding:75px 0;min-height:75vh;}
section.clube_alt_senha .box{background:#FFF;border-radius:16px;padding:0 33px 30px;max-width:540px;margin:0 auto;}
section.clube_alt_senha .box img.topo{display:block;margin:0 auto;max-width:100%;}
section.clube_alt_senha .box h2{color:#2E3A46;text-align:center;font-size:22px;margin:30px 0 25px;font-weight:400;}
section.clube_alt_senha .box hr{margin:20px 0 25px;border:0;height:1px;background:#979797;}
section.clube_alt_senha .box hr.titulo{margin:25px 0;border:0;height:3px;
background: -moz-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, #056FD2), color-stop(100%, #0635B9));
background:-webkit-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-o-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-ms-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:linear-gradient(130deg, #056FD2 0%, #0635B9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056FD2', endColorstr='#0635B9',GradientType=1);}
section.clube_alt_senha .box input{height:60px;width:100%;border-radius:6px;border:1px solid #979797;margin-bottom:20px;color:#343434;font-size:16px;padding:22px;}
section.clube_alt_senha .box p{color:#343434;font-size:16px;text-align:center;}
section.clube_alt_senha .box p a{color:#063CBC;text-decoration:underline;cursor:pointer;margin-left:5px;}
section.clube_alt_senha .box p:first-of-type{text-align:left;margin:0 0 10px;}
section.clube_alt_senha .box button.btn{height:60px;width:100%;border:0;border-radius:30px;color:#FFF;font-size:20px;margin:10px 0 0;cursor:pointer;
background: -moz-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, #056FD2), color-stop(100%, #0635B9));
background:-webkit-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-o-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:-ms-linear-gradient(320deg, #056FD2 0%, #0635B9 100%);
background:linear-gradient(130deg, #056FD2 0%, #0635B9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056FD2', endColorstr='#0635B9',GradientType=1);}
section.clube_alt_senha .box button.btn:hover{background:#0073CF;}

/*FOOTER*/
footer{padding:35px 0;}
footer .logo{text-align:center;}
.version {
	font-size: small;
	padding: 0px, 0;
}
/*RWD*/
@media (max-width:479px){
	section.clube_login .box,
	section.clube_esq_senha .box{max-width:96%;margin:0 2%;}
	section.clube_alt_senha .box{max-width:96%;margin:0 2%;}
}

.resend {
	padding-top: 10px;
	text-align: center;
}