@import url('https://fonts.googleapis.com/css?family=Oswald');

html {
	height: 100%;
	box-sizing: border-box;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	position: relative;
	overflow-x: hidden; 
}
* {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	outline: none;	
}
a {
	color: #999;
	text-decoration: none;
	transition: color 0.5s;
}
a:hover {
	color: #CC0000;
}
h1 {
  	font-size: 36px;
  	line-height: 1.2em;
  	text-transform: uppercase;
  	font-weight: 700;
}
h2 {
	margin: 0px;
	padding: 35px 0;
  	font-weight: 400;
  	line-height: 1.5em;
  	font-size: 36px;
  	text-align: center;
  	text-transform: uppercase;
}
h2 em {
  	font-style: normal;
  	font-size: 36px;
  	font-weight: 400;
  	line-height: 1.5em;
  	text-transform: uppercase;
  	color: #F00;
}
h3 {
  	text-transform: uppercase;
  	letter-spacing: 0.1em;
  	line-height: 1.5em;
  	font-size: 16px;
  	font-weight: 700;
}
h4 {
	font-size: 18px;
	margin: 10px 0;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	display: block;
	vertical-align: top;
}
h5 {
	font-size: 18px;
	text-align: center;
	color: #999;
	font-weight: 350;
	padding: 0 0 50px 0;
	margin: -50px 0 0 0;
	font-family: 'Oswald', sans-serif;
}

hr {
	border: none;
	border-bottom: #000 1px dashed;
	padding: 0px;
	margin: 30px 0;
}

input[type=submit], input[type=reset], input[type=button], button {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 4px;
	background: #333;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	font-family: 'Montserrat', sans-serif;
}
input[type=submit]:hover, input[type=reset]:hover, button:hover {
	background: #CB3301;
}
input[type=text], input[type=search], input[type=email], input[type=date], input[type=number], input[type=datetime], input[type=password], textarea, select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #FFF;
    border: 1px solid #CCC;
	border-radius: 4px;
	resize: none;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 6px 0;
}
input[type=search] {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
textarea {
	height: auto;
}
input[type=text], input[type=email], input[type=number], input[type=datetime], input[type=datetime], textarea {
	max-width: calc(100% - 26px);
	padding: 2px 12px;
}
option {
	font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
	font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
	font-family: 'Montserrat', sans-serif;
}

.duas_colunas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas: "colesq coldir";
	grid-gap: 0 60px;
}
.dois_um {
	grid-template-columns: 1fr 2fr;
}
.colesq {
	grid-area: colesq;
}
.coldir {
	grid-area: coldir;
}
.tres_colunas {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 60px;
}
.max {
	font-size: 46px;
}

