@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Asap:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,200,300);

*{
	font-family:Calibri, Calibri;
	color:#2C2C2C;
}
body{
	margin:0 auto;
	background:url(../imagens/bg.jpg) repeat-x;
}

.separator-hr{
	width:900px;
	height:2px;
	background-color:#e1e1e1;	
}

img{
	border:0;
}

p, h1, h2, h3, h4, h5, h6, li, small, big{
	font-family:Calibri, Calibri;
	font-size:14px;
	color:#2C2C2C;
}

h2{
	font-size:21px;
	font-family:'Yanone Kaffeesatz', Calibri;
	text-align:center;	
}

h2 small{
	font-size:16px;
	font-family:Calibri, Calibri;
	font-weight:100;	
}

h3{
	font-size:24px;
	font-family:'Yanone Kaffeesatz', Calibri;
	margin-top:5px;
	margin-bottom:0;
}

#header{
	position:fixed;
	top:0;
	left:0;
	height:129px;
	background:url(../imagens/bg-header.jpg);
	width:100%;
	-webkit-box-shadow: 0 2px 10px #666;
	-moz-box-shadow: 0 2px 10px #666;
	z-index:10;	
}


#menu{
	width:900px;
	height:44px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(../imagens/bg-menu.jpg);
	margin:21px auto;
	-webkit-box-shadow: 0px 2px 10px #666;
	-moz-box-shadow: 0 2px 10px #666;
}

#menu ul{
	list-style-type:none;
	width:900px;
	margin:0 auto;
}

#menu ul li{
	position:relative;
	float:left;
	padding-right:37px;
}

#menu ul li a{
	display:block;
	line-height:44px;
	color:#FFF;
	text-decoration:none;
	font-family:'Yanone Kaffeesatz', Calibri;
	font-size:20px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#menu  ul li a:hover{
	text-decoration:none;
	color:#FBB03B;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#top{
	width:900px;
	height:85px;
	margin:0 auto;
}

#logo{
	float:left;	
}

#logo img{
	margin:3px 0 0 10px;
}

#logo h1{
	font-family:'Yanone Kaffeesatz', Calibri;
	font-size:18px;
	margin-left:139px;
	margin-top:-40px;
}

#logo a{
	text-decoration:none;
	font-family:'Yanone Kaffeesatz', Calibri;
}

#logo a:hover{
	text-decoration:none;
	font-family:'Yanone Kaffeesatz', Calibri;
}

#help{
	float:right;
	margin-top:5px;	
}

#help ul{
	list-style-type:none;
	width:400px;
	margin:0 auto;
}

#help ul li{
	position:relative;
	float:left;
	padding-right:10px;
}

#help ul li a{
	display:block;
	line-height:44px;
	color:#2c2c2c;
	text-decoration:none;
	font-family:'Yanone Kaffeesatz', Calibri;
	font-size:20px;
	font-weight:bold;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#help ul li a small{
	color:#2c2c2c;
	text-decoration:none;
	font-family:Calibri, Verdana;
	font-size:10px;
	line-height:10px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	padding-left:10px;
}


#help ul li a img{
	padding-top:8px;
	padding-left:15px;
	padding-right:5px;
}

#help ul li a:hover{
	text-decoration:none;
	color:#FBB03B;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-family:'Yanone Kaffeesatz', Calibri;
}

#box-help-tel{
	position:relative;
	top:-25px;
	float:right;
	right:27px;
	z-index:1;
}

#box-help-tel p{
	text-indent:0;
	font-size:12px;
}


#content{
	height:auto;
	width:900px;
	margin:180px auto 50px;
	z-index:10;
}

#destaques{
	height:230px;
	width:900px;
	margin-bottom:70px;
}

.preco-registro{
	width:70px;
	height:23px;	
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background:#8CC63F;*/
	margin:-12px auto;
	/*-webkit-box-shadow: 0 2px 10px #666;
	-moz-box-shadow: 0 2px 10px #666;*/
	margin-top:-20px;
}

.preco-registro #preco-registro{
	text-align:center;
	font-family:'Yanone Kaffeesatz', Calibri;
	font-size:28px;
	font-weight:bold;
	color:#000;
	padding-top:-10px;
}

#preco-registro sup{
	font-size:12px;
}


