*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: Helvetica;
}
a{
	text-decoration: none;
}
h2{
	font-size: 18px;
	color: #494949;
	margin-top: 10px;
}
p{
	font-size: 14px;
	color: #959595;
	line-height: 20px;
	margin-top: 10px;
}
#conteiner_paginas{
	width: 1000px;
	height: 850px;
	margin: 60px auto;
	margin-bottom: 80px;
/*	background-color: red;*/
}
#conteiner_paginas_{
	width: 1000px;
	height: 450px;
	margin: 60px auto;
	margin-bottom: 80px;
/*	background-color: red;*/
}
#conteiner_paginas_ img{
	position: relative;
	right: -100px;
/*	background-color: red;*/
}
#conteiner_empresa{
	width: 1000px;
	height: 500px;
	margin: 60px auto;
	margin-bottom: 80px;
}
#conteiner_empresa img{
	position: relative;
	left: 350px;
	top: -480px;
}
#texto_empresa{
	width: 300px;
	position: relative;
	top: 20px;
}
#texto_empresa p{
	font-size: 16px;
	line-height: 25px;
}
#texto_empresa strong{
	color: #78A6C8;
}
#header{
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 0;
	background-image: url(../img/fundo_top.jpg);
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
}
#header_conteiner{
	width: 1000px;
	height: 122px;
	margin: 0 auto;
}
#logo{
	width: 304px;
	height: 63px;
	margin-top: 28px;
	float: left;
}
#menu{
	margin-top: 58px;
	float: right;

}
#menu ul{
	list-style: none;
	display: inline;
	/*background-color: green;*/
	position: relative;
	left: -7px;
}
#menu li{
	display: inline;
	margin-left: 5px;
}
#menu a {
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.5), inset 0 0px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.5), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
box-shadow: inset 0 0 2px rgba(0,0,0,.5), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
text-shadow:none;
padding: 10px 15px;
font-size: 12px;
color: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-family: 'Raleway', sans-serif;
}
#menu a:hover{
padding: 10px 15px;
font-size: 12px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: #f96409;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F58220), to(#F15A22));
background-image: -webkit-linear-gradient(top, #F58220, #F15A22);
background-image: -moz-linear-gradient(top, #F58220, #F15A22);
}
.mail{
	float: right;
	/*background-color: pink;*/
	position: relative;
	top: -4px;
	
}
.mail img{
	width: 25px;
	position: relative;
	top: 5px;
	
}
#conteiner_destaque{
	width: 1035px;
	height: 425px;
	margin: 40px auto;
}
#destaque{
	width: 223px;
	margin: 0 17px;
	float: left;
}
#b_destaque{
	position: absolute;
	top: 1040px;
}
#b_destaque a {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
	font-family: 'Raleway', sans-serif !important;
	display: inline;
	font-size: 12px;
	width: auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F58220), to(#F15A22));
	background-image: -webkit-linear-gradient(top, #F58220, #F15A22);
	background-image: -moz-linear-gradient(top, #F58220, #F15A22);
	color: #fff;
	padding: 8px 20px;
}
#b_destaque a:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F15A22), to(#F58220));
	background-image: -webkit-linear-gradient(top, #F15A22, #F58220);
	background-image: -moz-linear-gradient(top, #F58220, #F58220);
}



#footer_conteiner{
	width: 100%;
	height: 300px;
	background-color: #ececec;
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    clear: both;
    position: relative;
    top: 60px;

}

#footer{
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	top: 30px;
}
#footer ul{
	list-style: none;
	float: left;
}
#footer li{
	list-style: none;
}
#footer a{
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	font-family: Helvetica;
}
#news{
	font-size: 14px;
	line-height: 20px;
	font-family: Helvetica;
	width: 220px;
	height: 100px;
	float: left;
	margin-left: 130px;
	color: #959595;
}
#redes{
	width: 200px;
	height: 24px;
	float: right;
	position: relative;
	left: -200px;
}
#redes li{
	display: inline;
}
.info-footer{
	width: 280px;
	height: auto;
	float: right;
	position: relative;
	left: 200px;
	top: -10px;
}

