/**
* Edits Tema
*/
html, body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	overflow: auto;
}

body {
	overflow-y: scroll;
	overflow-x: hidden; 
	font-size: 62.5%;
}

.clear {
	clear: both;
}

.btn {
	padding: 3px 5px;
	display: block;
	float: left;
	font-size: 85%;
	font-weight: 600;
	color: #535353;
	text-transform: uppercase;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #333333;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(227,227,227,1) 57%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(57%,rgba(227,227,227,1))); 
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 57%); 
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 57%); 
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 57%); 
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(227,227,227,1) 57%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e3e3e3',GradientType=0 );
	border: none;
	text-align: center;
}
.centralizar {
	margin: 0 auto;
	width: 980px;
}

.btn:hover, .wrap-hospedagem-cadastro .identificacao a.btn:hover, .wrap-hospedagem-cadastro .identificacao input[type="submit"]:hover {
	box-shadow: none;
	color: #000 !important;
    background: none #FEE33D;
	opacity: .9;
}

#content {
	min-height: 100%;
	position: relative;
	padding-bottom: 165px;
}

.bread {
	font-size: 19px;
	font-weight: 700;
	margin:10px 0;
	display: block;
	font-family: 'Open sans', sans-serif;
    color: #0079CA;
}
.bread a:hover {
	text-decoration: underline;
    color: #0079CA;
}

.cpanel {
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
}

/**
* SPRITES
*/
.icon {
	width: 34px;
	height: 31px;
	background-image: url(../img/theme/sprite-email_s1.png);
	display: block;
	float: left;
}

.icon.outexp {
	background-position: 0 0;
}

.icon.outxp2003 {
	background-position: 0 -33px;
}

.icon.out2k {
	background-position: 0 -65px;
}

.icon.out2013 {
	background-position: 0 -96px;
}

.icon.winmail {
	background-position: 0 -129px;
}

.icon.winlivemail {
	background-position: 0 -163px;
}

.icon.thunderb {
	background-position: 2px -193px;
}

.icon.outmac {
	background-position: 0 -224px;
}

.icon.applemail {
	background-position: 0 -254px;
}

.icon.entou {
	background-position: 0 -286px;
	height: 26px;
}

.icon.incredi {
	background-position: 0 -313px;
}

.icon.win8 {
	background-position: 0 -344px;
	height: 23px;
}

.icon.iphone {
	background-position: 0 -368px;
}

.icon.android {
	background-position: 0 -399px;
}

.icon.winp {
	background-position: 0 -432px;
}

.icon.blackb {
	background-position: 0 -464px;
}


@media screen and (max-width: 320px){
	
	.wrap-hospedagem-cadastro table tr td {
		min-height: 55px;
	}

	.wrap-hospedagem .box-planos.medium {
		margin-top: 15px;
	}

	.wrap-hospedagem .tempo p,
	.wrap-hospedagem .box-planos.medium .orcamento {
		font-size: 120% !important;
	}

	.wrap-hospedagem .tempo p.small {
		font-size: 70% !important;
	}
}

@media screen and (max-width: 568px) {
	
	.wrap-hospedagem-cadastro table tr td {
		min-height: 55px;
	}

	.wrap-hospedagem-cadastro .identificacao.large-4 {
		border: none !important;
	}
}

@media screen and (max-width: 640px){
	.wrap-conteudo .box-registre {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px){
	
}

@media screen and (min-width: 1023px){
	.planos.last {
		border-left: 1px dotted #FFFFFF;
	}
    #content {
        padding-top: 61px;
    }
    .wrap-header {
        background-color: #FFF;
        position: fixed;
        z-index: 100;
        top: 0;
    }
}

/**
* Header
*/
.wrap-header {
	width: 100%;
	min-height: 61px;
	box-shadow: 0 1px 5px #CCCCCC;
}

.wrap-header .area-menu .menu li a:hover, .ativo {
	color: #0079ca !important;
}

