@charset "UTF-8";
/* CSS Document */
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
	background-image:url(../image/cream_pixels.png);
	background-repeat:repeat;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline
}
audio:not([controls]) {
display:none;
height:0
}
[hidden], template {
display:none
}
a {
	background:0 0
}
a:active, a:hover {
	outline:0
}
abbr[title] {
	border-bottom:1px dotted
}
b, strong {
	font-weight:700
}
dfn {
	font-style:italic
}
h1 {
	font-size:2em;
	margin:.67em 0
}
mark {
	background:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
img {
	border:0
}
svg:not(:root) {
overflow:hidden
}
figure {
	margin:1em 40px
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}
pre {
	overflow:auto
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em
}
button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0
}
button {
	overflow:visible
}
button, select {
	text-transform:none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled], html input[disabled] {
	cursor:default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height:normal
}
input[type=checkbox], input[type=radio] {
	box-sizing:border-box;
	padding:0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	border:0;
	padding:0
}
textarea {
	overflow:auto
}
optgroup {
	font-weight:700
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td, th {
	padding:0
}
body {
	color:#868686; /*cor padrÃ£o para todas as fontes*/
	font-family: "Open Sans", Helvetica, sans-serif, arial; /*definiÃ§Ã£o da fonte geral incorporada do Google Fonts*/
	font-size: 12px; /*tamanho da fonte*/
	font-weight: 300; /*indica que a fonte estÃ¡ coonfigurada como Open Sans Light*/
	font-stretch:normal;
	line-height: 22px;/*altura da linha*/
	text-align: left; /*alinhando o texto Ã  esquerda*/
	/*text-shadow:1px 1px 0px #fff; sombreamento para as fontes do site*/
}
.center {
	margin: 0 auto; /*centralizando o conteÃºdo no navegador*/
	width: 100%; /*largura do layout*/
}
header {
	border-bottom: 1px solid #E0E0E0; /*borda na base da seção*/
	height:150px;
	width:100%; /*largura do topo*/
}
/*
=========================
logotipo
=========================
*/
header h1 {
	width:100%;
	text-align:center;
}
header h1 a {
	background:url(../image/logo_optica.png) center no-repeat; /*logotipo*/
	display:block; /*torna o link como um bloco, um retângulo*/
	float:left; /*posiciona o logotipo à esquerda do site*/
	height:110px; /*altura da imagem*/
	text-indent:-9999; /*recuo para ocultar texto à esquerda*/
	width:100%; /*largura da imagem*/
}/*
=========================
nav - menu de navegação
=========================
*/
nav{
     float:right; /*posiciona menu à direita*/
     margin-top:10px; /*distância do menu à margem superior do navegador*/
     text-align:center; /*alinha os links à direita*/
     width:100%;
	 padding:10px 0px 10px 0px;
	 background-color: #a9518b;
	 text-transform:uppercase;
}
nav ul{
     list-style-type:none; /*retira os marcadores da lista*/
	 text-align:center;
}
     nav li {
          display: inline; /*deixa o menu na horizontal*/
		  color:#FFF;
     }
          
          nav ul li:nth-child(5) a{
               margin-right:0px; /*indica que o 5º elemento da lista (contato) terá a margem direita zerada*/
          }
		  .listyle {
			  margin: 5px 5px 0px 5px;
		}
 nav a{
     color:#FFF;
     font-size: 13px;
     font-weight: 300;
     letter-spacing: 0px; /*espaçamento entre as letras*/
     line-height: 26px;
     display:inline-block;
	 text-decoration:none;
}
nav a.ativo, nav a:hover{
     color:#FFF; /*indica a página ativa e o link:hover*/
	 border-top:4px;
	 border-top-color:#a9cf48;
	 border-top-style:solid;
}




/*
=========================
banner rotativo
=========================
*/
.banner {
	width:100%;
	float:left;
	margin-bottom:10px;
	text-align:center;
}
#slideshowHolder {
width:100%;
}


/*----------------------------------------------------------
SeÃ§Ã£o .CHAMADA <<<<<========================================
----------------------------------------------------------*/
.chamada{
	height:290px;
	text-align:center;
	width:1200px;
}
	h2 span{
		font-size: 60px;
		font-weight: 300;
		letter-spacing: -2px;
		line-height: 60px;
	}
	.chamada h3 {
		margin: 0 auto;
		width:900px;
	}