#registro{
	height:230px;
	width:290px;
	float:right;
	/*background:url(../imagens/bg-registro.jpg);
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px #CCC;
	-moz-box-shadow: 0 2px 10px #CCC;*/
}

#registro p{
	font-size:12px;
	text-align:center; 	
}

#ico-registro{
	position:relative;
	top:18px;
	left:13px;	
}

#registro h2{
	font-size:22px;
	color:#2C2C2C;
}

#registro h3{
	font-size:14px;
	color:#2C2C2C;
	text-align:center;
	margin-top:5px;
}

#registro h4{
	font-size:12px;
	color:#2C2C2C;
	text-align:center;
	margin-top:-10px;
}

#registro1 img{
	padding-left:48px;
	padding-top:30px;	
}

#registro2 img{
	padding-left:0px;
	padding-top:35px;	
}


#registro1, #registro2{
	height:75px;
	width:142px;
}

#registro1{
	float:left;
}

#registro2{
	float:right;
}

#box-whois p{
	margin-top:12px;
}

#box-whois form{
	margin-top:-8px;	
}

#box-obs-registro p{
	margin-top:12px;
	font-size:10px;
}

#box-obs-registro form{
	margin-top:-8px;
}

#btn-whois{
	position:relative;
	top:-6px;
	left:110px;
	height:20px;
}

#planos{
	width:896px;
	height:400px;
	background:url(../imagens/bg-planos.jpg);
	border:2px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#chamada-hospedagem, #chamada-revenda, #chamada-email-marketing{
	width:294px;
	height:400px;
}

#chamada-hospedagem, #chamada-revenda{float:left;}

#chamada-email-marketing{float:right;}

.separator-chamada{float:left;}

.chamada-h2{
	text-align:left;
	margin-left:60px;
	margin-top:25px;
}

.chamada-h2 small{
	font-size:12px;
	font-weight:bold;	
}

#chamada-hospedagem p, #chamada-revenda p, #chamada-email-marketing p{
	margin-left:15px;
	margin-right:15px;
}

.ico-chamada{
	margin:10px 10px 0 10px;
}

#preco-chamada-hospedagem{
	width:200px;
	margin:55px auto 0;
}
#preco-chamada-revenda{
	width:200px;
	margin:68px auto 0;
}	
#preco-chamada-emailmarketing{
	width:200px;
	margin:38px auto 0;
}	

#preco-chamada-hospedagem p, #preco-chamada-revenda p, #preco-chamada-emailmarketing p{
	text-align:center;
	margin:-5px 0;
}
#preco-chamada-hospedagem big, #preco-chamada-revenda big, #preco-chamada-emailmarketing big{
	margin-left:45px;
	font-size:42px;
	font-weight:bold;
	font-family:'Yanone Kaffeesatz', Calibri;
}	

.btn-saiba-mais{
	width:120px;
	height:28px;
	margin:10px auto 0;
	background:url(../imagens/btn-saiba-mais.png);
}

.btn-saiba-mais:hover{
	background:url(../imagens/btn-saiba-mais-hover.png);
}

.btn-saiba-mais p{
	font-size:22px;
	font-family:'Yanone Kaffeesatz', Calibri;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}

.txt-saiba-mais{
	text-decoration:none;	
}


/*TUTORIAIS*/

#tutoriais{
	width:100%;
	background:url(../imagens/bg-tutoriais.jpg) repeat-x;
	height:220px;
}

#content-tutoriais{
	width:900px;
	height:220px;
	margin:0 auto;
}

#tuto-1, #tuto-2, #tuto-3, #faq{
	width:205px;
	height:180px;
	float:left;
	margin-top:28px;
	padding:10px 20px 0 0;
}

.titulo-tutoriais{
	margin-left:40px;
	margin-top:5px;	
}
#content-tutoriais p{
	margin-top:20px;	
}

#content-tutoriais a{
	text-decoration:none;
}

#content-tutoriais a:hover{
	text-decoration:underline;
}

#faq small{
	font-size:11px;	
	font-weight:bold;
}

/*FOOTER*/
#footer{
	width:100%;
	background:url(../imagens/bg-footer.jpg) repeat-x;
	height:180px;
	z-index:3;
}

#content-footer{
	width:900px;
	height:150px;
	margin:0 auto;
}

.list-footer{
	float:left;
	width:205px;
	padding:0 20px 0 0;
}

.list-footer ul{
	list-style-type:none;
	text-indent:-40px;
}

