@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap');

:root {
	interpolate-size: allow-keywords;
}

html, body {
	min-height: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

/* Configura��es gerais */
a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #8E3838;
}

h1 {
	font-size: 38px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	font-family: "Varela Round", sans-serif;
}
h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	font-family: "Varela Round", sans-serif;
}
h3 {
	font-size: 42px;
	font-weight: 400;
	text-align: left;
	word-break: break-all;
}
h4 {
	font-size: 32px;
	font-weight: 400;
	text-align: left;
}
h5 {
	font-size: 24px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	font-weight: 500;
	margin: -30px 0 50px 0;
	padding: 0px;
}

hr {
	border: none;
	border-bottom: #8E3838 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: 50px;
	padding: 10px 25px;
	border: #8E3838 1px solid;
	background: #8E3838;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	font-weight: 600;
}
input[type=submit]:hover, input[type=reset]:hover, button:hover {
	background: #FFF;
	color: #8E3838;
}
input[type=text], input[type=search], input[type=email], input[type=tel], input[type=date], input[type=number], input[type=datetime], input[type=password], textarea, select {
	display: block;
    width: calc(100% - 26px);
    height: 34px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #FFF;
    border: 1px solid #CCC;
	border-radius: 4px;
	resize: none;
	margin: 0 0 6px 0;
}
textarea {
	height: auto;
}
input[type=text]:focus-within, input[type=search]:focus-within, input[type=email]:focus-within, input[type=tel]:focus-within, input[type=date]:focus-within, input[type=number]:focus-within, input[type=datetime]:focus-within, input[type=password]:focus-within, textarea:focus-within {
	outline: #a5b687 2px solid;
}
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: #555;
}

/* Design site */
#titlebar {
	position: fixed;
	width: calc(100vw - 40px);
	top: 0px;
	padding: 20px;
	display: grid;
	grid-template-columns: 120px auto 100px;
	grid-gap: 20px;
	color: #FFF;
	z-index: 9999;

	background: rgba(0, 0, 0, 0);

	animation: escurecer linear both;
	animation-timeline: scroll();
	animation-range: 10px 100vh;

	& svg {
		width: 100%;
		height: auto;
		margin-left: 20px;

		& path {
			shape-rendering: geometricPrecision;
			fill: transparent;
			stroke: #FFF;
			stroke-width: 80;
			stroke-dasharray: 11100;
			stroke-dashoffset: 11100;
			animation: animLogo 1.5s ease-in-out 1 forwards;
		}
	}

	& nav {
		justify-self: end;

		& ul, & div {
			display: none;
		}

		& div {
			display: none;
			font-weight: bold;
			padding: 30px 0 10px 0;
		}

		& ul {
			justify-self: center;
			padding-bottom: 10px;
			margin-bottom: 20px;
			border-bottom: #FFF 1px solid;
			display: none;

			& a {
				color: #FFF;
			}
		}
	}

	& nav::-webkit-scrollbar {
	width: 3px;
	}
	& nav::-webkit-scrollbar-track {
		box-shadow: inset 0 0 6px #CEEEFB;
		-webkit-box-shadow: inset 0 0 6px #CEEEFB;
	} 
	& nav::-webkit-scrollbar-thumb {
		background-color: #1B2638;
		outline: 1px solid #1B2638;
	}

	& li:first-of-type {
		margin: 0 5px 0 0;
	}

	& li:last-of-type {
		margin: 0 0 0 5px;
	}

	& ul, & menu {
		list-style: none;
		padding: 0px;
		margin: 0px;

		& li {
			display: inline-block;
			vertical-align: top;
			padding: 0px;
			margin: 0 5px;
			font-size: 16px;
			font-weight: 500;

			& a, & label {
				font-size: 14px;
				display: inline-block;
				vertical-align: top;
				color: #FFF;
				padding: 7px 15px;
				margin: 0px;
				cursor: pointer;
				cursor: hand;
				transition: all 0.5s;
				font-family: "Varela Round", sans-serif;
			}

			& label {
				margin-right: 20px;
			}

			& label:after {
				content: '';
				position: absolute;
				display: inline-block;
				vertical-align: top;
				border: solid #FFF;
				border-width: 0 2px 2px 0;
				padding: 3px;
				transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				margin: 3px 0 0 8px;
				transition: all 0.3s;
			}

			& label:hover:after {
				transform: rotate(-135deg);
				margin-top: 6px;
				border: solid #FFF;
				border-width: 0 2px 2px 0;
			}

			& ul {
				position: absolute;
				background: rgba(0,0,0, 0.5);
				border-radius: 4px;
				padding: 6px;
				display: none;
				z-index: 300;
				border-radius: 5px;
				text-align: left !important;
				justify-self: unset;
				margin-left: 10px;

				& li {
					display: block;
					padding: 0px;
					margin: 0px;

					& a {
						font-size: 14px;
						display: block;
						padding: 4px 10px;
						line-height: 16px;
						border-radius: 4px;
						font-weight: 500;
						color: #FFF;
					}
					& a:hover {
						background: #FFF;
						color: #000 !important;
					}
				}
				& li:last-of-type {
					padding: 0px;
					margin: 0px;
				}
			}
		}

		& li:hover {
			& a, & label { color: #FFF !important;}

			& > ul {
				display: block;
				animation: fadein 0.3s ease-out, menuin 0.3s ease-out;
			}
		}
	}

	menu {
		& a, & label { font-size: 16px !important;}

		& ul {
			padding-bottom: 0px;
			margin-bottom: 0px;
			border: none;
		}
	}
	
	menu:hover li {
		& a, & label {
			color: rgba(255, 255, 255, 0.5);
		}

		& label:after {
			border: solid rgba(255, 255, 255, 0.5);
			border-width: 0 2px 2px 0;
		}
	}
}

