html {
	scroll-behavior: smooth;
}

*,
body {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
}

div {
	color: #1f1f1f;
}

/* -------------------------------------------------------------------------- */
/*                                     NAV                                    */
/* -------------------------------------------------------------------------- */
.nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 95vw;
	border-radius: 20px;
	opacity: 1;
	-webkit-backdrop-filter: blur(26px);
	backdrop-filter: blur(26px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: fixed;
	height: 11vh;
	top: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 2%;
	z-index: 2;
}

.nav .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	padding-left: 5%;
}

.nav .logo img {
	height: 40px;
}

.nav .nav-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: auto;
}

.nav .nav-items .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1em;
	font-size: 1rem;
	font-family: 'Helvetica Neuel Roman';
	color: #707070;
}

.nav .nav-items .nav-link:hover {
	color: #004e52;
	font-family: 'Helvetica Neuel Bd';
}

/* -------------------------------------------------------------------------- */
/*                                BASE ELEMENTS                               */
/* -------------------------------------------------------------------------- */
p {
	font-family: 'Helvetica Neuel Roman';
	color: #1f1f1f;
	width: 60%;
	font-size: 0.9rem;
}

.bolded {
	color: #004e52 !important;
	font-family: 'Helvetica Neuel Bd';
}

.qualidade,
.servicos,
.clients {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20vh;
	margin-left: 20%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.content p {
	margin: 0.7em 0;
}

button {
	color: #1f1f1f;
	background-color: #c7ed54;
	padding: 1.5% 5%;
	border-radius: 10px;
	border: 0px solid transparent;
	font-weight: bold;
}

button:hover {
	color: white;
	background-color: #004e52;
	cursor: pointer;
}

.title {
	color: #004e52;
	font-family: 'Helvetica Neuel Bd';
	font-size: 3rem;
	margin-bottom: 1%;
}

/* -------------------------------------------------------------------------- */
/*                                  QUALIDADE                                 */
/* -------------------------------------------------------------------------- */
.qualidate {
	min-height: 80vh;
	background: url('/Assets/site images/Hero Image@2x.png');
	background-size: cover;
	padding-top: 20vh;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-attachment: fixed;
}

.qualidate p {
	line-height: 1.4;
	padding: 2% 0;
	font-size: 1.4rem;
}

.qualidate p a {
	color: #004e52;
	font-family: 'Helvetica Neuel Bd';
}

.qualidate .scrollbtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
	margin-bottom: 5%;
	height: 30px;
	-webkit-animation: pulsate-bck 1.2s ease-in-out infinite both;
	animation: pulsate-bck 2s ease-in-out infinite both;
}

.green-banner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.green-banner img {
	height: 100vh;
}

/* -------------------------------------------------------------------------- */
/*                                  SERVICOS                                  */
/* -------------------------------------------------------------------------- */
.servicos {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.servicos .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.servicos .service-list,
.servicos .service-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.servicos .service-list .service,
.servicos .service-listing .service {
	padding: 3%;
	margin-right: 3%;
	font-family: 'Helvetica Neuel Bd';
	color: #004e52;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 80px;
	width: 80px;
}

.servicos .service-list .service p,
.servicos .service-listing .service p {
	font-family: 'Helvetica Neuel Bd';
	color: #707070;
	margin: 10% auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.servicos .service-listing {
	display: none;
}

.servicos .visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.servicos .service-listing .service {
	padding: 1%;
	width: 50px;
	height: 50px;
}

.servicos .more-information .more-title {
	font-family: 'Helvetica Neuel Bd';
	font-size: 1.2rem;
	margin-top: 3%;
	margin-bottom: 1%;
	color: #707070;
}

.servicos .more-information .more-details p {
	margin: 0;
	width: 40%;
	line-height: 1.4;
	color: #707070;
}

.selected {
	-webkit-box-shadow: 0px 0px 1px 2px #c7ed54;
	box-shadow: 0px 0px 1px 2px #c7ed54;
	border-radius: 15px;
	-webkit-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
}

.selected p {
	color: #004e52 !important;
}

/* -------------------------------------------------------------------------- */
/*                                   CLIENTS                                  */
/* -------------------------------------------------------------------------- */
.client-section {
	min-height: 100vh;
	padding-right: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content {
	width: -webkit-fill-available;
}

.content .description {
	padding-right: 20%;
}

.client-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(121px, 2fr)) [auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(121px, 2fr));
	grid-auto-rows: 120px;
	gap: 1.5rem;
}

.client-list .client {
	-o-object-fit: contain;
	object-fit: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.client-list .client img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/*                                  CONTACTO                                  */
/* -------------------------------------------------------------------------- */
.contacto .content {
	font-family: 'Helvetica Neuel Roman';
}

.contacto .content .description {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(20em, 3fr)) [auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(20em, 3fr));
	grid-auto-rows: auto;
	margin-top: 5em;
	margin-bottom: 5em;
	gap: 2em;
}

.contacto .content .description .title {
	color: #707070;
	font-size: 2em;
	font-weight: 100;
	margin-bottom: 1em;
}

.contacto .content .description .information p {
	font-family: 'Helvetica Neuel Roman';
	font-size: 0.9em;
	color: #707070;
	font-weight: 100;
	line-height: 1.4;
	margin: 0;
}

/* -------------------------------------------------------------------------- */
/*                                    SOBRE                                   */
/* -------------------------------------------------------------------------- */
.sobre .content {
	margin-top: 10vh;
	margin-bottom: 10vh;
	font-family: 'Helvetica Neuel Roman';
}

.sobre .content .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 90vw;
}

