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

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

.colunas_inicio {
	display: grid;
	grid-template-columns: 2.5fr 1fr;
	grid-gap: 30px;
}
#inicio img {
	max-width: 100% !important;
	height: auto;
}
#inicio article img {
	max-width: none;
}
#inicio h1 {
	font-size: 46px;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	word-wrap: break-word;
	font-family: 'Oswald', sans-serif;
}
#inicio h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	margin: -5px 0 0 0;
	padding: 0 0 25px 0;
}
#inicio .botoes {
	text-align: right;
}

h2 {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
h3 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
h5 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

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

/* Formatações gerais */
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #f07e0f;
}

input[type=submit], input[type=reset], input[type=button], button {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #FFF;
	background: #000;
	border: #000 1px solid;
	padding: 7px 35px !important;
	border: none;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}
input[type=submit]:hover, input[type=reset]:hover, button:hover {
	background: #FFF;
	color: #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 20px 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: 2fr 1fr;
}
.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: 6px 10px;
} 

#cima {
    background: #27386D;
    color: #FFF;
    text-align: right;
    padding: 4px 50px;
    font-size: 14px;
}
#cima ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#cima li {
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    margin: 0 0 0 20px;
}

nav {
	background: #FFF;
	padding: 10px 50px;
	display: grid;
	grid-template-columns: 200px auto;
	grid-gap: 30px;
	align-items: center;
}
nav img {
	width: 100%;
	height: auto;
}
menu {
	justify-self: end;
}
menu .hamburger {
	display: none;
}
menu ul {
	list-style: none;
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
menu ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
menu ul li a, menu ul li label {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	vertical-align: top;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 4px 20px;
	border-radius: 50px;
	border: transparent 1px solid;
}
menu ul li a:hover, menu ul li label:hover {
	color: #000;
	border: #000 1px solid;
}
menu ul li label {
	padding: 4px 20px 4px 7px;
	cursor: pointer;
	cursor: hand;
	
}

menu li ul {
	position: absolute;
	display: block;
	padding: 5px;
	margin: 0px;
	overflow: hidden;
	opacity: 0;
	background: #FFF;
	border: #f07e0f 1px solid;
	border-radius: 4px;
	transition: all 0.3s ease-in;
}
menu li ul li {
	display: block;
}
menu ul li:hover > ul {
	opacity: 1;
}
menu li ul li a {
	font-size: 14px;
	padding: 3px 7px;
	margin: 0px;
	color: #f07e0f;
	border-radius: 4px;
}
menu li ul li a:hover {
	color: #FFF;
	background: #f07e0f;
}
menu li ul li a:before {
	content: none;
}
menu li ul li a:after {
    background: #FFF;
}

header {
	position: relative;
	height: 650px;
	overflow: hidden;
}

/* Mini header */
#miniheader {
	display: grid;
	grid-template-rows: 30px 1fr 1fr;
	grid-gap: 30px 0;
	height: 200px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0 0 10px 0;
}
#miniheader section:nth-of-type(2) {
	margin-top: -40px;
}
#miniheader section:nth-of-type(2) img {
	max-width: 200px !important;
	height: auto;
	animation: fromtop 0.7s ease-out;
}

#backs {
	display: none;
    outline: none;
}

header #backimg, header #backfade, header #backimg_mobile, header #backfade_mobile, header #darken {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 650px;
	object-fit: cover;
    outline: none;
    max-height: 100vh !important;
}
header #darken {
	background: rgba(0, 0, 0, 0.3);
	z-index: -5;
}
header #backfade, header #backfade_mobile {
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
#backfade.fadeout, #backfade_mobile.fadeout {
	opacity: 0;
}
#backfade.fadein, #backfade_mobile.fadein {
	opacity: 1;
}

header #backimg_mobile, header #backfade_mobile {
    display: none !important;
}

/* Conteudo */
#corpo {
	padding: 20px 50px 50px 50px;
}

footer {
	background: #000;
	color: #FFF;
	display: grid;
	grid-template-columns: repeat(3, 1fr) 2fr;
	grid-gap: 30px;
	padding: 20px 50px;
}
footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer li {
	margin: 4px 0;
}
footer p {
	font-size: 18px;
	text-transform: uppercase;
}
footer a:hover {
	color: #f07e0f;
}
footer label {
	font-size: 24px;
}
footer span {
	font-size: 11px;
}
footer ul:last-of-type {
	justify-self: end;
}

footer ul:last-of-type 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: 20px auto;
	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 ul:last-of-type li:nth-of-type(1) a:hover::before {
	background-color: #f07e0f;
}

footer ul:last-of-type 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: 20px auto;
	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 ul:last-of-type li:nth-of-type(2) a:hover::before {
	background-color: #f07e0f;
}

footer ul:last-of-type li:nth-of-type(3) a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/youtube.svg) no-repeat center center;
	-webkit-mask-size: 20px auto;
	mask: url(../img/youtube.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 ul:last-of-type li:nth-of-type(3) a:hover::before {
	background-color: #f07e0f;
}

footer ul:last-of-type li:nth-of-type(4) a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/tiktok.svg) no-repeat center center;
	-webkit-mask-size: 20px auto;
	mask: url(../img/tiktok.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 ul:last-of-type li:nth-of-type(4) a:hover::before {
	background-color: #f07e0f;
}

footer ul:last-of-type li:nth-of-type(5) a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/whatsapp.svg) no-repeat center center;
	-webkit-mask-size: 20px auto;
	mask: url(../img/whatsapp.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 ul:last-of-type li:nth-of-type(5) a:hover::before {
	background-color: #efe883;
}

#baixo {
	padding: 5px 50px;
	background: #27386D;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}
#baixo a:hover {
	color: #efe883;
}

