@import url('https://fonts.googleapis.com/css2?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:100,200,300,400,500,600,700,800,900');

html, body {
	min-height: 100%;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
  	font-size: 14px;
	position: relative;
	color: #000 !important;
	font-weight: 400;
	overflow-x: hidden;
}

/* Formatações gerais */
a {
	color: inherit;
	text-decoration: none !important;
	transition: all 0.5s;
}
a:hover {
	color: #666;
}
h1 {
  	font-size: 36px;
  	line-height: 1.2em;
  	text-transform: uppercase;
  	font-weight: 700;
}
h2 {
	margin: 0px;
	padding: 35px 0;
  	font-weight: 700;
  	line-height: 1.5em;
  	font-size: 42px;
  	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: #F00;
	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: #000;
}
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;
}
.quatro_colunas {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 60px;
	justify-items: center;
}
.mingap {
	grid-gap: 5px;
}

#cima {
	text-align: right;
	background: #000;
	padding: 4px 50px;
	font-size: 12px;
}
#cima a {
	color: #999;
}
#cima a:hover {
	color: #FFF;
}
#cima ul {
	display: inine-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	list-style: none;
	color: #999;
}
#cima ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 20px;
	margin: 0px;
}
#cima img {
	height: 15px;
	width: auto;
	display: inline-block;
	vertical-align: bottom;
	padding: 0px;
	margin: 0 7px 0 0;
}
#cima ul:nth-of-type(1) li:nth-of-type(2) a {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	-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;
	background-color: #999;
	transition: color 0.5s;
}
#cima ul:nth-of-type(1) li:nth-of-type(2) a:hover {
	background-color: #FFF;
}
#cima ul:nth-of-type(1) li:nth-of-type(3) a {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	-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;
	background-color: #999;
	transition: color 0.5s;
}
#cima ul:nth-of-type(1) li:nth-of-type(3) a:hover {
	background-color: #FFF;
}
#cima ul:nth-of-type(1) li:nth-of-type(4) a {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	-webkit-mask: url(../img/whatsapp.svg) no-repeat center center;
	-webkit-mask-size: cover;
	mask: url(../img/whatsapp.svg) no-repeat center center;
	mask-size: cover;
	background-color: #999 !important;
	transition: color 0.5s;
}
#cima ul:nth-of-type(1) li:nth-of-type(4) a:hover {
	background-color: #FFF;
}

/* Logo */
nav {
	display: grid;
	grid-template-columns: 250px auto;
	grid-gap: 0 30px;
	padding: 10px 50px;
}
nav .hamburger {
	display: none;
}
nav section {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 20px 0;
	justify-items: end;
}
nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 25px;
	margin: 0 0 0 50px;
}
nav ul li:nth-of-type(1) {
	background: url(../img/pointer.jpg) no-repeat left top;
	background-size: 20px auto;
}
nav ul li:nth-of-type(2) {
	background: url(../img/tel.jpg) no-repeat left top;
	background-size: 20px auto;
}
nav ul li:nth-of-type(2) b {
	display: block;
	vertical-align: top;
	font-size: 18px;
}

/* Menu */
menu {
	padding: 0px;
	margin: 0px;
}
menu ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	justify-self: right;
}
menu ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
menu ul li:nth-of-type(1), menu ul li:nth-of-type(2) {
	background:none;
	background-size: auto;
}
.hamburger {
	display: none;
}
menu ul li a, nav menu ul li label {
	text-transform: uppercase;
	display: block;
	vertical-align: top;
	padding: 2px 10px;
	border-radius: 4px;
	margin: 0px;
	line-height: none;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
	font-family: 'Montserrat', sans-serif;
}
menu ul li a:hover, menu ul li label:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}
menu ul li ul {
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px;
	border-radius: 5px;
	margin: 0px;
	display: none;
}
menu ul li:hover ul {
	display: block;
}
menu li ul li {
	display: block;
	vertical-align: top;
}
menu li ul li a:hover {
	background: #FFF;
	color: #006699;
}
menu ul li ul a {
	text-transform: none;
	color: #FFF;
}
menu ul li ul code {
	text-transform: uppercase;
	display: block;
	vertical-align: top;
	padding: 2px 10px;
	border-radius: 4px;
	margin: 2px 0;
	line-height: none;
	color: #FFF;
	background: #000;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

/* Header com bread crum, titulo principal e imagem de fundo */
.mini-header {
	margin: 0 0 -1px 0;
  	padding: 60px 50px;
  	background-attachment: fixed;
  	background-position: 50% 8px;
  	background-repeat: no-repeat;
  	background-color: #1b1016;
  	background-size:cover;
  	z-index: 0;
  	position: relative;
	font-family: 'Oswald', sans-serif;
}
.mini-header div {
	max-width: 1190px;
	margin: 0 auto 0 auto;
	font-family: 'Oswald', sans-serif;
}
.mini-header ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mini-header ul li {
	display: inline-block;
	vertical-align: top;
	padding:
}
.mini-header ul > li + li:before {
	content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
	font-family: 'Oswald', sans-serif;
}
.mini-header ul li a {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	font-size: 14px;
    line-height: 1.75em;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-decoration: none;
}
.mini-header ul li a:hover {
	color: #FFF;
	text-decoration: underline !important;
}
.mini-header h1 {
	margin: 0;
  	padding: 0;
  	font-weight: 800;
  	letter-spacing: 0.1em;
  	color: #fff;
}

header {
	background: #000;
	min-height: 4px;
}

/* Banner gigante */
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
    /* size of bullet elment */
    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;
    /* size of arrow element */
    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 gigante */

#corpo {
	padding: 10px 50px 80px 50px;
}
.subtitulo {
	text-align: center;
	font-weight: 400;
	color: #666;
	margin: -30px 0 60px 0;
	font-size: 16px;
}

