/* Avis Software - 2022 todos os direitos reservados */

html {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size:90%;
	letter-spacing: 0px;
	/*font-smoothing: antialiased; /* MAC-OS tela de retina */
}

body {
	background-color:#2D484F;
	color: #2D484F;
	margin-top:0; 
	margin-left:0; 
	margin-right:0; 
	margin-bottom:0; 
	padding-left:0; 
	padding-right:0;	
	overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(235,153,143,1.0);
	 -box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

input.formInvalid::-webkit-input-placeholder {
   color: rgba(235,153,143,1.0);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #FFFFFF;
	opacity: 1; /* Firefox */
 }
 
 :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFFFFF;
 }
 
 ::-ms-input-placeholder { /* Microsoft Edge */
	color: #FFFFFF;
 }

/* a element */
a {
   font-family: inherit;
   font-size: inherit;
   text-decoration: none;
   outline: none;
   border: none;
}
a:link {
	color: rgba(235,153,143,1.0);
}

/* img remove borderblue IE 9.0 */
img {
	border: none;
}

/* P element */
p {
   font-family: inherit;
   font-size: inherit;
}

h1 {
	font-family: inherit;
	font-size: 14pt;
}

h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-size: 20pt;
}

.window {
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	transition: 0.4s;
	overflow-x: hidden;
}
[data~=yeah] {
	transform: translateX(28%); 
}

.loading {
	display: inline-block;
}

#sponsor-load-container {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 100;
	border-radius: 50%;
	top: 0; left: 0; right:0;
	margin-top: 30%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
}

#logoloading {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 100;
	top: 0; left: 0; right:0;
	margin-top: 30%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

/* whatsapp contact code */
.whatsappcontact {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 50px;
	width: 50%;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	background-image: url('../sprites/whatsappbutton.png');
	opacity: 100%;
	cursor: pointer;
}

#param-app {
	display: none;
}

/* menu stuff code */
.menu {
	display: none;
	position: absolute;
	border-radius: 8px;
	top: 10px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: 80%;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	background-image: url('../sprites/logo02.png');
	opacity: 100%;
	transition: 0.4s;
}
[flymenu~=yeah] {
	position: fixed;
	top: 10px;
	left: 10px;
	height: 50px;
	width: 100%;
	background-image: none;
	/*
	background-color: #2D484F;
	-webkit-box-shadow: 0px 3px 23px 2px rgba(55,55,55,0.65); 
	-moz-box-shadow: 0px 3px 23px 2px rgba(55,55,55,0.65); 
	box-shadow: 0px 3px 23px 2px rgba(55,55,55,0.65);*/
}
[datamenu~=yeah] {
	left: 28%;
}
.menu-letters {
	display: inline-block;
	margin-left: 18%;
	text-align: right;
	height: 80px;
	line-height: 80px;
	width: 80%;
	color: white;
	z-index: 10;
}
[lettersmenu~=yeah] {
	display: none;
	height: 50px;
	line-height: 50px;
}
.menu-letters * {
	padding:10px;
}
.menu-letters span {
	display: inline-block;
 	font-family: inherit;
	font-size: 1.1em;
   text-decoration: none;
   outline: none;
	border: none;	
	vertical-align: middle;
	line-height: normal; 
	transition: all 0.5s ease;
	cursor: pointer;
}
.menu-letters span::after {
	display: block;
	position: relative;
	top: 3px;
	content: '';
	border-bottom: solid 2px;
	transform: scaleX(0);  
	transition: transform .25s ease-in-out;	
}
.menu-letters span:hover::after {
	transform: scaleX(1);
}
.menu-letters span:hover {
	transform: scale(1.1);
}
.menu-bar-container {
	display: none;
	position: absolute;
	top: 5px;
	left: 10px;
	cursor: pointer;
}
[flymenu~=yeah] {
	display: inline;
}
.menu-bar1, .menu-bar2, .menu-bar3 {
	width: 35px;
	height: 5px;
	background-color: white;
	margin: 6px 0;
	transition: 0.4s;
}
.menu-change .menu-bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}
.menu-change .menu-bar2 {
	opacity: 0;
}
.menu-change .menu-bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.menu-boxing {
	display: inline-block;
	position: fixed;
	top: 0px;
	left: -28%;
	height: 100%;
	width: 28%;
	background-color: #242F2F;
	transition: 0.4s;
	z-index: 5;
	overflow-x: hidden;
}
[openmenu~=yeah] {
	left: 0%; 
}
.menu-boxing-letters {
	display: inline-block;
	text-align: center;
	height: 100px;
	line-height: 100px;
	width: 100%;
	color: #ffffff;
	z-index: 10;
	margin-top: 20px;
}
.menu-boxing-letters * {
	padding:15px;
}
.menu-boxing-letters span {
	display: block;
 	font-family: inherit;
	font-size: 1.5em;
   text-decoration: none;
   outline: none;
	border: none;	
	vertical-align: middle;
	line-height: normal; 
	transition: all 0.5s ease;
	cursor: pointer;
}

