:root {
	--main-fontsize: 16px;
	--main-green: #074b2c;
	--secundary-green: #fff;
	--main-white: #fff;
}

@media (max-width: 1600px) {
	:root {
		--main-fontsize: 14px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}

/* CSS RESET DEFAULT */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Geral */

div, h1, h2, h3, h4, h5, h6,
p, span, li, button, a, input, label, select, td, th, strong {
  font-family: 'Poppins', sans-serif !important;
}

b, strong {
    font-weight: 600 !important;
}

.container-fluid {
  padding: 0;
}

.mobileonly {
  display: none;
}

a:hover {
	text-decoration: unset;
}

p {
	line-height: 1.9;
    margin-bottom: 1.5rem;
	text-align: justify;
	letter-spacing: 0.2px;
	font-size: 14px;
	color: #000;
}

p span {
	font-weight: 600;
}

img {
	max-width: 100%;
}

/*SCROLL */
*::-webkit-scrollbar {
  width: 3px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #285240;
}

/* CTA */

.cta-padrao {
	color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    background: #073D26;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 14px;
    line-height: 19px;
	transition: all .3s;
}

.cta-padrao:hover {
	text-decoration: unset;
	background-color: #22a284;
	color: #fff;
}

/* Header */

#header {
	background-color: #ffffff00;
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 2;
	transition: all 0.3s ease-in-out; /
}

#header.sticky {
    background-color: rgb(18 72 50 / 96%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
	z-index: 99;
}

#header .logo {
	max-width: 220px;
    width: 100%;
	transition: all 0.3s ease-in-out; 
}

#header .logo img {
	transition: all 0.3s ease-in-out; 
}

#header.sticky .logo img {
    max-width: 180px;
    transition: all 0.3s ease-in-out; 
}

.menu ul {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	gap: 35px;
}

.menu ul li a {
	font-size: 14px; 
	color: #fff;
}

.wpp-header a {
	color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    background: #073D26;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 14px;
    line-height: 19px;
}

/* Main Home */

#main-home {
	position: relative;
}

.img-main img {
	width: 100%;
}

.texts-main {
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: initial;
    width: 100%;
	max-width: 470px;
}

.texts-main h1 {
	color: #fff;
    font-size: 48px;
    line-height: 1.166;
    font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.texts-main h2 {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
	margin-bottom: 26px;
}

/* Sobre */

#sobre {
	background-color: #eff2f1;
    padding-bottom: 150px;
}

.text-quem-somos h2 {
	font-size: 48px;
	line-height: 1.166;
    font-weight: 800;
    color: #1B1B1B;
    letter-spacing: 0.48px;
	margin-bottom: 40px;
}

/* Tecnologias */

#tecnologias {
	padding-top: 80px;
	padding-bottom: 80px;
}

.text-tecnologia h3 {
	font-size: 44px;
    line-height: 1.166;
    font-weight: 800;
    color: #1B1B1B;
    letter-spacing: 0.48px;
    margin-bottom: 40px;
}

.text-tecnologia p {
	font-size: 14px;
    max-width: 570px;
	margin: auto;
	text-align: center;
}

/* Footer */

#footer {
	padding-top: 110px;
    padding-bottom: 15px;
	background-image: url('../imgs/banners/bg-footer.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main-footer {
    max-width: 900px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.logo-footer img {
	max-width: 200px;
	width: 100%;
}

.title-coluna-footer h4 {
	font-size: 16px;
    color: #fff;
    font-weight: 600;
	margin-bottom: 28px;
}

.coluna-footer ul li a {
	font-size: 14px;
    cursor: pointer;
    line-height: 32px;
	color: #fff;
}

.main-footer .coluna-footer:first-child {
	display: flex;
	align-items: center;
}

.main-footer {
	margin-bottom: 70px;
}

.copy-footer p {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.carrossel-tecnologias img {
	width: auto !important;
    max-width: 200px;
    margin: auto;
}

.carrossel-tecnologias .owl-stage {
	align-items: center;
    justify-content: center;
    display: flex;
	margin-top: 60px;
}