/* Hamburguer */
#hamburguer {
	position: fixed;
	right: 25px;
	top: 30px;
	padding: 7px 0 0 0;
	margin: 0px;
	width: 18px;
	height: 11px;
	cursor: pointer;
	cursor: hand;
	display: none;
	vertical-align: top;
	z-index: 999999999999;

	& span {
		content: '';
		display: block;
		width: 18px;
		height: 3px;
		background: #FFF;
		border-radius: 4px;
		transition: all 0.22s;
	}

	& span::before {
		content: '';
		position: absolute;
		display: block;
		width: 18px;
		height: 3px;
		background: #FFF;
		border-radius: 4px;
		margin: -7px 0 0 0;
	}

	& span::after {
		content: '';
		position: absolute;
		display: block;
		width: 18px;
		height: 3px;
		background: #FFF;
		border-radius: 4px;
		margin: 7px 0 0 0;
	}
}
#hamburguer:hover {
	opacity: 0.5;
}
#hamburguer.active span {
	transform: rotate(135deg);
}
#hamburguer.active span::before {
	opacity: 0;
	margin: 0px;
}
#hamburguer.active span::after {
	transform: rotate(-90deg);
	margin: 0px;
}

header {
	align-items: start !important;
	font-family: 'Montserrat', sans-serif;
	text-align: left !important;

	& h3 {
		font-weight: 800;
		padding: 0px;
		margin: 0px;
	}

	& section {
		justify-self: start;
	}
	& p {
		text-align: left;
	}

	& .button {
		& a {
			display: inline-block;
			vertical-align: top;
			color: #FFF;
			text-transform: uppercase;
			padding: 7px 25px;
			border: #FFF 1px solid;
			border-radius: 100px;
		}

		& a:hover {
			color: #000;
			background: #FFF;
		}
	}
}

header.minih {
	max-height: unset;
	height: 300px;
	background: url('../img/topo.jpg') no-repeat center bottom;
	background-size: cover;
	text-transform: uppercase;
	text-align: left !important;
	display: block;
	padding: 0px;

	& div.darken {
		padding: 100px 50px;
		height: 100px;
		justify-items: start;
	}

	& h3, & h3 * {
		font-size: 46px;
		font-weight: 700;
		text-align: left;
	}
} 

/* Conteudo */
#content, #intro {
	padding: 20px 100px 100px 100px;
}

#content *, #intro * {
	max-width: 100%;
}

#ppsectores {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0px;
	padding: 0px;
	margin: 0px;
	width: 100vw;

	& figure {
		padding: 0px;
		margin: 0px;
		background: #000;
		overflow: hidden;
		position: relative;

		& img {
			transition: opacity 0.5s;
			display: block;
			position: relative;
			max-width: 100%;
			width: 100% !important;
			height: auto;
			aspect-ratio: 1 / 1;
			object-fit: cover;
		}
		& figcaption {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;

			color: #FFF;
			font-size: 28px;
			font-weight: 500;
			padding: 30px;

			transform: translateY(100%); 
			transition: transform 0.3s ease;

			& label {
				display: block;
				font-size: 16px;
				font-weight: 400;
				padding-top: 10px;
				transform: translateY(200%); 
				transition: transform 0.3s ease .1s;
				opacity: 0;
			}
		}
	}

	a:hover {
		& img {
			opacity: 30%;
		}

		& figcaption {
			transform: translateY(0);

			& label {
				transform: translateY(0);
				opacity: 1;
			}
		}
	}

}