/* banner stuff code */
.banner-shadow {
	position: absolute;
	z-index: 2;
	top:0;
   bottom: 0;
   left: 0;
   right: 0;
	box-shadow: inset 0px 0px 30px rgba( 0, 0, 0, 1 );
}
.banner-outer-div {
	height: 300px;
	overflow: hidden; 
	z-index: 1;
}
.banner-inner-div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease;
	/*background-image: url('../sprites/banner01.jpg');*/
	transform: scale(1.1);
	webkit-animation: bannerTransform 7s; /* Safari 4.0 - 8.0 */
	animation: bannerTransform 7s;	  
	z-index: 1;
}
.banner-button-left {
	position: absolute;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	top:0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	left: 0px;
	height: 60px;
	width: 60px;
	background-color: rgba(55, 55, 55, 0.5);
	z-index: 3;
}
.banner-button-left:hover {
	background-color: rgba(55, 55, 55, 0.8);
}
.banner-button-left-pic {
	background-size: cover;
	background-position: center;
	background-image: url('../sprites/arrow-right.png');
	height: 60px;
	width: 60px;
	opacity: 0.5;
	transition: all 0.5s ease;
	transform: scale(0.9);
	z-index: 100;
}
.banner-button-left-pic:hover {
	transform: scale(1);
	opacity: 0.8;
}
.banner-button-right {
	position: absolute;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	top:0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	right: 0px;
	height: 60px;
	width: 60px;
	background-color: rgba(55, 55, 55, 0.5);
	z-index: 3;
}
.banner-button-right:hover {
	background-color: rgba(55, 55, 55, 0.8);
}
.banner-button-right-pic {
	background-size: cover;
	background-position: center;
	background-image: url('../sprites/arrow-left.png');
	height: 60px;
	width: 60px;
	opacity: 0.5;
	transition: all 0.5s ease;
	transform: scale(0.9);
	z-index: 100;
}
.banner-button-right-pic:hover {
	transform: scale(1);
	opacity: 0.8;
}
.banner-menu {
	position: absolute;
	border-collapse: separate;
	border-spacing: 15px; 
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	width: 150px;
}
.banner-menu-ball {
	margin: 6px;
	display: inline-block;
	cursor: pointer;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-width: 2px;
	text-align: center;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	opacity: 0.5;
}
.banner-menu-selected {
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: inline-block;
	cursor: pointer;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	text-align: center;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	background-color: transparent;
	opacity: 0.5;
}
.banner-text-area {
	position: absolute;
	display: inline-block;
	top: 25%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	z-index: 3;
}
.banner-text-area * {
	margin:5px;
	padding:25px;
}
.banner-text-area h1 {
	color: white;
	font-family: inherit;
	font-size: 4em;
	line-height: 0.7em;
   text-decoration: none;
   outline: none;
   border: none;
}
.banner-text-area span {
	display: block;
	color: white;
	font-family: inherit;
	font-size: 3em;
	line-height: 1.0em;
   text-decoration: none;
   outline: none;
   border: none;
}
.banner-text-area button {
	display: inline-block;
	font-family: inherit;
	font-size: 1em;
	color: white;
	border-radius: 5px;
	background-color: rgba(235,153,143,1.0);
   text-decoration: none;
   outline: none;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	-moz-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
}
@-webkit-keyframes bannerTransform {
	0%   {transform: scale(1);}
	100% {transform: scale(1.1);}
}
@keyframes bannerTransform {
	0%   {transform: scale(1);}
	100% {transform: scale(1.1);}
}
/*
.banner-text-area button:hover {
	box-shadow: 0 0 5px rgba(36,47,47,1), 
					0 0 25px	rgba(36,47,47,1), 
					0 0 50px rgba(36,47,47,1), 
					0 0 200px rgba(36,47,47,1);
}*/

