﻿* {
	font-family: 'Titillium Web', 'sans-serif';
	margin: 0; 
	padding: 0;
}
body{
	font-size: 62.5%;
	background-color: #FFFFFF;
    --background-image: url('images/bg_index.png');
    --background-repeat: no-repeat;
	--background-attachment: scrool;
	--background-size: 100%;
}
td{
  color: #333333;
}
a{
  color: #333333;
  text-decoration: none;
}
a:hover{
  color: #212121;
  text-decoration: underline;
}
.landing-login-div{
	display: block;
	width: 80%;
}
.landing-login-button{
	float: right;
	background-color: RGB(26,95,132); 
	font-size: 1.5em; 
	padding: 0.2em; 
	border-radius: 3px; 
	box-shadow: 1px 1px #ABABAB; 
	width: 5em; 
	margin: 1em; 
	color: #EDEDED;
	text-decoration: none;
	border: 0.1em solid #FFFFFF;
}
.landing-login-button:hover{
	text-decoration: none;
}
.landing-page{
    display: inline-block;
	width: 80%;
    color: RGB(87,87,87);
    text-align: center;
	align: center;
	background-color: RGB(230,231,232);
}
.landing-menu{
    display: block;
    right: 0;
    top: 0;
	background-color: RGB(24,24,24);
	height: 3em;
	width: 100%;
}
.landing-div-logo{
	display: block;
	float: center;
	align: center; 
	width: 100%;
	margin-top: 23em;
}
.landing-logo{
	width: 50%; 
	height: auto;
}
.landing-slogan{
	display: block;
	float: center;
	align: center; 
	width: 100%;
}
.landing-text1{
	display: block;
	float: center;
	text-align: center; 
	width: 90%;
}
.landing-text2{
	display: block;
	float: center;
	align: center; 
	width: 90%;
}
.landing-text3{
	display: block;
	float: center;
	align: center; 
	width: 90%;
}
.landing-buy-text{
	float: center;
	align: left; 
	text-align: center; 
	width: 100%;
}
.mail-subscription{
	position: relative;
   -webkit-transition:all 0.5s ease;
   transition:all 0.5s ease;
   -o-border-radius:6px;
   border-radius:6px;
   -moz-appearance:none;
   -webkit-appearance:none;
   appearance:none;
   outline:0;
   border:1px solid #c4d3da;
   padding:0 1em;
   width:50%;
   height:3em;
   color:#566268;
   font: 400 1.6em 'Open Sans', serif;
}

.mail-subscription:hover{
	-moz-box-shadow:0 3px 6px 0 #CCC; 
	-webkit-box-shadow:0 3px 6px 0 #ccc; 
}

.button-i-want{
	-webkit-appearance: none;
	display:-moz-inline-stack;
	display:inline-block;
	*vertical-align:auto;
	zoom:1;
   *display:inline;
   -o-border-radius:6px;
   border-radius:6px;
   -webkit-transition:all 0.5s ease;
   transition:all 0.5s ease;
   font-size: 1.6em;
   border:0;
   cursor:pointer;
   text-align:center;
   color:#fff;
   -webkit-font-smoothing:antialiased;
   outline:none;
   padding:0 1em;
   height:3em;
   text-decoration:none;
   line-height:3em;
   font-weight:400;
   background-color: RGB(26,95,132);
}