/* Barra */
#separador {
	text-align: center;

	& .darken {
		height: auto;
		min-height: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0px;
		color: #FFF;
		padding: 100px;
		width: calc(100vw - 200px);
		min-height: 400px;
		z-index: 888;
		position: relative;
		background: rgba(0,0,0,0.5);
	}

	& article {
		padding: 0 50px 80px 50px;
		margin: 0px;
		text-align: center;

		& h2 {
			font-size: 42px;
			font-weight: 800;
			font-family: 'Montserrat', sans-serif;
			text-align: center;
		}

		& .button {
			text-align: center;

			& a {
				border-color: #FFF;
				color: #fff;
			}
			
			& a:hover {
				color: #000;
				background: #FFF;
			}
		}
	}
}
.fader {
	background: #CCC;
	position: relative;
	display: table;
}
.fader .backfade{
	position: absolute;
	width: 100vw;
	height: 100%;
	z-index: 10;
}
.fader .frontfade{
	position: absolute;
	width: 100vw;
	height: 100%;
	z-index: 20;
	opacity: 0;
}
.fader ul {
	display: none;
}
.newfadein {
	animation: fadein 1.2s ease-in;
}

#projetos {
	text-align: center;
	padding: 10px 100px 20px 100px;

	& img {
		max-height: 30px;
		width: auto;
		display: inline-block;
		vertical-align: middle;
		margin: 30px;
	}
}

#cookies {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 900px;
	max-width: calc(100vw - 40px);
	padding: 20px;
	margin: 0px;
	background: rgba(255, 255, 255, .9);
	z-index: 9999999;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.5);
}
#cookies input[type=button] {
	display: block;
	margin: 10px auto 0 auto;
	background: #8E3838;
	color: #FFF;
	padding: 10px 25px;
	border: none;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .5s;
}
#cookies input[type=button]:hover {
	background: #a5b687;
}

/* Classes gerais */
.button {
	text-align: right;
	padding: 40px 0 0 0;
}
.button a {
	display: inline-block;
	vertical-align: top;
	color: #000;
	text-transform: uppercase;
	padding: 13px 25px;
	border: #000 1px solid;
	border-radius: 100px;
}
.button a:hover {
	color: #FFF;
	background: #8E3838;
}

footer {
	background: #141618;
	color: #FFF;
	padding: 50px 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 2.5fr;
	grid-gap: 50px;

	& img {
		max-width: 150px;
		height: auto;
	}

	& a {
		color: #435666;
	}

	& article {
		& img {
			max-height: 60px;
			width: auto;
			max-width: unset;
			margin-bottom: 30px;
		}

		& label {
			display: block;
			margin: 30px auto 0 auto;
			color: #FFF;
			font-size: 26px;
			font-weight: 500;
		}

		& span {
			display: block;
			font-size: 13px;
		}

		& #redes {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			grid-gap: 10px;
			padding-top: 40px;
			width: 50%;
			margin: 0px;
			background: none;
			justify-self: start;
			border: none !important;

			& img {
				max-height: 25px;
				width: auto;
				opacity: .5;
				margin: 0px;
				transition: all .5s;
			}

			& img:last-of-type {
				max-height: 20px;
			}

			& img:hover {
				opacity: 1;
				transform: translateY(-5px);
			}
		}
	}

	& ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		columns: 2;
		column-gap: 50px;

		& li {
			padding-bottom: 3px;

			& a:hover {
				color: #FFF;
			}
		}
	}

	& div {
		justify-self: end;

		& h4 {
			font-size: 18px;
			padding: 0px;
			margin: 0 0 10px 0;
			font-weight: 500;
		}

		& ul {
			margin-bottom: 30px;
			columns: unset;
		}
	}
}

#baixo {
	padding: 4px 50px;
	font-size: 12px;
	font-weight: 500;
}

/* FAQs */
details {
	background: #f9f5f2;
 	padding: 10px;
 	margin-bottom: 20px;
 	overflow: hidden;
	border-radius: 5px;
	border: #c9c6c3 1px solid;
}
summary {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 10px 00;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
}
summary::marker {
	color: #157263;
	font-size: 14px;
}

details::details-content {
  	block-size: 0;
  	transition: block-size .5s, content-visibility .5s;
  	transition-behavior: allow-discrete;
}
details:open::details-content {
  	block-size: auto;
}

/* Contactos */
#contactos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}