#plano{
	width: 1010px;
	margin: 20px auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 999;
}
#plano h1{
	font-size: 70px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: -20px;
	color: #14A79D;
}
#plano h2{
	font-size: 25px;
	font-weight: normal;

}
#plano h3{
	font-size: 25px;
	margin-left: 40px;
	color: #14A79D;
	margin-bottom: 10px;
}
.box_1{
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-top: 27px;
	cursor: pointer;
}
#plano ul{
	list-style: none;
}
#plano li{
	display: inline;
	float: left;
	margin: 0 6px 20px;
	text-align: center;
}
#plano a{
	color: #fff;
}
.detalhes{
	width: 1010px;
	height: 300px;
	background-color: #14A79D;
	margin: 0 auto;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.detalhes ul{
	width: 370px;
	list-style: none;
	margin-top: 220px;
	margin-left: 40px;
}
.detalhes li{
	color: #fff;
	line-height: 25px;
}
.detalhes p{
	width: 900px;
	color: #fff;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 100px;
	margin-bottom: 10px;
}
#down{
	width: 100%;
	clear: both;
}

#box{
	width: 189px;
	height: 183px;
	background-image: url(../img/box_webtotal.jpg);
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#box:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.titulo_d{
	font-size: 25px;
	font-weight: bold;
	color: #FFDE17;
}
.acesso {
	width: 236px;
	height: 70px;
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left: 400px;
	margin-top: -170px;
	-webkit-box-shadow: inset 0 0 2px rgba(165,165,165,.5), inset 0 0px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(165,165,165,.5), 0 1px 3px rgba(165,165,165,.5);
	-moz-box-shadow: inset 0 0 2px rgba(165,165,165,.5), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(165,165,165,.5), 0 1px 3px rgba(165,165,165,.5);
	box-shadow: inset 0 0 2px rgba(165,165,165,.5), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(165,165,165,.5), 0 1px 3px rgba(165,165,165,.5);
	border: 3px solid;
	color: #fff;
}
.acesso a{
	font-size: 25px;
	font-weight: bold;
	color: #14A79D;
	font-family: 'Raleway', sans-serif;
	position: relative;
	top: 0;
}
#plano_business{
	width: 1010px;
	margin: 20px auto;
	margin-bottom: 20px;
	position: relative;
}
#plano_business h1{
	font-size: 70px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: -20px;
	color: #F58220;
}
#plano_business h2{
	font-size: 25px;
	font-weight: normal;
}
#plano_business h3{
	font-size: 25px;
	margin-left: 40px;
	color: #F58220;
	margin-bottom: 10px;
}
.box_1_business{
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-top: 27px;
	cursor: pointer;
}
#plano_business ul{
	list-style: none;
}
#plano_business li{
	display: inline;
	float: left;
	margin: 0 6px 70px;
	text-align: center;
}
#plano_business a{
	color: #fff;
}
.detalhes_business{
	width: 1010px;
	height: 300px;
	background-color: #F58220;
	margin: 0 auto;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.detalhes_business ul{
	width: 370px;
	list-style: none;
	margin-top: 220px;
	margin-left: 40px;
}
.detalhes_business li{
	color: #fff;
	line-height: 25px;
}
.detalhes_business p{
	width: 900px;
	color: #fff;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 100px;
	margin-bottom: 10px;
}
#box_business{
	width: 189px;
	height: 183px;
	background-image: url(../img/box_business.jpg);
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#box_business:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.acesso_business {
	width: 236px;
	height: 70px;
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left: 400px;
	margin-top: -170px;
	-webkit-box-shadow: inset 0 0 2px rgba(165,165,165,.5), inset 0 0px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(165,165,165,.5), 0 1px 3px rgba(165,165,165,.5);
	-moz-box-shadow: inset 0 0 2px rgba(165,165,165,.5), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(165,165,165,.5), 0 1px 3px rgba(165,165,165,.5);
	box-shadow: inset 0 0 2px rgba(165,165,165,.5), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(165,165,165,.5), 0 1px 3px rgba(165,165,165,.5);
	border: 3px solid;
	color: #fff;
}
.acesso_business a{
	font-size: 25px;
	font-weight: bold;
	color: #F58220;
	font-family: 'Raleway', sans-serif;
	position: relative;
	top: 0;
}

#conteiner_duvidas{
	width: 1000px;
	margin: 40px auto;
	margin-bottom: 40px;
}
#pergunta{
	width: 870px;
	font-size: 18px;
	padding: 20px 50px 20px 80px;
	background-color: #78A6C8;
	color: #fff;
	position: relative;

}
#resposta{
	width: 880px;
	padding: 10px 20px 20px 80px;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
	background-color: #E6E7E8;
	position: relative;
}
#resposta p{
	width: 700px;
	font-size: 15px;
	color: #58595B;
	line-height: 25px;
}
#in{
	width: 48px;
	height: 44px;
	background-image: url(../img/in.jpg);
	float: right;
	position: relative;
	left: 28px;
	top: -20px;
}
#ex{
	width: 48px;
	height: 44px;
	background-image: url(../img/ex.jpg);
	float: right;
	position: relative;
}