/* Logo */
nav div:nth-of-type(1) {
	text-align: left;
	padding: 15px 40px 15px 40px;
	height: 130px;
}
nav div:nth-of-type(1) img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	height: 95px;
	margin: 0px;
	animation: 0.8s ease-out 0s 1 slideInFromLeft;
}
nav div:nth-of-type(1) span {
	float: right;
	text-align: right;
	font-size: 14px;
	margin: 0px;
	animation: 0.8s ease-out 0s 1 slideInFromRight;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 0 30px;
}
nav div:nth-of-type(1) span section {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(1) span section:nth-of-type(1) {
	text-align: left;
}
nav div:nth-of-type(1) span section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(1) span section li {
	display: block;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(1) span section li a {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(1) span input[type=text], nav div:nth-of-type(1) span input[type=password] {
	font-size: 12px;
	max-width: 70px;
	color: #000;
	padding: 3px;
}
nav div:nth-of-type(1) span label {
	display: block;
	vertical-align: top;
	padding: 3px 0 0 0;
}
nav div:nth-of-type(1) span label a {
	color: #000;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 0 8px;
}

nav div:nth-of-type(1) section {
	display: block;
	vertical-align: top;
	padding: 0 0 10px 0;
	margin: 0px;
}
nav div:nth-of-type(1) section img {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 4px 0 0 0;
	position: relative;
}
nav div:nth-of-type(1) section, nav div:nth-of-type(1) section * {
	color: #000;
	font-size: 14px;
}

nav div:nth-of-type(1) span input[type=submit] {
	color: #FFF;
	padding: 2px 15px;
}

/* Menu */
nav div:nth-of-type(2), nav div:nth-of-type(2) div {
    height: auto;
}
nav div:nth-of-type(2) {
	background: #F7F7F7;
	padding: 7px 40px 7px 40px;
	border-top: #E6E6E6 1px solid;
	border-bottom: #E6E6E6 1px solid;
	text-align: center;
}
nav .hamburger {
	display: none;
}
nav .hamburger div {
	padding: 0px;
}
nav div:nth-of-type(2) ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(2) ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(2) ul li a, nav div:nth-of-type(2) ul li label {
	color: #000;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	border-radius: 3px;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.5s;
}
nav div:nth-of-type(2) ul li a:hover, nav div:nth-of-type(2) ul li label:hover, nav div:nth-of-type(2) ul li:hover label {
	background: #000;
	color: #F7F7F7;
	cursor: pointer;
	cursor: hand;
}
nav div:nth-of-type(2) ul li ul {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	border-radius: 5px;
	padding: 5px;
	display: none;
	z-index: 999;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
nav div:nth-of-type(2) ul li ul::-webkit-scrollbar {
    height: 3px;
	width: 5px;
}
nav div:nth-of-type(2) ul li ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ECE9DB;
} 
nav div:nth-of-type(2) ul li ul::-webkit-scrollbar-thumb {
  background-color: #CCC;
  outline: 1px solid #CCC;
}
nav div:nth-of-type(2) ul li ul li {
	display: block;
}
nav div:nth-of-type(2) ul li ul li code {
	padding: 5px 10px 5px 10px;
	background: #FFF;
	display: block;
	vertical-align: top;
	margin-bottom: 3px;
}
nav div:nth-of-type(2) ul li ul li a {
	display: block;
	text-transform: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
}
nav div:nth-of-type(2) ul li ul li a:hover {
	background: #FFF;
	color: #000;
}
nav div:nth-of-type(2) ul li:hover ul {
	display: block;
}
nav div:nth-of-type(2) span {
	float: right;
	-webkit-mask: url(../img/pesquisar.svg) no-repeat center center;
    mask: url(../img/pesquisar.svg) no-repeat center center;
	mask-size: cover;
	background-color: #000;
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
	transition: all 0.3s;
}
nav div:nth-of-type(2) span:hover {
	background-color: #999;
}

/* Banner grande */
header {
	text-align: center;
	margin: 0 auto 0 auto;
}
/* inicio banner */
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}
.jssorb21 .av {
	background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}

.jssora21l, .jssora21r {
	display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
/* fim do banner */

/* Conteudo */
#corpo {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;
}
.titulo, h2 {
	font-size: 32px;
	text-transform: uppercase;
}
.subtitle {
	font-size: 28px;
	text-transform: uppercase;
}
.center {
	text-align: center;
}

#paginador {
	padding: 30px 0 0 0;
	text-align: center;
}

.botoes {
	text-align: right;
	padding: 50px 0 0 0;
}
.botoes a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	color: #000;
	text-transform: uppercase;
	border: #000 1px solid;
}
.botoes a:hover {
	background: #000;
	color: #FFF;
}

/* Pesquisa */
#blockpesquisa {
	display: none;
	grid-template-columns: auto;
	align-items: center;
	justify-items: center;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	padding: 100px;
	background: rgba(0, 0, 0, 0.8);
}
#blockpesquisa input {
	margin: 0px;
}
#blockpesquisa form {
	display: grid;
	grid-template-columns: 1fr 100px;
	grid-gap: 0 20px;
	align-items: center;
	justify-items: center;
	width: 100%;
}
#blockpesquisa input[type=search] {
	display: block;
	width: 100%;
}
#blockpesquisa input[type=image] {
	cursor: pointer;
	cursor: hand;
	padding: 2px 10px;
	margin: 0px;
	justify-self: start;
}


/* Primeira página */
#intro {
	text-align: center;
}
#intro div {
	padding: 30px 0 0 0;
}
#intro div a {
	display: inline-block;
	vertical-align: top;
	background: #000;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	border: #000 1px solid;
}
#intro div a:hover {
	color: #000;
	background: #FFF;
}

