@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;
}

hr {
	border: none;
	border-bottom: #111 1px dashed;
	margin: 20px 0 20px 0;
}
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=url], input[type=month], input[type=date], textarea {
	border: #000 1px solid;
	-webkit-appearance: none;
	background: #FFF;
	resize: none;
	color: #000;
	outline: none;
	font-size: 10pt;
	padding: 4px;
	margin: 2px;
	border-radius: 4px;
	text-align: left;
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type=month], input[type=date] {
	padding: 2px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type=submit], input[type=reset], input[type=button], button {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	margin: 2px;
	border-radius: 4px;
	border: #333 1px solid;
	text-align: center;
	background: #FFF;	
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #333;
	color: #FFF;
	transition: all 0.5s;
	-webkit-appearance: none;
    -moz-appearance: none;
}

/* Logo Segtra */
nav div:nth-of-type(1) {
	text-align: left;
	padding: 15px 40px 15px 40px;
	background: #369;
}
nav div:nth-of-type(1) figure {
	display: inline-block;
	-webkit-mask: url(../img/vestuario_trabalho.svg) no-repeat center center;
    mask: url(../img/vestuario_trabalho.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	background-color: #FFF;
	height: 80px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	animation: 0.8s ease-out 0s 1 slideInFromLeft;
}
nav div:nth-of-type(1) span {
	float: right;
	text-align: right;
	font-size: 14px;
	animation: 0.8s ease-out 0s 1 slideInFromRight;
	color: #FFF;
}
nav div:nth-of-type(1) span label {
	display: block;
	vertical-align: top;
	padding: 3px 0 0 0;
	color: #FFF;
}
nav div:nth-of-type(1) span label a {
	color: #FFF;
	font-size: 40px;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 0 8px;
}

/* Menu */
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 div:nth-of-type(2) div:nth-of-type(1) {
	background: none;
}
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;
}
nav div:nth-of-type(2) ul li ul li {
	display: block;
}
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 */
#content {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;
}
.title {
	font-size: 32px;
	text-transform: uppercase;
}
.subtitle {
	font-size: 28px;
	text-transform: uppercase;
}
.center {
	text-align: center;
}

/* Pesquisa */
#blockpesquisa {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	display: none;
	z-index: 999999;
}
#blockpesquisa form {
	width: 80%;
	position: relative;
	top: 50%;
	text-align: center;
	max-width: 980px;
	margin: 0 auto 0 auto;
	transform: translateY(-50%);
	white-space: nowrap;
}
#blockpesquisa input[type=search] {
	width: 90%;
	background: #FFF;
	padding: 10px;
	border: #000 1px solid;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
}
#blockpesquisa span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	-webkit-mask: url(../img/pesquisar.svg) no-repeat center center;
    mask: url(../img/pesquisar.svg) no-repeat center center;
	mask-size: cover;
	background-color: #FFF;
	width: 25px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

/* 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;
}

#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 article, .galcard {
	display: inline-block;
	vertical-align: top;
	padding: 7px;
	background: #FFF;
	width: 218px;
	margin: 5px;
}
#artigos article figure, .galcard figure {
	display: block;
	vertical-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	cursor: hand;
	height: 218px;
	width: 218px;
}
#artigos article figure img, .galcard figure img {
	display: block;
	vertical-align: middle;
	max-width: inherit;
	height: auto;
	position: relative;
	transition: all 300ms;
	min-width: 218px;
	max-width: 100%;
	margin: auto;
}
#artigos article figure figcaption, .galcard figure figcaption {
	background: rgba(0,0,0,0.7);
	color: #FFF;
	display: block;
	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, .galcard 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;
}
#artigos figure:hover figcaption, .galcard figure:hover figcaption {
	opacity: 1;
}
#artigos figure:hover img, .galcard figure:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}
#artigos figure:hover label, .galcard figure:hover label {
	top: 50%;
	transform: translateY(-50%);
}
#artigos figure label:hover, .galcard figure label:hover {
	background: #FFF;
	color: #000;
	cursor: pointer;
	cursor: hand;
}

#artigos article p, .galcard p {
	text-transform: uppercase;
	font-size: 18px;
	overflow: hidden;
	height: 75px;
}
.galcard p a {
	color: #000;
}
.galcard p a:hover {
	color: #666;
	text-decoration: none;
}
.galcard {
	border: #999 1px solid;
}

/* SDK */
#ampliar {
	background: #999;
	border: #666 1px solid;
	padding: 5px;
	text-align: center;
	color: #FFF;
	margin-top: 202px;
}
#ampliar a {
	color: #FFF;
}
#ampliacao {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	border: #000 1px solid;
	z-index: 99999999;
}
#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 {
	display: block;
	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 {
	display: block;
	border: #ababab 1px solid;
}

/* 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 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: #FFF;
	font-size: 22px;
}
footer span label {
    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;
}

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

/* Classes gerais */
.botao {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	margin: 2px;
	border-radius: 4px;
	border: #333 1px solid;
	color: #333;
}
.botao:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}
.botoes {
	text-align: right;
	padding: 20px 0 0 0;
}

#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;
}

#paginas  {
	text-align: center;
	padding: 50px 0 0 0;
}
#paginas a, #paginas span, #paginas label {
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	border: #666 1px solid;
	border-radius: 4px;
	text-align: center;
	min-width: 13px;
}
#paginas label {
	border: none;
}
#paginas span {
	background: #999;
	color: #FFF;
}
#paginas a:hover {
	text-decoration: none;
	background: #000;
	color: #FFF;
}

/* Lightbox */
#lightbox {
	margin-top: 20px;
}
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;
}
#imgaleria span {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 6px 3px;
	border: #666 1px solid;
	width: 150px;
	height: 150px;
}
#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;
}

@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 * {
		max-width: 100%;
		height: auto;
	}
	article.galcard figure figcaption {
		min-height: 50%;
		padding-top: 50%;
	}
}
@media only screen and (max-width: 960px) {
	nav div:nth-of-type(1) {
		text-align: center;
		padding: 15px 40px 20px 40px;
	}
	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;
	}
	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 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;
	}
}

@media only screen and (max-width: 900px) {
	footer * {
		position: relative;
		margin: 0px;
	}
	footer, #baixo {
		text-align: center;
	}
	footer span {
		float: none;
		text-align: center;
		padding-top: 0px;
		margin: 0px;
	}
	footer span label {
		text-align: center;
		padding: 0 0 20px 0;
	}
	footer ul {
		display: block;
		margin: 0 0 40px 0;
	}
	
}

@media only screen and (max-width: 700px) {
	#pub article {
		max-width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	article.galcard {
		max-width: none;
		width: calc(100%);
		text-align: center;
	}
	article.galcard figure {
		width: calc(100%);
	}
}