body {
	font-family: calibri;
}

/* Landscape tablets, medium and large desktops */
@media (min-width: 992px) {
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
  * {
    font-size: 16px;
  }
  .c_col-md-25 {
	float: left;
	width: 20.83333333%;
  }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
  h1 {
    font-size: 22px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
  * {
    font-size: 14px;
  }
}

.c_alert {
	border-radius: 0px;
	background-color:#e8e8e8;
	border: 0px;
	color: black;
}
.c_header {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
.c_row1 {
	border-top: 2px solid #eee;
	background-color: #f9f9f9;
}
.c_row2 {
	border-top: 2px solid #eee;
	background-color: #f5f5f5;
	height: 40px;
}
dd a, a.termos {
	color: black;
	text-decoration: none;
}
dd a:hover, a.termos:hover {
	color: black;
	text-decoration: underline;
}
.menu, .menu:hover {
	color: #a0c511;
	font-size: 1.5714em;
}

/* Index */
a.c_index {
	position:absolute; 
	color:#fff; 
	font-size:1.71em;
	text-decoration: none;
}
a.c_index_servicos {
	top:5px; 
	left:30px; 
	color:#e3e0e0; 
}
a.c_index_webmail {
	top:50px; 
	right:40px; 
}
a.c_index_antispam {
	top:130px; 
	left:60px; 
}
a.c_index_painel {
	top:200px; 
	right:40px; 
}
a.c_index_backup {
	bottom:30px; 
	left:60px; 
}
a.c_index_servicos:hover, 
a.c_index_webmail:hover,
a.c_index_antispam:hover,
a.c_index_painel:hover,
a.c_index_backup:hover{
	text-decoration: underline;
}
a.c_prod {
	text-decoration: none;
}
.c_produtos {
    background-color: #f9f9f9;
	width: 100%;
}
.c_produtos_imagem {
	margin: 0 auto 0 auto;
}
.c_produtos-titulo {
	position: relative;
    width: 100%;
    height: 30px;
    background-color: #fff;
	font-size: 1.5em;
    text-align: center;
}
.c_produtos-texto {
    position: relative;
    width: 100%;
    background-color: #fff;
    /*font-size: 1.2857em;*/
    text-align: center;
	margin-bottom: 20px;
}

/* Contato */
.dl-horizontal dt {
	color: white;
	background-color: #6b9277;
	padding: 3px;
}
.dl-horizontal dd {
	margin-bottom: 5px;
}
.dl-horizontal dd input {
	width: 277px;
}
a.c_captcha {
	text-decoration :none; 
	color: #6b9277;
}
dt.c_dt {
	color: black;
	background-color: transparent;
	font-weight: normal;
	font-size: small;
}
div.contato {
	color: #6b9277;
	font-size: 1.71em;
	padding: 10px 0px 10px;
}
.c_form {
	background-color:#e1ece4; 
	margin-bottom: 20px; 
}
.c_endereco {
	position: relative;
	width: 250px;
	height: 380px;
	background-color: #e1ece4;
	background-image: url('../../img/quadro_contato.gif');
	background-repeat: no-repeat;
	background-position: center 20px; 
	margin: 40px auto 0px auto; 
}
.c_bloco {
	position: absolute; 
	top: 150px; 
	left: 18px;
}

/* Termos */
.c_termos_bg {
	background: #dcbd78;
	background-image: url("../../img/logo_background_7.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
li.c_termos a {
	background-color: #dcbd78;
	color: #78560b;
	border-radius: 0px;
	border: 1px solid #78560b;
}
li.c_termos a:hover{
	background-color: #bc943c;
	color: #5c481d;
	border-radius: 0px;
}
li.c_termos a:focus{
	background-color: #78560b;
	color: #dcbd78;
	border-radius: 0px;
}
li.c_lista2 {
	line-height: 130%;
	padding-top: 10px;
	color: #3f2c03;
}
#cancelamento {
	visibility: hidden;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 330px;
	padding: 20px;
	z-index:100;
	background-color: #78560b;
	color: #dcbd78;
	line-height: 130%;
	text-align: justify;
}
#cobranca {
	visibility: hidden;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 300px;
	padding: 20px;
	z-index: 100;
	background-color: #78560b;
	color: #dcbd78;
	line-height: 130%;
	text-align: justify;
}

/* Faq Antispam */
div.c_faq-antispam_bg {
	background:  #b8bd8d;
	background-image: url("../../img/logo_background_7.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
a.faq {
	text-decoration: none;
	color: #4a5015;
}
div.detalhes {
	position:relative;
	display: none;
}
div.detalhes0 {
	padding: 20px;
	background-color: #737b2e;
	color: #bbbe73;
	z-index: 100;
}
td.faq0 {
	background-color: #90aa7f;
	color: #c2d4b7;
	text-align: left;
	padding: 2px;
}
td.faq1 {
	background-color: #bcd4ac;
	color: #647c53;
	text-align: left;
	padding: 2px;
}

/* Multi uso */
ul.faq, ul.links, ul.hospedagem, ul.discovirtual, ul.netcondominio {
	list-style-type: square;
}
li.faq, li.faq-sub, li.netcondominio {
	margin-bottom: 5px;
}
a.email_links:hover, a.email_services:hover, a.produtos:hover, a.contato:hover, a.links.hover, 
a.item:hover, a.footer:hover, a.termos:hover, a.faq:hover, a.a-links:hover, a.empresa:hover, 
a.links:hover, a.suporte:hover, a.seer:hover, a.email-email:hover {
	text-decoration: underline;
}

/* Links */
div.c_links_bg {
	background-color: #b4c8d0;
	background-image: url("../../img/logo_background_15.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
 }
 li.links-title {
	list-style-type: none;
	color: #0c3b4e;
	font-size: 18px;
}
li.links {
	line-height: 130%;
	list-style-position: inside;
}
a.a-links {
	text-decoration: none;
	color: #2b5669;
}
div#seuIP {
	position: absolute;
	top: 10px;
	right: 10px;
	visibility: hidden;
	background-color:#93a3aa;
	border:1px solid #0c3b4e;
}

/*Produtos*/
div.c_produtos  {
	background-color: #e1c381;
	background-image: url("../../img/logo_background_15.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 130%;
	text-align: justify;
	padding: 20px;
	margin-bottom: 20px;
 }

 div.pagina-websites {
    position: relative;
    float: left;
    padding: 0px 20px 20px 0px;
}
a.pagina-ecommerce {
    text-decoration: underline;
    color: #92722a;
    font-weight: bold;
}
div.pagina-jornaldoimovel {
    position: relative;
    float: left;
    padding: 0px 10px 20px 0px;
}
div.netcondominio {
	position:relative;
	display: none;
	margin:40px 20px 20px 10px;
}
td.detalhes-titulo {
    background-color: #92722a;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
td.detalhes-impar {
    background-color: #c9bd7a;
    text-align: center;
    padding: 5px;
}
td.detalhes-par {
    background-color: #c9b85d;
    text-align: center;
    padding: 5px;
}

/*Serviços*/
div.c_servicos  {
	background-color: #ccdaf0;
	background-image: url("../../img/logo_background_15.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 130%;
	text-align: justify;
	padding: 20px;
	margin-bottom: 20px;
 }

 /*Footer*/
.dl-whatsapp }
	margin-top: 20px;
 }