#pub {
	text-align: center;
	padding: 0 40px 0 40px;
}
#pub article {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	max-width: 45%;
	padding: 0 0 40px 0;
}
#pub article:last-of-type {
	margin: 0px;
}
#pub article figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#pub article div {
	padding: 30px 0 20px 0;
}
#pub article div a {
	display:inline-block;
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	color: #000;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 0 7px 0 7px;
	font-weight: bold;
	font-size: 14px;
}
#pub article div a:hover {
	background: #000;
	color: #FFF;
}
#pub article img {
	max-width: 100%;
}

#destaques {
	background: #FAFAFA;
	padding: 10px 40px 40px 40px;
	text-align: center;
}

#artigos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 7px;
}
#artigos article, .artigo {
	display: block;
	vertical-align: top;
	padding: 7px;
	background: #FFF;
	width: 225px;
	margin: 5px;
	border: #CCC 1px solid;
}
#artigos article figure, .artigo figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	cursor: hand;
	height: 225px;
	width: 225px;
}
#artigos article figure img, .artigo figure img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all 300ms;
	min-width: 225px;
}
#artigos article figure figcaption, .artigo figure figcaption {
	background: rgba(0,0,0,0.7);
	color: #FFF;
	display: grid;
	align-items: center;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	text-align: center;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}
#artigos article figure label, .artigo figure label {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	border: #FFF 1px solid;
	border-radius: 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	top: 10%;
	position: relative;
	opacity: 0
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	max-width: 100px;
	margin: auto;
}
#artigos figure:hover figcaption, .artigo figure:hover figcaption {
	opacity: 1;
}
#artigos figure:hover img, .artigo figure:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}
#artigos figure:hover label, .artigo figure:hover label {
	top: 0%;
	transform: translateY(-50%);
}
#artigos figure label:hover, .artigo figure label:hover {
	background: #FFF;
	color: #000;
	cursor: pointer;
	cursor: hand;
}

#artigos article p, .artigo p {
	text-transform: uppercase;
	font-size: 18px;
	overflow: hidden;
	height: 48px;
}
#artigos article div, .artigo div {
	text-align: center;
	padding: 20px 0;
	margin: 0px;
}
#artigos article div a, .artigo div a {
	display: inline-block;
	vertical-align:	top;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 3px 20px;
	text-transform: uppercase;
	font-size: 14px;
	border: #000 1px solid;
}
#artigos article div a:hover, .artigo div a:hover {
	background: #FFF;
	color: #000;
}

/* Artigos */
/*
#artigos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 60px;
}
#artigos article {
	display: block;
	vertical-align: top;
	padding: 7px;
	margin: 0px;
	background: #FFF;
	border: #CCC 1px solid;
}
#artigos article figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	border: #CCC 1px solid;
}
#artigos article figure img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	height: auto;
}
#artigos figure figcaption {
	position: relative;
	vertical-align: top;
	padding: 12px;
	margin: 0 0 -50px 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #FFF;
	transform: translateY(50px);
	transition: all 0.5s;
}
#artigos figure figcaption img {
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0px;
	margin: 0 10px 0 0;
}
#artigos article h3 {
	font-weight: 450;
	overflow: hidden;
	height: 50px;
}
#artigos article span {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 20px;
}
#artigos article label {
	font-size: 18px;
	font-weight: 300;
}
#artigos article span a {
	display: inline-block;
	vertical-align: top;
	justify-self: end;
}

#artigos a:hover * {
	color: #666;
}
#artigos a:hover article figure figcaption {
	transform: translateY(-100%);
	color: #FFF;
}*/

#vartigo {
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-gap: 0 20px;
}
#vartigo article {
	justify-self: center;
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	position: relative;
}
#vartigo article img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: #333 1px solid;
	border-radius: 6px;
	width: 100%;
	height: auto;
}
#vartigo article div {
	padding: 20px 0 0 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
}
#vartigo article div img {
	cursor: pointer;
	cursor: hand;
	width: 70px;
	height: auto;
}
#vartigo section h2 {
	font-weight: 400;
	text-align: left;
}
#resumo {
	padding-bottom: 40px;
	border-bottom: #CCC 1px solid;
}
#precos {
	padding: 10px 0 0 0;
	text-align: right;
}
#redes {
	text-align: right;
	padding-bottom: 30px;
	border-bottom: #CCC 1px solid;
}


