@charset "utf-8";
/* CSS BASE */

@import url(fontes.css); /* -- FONTES -- */
@import url(reset.css); /* --- RESET --- */

/* ----------------------------- GRID ------------------------------ */
.bloco_100 {
	width: 100%;
	height: auto;
	overflow: hidden;	
}
.bloco_960 {
	width: 960px;
	min-width: 960px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;	
}

/* ----------------------------- GERAL -------------------------------  */
body {
	background-color: #fff;
	font: 13px/19px "klavikab", Arial, Helvetica, sans-serif;
}

.conteudo{
	width: 940px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
a {
	text-decoration: none;	
}
.marginL {
	margin-left: 0 !important;	
}
.clear {
	line-height: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;	
}
.p_destaque {
	font-size: 80px;
	line-height: 72px;
	color: #fff;	
	margin-left: 7%;
}
p, li {
	text-align: justify;
}

*::-moz-selection {
	background:#000;  /*---Cor de fundo--*/
	color:#fff;   /*--cor da fonte--*/
}
*::selection {
	background:#000;/*---Cor de fundo--*/
	color:#fff;  /*--cor da fonte--*/
}

/* -------------------------------- TOPO -------------------------------- */
#topo_geral {
	height: 109px;
	overflow: hidden;
	position: fixed;
	z-index: 999;	
}
#topo {
	height: 109px;	
	background-color: #000;
}
	#logo {
		float: left;
		margin-left: 7%;
		background: url(../imagens/bg/clikksgrande.jpg) no-repeat;
		width: 199px;
		height: 66px;
		text-indent: -9999px;
		font-size: 0;
		margin-top: 23px;
		margin-right: 42px;
	}
	#menu {
		float: left;
		overflow: hidden;
		margin-top: 45px;
	}
		#menu li {
			display: inline;
		}
			#menu li a {
				text-decoration: none;
				color: #fff;								
				float: left;
				margin-left: 12px;
				text-transform: uppercase;
			}
				#menu li a:hover {
					color: #cc141c;
				}
			.menu_at {
				color: #e2ff00 !important;	
				text-shadow: 0px 1px 1px #000 !important;
			}
			

			
	.trabalhe-com-a-gente {
		text-decoration: none;
		color: #fff;									
		float: left;
		margin-left: 12px;
		text-transform: uppercase;
		float: right;
		margin-top: 45px;
		margin-right: 7%;
		
	}
/* ------------- BANNER --------------- */
.banner1 {
	height: 758px;
}
.p_mundo {
	padding-top: 470px;
	margin-bottom: 18px;
	display:none;	
}
.btn_mais {
	background-color: #000;
	display: block;
	margin: 0 auto;
	width: 226px;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}
/* ------------- HOME COLECAO --------------- */
.geral_colecao {
	height: 1117px;
	background-color: #fff;	
}
.tit_nossa_colecao {
	font-size: 40px;
	overflow: hidden;
	display: block;
	padding-top: 145px;
	margin: 0 auto;
	background: url(../imagens/inicial/x.png) no-repeat center bottom;
	height: 150px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 45px;
}
	.tit_nossa_colecao span {
		font-size: 13px;
	}
.p_vermais {
	text-align: center;	
	font-size: 20px;
}
	.p_vermais a {
		color: #000;
	}
		.p_vermais a:hover{
			text-decoration: underline;		
		}
.tit_colecoes {
	background: none;
	height: 120px;
	line-height: 45px;
}
/* ------------- INICIAL CLIKKS --------------- */
.geral_clikks {
	height: 954px;
}
.p_clikks {
	font-size: 65px;
	line-height: 72px;
	padding-top: 187px;
	margin-bottom: 35px;	
}
.p_sobre_clikks2 {
	font-size: 49px;
	line-height: 45px;
}
	.p_sobre_clikks2 a {
		color: #07eff8;
	}
		.p_sobre_clikks2 a:hover {
			text-decoration: underline;
		}
.p_proximanova {
	color: #fff;
	float: left;
	margin-left: 7%;
	width: 600px;
	text-align: left;
	margin-bottom: 35px;	
	font: 14px/28px "proximanova", Arial, Helvetica, sans-serif;	
}
/* ------------- HOME NOVIDADES --------------- */
.geral_novidades {
	height: 454px;
	padding-top: 85px;

}

.homenovis {
		display:none;	
}
.tit_x {
	font-size: 40px;
	overflow: hidden;
	width: 250px;
	margin: 0 auto;
	background: url(../imagens/inicial/x.png) no-repeat center bottom;
	height: 95px;
	text-align: center;
	margin-bottom: 35px;	
	padding-top: 5px;
}
.item_novidade {
	overflow: hidden;
	float: left;
	width: 220px;
	height: auto;
	margin-left: 26px;
}
	.img_nov {
		display: block;
		width: 220px;	
		height: 160px;
		margin-bottom: 26px;
	}
	.tit_novidade {
		font: 15px/28px "proximanova", Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: 600;
			
	}
		.tit_novidade:hover {
			text-decoration: underline;
		}