.sobre .content .description p {
	font-family: 'Helvetica Neuel Roman';
	font-size: 0.9em;
	color: #707070;
	font-weight: 100;
	line-height: 1.5em;
}

/* -------------------------------------------------------------------------- */
/*                                   FOOTER                                   */
/* -------------------------------------------------------------------------- */
.get {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 5% 0;
	background-color: whitesmoke;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	background-color: #f6f6f6;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.get h2 {
	font-family: 'Helvetica Neuel Bd';
}

.get input {
	border-color: transparent;
	width: 300px;
	height: 35px;
	padding-left: 2%;
	background: url('/Assets/ui Icons/newsletter/Newsletter Icon.svg');
	background-repeat: no-repeat;
	background-color: white;
	background-position: 90%;
}

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #cae2d7;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3% 0;
}

footer div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

footer .logo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

footer p {
	width: 100%;
	margin-left: 10%;
	white-space: nowrap;
}

footer .social {
	gap: 10px;
}

#social {
	display: none;
}

#botao {
	display: none;
}

.footer-logo {
	display: none;
}

@media all and (max-width: 550px) {
	body {
		overflow-x: hidden;
	}
	.client-section {
		min-height: 70vh;
	}
	footer .logo {
		display: none;
	}
	.footer-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100vw;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-logo .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer-logo img {
		width: 10em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		padding: 1em;
	}
	.footer-logo p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 35%;
		justify-self: center;
	}
	.servicos {
		min-height: 70vh;
	}
	#botao {
		display: block;
		margin: 2.5em 1em;
	}
	.invisible {
		display: none !important;
	}
	.green-banner {
		display: none;
	}
	.social {
		display: none;
	}
	#social {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 2em;
	}
	footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	footer .location,
	footer .contact,
	footer .email {
		margin: 1.5em 0 1.5em -5em;
	}
	.get {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 5% 5%;
		min-height: 20vh;
	}
	.get input {
		height: 42px;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.service-listing .service {
		height: 60px !important;
		width: 60px !important;
	}
	.service-list {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.service-list,
	.service-listing {
		margin: 10% 0;
		width: auto;
	}
	p {
		width: 100% !important;
	}
	.content {
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 5%;
	}
	.service-listing {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.qualidate {
		background-size: auto 71.5vh;
		background-position: 50% 0%;
	}
	.qualidate .scrollbtn {
		margin-top: -5%;
		margin-bottom: 25%;
	}
	.qualidate p {
		width: 100%;
		padding: 2% 0;
	}
	.qualidate .content {
		margin: auto 5% 16% 5%;
	}
	.qualidate .content .description button {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin: 0 auto !important;
		padding: 5% !important;
	}
	.nav {
		width: auto;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		position: absolute;
		background-color: transparent;
	}
	.nav-items {
		display: none !important;
	}
	.content .description {
		padding-right: 0;
	}
}

/* -------------------------------------------------------------------------- */
/*                                    FONTS                                   */
/* -------------------------------------------------------------------------- */
@font-face {
	font-family: 'Helvetica Neuel Bd';
	src: url('/Assets/fonts/HelveticaNeueLTPro-Bd.otf') format('truetype');
}

@font-face {
	font-family: 'Helvetica Neuel Roman';
	src: url('/Assets/fonts/HelveticaNeueLTPro-Roman.otf')
		format('truetype');
}

/* -------------------------------------------------------------------------- */
/*                              BUTTOM ANIMATION                              */
/* -------------------------------------------------------------------------- */
/* ----------------------------------------------
 * Generated by Animista on 2021-5-27 17:30:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.pulsate-bck {
	-webkit-animation: pulsate-bck 1.2s ease-in-out infinite both;
	animation: pulsate-bck 1.2s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsate-bck {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

fader {
	-webkit-animation: fader 800ms ease-in-out 1;
	animation: fader 800ms ease-in-out 1;
}

@-webkit-keyframes fader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
	100% {
		opacity: 1;
	}
}
/*# sourceMappingURL=main.css.map */