.buttons, .botoes {
	text-align: right;
	padding-top: 50px;
}
.buttons a, .botoes a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 50px;
	padding: 10px 25px;
	border: #8E3838 1px solid;
	background: #8E3838;
	transition: all 0.5s;
	font-weight: 600;
}
.buttons a:hover, .botoes a:hover {
	background: none;
	color: #8E3838;
}

.textblock {
	text-align: justify;
	padding-bottom: 50px;
}
.review {
	background: #f9f5f2;
	border-radius: 10px;
	padding: 20px;
	display: grid;
	grid-template-columns: auto;
	grid-gap: 30px;
	align-items: start;
	margin-bottom: 30px;
}
.review h3 {
	font-size: 32px;
	margin: 0px;
	padding: 0px;
}

#galleryindex {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
#galleryindex article {
	border-radius: 10px;
	padding: 10px;
	height: calc(100% - 20px);
	transition: all .5s;
}
#galleryindex article:hover {
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
#galleryindex article:hover img {
	transform: scale(1.3);
}
#galleryindex figure {
	width: 100%;
	display: block;
	height: 300px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border-radius: 5px;
}
#galleryindex img {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
	transition: transform .5s;
}
#galleryindex h3 {
	display: block;
	font-size: 24px;
	margin: 10px 0;
	text-align: center;
}

#galleryphotos {
	columns: 300px;
	column-gap: 10px;
}
#galleryphotos img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	transition: transform .5s;
}
#galleryphotos figure:hover img {
	transform: scale(1.2);
	transform-origin: center center;
}
#galleryphotos figure {
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0px;
	position: relative;
}
#galleryphotos figcaption {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0, 0.5);
	display: grid;
	grid-template-columns: auto;
	align-items: center;
	justify-items: center;
	opacity: 0;
	transition: transform .5s;
}
#galleryphotos figure:hover figcaption {
	opacity: 1;
}
#galleryphotos label {
	text-transform: uppercase;
	color: #FFF;
	transform: translateY(50px);
	opacity: 0;
	transition: all .5s;
}
#galleryphotos figure:hover label {
	transform: none;
	opacity: 1;
}

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

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

#news {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	align-items: end;
}
#news img {
	margin-top: 50px;
	display: block;
	width: 100%;
	height: auto;
	align-self: start;
}
#news article {
	padding-bottom: 30px;
}

#pages {
	text-align: center;
	padding-top: 70px;
}
#pages * {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	padding: 5px;
	color: #435666;
	font-weight: 600;
}
#pages a.page {
	border: #c9c6c3 1px solid;
	background: #f9f5f2;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	transition: all .5s;
}
#pages a.page:hover {
	background: #c9c6c3;
}
#pages span.page {
	background: #c9c6c3;
	border: #9f9c98 1px solid;
	border-radius: 100px;
	width: 20px;
	height: 20px;
}

.twocolumns {
	display: grid;
	grid-template-columns: repeat(2, 1fr) !important;
	grid-gap: 20px !important;
}

#bookhouse {
	border-top: #787470 1px dashed;
	margin-top: 100px;
	text-align: center;
}
#bookhouse h3 {
	text-align: center;
}

.round {
	border-radius: 10px;
	padding: 2px;
	outline: #8E3838 1px solid;
}
.icons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	grid-gap: 10px;
}
.icons img {
	width: 30px !important;
	height: 30px !important;
	object-fit: contain;
	padding: 8px;
	display: block;
	margin: 0 auto;
	height: auto;
	border: #000 2px solid;
	border-radius: 100%;
}
.icons article {
	text-align: center;
	font-weight: 600;
}

.reservations  {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	padding-top: 80px;
}
.reservations img {
	max-width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	object-fit: cover;
}
.reservations article {
	padding: 10px;
	height: 100%;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.reservations article article img {
	border-radius: 100%;
	object-fit: contain;
}
.reservations article article {
	height: auto;
	box-shadow: none;
	padding: 0px;
}
.reservations input[type=button] {
	display: block;
	margin: 30px auto 0 auto;
}
.reservations input[type=button]:hover {
	background: #a5b687;
}
.reservations div {
	text-align: justify;
}
.reservations .icons {
	padding-top: 50px;
	text-align: center;
}
.reservations h3 {
	margin-top: 0px;
	text-align: center;
}

/* Banners */
.link_on {
	cursor: pointer;
	cursor: hand;
}
.banner_in {
	animation: banner_in 1.5s cubic-bezier(.785,.135,.15, .86);
}
.banner_out {
	animation: banner_out 1.7s cubic-bezier(.785,.135,.15, .86);
}

/* Notícias */
.entry {
	box-sizing: border-box;
	background: #FFF;
	display: block;
	margin-bottom: 25px;
	border-radius: 6px;
	padding: 5px;
	transition: all .5s;
	box-sizing: border-box;
}
.entry:hover {
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
}
.entry figure {
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: #555 1px solid;
}
.entry figure img, .entry figure iframe {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 500px;
	height: 300px;
	max-width: 100%;
	max-height: 200px;
	object-fit: cover;
	transition: all .5s;
}
.entry a:hover img {
	transform: scale(1.2);
}
.entry div {
	display: block;
	padding: 25px 0 0 0;
	margin: 0px;
	text-align: justify;
}
.entry h2 {
	margin-top: 0px;
  	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	text-align: justify;
}
.entry_feed {
	display: grid;
	grid-gap: 50px 0;
}

#noticia {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 'img txt';
	grid-gap: 0 60px;
	padding: 0px;

	& img {
		width: 100%;
		height: auto;
		grid-area: img;
	}
}

