/* CSS Document */


body {
	/*background: #fcfcfc;*/
}



/* header
================================================== */

#header {
	z-index: 80;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
	position: fixed;
	background-color: #171717;
	width: 100%;
	/*background-position: 0px -20px;*/
}

#header>.container{/*width: 100%;*/}
#header #topBar {
	clear: both;
	z-index: 0;
	position: relative;
	padding: 5px 0 0px 0;
}
#header #topBar #logo {
	display: block;
	line-height: 1px;
	margin: 0;
	padding: 0;
	float: left;
	width: 110px;
	margin-bottom: 8px;
	margin-left: 10px;
}
#header #topBar #logo img {
	display:block;
	width: 100%;
}


#header #topBar .login-tbar {
	display: none;
	padding: 5px 9px 4px 5px;
	width:20px;
}

#header #topBar .menu-main-container {
	clear: both;
	background-color: black;
}



#header .searchBox {
	position: relative;
	top: 4px;
	float: right;
	width: 152px;
	margin-right: 10px;
}
#header .searchBox input {
	margin:0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .3), inset 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 4px;
	outline: none;
	padding: 4px 2px 3px 10px;
	width: 132px;
	font-size: 9pt;
}
#header .searchBox #btIcon {
	position:absolute;
	top: 3px;
	right: 5px;
	background: url('../images/sprite_basics.png') no-repeat -74px -80px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

/* menu
================================================== */
#header #topBar .showMenu{
	width: 20px;
	height: 20px;
	background-color: white;
	display: block;
	float: right;
	margin: 7px;
}


#header #topBar .menu-main-container {
	display: none;	
	-webkit-transition: max-height 0.15s ease-out;
	max-height: 28px;
	overflow: hidden;
	height: 260px;
	position: relative;
}

#header #topBar .menu-main-container.p1 {
	max-height: 260px;
}

#header #topBar .menu-main-container.p1 #solucoes .megamenu{
	left:0;
}
#header #topBar .menu-main-container.p1 #institucional .megamenu{
	left:320px;
}

 

#header #topBar .menu-main-container.p2 {
	max-height: 220px;
}

#header #topBar .menu-main-container.p2 #solucoes .megamenu{
	left:-320px;
}
#header #topBar .menu-main-container.p2 #institucional .megamenu{
	left:0;
}



#header #topBar ul#menu-main {
	border: 0 none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
}
#header #topBar ul#menu-main>li {
	font-size: 12pt;
	margin: 0;
	padding: 4px 12px; /*4px 14px 4px 14px;*/
}
#header #topBar ul#menu-main>li:last-child {
}

#header #topBar ul#menu-main>li>a {
	text-decoration:none;
	font-size: 10pt;
	display: block;
	color: white;
	color: rgba(255,255,255,0.5);
}

#header #topBar ul#menu-main>li:first-child>a {
    max-width: 58px;
    overflow:hidden;
    height: 20px;
}

#header #topBar ul#menu-main>li.sub:hover>a {
	color: white;
	font-size: 10pt;
}
#header #topBar ul#menu-main>li {
	float: left;
	border-right: 1px dotted #666;
}

#header #topBar ul#menu-main>li.active {
	display: list-item;
}



#header #topBar ul#menu-main>li:first-child {
    padding-left: 0;
    margin-left: 10px;
}



/*mega menu*/

#header .megamenu {
	display: block;
	position: absolute;
	z-index: 5;
	background-color: black;
	text-align: left;
	top: 25px;
	font-size: 10pt;
	color: white;
	padding: 10px;
	left: 0;
}
#header .megamenu.active {
}

#header .megamenu.p0 {
    left:-320px;    
}

#header .megamenu.p1 {
    left:0px;
}

#header .megamenu.p2 {
    left:320px;    
}

#header .megamenu.p3 {
    left:640px;
}




#header .megamenu .bg {
	overflow: hidden;
}
#header .megamenu .info {
	float:left;
	width: 138px;
	margin-right: 30px;
	display: none;
}
#header .megamenu .info .brand {
	width: 128px;
	height: 128px;
	display: block;
	background-image:url('../images/services/sprite_logos_menu.png');
	background-repeat:no-repeat;
	margin: 0 6px;
}
#header .megamenu .info .brand.mandic {
	background-position:0 0;
}
#header .megamenu .info .brand.cloud {
	background-position:0 -128px;
}
#header .megamenu .info .brand.mail {
	background-position:0 -256px;
}
#header .megamenu .info .brand.host {
	background-position:0 -384px;
}
#header .megamenu .info .brand.backup {
	background-position:0 -512px;
}
#header .megamenu .info .brand.mailmkt {
	background-position:0 -640px;
}
#header .megamenu .info .brand.servidor {
	background-position:0 -768px;
}
#header .megamenu .info .brand.revenda {
	background-position:0 -896px;
}
#header .megamenu .info .brand.exchange {
	background-position:0 -1024px;
}
#header .megamenu .info .brand.registro {
}
#header .megamenu .info .brand.certificado {
}
#header .megamenu .info .description {
	font-size:11px;
	color:#777;
	line-height: 15px;
	text-align: center;
}
#header .megamenu .coluna-1 {
	float:left;
}
#header .megamenu .coluna-2 {
	float:left;
}
#header .megamenu .group {
	margin: 0px 57px 20px 0;
}
#header .megamenu .group h1, #header .megamenu .group .menutitle {
	display: none;
}
#header .megamenu .group ul {
	margin:0
}
#header .megamenu ul {
	margin:0
}
#header .megamenu .group ul li {
    margin: 0;
}
#header .megamenu .group ul li a {
	color: #444;
	font-size: 10pt;
	color: white;
	font-weight: normal;
	line-height: 1.8em;
}
#header .megamenu .group ul li a:hover {
	text-decoration: none;
	color: #099;
}
#header .megamenu.services {
    width: 290px;
}
#header .megamenu.sobre {
	width: 200px;
}
#header .megamenu.sobre .bg {
	border-radius:0 6px 6px 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}



/* footer
================================================== */
#footer {
}


#footer .logo-footer{
	display:none;
}


#footer #prods{
	display:none;
}

#footer #sobre{
	display:none;
}

#footer #atendimento1{
	display:block;
}

#footer #atendimento1{
	display:block;
}




#social-bar {
	background:#fff;
	border-top: 1px solid #ccc;
}
#social-bar .payment img {
	padding-top:10px;
}
#social-bar .redales {
	text-align:right;
	padding-top: 11px;
}
#social-bar .redales img {
	padding-top:7px;
}

/* #Socket
================================================== */
#socket {
	background-color: #333;
	color: #888;
	font-size: 10px;
	padding: 5px 0;
}
#socket #copyright {
	float:left;
	margin: 8px 0;
	line-height: 16px;
}  
#socket .hmenu {
	float:right;
	margin:8px 0;
}
#socket .hmenu>li {
	float:left;
	margin:0 0 0 20px;
}
#socket .hmenu>li>a {
	display:block;
	text-decoration:none;
}
#socket .hmenu>li>a:hover {
	color:white;
	text-decoration:none;
}


/*contratacao */
.lb-overlay {display:none}



/* billboard
================================================== */
.billboard .btNav {
	display:none;
}

.billboard .title{font-size:20pt !important;line-height:1.3em !important}
.billboard .text{display:none}