.list-footer ul li a{
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.list-footer ul li a:hover{
	color:#FBB03B;
	text-decoration:none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.list-footer h1{
	text-align:left;
	font-size:16px;
	color:#FFF;
	font-family:Calibri, Calibri;
	font-weight:100;
}

/* DEMAIS PÁGINAS */

.titulos{
	font-size:36px;	
	text-align:left;
}

.titulos small{
	font-size:16px;	
	text-align:left;
	font-weight:bold;
}

.header-table-recursos{
	width:700px;
	height:auto;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	z-index:1;
	border-bottom:0;
}

.header-table-precos{
	width:528px;
	height:auto;
	border:2px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	z-index:1;
	border-bottom:0;
}


.header-table-tecnica{
	width:450px;
	height:auto;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	z-index:1;
	border-bottom:0;
}

.table-recursos, .table-tecnica{
	width:900px;
	height:auto;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.table-precos{
	width:900px;
	height:auto;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-table-precos{
	width:600px;
	float:left;
	height:300px;	
}

.right-table-precos{
	width:300px;
	height:300px;
	background:url(../imagens/economize.png);
}

.box-precos{
	width:1000px;
	height:300px;
}

.table-recursos td, .table-precos td, .table-tecnica td, .header-table-tecnica td, .header-table-recursos td{
	border:1px solid #e1e1e1;
	border-top:0;
	border-bottom:0;
	border-collapse:collapse;
	padding:0 15px;
	width: 120px;
}

.table-recursos tr{
	line-height:0px;
}

.table-precos tr{
	line-height:30px;
}

.tr-dark{
	background:url(../imagens/bg-tr-dark.png) #F1F1F1 repeat-x;	
}
.tr-light{
	background:url(../imagens/bg-tr-light.png) #FFF repeat-x;	
}

.preco{
	text-align:center;
	font-size:24px;
	margin:-10px auto;
	font-family:'Yanone Kaffeesatz', Calibri;
	font-weight:bold;
	margin-top:-5px;
}

.preco small{
	font-size:14px;	
	font-weight:normal;
	font-family:Calibri, Calibri;
	position:relative;
}

.titulo-planos{
	text-align:center;	
}

.text-recursos{
	text-align:center;
}

.text-recursos small{
	text-align:center;
	font-size:12px;
}
.text-recursos img{
	text-align:center;
}

.icones-recursos{
	margin-top:-10px;
	margin-bottom:-10px;	
}

.titulo-recursos{
	float:left;
	font-size:24px;
	font-family:'Yanone Kaffeesatz', Calibri;
	margin-top:5px;
	margin-bottom:0;
}

.titulo-tecnica{
	float:left;
	font-size:24px;
	font-family:'Yanone Kaffeesatz', Calibri;
	margin-top:20px;
	margin-bottom:0;
}

.footer-table-precos{
	width:432px;
	height:10px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
}

#box-emkt1{
	width:900px;
	height:200px;
}

#box-emkt1-left{
	width:550px;
	height:auto;
	float:left;
}

#box-emkt1-right{
	width:300px;
	height:auto;
	float:right;
	margin-right:50px;
}

#box-emkt2{
	width:1000px;
	height:200px;
	
}
#box-emkt3{
	width:1000px;
	height:200px;
	
}

.box-emkt2-processo{
	width:150px;
	margin:18px;
	height:150px;
	float:left;
	background:url(../imagens/bg-planos.jpg);
	border:2px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-emkt3-processo{
	width:127px;
	margin:18px;
	height:180px;
	float:left;
	background:url(../imagens/bg-planos.jpg);
	border:2px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.emkt-seta{
	margin-top:85px;	
}

.titulo-processos-emkt{
	text-align:center;
	font-weight:normal;	
}

.btn-assine{
	width:80px;
	height:21px;
	margin:-13px 4px 0 4px;
	background:url(../imagens/btn-assine.png);
}
.btn-assinedois{
	width:80px;
	height:21px;
	margin:-10px 4px 0 60px;
	background:url(../imagens/btn-assine.png);
	position: center;
}
.btn-assine:hover{
	background:url(../imagens/btn-assine-hover.png);
}
.btn-assinedois:hover{
	background:url(../imagens/btn-assine-hover.png);
}

.btn-assine p{
	font-size:14px;
	font-family:Calibri, Calibri;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}

.btn-assine p:hover{
	color:#F90;
}
.btn-assinedois p{
	font-size:14px;
	font-family:Calibri, Calibri;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}
p.sobe{
	font-size:14px;
	font-family:Calibri, Calibri;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}
.btn-assinedois p:hover{
	color:#F90;
}


.btn-assinea{
	width:80px;
	height:21px;
	margin:-10px 4px 0 30px;
	background:url(../imagens/btn-assine.png);
}
.btn-assinea:hover{
	background:url(../imagens/btn-assine-hover.png);
}
.btn-assinea p{
	font-size:14px;
	font-family:Calibri, Calibri;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}

.btn-assinea p:hover{
	color:#F90;
}


.txt-assine{
	text-decoration:none;	
}

.box-form{
	height:500px;
	width:1000px;
}

#box-inscricao-dominio-left{
	float:left;
	width:350px;	
}

#box-inscricao-dominio-right{
	float:right;
	width:550px;	
}

