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

body {
	background-color: #F2F2F2;
	margin: 0px;
}

* {
margin: 0;
padding: 0;
border: 0;
}

::selection { background: #ce303e; color: #fff; } ::-moz-selection { background: #ce303e; color: #fff; }

#topo {
	width: 100%;
	height: 124px;
}

#topo-logo {
	background-color: #2D2D2D;
	clear: both;
	float: none;
	height: 80px;
	width: 100%;
	text-align: center;
	background-image: url(../img/logo-live-l.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu {
	height: 44px;
	width: 100%;
	background-color: #2D2D2D;
	text-align: center;
}
#menufix {
	height: 44px;
	width: 100%;
	background-color: #2D2D2D;
	text-align: center;
	position:fixed;
	top: -70px;
	z-index: 2;
}
#lista {
	padding-top:2px;
	height: 40px;
	width: 320px;
	margin: 0 auto;
}

#listafix {
	padding-top:2px;
	height: 40px;
	width: 320px;
	margin: 0 auto;
}
#menu ul {
	list-style-type: none;
	height: 44px;
	margin: 0px auto;
	text-align: center;
	width: 320px;
}

#menu ul a{
	text-decoration: none;
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 0.9em;
	color: #FFF;
	text-align:center;
}

#menu ul a:hover{
	text-decoration: none;
	color: #CCC;
}

#menu li {
	float:left;
	margin: 8px 11px 0 11px;

}
#menufix ul {
	list-style-type: none;
	height: 44px;
	margin: 0px auto;
	text-align: center;
	width: 320px;
	position: fixed; 
}

#menufix img{
	display: none;
}

#menufix ul a{
	text-decoration: none;
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 0.9em;
	color: #FFF;
	text-align:center;
}

#menufix ul a:hover{
	text-decoration: none;
	color: #CCC;
}

#menufix li {
	float:left;
	margin: 8px 11px 0 11px;

}
#content {
	width: 100%;
	margin: 0;
	text-align:center;
}
#inicio {
	width: 90%;
	height: 460px;
	margin: 0 auto;
	padding-top:3%;
}
#processo {
	height: 300px;
	width: 280px;
	margin: 6% auto;
}
#divisor {
	height: 10px;
	width: 100%;
	background-image: url(../img/divisor.png);
	background-repeat: repeat-x;
	margin-top: 0.5%;
}

/*titulo apps*/
#back-apps-titulo {
	height: 150px;
	width: 100%;
	background-color: #E0E0E0;
}
#apps-subtitulo {
	display:none;
}
#apps-titulo {
	width: 130px;
	color: #DE2D37;
	text-align:center;
	margin-top:0px;
}
#apps-titulo-content {
	height: 60px;
	width: 130px;
	margin: 0px auto;
	text-align:left;
	padding-top: 50px;
}
/*fim*/
/*titulo clientes*/
#back-clientes-titulo {
	height: 680px;
	width: 100%;
	background-color: #5B5B5B;
	margin-top: 0px;
}
#clientes-subtitulo {
	display:none;
}
#clientes-titulo {
	width: 220px;
	color: #E5E5E5;
	margin-top:0px;
}
#clientes-titulo-content {
	height: 60px;
	width: 220px;
	margin: 0px auto;
	text-align:center;
	padding-top: 50px;
}
/*fim*/
/*titulo clientes*/
#back-contato-titulo {
	height: 550px;
	width: 100%;
	background-color: #393939;
}
#contato-subtitulo {
	display:none;
}
#contato-titulo {
	width: 220px;
	color: #E5E5E5;
	margin-top:0px;
}
#contato-titulo-content {
	height: 60px;
	width: 220px;
	margin: 0px auto;
	text-align:center;
	padding-top: 50px;
}
/*fim*/
/*titulo somos*/
#back-somos-titulo {
	height: 150px;
	width: 100%;
	background-color: #E0E0E0;
}
#somos-subtitulo {
	display:none;
}
#somos-titulo {
	width:170px;
	color: #DE2D37;
	text-align:center;
	margin-top:0px;
}
#somos-titulo-content {
	height: 60px;
	width: 170px;
	margin: 0px auto;
	text-align:center;
	padding-top: 50px;
}
/*fim*/

