﻿@charset "utf-8";
/* CSS Document
Desenvolvido por:
	Brunno Arthur Monteiro Soares
	http://www.nochost.com.br/
	contato@nochost.com.br
*/
/*======================== CSS RESET ========================*/
html, body, div, período, applet, objeto, iframe
H1, H2, H3, H4, H5 e H6, p, blockquote, pre,
um, abbr, sigla, endereço, grande, citar, código,
del, dfn, em, img, ins, kbd, q, s, samp,
pequeno, greve, forte, sub, sup, tt, var,
b, u, i, centro,
dl, dt, dd, ol, ul, li,
fieldset, forma, etiqueta, legenda,
mesa, caput, tbody, tfoot, thead, tr, th, td,
artigo, de lado, lona, ​​detalhes, incorporar, 
figura, figcaption, rodapé, cabeçalho, HGroup, 
menu de navegação, de saída, rubi, seção, resumo,
tempo, marca, áudio, vídeo {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	fonte: herdar;
	vertical-align: baseline;
}
/* Redefinição HTML5 display de papel para navegadores mais antigos */
artigo, de lado, detalhes, figcaption, figura, 
rodapé, cabeçalho, HGroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
blockquote, q {
	citações: none;
}
blockquote: antes, blockquote: depois,
q: antes, q: after {
	conteúdo:'';
	conteúdo: none;
}
table {
	border-collapse: colapso;
	border-spacing: 0;
}
body{
	font-family:Sans-serif, Tahoma, Geneva;
	font-size:14px;
	line-height: 1;
	background:#232323;
}
.msg-erro{
	text-align:center;
	padding-bottom:15px;
}
.barra{
	width:100%;
	min-width:1200px;
	height:5px;
	background:#0B6B85;
}
.input_button{
	text-decoration: none;
	width: 220px;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
	letter-spacing: normal;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-left: 10px;
	border: none;
	background: #0B6B85;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
}
.input_button:hover{
	background:#0D7695;
}
/*======================== TOPO ========================*/
#bg_topo{
	width:100%;
	min-width:1200px;
	height:30px;
	min-width:1200px;
	background:#181818;
	font-size: 13px;
	line-height: 30px;
	color: #CCCCCC;
	background-color: #2b2b2b;
	overflow: hidden;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#2b2b2b),color-stop(100%,#212121));
	background-image: -webkit-linear-gradient(top,#2b2b2b,#212121);
	background-image: -moz-linear-gradient(top,#2b2b2b,#212121);
	background-image: -o-linear-gradient(top,#2b2b2b,#212121);
	background-image: linear-gradient(top,#2b2b2b,#212121);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF2B2B2B',endColorstr='#FF212121');
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
#topo{
	width:1200px;
	min-width:1200px;
	margin:0 auto;
}
#topo .left{
	width:50%;
	float: left;
}
#topo .left .data{
	margin-left: 5px;
	color:#FFF;
}
#topo .right{
	width:50%;
	float: right;
}
#conteudo_topo{
	width:100%;
	height:30px;
	color:#FFF;
	margin-left: 153px;
}
#conteudo_topo .espaco{
	height:100%;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid #000;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#conteudo_topo a:hover{
	text-decoration:underline;
}
#social .div{
	height:30px;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid #000;
	float:left;

}
#social .facebook{
	width:30px;
	height:30px;
	background:url(../images/facebook.png);
	float:left;
}
#social .twitter{
	width:30px;
	height:30px;
	background:url(../images/twitter.png);
	float:left;
}
#social a:hover{
	opacity:0.5;
}
#conteudo_topo .vendas{
	float:left;
	margin-left:10px;
}
#conteudo_topo .atendimento{
	float:left;
}
#conteudo_topo .cliente{
	float:left;
}
/*======================== FIM DO TOPO ========================*/
/*======================== HEADER ========================*/
header{
	width:100%;
	height:110px;
	min-width:1200px;
	background:#181818;
}
#header{
	width:1200px;
	height:110px;
	margin:0 auto;
}
#header .logo{
	position:relative;
	width:350px;
	height:85px;
	top:10px;
	left: 10px;
	float:left;
}
/*======================== MENU ========================*/
#bg_menu{
	position:relative;
	width:740px;
	height:50px;
	top:30px;
	float:right;
}
#link{
	padding:15px;
	color: #FFFFFF;
	display: inline-block;
	float:left
}
#links_menu{
	color: #FFFFFF;
	float:left
}
#link a:hover{
	color: #CCC;
}
.cbp-hrmenu {
	width: 100%;
}
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner{
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}
.cbp-hrmenu > ul > li {
	display: inline-block;
}
.cbp-hrmenu > ul > li > a {
	padding: 15px;
	color: #FFFFFF;
	display: inline-block;
}
.cbp-hrmenu > ul > li > a:hover {
	color: #CCC;
}
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #FFFFFF;
	background-color: #2b2b2b;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	line-height: 30px;
	color: #CCCCCC;
	background-color: #2b2b2b;
	overflow: hidden;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#2b2b2b),color-stop(100%,#212121));
	background-image: -webkit-linear-gradient(top,#2b2b2b,#212121);
	background-image: -moz-linear-gradient(top,#2b2b2b,#212121);
	background-image: -o-linear-gradient(top,#2b2b2b,#212121);
	background-image: linear-gradient(top,#2b2b2b,#212121);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF2B2B2B',endColorstr='#FF212121');
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	width: 100%;
	left: 0;
	z-index:10000;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}
.cbp-hrmenu .cbp-hrsub-inner > div {
	float: left;
	padding: 0 2em 0;
}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}
.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}
.cbp-hrsub h4{
	color: #FFFFFF;
	padding-top:45px;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}
.cbp-hrsub h3{
	color:#E4E4E4;
	padding-left:15px;
}
#info_menu{
	width:90%;
}
#options_menu{
	margin-top:25px;
}
#options_menu a{
	background:none;
}
#options_menu a:hover{
	background:none;
	color:#CCC;
}
/*======================== FIM DO MENU ========================*/
/*======================== FIM DO HEADER ========================*/
/*======================== HOME ========================*/
#bg_home{
	width:100%;
	background:#E4E4E4;
	min-width:1200px;
}
#bg_slide{
	width:100%;
	min-width:1200px;
}
#bg_slide .slide{
	width:1200px;
	margin:0 auto;
}
#home{
	width:1200px;
	margin:0 auto;
}
#bg_box_DT{
	width:100%;
	height:100px;
	min-width:1200px;
}
#box_DT{
	width:1200px;
	height:100%;
	margin:0 auto;
}
#pesquisar_domínio{
	width:600px;
	height:100px;
	float:left;
}
#pesquisar_domínio .título{
	width:120px;
	font-size:16px;
	color:#444;
	font-weight:bold;
	margin-top:20px;
	margin-left:20px;
	float:left;
}
#pesquisar_domínio .estilo_nome{
	font-size:22px;
	color:#0B6B85;
	font-weight:bold;
	margin-left:20px;
}
#pesquisar_domínio .formulário{
	width:440px;
	height:50px;
	margin-top:20px;
	margin-left:10px;
	float:left;
}
#pesquisar_domínio input, .input_box_select{
	width: 150px;
	margin-left: 1px;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 3px;
	font-size: 12px;
	color: #000;
}
#pesquisar_domínio .botão{
	width:40px;
	height:100%;
	float:right;
	margin-right:20px;
}
#pesquisar_domínio .button{
	text-decoration: none;
	width: 100px;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
	letter-spacing: normal;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-left: 10px;
	border: none;
	background-color:#0B6B85;
	font-family:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
}
#pesquisar_domínio .button:hover{
	background:#0D7695;
}
#twitter{
	width:600px;
	height:100px;
	float:right;
}
#twitter .logo{
	width:100px;
	height:100px;
	float:left;
	margin-left:20px;
}
#twitter img{
	margin-left:20px;
	margin-top:15px;
}
#twitter .título{
	width:480px;
	height:20px;
	margin-top:20px;
	float:right;
}
#twitter .título a{
	font-size:16px;
	color:#0B6B85;
	font-weight:bold;
}
#twitter .tweet{
	width:480px;
	height:55px;
	margin-top:5px;
	float:left;
}
#box_home{
	width:100%;
	height:170px;
	text-align:center;
}
#box_home .título{
	font-size:22px;
	color:#444;
}
#box_home p{
	margin-top:10px;
	font-size: 14px;
	color: #555;
	font-family: "Myriad Pro Light", "Myriad Pro Cond", "Myriad Pro", Tahoma;
	text-align: justify;
	height:60px;
}
#box_home .botão{
	margin-top:30px;
}
#box_home .infraestrutura{
	width:350px;
	height:100%;
	margin-left:25px;
	float:left;
	margin-top:10px;
}
#box_home .atendimento{
	width:350px;
	height:100%;
	margin-left:50px;
	float:left;
	margin-top:10px;
}
#box_home .segurança{
	width:350px;
	height:100%;
	margin-left:50px;
	float:left;
	margin-top:10px;
	margin-right:25px;
}
#produtos{
	width:1200px;
	height:290px;
	text-align:center;
	margin-top:30px;
}
#produtos .box{
	width:255px;
	height:250px;
	margin-left:20px;
	padding: 10px 10px;
	margin-right: 5px;
	background: #FFF;
	box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
	-moz-box-shadow: 0px 0px 4px #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