/* ----------------- COLECOES ---------------- */
#geral_colecoes {
	height: auto;	
	padding-bottom: 140px;
}
#selo_garantia {
	float: right;	
}
.ul_colecao {
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 70px;	
}
	.ul_colecao li {
		font-size: 14px;	
		margin-bottom: 10px;
	}
		.ul_colecao li a {
			color: #000;				
		}
		.ul_colecao li a:hover {
			text-decoration: underline;		
		}
	.ul_colecao li.tit_ul_col {
		margin-bottom: 19px;	
	}

.leva_de_oculos {
	overflow: hidden;
	border-bottom: 2px solid;
	width: 100%;	
	height: auto;
}
	.leva_de_oculos li {
		width: 25%;
		float: left;
		height: auto;
	}
		.leva_de_oculos li a {
			
		}
			.leva_de_oculos li a img {
				display: block;
				width: 100%;
			}
	
#voltar_modelos {
	display: block;
	width: 330px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 80px;
	color: #000;	
}
	#voltar_modelos:hover {
		text-decoration: underline;
	}
/* ------------- ECOLOGIC --------------- */
#geral_ecologic {
	height: 1186px;
	overflow: hidden;	
}
.p_ecologic {
	padding-top: 75px;
	margin-bottom: 40px;	
}
#btn_ecologic_linha {
	display: block;
	float: left;
	margin-top: 260px;
	color: #07eff8;
	font-size: 35px;
	line-height: 35px;
	margin-left: 7%;
}
	#btn_ecologic_linha:hover {
		text-decoration: underline;
	}
/* ------------- FRANQUIA --------------- */
#geral_lojas {
	height: auto;
	background-color: #FFCC66;


}
.p_destaque_loja {
	font-size: 35px;
	line-height: 32px;
	padding-top: 120px;
	margin-bottom: 15px;	
}
.p_lojas {
	width: 300px;
	float: left;
	font: 14px/25px "proximanova", Arial, Helvetica, sans-serif;	
	margin-right: 150px;
	text-align:left;
}
.ul_lojas {
	float: left;
	margin-left: 50px;	
	overflow: hidden;
	margin-bottom: 100px;
}
	.ul_lojas li {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 22px;
	}
.p_tel_franquia {
	font-size: 35px;
	line-height: 35px;	
	font: 35px/35px "klavikab", Arial, Helvetica, sans-serif;
}

#geral_form_franquia {
	overflow: hidden;
		background-color: #7FFFD4;
	
}
/* ------------- GARANTIA --------------- */
#geral_garantia {
	height: 1186px;	
}
/* ------------- FORMULARIOS --------------- */
.FormGeral {
	overflow: hidden;
	height: auto;
	padding-top: 80px;
	padding-bottom: 150px;
	
}
	.FormGeral fieldset {
		padding: 0;
		margin: 0;
		overflow: hidden;
		margin-bottom: 40px;
			
		
	}

.lbl {
	float: left;
	overflow: hidden;
	margin-left: 92px;
	margin-bottom: 27px;
	width: 434px;
	height: 66px;
}
	.titInput {
		display: block;
		margin-bottom: 9px;
		font: 14px Arial, Helvetica, sans-serif;
		font-weight: 900;
		text-transform: uppercase;
	}
	.input {
		outline: none;
		display: block;
		padding: 0;
		margin: 0;
		width: 420px;
		height: 37px;
		padding-left: 10px;
		border: 2px solid #7d7d7d;
		background-color: #ebebeb;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;			
	}
	.btn_enviar {
		float: right;
		border: none;
		display: block;
		cursor: pointer;
		background-color: #000;
		width: 167px;
		height: 69px;
		text-align: center;
		color: #fff;
		font: 20px "klavikab", Arial, Helvetica, sans-serif;
	}
	.inputFile {
		padding-top: 6px;
		height: 31px;
	}

.p_trabalhe_com_a_gente {
	font-size: 45px;
	line-height: 45px;
	padding-top: 120px;
	margin-bottom: 0px;	
	
	
}

/* ------------- CONTATO --------------- */

#geral_contato {
	background-color: #FF7F50;
	
}


.p_contato {
	width: 280px;
	background-color: #FF7F50;
}
.sac_contato {
	display: block;
	font: 13px/19px "klavikab", Arial, Helvetica, sans-serif;
	padding-top: 20px;	
}