#box-inscricao-dominio-right p{
	font-size:12px;	
}

#box-dados-cadastrais{
	height:760px;
	width:900px;
}

#box-registro1{
	height:150px;
	width:600px;
	background:url(../imagens/bg-planos.jpg);
	border:2px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
}

#box-registro1-internacional, #box-registro1-nacional{
	height:150px;
	width:298px;
}

#box-registro1-internacional, #box-registro1-nacional h3{
	text-align:center;
}

#box-registro1-internacional, #box-registro1-nacional h4{
	text-align:center;
}

#box-registro1-internacional{
	float:left;
	background:url(../imagens/bg-registro-int.png) no-repeat left top;
}
#box-registro1-nacional{
	float:right;
	background:url(../imagens/bg-registro-nac.png) no-repeat right top;
}

#preco-registro-big{
	text-align:center;
	font-family:'Yanone Kaffeesatz', Calibri;
	font-size:40px;
	font-weight:bold;
	color:#000;
	padding-top:-10px;
	margin-left:-17px;
}
#box-registro2{
	width:400px;
	margin:0 auto;	
}

#box-registro2 p{
	text-align:center;
}

#box-criacao1{
	height:300px;	
}

#box-empresa1{
	width:900px;
	height:420px;	
}

#box-localizacao-endereco{
	float:left;
	width:450px;	
}

#box-mapa{
	float:right;
	width:450px;
	margin-top:20px;	
}

#box-atendimento{
	width:520px;
	height:220px;
	margin:0 auto;	
	text-align:center;
	background:url(../imagens/bg-planos.jpg);
	border:2px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#box-atendimento1{
	height:400px;
	width:900px;
}
#box-atendimento-suporte{
	float:left;
	margin:0 auto;
	width:258px;
	height:220px;
	background:url(../imagens/bg-atendimento-suporte.png) no-repeat left bottom;
}

#box-atendimento-financeiro{
	float:right;
	margin:0 auto;
	width:258px;
	height:220px;
	background:url(../imagens/bg-atendimento-financeiro.png) no-repeat right bottom;
}

#box-atendimento h3{
	font-size:24px;
	margin-bottom:30px;
	margin-top:25px;
}

#box-atendimento p{
	margin-top:-5px;	
}
#box-atendimento{
	margin-top:50px;	
}
.numero-telefone-big{
	font-size:42px;
	font-family:'Yanone Kaffeesatz', Calibri;
	margin-top:-10px;
	font-weight:bold;
}

#bg-cloud{
	width:100%;
	height:300px;
	background:url(../imagens/bg-home-cloud.png) repeat-x;
	position:absolute;
	top:120px;
	left:0;
}

#logo-cloud{
	position:relative;
	top:0;
	left:0;
}

#box-suporte1{
	width:900px;
	height:600px;
}
#box-suporte1-servidores{
	width:450px;
	height:450px;
	float:left;
	margin-top:-5px;
}
.box-servidores{
	width:450px;
	height:auto;
	margin-bottom:30px;	
}
.box-servidores p{
	margin-bottom:-15px;
	margin-left:50px;
}
.ico-servidores{
	position:relative;
	margin-left:5px;
	margin-top:15px;
}

.ico-status{
	position:relative;
}
#box-suporte1-dns{
	width:450px;
	float:right;
	height:600px;
}

.box-respostas{
	display:none;	
}