/*----------------------------------------------------------
SeÃ§Ã£o .CONTAINER - ConteÃºdo com 3 colunas <<<<<=============
----------------------------------------------------------*/
.container{
	max-width:100%;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.desktop, .desktop_produtos {
	float:left;
	text-align:center;
	width:190px;
	padding:10px;
}
.desktop_produtos {
	padding:10px 10px 0px 0px;
}
.desktop_alinhamento {
	width:100%;
	max-width:850px;
	position:relative;
	top:auto;
	left:auto;
	margin:0 auto;
	display:table;
}
.desktop_alinhamento_bg {
	background-color:#FFF;
	padding:5px;
	
}

.desktop_alinhamento_produtos {
	width:70%;
	position:relative;
	top:auto;
	left:auto;
	padding-left:100px;
	margin:0 auto;
}
.desktop  a, .desktop_produtos a {
	text-decoration:none;
	color:#999;
}
.desktop  a:hover, .desktop_produtos a:hover {
	text-decoration:underline;
}

/*
=========================
figure - imagens
=========================
*/
.container figure{
	margin: 15px auto 0px auto;
	width:190px;
	height:70px;
	padding:60px 0 60px 0;
	border:1px dotted #D3D3D3;
	background-color:#FFF;
}
/***************************
* DETALHES
***************************/
.detalhes_imagem {
	width:194px;
	height:auto;
	float:left;
	margin-right:10px;
}
.detalhes_imagem ul {
margin-left:-40px;
}
.detalhes_imagem ul li {
	list-style:none;
}
.detalhes_imagem li {
	border:1px dotted #CCC;
	float:left;
	margin-right:8px;
	margin-top:8px;
	
}

.detalhes_imagem ul li:nth-child(4) {
    margin-right:0px; /*indica que o 5º elemento da lista (contato) terá a margem direita zerada*/
}


/*
=========================
formataÃ§Ã£o do texto
=========================
*/
.container h3{
	color:#999;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: -1px;
	text-shadow:none;
	text-align:center;
	text-transform:uppercase;
}

/*
=========================
formataÃ§Ã£o do botÃ£o
=========================
*/
span.btn{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -2px;
	height:27px;
	margin-top: 30px;
	position:absolute;
	right: 1px;
	text-align:center;
	text-shadow:none;
	width:120px;
}
span.btn a{
	color:#fff;
	padding: 2px 4px;
}
.desktop span.btn a{
	background-color:#FE9481;
}
.tablet span.btn a{
	background-color:#FCDA92;
}
.mobile span.btn a{
	background-color:#9C8CB9;
}
/*
=========================
titulo produtos
=========================
*/
.corpoTituloProduto {
	max-width:100%;
	width:100%;
	background:#a9cf46;
	height:32px;
	float:left;
}
.tituloProduto {
	width:68%;
	background:#97989a;
	margin:0 auto;
	margin-top:-12px;
	color:#FFF;
	display:table;
	position:relative;
	z-index:10000;
}
.tituloProduto h3  {
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:lighter;
	float:left;
	margin:0px 0px 0px 5px;
	width:auto;
	text-align:left;
	padding:5px 10px 5px 10px;
}
.tituloProduto p {
	float:right;
	font-size:15px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	margin:0px;
	font-weight:lighter;
	text-transform:uppercase;
	color:#FFF;
	text-align:left;
}
.tituloProduto span {
	color:#f5aa57;
	font-weight:bold;
	text-transform:uppercase;
}
.tituloProduto ul li {
	list-style:none;
	padding:0;
	margin:-14px 5px 0px 5px;
	float:left;
}
.tituloProduto li a {
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
.tituloProduto li a:hover {
	text-decoration:underline;
	color:#FFF;
}

/*----------------------------------------------------------
SeÃ§Ã£o FOOTER - Rodape com 2 colunas <<<<<===================
----------------------------------------------------------*/
footer{
	width:100%;
	max-width:850px;
	position:relative;
	top:auto;
	left:auto;
	margin:0 auto;
	
}
.linha_footer {
	width:100%;
	float:left;
	border-top:1px solid #E7E7E7;
}
.ondeestamos, .assinenews , .copyright{
	float:left;
	text-align:center;
	width:250px;
	padding:5px 10px 10px 10px;

}
.ondeestamos h3,  .assinenews h3, .copyright h3 {
	font-size:22px;
}
.assinenews  input[type=text] {
	padding: 5px;
	border:0px;
	border:1px;
	border-style:solid;
	border-color:#a9cf46;
	width:150px;
}
.assinenews  input[type=submit] {
	border:0px;
	background-color:#a9cf46;
	color:#FFF;
	padding:6px 5px 6px 5px;
}


.desenvolvedor{
	float:right;
}
.desenvolvedor figure{
	width:182px;
}

/*
=========================
detalhe produtos
=========================
*/
.detalhes_full {
	width:100%;
	margin:20px 0px 10px 0px;
	float:left;
	padding-bottom:30px;

}
.detalhes_full figure {
	width:190px;
	height:70px;
	padding:50px 0px 70px 0px;
	float:left;
	margin:0px 10px 0px 0px;
	border:1px dotted #D3D3D3;
	background-color:#FFF;
}
.detalhes_full  h3 {
	width:65%;
	height:auto;
	margin:15px 0px 5px 0px;
	text-align:left;
	display:table;
	font-size:18px;
	text-transform:capitalize;
}
.detalhes_full  p { 
	width:65%;
	height:auto;
	margin:0px;
	margin-top:5px;
	display:table;
	text-align:left;
}
.detalhes_valor {
	font-size:18px;
}
.detalhes_valor span {
	font-weight:bold;
}
.marca_produto, .face_produto {
	width:80px;
	height:auto;
	float:right;
	text-align:right;

}
.face_produto  {
	margin-right:-80px;
	margin-top: 80px;
}
.marca_produto span {
	width:100%;
	text-align:right;
	font-size:10px;
	margin:0px;
	padding:0px;
		margin-right:2px;
}

/*
=========================
Contato
=========================
*/
.bodyFormContato {
	width:300px;
	height:auto;
	float:left;
	padding:10px;
	margin-left:10px;
	text-align:left;
}
.bodyFormContato h1 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.bodyFormContatoInput {
	width:300px;
	padding:4px;
	margin-bottom:8px;
	border:1px solid #a9cf46;
}
.bodyFormContatoInputTextarea{
	width:304px;
	padding:4px;
	margin-bottom:8px;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
		border:1px solid #a9cf46;
}
.error {
    color: red;
    margin-bottom: 4px;
}
.buttonSendContato {
	width:auto;
	height:auto;
	padding:8px 5px 8px 5px;
	background:#a9cf46;
	color:#FFF;
	font-size:10px;
	border:none;
	cursor:pointer;
	margin-top:3px;
	margin-left:153px;
}
.buttonSendContato {
	width:100px;
	margin-left:214px;
}
/*******************************
** PAGINACAO
*********************************/
#corpo-paginacao {
    width:96%;
    height:40px;
    float:left;
    margin-top:20px;
    border: 1px solid #CCC;
    background: #F0F0F0;
	margin-left:-40px;
	padding-bottom:8px;
}
#corpo-paginacao ul li {
    list-style:none;
    padding:2px;
	width:auto;
	float:left;
	margin:0 auto;
}
.paginacao {
    text-decoration:none;
    font-size:12px;
    color:#FFF;
    background:#a9cf46;
    width:auto;
    height:10px;
    padding:5px 10px 5px 10px;
    border:1px solid #a9cf46;
}
.paginacaoNone {
 	color:#a9cf46;
    background:#FFF;
    border:1px solid #a9cf46;
	width:auto;
    height:10px;
    padding:5px 10px 5px 10px;
	text-decoration:none;
    font-size:12px;
}