/* Primeira página */
#spots {
	padding: 30px 10px 10px 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
#spots figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	max-height: 670px;
}
#spots article figure {
	max-height: 330px;
}
#spots figure img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#spots article {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 10px;
}
#spots figcaption {
	transform: translateY(-100%);
	padding: 20px;
	color: #FFF;
	text-align: left;
	font-weight: 300;
	margin: 0px;
}
#spots figcaption h2 {
	text-align: left;
	padding: 0px;
	margin: 0 0 10px 0;
}
#spothorizontal h2 {
	padding: 0px;
	margin: 0 0 10px 0;
}
#spots figcaption p {
	font-weight: 300 !important;
}
#spots figcaption a, #spothorizontal a {
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px;
	border-radius: 20px;
	background: #FFF;
	color: #000;
	text-transform: uppercase;
}
#spots figcaption a:hover, #spothorizontal a:hover {
	background: #000;
	color: #FFF;
}
#spothorizontal {
	display: grid;
	grid-template-columns: 2fr 4fr;
	grid-gap: 0px;
	padding: 0 10px 10px 10px;
	margin: 0px;
	text-align: center;
}
#spothorizontal article {
	background: #000;
	padding: 20px;
	color: #FFF;
	display: grid;
	grid-template-rows: auto;
	align-items: center;
}
#spots h2, #spothorizontal h2 {
	font-weight: 400;
	font-size: 32px;
}

.dispartigo, .dispartigo img {
	max-width: 100%;
	height: auto;
}
.dispartigo img {
	border: #CCC 1px solid;
}
.dispartigo h3 {
	padding: 0px;
	margin: 10px 0 0 0;
}
.dispartigo p {
	padding: 0px;
	margin: 0px;
}
.dispartigo label {
	font-size: 14px;
	padding: 10px 0 0 0;
	display: block;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

#destaques {
	padding: 10px 50px 80px 50px;
}
#destaques h2 {
	color: #FFBD00;
}

/* Footer */
footer {
	background: #333;
	background-size: cover;
	padding: 40px;
	margin: 0px;
}
footer, footer *, #baixo, #baixo * {
	color: #FFF;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
}
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: 500;
}
footer ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
}
footer ul li a:hover {
	text-decoration: none;
	color: #999;
}
#baixo a:hover {
	text-decoration: none;
	color: #FFF;
}
footer ul li label {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 0 0;
	color: #FFF;
	font-size: 28px;
	font-weight: 500;
}
footer span ul li {
	padding: 0 0 5px 0;
}
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: #FFF;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(1) a:hover::before {
	background-color: #999;
}
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: #FFF;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(2) a:hover::before {
	background-color: #999;
}
footer span ul li:nth-of-type(3) a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/whatsapp.svg) no-repeat center center;
	-webkit-mask-size: cover;
	mask: url(../img/whatsapp.svg) no-repeat center center;
	mask-size: cover;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #000;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(3) a:hover::before {
	background-color: #999;
}

#baixo, #baixo * {
	background: #D3D3D3;
	padding: 6px 40px 6px 40px;
	color: #000;
	font-weight: lighter;
	font-size: 12px;
	font-weight: 400;
}
#baixo a {
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}