p {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #999;
}
p a {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #DE2D37;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
h1{
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 4em;
}
h2 {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 1.2em;
	color: #DE2D37;
}
h3 {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 1.5em;
	color: #DE2D37;
}

.icon-processo {
	height: 160px;
	width: 128px;
	float:left;
	margin: 18px 4px 0 4px;
}
.icon-processo img {
	height: 100px;
	width: 100px;
}
#conteudo-clientes {
	width: 200px;
	height: 200px;
	margin: 80px auto 0 auto;
	text-align:center;
}
#cliente-intelbras {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-intelbras-s.png);
	margin: 0 auto;
}
#cliente-intelbras:hover {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-intelbras-s.png);
	margin: 0 auto;
}
#cliente-segware {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-segware-s.png);
	margin: 0 auto;
}
#cliente-segware:hover {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-segware-s.png);
	margin: 0 auto;
}
#cliente-liverpool {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-liverpool-s.png);
	margin: 0 auto;
}
#cliente-liverpool:hover {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-liverpool-s.png);
	margin: 0 auto;
}

#cliente-softplan {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-softplan-s.png);
	margin: 0 auto;
}
#cliente-softplan:hover {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-softplan-s.png);
	margin: 0 auto;
}
#cliente-ndd {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-ndd-s.png);
	margin: 0 auto;
}
#cliente-ndd:hover {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-ndd-s.png);
	margin: 0 auto;
}
#cliente-desencoste {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-desencoste-s.png);
	margin: 0 auto;
}
#cliente-desencoste:hover {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-desencoste-s.png);
	margin: 0 auto;
}
#cliente-hungria {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-hungria-s.png);
	margin: 0 auto;
}
#cliente-hungria:hover {
	height: 66px;
	width: 196px;
	background-image: url(../img/cliente-hungria-s.png);
	margin: 0 auto;
}

#conteudo-somos {
	height: 2160px;
	width: 90%;
	margin: 10px auto;
}

#somos-sobre {
	width:300px;
	height: 500px;
	margin: 0 auto;
	text-align:center;
}

#texto-sobre {
	float:left;
	text-align:left;
	width:280px;
	margin-top:20px;
}

#texto-lema {
	width:300px;
	height:60px;
	margin:30px auto 0;
}

#imagens-lema {
	display: none;
}

/*perfil*/
#pessoas {
	height: 1000px;
	width: 240px;
	margin: 80px auto;
}

.perfil {
	margin: 20px;
	float: left;
	height: 320px;
	width: 200px;
	text-align:center;
}
.redes-icones {
	height: 30px;
	margin: 0 auto;
	text-align:center;
}
.mail {
	height: 30px;
	width: 30px;
	margin: 0 2px 0 2px;
	background-image: url(../img/redes-icones.png);
	background-position: 0px 0px;
	float:left;
}
.mail:hover {
	background-position: 0px 30px;
}
.face {
	height: 30px;
	width: 30px;
	margin: 0 2px 0 2px;
	background-image: url(../img/redes-icones.png);
	background-position: -30px 0px;
	float:left;
}
.face:hover {
	background-position: -30px -30px;
}
.twitter {
	height: 30px;
	width: 30px;
	margin: 0 2px 0 2px;
	background-image: url(../img/redes-icones.png);
	background-position: -60px 0px;
	float:left;
}
.twitter:hover {
	background-position: -60px -30px;
}
.dribbble {
	height: 30px;
	width: 30px;
	margin: 0 2px 0 2px;
	background-image: url(../img/redes-icones.png);
	background-position: -90px 0px;
	float:left;
}
.dribbble:hover {
	background-position: -90px -30px;
}
.linkedin {
	height: 30px;
	width: 30px;
	margin: 0 2px 0 2px;
	background-image: url(../img/redes-icones.png);
	background-position: -120px 0px;
	float:left;
}
.linkedin:hover {
	background-position: -120px -30px;
}
.instagram {
	height: 30px;
	width: 30px;
	margin: 0 2px 0 2px;
	background-image: url(../img/redes-icones.png);
	background-position: -150px 0px;
	float:left;
}
.instagram:hover {
	background-position: -150px -30px;
}
#foto-rafa {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-rafael.png);
	margin-bottom: 10px;
}
#foto-rafa:active {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-rafael.png);
	background-position: 0 -200px;
	margin-bottom: 10px;
}
#foto-guto {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-gustavo.png);
	margin-bottom: 10px;
}
#foto-guto:active {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-gustavo.png);
	background-position: 0 -200px;
	margin-bottom: 10px;
}
#foto-jo {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-johnatan.png);
	margin-bottom: 10px;
}
#foto-jo:active {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-johnatan.png);
	background-position: 0 -200px;
	margin-bottom: 10px;
}
#foto-cicero {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-cicero.png);
	margin-bottom: 10px;
}
#foto-cicero:active {
	width: 200px;
	height: 200px;
	background-image: url(../img/perfil-cicero.png);
	background-position: 0 -200px;
	margin-bottom: 10px;
}
/*FIM PERFIL*/