#produtos .imagem{
	margin:0 auto;
}
#produtos .título{
	font-size:18px;
	margin-top:15px;
	color:#0B6B85;
}
#produtos .informações{
	font-size:15px;
	margin-top:10px;
}
#tecnologias{
	width:100%;
	text-align:center;
	height:100%;
}
/*======================== FIM DO HOME ========================*/
/*======================== FOOTER ========================*/
footer{
	width:100%;
	min-width:1200px;
}
.footer{
	width:1200px;
	height:220px;
	padding-top:20px;
	margin:0 auto;
	overflow:hidden;
}
#box_footer{
	width:1200px;
	height:100%;
}
#box_footer span{
	visibility:hidden;
}
#box_footer a{
	text-decoration:none;
	color:#BEBEBE;
}
#box_footer a:hover{
	color:#E2E2E2;
}
#box_footer .título{
	font-size:16px;
	color:#FFF;
	padding-bottom:5px;
	font-family:Tahoma, Geneva, sans-serif;
}
#box_footer ul li{
	list-style:none;
	padding-top:2px;
	display:block;
}
#box_footer li{
	font-size:14px;
	color:#BEBEBE;
}
#box_footer .underline{
	background: url("../images/underline.png") repeat-x scroll 0 0;
	height: 2px;
	margin: 0 0 5px;
	width: 100%;
	max-width:280px;
}
#box_footer .produtos{
	float:left;
	width:270px;
	margin-right:30px;
	margin-left:40px;
}
#box_footer .soluções{
	float:left;
	width:270px;
	margin-right:30px;
}
#box_footer .sobre{
	float:left;
	width:270px;
	margin-right:30px;
}
#box_footer .fale_conosco{
	float:left;
	width:260px;
}
/*======================== FIM DO FOOTER ========================*/
/*======================== COPYRIGHT ========================*/
#bg_rodapé{
	width:100%;
	min-width:1200px;
}
#rodapé{
	width:1200px;
	height:50px;
	margin:0 auto;
	color:#FFF;
	padding-top:5px;
	font-size:13px;
}
#rodapé .underline{
	background: url("../images/underline.png") repeat-x scroll 0 0;
	height: 2px;
	margin: 0 0 7px;
	width: 100%;
}
#rodapé .copyright{
	width:50%;
	float:left;
}
#rodapé .designed-by{
	width:50%;
	float:left;
	text-align:right;
}
/*======================== FIM DO COPYRIGHT ========================*/
/*====================================================================
============================== PÁGINAS ===============================
====================================================================*/