.resp_thumb {
	padding: 0px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 4px solid #FFF;
    border-radius: 4px;
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0 0 1px 1px #DDD;
	box-shadow: 0 0 1px 1px #DDD;
}

/* Foto galeria */ 
#gallboard{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 6px;
	padding: 0px;
	margin: 0px;
}
#gallboard article figure {
	display: block;
	vertical-align: top;
	position: relative;
    overflow: hidden;
	width: 100%;
	padding: 0 0 100% 0;
	margin: 0px;
}
#gallboard article figure img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
#gallboard article figure figcaption {
	position: absolute;
	background: none;
	width: 100%;
	padding: 0 0 100% 0;
	text-align: center;
	transition: all 0.3s ease-out;
	z-index: 5;
}
#gallboard article figure figcaption:hover {
	background: rgba(0, 0, 0, 0.5);
}
#gallboard article figure label {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 4px 20px;
	border-radius: 5px;
	border: #FFF 1px solid;
	margin: 100% auto 0 auto;
	color: #FFF !important;
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
}
#gallboard article figcaption:hover label {
	margin: 50% auto 0 auto;
}
#gallboard article h3 {
	text-align: center;
	padding: 10px 0 30px 0;
	margin: 0px;
	font-weight: 500;
	font-size: 22px;
}

/* Contactos */ 
#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: 400;
	margin: 0 0 5px 0;
} 
#contactos form textarea {
	margin: 0 0 20px 0;
}
#contactos h2 {
	text-align: left;
}

/* Diversos */
#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: 400;
}
#aviso_cks input {
	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;
}

/* 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-bottom: 30px;
}

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


/* 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 * {
	max-width: none;
	max-height: 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: auto;
  height: auto;
  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{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 6px;
	padding: 0px;
	margin: 0px;
}
#imgaleria figure {
	display: block;
	vertical-align: top;
	position: relative;
    overflow: hidden;
	width: 100%;
	padding: 0 0 100% 0;
	margin: 0px;
}
#imgaleria figure img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
#imgaleria figure figcaption {
	position: absolute;
	background: none;
	width: 100%;
	padding: 0 0 100% 0;
	text-align: center;
	transition: all 0.3s ease-out;
}
#imgaleria figure figcaption:hover {
	background: rgba(0, 0, 0, 0.5);
}
#imgaleria figure figcaption img {
	width: 40px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 150% auto 0 auto;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
#imgaleria figcaption:hover img {
	margin: 50% auto 0 auto;
}



/* Classes genéricas */ 
.botoes {
	text-align: right;
	padding: 40px 0 0 0;
}
.botoes a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 30px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	border: #000 1px solid;
}
.botoes a:hover {
	background: #000;
	color: #FFF;
}

/* Efeitos */ 
.outline {
	padding: 4px;
	outline: #FFF 1px solid;
}


/* 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 article figure figcaption {
	transform: translateY(-100%);
}

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

.addcarrinho {
	background: #000;
	display: inline-block;
	vertical-align: top;
	padding: 8px 25px;
	border-radius: 5px;
}
.addcarrinho:hover {
	background: #D3A222;	
}

/* Listagens */
.lista {
	border: #000 1px solid;
}
.titulo_lista {
	background: #000;
	color: #FFF;
	font-weight: bold;
}
.titulo_lista td, .linha_branca td, .linha_cor td, .linha_familia td, .seleccionada td {
	padding: 3px;
}
.titulo_lista a {
	color: #FFF;
}
.linha_cor {
	background: #DAFDCE;
}
.linha_familia {
	background: #39C;
}
.linha_familia a {
	color: #000; 
}
.linha_familia a:hover {
	color: #FFF;
}
.seleccionada {
	background: #FFCC66;
}

.total {
	border: #000 1px solid;
	border-top: none;
}

/* Contactos */
#pcontactos {
	background: #FFBD00;
}
#pcontactos section {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 80px 0;
	background: #FFBD00;
}
#pcontactos div {
	display: grid;
	grid-template-columns: 400px auto;
	grid-gap: 20px 40px;
	text-align: left;
}
#pcontactos ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#pcontactos ul li {
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0 0 60px 50px;
}

