@charset "UTF-8";
/* CSS Document */



/************************************************ FONTES ***/
/* ROBOTO */

@font-face {
	font-family:"Roboto-Light";
	src: url("../fonts/roboto/Roboto-Light.ttf"); 
}
@font-face {
	font-family:"Roboto-Black";
	src: url("../fonts/roboto/Roboto-Black.ttf"); 
}
@font-face {
	font-family:"Roboto-Bold";
	src: url("../fonts/roboto/Roboto-Bold.ttf"); 
}
@font-face {
	font-family:"Roboto-Condensed";
	src: url("../fonts/roboto/Roboto-Condensed.ttf"); 
}
@font-face {
	font-family:"Roboto-Medium";
	src: url("../fonts/roboto/Roboto-Medium.ttf"); 
}
@font-face {
	font-family:"Roboto-Regular";
	src: url("../fonts/roboto/Roboto-Regular.ttf"); 
}
@font-face {
	font-family:"Roboto-Thin";
	src: url("../fonts/roboto/Roboto-Thin.ttf"); 
}
@font-face {
	font-family:"Roboto-ThinItalic";
	src: url("../fonts/roboto/Roboto-ThinItalic.ttf"); 
}


/* HELVETICA */
@font-face {
	font-family:"Helvetica Neue Medium";
	src: url("../fonts/helvetica/HelveticaNeueLTPro-Md.otf"); 
}
@font-face {
	font-family:"Helvetica Neue Light";
	src: url("../fonts/helvetica/HelveticaNeue-Light.otf"); 
}
@font-face {
	font-family:"Helvetica Neue Ultra Light";
	src: url("../fonts/helvetica/HelveticaNeueLTPro-UltLt.otf"); 
}





/************************************************ GERAL ***/
body {
	background-color:#ffffff;
	/*font-family:"LondonMM", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-family:"Roboto-Light", Helvetica, Arial, "Lucida Grande", sans-serif;
	width:100%;
	position:absolute;
	max-width:100%;
	height:100%;
	font-style:normal;
	font-weight:normal;
	font-size:20px;
	color:#5a5a5a;
	padding:0 !important;
	margin:0 !important;
	line-height:1.5;
}
*::-moz-selection {
	background:#231f20;
	color:#ffffff;
}
*::selection {
	background:#231f20;
	color:#ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight: 100;
	text-decoration:none;
	margin:0;
	padding:0;
}
h1 {
	font-size:80px;
	color:#007be3;
}
a {
	text-decoration:none;
}
.clear {
	clear:both;
}
.hash {
	position:relative;
	bottom:73px;
}
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}
/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
#bgvid {
	position: absolute;
	width: 1920px;
	height: auto;
	top:0;
	left:0;
	z-index: -100;
	/*background: url(polina.jpg) no-repeat;
	background-size: cover;*/
}
.marcaregistrada {
	font-size:11px;
	vertical-align: super;
}
.content {
    position: relative;
    width: 980px;
    margin: 0 auto;
}




/************************************************ LOADER ***/
.loader {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99999999999999999999999999999999999999999999;
	background-image:url(../images/white.png);
	display:none;
}
.loader .spin {
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -50px;
}
.loader .img-loader {
	position:absolute;
	top:50%;
	left:50%;
	width:61px;
	margin:-30px 0 0 -30px;
}


.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
	animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
	transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
	transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
	transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
	transform: rotate(450deg);
  }
}


/************************************************ MENU ***/
.show-menu {
	display:none;
}
.menu-mobile {
	position:fixed;
	top:0;
	right:-260px;
	width:260px;
	-webkit-transition:all 0.2s ease-in-out;
	z-index:9999999;
	background:#2c3138;
	height:105%;
	overflow-y:auto;
	border-top:4px solid #005FB2;
}
.show-menu-mobile {
	right:0;
}
.menu-mobile li {
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px solid #343940;
}
.menu-mobile li a {
	color:#fafafa;
	font-family:"Roboto-Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:16px;
	display:block;
	height:100%;
	width:90%;
	padding:20px 0 10px 10%;
}
.menu-mobile .dashboard {
	background:#005FB2;
	color:#fff;
	border-bottom:4px solid #007be3;
}
.menu {
	position:fixed;
	z-index:99999999;
	width:98%;
	padding:0 1%;
	height:74px;
	background:url(../images/back_menu.png);
	font-family:"Roboto-Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.menu img {
	float:left;
	display:inline;
	margin:14px 0 0 10px;
	width:240px;
}
.menu .menu-principal {
	float:right;
}
.menu .menu-principal li {
	float:left;
	display:inline;
    position: relative;
}
.menu .menu-principal li a {
	color:#afafb0;
	text-transform:uppercase;
	font-size:16px;	
	position:relative;
	padding:26px 20px;
	top:18px;
}
.menu .menu-principal li a:hover, .menu .menu-principal li .selected {
	background:#39393c;
	border-bottom:4px solid #005faf;
}
.menu .menu-principal li .selected {
    cursor: default;
}
.menu .menu-principal li ul {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
    padding: 0;
    margin: 48px 0 0 0;
    z-index: -1;
}
.menu .menu-principal li ul li {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0;
}
.menu .menu-principal li ul li a {
	background: url(../images/back_menu.png);
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    /*padding: 18px 13px 18px 14px;*/
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #666;
}
.menu .menu-principal .dashboard ul a, .menu .menu-principal .acesso {
    background:#005FB2;
	color:#fff;
    border-bottom: 1px solid #007be3;
}
.menu .menu-principal .acesso {
	border-bottom:4px solid #007be3;
}
.menu .menu-principal li ul a:hover, .menu .menu-principal .acesso:hover {
	background:#007be3;
    color: #fff;
}
.menu .menu-principal li ul a:hover {
    border-bottom-width: 1px;
}
.menu .menu-principal li ul li a strong {
    font-weight: bold;
    font-family:"Roboto-Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.menu .menu-principal li ul li:first-child {
    margin: -23px 0 0 0;
}
.menu .menu-principal li ul li:last-child a {
    border: 0;
}
.quadro2, .quadro3, .quadro4, .quadro5 {
	position:relative;
	width:100%;
	float:left;
	clear:both;
}
.cursor-default {
    cursor: default !important;
}