/*======================== SERVIDORES REGIÃO ========================*/

#bg_servidores_região{
	width:100%;
	min-width:1200px;
}
#servidores_região{
	width:1200px;
	height:500px;
	margin:0 auto;
}
#servidores_região .título_header{
	font-size:32px;
	color:#444;
	padding-top:20px;
	padding-left:20px;
}
#servidores_região .sub_título_header{
	font-size:22px;
	color:#444;
	padding-top:10px;
	padding-left:40px;
	padding-bottom:20px;
}
#servidores_região .boxes{
	width:100%;
	padding-left:210px;
}
#servidores_região .box{
	width:240px;
	height:300px;
	padding:10px;
	background:#FFF;
	border-radius:12px;
	text-align:center;
	margin-top:20px;
	margin-right:20px;
	float:left;
}
#servidores_região .imagem{
	width:240px;
	height:100px;
	float:left;
}
#servidores_região .título{
	width:240px;
	height:20px;
	padding-top:25px;
	float:left;
	font-size:18px;
	color:#0B6B85;
}
#servidores_região .texto{
	width:240px;
	height:100px;
	padding-top:10px;
	font-weight:bold;
	font-size:14px;
	color:#444;
	float:left;
}
#servidores_região .ver_planos{
	width:100%;
	float:left;
	padding-top:15px;
	text-align:center;

}
#servidores_região .ver_planos a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	padding-left:60px;
	padding-right:60px;
	cursor: pointer;
	letter-spacing: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: #0B6B85;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
}
#servidores_região .ver_planos a:hover{
	background:#0D7695;
}