/**
* Submenu

.wrap-menu {
	width: 100%;
	height: 66px;
	background: rgb(13,134,214); 
	background: -moz-linear-gradient(top, rgba(13,134,214,1) 0%, rgba(1,114,189,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,134,214,1)), color-stop(100%,rgba(1,114,189,1))); 
	background: -webkit-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); 
	background: -o-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); 
	background: -ms-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); 
	background: linear-gradient(to bottom, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d86d6', endColorstr='#0172bd',GradientType=0 ); 
	display: none;
	position: relative;
	z-index: 5;
}

.wrap-menu .submenu {
	height: 66px;
	width: 100%;
}

.wrap-menu .submenu ul {
	margin: 0;
	list-style: none;
}

.wrap-menu .submenu ul li {
	margin: 0 20px;
	line-height: 66px;
	font-size: 14px;
}

.wrap-menu .submenu ul li:hover {
	text-decoration: underline;
    background: url(../img/theme/down-arrow.png) no-repeat center 43px !important;
}

.wrap-menu .submenu ul li a {
	color: #FFFFFF;
}
.wrap-menu .submenu ul li a span.iconmenu { 
    width: 31px;
    height: 25px;
    display: block;
    background: url(../img/theme/icons-menu.png) no-repeat left top;
    float: left;
}
*/ 
/**
* Menus Drop
*/
.wrap-login {
	position: absolute;
	top: 61px;
	right: -20px;
	xbackground: rgba(0, 0, 0, .1);
	z-index: 100;
	xheight: 0;
	overflow: hidden;
}