.servicos-outer-div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 300px;
	overflow: hidden; 
	z-index: 1;
	margin: 0;
	background: #FC8B7C;
}
.servicos-outer-div span {
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 30px;
	/*padding-top: 80px;*/
}
.servicos-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden; 
	z-index: 1;
}
.servicos-centered-div {
	border-radius: 8px;
	height: 290px;
	width: 290px;
	max-height: 290px;
	max-width: 290px;
	background: rgb(240, 152, 141);
	color:white;
	margin: 20px;
	padding: 20px;	
	-webkit-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	-moz-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
}
.centered-title {
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 2px;
	padding-top: 10px;
}
.centered-td {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 2px;
	padding-top: 10px;
}
.centered-image {
	height: 55px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.centered-img01 {
	background-image: url('../sprites/site-01.png');
}
.centered-img02 {
	background-image: url('../sprites/site-02.png');
}
.centered-img03 {
	background-image: url('../sprites/site-03.png');
}
.centered-img04 {
	background-image: url('../sprites/site-04.png');
}
.centered-img05 {
	background-image: url('../sprites/site-05.png');
}
.centered-img06 {
	background-image: url('../sprites/site-06.png');
}
.centered-img07 {
	background-image: url('../sprites/site-07.png');
}
.centered-img08 {
	background-image: url('../sprites/site-08.png');
}
.centered-img09 {
	background-image: url('../sprites/site-09.png');
}
.centered-img10 {
	background-image: url('../sprites/site-10.png');
}

/*
.planos {
	display: inline-block;
	position: relative;
	background-color: white;
	z-index:1;
	width: 100%;
}
*/
.planos-shadow {
	position: relative;
	z-index: 2;
	top:0;
   height: 100%;
   left: 0;
   width: 100%;
	box-shadow: inset 0px 0px 30px rgba(235,153,143,1.0);
}
.planos-outer-div {
	height: 300px;
	overflow: hidden; 
	z-index: 1;
}
.planos-inner-div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.pacotes-outer-div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 300px;
	overflow: hidden; 
	z-index: 1;
	margin: 0;
	background: #94C5C1;
}
.pacotes-title {
	display: block;
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 40px;
	/*padding-top: 80px;*/
}
.pacotes-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden; 
	z-index: 1;
	background: #94C5C1;
}
.pacotes-centered-div {
	border-radius: 10px;
	height: 90%;
	width: 350px;
	color:white;
	margin: 10px;
	padding: 20px;
	background: #242F2F;
	-webkit-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	-moz-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
}
.pacotes-div-one {
	background-color:#73b6b0;
}
.pacotes-div-two {
	background-color:#589a94;
}
.pacotes-div-tre {
	background-color:#8dc0bc;
}
.pacotes-centered-image {
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.pacotes-centered-title {
	font-size: 1.8em;
	line-height: 1.6em;
	padding: 2px;
	padding-top: 5px;
	color: #FFFFFF;
}
.pacotes-centered-td {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 110px;
	width: 100%;
	z-index: 1;
}
.pacotes-text-rs {
	display: inline;
	font-size: 1.4em;
	line-height: 2.2em;
	padding: 2px;
	padding-top: 0px;
}
.pacotes-text-vl {
	display: inline;
	font-size: 3.8em;
	line-height: 2.2em;
	padding: 2px;
	padding-top: 0px;
}
.pacotes-centered-month {
	font-size: 1.2em;
	line-height: 0.2em;
}
.pacotes-centered-users {
	padding-top: 50px;
	font-size: 1.8em;
	line-height: 0.2em;
	padding-bottom: 20px;
}
.pacotes-centered-plus {
	height: 15px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../sprites/plan-plus.png');
}
.pacotes-centered-space {
	padding-bottom: 13px;
}
.pacotes-centered-txt {
	padding-top: 5px;
	font-size: 0.9em;
	line-height: 0.8em;
	padding-bottom: 5px;
}
.button-pacotes {
	display: inline-block;
	font-family: inherit;
	font-size: 1em;
	color: white;
	border-radius: 5px;
	background-color: rgba(235,153,143,1.0);
   text-decoration: none;
   outline: none;
	border: none;
	height: 40px;
	width: 100%;
	background-color: rgba(235,153,143,1.0);
	-webkit-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	-moz-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	margin-bottom: 15px;
	cursor: pointer;
}
.pacotes-centered-img01 {
	background-image: url('../sprites/plan-bronze.png');
}
.pacotes-centered-img02 {
	background-image: url('../sprites/plan-prata.png');
}
.pacotes-centered-img03 {
	background-image: url('../sprites/plan-ouro.png');
}

.tutoriais-outer-div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden; 
	z-index: 1;
	margin: 0;
	background: #94C5C1;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #94C5C1, #73b6b0, #589a94);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #94C5C1, #73b6b0, #589a94); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tutoriais-title {
	display: block;
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
	color: #2D484F;
	padding: 20px;
	/*padding-top: 80px;*/
}
.tutoriais-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden; 
	z-index: 1;
}
.tutoriais-centered-div {
	color:white;
}
.tutoriais-centered-div-img {
	height: 620px;
	width: 980px;
}
.tutoriais-centered-div-btn {
	height: 300px;
	width: 300px;
}
.tutoriais-monitor {
	display: inline-block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.tutoriais-centered-td {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 150px;
	width: 250px;
	z-index: 1;
}
.button-tutoriais {
	display: inline-block;
	font-family: inherit;
	font-size: 1em;
	color: white;
	border-radius: 5px;
	background-color: rgba(235,153,143,1.0);
   text-decoration: none;
   outline: none;
	border: none;
	height: 40px;
	width: 100%;
	background-color: rgba(235,153,143,1.0);
	-webkit-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	-moz-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	margin-bottom: 10px;
	cursor: pointer;
}

.mobtutoriais-outer-div {
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden; 
	z-index: 1;
	margin: 0;
	background: #94C5C1;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #94C5C1, #73b6b0, #589a94);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #94C5C1, #73b6b0, #589a94); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.mobtutoriais-title {
	display: block;
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
	color: #2D484F;
	padding: 20px;
	/*padding-top: 80px;*/
}
.mobtutoriais-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden; 
	z-index: 1;
}
.mobtutoriais-centered-div {
	color:white;
}
.mobtutoriais-centered-div-img {
	height: 220px;
	width: 580px;
}
.mobtutoriais-monitor {
	display: inline-block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../sprites/tuto-todos.png');
}