/*======================== FIM SERVIDORES REGIÃO ========================*/

/*======================== HOSPEDAGEM REGIÃO ========================*/

#bg_hospedagem_região{
	width:100%;
	min-width:1200px;
}
#hospedagem_região{
	width:1200px;

	margin:0 auto;
}
#hospedagem_região .título_header{
	font-size:32px;
	color:#444;
	padding-top:20px;
	padding-left:20px;
}
#hospedagem_região .sub_título_header{
	font-size:22px;
	color:#444;
	padding-top:10px;
	padding-left:40px;
	padding-bottom:20px;
}
#hospedagem_região .boxes{
	width:100%;
	padding-left:25%;
}
#hospedagem_região .box{
	width:280px;
	height:300px;
	padding:10px;
	background:#FFF;
	border-radius:12px;
	text-align:center;
	margin-top:20px;
	margin-right:20px;
	float:left;
}
#hospedagem_região .imagem{
	width:280px;
	height:100px;
	float:left;
}
#hospedagem_região .título{
	width:280px;
	height:20px;
	padding-top:25px;
	float:left;
	font-size:18px;
	color:#0B6B85;
}
#hospedagem_região .texto{
	width:280px;
	height:100px;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
	color:#444;
	float:left;
}
#hospedagem_região .ver_planos{
	width:100%;
	float:left;
	padding-top:15px;
	text-align:center;

}
#hospedagem_região .ver_planos a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	padding-left:60px;
	padding-right:60px;
	cursor: pointer;
	letter-spacing: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: #0B6B85;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
}
#hospedagem_região .ver_planos a:hover{
	background:#0D7695;
}

/*======================== FIM HOSPEDAGEM REGIÃO ========================*/