.voltar a figure {
	display: inline-block;
	vertical-align: middle;
	mask-size: contain;
	background: #FFF;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: -3px 10px 0 -20px;
}

/* Notícias relacionadas */
#relacionadas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 30px;
}
#relacionadas article {
	display: grid;
	grid-template-columns: 152px auto;
	grid-gap: 0 10px;
}
#relacionadas article figure {
	display: block;
	padding: 0px;
	margin: 0px;
	max-height: 150px;
	border: #000 1px solid;
}
#relacionadas article figure img {
	display: block;
	padding: 0px;
	margin: 0px;
	max-width: 150px;
	height: 150px;
	object-fit: cover;
}
#relacionadas h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
	margin: 0 0 15px 0;
}

.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, minmax(0, 1fr));
	grid-gap: 30px 30px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}
.quatro_colunas {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 20px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

/* Composicoes */
.comp_pagina {
	padding: 20px 100px 80px 100px;
}
.comp_4fotos {
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;

	& figure {
		overflow: hidden;
		width: 100%;
		aspect-ratio: 1 / 1;
		padding: 0px;
		margin: 0px;

		& img {
			width: 100%;
			filter: grayscale(1);
			aspect-ratio: 1 / 1;
			object-fit: cover;
			transition: all .5s;
			cursor: pointer;
			cursor: hand;
		}
	}

	& figure:hover img {
		filter: none;
		transform: scale(1.2);
	}
}

.comp_galeria {
	padding: 0px 100px 80px 100px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;

	& figure {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		aspect-ratio: 1 / 1;

		& img {
			position: relative;
			padding: 0px;
			margin: 0px;
			width: 100%;
			height: 100%;
			aspect-ratio: 1 / 1;
			object-fit: cover;
			transition: all .5s;
		}
	}

	& figure:hover {
		& img {
			transform: scale(1.2);
			transform-origin: center center;
		}
	}
}
.comp_contagem {
	& section {
		padding: 100px;
	}
	& .dark {
		inset: 1;
		background: rgba(0, 0, 0, .5);
	}

	& .stat {
		justify-self: center;
	}
	& .number {
		font-size: clamp(38px, 4vw, 58px);
		font-weight: 800;
		line-height: 1;
		margin-bottom: 12px;
		font-variant-numeric: tabular-nums;
	}
}

.comp_recrutamento {
	padding: 20px 100px 80px 100px;

	& h3 {
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 400;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}

	& h4 {
		font-size: 42px;
		font-weight: 900;
		text-align: center;
		text-transform: uppercase;
		padding: 0px;
		margin: 0px;
	}

	& p {
		text-align: center;
	}

	& .botoes {
		text-align:  center;

		& a {
			background: none;
			color: #000;
			text-transform: uppercase;
			border-radius: 0px;
			border: #000 1px solid;
			margin: 10px;
		}

		& a:hover {
			background: #000;
			color: #FFF;
		}
	}
}

.comp_cronograma {
	padding: 0px 100px 80px 100px;

	& .timeline{
      	position:relative;
      	padding:0px 20px;
      	overflow: hidden;
      	scrollbar-width:thin;
      	scrollbar-color:#d1d5db transparent;
    }

	& .track{
		position:relative;
		height:8px;
		background:#cfcfcf;
		border-radius:999px;
		min-width:780px;
		margin:42px auto 22px;
    }

	& .track-fill{
		position:absolute;
		left:0;
		top:0;
		height:100%;
		width:0%;
		background:#d62828;
		border-radius:999px;
		transition:width .35s ease;
    }

	& .point{
		position:absolute;
		top:50%;
		transform:translate(-50%,-50%);
		width:24px !important;
		height:24px !important;
		border-radius:100%;
		border:4px solid #cfcfcf;
		background: #FFF;
		cursor:pointer;
		transition:transform .2s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
		box-shadow:0 0 0 0 rgba(214,40,40,0);
		z-index:2;
		padding: 0px;
    }

	& .point:hover{
     	transform:translate(-50%,-50%) scale(1.08);
    }

	& .point.active,
    & .point.done{
		border-color:#d62828;
		background:#fff5f5;
		box-shadow:0 0 0 8px rgba(214,40,40,.10);
    }

	& .point.active{
      background:#d62828;
    }

    & .point-label{
		position:absolute;
		top:-44px;
		transform:translateX(-50%);
		white-space:nowrap;
		font-size:14px;
		color:#6b7280;
		font-weight:700;
		user-select:none;

    }

    & .point.active + .point-label,
    & .point.done + .point-label{
      	color:#d62828;
    }

    & .content{
		margin-top:20px;
		padding:22px 20px;
		border-radius:16px;
		min-height:170px;
    }

    & .date{
		font-size:14px;
		font-weight:700;
		letter-spacing:.04em;
		text-transform:uppercase;
		color:#d62828;
		margin-bottom:8px;
    }

    & .title{
		font-size:28px;
		font-weight:800;
		margin:0 0 10px;
		word-break: break-all;
    }

    & .description{
		line-height:1.65;
		font-size:16px;
		margin:0;
    }

    & .nav{
		display:flex;
		justify-content:center;
		gap:12px;
		margin-top:18px;
		flex-wrap:wrap;
    }

    & .nav button{
		appearance:none;
		border:none;
		border-radius:12px;
		padding:12px 16px;
		background:#111827;
		color:white;
		cursor:pointer;
		font-size:15px;
		font-weight:700;
		transition:transform .15s ease, opacity .2s ease, background .2s ease;
    }

    & .nav button:hover:not(:disabled){
      	transform:translateY(-1px);
    }

    & .nav button:disabled{
		cursor:not-allowed;
		opacity:.45;
    }

    & .nav .secondary{
      	background:#d62828;
    }

    & .hint{
		margin-top:14px;
		text-align:center;
		color:#6b7280;
		font-size:14px;
    }
}

:root {
	--card-width: 300px;
	--card-height: 460px;
	--left-space: 290px;
	--right-space: 6px;
	--nav-size: 56px;
	--nav-gap: 46px;
}

.app {
	display: grid;
	justify-items: center;
	row-gap: 18px;
}

.viewer {
	display: grid;
	grid-template-columns:
	var(--nav-size)
	calc(var(--card-width) + var(--left-space) + var(--right-space))
	var(--nav-size);
	align-items: center;
	column-gap: var(--nav-gap);
	margin: 0 auto;
	justify-self: center;
}

.nav-btn {
	width: var(--nav-size);
	height: var(--nav-size);
	border: none;
	border-radius: 999px;
	display: grid;
	place-items: center;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(8px);
	color: #000;
	padding: 0;
	transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.nav-btn:hover {
	transform: scale(1.06);
	background: rgba(0, 0, 0, 0.14);
}

.nav-btn:active {
	transform: scale(0.96);
}

.nav-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	transform: none;
}

.nav-btn svg {
	width: 26px;
	height: 26px;
	display: block;
}

.scene-wrap {
	width: calc(var(--card-width) + var(--left-space) + var(--right-space));
	display: flex;
	justify-content: flex-end;
	overflow: visible;
}

.scene {
	position: relative;
	width: var(--card-width);
	height: var(--card-height);
	perspective: 2200px;
	overflow: visible;
}

.card {
	position: absolute;
	inset: 0;
	cursor: pointer;
	transform-style: preserve-3d;
	transform-origin: left center;
	transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
	transform: rotateY(0deg);
}

.card.flipped {
	transform: rotateY(-180deg);
}

.face {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	pointer-events: none; 
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.back {
	transform: rotateY(180deg);
}

.pagination {
	min-width: 110px;
	max-width: 200px;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(8px);
	margin: 50px auto 0 auto;
}

.card:nth-child(1) { z-index: 1; }
.card:nth-child(2) { z-index: 2; }
.card:nth-child(3) { z-index: 3; }
.card:nth-child(4) { z-index: 4; }



.alternate {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 100px;

	& section {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0px;
		grid-template-areas: 'img txt';

		& img {
			grid-area: img;
			width: 100%;
			height: auto;
			aspect-ratio: 1 / 1;
			object-fit: cover;
		}
		& article {
			padding-left: 40px;
			
			& h3 {
				font-size: 28px;
				padding-top: 0px;
				margin-top: 0px;
				font-weight: 600;
			}

			& img {
				width: auto;
				height: auto;
				aspect-ratio: unset;
			}

			& .dpdf {
				padding-top: 30px;

				& a {
					display: grid;
					grid-template-columns: 60px auto;
					grid-gap: 20px;
					align-items: center;

					& span {
						background: #8E3838;
						border-radius: 100px;
						height: 60px;
						width: 60px;
						display: grid;
						grid-template-columns: auto;
						align-items: center;
						justify-items: center;
						transition: all 0.5s;

						& img {
							height: 30px;
							width: 30px;
							object-fit: contain;
							object-position: center;
							margin: -30px 0 0 -40px;
						}
					}
				}
				& a:hover {
					& span {
						background: #9f9c98;
					}
				}
			}
		}
	}

	& section:nth-last-of-type(odd){
		& img {
			grid-area: txt;
		}
		& article {
			grid-area: img;
			padding-left: 0px;
			padding-right: 40px;
		}
	}
}

#subs {
	& figure {
		padding: 0px;
		margin: 0px;
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
		position: relative;
		background: #000;
		overflow: hidden;

		& img {
			padding: 0px;
			margin: 0px;
			width: 100%;
			height: 100%;
			aspect-ratio: 1 / 1;
			object-fit: cover;
			transition: all .5s;
			opacity: 1;
		}
		& figcaption {
			inset: 0;
			background: rgba(0, 0, 0, 0.8);
			color: #FFF;
			transform: translateY(-100%);
			z-index: 999;
			padding: 20px 10px;
			font-size: 16px;
			font-weight: 500;
			text-align: left;
		}
	}
	& figure:hover > img {
		opacity: 0.5;
		transform: scale(1.2);
	}
}

@media (max-width: 900px) {
	:root {
	--left-space: 110px;
	}
}

@media (max-width: 680px) {
	:root {
	--card-width: 280px;
	--card-height: 392px;
	--left-space: 85px;
	--right-space: 12px;
	--nav-size: 48px;
	--nav-gap: 12px;
	}
	
}

@media (max-width: 540px) {
	.viewer {
	grid-template-columns: var(--nav-size) 1fr var(--nav-size);
	column-gap: 10px;
	width: 100%;
	max-width: 100%;
	}

	.scene-wrap {
	width: 100%;
	justify-content: center;
	}

	.scene {
	width: min(280px, 100%);
	height: 392px;
	}
	
}

#livro {
	max-width: 80% !important;
	margin: 0 auto;
}