#amp {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	grid-template-columns: auto;
	justify-items: center;
	align-items: center;
	z-index: 99999;
}
#amp article {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#amp article a {
	display: inline-block;
	vertical-align: bottom;
	background: #FFF;
	color: #000;
	padding: 3px 12px;
	margin: 0 10px 0 0;
	border-radius: 4px 4px 0 0;
}
#amp article figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: #FFF 4px solid;
	border-radius: 6px;
	background: #FFF;
	-webkit-box-shadow: 0 0 4px 2px #000;
	box-shadow: 0 0 4px 2px #000;
}
#amp img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	height: auto;
}

.quadro {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	background: #DEF;
	border: #000 1px solid;
}
.quadro td {
	padding: 2px;
	border-bottom: #FFF 1px solid;
	border-right: #FFF 1px solid;
}
.titulo td {
	background: #00394D;
	color: #FFF;
}

/* Footer */
footer {
	background: #121212;
	padding: 40px;
}
footer *, #baixo, #baixo * {
	color: #666;
	font-size: 14px;
}
footer ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0px;
	margin: 0 70px 0 0;
}
footer span {
	float: right;
}
footer span ul li {
	margin: 0 0 10px 0;
}
footer ul p {
	color: #FFF;
	font-size: 18px;
	padding: 0px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: normal;
}
footer ul li a:hover, #baixo a:hover {
	text-decoration: none;
	color: #FFF;
}
footer label {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 0 0;
	text-align: right;
	color: #666;
	font-size: 12px;
}
footer span ul li:nth-of-type(1) a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/facebook.svg) no-repeat center center;
	-webkit-mask-size: cover;
	mask: url(../img/facebook.svg) no-repeat center center;
	mask-size: cover;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #666;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(1) a:hover::before {
	background-color: #FFF;
}

footer span ul li:nth-of-type(2) a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/instagram.svg) no-repeat center center;
	-webkit-mask-size: cover;
	mask: url(../img/instagram.svg) no-repeat center center;
	mask-size: cover;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #666;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(2) a:hover::before {
	background-color: #FFF;
}

#baixo {
	border-top: #666 1px solid;
	background: #121212;
	padding: 6px 40px 6px 40px;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute;
	width: 100%; 
    max-width: 965px; 
    height: 450px;  
    margin-left: 0px;
 
    overflow: hidden; 
    background: #000;
	text-shadow: none;
	color: #FFF;
} 
#imageFlow .diapo { 
    position: absolute; 
    left: -4000px; 
    cursor: pointer; 
    -ms-interpolation-mode: nearest-neighbor; 
} 
#imageFlow .link { 
    border: dotted #fff 1px; 
    margin-left: -1px; 
    margin-bottom: -1px; 
} 
#imageFlow .text { 
    position: absolute; 
    left: 0px; 
    width: 100%; 
    bottom: 16%; 
    text-align: center; 
    color: #FFF; 
    font-family: verdana, arial, Helvetica, sans-serif; 
    z-index: 1000; 
	text-shadow: none;
} 
#imageFlow .title { 
    font-size: 18px; 
    font-weight: bold; 
	text-shadow:none;
	color: #FFF;
} 
#imageFlow .legend { 
    font-size: 10px;
	color: #FFF;
	text-shadow: none;
} 
#imageFlow .scrollbar { 
    position: absolute; 
    left: 10%; 
    bottom: 20px; 
    width: 80%; 
    height: 16px; 
    z-index: 1000; 
} 
#imageFlow .track { 
    position: absolute; 
    left: 1%; 
    width: 98%; 
    height: 16px; 
    filter: alpha(opacity=30); 
    opacity: 0.3;
} 
#imageFlow .arrow-left { 
    position: absolute; 
} 
#imageFlow .arrow-right { 
    position: absolute; 
    right: 0px; 
} 
#imageFlow .bar { 
    position: absolute; 
    height: 16px; 
    left: 25px; 
} 