/*======================== BOX SERVIÇOS ========================*/
#bg_box_serviços{
	width:100%;
	min-width:1200px;
}
#bg_header_serviços{
	width:100%;
	height:200px;
	min-width:1200px;
}
#bg_header_serviços .bg{
	width:1200px;
	margin:0 auto;
}
#header_serviços{
	width:70%;
	padding-top:30px;
	float:left;
}
#header_serviços .título{
	font-size:32px;
	margin-left:20px;
	color:#444;
}
#header_serviços .info_título{
	font-size:22px;
	height:60px;
	color:#555;
	margin-left:40px;
	margin-top:30px;
}
#header_serviços .info_título a{
	color:#555;
}
#imagem_serviços{
	width:30%;
	text-align:right;
	float:left;
}
#imagem_serviços img{
	margin-right:30px;
}
#bg_box_serviços .box_serviços{
	width:1200px;
	margin:0 auto;
}
#box_serviços{
	width:1200px;
	min-width:1200px;
	height:400px;
}
#box_serviços .cloud_servers{
	height:400px;
}
#box{
	width:250px;
	padding:15px;
	background:#FFF;
	border-radius:12px;
	float:left;
}
#box_serviços .box_margin_left{
	margin-left:16px;
}
#box .box_header{
	width:100%;
}
#box .plano{
	width:100%;
	color:#444;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
}
#box .preço{
	width:100%;
	font-weight:bold;
	text-align:center;
}
#box .valor{
	font-size:26px;
	color:#0B6B85;
}
#box .informações{
	width:100%;
	margin-top:10px;
	color:#444;
	font-size:13px;
}
#box .título{
	width:45%;
	height:14px;
	font-weight:bold;
	text-align:left;
	float:left;
	margin-top:4px;
}
#box .info{
	width:55%;
	height:14px;
	text-align:right;
	float:right;
	margin-top:4px;
	color:#000;
}
#box .rodapé{
	width:100%;
	height:25px;
	float:left;
	text-align:center;
	padding-top:25px;
}
#box .rodapé a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	padding-left:70px;
	padding-right:70px;
	cursor: pointer;
	letter-spacing: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: #0B6B85;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
}
#box .rodapé a:hover{
	background:#0D7695;
}

/* BOX SISTEMAS */

#box_serviços_sistemas{
	width:1200px;
	height:180px;
}
#box_serviços_sistemas .título{
	font-size:24px;
	padding-left:5px;
	height:35px;
	color:#444;
	text-align:left;
}
#box_serviços_sistemas .sistemas{
	width:1180px;
	background:#fff;
	border-radius:10px;
	margin-left:10px;
	float:left;
}
#box_serviços_sistemas .box{
	width:120px;
	text-align:center;
	padding:13px;
	float:left;
}
#box_serviços_sistemas .img{
	height:64px;
}
#box_serviços_sistemas .sistema{
	font-size:12px;
	padding-top:5px;
}
#box_serviços_sistemas span{
	font-weight:bold;
	color:#0B6B85;
}

/* FIM SISTEMAS OPERACIONAIS */

/* RECURSOS ADICIONAIS */

#box_serviços_recursos{
	width:1200px;
	height:270px;
}
#box_serviços_recursos .título{
	font-size:24px;
	padding-left:5px;
	height:35px;
	color:#444;
	text-align:left;
}
#box_serviços_recursos .recursos_adicionais{
	width:1180px;
	background:#fff;
	margin-left:10px;
	border-radius:10px;
	float:left;
}
#box_serviços_recursos .box{
	width:170px;
	text-align:center;
	padding:13px;
	float:left;
}
#box_serviços_recursos .img{
	height:128px;
}
#box_serviços_recursos .recurso{
	padding-top:3px;
}
#box_serviços_recursos .preço{
	width:100%;
	text-align:center;
}
#box_serviços_recursos .valor{
	font-size:26px;
	font-weight:bold;
	color:#0B6B85;
}
/* FIM RECURSOS ADICIONAIS */

/*======================== FIM BOX SERVIÇOS ========================*/