#artigos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	transition: all 0.5s;

	& article {
		padding: 5px;
		border-radius: 5px;

		& figure {
			padding: 0px;
			margin: 0px;
			width: 100%;
			height: 100%;
			aspect-ratio: 1 / 1;
			position: relative;
			overflow: hidden;
			background: #000;

			& img {
				padding: 0px;
				margin: 0px;
				width: 100%;
				height: 100%;
				aspect-ratio: 1 / 10;
				object-fit: cover;
				transition: all .5s;
			}
		}

		& h3 {
			font-size: 16px;
			font-weight: 600;
		}
	}

	& article:hover {
		box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);

		& img {
			opacity: 0.5;
			transform: scale(1.2);
		}
	}
}

#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: #f0cbcb;
	border: #000 1px solid;
}
.quadro td {
	padding: 2px;
	border-bottom: #FFF 1px solid;
	border-right: #FFF 1px solid;
}
.titulo td {
	background: #8E3838;
	color: #FFF;
}

@keyframes banner_in {
	0% {
		background-position: -87vw center;
		transform: translateX(100vw) scale3d(1.3, 1.3, 3);
	}
	100% {
		background-position: center center;
		transform: translateX(0px) scale3d(1, 1, 1);
	}
}

@keyframes banner_out {
	0% {
		transform: translate(0px);
	}
	100% {
		transform: translateX(-20vw) scale3d(1.2, 1.2, 1);
	}
}