#contato{
	width: 1000px;
	margin:0 auto;
}


form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 10px;
	vertical-align: text-top;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
}
label {
	font-size: 12px;
}
input, textarea {
	clear: both;
	font-size: 15px;
	font-size: helvetica;
	padding: 5px;
	width:98%;
	border-top: 1px solid;
	border-right: 4px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	color: #78A6C8;
}

input[type=text]:hover, textarea:hover{ 
	background: #ffffff; border:1px solid #78A6C8;
	border-right: 7px solid #78A6C8;     
}
input:hover{
	background: #ffffff; border:1px solid #78A6C8;
	border-right: 7px solid #78A6C8;       
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 12px;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #fff;
	color: #fff;
	padding: 8px 8px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
	text-align: left;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}




/** Notices and Errors **/

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background-color: #20B2AA;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px 5px;
	color: #fff;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	font-size: 12px;
	text-align: center;
}
p.error {
	font-size: 80%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 80%;
	padding: 0.8em;
	margin: 1em 0;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	width: 90px;
	font-weight:normal;
	padding: 8px 6px;
	background: #dcdcdc;
	border:1px solid;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
	font-family: 'Raleway', sans-serif !important;
	cursor: pointer;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	text-decoration: none;
}


#titulo_plano{
	font-size: 15px;
	color: #78A6C8;
	position: relative;
	top: -380px;

}
#titulo_p{
	font-size: 20px;
	color: #82C285;
	position: relative;
	top: -230px;
	margin-bottom: 30px;

}
.uf {
	width: 50px;
	display: block;
}
select{
	width: 215px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #78A6C8;
	font-size: 15px;
	border: 1px solid #78A6C8;
	padding: 10px;
}
option{
	color: #78A6C8;
	font-size: 15px;
	margin-bottom: 2px;
	padding: 5px;
	border-bottom: 1px solid #78A6C8;

}
#msg_atendimento{
	width: 434px;
	margin-top: 20px;
}

.c_fone{
	width: 200px;
	display: block;
}
.msg_down{
	font-size: 11px;
}
#novamente {
	width: 200px;
	margin-top: 70px;
	margin-left: 450px;
	position: relative;
	z-index: 999;
}
#novamente a{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
	font-family: 'Raleway', sans-serif !important;
	display: inline;
	font-size: 15px;
	width: auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F58220), to(#F15A22));
	background-image: -webkit-linear-gradient(top, #F58220, #F15A22);
	background-image: -moz-linear-gradient(top, #F58220, #F15A22);
	color: #fff;
	padding: 8px 20px;
	cursor: pointer;

}
#novamente a:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F15A22), to(#F58220));
	background-image: -webkit-linear-gradient(top, #F15A22, #F58220);
	background-image: -moz-linear-gradient(top, #F58220, #F58220);
}
#conteiner_contato{
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
/*	background-color: pink;*/

}
#contato{
	width: 400px;
	height: 400px;
	position: relative;
	margin-left: 0px;
}
#ende p {
	width: 550px;
/*	background-color: yellow;*/
	margin-left: 470px;
	margin-top: -30px;

}
#local{

	width: 550px;
	height: 260px;
/*	background-color: green;*/
	position: relative;
	float: right;
	margin-top: -390px;

}
#local h1{

	font-size: 25px;
	color: #78a6c8;
}
#local a {

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
	font-family: 'Raleway', sans-serif !important;
	display: inline;
	font-size: 15px;
	width: auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F58220), to(#F15A22));
	background-image: -webkit-linear-gradient(top, #F58220, #F15A22);
	background-image: -moz-linear-gradient(top, #F58220, #F15A22);
	color: #fff;
	padding: 8px 20px;
	cursor: pointer;
	margin-top: 50px;


}
#local a:hover {

	background-image: -webkit-gradient(linear, left top, left bottom, from(#F15A22), to(#F58220));
	background-image: -webkit-linear-gradient(top, #F15A22, #F58220);
	background-image: -moz-linear-gradient(top, #F58220, #F58220);

}