/*======================== CLOUD ========================*/
#imagem_cloud{
	width:30%;
	text-align:right;
	float:left;
}
#imagem_cloud img{
	margin-right:30px;
}
/*======================== FIM CLOUD ========================*/


/*======================== CLOUD CPANEL ========================*/
/* RECURSOS ADICIONAIS CPANEL */

#box_serviços_recursos_cpanel{
	width:1200px;
	height:270px;
	padding-top:30px;
}
#box_serviços_recursos_cpanel .título{
	font-size:24px;
	padding-left:5px;
	height:35px;
	color:#444;
	text-align:left;
}
#box_serviços_recursos_cpanel .recursos_adicionais{
	width:1180px;
	background:#fff;
	margin-left:10px;
	border-radius:10px;
	float:left;
}
#box_serviços_recursos_cpanel .box{
	width:170px;
	text-align:center;
	padding:13px;
	float:left;
}
#box_serviços_recursos_cpanel .img{
	height:128px;
}
#box_serviços_recursos_cpanel .recurso{
	padding-top:3px;
}
#box_serviços_recursos_cpanel .preço{
	width:100%;
	text-align:center;
}
#box_serviços_recursos_cpanel .valor{
	font-size:26px;
	font-weight:bold;
	color:#0B6B85;
}
/* FIM RECURSOS ADICIONAIS CPANEL */
/*======================== FIM CLOUD CPANEL ========================*/

/*======================== STREAMING ========================*/
#box_serviços_streaming{
	width:1200px;
	min-width:1200px;
	height: 300px;
}
#box_serviços_streaming .box_margin_left{
	margin-left:16px;
}
#imagem_streaming{
	width:30%;
	text-align:right;
	float:left;
}
#imagem_streaming img{
	margin-right:30px;
	margin-top:10px;
}
#box_streaming {
	width:250px;
	padding:15px;
	background:#FFF;
	border-radius:12px;
	float:left;
}
#box_streaming .box_header{
	width:100%;
}
#box_streaming .plano{
	width:100%;
	color:#444;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
}
#box_streaming .preço{
	width:100%;
	font-weight:bold;
	text-align:center;
}
#box_streaming .valor{
	font-size:26px;
	color:#0B6B85;
}
#box_streaming .informações{
	width:100%;
	margin-top:10px;
	color:#444;
	font-size:13px;
}
#box_streaming .título{
	width:60%;
	height:14px;
	font-weight:bold;
	text-align:left;
	float:left;
	margin-top:4px;
}
#box_streaming .info{
	width:40%;
	height:14px;
	text-align:right;
	float:right;
	margin-top:4px;
	color:#000;
}
#box_streaming .rodapé{
	width:100%;
	height:25px;
	float:left;
	text-align:center;
	padding-top:25px;
}
#box_streaming .rodapé a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	padding-left:70px;
	padding-right:70px;
	cursor: pointer;
	letter-spacing: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: #0B6B85;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
}
#box .rodapé a:hover{
	background:#0D7695;
}