/*Contato*/

#formulario {
	float: left;
	height: 260px;
	width: 300px;
}
form {
	height: 260px;
	width: 300px;
	text-align: left;
	margin: 0 auto;
}
#mapa {
	float: left;
	height: 260px;
	width: 400px;
	margin-left: 20px;
	display:none;
}

input {
	width: 280px;
	max-width: 280px;
	padding-left: 6px;
	height: 35px;
	margin: 0 auto 12px auto; 
	background: #292929;
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 1em;
	color: #C7C7C7;
	border: 0px;
}
input::-webkit-input-placeholder  {
    	color: #666;
		padding-left: 2px;
}
input:-moz-placeholder {
	    color: #666;
		padding-left: 2px;
}

textarea {
	width: 280px;
	max-width: 280px;
	padding-left: 6px;
	height: 120px;
	margin: 0 auto 12px auto; 
	background: #292929;
	padding-top: 6px;
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 1em;
	color: #C7C7C7;
	border: 0px;
}
textarea::-webkit-input-placeholder  {
    	color: #666;
		padding-left: 2px;
}
textarea:-moz-placeholder {
	    color: #666;
		padding-left: 2px;
}

#botaoSubmit {
	width: 80px;
	height: 30px;
	float: left;
	padding: 2px 6px;
	border: 0px;
	background-color: #DE2D37;
	color:#FFF;
	margin: 0 auto;
	-webkit-border-radius: 0px;
	-webkit-appearance:none;
}

#feedbackmail {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 0.8em;
	color: #DE2D37;
	text-align:right;
}

/*Fim do Estilo do Contato*/


#conteudo-contato {
	width: 300px;
	height: 260px;
	margin: 90px auto;
	text-align:center;
}



#rodape {
	height: 460px;
	width: 100%;
	background-color: #292929;
	margin-top: 0px;
	top: 0px;
	padding-top: 20px;
}
#conteudo-redes {
	height: 320px;
	width: 300px;
	text-align:center;
	margin: 0 auto;
}

#conteudo-redes ul {
	list-style-type: none;
	width: 300px;
	margin-top: 30px auto 0px auto;
	text-align:center;
}

#conteudo-redes ul a{
	text-decoration: none;
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 1.1em;
	color: #999;
}

#conteudo-redes ul a:hover{
	text-decoration: none;
	color: #CCC;
}

#conteudo-redes li {
	margin-bottom: 10px;
}

#conteudo-redes ul img {
	width: 60px;
	height: 80px;
}

#face-rodape {
	height: 26px;
	width: 96px;
	margin: 60px 100px 0px auto;
	text-align:center;
}

#logo {
	height: 44px;
	width: 148px;
	margin: 40px auto 20px auto;
	bottom: 0px;
}


/*-------*/

#conteudo-apps {
	height: 100%;
	width: 300px;
	margin: 30px auto 20px auto;
	text-align:center;
}
.lista4 {
	width: 300px;
	margin: 20px auto 20px auto;
	height: 80px;
	text-align:center;
}
.app {
	width: 300px;
	margin-top: 20px;
	display:none;
}
.texto-apps {
	width: 300px;
	margin: 0 0 10px 0;
	text-align: left;
	float:left;
}
.texto-apps img{
	float:left;
}
.preview {
	display: none;
}
.titulo-apps {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 1.3em;
	color: #DE2D37;
	height: 30px;
	width: 260px;
	text-align: left;
	float:left;
}
.icone-app {
	height: 80px;
	width: 60px;
	text-align: center;
	margin: 10px 6px 0px 6px;
	border: 0px;
}

.icone-app a {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 0.6em;
	line-height: 1em;
	text-decoration:none;
	color: #444;
	margin: 0 auto;
}
.icone-app a:hover {
	color: #DE2D37;
}
.icone-app img {
	margin: 0 auto 8px auto;
	width: 60px;
	height: 60px;
}

h4 {
	font-family: 'PT Sans', sans-serif; 
	font-weight: 400;
	font-style:italic;
	font-size: 1.4em;
	color: #C1C1C1;
}

#backtop {
	height: 40px;
	width: 40px;
	position:fixed;
	right: 8px;
	bottom: 8px;
}
#backtop img{
	height: 40px;
	width: 40px;
}