.button-more-info{
	display:-moz-inline-stack;
	display:inline-block;
	*vertical-align:auto;
	zoom:1;
   *display:inline;
   -o-border-radius:6px;
   border-radius:6px;
   -webkit-transition:all 0.5s ease;
   transition:all 0.5s ease;
   font-size: 1em;
   border:0;
   cursor:pointer;
   text-align:center;
   color:#fff;
   -webkit-font-smoothing:antialiased;
   outline:none;
   padding:0 1em;
   height:3em;
   text-decoration:none;
   line-height:3em;
   font-weight:400;
   background-color: RGB(26,95,132);
}
.button-more-info:disabled{
	color: RGB(218,218,218);
	background-color: RGB(148,148,148);
}
.button-more-info:hover{
   text-decoration:none;
   -moz-box-shadow:0 3px 6px 0 #CCC; 
   -webkit-box-shadow:0 3px 6px 0 #ccc; 
}
.welcome-input{
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	zoom:1;
	*display:inline;
	-o-border-radius:6px;
	border-radius:6px;
	-webkit-transition:all 0.5s ease;
	border:0;
	padding:15px;
	text-align:left;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	outline:none;
	padding:0 16px;
	text-decoration:none;
	line-height:56px;
	height: 2.5em; 
	font-size: 1em;
	width: 35em;
	margin-bottom: 1.2em;
}
.landing-buy-box{
	float: left; 
	margin: 1em; 
	width: 17%; 
	background-color: #FFFFFF; 
	border: 2px solid RGB(230,231,232); 
	height: 9em;
	font-size: 1.5em;
	padding: 2%;
}
.landing-buy-box img{
	width: 60%; 
	height: auto;
	max-width: 7em;
}
.landing-buy-main{
	background-image: url('images/bg_index_buy.png'); 
	background-repeat: no-repeat; 
	background-attachment: scrool; 
	background-size: 100%; 
	height: 55em; 
	margin-top: 3em;
	padding-bottom: 10em;
}
/* ################### */
/* The container */
.containercheck {
    display: block;
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #bbb;
}
/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
    background-color: #999;
}
/* When the checkbox is checked, add a colorful background */
.containercheck input:checked ~ .checkmark {
    background-color: RGB(26,95,132);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.containercheck .checkmark:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ################################### */
/* ################################### */
/* The container */
.containercheck1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containercheck1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #eee;
}
.containercheck1:hover input ~ .checkmark1 {
    background-color: #ccc;
}
.containercheck1 input:checked ~ .checkmark1 {
    background-color: #333;
}
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}
.containercheck1 input:checked ~ .checkmark1:after {
    display: block;
}
.containercheck1 .checkmark1:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ##################################################### */

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#pword_validate {
    position:absolute;
    width:250px;
	padding:15px;
	left: 15em;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pword_validate ul, li {
    margin:0;
    padding:0;
	list-style-type:none;
}
#pword_validate h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pword_validate::before {
    content: "\25B2";
    position:absolute;
	top:-12px;
	left: 15em;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
	display:block;
	z-index: 5;
}
.pw_invalid {
	background:url(images/pw_invalid.png) no-repeat 0 50%;
	background-size: 1em auto;
    padding-left:22px;
    line-height:24px;
    color:#B22222;
}
.pw_valid {
	background:url(images/pw_valid.png) no-repeat 0 50%;
	background-size: 1em auto;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pword_validate{
	display: none;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.formTitle{
	font-size: 1.2em;
	color: RGB(26,95,132);
	/*line-height: 2em;*/
	margin-top: 1em;
	width: 30em;
	font-weight: 0;
	text-align: left;
	border-bottom: 1px solid RGB(26,95,132,0.3);
}
/* ---------------------------------------------------- Desktops and laptops ---------------------------------------------------- */
@media only screen and (min-width : 1500px) {
	.landing-div-logo{
		margin-top: 23em;
	}
	.landing-slogan{
		margin-top: 0.5em;
		font-size: 5em;
	}
	.landing-text1{
		margin-top: 0.5em;
		font-size: 2.5em;
	}
	.landing-text2{
		margin-top: 3em;
		font-size: 2.5em;
	}
	.landing-text3{
		margin-top: 3em;
		font-size: 2.5em;
	}
	.landing-buy-text{
		margin-top: 0.5em;
		font-size: 4em;
		font-weight: bold;
	}
	.landing-buy-text2{
		font-size: 3em;
		margin-top: 2em;
	}
	.landing-buy-sub{
		float: center; 
		width: 80%; 
		padding-top: 13em; 
		align: center;
	}

}

@media only screen and (min-width : 1025px) and (max-width : 1500px) {
	.landing-div-logo{
		margin-top: 23em;
	}
	.landing-slogan{
		margin-top: 0.5em;
		font-size: 5em;
	}
	.landing-text1{
		margin-top: 0.5em;
		font-size: 2em;
	}
	.landing-text2{
		margin-top: 3em;
		font-size: 2em;
	}
	.landing-text3{
		margin-top: 3em;
		font-size: 2em;
	}
	.landing-buy-text{
		margin-top: 0.5em;
		font-size: 4em;
		font-weight: bold;
	}
	.landing-buy-text2{
		font-size: 3em;
		margin-top: 2em;
	}
	.landing-buy-sub{
		float: center; 
		width: 80%; 
		padding-top: 13em; 
		align: center;
	}
	.landing-buy-box{
		float: left; 
		margin: 1em; 
		width: 17%; 
		background-color: #FFFFFF; 
		border: 2px solid RGB(230,231,232); 
		height: 9em;
		font-size: 1.5em;
		padding: 2%;
	}
	.landing-buy-main{
		background-image: url('images/bg_index_buy.png'); 
		background-repeat: no-repeat; 
		background-attachment: scrool; 
		background-size: 100%; 
		height: 55em; 
		margin-top: 3em;
		padding-bottom: 10em;
	}
}

/* -------------------------------------------- Smartphones (portrait and landscape) -------------------------------------------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/* Styles */
	.landing-div-logo{
		margin-top: 1em;
	}
	.landing-slogan{
		font-size: 2.5em;
	}
	.landing-text1{
		margin-top: 1.5em;
	}
	.landing-text2{
		margin-top: 3em;
	}
	.landing-text3{
		margin-top: 3em;
	}
	.landing-buy-sub{
		float: center; 
		width: 80%; 
		padding-top: 7em; 
		height: 8em;
		align: center;
	}
	.landing-buy-box{
		float: left; 
		margin: 0.5em; 
		width: 17%; 
		background-color: #FFFFFF; 
		border: 2px solid RGB(230,231,232); 
		height: 9em;
		font-size: 0.4em;
		padding: 2%;
	}
	.landing-buy-text{
		font-size: 1.5em;
	}
	.landing-buy-text2{
		font-size: 1.5em;
		margin-top: 6em;
	}
	.landing-buy-main{
		background-image: url('images/bg_index_buy_mob.png'); 
		background-repeat: no-repeat; 
		background-attachment: scrool; 
		background-size: 100%; 
		height: 30em; 
		margin-top: 0em;
		padding-bottom: 1em;
	}
	.mail-subscription{
		font: 400 1em 'Open Sans', serif;
	 }
	 .button-more-info{
		font-size: 1em;
	 }
}

/* -------------------------------------------------- Smartphones (landscape) --------------------------------------------------- */
@media only screen and (min-width : 321px) {

}

/* --------------------------------------------------- Smartphones (portrait) --------------------------------------------------- */
@media only screen and (max-width : 320px) {
	/* Styles */
	.landing-div-logo{
		top: 2em; 
		font-size: 5em;
	}
	.landing-slogan{
		font-size: 2.5em;
	}
	.landing-text1{
		margin-top: 1em;
	}
	.landing-text2{
		margin-top: 3em;
	}
	.landing-text3{
		margin-top: 3em;
	}
}

/* ----------------------------------------------- iPads (portrait and landscape) ----------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	/* Styles */
	.testeDiv{
		background-color: blue;
	}
}

/* ----------------------------------------------------- iPads (landscape) ------------------------------------------------------ */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* Styles */
	.testeDiv{
		background-color: black;
	}
	.landing-buy-box{
		float: left; 
		margin: 1em; 
		width: 16%; 
		background-color: #FFFFFF; 
		border: 2px solid RGB(230,231,232); 
		height: 9em;
		font-size: 1.4em;
		padding: 2%;
	}
	.landing-buy-box img{
		width: 60%; 
		height: auto;
		max-width: 7em;
	}

	.landing-buy-text2{
		font-size: 2em;
		margin-top: 1em;
	}
	.landing-buy-text{
		margin-top: 0.5em;
		font-size: 2.5em;
		font-weight: bold;
	}
}

/* ------------------------------------------------------ iPads (portrait) ------------------------------------------------------ */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* Styles */
	.testeDiv{
		background-color: red;
	}
}

/* ------------------------------------------------------- Large screens -------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
	/* Styles */
	.testeDiv{
		background-color: green;
	}
}

/* ---------------------------------------------------------- iPhone 4 ---------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	/* Styles */
	.testeDiv{
		background-color: gray;
	}
}