.wrap-login .area-login {
	width: 270px;
	height: 267px;
	overflow: hidden;
	background: rgb(13,134,214); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(13,134,214,1) 0%, rgba(1,114,189,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,134,214,1)), color-stop(100%,rgba(1,114,189,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d86d6', endColorstr='#0172bd',GradientType=0 ); /* IE6-9 */
	margin: 10px;
	border-radius: 5px;
	padding: 10px;
	-webkit-transform: translateY(-115%);
	-moz-transform: translateY(-115%);
	-ms-transform: translateY(-115%);
	transform: translateY(-115%);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	box-shadow: 5px 5px 20px 15px rgba(0, 0, 0, .1);
}

.login-aberto .wrap-login .area-login {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.wrap-login .area-login h3 {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 26px;
	text-align: left;
	text-shadow: 1px 0 3px #000000;
}

.wrap-login .area-login label {
	float: left;
	display: block;
	margin: 3px;
	color: #FFFFFF;
}

.wrap-login .area-login a {
	float: right;
	margin: 0;
	color: #FFFFFF !important;
	line-height: 2.6em;
	font-size: 12px;
	text-decoration: underline;
	padding: 0 !important;
}

.wrap-login .area-login a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}

.wrap-login .area-login input[type="text"],
.wrap-login .area-login input[type="password"] {
	border-radius: 3px;
    clear: both;
}

.wrap-login .area-login input[type="submit"] {
	float: right;
}

/**
* Wrap Banner
*/
.wrap-banner {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.wrap-banner .migramos {	
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
}

/**
* Conteudo
*/
/*.wrap-conteudo,
.wrap-cliente,
.wrap-hospedagem,
.wrap-hospedagem-cadastro {
	margin: 35px 0;
	padding-bottom: 135px;
}*/

.wrap-conteudo {
	margin: 35px 0 0 0;
}

.wrap-conteudo .box-registre {
	background: #f1f1f1;
	padding: 20px 10px 19px 15px;
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.wrap-conteudo .box-registre .gratuito {
	width: 66px;
	height: 65px;
	background: url(../img/theme/gratuito.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.wrap-conteudo .box-registre h3 {
	font-weight: 600;
	font-size: 22px;
}

.wrap-conteudo .box-registre p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}

.wrap-conteudo .box-registre form {
	padding: 23px 0 20px 0;
	background: url(../img/theme/mask-form.png) center no-repeat;
	height: 70px;
	margin-left: 2px;
	margin: 20px 0;
}

.wrap-conteudo .box-registre form span {
	display: block;
	float: left;
	line-height: 26px;
	font-size: 12px;
}

.wrap-conteudo .box-registre form input[type="text"] {
	width: 35%;
	float: left;
	height: 26px;
	border-radius: 5px;
	margin: 0 3px;
}

.wrap-conteudo .box-registre form select {
	width: 28%;
	float: left;
	border-radius: 5px;
	height: 26px;
	border-radius: 5px;
	margin: 0 5px 0 0;
	padding: 0 1px 0 2px;
}

.wrap-conteudo .box-registre form input[type="submit"] {
	float: left;
	width: 20%;
	border: none;
	border-radius: 5px;
	background: #ea8a2d;
	font-size: 13px;
	color: #FFFFFF;
	height: 26px;
}
.wrap-conteudo .box-registre form input[type="submit"]:hover {
	background: #0579C5;
	color: #FFF;
}

.wrap-conteudo .box-registre .seta-icn {
	width: 6px;
	height: 11px;
	background: url(../img/theme/right-arrow.png) no-repeat center;
	display: block;
	float: left;
	margin: 5px;
}

.wrap-conteudo .box-registre a {
	text-decoration: underline;
	color: #0b83d2;
}

.wrap-conteudo .box-registre a:hover {
	text-decoration: none;
}

.wrap-conteudo .box-registre small {
	font-size: 11px;
	line-height: 11px;
}

.box-planos {
	width: 100%;
	padding: 10px 15px;
	background: rgb(13,134,214); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(13,134,214,1) 0%, rgba(1,114,189,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,134,214,1)), color-stop(100%,rgba(1,114,189,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d86d6', endColorstr='#0172bd',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}

.wrap-conteudo .box-planos h3 {
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.wrap-conteudo .box-planos .planos {
	position: relative;
	display: block;
}

.wrap-conteudo .box-planos.small {
	margin: 0 0 5% 0;
}

.wrap-conteudo .box-planos.small .planos {
	width: 100%;
	margin: 3% 0;
}

.wrap-conteudo .box-planos .planos.first {
	position: relative;
}

.wrap-conteudo .box-planos .planos.last {
	padding-left: 15px;
	position: relative;
}

.plesk {
	position: absolute;
	width: 60px;
	height: 25px;
	background: url(../img/theme/plesk.png) no-repeat;
	top: 44%;
	right: 12%;
}

.wrap-conteudo .box-planos .planos.last .plesk.medium {
	top: 64%;
	right: 0;
}

.star-icn {
	width: 19px;
	height: 20px;
	display: block;
	float: left;
	background: url(../img/theme/star-ico.png) no-repeat center;
	margin: 2px 10px 0 0;
}

.wrap-conteudo .box-planos .planos h4 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
	font-family: 'Open sans', sans-serif;
}

.wrap-conteudo .box-planos .planos ul {
	list-style-image: url(../img/theme/right-arrow-yellow.png);
	margin: 5px 0 0px 15px;
}

.wrap-conteudo .box-planos .planos ul li {
	font-size: 14px;
	color: #FFFFFF;
}

.wrap-conteudo .box-planos .planos p.projeto {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}

.wrap-conteudo .box-planos .planos p.valor {
	font-size: 180%;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 1px 0 3px #000000;
	text-align: center;
	margin: 0;
}

.wrap-conteudo .box-planos .planos a.cont {
	margin: 0 32%;
	white-space: nowrap;
	text-align: center;
}

.wrap-conteudo .box-planos .planos a.orc {
	margin: 0 18%;
	white-space: nowrap;
	text-align: center;
}

.wrap-conteudo .box-planos .planos a.medium {
	margin: 0% 23% 2%;
}

.wrap-conteudo .box-planos .planos a.orca {
	width: 70%;
	margin: 0 16%;
}

.wrap-conteudo .box-planos .planos a.orca.medium {
	width: 108%;
	margin: 0 -2%;
}

.wrap-conteudo .box-planos .planos a.small,
.wrap-conteudo .box-planos .planos a.small {
	width: 80%;
	margin: 0 0 0 11%;
}

.wrap-conteudo .box-planos .planos .dica {
	font-size: 70%;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	text-align: center;
}

/**
* Mais Conteudo
*/
.row.separador {
	border-top: 1px dotted #999999;
	margin: 30px auto;
}
.separadorverticalright {
	border-right: 1px dotted #999999;
	margin-top:30px;
	}
.wrap-conteudo .box-info {
	width: 100%;
	padding: 5px 0;
	margin-top: 15px;
}

/*.wrap-conteudo .box-info.middle {
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
	padding: 0 10px;
}*/

.wrap-conteudo .box-info img {
	display: block;
	margin: 0 auto 10px;
	width: 75px;
	height: 75px;
}

.wrap-conteudo .box-info h5 {
	font-size: 18px;
	font-weight: 600;
	color: #777777;
	text-align: center;
	margin: 20px 0;
}

.wrap-conteudo .box-info.middle h5,
.wrap-conteudo .box-info.last h5{
	margin: 10px 0 5px 0;
}

.wrap-conteudo .box-info p {
	font-size: 14px;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom:0;
}
.wrap-conteudo .box-info a {
	color: #777777;
    display: block;
}
.wrap-conteudo .box-info a:hover, .wrap-conteudo .box-info a:hover h5 {
	color: #000;
}

/**
* Footer
*/
.wrap-footer {
	width: 100%;
	height: 135px;
	background: rgb(237,232,231); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,232,231,1) 0%, rgba(215,218,226,1) 35%, rgba(215,218,226,1) 35%, rgba(218,224,230,1) 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,232,231,1)), color-stop(35%,rgba(215,218,226,1)), color-stop(35%,rgba(215,218,226,1)), color-stop(98%,rgba(218,224,230,1)));
	background: -webkit-linear-gradient(top, rgba(237,232,231,1) 0%,rgba(215,218,226,1) 35%,rgba(215,218,226,1) 35%,rgba(218,224,230,1) 98%); 
	background: -o-linear-gradient(top, rgba(237,232,231,1) 0%,rgba(215,218,226,1) 35%,rgba(215,218,226,1) 35%,rgba(218,224,230,1) 98%); 
	background: -ms-linear-gradient(top, rgba(237,232,231,1) 0%,rgba(215,218,226,1) 35%,rgba(215,218,226,1) 35%,rgba(218,224,230,1) 98%);
	background: linear-gradient(to bottom, rgba(237,232,231,1) 0%,rgba(215,218,226,1) 35%,rgba(215,218,226,1) 35%,rgba(218,224,230,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede8e7', endColorstr='#dae0e6',GradientType=0 );
	bottom: 0;
	left: 0;
	position: absolute;
}

.wrap-footer .box-footer.first {
	width: 100%;
	border-radius: 3px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 2%, rgba(226,226,226,1) 81%, rgba(226,226,226,1) 81%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(255,255,255,1)), color-stop(81%,rgba(226,226,226,1)), color-stop(81%,rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(226,226,226,1) 81%,rgba(226,226,226,1) 81%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(226,226,226,1) 81%,rgba(226,226,226,1) 81%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(226,226,226,1) 81%,rgba(226,226,226,1) 81%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 2%,rgba(226,226,226,1) 81%,rgba(226,226,226,1) 81%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	margin: 8% 0;
	box-shadow: 1px 1px 3px #999999;
	position: relative;
	padding: 5px 10px;
	float: left;
	max-height: 80px;
}

.wrap-footer .box-footer.first:hover {
	box-shadow: none;
	opacity: .8;
}

.wrap-footer .box-footer.first img {
	position: absolute;
	bottom: 0;
	left: 15px;
}

.wrap-footer .box-footer.first .right {
	width: 70%;
	padding-left: 10px;
}

.wrap-footer .box-footer.first .right h6 {
	color: #0577c3;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open sans', sans-serif;
	margin: 0;
}

.wrap-footer .box-footer.first .right p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	text-align: justify;
	color: #000000;
	margin-bottom: 5px;
}

.wrap-footer .box-footer.middle {
	width: 100%;
	padding: 3% 16%;
	margin: 6% 0;
}

.wrap-footer .box-footer.middle span, .box-contato-lateral span {
	width: 21px;
	height: 21px;
	float: left;
	display: block;
	background-image: url(../img/theme/icons.png);
	margin: 9px 5px 0 0;
}

.wrap-footer .box-footer.middle span.mail, .box-contato-lateral span.mail {
	background-position: -21px 0;
	margin-top: 0;
}

.wrap-footer .box-footer.middle p, .box-contato-lateral p.fone {
	font-size: 22px;
	color: #000000;
	margin: 0 0 10px 0;
}
.wrap-footer .box-footer.middle a p, .box-contato-lateral a p {
    color: #000;
    font-size: 14px;
}
.wrap-footer .box-footer.middle a:hover p, .box-contato-lateral a:hover p {
    text-decoration: underline;
}
.wrap-footer .box-footer.last {
	width: 100%;
	margin: 6% 0;
}

.wrap-footer .box-footer.last h6, .box-contato-lateral h6 {
	font-size: 16px;
	font-weight: 500;
	margin: 3px 0;
}

.wrap-footer .box-footer.last p, .box-contato-lateral p {
	margin: 3px 0;
	text-align: left;
	font-size: 12px;
}

.wrap-assinatura {
	width: 100%;
	height: 27px;
	background: #84888b;
	padding: 4px 0;
}

.wrap-assinatura p {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
}

.wrap-assinatura a {
	color: #FFFFFF;
	margin-left: 3px;
	margin-top: 1px;
}

.wrap-assinatura a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/**
* Central do Cliente
*/
.painel-controle {
	width: 100%;
	padding: 3% 4%;
	background: rgb(23,144,225); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(23,144,225,1) 52%, rgba(0,113,188,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,rgba(23,144,225,1)), color-stop(100%,rgba(0,113,188,1)));
	background: -webkit-linear-gradient(top, rgba(23,144,225,1) 52%,rgba(0,113,188,1) 100%); 
	background: -o-linear-gradient(top, rgba(23,144,225,1) 52%,rgba(0,113,188,1) 100%); 
	background: -ms-linear-gradient(top, rgba(23,144,225,1) 52%,rgba(0,113,188,1) 100%); 
	background: linear-gradient(to bottom, rgba(23,144,225,1) 52%,rgba(0,113,188,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1790e1', endColorstr='#0071bc',GradientType=0 );
	border-radius: 5px;
	position: relative;
}

.painel-controle h2 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 135%;
	font-family: 'Open sans', sans-serif;
}

.painel-controle p {
	color: #FFFFFF;
	margin: 0;
	line-height: 1.3em;
	font-size: 90%;
	margin-bottom: 9px;
}

.painel-controle select {
	border-radius: 4px;
	height: 25px;
	padding: 2px 5px;
	margin-bottom: 25px;
}

.painel-controle ul {
	list-style-image: url(../img/theme/right-arrow-white.png);
	margin-bottom: 1.9em;
}

.painel-controle ul li:first-child {
	border-top: 1px dotted #FFFFFF;
}

.painel-controle ul li:hover, .painel-controle ul li.ativo {
	background: #046bb0;
}
.painel-controle ul li a {
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	padding: 7px 0;
	cursor: pointer;
	padding-left: 5px;
    display: block;
}
.painel-controle ul li a span {
    display: block;
    font-size: 0.75em;
    line-height: normal;
}
.painel-controle .disable {
	position: absolute;
	background: #FFFFFF;
	border-radius: 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
}

.status {
	width: 100%;
	padding: 2%;
	background: #f1f1f1;
	border-radius: 5px;
}

.status table {
	background: none;
	width: 100%;
	border: none;
	margin: 5% 0;
}

.status table tr {
	background: none !important;
}

.status table tr td {
	padding: 1%;
	line-height: 1em;
	font-size: 84%;
	white-space:pre-line;
}

.status table tr td.dark {
	font-weight: 700;
	text-align: right;
}

.status table tr td.stat-on {
	color: #2b8001;
}

.status table tr td.stat-off {
	color: #ff0000;
	font-weight: 700;
}

/**
* Hospedagem
*/
.wrap-hospedagem .box-planos h4 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
	font-family: 'Open sans', sans-serif;
}

.wrap-hospedagem .box-planos ul {
	list-style-image: url(../img/theme/right-arrow-yellow.png);
	margin: 5px 0 0px 15px;
}

.wrap-hospedagem .box-planos ul li {
	float: left;
}

.wrap-hospedagem .box-planos.medium {
	position: relative;
}

.wrap-hospedagem .box-planos.medium .plesk {
	top: 49%;
}

.wrap-hospedagem .box-planos.medium ul {
	margin: 5px 0 13px 15px;
}

.wrap-hospedagem .box-planos.medium ul li {
	width: 100%;
}

.wrap-hospedagem .box-planos ul li {
	font-size: 14px;
	color: #FFFFFF;
}

.wrap-hospedagem .tempo {
	background: #06629f;
	margin: 2.5% 0;
	padding: 5px;
}

.wrap-hospedagem .tempo select {
	float: right;
	width: 60%;
	height: 24px;
	padding: 0;
	margin: 3% 0;
}

.wrap-hospedagem .tempo .valor {
	padding: 5px 0;
}

.wrap-hospedagem .tempo p,
.wrap-hospedagem .box-planos.medium .orcamento {
	font-size: 180%;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 1px 0 3px #000000;
	text-align: left;
	margin: 0;
	line-height: 1em;
}

.wrap-hospedagem .box-planos.medium .orcamento {
	text-align: center;
	margin: 2% 0;
}

.wrap-hospedagem .box-planos.medium p {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}

.wrap-hospedagem .tempo p.small {
	font-size: 70%;
	color: #FFFFFF;
	font-weight: normal;
	text-shadow: none;
}

/*.wrap-hospedagem .box-planos input[type="submit"] {
	margin-bottom: 10px;
	display: block;
}

.wrap-hospedagem .box-planos.medium input[type="submit"] {
	margin-left: 3.5em;
}*/

/**
* Hospedagem Cadastro
*/
.wrap-hospedagem-cadastro h3 {
	font-size: 18px;
	color: #444444;
	font-weight: 700;
	margin: 0;
	font-family: 'Open sans', sans-serif;
}

.wrap-hospedagem-cadastro .content {
	background: #f8f8f8;
	border-radius: 5px;
	padding: 1.5% 3%;
	margin: 1.5% 0 3.5% 0;
}

.wrap-hospedagem-cadastro .seta-icon {
	width: 6px;
	height: 11px;
	display: block;
	background: url(../img/theme/right-arrow.png) no-repeat center;
	margin: 11px 5px 0 0;
}

.wrap-hospedagem-cadastro .content span {
	display: block;
	float: left;
	line-height: 32px;
}

.wrap-hospedagem-cadastro .content input[type="text"] {
	float: left;
	width: 30%;
	margin: 5px;
	height: 26px;
	border-radius: 5px;
}

.wrap-hospedagem-cadastro .content select {
	float: left;
	margin: 5px;
	height: 26px;
	padding: 0;
	border-radius: 5px;
}

.wrap-hospedagem-cadastro .content h4 {
	font-size: 16px;
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
}

.wrap-hospedagem-cadastro .content .box-hospedagem {
	padding: 0 5px;
}

.wrap-hospedagem-cadastro .content .box-hospedagem ul {
	list-style-image: url(../img/theme/right-arrow.png);
	margin: 10px 0 10px 15px;
}

.wrap-hospedagem-cadastro .content .box-hospedagem ul li {
	font-size: 14px;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .tempo {
	width: 100%;
	background: #b2b2b2;
	float: left;
	margin-bottom: 5px;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .tempo.ativo {
	background: #0072bc;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .tempo.ativo p {
	color: #FFFFFF;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .tempo p {
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .valor {
	background: #DFDFDF;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .valor.ativo {
	background: #dfeaf2;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .valor input[type="radio"] {
	float: left;
	margin: 8px 5px 0px 38px;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .valor p {
	margin: 0;
	color: #444444;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
}

.wrap-hospedagem-cadastro .content .box-hospedagem .valor .cobranca {
	font-size: 12px;
	text-align: center;
	font-weight: 300;
}

.wrap-hospedagem-cadastro .identificacao.large-4 {
	border-right: 1px dotted #b2b2b2;
	padding-right: 3%;
}

.wrap-hospedagem-cadastro .identificacao label {
	display: block;
	float: left;
	margin: 3px;
	color: #000000;
}

.wrap-hospedagem-cadastro .identificacao a {
	float: right;
	margin: 0;
	color: #0273bf !important;
	line-height: 24px;
    font-size: 12px;
	text-decoration: underline;
	padding: 0 !important;
}

.wrap-hospedagem-cadastro .identificacao a.btn, .buscaregistro {
	background: #0072bc;
	float: left;
	padding: 5px 10px !important;
	color: #FFFFFF !important;
	text-decoration: none;
	margin: 3px 0;
    line-height: normal;
}

.wrap-hospedagem-cadastro .identificacao input[type="text"] {
	float: none;
	width: 100%;
    clear: both;
}

.wrap-hospedagem-cadastro .identificacao input[type="password"] {
	border-radius: 5px;
	height: 26px;
	margin: 5px;
}

.wrap-hospedagem-cadastro .identificacao input[type="submit"] {
	background: #0072bc;
	color: #FFFFFF;
	margin-left: 29%;
	margin-top: 10px;
	padding: 5px 10px;
}

.wrap-hospedagem-cadastro table {
	border-collapse: collapse;
	border: none;
	background: none !important;
}

.wrap-hospedagem-cadastro table tr .even {
	border-top: none;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.wrap-hospedagem-cadastro table tr .even.last {
	border-bottom: none;
}

/*.wrap-hospedagem-cadastro table tr {
	background: none !important;
}*/

.wrap-hospedagem-cadastro table tr .head {
	font-size: 18px;
	color: #000000 !important;
}

.wrap-hospedagem-cadastro table tr .direita {
	font-size: 18px;
	font-weight: 600;
	color: #6a6a6a;
}

.wrap-hospedagem-cadastro table tr .odd {
	border-bottom: 1px dotted #999999;
}

.wrap-hospedagem-cadastro table tr .odd.last {
	border: none;
}
.wrap-hospedagem-cadastro a {
    text-decoration: underline;
}
.wrap-hospedagem-cadastro a:hover {
    text-decoration: none;
}
.confirm {
	background: #0072bc;
	color: #FFFFFF !important;
	text-decoration: none !important;
	margin: 11px 0;
	padding: 6px 3px !important;
}

/**
* TESTE
*/
.wrap-header .logo img {
	display: block;
	margin: 10px 0;
}

.wrap-header .menu ul {
	list-style: none;
}

.wrap-header .menu ul li {
	font-size: 14px;
	color: #000000;
	position: relative;
	float: left;
	margin: 0 0 0 23px;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	font-weight: 400;	
}

.wrap-header .menu ul li.down-arrow{
	/*background: url(../img/theme/down-arrow.png) no-repeat center 43px !important;*/
}

.wrap-header .menu ul li a {
	display: block;
	padding: 20px 0 19px 0;
	color: #000000;
}

.wrap-header .menu ul li:hover a {
	color: #0079ca;
}
.wrap-header .menu ul li:hover a.down-arrow {
    background: url(../img/theme/down-arrow.png) no-repeat center 43px;
}
.wrap-header .menu ul li.last {
	margin: 0;
}

.wrap-header .menu ul li.login,
.wrap-header .menu ul li.sair
 {
	width: 120px;
	height: 60px;
	background: url(../img/theme/bg-login.png) no-repeat left;
	text-align: right;
	position: relative;
}

.wrap-header .menu ul li.login .lock-icn,
.wrap-header .menu ul li.sair .lock-icn,
 {
	width: 12px;
	height: 16px;
	display: block;
	position: absolute;
	background: url(../img/theme/lock.png) no-repeat;
	top: 23px;
	left: 65px;
}

.wrap-header .menu ul li:hover .submenu {
	display: block;
}

.wrap-header .menu ul li .submenu {
	position: absolute;
	z-index: 50;
	width: 2400px;
	background: rgb(13,134,214); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(13,134,214,1) 0%, rgba(1,114,189,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,134,214,1)), color-stop(100%,rgba(1,114,189,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d86d6', endColorstr='#0172bd',GradientType=0 ); /* IE6-9 */
	left: -1000px;
	top: 61px;
	margin: 0;
	display: none;
}

.wrap-header .menu ul li .submenu ul li:hover {
	text-decoration: underline;
    background: none;
}

.wrap-header .menu ul .cliente .submenu {
	left: -1155px !important;
}

.wrap-header .menu ul .openweb .submenu {
	left: -1300px !important;
}

.wrap-header .menu ul li .submenu ul {
	margin: 9px 30px 0 0;
    padding: 0 0 10px 0;
    float: left;
}
.wrap-header .menu ul li .submenu ul li {
	float: left;
	margin: 0 0 0 25px !important;
}

.wrap-header .menu ul li .submenu ul li a {
	color: #FFFFFF !important;
    background: none;
    padding: 8px 0 8px 0;
}

.wrap-header .menu ul li .submenu ul li a:hover {
	text-decoration: underline;
}

/*
Início Ícones Submenu 
*/
.wrap-header .menu ul li .submenu ul li a span.iconmenu { 
    width: 31px;
    height: 25px;
    margin: 0 9px 0 0;
    display: block;
    background-image: url('../img/theme/icons-menu.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.hospedagem { 
    background-position: 0px 0px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.dominio { 
    background-position: 0px -30px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.emailprofi { 
    background-position: 0px -60px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.facilitta { 
    background-position: 0px -90px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.servidores { 
    background-position: -50px 0px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.backup { 
    background-position: -50px -30px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.chat { 
    background-position: -50px -60px;
}

.wrap-header .menu ul li .submenu ul li a span.iconmenu.remoto { 
    background-position: -95px 0;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.pagamentos { 
    background-position: -95px -30px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.painel { 
    background-position: -95px -60px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.suporte { 
    background-position: -95px -90px;
}

.wrap-header .menu ul li .submenu ul li a span.iconmenu.quemsomos { 
    background-position: -140px -0px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.responsabilidade { 
    background-position: -140px -30px;
}
.wrap-header .menu ul li .submenu ul li a span.iconmenu.blog { 
    background-position: -140px -60px;
}


/*
Fim Ícones Submenu 
*/
.wrap-header .menu-responsivo {
	background: rgb(13,134,214); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(13,134,214,1) 0%, rgba(1,114,189,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,134,214,1)), color-stop(100%,rgba(1,114,189,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d86d6', endColorstr='#0172bd',GradientType=0 ); /* IE6-9 */
	padding: 5px 0;
	position: relative;
}

.wrap-header .menu-responsivo .btn-home {
	width: 40px;
	height: 40px;
	float: left;
	background: url(../img/theme/home.png) no-repeat center;
	margin-left: 16px;
}

.wrap-header .menu-responsivo .btn-menu {
	height: 40px;
	float: right;
	background: url(../img/theme/btn-menu.png) no-repeat right;
	margin: 0 16px 0 0;
	cursor: pointer;
	padding: 5px;
}

.wrap-header .menu-responsivo .btn-menu p {
	color: #FFFFFF;
	font-weight: 600;
	line-height: 30px;
	margin-right: 40px;
	text-transform: uppercase;
}

.wrap-header .menu-responsivo .menu-hidden {
	width: 100%;
	background: rgb(13,134,214); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(13,134,214,1) 0%, rgba(1,114,189,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,134,214,1)), color-stop(100%,rgba(1,114,189,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(13,134,214,1) 0%,rgba(1,114,189,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d86d6', endColorstr='#0172bd',GradientType=0 ); /* IE6-9 */
	position: absolute;
	right: 0;
	z-index: 50;
	top: 50px;
	display: none;
}

.wrap-header .menu-responsivo .menu-hidden ul {
	list-style: none;
	margin: 0;
}

.wrap-header .menu-responsivo .menu-hidden ul li {
	border-bottom: 1px solid #0172be;
}

.wrap-header .menu-responsivo .menu-hidden ul li:last-child {
	border: none;
	box-shadow: none;
}

.wrap-header .menu-responsivo .menu-hidden ul li a {
	padding: 15px 0;
	display: block;
	color: #FFFFFF;
}

.wrap-header .menu-responsivo .menu-hidden ul li:hover {
	background: #0072bc;
}

.sub-responsivo {
	display: none;
	list-style-image: url(../img/theme/right-arrow-yellow.png) !important;
	margin-left: 15px !important;
}

/**
* Padrao
*/
/*.wrap-padrao p,
.wrap-faq p,
.wrap-email p,
.wrap-tutorial p {
	font-size: 14px;
	margin: 10px 0;
}*/

.wrap-padrao h2,
.wrap-faq h2,
.wrap-email h2,
.wrap-hospedagem h2,
.wrap-hospedagem-cadastro h2,
.wrap-cliente h2,
.wrap-tutorial h2 {
	margin: 15px 0;
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
	color: #0079ca;
}

.notice {
	padding: 0.5%;
	border-radius: 5px;
}

.wrap-faq .accordion {
	margin: 20px 0 !important;
	border-radius: 5px;
}

.wrap-faq .accordion .content {
	padding: 5px 12px 15px 12px !important;
}
.wrap-faq .accordion .content a {
    text-decoration: underline;
}
.wrap-faq .accordion .content a:hover {
    text-decoration: none;
}
.wrap-faq .accordion dd  {
    background: url(../img/theme/right-arrow-blue.png) no-repeat 0 17px;
    border-top: dotted 1px #ccc;
    border-bottom: solid 1px #fff;
    padding: inherit;
}
.wrap-faq .accordion dd > a {
	background: none !important;
	padding: 10px 12px !important;
}
.wrap-faq .accordion dd:hover, .wrap-faq .accordion dd.active  {
	background: url(../img/theme/right-arrow-blue.png) no-repeat 10px 17px #efefef;
    border: solid 1px #efefef;
}
.wrap-faq .accordion dd:hover > a, .wrap-faq .accordion dd.active > a {
    padding: 10px 12px 10px 20px !important;
}


/**
 * Wrap Email
 */
.config {
	float: left;
}

.config ul {
	list-style: none;
	margin: 0;
}

.config ul li {
	width: 100%;
	height: 42px;
	padding: 5px 0;
}

.margin {
	margin: 20px 0;
}

.config {
	margin-bottom: 35px;
}

.config h3,
.wrap-tutorial h3 {
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
}

.wrap-tutorial h3 {
	margin: 20px 0;
}

.wrap-tutorial img {
	background: #f1f1f1;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.config ul li a {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	line-height: 30px;
	color: #0079ca;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.config ul li a:hover {
	margin-left: 20px;
}
.left255 {
    margin-left: 255px !important;
}

.left176 {
    margin-left: 176px !important;
}

.left375 {
    margin-left: 375px !important;
}
.left408 {
    margin-left: 408px !important;
}

.w220 {
    width: 220px;
}

.w290 {
    width: 290px;
}
.slider-banner.orbit-slides-container.slide {
    height: 370px !important;
    width: 2100px;
    left: 50%;
    margin-left: -1050px;
}
.marginT30 {
    margin-top: 30px;
}
.borda {
    box-shadow: 3px 3px 10px #CCC;
    margin-top: 20px;
    border-radius: 20px;
}

.chat ul {
	list-style: none !important;
	margin:0 0 20px 0 !important;
}

.chat ul li::before {
	content: "✓ ";
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  border-radius: 25px;
  padding: 12px 30px;
  color: #ffffff;
  background: #52ce5f;
  background: -moz-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #52ce5f), color-stop(100%, #32ba45));
  background: -webkit-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -o-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: -ms-linear-gradient(top, #52ce5f 0%, #32ba45 100%);
  background: linear-gradient(to bottom, #52ce5f 0%, #32ba45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52ce5f', endColorstr='#32ba45', GradientType=0);
}
.whatsapp i {
  font-size: 20px;
  margin-right: 10px;
}
.whatsapp:hover {
  text-decoration: none;
}

.whatsapp2 {
  position: fixed;
  right: 20px; 
  bottom: 20px;
  background: url('../img/xwhats-icon.png') no-repeat;
  width: 50px; 
  height: 50px;
  z-index: 999;
} 