.contato-outer-div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 300px;
	overflow: hidden; 
	z-index: 1;
	margin: 0;
	background: #2D484F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #589a94, #2D484F);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #589a94, #2D484F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.contato-title {
	display: block;
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 20px;
	/*padding-top: 80px;*/
}
.contato-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	overflow: hidden; 
	z-index: 1;
}
.contato-centered-div {
	color:#FFFFFF;
	width: 80%;
}
.contato-centered-div span {
	display: none;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
   font-smoothing: antialiased;
   font-weight:normal;
   font-size: 100%;
   text-decoration: none;
   outline: none;
   border: none;
	color: rgba(235,153,143,1.0);
	/*opacity: 0.4;*/
	margin-top: 5px;
	padding: 8px;
	cursor: default;
	font-size: 1.8em;
	line-height: 1.2em;
}
.contato-centered-div form input, select {
	display: block;
	border: none; 
   border-bottom: 1px solid white;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
   font-weight:normal;
   font-size: 110%;   
   background-color: transparent;
   text-decoration: none;
   outline: none;
   color: white;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
   margin-bottom: 10px;
   height: 40px;
   width:80%;
}
.contato-centered-div form textarea {
	display: block;
	border: none; 
   border-bottom: 1px solid white;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
   font-weight:normal;
   font-size: 110%;   
   background-color: transparent;
   text-decoration: none;
   outline: none;
   color: white;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
   margin-bottom: 10px;
   height: 250px;
   width:80%;
}
.btn-cadastro {
	display: inline-block;
	font-family: inherit;
	font-size: 1em;
	color: white;
	border-radius: 5px;
	background-color: rgba(235,153,143,1.0);
   text-decoration: none;
   outline: none;
	border: none;
	height: 40px;
	width: 150px;
	background-color: rgba(235,153,143,1.0);
	-webkit-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	-moz-box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	box-shadow: -1px 5px 14px -8px rgba(36,47,47,1);
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.contato-option {
	background-color: #2D484F;
}

.adquirir-outer-div {
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 300px;
	overflow: hidden; 
	z-index: 1;
	margin: 0;
	background: #2D484F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #589a94, #2D484F);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #589a94, #2D484F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.adquirir-title {
	display: block;
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
	color: #FF887A;
	padding: 20px;
	/*padding-top: 80px;*/
}
.adquirir-sub {
	display: block;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 20px;
	width: 50%;
	/*padding-top: 80px;*/
}
.adquirir-div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	overflow: hidden; 
	z-index: 1;
}
.adquirir-centered-div {
	width: 290px;
	max-width: 290px;
	margin: 10px;
	padding: 10px;	
}
.adquirir-centered-image {
	height: 90px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.adquirir-centered-img01 {
	background-image: url('../sprites/pcwin.png');
}
.adquirir-centered-img02 {
	background-image: url('../sprites/pcmac.png');
}
.adquirir-centered-img03 {
	background-image: url('../sprites/pcandroid.png');
}
.adquirir-centered-img04 {
	background-image: url('../sprites/pcios.png');
}
.adquirir-centered-title {
	display: block;
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 2px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.5s ease;
	text-decoration: none;
   outline: none;
	border: none;	
}
.adquirir-centered-title ::after {
	display: block;
	position: relative;
	top: 3px;
	content: '';
	border-bottom: solid 2px;
	transform: scaleX(0);  
	transition: transform .25s ease-in-out;	
}
.adquirir-centered-title :hover::after {
	transform: scaleX(1);
}
.adquirir-centered-title :hover {
	transform: scale(1.1);
}

.final-outer-div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	overflow: hidden; 
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
}
.final-title {
	display: block;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 30px;
	/*padding-top: 80px;*/
}

