﻿@charset "utf-8";
/* Daniel Designer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}


ol, ul {
	list-style: none;
}




body {
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	font-family: 'WalkwayExpandBlackRegular';	
	font-size: 12px;
}
.tt-menor {
	margin: 0px;
	padding: 0px;
	width: 80%;
	font-size: 12px;
}


.internas {
	background-image: url(../imagens/bg2.jpg);
	background-repeat: repeat-x;
}

#chat {
	position: absolute;
	top: 260px;
	right: 0px;
	z-index: 99999;
}
#chat a {
	background-image: url(../imagens/bt-chat2.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 248px;
	width: 74px;
}

#chat a:hover {
	background-position: right center;
}
#enviar-sms  {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	background-image: url(../imagens/transparente.png);
}
#enviar-sms #fexar {
	background-image: url(../imagens/fexar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 82px;
	width: 87px;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;

}

#enviar-sms #fexar:hover {
	background-position: center bottom;	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;

}


#enviar-sms #form-sms {
	background-image: url(../imagens/iphone.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 540px;
	width: 292px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#enviar-sms #form-sms ul {
	margin-top: 140px;
	float: left;
	text-align: center;
	width: 100%;
}

#enviar-sms #form-sms ul li {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position:relative;
}
#enviar-sms #form-sms ul li label {
	font-family: Verdana, Geneva, sans-serif;
	color: #5A6069;
}
#enviar-sms #form-sms ul li input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 180px;
	border: 1px solid #CCCCCC;




	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	padding-right: 0px;
	padding-left: 10px;
}

#enviar-sms #form-sms ul li input:hover {
	border-color: #8fa3bb;
}
#enviar-sms #form-sms ul li input:focus, #enviar-sms #form-sms ul li.mensagem-sms:focus  {
	background-color: #222527;
	color:#f0f3f5;
}
#enviar-sms #form-sms ul li .mensagem-sms {
	width: 55%;
	float: left;
	margin-left: 54px;
}

#enviar-sms #form-sms ul li textarea.mensagem-sms:hover {
	background-color: none;
}

#enviar-sms #form-sms ul span {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
	font-style: italic;
}
#enviar-sms #form-sms ul li .sms-bot {
	width: 120px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	cursor: pointer;
	color: #a9a9ad;


	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 5px;
}



#enviar-sms #form-sms ul li .sms-bot:hover {
	color: #CCC;
	background-color: #2D3740;
}
#enviar-sms #form-sms ul li .sms-bot:focus {	
	color: #CCC;
	background-color: #2D3740;
 }



#enviar-sms #form-sms ul li label.error {
background-image: url("../imagens/error-icon.png");
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 78%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;}






#topo {
	height: 177px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.centro {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.internas #conteudo h2 {
	background-image: url(../imagens/titulo-pag.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	margin: 0px;
	font-size: 24px;
	color: #FFF;
	float: left;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
	width: 912px;
	text-indent: 170px;
	text-shadow: 3px 3px 2px #000;


}
.internas #conteudo #content {
	float: left;
	width: 610px;
	margin-top: 40px;
	margin-right: 72px;
	position: relative;
}
.internas #conteudo #content p {
	font-family: Verdana, Geneva, sans-serif;
	color: #7d7d7d;
	margin-bottom: 20px;
}
.internas #conteudo #content p .slogan {
	font-size:24px;
	border: none;
	line-height: 24px;
	position: absolute;
	left: 233px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.internas #conteudo #content p .slogan span {	
	font-size:35px;	color: #E684E8;



}
.internas #conteudo #content strong {
	font-size: 20px;
	color: #5a359b;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E684E8;
	padding-left: 20px;
	margin-bottom: 10px;
	display: block;
}


.internas #conteudo #content img {
	float: left;

}
.internas #conteudo #content ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #9a9a9a;
	margin-left: 50px;
	margin-top: 20px;
}

.internas #lateral {
	background-image: url(../imagens/titulo-lateral.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-top: -63px;
	width: 270px;
	height: 600px;
	}
.internas #lateral ul {
	margin-top: 114px;
	margin-bottom: 100px;
}
.internas #lateral ul li {
	margin-bottom: 10px;
	margin-top: 23px;
}
.internas #lateral ul li a {
	font-size: 15px;
	color: #7c7a8b;
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	width: 227px;
	margin-left: 20px;
	text-decoration: none;


transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	background-image: url(../imagens/links-lateral.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.internas #lateral ul li a:hover {
	background-image: url(../imagens/links-lateral.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#f3a8b8;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;

}

.internas #lateral ul li a.ativo {
	background-image: url(../imagens/links-lateral.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#f3a8b8;
}

.internas #lateral .chamadas-lateral {
	background-image: url(../imagens/chamadas-lateral.png);
	display: block;
	height: 88px;
	width: 182px;
	margin-left: 40px;
	color: #9986de;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
	text-decoration: none;
	text-shadow: 1px 1px #49337f;
}


.internas #lateral .chamadas-lateral:hover {
	background-position: center bottom;
	color:#091013;
	text-shadow: 1px 1px #446276;
}


.internas #lateral .chamadas-lateral img {
	position: absolute;
}

.mulher {position: absolute; left: 500px; bottom: -46px;}












#cabecalho {
	width: 100%;
	background-image: url(../imagens/bg-header.jpg);
	background-repeat: repeat-x;
	height: 258px;
}

#logo {
	float:left;
	margin-top: 5px;
}

#logo h1 {}

#menu {
	float: left;
	height: 177px;
	margin-top: 5px;
	}
#topo #menu p {
	font-family: Verdana, Geneva, sans-serif;
	color: #f3ebfe;
	background-color: #251e54;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: 10px;
}


#conteudo {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo #empresa-home {
	background-image: url(../imagens/empresa-home.gif);
	background-repeat: no-repeat;
	width: 423px;
	float: left;
	height: 630px;
	background-position: center bottom;
	margin-top: 83px;
}
#conteudo #empresa-home h3 {
	font-size: 18px;
	color: #4e4d4d;
	background-image: url(../imagens/empresa-home-h3.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-top: 20px;
	border: 1px solid #B0B0B0;
	text-align: center;
}
#conteudo #empresa-home p {
	width: 80%;
	margin-left: 10%;
	font-family: Verdana, Geneva, sans-serif;
	color: #afaccf;
}
#conteudo #empresa-home p a {
	color: #ff0ed4;
}
#conteudo #empresa-home .depoimentos {
	font-style: italic;
	color: #33205b;
}



#conteudo #empresa-home h3 span {
	color: #4e5897;
}
#produtos {
	background-image: url(../imagens/bg-produtos.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	 height: 841px;
}
#produtos h3 {
	font-size: 30px;
	color: #424242;
	background-image: url(../imagens/icone-produtos-home.gif);
	background-repeat: no-repeat;
	background-position: 317px center;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
}
#produtos .centro ul li {
	background-image: url(../imagens/produtos-list.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 290px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #d9c7f7;
	height: 661px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
#produtos .centro ul li:hover {
	background-image: url(../imagens/chamada-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 724px;
	color: #FFF;	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;

}

#produtos .centro ul li img {

    margin-top: 60px;}
	
#produtos .centro ul li img:hover {
	opacity: 0.30;
}

#produtos .centro ul li h4 {
	font-size: 22px;
	font-family: 'WalkwayExpandBlackRegular';	
	color: #5a359b;
	text-align: center;
	background-image: url(../imagens/titulo-chamada.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e2773;
	width: 280px;
	
	  margin-top: 15px;
}
#produtos .centro ul li h4 span {
	color: #FFF;
}
#produtos .centro ul li a {
	background-image: url(../imagens/butao-chamada.png);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 133px;
	 margin-left: 80px;
    margin-top: 25px;
}



#produtos .centro ul li a:hover {
	background-position: bottom;	
}

#rodape {
	background-color: #FFF;
	background-image: url(../imagens/bg-rodape.gif);
	background-repeat: repeat-x;
	height: 170px;
	float: left;
	width: 100%;
} 

#rodape_grupo {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rodape #rodape_grupo ul {
	margin-top: 60px;
}

#rodape #rodape_grupo ul li {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#rodape #rodape_grupo ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #818181;
	text-decoration: none;
	padding-bottom: 25px;		
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: transparent;	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   


}
#rodape #rodape_grupo ul li a:hover {
	color: #e249fd;
		border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5c34a0;	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;


}

#rodape #rodape_grupo ul li .ativo {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5c34a0;
}
#rodape #rodape_grupo #social {
	float: left;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #747474;
	height: 37px;
	padding-left: 300px;
}
#rodape #rodape_grupo #social ul li {
	float: left;
	height: 37px;
	width: 37px;
	padding: 0px;
}
#rodape #rodape_grupo #social .facebook, #rodape #rodape_grupo #social .twitter {
	background-image: url(../imagens/social.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	display:block;
	float: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rodape #rodape_grupo #social .twitter:hover {
	background-position:bottom left;
	
}
#rodape #rodape_grupo #social .facebook {
	background-position:top right;
	
}

#rodape #rodape_grupo #social .facebook:hover {
	background-position:bottom right;
	
}
#rodape #rodape_grupo p {
	font-family: Verdana, Geneva, sans-serif;
	color: #8a8a8a;
	text-align: center;
	float: left;
	margin-top: 50px;
}
#rodape #rodape_grupo p a {
	color: #5c34a0;
	text-decoration: none;
}
.content #enviar {
	height: 413px;
	width: 960px;
	position: absolute;
	z-index: 1;
	overflow: auto;
}
.internas #conteudo #content #contato_form #formularioContato ul {
	position:relative;
	border: 1px solid #CCC;
	float: left;
	padding-right:10px;
	margin-top: 65px;
	padding-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;


}

.internas #conteudo #content #contato_form #formularioContato ul:hover {
-moz-box-shadow: 5px 5px #ccc;
-webkit-box-shadow: 5px 5px #ccc;
box-shadow: 5px 5px #ccc;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	padding:20px 20px 20px 0;
	background-color:#f8f8f8;

}

.internas #conteudo #content #contato_form #formularioContato ul span {
	background-image: url("../imagens/titulo-form.gif");
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	top:-31px;
	left:20px;
	width: 455px;
	position:absolute;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 54px;
	text-shadow: 3px 3px 2px #000;


}

.internas #conteudo #content #contato_form #formularioContato ul li {
	background-image: none;
	padding: 0px;
	float: left;
	margin-left: 10px;
	display: inline;
}
.internas #conteudo #content #contato_form #formularioContato ul .round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	text-align: left;
	width: 294px;
}
	
	
	
.internas #conteudo #content #contato_form #formularioContato  ul li label{
	color: #394248;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 5px;
}

.internas #conteudo #content #contato_form #formularioContato ul li select, .internas #conteudo #content #contato_form #formularioContato ul li input, textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #f8f8f8;
	position: relative;
	width: 279px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.internas #conteudo #content #contato_form #formularioContato ul li input:focus, textarea:focus{
	border: 1px solid #df57fb;
	background-color: #5a318f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-position: center -20px;
	color: #FFF;
}

textarea:focus {
}
.internas #conteudo #content #contato_form #formularioContato ul li input:hover, textarea:hover{
	border-color: #df57fb;
}


.internas #conteudo #content #contato_form #formularioContato ul li .maior
{
	width: 600px;
}

.internas #conteudo #content #contato_form #formularioContato .bot {
	width: 210px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	cursor: pointer;
	background-image: url(../imagens/tab-ul.jpg);
	background-repeat: repeat-x;
	color: #db6df5;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-position: center;
	margin-top: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: right;

}

.internas #conteudo #content #contato_form #formularioContato .bot:hover {
	background-image: url(../imagens/tab-hover.jpg);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	color: #666;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.internas #conteudo #content #contato_form #formularioContato  ul li label.error {
	color: #FFF;
	background-color: #f60aff;
	text-align: center;
	position: absolute;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: thin solid #303;
	opacity:0.8;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
}