@keyframes escurecer {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 1);
  }
}

@keyframes animLogo {
	0% {
		stroke-dashoffset: 11100;
	}
	80% {
		fill: transparent;
	}
	100% {
		fill: #FFF;
		stroke-dashoffset: 0;
	}
}

@media (max-width: 900px) {
	.quatro_colunas, #artigos {
		grid-template-columns: repeat(2, 1fr);
	}
	.alternate {
		& section {
			grid-template-columns: auto;
			grid-template-areas: unset;

			& img {
				grid-area: unset;
			}

			& article {
				grid-area: unset;
				padding-left: 0px;
			}
		}

		& section:nth-last-of-type(odd){
			& img {
				grid-area: unset;
			}
			& article {
				grid-area: unset;
				padding-left: 0px;
				padding-right: 0px;
			}
		}
	}
	#livro {
		display: none !important;
	}
	.comp_cronograma {
		padding: 0 25px 80px 25px;
	}
	.comp_4fotos {
		grid-template-columns: repeat(2,1fr);
		grid-gap: 5px;
	}
	.comp_pagina {
		padding-left: 25px;
		padding-right: 25px;
	}
	.comp_galeria, .comp_recrutamento {
		padding: 20px 25px 40px 25px;
	}
	.comp_contagem {
		& section {
			padding: 100px 25px;
			justify-content: center;
		}
		& .stat {
			justify-self: start;
		}
	}

	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px !important;
	}
	/* Barra do logo */
	#titlebar {
		display: grid;
		grid-template-columns: auto 30px;
		grid-gap: 30px;
		align-items: top;
		justify-items: start;
		padding: 20px 25px 15px 25px;

		& img {
			max-width: 110px;
			height: auto;
			margin: 0px;
		}

		& ul {
			display: none;
		}

		& nav {
			position: fixed;
			backdrop-filter: blur(100%);
			background: rgba(0,0,0,0.7);
			left: 0px;
			top: 87px;
			width: 100%;
			height: calc(100vh - 143px) !important;
			animation: none;
			overflow-x: hidden;
			z-index: 9999;
			overflow-Y: auto !important;
			transform: translateX(100%);
			transition: all .8s cubic-bezier(0.77, 0, 0.175, 1); 
			padding: 0px;
			text-align: center;
			border-bottom: none;

			& label {
				padding-right: 0px !important;
			}

			& label:after {
				content: none !important;
			}

			& div { display: block;}

			& ul {
				display: block !important;

				& li {
					display: inline-block;
					vertical-align: top;
				}
			}

			& menu {
				padding: 0px;
				margin: 0px;

				& li {
					display: block;
					padding: 5px 0;
					width: 100%;
					margin: 0px;

					& a, & label {
						font-size: 22px !important;
						padding-right: 0px;
					}

					& ul {
						position: relative;
						margin: 0px;
						background: none;

						& li, & li:last-of-type {
							display: block;
							padding: 15px 0;
							margin: 0px;

							& a {
								font-size: 22px !important;
								text-align: center;
							}
						}
					}
				}
			}
		}

		& nav.active {
			transform: translateX(0%);
		}
	}

	#titlebar:has(nav.active){ background: #000 !important;}

	#hamburguer {
		display: inline-block;
		vertical-align: top;
	}

	header {
		padding: 0px;

		.darken {
			padding: 25px !important;
			width: calc(100vw - 50px);
		}
	}
	header h3, header h3 * {
		font-size: 36px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	header section {
		max-width: none;
		width: auto;
		padding: 0px;
	}

	header.minih {
		height: 200px;
		& div.darken {
			padding-top: 50px !important;
			height: 200px;

			& h3, & h3 * {
				font-size: 32px;
			}
		}
	}

	#content, #separador .darken, #intro {
		padding-left: 25px;
		padding-right: 25px;
	}

	#separador .darken {
		width: calc(100vw - 50px);
	}

	#separador article {
		display: block !important;
		padding: 0px;
	}

	footer {
		grid-template-columns: auto;
		padding: 50px 25px;

		& ul {
			columns: unset;
		}

		& ul li a {
			color: #FFF;
		}

		& div {
			justify-self: start;
		}
	}

	# baixo { text-align: center;}


	#contactos {
		grid-template-columns: auto;
	}

	#news, .twocolumns, #galleryindex {
		grid-template-columns: auto !important;
		padding-bottom: 0px;
	}
	#news article {
		padding-bottom: 0px;
	}

	#newscontent {
		padding-top: 0px;
	}

	#ppsectores {
		grid-template-columns: auto;
	}

	.duas_colunas, .tres_colunas, #relacionadas, #relacionadas article, #noticia {
		grid-template-columns: auto;
	}
	#relacionadas article {
		grid-gap: 15px;
	} 
	#relacionadas figure {
		background: #FF2222;
	}
	#relacionadas article figure img {
		width: 100%;
		max-width: none;
		height: auto;
	}
	#noticia {
		grid-template-areas:  unset;

		& img {
			grid-area: unset;
		}
	}
	#vartigo {
		grid-template-columns: auto;

		& img {
			max-width: 100%;
		}
	}
}

@media (max-width: 600px){
	.quatro_colunas, #artigos  {
		grid-template-columns: auto;
	}
}