#pcontactos ul li:nth-of-type(1) {
	background: url(../img/pointer.svg) no-repeat left top;
	background-size: auto 30px;
}
#pcontactos ul li:nth-of-type(2) {
	background: url(../img/tel.svg) no-repeat left top;
	background-size: auto 30px;
}
#pcontactos ul li:nth-of-type(3) {
	background: url(../img/mail.svg) no-repeat left top;
	background-size: auto 20px;
}
#pcontactos span {
	text-align: left;
}
#pcontactos form span {
	display: block;
	vertical-align: top;
	padding: 20px 0;
	text-align: right;
}
#pcontactos label {
	font-weight: 500;
}

@media only screen and (max-width: 1010px) {
	#corpo, .corpo {
		padding-left: 50px;
		padding-right: 50px;	
	}
	#corpo *, .corpo * {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 700px) {
	.quatro_colunas, .dois_um, .tres_coluns {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 0;
		grid-template-areas: unset;
	}
}
@media only screen and (max-width: 500px) {
	.duas_colunas, .tres_colunas, .quatro_colunas, .dois_um {
		grid-template-columns: auto;
		grid-gap: 50px 0;
		grid-template-areas: unset;
	}
	.colesq, .coldir {
		grid-area: unset;
	}
}
@media (max-width: 992px) {
	#cima {
		text-align: center;
	}
	nav {
		grid-template-columns: auto;
		grid-gap: 30px 0;
		justify-items: center;
	}
	nav section span ul li {
		margin-bottom: 10px;
	}
	nav menu .hamburger {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		padding: 0px;
	}
	nav menu {
		display: block;
		vertical-align: top;
		text-align: center;
	}
	nav menu ul ul {
		display: none;
		text-align: center;
		padding: 10px;
		margin: 0px;
		position: absolute;
		z-index: 999999999;
		max-width: none;
		width: 100%;
	}
	nav menu ul ul li label.activo {
		display: block;
		border: none;
	}
	nav menu ul ul li {
		display: block;
		vertical-align: top;
		color: #FFF;
		padding:  10px;
	}
	nav menu ul ul li a, nav menu ul ul li label {
		color: #FFF;
		display: block;
		font-size: 16pt;
		border-bottom: none;
	}
	nav menu ul ul li label, nav menu ul ul li label:hover {
		cursor: pointer;
		cursor: default;
		background: #FFF;
		color: #000;
		font-weight: 400;
	}
	nav menu ul ul li a:hover {
		background: #FFF;
		color: #000;
		border-bottom: none;
	}
	nav menu.is-active ul ul {
		background: rgba(0, 0, 0, 0.5);
		display: block;
	}
	nav menu.is-active ul ul li ul {
		background: none;
		margin: 0px;
	}
	nav menu ul ul li ul {
		position: relative;
		box-shadow: none;
		display: block;
		padding: 0px;
		border-radius: 0px;
	}
	nav menu ul ul li ul li a {
		text-align: center;
		font-size: 12pt;
		text-transform: uppercase;
		padding: 7px 0 7px 0;
		margin: 0px;
		color: #FFF;
	}
	nav menu ul ul li ul li a:hover {
		color: #000;
	}
	
	nav menu .is-active ul ul li ul {
		display: none;
		margin: 0px;
	}
	nav menu .is-active ul ul li:hover > ul {
		display: block;
	}
	
	#contactos {
		padding: 20px 50px 80px 50px;
	}
	#contactos {
		grid-template-columns: auto;
	}
	
	footer, #baixo {
		text-align: center;
	}
	footer span {
		display: inline-block;
		vertical-align: top;
		float: none;
		text-align: center;
		padding: 0 0 30px 0;
	}
	footer ul {
		display: block;
		margin: 0 0 40px 0;
	}
	footer ul:last-of-type {
		margin: 0px;
	}
	footer span {
		padding-top: 50px;
	}
	footer ul li label {
		display: block;
		vertical-align: top;
		text-align: center !important;
	}
	
	#login ul li a {
		display: block;
		vertical-align: top;
		padding: 10px 30px;
		border-radius: 6px;
		border: #000 1px solid;
		text-transform: uppercase;
	}
	#login ul li a:hover {
		background: #000;
		color: #FFF;
	}
	#artigos {
	    grid-template-columns: repeat(2, 1fr);
	}
	
	#spots, #spothorizontal {
		grid-template-columns: auto;
	}
	#spothorizontal * {
		max-width: 100%;
	}
	#vartigo {
		grid-template-columns: auto;
	}
	#pcontactos {
		padding: 20px 50px 80px 50px;
	}
	#pcontactos div {
		grid-template-columns: auto;
	}
	#imgaleria {
		grid-template-columns: repeat(2, 1fr);
	}
}