.paginacao a:hover {
    color:#F60;
    background:#FFF;
    border:1px solid #F60;
}

.fb-like-box-x{
	width:100%;
	height:200px;
	float:left;
}
.compartilhandoface {
	text-align:left;
	float:left;
	background:#FFF;
	font-size:15px;
}


@media screen and (max-width:2000px){
/*cores dos links e H2*/

ul#menu {
    margin: 0 auto 0 30%;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 10000;
}

}
@media screen and (max-width:320px){
.banner {
	width:100%;
	float:left;
	margin-bottom:10px;
	text-align:center;
	display:none;
}
#slideshowHolder {
width:100%;
display:none;
}
.lisubmenu {
	display:none;
}

ul#menu li{
   float:none;
   display:inline;
    
}
ul#menu li a{
 
   padding:0 15px;
   height:25px;
   line-height:25px;
   text-decoration:none;
      color:#FFF; /*indica a página ativa e o link:hover*/
	 border-top:4px;
	 border-top-color:#a9518b;
	 border-top-style:solid;
	 width:300px;
}
.tituloProduto h3  {
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	font-weight:lighter;
	float:left;
	margin:0px 0px 0px 5px;
	width:auto;
	text-align:center;
	padding:5px 10px 5px 10px;
	width:89%;
}
.tituloProduto p {
	float:left;
	font-size:15px;
	font-size:11px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	margin:0px;
	font-weight:lighter;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	width:89%;
}

.listyle {
	display:none;
}
.lisubmenu {
	color:#7c3b65;
}


}
@media screen and (max-width:480px){

.banner {
	width:100%;
	float:left;
	margin-bottom:10px;
	text-align:center;
	display:none;
}
#slideshowHolder {
width:100%;
display:none;
}

.lisubmenu {
	display:none;
	color:#7c3b65;
}

ul#menu li{
   float:none;
   display:inline;
    
}

.tituloProduto h3  {
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	font-weight:lighter;
	float:left;
	margin:0px 0px 0px 5px;
	width:auto;
	text-align:center;
	padding:5px 10px 5px 10px;
	width:89%;
}
.tituloProduto p {
	float:left;
	font-size:15px;
	font-size:11px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	margin:0px;
	font-weight:lighter;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	width:89%;
}
.desktop, .desktop_produtos {
	float:left;
	text-align:center;
	width:190px;
	padding:10px;
	margin-left:16%;
	margin-top:20px;
}

ul#menu li a{
   display:block;
   float:none;
   padding:0 15px;
   height:25px;
   line-height:25px;
   text-decoration:none;
      color:#FFF; /*indica a página ativa e o link:hover*/
	 border-top:4px;
	 border-top-color:#a9518b;
	 border-top-style:solid;
	 width:100px;
}
.listyle {
	color:#a9518b;
}

}

.loading_image {
	width:192px;
	height:192px;
	position:absolute;
	top:auto;
	left:auto;
	background-color:#FFFFFF;
	background-image:url(../image/loading.gif);
	background-position:center top 80px;
	background-repeat:no-repeat;
	opacity: 0.65;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
	display:none;
}




 