/************************************************ TOPO ***/
.quadro1 {
	font-family:"Roboto-Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
	height: 100%;
	width: 100%; 
	position: absolute;
	left:0;
	top:0;
	/*background-size:100% auto;*/
	background-size:cover;
	background-position:top;
}
.quadro1b h1, .quadro1b p, .quadro1b span, .quadro1b span a {
	color:#383a3c !important;
	opacity:0.7;
}
.imagem1 {
	background-image: url(../images/03.jpg);
}
.imagem2 {
	background-image: url(../images/07.jpg);
}
.imagem3 {
	background-image: url(../images/10.jpg);
}
.quadro1 .chamada {
	width:90%;
	position:absolute;
	left:4%;
	top:45%;
	margin:-246px 0 0 0;
	height:auto;
	text-align:right;
}
.quadro1 h1 {
	font-size: 4.286rem;
	letter-spacing: .15rem;
	margin: 0 0 1rem;
	line-height: 1.1em;
	color:#fefefe;
}
.quadro1 h1 strong {
	font-size: 4.8rem;
}
.quadro1 h1 font {
	position:relative;
    background-image: url(../images/brasil2.jpg);  
    -webkit-background-clip: text;  
    background-clip: text;
	color: rgba(0,0,0,0);
	background-size:170%;
	background-position:0 60%;
	font-family:"Helvetica Neue Medium", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:80px;
}
.quadro1 .bigger {
	font-size:78px;
}
.quadro1 .dotted {
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px dashed #fff;
	margin:5px 0;
}
.quadro1 p {
	clear:both;
	font-size:20px;
	color:#fff;
}
.quadro1 span {
	font-style:italic;
	font-size:13px;
	float:right;
	clear:both;
	color:#fff;
	opacity:0.7;
}
.quadro1 span a {
	color:#fff;
	text-decoration:underline;
}
.quadro1 .downloads {
	float:right;
	clear:both;
	padding:50px 0 60px;
}
.quadro1 .links {
	float:right;
	clear:both;
	margin:30px 0 120px;
}
.quadro1 .downloads a {
	font-size:32px;
	padding:18px 30px 14px 30px;
	border:1px solid #fff;
	color:#fff;
	margin:0 0 0 20px;
	opacity:0.8;
}
.quadro1 .downloads a:hover {
	background: url(../images/back_menu.png);
}
.quadro1 .downloads a img {
	width:34px;
	position:relative;
	top:6px;
	margin:0 20px 0 0;
}
.quadro1 .links a {
	background:#005FB2;
	color:#fff;
	font-size:18px;
	padding:14px 26px;
}
.quadro1 .links a:hover {
	background:#007be3;
}
.back-loading {
    display: none;
    position: fixed;
    z-index: 999999999999999;
    width: 100%;
    height: 100%;
    background: url(../images/black.png);
    background: #f00;
}
.back-loading .box-loading {
    position: absolute;
    width: 300px;
    height: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    background: #fff;
    color: #6f7071 ;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
.back-loading .box-loading img {
    margin: 0 0 20px 0;
}
.back-loading .box-loading p {
    font-family:"Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 22px;
}
.back-loading .box-loading span {
    font-family:"Helvetica Neue Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    opacity: 0.6;
}

/************************************************ O SISTEMA ***/
.quadro2 {
	/*background:url(../images/wall.jpg) top no-repeat;*/
	background:#fff;
	overflow:hidden;
}
.quadro2 .sistema-descricao {
	width:70%;
	margin:0 auto;
	padding:140px 0 100px 0;
}
.quadro2 .sistema-descricao .testar {
    color: #fff;
    background: #005fb2 ;
    clear: both;
    font-size: 34px;
    text-align: center;
    padding: 36px 36px 26px 36px;
    font-family:"Helvetica Neue Ultra Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    border-left: 3px solid #007be3;
}
.quadro2 .sistema-descricao .testar:hover {
    background:#007be3;
    border-left: 3px solid #005fb2;
}
.quadro2 .sistema-descricao h1 {
	font-size:70px;
    margin-top: 90px;
}
.quadro2 .sistema-descricao h3 {
	font-size:22px;
	margin:-10px 0 80px 0;
	line-height:1.2;
}
.quadro2 .sistema-descricao h3 .marcaregistrada {
	font-size:14px;
}
.quadro2 .sistema-descricao h3 strong {
	font-family:"Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.quadro2 .sistema-descricao .steps {
	width:100%;
	position:relative;
}
.quadro2 .sistema-descricao .steps .step {
	float:left;
	display:inline;
	width:19%;
	margin:0 1%;
	text-align:center;
	padding:50px 0 0 0;
}
.quadro2 .sistema-descricao .steps .step img, .quadro2 .sistema-descricao .steps .step svg {
	height:120px;
	margin:0 0 10px 0;
}
.quadro2 .sistema-descricao .steps .step strong {
	font-family:"Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.quadro2 .sistema-descricao .steps .step p {
	font-size:13px;
	margin:5px 0 0 0;
}
.quadro2 .sistema-descricao .steps .step a {
	color:#007be3;
}
.quadro2 .sistema-descricao .steps .step a:hover {
	color:#1cb57c;
}
.quadro2 .sistema-descricao .steps .seta {
	float:left;
	display:inline;
	width:2%;
	margin:0 1%;
	height:40px;
	background: url(../images/arrow-next.png) top no-repeat;
	background-size:100% auto;
	opacity:0.6;
	margin-top:10%;
}
.quadro2 .line-more-info {
    float: left;
    clear: both;
    width: 100%;
    background: #dce2e5;
}
.quadro2 .line-more-info .icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2ecc71;
    text-align: center;
    margin: -60px auto 0;
    top: 25px;
    left: -35px;
    color: #fff;
    font-size: 32px;
}
.quadro2 .line-more-info .icon i {
    position: relative;
    top: 13px;
}
.quadro2 .more-info {
	width:60%;
	margin:0 auto;
	margin:0 auto 0;
	padding:100px 0;
}
.quadro2 .more-info .box {
	text-align:center;
	float:left;
	display:inline;
	width:50%;
    padding: 0 0 30px;
    /*background: #fff;*/
	
	margin:0 0; /* deletar depois */
}
.quadro2 .more-info .box h5 {
	font-size:18px;
    color: #444;
    /*background: #f4f4f4;*/
    width: 100%;
    padding: 20px 2% 0;
    font-style: italic;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    /*font-family:"Helvetica Neue Medium", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}
.quadro2 .more-info .box h5 strong {
    /*font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;*/
    color: #007be3;
}
.quadro2 .more-info .box img {
	width:70%;
}
.quadro2 .more-info .comp {
    width: 100%;
    margin: 40px 0 20px 0;
    background: none;
}
.quadro2 .more-info .comp h5 {
    background: none;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size:30px;
    font-family:"Helvetica Neue Medium", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.quadro2 .more-info .comp img {
    width: auto;
    height: 50px;
    margin: 0 10px;
    padding: 10px 15px;
    border-bottom: 3px solid #fff;
}
.quadro2 .more-info .comp img:hover {
    border-bottom: 3px solid #005fb2 ;
}
.quadro2 .more-info .comp .line {
    width: 100%;
    padding-top: 15px;
}
.quadro2 .more-info .comp .ver-todos {
    color: #fff;
    position: relative;
    float: left;
    background: #005fb2;
    clear: both;
    font-size: 22px;
    text-align: center;
    padding: 22px 0;
    width: 100%;
    font-family: "Helvetica Neue Ultra Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #007be3;
    -webkit-transition:all 0.1s ease-in-out;
}
.quadro2 .more-info .comp .ver-todos:hover {
    background: #007be3;
}
.quadro2 .more-info .comp .rastreadores {
    width: 60%;
    margin: 10px auto 20px;
    padding: 30px 0 0;
    background: #fff;
}
.quadro2 .more-info .comp .ver-todos i {
    margin: 0 5px 0 0;
}
.quadro2 .more-info p {
	font-size:20px;
	text-align:center;
	
	clear:both;
}
.quadro2 .more-info p strong {
	font-family: "Helvetica Neue Medium","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro2 .more-info p a {
	color:#007be3;
}
.quadro2 .more-info p a:hover {
	color:#1cb57c;
}
.quadro2 .sistema {
	width:100%;
	position:relative;
	background: url(../images/office-room2.jpg);
	text-align:right;
}
.quadro2 .sistema .sistema-info {
	position:absolute;
	left:0;
	width:20%;
	height:100%;
	padding:0 2%;
	color:#fff;
	padding:16px;
	background: url(../images/back_descricao.jpg) 50% 0 repeat fixed;
	z-index:0;
	opacity:0.9;
	text-align:left;
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro2 .sistema .sistema-info strong {
	font-family: "Helvetica Neue Medium","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro2 .sistema .sistema-info h2 {
	font-size:3.286rem;
	margin:10px 0;
}
.quadro2 .sistema .sistema-info p {
	font-size:16px;
	margin:0 0 10px 0;
}
.quadro2 .sistema .sistema-info ul {
	float:left;
	clear:both;
	margin:15px 0;
}
.quadro2 .sistema .sistema-info li {
	font-size:16px;
	padding:10px 0 10px 15px;
}
.quadro2 .sistema .sistema-info li i {
	margin:0 10px 0 0;
	background:#007be3;
	padding:8px;
	width:15px;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.quadro2 .sistema .sistema-info span {
	float:left;
	clear:both;
	margin:10px 0;
	font-size:12px;
	font-style:italic;
}
.quadro2 .sistema .sistema-info .login {
	text-decoration: none;
	color: #fff;
	background: #005faf;
	padding: 18px 22px 12px;
	font-size: 16px;
	float:left;
	clear:both;
	margin:30px 0 0 0;
}
.quadro2 .sistema .sistema-info .login-right {
	float:right;
	clear:none;
}
.quadro2 .sistema .sistema-info .login:hover {
	background:#007be3;
}
.quadro2 .sistema .monitor {
	margin:80px 0 -70px 0;
	position:relative;
	z-index:999999999999;
	bottom:0;
	z-index:2;
	width:74%;
}
.quadro2 .sistema .wood {
	width:100%;
	height:50px;
	position:relative;
	z-index:1;
	background:url(../images/wood.jpg) repeat-x bottom;
}
.quadro2 .gradient {
	width:100%;
	height:130px;
	background:url(../images/descricao_gradient.png) top repeat-x;
	position:relative;
	z-index:1;
}
.quadro2 #conceitos {
	display:none;
}
.quadro2 #mobile {
	display:block;
}
.quadro2 .descricao {
	background: url(../images/back_descricao.jpg) 50% 0 repeat fixed;
	height:auto;
	padding:60px 0 50px 0;
	color:#d1d1d1;
	width: 100%; 
	position: relative; 
}
.quadro2 .descricao-conteudo {
	width:980px;
	margin:0 auto;
}
.quadro2 .descricao h2 {
	float:left;
	display:inline;
	font-size:46px;
	margin-top:-10px;
	color:#fff;
}
.quadro2 .descricao .div_mini_menu {
	text-align:center;
	float:left;
	clear:both;
	width:100%;
	margin:20px 0 40px 0;
}
.quadro2 .descricao .mini_menu {
	margin:0 15px;
	text-decoration:none;
	color:#fff;
	background:#323232;
	padding:16px 26px;
	font-size:20px;
}
.quadro2 .descricao .mini_menu:hover, .quadro2 .descricao .selected {
	background:#005faf;
}
.quadro2 .descricao strong {
	color:#fff;
}
.quadro2 .descricao span {
	font-size:15px;
	font-style:italic;
}
.quadro2 .descricao .line {
	float:left;
	clear:both;
	width:100%;
	padding:5px 0;
	position:relative;
	z-index:999;
}
.quadro2 .descricao .dotted {
	border-bottom:1px dashed #fff;
	margin:20px 0 20px 0;
}
.quadro2 .pic_sistema {
	background: url(../images/pic_sistema.jpg) 50% 0 repeat fixed;
	float:left;
	clear:both;
	height:450px;
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
}
.quadro2 .pic_sistema .box {
	background: url(../images/black.png) repeat;
	position:relative;
	width:100%;
	height:auto;
	padding:30px 0;
	top:125px;
	text-align:center;
}
.quadro2 .pic_sistema .box .text {
	width:980px;
	margin:0 auto;
	position:relative;
	color:#fff;
	font-size:30px;	
	line-height:1.4;
}
.quadro2 #caracteristicas {
	display:none;
}
.quadro2 .descricao li {
	margin:0 0 0 50px;
	list-style:disc;
}