.privent-labelarea {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden; 
	z-index: 1;
	background-color: transparent;
	padding-bottom: 20px;
}
.privent-top {
	padding-top: 20px;
}
.privent-labeltitle {
	display: block;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
}
.privent-labeltext {
	display: block;
	text-align: justify;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
}
.privent-labeltext-link {
	display: block;
	text-align: justify;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 5;
	cursor: pointer;
}
.privent-labeltext-link:hover {
	color: rgba(235,153,143,1.0);
}

.privent-logo {
	position: relative;
	display: inline-block;
	top: 15%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: 80px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../sprites/logo02.png');
	opacity: 100%;
	cursor: pointer;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
}

@media screen and (min-width: 1920px) {
	/* metricas de comprimento para alta definição */
	.menu {
		width: 70%;
	}
	.privent-labeltext {
		margin-left: 25%;
		margin-right: 25%;
	}	
}

@media screen and (min-width: 1600px) {
	/* metricas de comprimento para alta definição */
	.banner-text-area {
		width: 50%;
	}
	.privent-labeltext {
		margin-left: 25%;
		margin-right: 25%;
	}	
}

@media screen and (max-width: 1450px) {
	/* metricas de comprimento para tablets ou mobile */
	.privent-labeltext {
		margin-left: 10%;
		margin-right: 10%;
	}	
	.pacotes-title {
		display: none;
	}
	.pacotes-centered-image {
		height: 70px;
	}
	.pacotes-centered-title {
		font-size: 1.5em;
	}	
	.pacotes-centered-users {
		font-size: 1.5em;
		line-height: 1.2em;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.pacotes-centered-td {
		height: 80px;
	}	
	.pacotes-text-vl {
		font-size: 2.8em;
	}
	.button-pacotes {
		margin-bottom: 10px;
	}
	.tutoriais-centered-div-img {
		height: 480px;
		width: 640px;
		padding-right: 40px;
	}
	.tutoriais-centered-div-btn {
		height: 200px;
		width: 300px;
	}
	.contato-centered-div form textarea {
		height: 150px;
	}	
}

@media screen and (max-width: 1280px) {
	/* metricas de comprimento para tablets ou mobile */
	.menu-letters {
		display: none;
	}
	.menu-letters span {
		display: block;
		text-align: left;
	}
	.menu-bar-container {
		display: inline-block;
	}
	.menu {
		background-image: none;
		text-align: left;
	}
	.pacotes-centered-image {
		height: 70px;
	}
	.pacotes-centered-div {
		width: 190px;
	}
	.pacotes-centered-title {
		font-size: 1.5em;
	}	
	.pacotes-centered-users {
		font-size: 1.5em;
		line-height: 1.2em;
		padding-top: 30px;
		padding-bottom: 20px;
	}	
	.pacotes-centered-td {
		height: 80px;
	}	
	.pacotes-text-vl {
		font-size: 2.8em;
	}
	.button-pacotes {
		margin-bottom: 10px;
	}
	.contato-centered-div form textarea {
		height: 150px;
	}	
}

@media screen and (max-width: 32em) {
	/* metricas de comprimento para suporte mobile */
	body { font-size: 85%; }
	.window {
		width: 100%;
	}
	[data~=yeah] {
		transform: translateX(75%); 
	}
	.menu {
		opacity: 100%;
	}
	[datamenu~=yeah] {
		left: 75%;
	}
	.menu-boxing {
		left: -75%; 
		width: 75%;
	}
	[openmenu~=yeah] {
		left: 0%; 
	}
	.banner-text-area {
		top: 15%;
		width: 70%;
	}	
	.banner-text-area * {
		padding:10px;
	}	
	.banner-text-area h1 {
   	font-size: 2.5em;
		line-height: 0.9em;
	}
	.banner-text-area span {
		font-size: 2em;
		line-height: 1.2em;
	}	
	.banner-text-area button {
		font-size: 1em;
	}
	.pacotes-centered-div {
		width: 80%;
	}
	.tutoriais-outer-div {
		display: none;
	}
	.mobtutoriais-outer-div {
		display: flex;
	}
	.contato-centered-div form input, select {
		width: 90%;
	}
	.contato-centered-div form textarea {
		height: 50px;
		width: 90%;
	}	
	.contato-title {
		display: block;
		text-align: center;
		font-size: 2em;
		line-height: 1.2em;
		color: #FFFFFF;
		padding: 20px;
		/*padding-top: 80px;*/
	}	
	.adquirir-sub {
		width: 80%;
	}	
}

@media screen and (max-height: 32em) {
	/* metricas de altura para suporte mobile */
	.window {
		width: 100%;
	}
	[data~=yeah] {
		transform: translateX(75%); 
	}
	.menu {
		opacity: 100%;
	}
	[datamenu~=yeah] {
		left: 75%;
	}
	.menu-boxing {
		left: -75%; 
		width: 75%;
	}
	[openmenu~=yeah] {
		left: 0%; 
	}
	.banner-text-area {
		top: 15%;
		width: 75%;
	}	
	.banner-text-area * {
		padding:10px;
	}	
	.banner-text-area h1 {
   	font-size: 2em;
		line-height: 0.9em;
	}
	.banner-text-area span {
		font-size: 1em;
		line-height: 1.2em;
	}	
	.banner-text-area button {
		font-size: 1em;
	}		
	.pacotes-centered-div {
		width: 80%;
	}
	.tutoriais-outer-div {
		display: none;
	}
	.mobtutoriais-outer-div {
		display: flex;
	}
	.contato-centered-div form textarea {
		height: 50px;
	}	
	.contato-centered-div form input, select {
		width: 90%;
	}
	.contato-centered-div form textarea {
		height: 50px;
		width: 90%;
	}	
	.contato-title {
		display: block;
		text-align: center;
		font-size: 2em;
		line-height: 1.2em;
		color: #FFFFFF;
		padding: 20px;
		/*padding-top: 80px;*/
	}		
	.adquirir-sub {
		width: 80%;
	}	
}

.blue-effect {
	position: fixed;
	top:0;
   bottom: 0;
   left: 0;
   right: 0;
	z-index: 6;
	background-color:rgba(55, 55, 55, 0.9);
}

/* Loading CSS Windows 8 */

.windows8 {
position: absolute;
left:0;
right:0;
top: 30%;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
margin-left:auto;
margin-right:auto;		
width: 75px;
height:75px;
z-index: 1010;
}

.windows8 .wBall {
position: absolute;
width: 71px;
height: 71px;
opacity: 0;
-moz-transform: rotate(225deg);
-moz-animation: orbit 5.5s infinite;
-webkit-transform: rotate(225deg);
-webkit-animation: orbit 5.5s infinite;
-ms-transform: rotate(225deg);
-ms-animation: orbit 5.5s infinite;
-o-transform: rotate(225deg);
-o-animation: orbit 5.5s infinite;
transform: rotate(225deg);
animation: orbit 5.5s infinite;
}

.windows8 .wBall .wInnerBall{
position: absolute;
width: 9px;
height: 9px;
background: #EB998F;
left:0px;
top:0px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-ms-border-radius: 9px;
-o-border-radius: 9px;
border-radius: 9px;
}

.windows8 #wBall_1 {
-moz-animation-delay: 1.2s;
-webkit-animation-delay: 1.2s;
-ms-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;
}