/* Galeria */
#imgaleria span {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 6px 3px;
	border: #666 1px solid;
	width: 150px;
	height: 150px;
	background: #FFF;
}
#imgaleria a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	height: 150px;
}
#imgaleria img {
	max-height: 150px;
	max-width: 150px;
	width: auto;
	height: auto;
}

/* Lightbox */
#lightbox {
	margin-top: 50px;
}
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#mensagem {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 120px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #161616;
}
#mensagem div {
	padding-top: 30px;
	color: #161616;
}

#contactos {
	display: grid;
	grid-template-columns: auto calc(100%/2.8);
	grid-gap: 0 60px;
}
#contactos form {
	display: block;
	vertical-align: top;
	max-width: 100%;
}
#contactos form label {
	display: block;
	vertical-align: top;
	font-weight: bold;
	margin: 0 0 5px 0;
} 
#contactos form textarea {
	margin: 0 0 20px 0;
}
#contactos h2 {
	text-align: left;
}

#redes {
	text-align: right;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: #CCC 1px solid;
}

/* SDK */
/*
#ampliar {
	display: block;
	background: #999;
	border: #666 1px solid;
	padding: 5px;
	text-align: center;
	color: #FFF;
	margin-top: 210px;
}
#ampliar a {
	color: #FFF;
}
#ampliacao {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	border: #000 1px solid;
	z-index: 9999;
}
#sblock {
	background: #000;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 999;
	display: none;
}
#fechapop {
	background: #FFF;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: #000 1px solid;
	border-top: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 8888;
	display: none;
}
#imgproduto {
	border: #000 1px solid;
	margin-top: 10px;
} */

/* produtos */
article.caixa {
	display: grid;
	grid-template-columns: 150px auto;
	grid-template-areas: "img txt";
	grid-gap: 5px 5px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: #999 1px dashed;
}
article.caixa:last-of-type {
	border: none;
}
article.caixa figure {
	display: block;
	width: 150px;
	height: 150px;
	vertical-align: top;
	grid-area: img;
	padding: 0px;
	margin: 0px;
	border: #333 1px solid;
}
article.caixa figure img {
	width: 150px;
	height: 150px;
}
article.caixa span {
	display: grid;
	vertical-align: top;
	grid-template-rows: auto 18px;
	grid-template-areas: "cima" "baixo";
	grid-gap: 10px 10px;
	grid-area: txt;
}
article.caixa span section {
	grid-area: cima;
	padding: 0 0 0 10px;
}
article.caixa p {
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
article.caixa label {
	color: #666;
	font-size: 14px;
}
article.caixa span div {
	text-align: right;
	grid-area: baixo;
	padding: 0px;
	margin: 0px;
	height: 18px;
}
article.caixa div a {
	display: inline-block;
	vertical-align: top;
	padding: 1px 7px 1px 7px;
	border: #666 1px solid;
	border-radius: 4px;
	font-size: 14px;
}
article.caixa div a:hover {
	color: #FFF;
	background: #666;
}

#aviso_cks {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999999;
	opacity: 1;
	transition: all 0.5s;
}
#aviso_cks div {
	max-width: 980px;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
}
#aviso_cks * {
	color: #FFF;
}
#aviso_cks a {
	font-weight: bold;
}
#aviso_cks input {
	padding: 0px 13px 0px 13px;
	border: none;
	margin: 0 0 0 15px;
	outline: none;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}
#aviso_cks input:hover {
	color: #000;
	background: #FFF;
	transition: all 0.5s;
}

/* Notícias */
.entry {
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	display: block;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}
.entry figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: auto;
}
.entry figure img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	max-height: 200px;
	object-fit: cover;
}
.entry div {
	display: block;
	vertical-align: top;
	padding: 25px;
	margin: 0px;
}
.entry h2 {
	margin-top: 0px;
  	font-weight: 800;
  	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.entry p {
	line-height: 20px;
}
.entry_feed {
	display: grid;
	grid-gap: 50px 0;
}

#pplogin input[type=email], #pplogin input[type=password] {
	display: inline-block;
	vertical-align: top;
	width: 100px !important;
	padding: 2px;
	font-size: 12px;
	height: auto;
}
#pplogin input[type=submit] {
	font-size: 12px;
	padding: 4px 5px;
}