/************************************************ PLANOS ***/
.quadro3 {
	height:auto;
	background:#fff;
	padding:60px 0;
}
.quadro3 h1 {
	float:left;
}
.quadro3 p strong {
	color:#005faf !important;
}
.quadro3 .planos_content {
	width:70%;
	margin:40px auto 80px auto;
	text-align:center;
}
.quadro3 .planos_content h3 {
	font-size:50px;
	color:#007be3;
}
.quadro3 .planos_content h3 img {
	height:58px;
	margin:0 12px 0 0;
	position:relative;
	top:3px;
}
.quadro3 .planos_content h3 strong {
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro3 .planos_content h5 {
	font-size:28px;
	opacity:0.6;
	margin:-10px 0 0 0;
}
.quadro3 .planos_content .descontos {
	float:left;
	clear:both;
	width:80%;
	margin:80px 10%;
}
.quadro3 .planos_content .descontos img {
	float:left;
	display:inline;
	width:26%;
	margin:0 11% 0 0;
	/*margin:0 8% 0 0;*/
}
.quadro3 .planos_content .descontos img:last-child {
	float:right;
	margin:0;
}
.quadro3 .planos_content .descontos .desconto1, .quadro3 .planos_content .descontos .desconto2 {
	opacity:0.7;
}
.quadro3 .planos_content .planos-caracteristicas {
	float:left;
	clear:both;
	width:100%;
	margin:40px 0;
}
.quadro3 .planos_content .planos-caracteristicas .caract {
	float:left;
	display:inline;
	width:21%;
	padding:0 2%;
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro3 .planos_content .planos-caracteristicas .caract img {
	height:80px;
	margin:0 0 20px 0;
}
.quadro3 .planos_content .planos-caracteristicas .caract strong {
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro3 .planos_content .detalhes, .quadro3 .planos_content .obs {
	font-size:13px;
	font-style:italic;
	opacity:0.6;;
}
.quadro3 .planos_content .obs {
	position:relative;
	top:8px;
	opacity:0.5;
}
.quadro3 .planos_content .detalhes strong, .quadro3 .planos_content .obs strong {
	font-family: "Helvetica Medium","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro3 .orcamento-personalizado {
	clear:both;
	position:relative;
	width:960px;
	margin:100px auto 0;
}
.quadro3 .orcamento-personalizado img {
	float:left;
	display:inline;
	width:310px;
}
.quadro3 .orcamento-personalizado .orc-content {
	float:right;
	display:inline;
	width:610px;
}
.quadro3 .orcamento-personalizado h6 {
	color:#005faf;
	font-size:46px;
	line-height:1.2;
	float:left;
	margin:10px 0 20px 0;
}
.quadro3 .orcamento-personalizado h6 strong {
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro3 .orcamento-personalizado p {
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	float:left;
	clear:both;
}
.quadro3 .orcamento-personalizado p a, .quadro3 .orcamento-personalizado p strong {
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro3 .orcamento-personalizado p, .quadro3 .orcamento-personalizado p strong {
	color:#2d3c3f !important;
}
.quadro3 .orcamento-personalizado p a {
	color:#005faf;
}
.quadro3 .solicitar-orcamento {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	padding:70px 0;
	background:#2d3c3f;
	margin:0 0 80px 0;
	z-index:99;
}
.quadro3 .solicitar-orcamento .solicitar-content {
	width:980px;
	margin:0 auto;
	color:#fff;
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro3 .solicitar-orcamento .solicitar-content .img {
	float:left;
	display:inline;
	width:13%;
}
.quadro3 .solicitar-orcamento .solicitar-content .img img {
	width:100%;
}
.quadro3 .solicitar-orcamento .solicitar-content h6 {
	font-size:35px;
	margin:0 0 40px 0;
}
.quadro3 .solicitar-orcamento .solicitar-content h5 {
	font-size:35px;
	margin:0 0 7px 0;
	float:right;
	width:84%;
	text-align:right;
}
.quadro3 .solicitar-orcamento .solicitar-content p {
	float:right;
	width:84%;
	font-size:16px;
	text-align:right;
}
.quadro3 .solicitar-orcamento .solicitar-content p a {
	text-decoration:underline;
	color:#fff;
}
.quadro3 .solicitar-orcamento .solicitar-content .campo {
    float: left;
    display: inline;
}
.quadro3 .solicitar-orcamento .solicitar-content input[type="text"] {
	width:92%;
	padding:20px 4% 8px;
	font-size:32px;
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	border:0;
	margin:0 0 15px 0;
	border-bottom:4px solid #fff;
}
.quadro3 .solicitar-orcamento .solicitar-content input[type="text"]:focus {
	border-bottom:4px solid #005faf;
}
.quadro3 .solicitar-orcamento .solicitar-content input[type="button"], .quadro3 .solicitar-orcamento .solicitar-content input[type="submit"] {
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size:32px;
	float: right;
	width:16%;
	color:#fff;
	background:#005faf;
	padding:22px 2% 10px;
	border:0;
	cursor:pointer !important;
	letter-spacing:3px;
}
.quadro3 .solicitar-orcamento .solicitar-content input[type="button"]:hover, .quadro3 .solicitar-orcamento .solicitar-content input[type="submit"]:hover {
	background:#231f20;
}
.quadro3 .solicitar-orcamento .solicitar-content span {
	font-size:17px;
	font-style: italic;
	color:#fff;
    float: right;
    clear: both;
    text-align: right;
}
.campo-email {
    width: 76%;
}
/************************************************ A EQUIPE ***/
.quadro4 {
	background: url(../images/quadro4_1.jpg) 50% 0 repeat fixed;
	min-height: 100%;
	height:auto;
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	
	padding:0 0 150px 0;
}
.quadro4 h1 {
	margin:-20px 0 20px 0!important;
}
.quadro4 .content_equipe {
	background: url(../images/quadro4_2.png) 50% 0 repeat fixed;
	width:100%;
	position:relative;
	padding:0 0 150px 0;
	margin:0 0 -150px 0;
}
.quadro4 p {
	margin:-10px 0 30px 0;
}
.quadro4 strong {
	color:#005faf !important;
}
.quadro4 .fotos_equipe {
	width:100%;
	float:left;
}
.quadro4 .fotos_equipe img {
	float:left;
	display:inline;
	width:12.5%;
}
.quadro4 .funcionarios {
	width:980px;
	margin:0 auto;
	padding:20px 0 40px 0;
	clear:both;
}
.quadro4 .funcionarios .funcionario {
	float:left;
	display:inline;
	background:#f2f2f2;
	color:#7b7b7b;
	text-align:center;
	text-transform:uppercase;
	cursor:default;
	margin:0 0 40px 94px;
}
.quadro4 .funcionarios .first {
	margin:0;
}
.quadro4 .funcionarios .funcionario:hover {
	background:#231f20;
	color:#f9fbfa;
}
.quadro4 .funcionarios .funcionario .pic {
	width:240px;
	height:255px;
	background:#005faf;
	margin:10px;
	border:2px solid #f5f5f5;
}
.quadro4 .funcionarios .funcionario:hover .pic {
	height:250px;
	margin-bottom:15px;
	border:2px solid #fff;
	background:#fff;
}
.quadro4 .funcionarios .funcionario h2 {
	margin:5px 0 -5px 0;
	font-size:15px;
}
.quadro4 .funcionarios .funcionario h3 {
	font-size:11px;
}
.quadro4 .funcionarios .funcionario .social {
	margin:20px 0;
}
.quadro4 .funcionarios .funcionario .social img {
	margin:3px;
	width:24px;
}
.quadro4 .funcionarios .funcionario:hover .social img {
	background:#fff;
}


/************************************************ CONTATO ***/
.quadro5 {
	background-color:#f2f2f2;
	margin:150px 0 0 0;
	font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro5b {
    background-color: #fff;
}
.quadro5-menor {
    background-color: #fff;
}
.quadro5 strong {
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro5 .clouds {
	float:left;
	clear:both;
	background:url(../images/clouds.png) bottom no-repeat;
	width:100%;
	height:150px;
	margin-top:-150px;
}
.quadro5 .city {
	float:left;
	clear:both;
	width:100%;
}
.quadro5 h1 {
	display:inline;
}
.quadro5 strong {
	color:#005faf !important;
}
.quadro5 .contato_content {
	clear:both;
	width:980px;
	margin:-30px auto 30px auto;
	position:relative;
	z-index:9;
}
.quadro5 .form {
	float:left;
	display:inline;
	width:68%;
	margin:30px 0 0 0;
}
.quadro5 .info_contato {
	float:right;
	width:28%;
	margin:30px 0 0 0;
}
.quadro5 .line {
	float:left;
	clear:both;
	width:100%;
	padding:7px 0;
}
.quadro5 .line .campo {
	float:left;
	display:inline;
	width:48%;
}
.quadro5 .line .first {
	margin-right:4%;
}
.quadro5 .line label img {
	margin:0 10px 0 0;
	position:relative;
	top:3px;
	width:24px;
}
.quadro5 input[type="text"], .quadro5 textarea, .quadro5 select {
	width:96%;
	padding:15px 2%;
	color:#848484;
	border:1px solid #c4c3c3;
}
.quadro5 textarea {
	height:120px;
}
.quadro5 input[type="text"]:focus, .quadro5 textarea:focus, .quadro5 select:focus {
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	background:#231f20;
}
.quadro5 input[type="submit"] {
	padding:22px 26px;
	text-transform:uppercase;
	color:#fff;
	background:#231f20;
	border:0;
	cursor:pointer;
	margin:20px 0 0 0;
}
.quadro5 input[type="submit"]:hover {
	background:#7b7b7b;
}
.quadro5 .info {
	float:left;
	clear:both;
	width:100%;
	margin:20px 0 -10px 0;
}
.quadro5 .info img {
	float:left;
	display:inline;
	width:40px;
	height:40px;
	margin:0 10px 30px 0;
	
	background:#000;
}
.quadro5 .info p {
	font-weight:bold;
	margin:-6px 0 0 0;
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.quadro5 .info span {
	font-size:14px;
	position:relative;
	top:2px;
}
.quadro5 .mapa {
	width:100%;
	float:left;
	clear:both;
	height:200px;
	border-top:100px solid #231f20;
}
.quadro5 .mapa iframe {
	width:100%;
	height:100%;
}
.quadro5 .error {
	border:1px solid #af0029 !important;
	background:#c28896 !important;
}
.quadro5 .campo_check {
	width:auto !important;
	position:relative;
	top:7px;
	margin-right:40px;
}
.quadro5 #qtd_veiculos1 {
	margin:0 0 -20px 0;
}
.quadro5 #fecharmapa {
	display:none;
}
.quadro5 #abrirmapa img, .quadro5 #fecharmapa img {
	position:relative;
	width:30px;
	left:50%;
	margin:0 0 -30px -15px;
	position:relative;
	top:60px;
}



/************************************************ RODAP� ***/
.rodape {
	float:left;
	clear:both;
	width:100%;
	height:50px;
	background:#231f20;
}
.rodape .rodape_content {
	width:96%;
	margin:0 auto;
	color:#fff;
}
.rodape .rodape_content .social {
	width:auto;
	float:left;
	display:inline;
	color:#fff !important;
	position:relative;
	bottom:10px;
}
.rodape .rodape_content .signature {
	text-align:right;
	font-size:11px;
	margin:17px 0 0 0;
}


/********************************** BACK TO TOP **********/
#back-top {
	position: fixed;
	bottom:-60px;
	left:30px;
	opacity:0.6;
  	filter:alpha(opacity=60);
	/*bottom: 30px;
	margin-left: -150px;*/
}
#back-top a {
	width: 88px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	position:relative;
	bottom:0px;
	/* background color transition */
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#back-top a:hover {
	color: #000;
	bottom:10px;
}
/* arrow icon (span tag) */
#back-top span {
	width: 88px;
	height: 88px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#back-top a:hover span {
	background-color: #777;
}



/****************************** MOBILE *******/
.quadro6 .pic_mobile {
	background: url(../images/back-mobile.jpg);
	float:left;
	clear:both;
	height:600px;
	margin: 0 auto; 
	width: 100%; 
	position: relative;
	margin-bottom:100px;
}
.quadro6 .pic_mobile .box {
	position:absolute;
	width:100%;
	height:auto;
	padding:0px 0 30px 0;
	text-align:center;
}
.quadro6 .pic_mobile .box .texto {
	width:980px;
	margin:60px auto 0;
	color:#fff;
	font-size:34px;
	text-align:center;
	position:relative;
	-webkit-transition:all 0.7s ease-in-out;
	transition-property: all;
	transition-duration: 0.7s;
}
.quadro6 .pic_mobile .box .texto h1 {
	color:#fff;
}
.quadro6 .pic_mobile .box .texto h2 {
	font-size:42px;
}
.quadro6 .pic_mobile .box .texto p {
	margin:5px 0 35px;
	font-size:24px;
}
.quadro6 .pic_mobile .box .texto a {
	font-size:32px;
	padding:18px 30px 14px 30px;
	border:1px solid #fff;
	color:#fff;
}
.quadro6 .pic_mobile .box .texto .android {
	background:#1cb57c;
	border:1px solid #1cb57c;
}
.quadro6 .pic_mobile .box .texto .ios {
	background:#2d3e50;
	border:1px solid #2d3e50;
}
.quadro6 .pic_mobile .box .texto .android:hover, .quadro6 .pic_mobile .box .texto .ios:hover {
	border:1px solid #fff;
}
.quadro6 .pic_mobile .box .texto .windowsphone:hover {
	background:#ef6352;
	border:1px solid #ef6352;
}
.quadro6 .pic_mobile .box .texto a img {
	width:34px;
	position:relative;
	top:6px;
	margin:0 20px 0 0;
	-webkit-transition:background 0s ease-in-out !important;
	transition-delay:0s !important;
}
.quadro6 .em-breve {
	opacity:0.4;
	cursor:default;
}
.quadro6 .pic_mobile .qrcode {
	margin:60px 0 0;
}




/****************************** PAGE MOBILE *******/
.second-page, .second-page p {
    font-weight: normal;
    font-style: normal;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.topo-mobile, .tempo-real, .historico, .onde-estacionei, .cerca, .obs {
    float: left;
    clear: both;
    width: 100%;
}
.topo-mobile {
    color: #fff;
    text-align: center;
    padding: 150px 0;
    background-image: url(../images/03c.jpg);
    background-size: 100% auto;
    background-position: 0 20%;
}
.topo-mobile p {
    font-size: 38px;
    margin-bottom: 40px;
    font-family: "Helvetica Neue Ultra Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.topo-mobile p strong {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.topo-mobile strong {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.topo-mobile a {
    padding: 20px;
    font-size: 24px;
    color: #fff;
    background: #005fb2;
    opacity: 0.8;
    cursor: pointer;
    border-left: 4px solid #1b9668;
    clear: both;
    text-transform: uppercase;
    margin: 0 10px;
}
.topo-mobile a:hover {
    background:#007be3;
}
.topo-mobile a img {
    height: 26px;
    position: relative;
    top: 3px;
    margin: 0 0 0 10px;
}
.tempo-real {
    padding: 100px 0 0 0;
}
.tempo-real .img-mobile {
    float: left;
    display: inline;
    width: 30%;
}
.tempo-real .texto {
    float: right;
    width: 66%;
    position: relative;
    top: 10px;
}
.tempo-real .texto h2 {
    font-size: 46px;
    color: #005faf;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.tempo-real .texto h2 img {
    width: 40px;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}
.tempo-real .texto p {
}
.tempo-real .texto a {
}
.tempo-real .texto a img {
}
.historico {
    background: #379ee1;
    color: #fff;
    padding: 60px 0;
}
.historico .texto {
    width: 31%;
    padding: 0 2%;
}
.historico .texto-left {
    float: left;
    display: inline;
    text-align: right;
}
.historico .texto-left h2 {
    float:right;
}
.historico .texto-right {
    float: right;
    display: inline;
    position: absolute;
    bottom: 0;
}
.historico .img-centro {
    width: 29%;
    float: left;
    display: inline;
}
.historico .texto h2 {
    font-size: 34px;
    margin: 0 0 10px 0;
}
.historico .texto h2 img {
    width: 40px;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}
.historico .texto p {
    clear: both;
    font-size: 20px;
}
.historico .texto ul {
    font-size: 18px;
    margin: 15px 0 0 20px;
}
.onde-estacionei {
    padding: 170px 0;
    background: url(../images/back-onde-estacionei.jpg);
    background-size: 100% auto;
    background-position: 0 40%;
    color: #fff;
}
.onde-estacionei .title- {
    float: left;
    clear: both;
    margin: 0 0 20px 0;
}
.onde-estacionei .title- img {
    width: 60px;
    position: relative;
    top: 25px;
    margin: 0 30px 0 0;
    float: left;
    display: inline;
}
.onde-estacionei h2 {
    float: left;
    font-size: 46px;
    width: 60%;
    line-height: 1.3;
}
.onde-estacionei .texto {
    margin: 20px 0 0 0;
    width: 60%;
    font-size: 22px;
}
.onde-estacionei .texto strong {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.cerca {
}
.cerca .img-car {
    float: left;
    display: inline;
    width: 36%;
}
.cerca .texto {
    float: right;
    width: 58%;
}
.cerca h2 {
    font-size: 42px;
    margin-bottom: 10px;
}
.cerca h2 img {
    width: 40px;
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
}
.cerca p {
    font-size: 17px;
    line-height: 1.3;
}
.cerca p strong {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.cerca .content {   
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
}

.obs {
    padding: 60px 0;
    font-size: 14px;
    text-align: center;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}





/****************************** PAGE REPRESENTANTE *******/
.topo-representante {
    background-image: url(../images/10b.jpg);
}
.frase {
    text-align: center;
    float: left;
    clear: both;
    width: 100%;
    padding: 40px 0 0 0;
}
.frase h1 {
    font-size: 50px;
    color: #007be3;
    margin: 0 0 -10px 0;
}
.frase h2 {
    font-size: 30px;
}
.info_contato ul {
    margin: 0 0 0 20px;
}
.info_contato ul li {
    font-size: 17px;
    padding: 7px 0;
    list-style: disc;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}




/****************************** PAGE APARELHOS HOMOLOGADOS *******/
.topo-homologacao {
    background-image: url(../images/13.jpg);
}
.topo-homologacao p {
    position: relative;
    top: 40px;
    margin-bottom: 30px;
}
.legenda {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 15px;
    padding-top: 40px;
    clear: both;
}
.legenda p {
    margin: 0 0 15px 0;
}
.page-homologacao .fa-check-circle {
    color: #27ae60;
}
.page-homologacao .fa-question-circle {
    color: #f39c12;
}
.page-homologacao .fa-times-circle {
    color: #e74c3c;
}






/****************************** PAGE TEXTO LONGO *******/
.topo-texto-longo {
    padding: 170px 0 70px;
    background-position: 0 30%;
}
.topo-texto-longo  p {
    font-size: 58px;
}
.topo-apresentacao {
    background-image: url(../images/12.jpg);
    color: #f1f2f7;
    padding: 130px 0 30px;
}
.topo-texto-longo  span {
    font-size: 24px;
    position: relative;
    bottom: 40px;
}
.texto-longo p {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    margin: 25px 0;
}




/****************************** PÁGINA APRESENTAÇÃO *******/
.apresentacao {
}
.video-container {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 0 0 25px 0;
    text-align: center;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aviso {
    float: left;
    clear: both;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 16px;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.aviso strong {
    color: #007be3;
}
.aviso h3 {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #007be3;
    font-size: 22px;
    margin: 20px 0 0 0;
}
.aviso h5 {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 18px;
}
.aviso a {
    color: #007be3;
    text-decoration: underline;
}
.aviso a:hover {
    color: #333;
}
.aviso .line {
    float: left;
    clear: both;
    width: 96%;
    margin: 30px 0;
    
    padding: 20px 2%;
    background: #f1f2f7;
    border: 1px solid #ccc;
}
.aviso input[type="text"] {
    width:17%;
	padding:10px 2% 10px;
	font-size:16px;
	font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	border:0;
	margin:0 2% 0 0;
    border: 1px solid #d3d6db;
    color: #d3d6db;
    background: #fff;
    -webkit-transition:all 0.2s ease-in-out;
}
.aviso input[type="text"]:focus {
    color: #333;
    border: 1px solid #333;
}
.aviso input[type="submit"] {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/send.png);
    border: 0;
    cursor: pointer;
}
.apresentacao .left-box {
    float: left;
    display: inline;
    width:78%;
}
.apresentacao .right-box {
    float: right;
    width: 20%;
    text-align: center;
}
.apresentacao .right-box strong {
    color: #007be3;
}
.apresentacao .right-box span {
    position: relative;
    top: 4px;
    opacity: 0.8;
    font-size: 13px;
    font-style: italic;
}
.apresentacao h4 {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 24px;
}
.apresentacao p {
    font-size: 15px;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.apresentacao .right-box .line {
    margin: 0 0 35px 0;
}
.apresentacao .subscribe {
    width: 100%;
}
.apresentacao .suporte {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    background: #007be3 ;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
    float: left;
    clear: both;
}




/* ---------------------------------------------------------------------------------------------------- LAYOUT RESPONSIVO */

@media only screen and (max-width: 1450px) {
	.quadro2 .sistema .sistema-info h2 {
		font-size:2.886rem;
	}
	.quadro2 .sistema .sistema-info p {
		font-size:12px;
	}
	.quadro2 .sistema .sistema-info li {
		font-size:12px;
		padding:4px 0 4px 10px;
	}
	.quadro2 .sistema .sistema-info .login {
		font-size:13px;
		padding:12px 16px 6px;
	}
    .topo-mobile {
        background-size: auto 100%;
    }
} /*max-width: 1400px */


@media only screen and (max-width: 1190px) {
	.menu {
		height:60px;
	}
	.menu img {
		margin:10px 0 0 10px;
		width:190px;
	}
	.menu .menu-principal li a {
		font-size:14px;	
		position:relative;
		padding:20px 16px;
		top:18px;
	}
}
@media only screen and (max-width: 1280px) {
	.quadro2 .sistema {
		height:660px;
		width:100%;
		position:relative;
	}
	.quadro2 .sistema .monitor {
		margin:0;
		/*margin-top:140px;*/
		position:absolute;
		bottom:5px;
		right:0;
		z-index:999;
		width:80%;
	}
	.quadro2 .sistema .wood {
		position:absolute;
		bottom:0;
	}
	.quadro2 .sistema .login-right {
		display:none;
	}
}
@media only screen and (max-width: 1100px) {
	.quadro1 .bussologio img {
		width:400px;
	}
} /*max-width: 1080px */

@media only screen and (max-width: 1030px) {
	.quadro1 h1 {
        margin-top: 100px;
		font-size:3.2rem;
	}
    .quadro1 h1 strong {
        font-size:3.4rem;
    }
	.quadro2 .sistema {
		height:560px;
		overflow:hidden;
	}
	.quadro2 .sistema .monitor {
		width:75%;
	}
	.quadro2 .sistema .sistema-info {
		width:35%;
	}
    .content {
        width: 94%;
        padding: 0 3%;
    }
}

@media only screen and (max-width: 990px) {
	.menu {
		height:50px;
	}
	.menu img {
		margin:10px 0 0 10px;
		width:160px;
	}
	.menu .menu-principal li a {
		font-size:13px;	
		position:relative;
		padding:16px 12px;
		top:14px;
	}
}
	
@media only screen and (max-width: 980px) {
	.quadro1 .bussologio, .quadro3 .planos_content, .quadro4 .funcionarios, .quadro5 .contato_content, .quadro2 .descricao-conteudo, .quadro2 .pic_sistema .box .text, .quadro3 .solicitar-orcamento .solicitar-content, .quadro4 .funcionarios, .quadro5 .contato_content, .quadro3 .orcamento-personalizado {
		width:94% !important;
		max-width:94%;
		padding-left:3%;
		padding-right:3%;
		overflow-x:hidden;
	}
	.quadro2 .pic_sistema {
		/*background: url(../images/pic_sistema.jpg) 50% 0 repeat fixed !important;*/
	}
	.quadro2 .pic_sistema h3, .quadro2 .pic_sistema p {
		font-size:70% !important;
	}
	.quadro2 .pic_sistema {
		height:auto;
	}
	.quadro2 .pic_sistema .box {
		margin:150px 0;
		top:0;
	}
	.quadro2 .pic_sistema .box .text {
		width:94%;
		position:relative;
	}
	.quadro4 .funcionarios .funcionario {
		width:27% !important;
		margin:0 0 0 2%;
		padding:2%;
		position:relative;
	}
	.quadro4 .funcionarios .funcionario .pic {
		position:relative;
		width:100% !important;
		height:auto;
		margin:0 0 15px 0;
	}
	.quadro4 .funcionarios .funcionario .pic img {
		width:100%;
		height:auto;
	}
	.quadro4 .funcionarios .funcionario:hover .pic {
		height:auto;
		margin-bottom:15px;
		border:2px solid #fff;
	}
	.quadro4 .funcionarios .funcionario .social {
		margin:10px 0 0 0;
	}
	.quadro1, .quadro2 .descricao, .quadro4, .quadro4 .content_equipe, .quadro2 .pic_sistema {
		background-position:top !important;
	}
	.quadro2 .pic_sistema {
		background-position:50% 20% !important;
	}
	/*.quadro6 .pic_mobile {
		height:800px;
		background-size: 100% 100%;
		background: url(../images/back-mobile.jpg) bottom no-repeat;
	}*/
	.quadro6 .pic_mobile {
		height:500px;
	}
	.quadro6 .pic_mobile .box .texto {
		width:96%;
		margin:40px 2% 0;
	}
	.quadro6 .pic_mobile .box .texto h1 {
		font-size:70px;
	}
	.quadro6 .pic_mobile .box .texto h2 {
		font-size:32px;
	}
	.quadro6 .pic_mobile .box .texto p {
		font-size:20px;
	}
	.quadro6 .pic_mobile .box .texto a {
		font-size:26px;
	}	
} /*max-width: 980px */

@media only screen and (max-width: 950px) {
	.quadro1 .bussologio {
		margin:0 0 0 0;
		position:relative;
		top:80px;
		left:0;
		height:300px;	
	}
	.quadro1 .bussologio img {
		width:400px;
	}
	.imagem1 {
		background-image: url(../images/03b.jpg);
	}
	.imagem2 {
		background-image: url(../images/07b.jpg);
	}
    .imagem3 {
		background-image: url(../images/10c.jpg);
	}
	.quadro2 .sistema-descricao {
		width:90%;
		margin:0 auto;
		padding:40px 0;
	}
	.quadro3 .planos_content .descontos {
		width:96%;
		margin:60px 2%;
	}
	.quadro3 .orcamento-personalizado img {
		width:35%;
	}
	.quadro3 .orcamento-personalizado .orc-content {
		width:63%;
	}
} /*max-width: 950px */

@media only screen and (max-width: 920px) {	
	.rodape {		
		height:60px;
	}
	.rodape .rodape_content .social {
		width:100%;
		text-align:center;		
		top:0px;
	}
	.rodape .rodape_content .signature {
		text-align:left;
		clear:both;
		text-align:center;
		font-size:11px;
		margin:12px 0 0 0;
	}
	.quadro1 h1 {
		font-size:3.0rem;
	}
	.quadro1 h1 font {
		font-size:3.4rem;
	}
	.quadro1 h1 strong {
		font-size:3.4rem;
	}
	.quadro1 .chamada {
		width:84%;
	}
	.quadro1 .downloads a {
		font-size:26px;
		padding:16px 24px 10px;
	}
	.quadro1 .downloads {
		padding:30px 0 0;
	}
	.quadro2 .sistema-descricao .steps .step {
		width:40%;
		margin:0 1%;
		padding:50px 0 0 0;
	}
	.quadro2 .sistema-descricao h3 {
		margin:-10px 0 30px 0;
    }
    .footer-vsplus .coluna3 img {
        width: 30px;
        margin: 0 10px 15px 0;
    }
} /*max-width: 920px */

@media only screen and (max-width: 870px) {
	.menu {
		background:none;
		width:auto;
		z-index:999999;
	}
	.menu img {
		width:220px;
	}
	.menu .menu-principal {
		display:none
	}
	.show-menu {
		display:block;
		position:fixed;
		width:60px;
		top:8px;
		right:5px;
		z-index:9999999999;
	}
	.quadro2 .sistema-descricao .steps .step {
		width:40%;
		margin:0 2%;
		padding:50px 0 0 0;
	}
	.quadro2 .sistema-descricao .steps .step img, .quadro2 .sistema-descricao .steps .step svg {
		height:120px;
		margin:0 0 10px 0;
	}
	.quadro2 .sistema-descricao .steps .seta {
		display:none;
	}
	.quadro2 .sistema {
		height:560px;
		overflow:hidden;
	}
	.quadro2 .sistema .monitor {
		width:75%;
	}
	.quadro2 .sistema .sistema-info {
		width:100%;
	}
	.quadro3 .orcamento-personalizado img {
		width:35%;
	}
	.quadro3 .orcamento-personalizado .orc-content {
		width:63%;
	}
	.quadro3 .orcamento-personalizado .orc-content h6 {
		font-size:34px;
	}
}

@media only screen and (max-width: 820px) {	
	.quadro6 .pic_mobile {
		height:700px;
	}
	.quadro6 .pic_mobile .box .texto a {
		padding:12px 20px;
		clear:both;
		display:table;
		margin:0 auto -30px auto;
	}
}

@media only screen and (max-width: 810px) {
	.quadro5 .form {
		width:98%;
		margin:30px 0 0 0;
	}
	.quadro5 .info_contato {
		float:left;
		clear:both;
		width:98%;
		margin:30px 0 0 0;
	}
	.quadro6 .pic_mobile {
		background: url(../images/back-mobile-b.jpg);
	}
    .campo-email {
        width: 92%;
    }
    .quadro3 .solicitar-orcamento .solicitar-content input[type="button"], .quadro3 .solicitar-orcamento .solicitar-content input[type="submit"] {
        float: right;
        clear: both;
        width: auto;
        padding: 22px 15px 10px;
    }
	
} /*max-width: 810px */	

@media only screen and (max-width: 790px) {
	.quadro5 h1 {
		font-size:100px;
	}	
	.quadro1 h1 {
        margin-top: 30px;
		font-size:2.4rem;
		font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	}
	.quadro1 p, .quadro1 span {
		font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	}
	.quadro1 h1 font {
		font-size:2.8rem;
	}
	.quadro1 h1 strong {
		font-size:2.8rem;
	}
	.quadro1 .links {
		float:none;
		width:100%;
		text-align:center;
	}
	.quadro1 span {
		float:none;
	}
	.quadro1 .downloads a {
		font-size:16px;
		padding:12px 10px 6px;
		margin:0 0 0 10px;
	}
	.quadro1 .downloads a img {
		width:24px;
		top:6px;
		margin:0 10px 0 0;
	}
	.quadro1 .downloads {
		padding:10px 0 0;
	}
	.quadro3 .planos_content .descontos .desconto1, .quadro3 .planos_content .descontos .desconto2, .quadro3 .planos_content .descontos img:last-child {
		float:left;
		clear:both;
		width:50%;
		margin:0 25% 60px;
	}
} /*max-width: 790px */	


@media only screen and (max-height: 730px) {
	.quadro1 .chamada {
		top:65%;
	}
	.quadro3 .planos_content {
		margin:0;
	}
}

@media only screen and (max-height: 720px) {
	.quadro2 .sistema {
		height:470px;
	}
	.quadro2 .sistema-info, .quadro2 .sistema, .quadro2 .sistema-descricao .steps  {
		display:none;
	}
    .quadro2 .sistema-descricao .more-info {
        border-top: 0;
        padding: 0;
    }
	.quadro2 .sistema .monitor {
		width:100%;
	}
}

@media only screen and (max-width: 700px) {
	.quadro3 .planos_content .table_planos {
		font-size:14px;
	}
	.quadro3 .planos_content .table_planos .titulo, .quadro3 .planos_content .table_planos .titulo:hover, .quadro3 .planos_content .table_planos .titulo tr:hover {
		font-size:14px;
	}
    .topo-mobile p {
        font-size: 22px;
    }
    .topo-mobile a {
        font-size: 18px;
    }
    .frase h1 {
        font-size: 36px;
    }
    .frase h2 {
        font-size: 24px;
    }
    .topo-texto-longo {
        padding: 100px 0 0;
    }
    .texto-longo p {
        margin: 10px 0 20px;
    }
    .tempo-real {
        padding: 30px 0 0 0;
    }
} /*max-width: 700px */	

@media only screen and (max-width: 650px) {
	.quadro2 .pic_sistema h3, .quadro2 .pic_sistema p {
		font-size:60% !important;
	}
	.quadro2 .pic_sistema .box {
		margin:80px 0;
		top:0;
	}
	.quadro6 .pic_mobile .box .texto h1 {
		font-size:60px;
	}
	.quadro6 .pic_mobile .box .texto h2 {
		font-size:24px;
	}
	.quadro3 .planos_content .table_planos {
		font-size:13px;
	}
	.quadro3 .planos_content .table_planos .titulo, .quadro3 .planos_content .table_planos .titulo:hover, .quadro3 .planos_content .table_planos .titulo tr:hover {
		font-size:12px;
	}
	.quadro1 h1 {
		font-size:2.0rem;
	}
	.quadro1 h1 font {
		font-size:2.2rem;
	}
	.quadro1 h1 strong {
		font-size:2.2rem;
	}
	.quadro1 .chamada {
		top:60%;
		width:70%;
		margin-left:15%;
		text-align:center;
	}
	.quadro1 .links {
		margin:30px 0 20px;
	}
	.quadro1 .downloads {
		float:none;
	}
	.quadro2 .sistema-descricao .steps .step {
		width:100%;
		margin:0 0 30px 0;
		padding:50px 0 0 0;
	}
	.quadro2 .sistema-descricao .steps .step img, .quadro2 .sistema-descricao .steps .step svg {
		height:120px;
		margin:0 0 10px 0;
	}
	.quadro2 .sistema-descricao .more-info {
		margin:30px auto 0;
		padding:30px 0 0 0;
	}
	.quadro3 .planos_content .descontos .desconto1, .quadro3 .planos_content .descontos .desconto2, .quadro3 .planos_content .descontos img:last-child {
		float:left;
		clear:both;
		width:70%;
		margin:0 15% 50px;
	}
	.quadro3 .planos_content .planos-caracteristicas .caract {
		font-size:14px;
	}
	.quadro3 .orcamento-personalizado {
		padding-top:0;
		margin-top:-50px;
	}
	.quadro3 .orcamento-personalizado img {
		display:none;
	}
	.quadro3 .orcamento-personalizado .orc-content {
		width:100%;
		text-align:center;
		padding-bottom:30px;
	}
	.quadro3 .planos_content h3 {
		font-size:36px;
	}
	.quadro3 .planos_content h3 img {
		height:44px;
	}
	.quadro3 .planos_content h5 {
		font-size:22px;
	}
	.quadro3 .solicitar-orcamento .solicitar-content h5 {
		font-size:24px;
	}
} /*max-width: 650px */	

@media only screen and (max-width: 570px) {	
	.quadro1 .bussologio img {
		display:none;
	}
	.quadro1 #slideshow {
		width:98%;
	}
	.rodape {		
		height:40px;
	}
	.rodape .rodape_content .social {
		display:none;
	}
	.rodape .rodape_content .signature {		
		text-align:center;
		font-size:11px;
		margin:12px 0 0 0;
	}
	.fotos_equipe img {
		display:none !important;
	}
	.quadro3 h1, .quadro4 h1 {
		font-size:100px;
	}
	.quadro5 h1 {
		font-size:80px;
	}
	
	.quadro2 .descricao .dotted {
		margin:10px 0;
	}
	.quadro2 .descricao .div_mini_menu {		
		margin:10px 0 30px 0;
	}
	.quadro2 .descricao .mini_menu {
		margin:0 10px;		
		padding:12px 20px;
		font-size:15px;
	}
	.quadro2 .descricao {
		font-size:16px;
	}
	.quadro2 .descricao span {
		font-size:13px;
	}	
	.quadro2 .sistema {
		height:400px;
	}
} /*max-width: 570px */

@media only screen and (max-width: 550px) {
    .quadro2 .sistema-descricao .testar {
        font-size: 24px;
        padding: 26px 26px 16px 26px;
    }
    .quadro2 .sistema-descricao h1 {
        font-size: 50px;
        margin-top: 40px;
    }
}

@media only screen and (max-height: 550px) {
	.quadro1 .chamada {
		top:66%;
	}
	.quadro1 .links {
		margin:30px 0 20px;
	}
}

@media only screen and (max-width: 500px) {	
	.quadro3 .planos_content .table_planos {
		width:96%;
		margin:0 2%;
		font-size:14px;
	}
	.quadro3 .planos_content .table_planos .titulo, .quadro3 .planos_content .table_planos .titulo:hover, .quadro3 .planos_content .table_planos .titulo tr:hover {
		font-size:16px;
	}
	.quadro3 .planos_content .planos-caracteristicas .caract {
		width:44%;
		padding:0 3%;
		margin-bottom:50px;
	}
	.quadro2 .sistema {
		height:320px;
	}
    .quadro1 h1 {
        font-size: 1.7rem;
    }
    .quadro1 h1 strong {
        font-size: 1.9rem;
    }
    .quadro1 p {
        font-size: 14px;
    }
    #caller {
        display: none !important;
    }
} /*max-width: 500px */

@media only screen and (max-width: 460px) {	
	.quadro3 h1, .quadro4 h1 {
		font-size:80px;
	}
	.quadro5 h1 {
		font-size:60px;
		line-height:1.2;
	}
	#abrirmapa {
		display:none;
	}
	.quadro2 .descricao .login {
		display:none;
	}
	.quadro4 p {
		font-size:15px;
	}
	.quadro4 .funcionarios .funcionario {
		clear:both;
		width:95% !important;
		margin:0 0 20px 0 !important;
	}
	.quadro4 .funcionarios .first {
		margin:0 0 20px 0 !important;
	}
	.quadro4 .funcionarios .funcionario .pic {
		width:99% !important;		
	}
	.quadro4 .funcionarios .funcionario:hover .pic {		
		margin-bottom:10px;
	}
	.quadro4 .funcionarios .funcionario .pic img {
		width:100%;
	}	
	.quadro6 .pic_mobile .box .texto h1 {
		font-size:50px;
	}

} /*max-width: 460px */

@media only screen and (max-width: 420px) {	
	.quadro2 .descricao .mini_menu {
		padding:14px 12px;
		font-size:12px;
	}
} /*max-width: 420px */