#FormaContato {
	overflow: hidden;
	width: 550px;
	height: auto;
	float: right;
	margin-bottom: 160px;
	margin-top: -45px;
}
	.lbl_contato {
		overflow: hidden;
		display: block;
		margin-bottom: 21px;	
	}
		.tit_lbl {
			display: block;	
			color: #545c62;
			margin-bottom: 3px;
		}
		.inputContato {
			padding: 0;
			margin: 0;
			display: block;
			width: 384px;
			height: 45px;
			border:1px solid #a5a5a5; 	
		}
	#menssagem_contato {
		display: block;
		padding: 0;
		margin: 0;
		width: 540px;
		height: 175px;
		border:1px solid #a5a5a5;
		resize: none;
	}
	#enviar_contato {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		width: 303px;
		height: 48px;
		background-color: #000;
		color: #fff;
		cursor: pointer;
		font: 13px/19px "klavikab", Arial, Helvetica, sans-serif;				
	}
/* ------------- SEJA UM FRANQUEADO --------------- */
#geral_franquia {
	height: 952px;	
	background-color: #60d7db;
}
/* ------------- RODAPE REDES SOCIAIS --------------- */
.geral_redessociais {
	height: 156px;
	background-color: #60d7db;
}
.p_acompanha {
	font-size: 32px;
	line-height: 30px;
	padding-top: 58px;
	float: left;
}
#redes_direitas {
	float: right;
	overflow: hidden;	
	padding-top: 43px;
}
	.i_redes_direitas {
		float: left;
		display: block;
		font-size: 0;
		text-indent: -9999px;
		width: 61px;
		height: 95px;
		background-image: url(../imagens/bg/redes-socias.png);
		background-repeat: no-repeat;
	}
	#i_facebook {
		background-position: 0 0;	
	}
	#i_twitter {
		background-position: -62px 0;	
	}
	#i_instagram {
		background-position: -124px 0;	
	}
	#i_post {
		background-position: -186px 0;	
	}
	#i_youtube {
		width: 89px;
		background-position: -247px 0;	
	}
/* ------------- RODAPE RODAPE --------------- */
.geral_rodape {
	height: 305px;
	padding-top: 75px;
	background-color: #000;
}
.lista_rodape {
	float: left;
	margin-left: 65px;
}
	.lista_rodape li {
		color: #c9c9c9;
		display: block;
		margin-bottom: 10px;
	}
	.lista_rodape li.tit_lista {
		color: #fff;
		font-size: 18px;
		margin-bottom: 15px;
	}

.rodape_direita {
	float: right;
}
	.rodape_direita p {
		color: #fff;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#FormNews {
		display: block;
		overflow: hidden;
		width: 220px;
		height: 42px;
		margin-bottom: 60px;	
	}
		#inputNews {
			padding: 0;
			margin: 0;
			border: none;
			display: block;	
			width: 162px;
			height: 42px;
			background-color: #fff;
			color: #6c6c6c;
			float: left;
		}
		#EnviaNews {
			padding: 0;
			margin: 0;
			border: none;
			display: block;	
			width: 58px;
			height: 42px;
			float: right;
			background-color: #c7c7c7;
			color: #000;
			font: 16px/25px "klavikab", Arial, Helvetica, sans-serif;
			text-align: center;
			cursor: pointer;
		}

	#rodape_sociais {
		overflow: hidden;	
	}
	.item_r_social {
		float: left;
		display: block;
		font-size: 0;
		text-indent: -9999px;
		height: 17px;
		background-image: url(../imagens/bg/rodape-sociais.png);
		background-repeat: no-repeat;
		margin-left: 29px;
	}
		#r_facebook {
			width: 10px;
			background-position: 0 0;
		}
		#r_twitter {
			width: 20px;
			background-position: -37px 0;
		}
		#r_instagram {
			width: 16px;
			background-position: -87px 0;
		}
		#r_post {
			width: 14px;
			background-position: -133px 0;
		}
		#r_youtube {
			width: 42px;
			background-position: -176px 0;
		}
		
		
		
.p_assinatura {
	clear: both;
	color: #fff;
	padding-top: 15px;	
}	
/* ------------------------------------ ALERTA ------------------------------------------ */
#alerta {
	font: 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 19px;
	display: none;
}
	.alerta_ok {
		background: #f6ffe3 url(../imagens/interna/contato/at.jpg) no-repeat 5px center;
		border: 1px solid #d5ef9e;
		color: #060;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;	
	}
	.alerta_erro {
		background: #ffe2d8 url(../imagens/interna/contato/des.jpg) no-repeat 5px center;
		border: 1px solid #eda48a;
		color: #cd3000;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;	
	}
	.form_erro {
		border: 1px solid #F00 !important;
	}
	.form_ok {
		border: 1px solid #005587 !important;
	}
	
	
	/* colecao */
	.ul_colecao li {
		float:left;	
		display:block;
		width: 32%;	
	}
	.tit_ul_col {
		clear:both;
		width: 100% !important;
	}