.windows8 #wBall_2 {
-moz-animation-delay: 0.24s;
-webkit-animation-delay: 0.24s;
-ms-animation-delay: 0.24s;
-o-animation-delay: 0.24s;
animation-delay: 0.24s;
}

.windows8 #wBall_3 {
-moz-animation-delay: 0.48s;
-webkit-animation-delay: 0.48s;
-ms-animation-delay: 0.48s;
-o-animation-delay: 0.48s;
animation-delay: 0.48s;
}

.windows8 #wBall_4 {
-moz-animation-delay: 0.72s;
-webkit-animation-delay: 0.72s;
-ms-animation-delay: 0.72s;
-o-animation-delay: 0.72s;
animation-delay: 0.72s;
}

.windows8 #wBall_5 {
-moz-animation-delay: 0.96s;
-webkit-animation-delay: 0.96s;
-ms-animation-delay: 0.96s;
-o-animation-delay: 0.96s;
animation-delay: 0.96s;
}

@-moz-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-moz-transform: rotate(-180deg);
-moz-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-moz-transform: rotate(-300deg);
-moz-animation-timing-function: linear;
-moz-origin:0%;
}

30% {
opacity: 1;
-moz-transform:rotate(-410deg);
-moz-animation-timing-function: ease-in-out;
-moz-origin:7%;
}

