body {
	font-size: 100%;
}

.removeOverflow {
	overflow-x: hidden;
	overflow-y: hidden;
}

.especialIE {
	display: none;
}

.spaceLine {
	width: 100%;
	height: 3rem;
	display: block;
}

/*---- NAVBAR --------------------------------------------------------*/

.navbar {
	padding: 0.5vh 4vw;
}

.navbar-brand img {
	height: 40px;
	width: auto;
}

.navbar-brand {
	padding: 0;
}

.logo-index {
	opacity: 0;
}

.nav-item {
	margin: 0 0.5em;
	border-bottom-width: 2px;
	border-bottom-color: #888888;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.nav-item-index {
	margin: 0 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	border-bottom-color: #fff;
	border-top-color: rgba(0, 0, 0, 0);
}

.nav-item-index:hover {
	border-top-color: #fff;
	border-bottom-color: #fff;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.nav-item:hover {
	border-top-color: #000;
	border-bottom-color: #000;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.nav-item:hover .nav-link {
	color: #000 !important;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.nav-link {
	padding: 0.1em 0 0.1em 0 !important;
	font-size: 65%;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.nav-link-index {
	color: #fff !important;
	padding: 0.1em 0 0.1em 0 !important;
	font-size: 65%;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.active {
	color: rgba(0, 93, 0) !important;
}

.active-index {
	color: #fff !important;
}

.custom-toggler.navbar-toggler {
	border-color: rgb(255, 255, 255);
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*---------- HEADER ----------------------------------------------------------*/

.containerHeader {
	max-height: 100vh;
	height: 5vh;
	width: 100vw;
	overflow: hidden;
}

.containerJardim {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	max-height: 100vh;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	z-index: -1;
	overflow: hidden;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	background: rgba(3, 147, 62);
}

.greyJardim {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.imgJardim {
	position: fixed;
	left: 3rem;
	top: 0;
	height: 100%;
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
}

.imgAgri {
	height: 100%;
}

.greyAgri {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.containerAgri {
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	height: 100vh;
	background: rgba(3, 147, 62);
}

.headerContents {
	width: 100%;
	height: 100%;
	padding: 4% 6%;
	text-align: left;
}

.headerLogo {
	position: absolute;
	top: 5vh;
	left: 1vw;
	max-height: 40%;
	max-width: 40%;
	height: auto;
	text-align: left;
}

.textHeader {
	position: absolute;
	bottom: 5vh;
	left: 7vw;
	width: 70%;
	text-align: left;
}

.textHeader h6 {
	display: inline;
	background: #03933e;
	-webkit-box-shadow: 10px 0 0 #03933e, -10px 0 0 #03933e;
	box-shadow: 10px 0 0 #03933e, -10px 0 0 #03933e;
	font-family: Poppins;
	color: #fff;
	font-size: 180%;
	letter-spacing: 0.03em;
	line-height: 180%;
	font-weight: 400;
}

/*---------- MARCAS ----------------------------------------------------------*/

.textoTitulo {
	font-size: 70%;
}

.containerMarcas {
	width: 100vw;
	overflow-x: hidden;
	overflow-y: hidden;
}

.spaceLine {
	width: 100%;
	height: 1rem;
	display: block;
}

.marcasBox {
	height: 15rem;
	padding: 2rem 0rem;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.marcasBox:hover {
	padding: 1.8rem 0.5rem;
}

.containerImagemMarca {
	display: block;
	height: 64%;
	max-width: 100%;
}

.imgMain {
	max-height: 100%;
	max-width: 100%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 10px rgb(44, 44, 44);
	box-shadow: 2px 2px 10px rgb(44, 44, 44);
}

.spaceGrid {
	display: block;
	height: 6%;
}

.containerLogoMarca {
	display: block;
	height: 30%;
	max-width: 100%;
}

.imgLogo {
	max-height: 100%;
	max-width: 100%;
}

/*---------- MODAL ----------------------------------------------------------*/

/*--- GERAL -------------------------------------*/

.modal-open {
	overflow: hidden;
}

.modal-header {
	padding: 0.5rem;
	height: 4rem;
	max-width: 100%;
}

.modalLogo {
	max-height: 100%;
	width: auto;
	max-width: 90%;
	height: auto;
	margin: 0 1rem 0 0;
}

.modal-body {
	padding: 0;
	margin: 0;
}

/*--- MODAL MARCAS -------------------------------*/

.madeIn {
	position: relative;
	right: 2rem;
	height: 100%;
}

.madeIn h5 {
	font-size: 80%;
	margin: 0;
}

.bandeiraMarca {
	height: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #a7a7a7;
}

.modalText {
	font-size: 80%;
	text-align: left;
}

.containerImgModal {
	height: 45%;
	width: 100%;
	overflow: hidden;
	padding: 0.3rem;
}

.carousel {
	height: 6rem;
	overflow: hidden;
}

.carousel-inner {
	height: 100%;
}

.carousel-item {
	height: 100%;
}

.imgCar {
	background-color: red;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.carousel-caption {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0.1rem 0.5rem;
	margin: 0;
	height: auto;
	width: auto;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
}

.close {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}

.carousel-caption p {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 80%;
}

.modal-footer {
	padding: 0.5rem;
	width: 100%;
}

.btnModal {
	white-space: normal;
	font-size: 100%;
	padding: 0.1rem 0.5rem;
}

.btnModalContactos {
	color: white !important;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 0.9;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	opacity: 1;
}

.carousel-control-next .black-bg-arrow-one {
	color: white;
	position: absolute;
	right: 0;
	width: 35%;
	height: 17%;
	background-color: grey;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

.carousel-control-prev .black-bg-arrow-one {
	color: white;
	position: absolute;
	left: -5%;
	width: 40%;
	height: 17%;
	background-color: grey;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

.carousel-control-next:hover > .black-bg-arrow-one {
	background-color: rgb(4, 188, 79);
	-webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 4px 4px rgba(0, 0, 0, 0.7);
	width: 40%;
}

.carousel-control-next:active > .black-bg-arrow-one {
	background-color: rgba(4, 188, 79, 0.78);
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

.carousel-control-prev:hover > .black-bg-arrow-one {
	background-color: rgb(4, 188, 79);
	-webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 4px 4px rgba(0, 0, 0, 0.7);
	width: 43%;
}

.carousel-control-prev:active > .black-bg-arrow-one {
	background-color: rgba(4, 188, 79, 0.78);
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

/*-- MODAL OUTROS PRODS -------------------------------*/

.headerOurBrands {
	height: auto;
	border: none;
	margin: 0;
	padding: 0 0 0.7em 0;
}

.headerOurBrands h4 {
	width: 100%;
	text-align: center;
	background-color: #6daedf;
	color: white;
	padding: 0.1em;
}

.containerOurBrands {
	background-color: rgba(3, 147, 62, 0.1);
	padding: 0 0.5em;
	border-radius: 2rem;
	border-color: rgba(3, 147, 62, 0.1);
	border-width: 1px;
	border-style: solid;
	text-align: center;
	width: 100%;
}

#fatos {
	padding: 0;
}

.containerOurBrands p {
	margin: 0;
	font-size: 100%;
}

#tecnotubi {
	background: #6daedf;
	border-color: #6daedf;
	border-width: 1px;
	border-style: solid;
}

#flora {
	background: white;
	border-color: darkgreen;
	border-width: 1px;
	border-style: solid;
}

#flora .modalLogoDois {
	height: 70px;
}

.modalLogoDois {
	margin: 0 auto;
	max-width: 30vw;
	max-height: 70px;
}

.carouselMangueiras {
	height: 12rem;
	width: 100%;
	padding: 1rem;
}

.black-bg-arrow {
	background-color: rgba(0, 0, 0, 0.5);
	height: 10%;
	border-radius: 0.2rem;
}

.carousel-caption-mangueiras {
	background-color: white;
	color: rgba(3, 147, 62, 1);
	bottom: -0.1rem;
	top: auto;
	width: 100%;
	text-align: center;
}

.carousel-caption-mangueiras p {
	color: rgba(3, 147, 62, 0.8);
	border-top-color: rgba(3, 147, 62, 0.5);
	border-top-style: solid;
	border-top-width: 2px;
}

#gardenplast {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 128, 0, 0.67);
}

#sicatec {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(227, 210, 9);
}

.lagos {
	padding: 0 3rem;
}

.containerProtecao {
	height: 10rem;
	width: 100%;
	padding: 0.3rem;

}

.imgProtec {
	max-width: 100%;
	max-height: 100%;
}

.anchorNav {
	position: absolute;
	height: 2vh;
	width: 200vw;
	visibility: hidden;
	z-index: -1500;
	right: -20vw;
	bottom: -2vh;
}

/*---------- SOBRE ----------------------------------------------------------*/

.containerSobre {
	height: 90vh;
	overflow: hidden;
	background: -webkit-gradient( linear,
	left top, left bottom,
	from(rgba(0, 0, 0, 0.6)),
	to(rgba(0, 0, 0, 0.6))), url("parallax-img.jpg");
	background: linear-gradient( rgba(0, 0, 0, 0.6),
	rgba(0, 0, 0, 0.6)), url("parallax-img.jpg");
}

.sobreBox {
	width: 100%;
	padding: 0 4%;
	text-align: left;
	overflow: hidden;
	min-height: 30vh;
}

.containerSobre h1 {
	color: white;
}


.sobreBox p {
	font-size: 110%;
	line-height: 140%;
	color: white;
}

.imgAcros {
	position: absolute;
	right: 0;
	top: 0;
	height: 50vh;
}

/*---------- CONTACTOS ----------------------------------------------------------*/

.containerContactos {
	min-height: 80vh;
}

.containerContactos h3 {
	font-size: 150%;
}

.imgMapa {
	width: 100%;
	height: auto;
	max-height: 50vh;
	max-width: 50vh;
	border-radius: 2rem;
	-webkit-box-shadow: 5px 5px #747474;
	box-shadow: 5px 5px #747474;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.imgMapa:hover {
	max-height: 52vh;
	max-width: 52vh;
}

.mapaLink {
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mapaLink:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	height: 110%;
}

.containerIcon {
	height: 3em;
	width: 3em;
	background-color: rgba(3, 146, 62, 0.66);
	border-radius: 50%;
	text-align: center;
}

.iconContactos {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.9);
	font-size: 150%;
}

.alignText {
	top: 0;
	margin: 0;
	color: rgba(3, 146, 62, 0.66);
	font-size: 1.5em;
}

.linkContactos:hover {
	-webkit-text-decoration: underline solid rgba(3, 146, 62, 0.5);
	text-decoration: underline solid rgba(3, 146, 62, 0.5);
}

.spaceBet {
	height: 1rem;
}

/*---------- FOOTER ----------------------------------------------------------*/

footer {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(3, 147, 62, 1);
	padding: 0.2rem 3rem 00.2rem 3rem;
	margin: 0;
}

.footer-marcas {
	position: relative;
}

.footerText {
	color: rgba(244, 244, 244, 0.7);
	font-weight: 200;
	font-size: 80%;
	text-align: center;
	margin: 0;
}


/*---- IE ESPECIAL --------------------------------------------------------*/

.especialIElogo {
	max-height: 70%;
	max-width: 70%;
	height: auto;
	text-align: center;
}


/*---- MEDIA QUERIES --------------------------------------------------------*/

/*--- Small devices (less than 768px) ---*/

@media (max-width: 767.98px) {

	/*--NAVBAR--*/
	.navbar {
		z-index: 9999;
	}

	.navbar-nav {
		background-color: rgb(3, 147, 62);
		height: 85vh;
		width: 90vw;
		border-radius: 10px;
	}

	.nav-item-index {
		font-size: 200%;
	}

	.nav-link-index {
		line-height: 19vh;
	}

	.nav-item {
		font-size: 200%;
		border-bottom-color: #fff;
	}

	.nav-link {
		line-height: 19vh;
		color: #fff !important;
	}

	/*--INDEX--*/
	.containerJardim {
		visibility: hidden;
	}

	.imgJardim {
		visibility: hidden;
	}

	.headerLogo {
		max-height: 50vh;
		max-width: 100%;
		top: 10vh;
		left: 0;
		right: 0;
	}

	.textHeader {
		position: absolute;
		bottom: 5vh;
		width: 90%;
		text-align: center;
	}

	.textHeader h6 {
		font-size: 180%;
		line-height: 150%;
	}



	/*--MARCAS--*/
	.spaceLine {
		height: 1em;
	}

	.carousel-caption {
		font-size: 1.1em;
	}

	.btnModal {
		font-size: 1em;
	}

	.madeIn {
		visibility: hidden;
	}

	.metade {
		height: 20vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0.2rem;
	}

	.containerImgModal {
		height: 100%;
		width: 50%;
	}

	.imageBrandModal {
		min-height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}



	.containerLogoMarca h4 {
		font-size: 1em;
	}

	.marcasBox {
		padding: 1.5rem 0.5rem;
	}

	#specialSpace {
		height: 0;
	}

	#specialSpaceTwo {
		height: 0;
	}

	.imgSmall {
		height: 8rem;
		width: 8rem !important;
		display: block;
		margin: 0 auto;
	}



	/*--SOBRE--*/
	.containerSobre {
		height: auto;
		min-height: 90vh;
	}

	.sobreBox p {
		padding: 1rem 0;
		margin: 0;
		line-height: 150%;
		font-size: 130%;
	}

	/*--CONTACTOS--*/
	.containerContactos {
		min-height: 88vh;
	}

	.containerContactos h3 {
		font-size: 150%;
	}

	.imgMapa {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		max-height: 30vh;
		margin: 3vh 0;
	}

	.imgMapa:hover {
		max-height: 50vh;
		max-width: 20vh;
	}

	.containerIcon {
		height: 1.5rem;
		width: 1.5rem;
		background-color: white;
	}

	.iconContactos {
		top: 80%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 150%;
		color: rgba(3, 146, 62, 0.4);
	}

	/*--FOOTER--*/
	footer {
		height: auto;
		padding: 0.2rem 1rem 0.2rem 0.2rem;
		margin: 0;
		position: relative;
	}

}

/*--- Medium devices (tablets, 768px to 992) ---*/

@media (min-width: 768px) and (max-width: 991.98px) {

	/*--NAVBAR--*/
	.navbar {
		z-index: 9999;
	}

	.navbar-nav {
		background-color: rgba(0, 0, 0, 0.9);
		height: 100vh;
	}

}

/*--- Large devices (desktops, 992px and up) ---*/

@media (min-width: 992px) {
	html {
		font-size: 1.5rem;
	}

}



/*--- Only IE10 and 11 ---*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.especialIE {
		display: block;
		visibility: visible;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background-color: rgb(3, 147, 62);
		z-index: 30000;
		color: white;
		padding: 10vh 20vw;
		text-align: left;
	}

	.especialIE img {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}

/*---- TEXT --------------------------------------------------------*/

h1,
h2 {
	font-family: "Noto Serif", "Times New Roman", Times, serif;
	font-weight: 700;
	color: #03923E;
}

h3,
h5 {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #6D706E;
	text-align: left;
}

h4,
p {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: black;
}

h6 {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: white;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 350%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 200%;
}

h5 {
	font-size: 250%;
}

h6 {
	font-size: 160%;
}

p {
	font-size: 100%;
}