/*======================== FIM STREAMING ========================*/
/*======================== HOSPEDAGEM ========================*/
#bg_box_hospedagem{
	width:100%;
	min-width:1200px;
}
#bg_header_hospedagem{
	width:100%;
	height:220px;
	min-width:1200px;
}
#bg_header_hospedagem .bg{
	width:1200px;
	margin:0 auto;
}
#header_hospedagem{
	width:70%;
	padding-top:30px;
	float:left;
}
#header_hospedagem .título{
	font-size:32px;
	margin-left:20px;
	color:#444;
}
#header_hospedagem .info_título{
	font-size:22px;
	height:60px;
	color:#555;
	margin-left:40px;
	margin-top:30px;
}
#imagem_hospedagem{
	width:30%;
	text-align:right;
	float:left;
}
#imagem_hospedagem img{
	margin-top:20px;
	margin-right:60px;
}
#bg_hospedagem{
	width:1200px;
	margin:0 auto;
}
#hospedagem{
	width:1200px;
}
#hospedagem .título{
	font-size:26px;
	padding-left:5px;
	height:35px;
	color:#444;
	margin-bottom:20px;
	text-align:left;
}
#box_hospedagem{
	width: 1150px;
	height: 480px;
	padding: 20px;
	background: #FFF;
	border-radius: 12px;
	margin-left:5px;
	margin-right: 5px;
}
#box_hospedagem .div_plano{
	width:350px;
	height:15px;
	font-weight:bold;
	text-align:left;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
}
#box_hospedagem .plano{
	width:200px;
	color:#0B6B85;
	height:15px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
}
#box_hospedagem .info{
	width:350px;
	height:20px;
	font-weight:bold;
	text-align:left;
	float:left;
	margin-top:4px;
	color:#000;
}
#box_hospedagem .recursos_plano{
	width:200px;
	height:20px;
	text-align:center;
	float:left;
	margin-top:4px;
}
#box_hospedagem .valores{
	width:100%;
	float:left;
	margin-top:10px;
}
#box_hospedagem .preço{
	width:200px;
	color:#444;
	height:30px;
	font-size:15px;
	text-align:center;
	float:left;
	font-weight:bold;
	padding-top:10px;
}
#box_hospedagem .preço span{
	font-size:26px;
	color:#0B6B85;
}
#box_hospedagem .contratar{
	width:100%;
	height:50px;
	float:left;
	margin-top:15px;
}
#box_hospedagem .botão{
	width:200px;
	height:50px;
	float:left;
	text-align:center;
}
#box_hospedagem .botão a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	padding-left:50px;
	padding-right:50px;
	cursor: pointer;
	letter-spacing: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: #0B6B85;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
}
#box_hospedagem .botão a:hover{
	background:#0D7695;
}
#hospedagem .box_informações{
	width: 100%;
	min-width: 1200px;
	height: 120px;
}
#hospedagem .título_informações{
	font-size:26px;
	margin-left:5px;
	height:35px;
	color:#444;
	margin-top:30px;
	text-align:left;
}
#hospedagem .informações{
	width:1170px;
	height:65px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	padding:10px;
	border:#000 1px solid;
	background:#FFF;
}
#hospedagem .texto_informações{
	text-align:left;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
	float:left;
	padding-top:2px;
	width:20%;
	font-size:14x;
}
/*======================== FIM HOSPEDAGEM ========================*/
/*======================== EMPRESA ========================*/
#empresa{
	width:1200px;
	min-width:1200px;
	margin:0 auto;
	color:#000;
	text-align:justify;
}
#empresa a{
	color:#000;
	font-weight:bold;
}
#empresa .título{
	padding-top:20px;
	padding-bottom:10px;
	font-size:20px;
	color:#0B6B85;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Tahoma;
	font-weight:bold;
}

/*======================== FIM EMPRESA ========================*/
/* latin-ext */
@font-face {
  font-family: 'Economica';
  font-style: italic;
  font-weight: 400;
  src: local('Economica Italic'), local('Economica-Italic'), url(https://fonts.gstatic.com/s/economica/v7/Qw3ZZQZaHCLgIWa29ZBbM_INKllFfQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Economica';
  font-style: italic;
  font-weight: 400;
  src: local('Economica Italic'), local('Economica-Italic'), url(https://fonts.gstatic.com/s/economica/v7/Qw3ZZQZaHCLgIWa29ZBbM_IDKlk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 700;
  src: local('Economica Bold'), local('Economica-Bold'), url(https://fonts.gstatic.com/s/economica/v7/Qw3aZQZaHCLgIWa29ZBTjecUA3x4RHw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 700;
  src: local('Economica Bold'), local('Economica-Bold'), url(https://fonts.gstatic.com/s/economica/v7/Qw3aZQZaHCLgIWa29ZBTjecUDXx4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