39% {
opacity: 1;
-moz-transform: rotate(-645deg);
-moz-animation-timing-function: linear;
-moz-origin:30%;
}

70% {
opacity: 1;
-moz-transform: rotate(-770deg);
-moz-animation-timing-function: ease-out;
-moz-origin:39%;
}

75% {
opacity: 1;
-moz-transform: rotate(-900deg);
-moz-animation-timing-function: ease-out;
-moz-origin:70%;
}

76% {
opacity: 0;
-moz-transform:rotate(-900deg);
}

100% {
opacity: 0;
-moz-transform: rotate(-900deg);
}

}

@-webkit-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-webkit-transform: rotate(-180deg);
-webkit-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-webkit-transform: rotate(-300deg);
-webkit-animation-timing-function: linear;
-webkit-origin:0%;
}

30% {
opacity: 1;
-webkit-transform:rotate(-410deg);
-webkit-animation-timing-function: ease-in-out;
-webkit-origin:7%;
}

39% {
opacity: 1;
-webkit-transform: rotate(-645deg);
-webkit-animation-timing-function: linear;
-webkit-origin:30%;
}

70% {
opacity: 1;
-webkit-transform: rotate(-770deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:39%;
}

75% {
opacity: 1;
-webkit-transform: rotate(-900deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:70%;
}

76% {
opacity: 0;
-webkit-transform:rotate(-900deg);
}

100% {
opacity: 0;
-webkit-transform: rotate(-900deg);
}

}

@-ms-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-ms-transform: rotate(-180deg);
-ms-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-ms-transform: rotate(-300deg);
-ms-animation-timing-function: linear;
-ms-origin:0%;
}