/* login */
#login {
	max-width: 400px;
	margin: 0 auto;
}
#login ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#login ul li {
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0;
}
#login input[type=email], #login input[type=password] {
	max-width: calc(100% - 25px);
	margin: 0 0 5px 0;
}
#login .botoes {
	text-align: center;
	padding: 10px 0 30px 0;
}

.addcarrinho {
	background: #000;
	padding: 5px 10px;
	border-radius: 4px;
	color: #FFF;
	transition: all 0.5s;
}
.addcarrinho:hover {
	background: #CB3301;
}

@keyframes slideInFromTop {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideInFromBottom {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}	
}
@keyframes slideInFromRight {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}	
}

@media only screen and (max-width: 1010px) {
	#content {
		padding-left: 40px;
		padding-right: 40px;	
	}
	#content *, #vartigo * {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 960px) {	
	#artigos {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 7px;
	}
	nav div:nth-of-type(1) {
		text-align: center;
		padding: 15px 40px 20px 40px;
		height: auto;
	}
	nav div:nth-of-type(1) span {
		float: none;
		display: block;
		text-align: center;
		padding: 20px 0 20px 0;
	}

	nav div:nth-of-type(2) {
		background: #FFF;
		padding: 7px 40px 7px 40px;
		border: none;
	}

	nav .hamburger {
		display: inline-block;
	}
	nav .hamburger div:nth-of-type(1) {
		padding: 0px;
	}
	nav ul ul {
		display: none;
		text-align: center;
		padding: 10px;
		margin: 0px;
		left: 0px;
		right: 0px;
		position: absolute;
		z-index: 9999;
		max-height: none;
		overflow: hidden;
	}
	nav ul ul li label.activo {
		display: block;
		border: none;
	}
	nav div:nth-of-type(2) ul li {
		display: block;
		vertical-align: top;
		color: #FFF;
	}
	nav div:nth-of-type(2) ul li a, nav div:nth-of-type(2) ul li label {
		color: #FFF;
		display: block;
		vertical-align: top;
		font-size: 16pt;
	}
	nav div:nth-of-type(2) ul li a:hover, nav div:nth-of-type(2) ul li label:hover {
		background: #FFF;
		color: #000;
	}
	nav .is-active ul ul {
		background: rgba(0, 0, 0, 0.5);
		display: block;
	}
	nav .is-active ul ul li ul {
		background: none;
		margin: 0px;
		position: relative;
	}
	nav div:nth-of-type(2) ul li ul, nav ul {
		position: relative;
		box-shadow: none;
		display: block;
		padding: 0px;
		border-radius: 0px;
	}
	nav div:nth-of-type(2) ul li ul {
		max-height: none;
		overflow: hidden;
	}
	nav div ul ul li ul li a {
		text-align: center;
		font-size: 12pt;
		text-transform: uppercase;
		padding: 7px 0 7px 0;
		margin: 0px;
	}
	nav div ul ul li ul li a:hover {
		color: #000;
	}
	
	nav div:nth-of-type(2) span {
		float: none;
		margin: 0 0 20px 0;
	}
	nav div:nth-of-type(1) span {
		text-align: center;
	}
	nav div:nth-of-type(1) span section:nth-of-type(1) {
		text-align: center;
		padding-bottom: 20px;
	}
	
	#vartigo {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 900px) {
	#contactos {
		padding: 20px 50px 80px 50px;
	}
	#contactos {
		grid-template-columns: auto;
	}
	
	.duas_colunas, .tres_colunas, .dois_um {
		grid-template-columns: auto;
		grid-gap: 50px 0;
		grid-template-areas: unset;
	}
	.colesq, .coldir {
		grid-area: unset;
	}
	
	footer, #baixo {
		text-align: center;
	}
	footer span {
		float: none;
		text-align: center;
	}
	footer span label {
		text-align: center;
		padding: 30px 0;
	}
	footer ul {
		display: block;
		margin: 0 0 40px 0;
	}
	footer ul:last-of-type {
		margin: 0px;
	}
}

@media only screen and (max-width: 700px) {
	#pub article {
		max-width: 100%;
	}
	#artigos {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 7px;
		justify-items: center;
	}
}