#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: 5px 13px !important;
	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;
}

/* Contactos */
#contactos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	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;
}

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

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

.botoes {
	padding-top: 40px;
	text-align: right;
}
.botoes a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	border: #000 1px solid;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.botoes a:hover {
	background: #000;
	color: #FFF;
}

/* 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: #000 1px solid;
	margin-bottom: 25px;
}
.entry figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: auto;
}
.entry figure img, .entry figure iframe {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 300px;
	max-width: 100%;
	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;
}
.entry_feed {
	display: grid;
	grid-gap: 50px 0;
}

/* Artigos */
#destaques {
	padding: 0 50px 50px 50px;
	text-align: center;
}
#destaques h2 {
	text-transform: none;
}
.subtitulo {
	margin: -30px 0 50px 0;
}
#artigos, #destaques div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 60px;
}
#artigos article, #destaques article {
	display: block;
	vertical-align: top;
	padding: 7px;
	margin: 0px;
}
#artigos article figure, #destaques article figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	border: #CCC 1px solid;
}
#artigos article figure img, #destaques article figure img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1/1;
}
#artigos figure figcaption, #destaques 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, #destaques figure figcaption img {
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0px;
	margin: 0 10px 0 0;
	width: auto;
	height: auto;
	object-fit: none;
}
#artigos article h3, #destaques article h3 {
	font-weight: 450;
	overflow: hidden;
	height: 50px;
}
#artigos article p, #destaques article p {
	text-transform: uppercase;
}
#artigos article span, #destaques article span {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 20px;
}
#artigos article label, #destaques article label {
	font-size: 18px;
	font-weight: 300;
}
#artigos article span a, #destaques article span a {
	display: inline-block;
	vertical-align: top;
	justify-self: end;
}

#artigos a:hover article figure figcaption, #destaques 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;
}

#pptestemunhos {
	padding: 20px 50px 50px;
}
#pptestemunhos h2 {
	text-align: center;
	text-transform: none;
	font-size: 32px;
}

#barra {
	display: grid;
	grid-template-columns: 2fr 1fr;
	background: #000 url('../img/barra.jpg') no-repeat center center;
	grid-gap: 0px;
	margin: -40px 0 0 0;
	color: #FFF;
	background-size: cover;
}
#barra article {
	padding: 50px;
	background: rgba(0, 0, 0, 0.7);
}
#barra h2 {
	font-weight: 500;
}
#barra .botoes {
	text-align: center;
}
#barra .botoes a {
	color: #FFF;
	border-color: #FFF;
}
#barra .botoes a:hover {
	background: #FFF;
	color: #7fb89a;
	border-color: #7fb89a;
}
#barra img {
	display: block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#barra article img {
	width: auto;
	height: auto;
}
#barra article p {
	text-align: justify;
}

img {
	max-width: 100%;
}

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

@media only screen and (max-width: 950px) {
	#cima {
        display: none;
    }

	nav {
		display: block;
		padding-left: 25px;
		padding-right: 25px;
	}
	nav img {
		max-width: 280px;
	}
	menu .hamburger {
		display: inline-block;
		vertical-align: top;
		padding: 0px;
		margin: -40px 0 0 0;
		position: absolute;
		top: 60px;
		right: 30px;
		z-index: 9999;
	}
	
	menu ul ul li *{
		text-align: center;
		color: #FFF;
	}
	menu ul ul {
		display: none;
		text-align: center !important ;
		padding: 10px;
		margin: 10px 0 0 0px;
		left: 0px;
		right: 0px;
		position: absolute;
		z-index: 9999;
		max-width: none;
		width: calc(100%-20px);
		background: rgba(0, 0, 0, 0.8);
	}
	menu.is-active ul ul {
		display: block;
	}
	menu ul ul li {
		display: block;
	}
	menu ul ul li ul {
		display: block;
		opacity: 1;
		border: none;
		background: none;
		position: relative;
	}
	menu ul ul li ul li a, menu ul ul li a {
		color: #FFF;
		display: block;
	}
	menu ul ul li a:hover, menu ul ul li label:hover {
		border: #FFF 1px solid;
		color: #FFF;
	}
	
	header #backimg_mobile, header #backfade_mobile {
        display: block !important;
    }  
    header #backimg, header #backfade {
        display: none;
    }
	
	footer {
		grid-template-columns: auto;
		justify-items: center;
		text-align: center;
	}
	footer ul:last-of-type {
		justify-self: unset;
	}
	#baixo {
		text-align: center;
	}
	
	#contactos {
		grid-template-columns: auto;
	}
	
	#corpo {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	#vartigo {
		grid-template-columns: auto;
	}
	#destaques {
		padding-left: 0px;
		padding-right: 0px;
	}
	#artigos, #destaques div {
		grid-template-columns: repeat(2, 1fr);
		padding-left: 0px;
		padding-right: 0px;
		max-width: none;
		grid-gap: 20px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	.duas_colunas, .tres_colunas, .quatro_colunas, .dois_um, #contactos {
		grid-template-columns: auto;
		grid-gap: 10px 0;
		grid-template-areas: unset;
	}
	.colunas_inicio {
		grid-template-columns: auto;
		grid-gap: 60px;
		margin: 0 0 60px 0;
	}
	.colleft, .colright {
		grid-area: unset;
	}
	
	#barra {
		grid-template-columns: auto;
	}

	#ppgaleria section, #gallboard {
		grid-template-columns: repeat(2, calc(50% - 6px));
		grid-gap: 13px;
	}
}