30% {
opacity: 1;
-ms-transform:rotate(-410deg);
-ms-animation-timing-function: ease-in-out;
-ms-origin:7%;
}

39% {
opacity: 1;
-ms-transform: rotate(-645deg);
-ms-animation-timing-function: linear;
-ms-origin:30%;
}

70% {
opacity: 1;
-ms-transform: rotate(-770deg);
-ms-animation-timing-function: ease-out;
-ms-origin:39%;
}

75% {
opacity: 1;
-ms-transform: rotate(-900deg);
-ms-animation-timing-function: ease-out;
-ms-origin:70%;
}

76% {
opacity: 0;
-ms-transform:rotate(-900deg);
}

100% {
opacity: 0;
-ms-transform: rotate(-900deg);
}

}

@-o-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-o-transform: rotate(-180deg);
-o-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-o-transform: rotate(-300deg);
-o-animation-timing-function: linear;
-o-origin:0%;
}

30% {
opacity: 1;
-o-transform:rotate(-410deg);
-o-animation-timing-function: ease-in-out;
-o-origin:7%;
}

39% {
opacity: 1;
-o-transform: rotate(-645deg);
-o-animation-timing-function: linear;
-o-origin:30%;
}

70% {
opacity: 1;
-o-transform: rotate(-770deg);
-o-animation-timing-function: ease-out;
-o-origin:39%;
}

75% {
opacity: 1;
-o-transform: rotate(-900deg);
-o-animation-timing-function: ease-out;
-o-origin:70%;
}

76% {
opacity: 0;
-o-transform:rotate(-900deg);
}

100% {
opacity: 0;
-o-transform: rotate(-900deg);
}

}

@keyframes orbit {
0% {
opacity: 1;
z-index:99;
transform: rotate(-180deg);
animation-timing-function: ease-out;
}

7% {
opacity: 1;
transform: rotate(-300deg);
animation-timing-function: linear;
origin:0%;
}

30% {
opacity: 1;
transform:rotate(-410deg);
animation-timing-function: ease-in-out;
origin:7%;
}

39% {
opacity: 1;
transform: rotate(-645deg);
animation-timing-function: linear;
origin:30%;
}

70% {
opacity: 1;
transform: rotate(-770deg);
animation-timing-function: ease-out;
origin:39%;
}

75% {
opacity: 1;
transform: rotate(-900deg);
animation-timing-function: ease-out;
origin:70%;
}

76% {
opacity: 0;
transform:rotate(-900deg);
}

100% {
opacity: 0;
transform: rotate(-900deg);
}

}