html {

	scroll-behavior: smooth;
}

* {
	border: 0;
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: initial;
	/* 	font-family: 'Questrial', sans-serif; */
	font-family: 'Montserrat', sans-serif;


}

header {
	/* background: linear-gradient(0deg, transparent, transparent 0%, #FFF 0%, #FFF); */
}

a:-webkit-any-link {
	text-decoration: none;
	color: currentColor;
}

ol,
ul,
dl {
	margin: 0;
	padding: 0
}

a,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
}

.text-justify {
	text-align: justify;
}

/* 
.text-inset-grey {
	background-color: #3b4623;
	color: transparent;
	text-shadow: 1px 2px 2px rgb(188 217 122 / 30%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;

} 
 */
/* 
.text-inset-green {
	background-color: #000000;
	color: #232e20e6;
	text-shadow: 1px 1px 2px rgb(255 255 255);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

 */

.text-inset-green {
	background-color: #3b4623;
	color: transparent;
	text-shadow: 1px 2px 2px rgb(188 217 122 / 30%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}


.text-inset-yellow {
	background-color: #625c2b;
	color: transparent;
	text-shadow: 1px 2px 2px rgb(255 229 41 / 40%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;

}


.text-inset-blue {
	background-color: #062581;
	color: transparent;
	text-shadow: 1px 2px 2px rgb(122 142 247 / 30%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;

}


.ff-poppins {
	font-family: 'Poppins', sans-serif;
}

.ff-lato {
	font-family: 'Lato', sans-serif;
}

.ff-questrial900 {
	font-family: 'Questrial', sans-serif;
	font-weight: 900;
}

.ff-questrial {
	font-family: 'Questrial', sans-serif;
}

.ff-raleway {
	font-family: 'Raleway', sans-serif;
}

.ff-raleway900 {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}


.ps-6 {
	padding-left: 6rem !important;
}

.pe-6 {
	padding-right: 6rem !important;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: 0;
}

.font-25 {
	font-size: 25px
}

.font-30 {
	font-size: 30px
}

.font-35 {
	font-size: 35px
}

.font-40 {
	font-size: 40px
}

.font-50 {
	font-size: 50px
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {

	font-style: italic;
}

.font-white {
	color: #FFF !important;
}

.font-dark {
	color: #333
}

.font-red {
	color: red !important
}

.txt-12 {
	font-size: 12px;
}

.txt-14 {
	font-size: 14px;
}

.text-light {
	color: #FFF
}

.flat {
	border-radius: 0 !important
}

.pt-6 {
	padding-top: 6em;
}

.pt-8 {
	padding-top: 8em;
}

.pt-10 {
	padding-top: 10em;
}


.nav-item:hover,
.nav-item>.active {
	transition: 1s ease all;
	color: #7e9648 !important;
	border-bottom: 2px solid #7e9648;
}


.nav-item:hover .nav-link,
.nav-item.active:hover .nav-link {
	transition: 1s ease all;
	color: #7e9648 !important;
}

.nav-item {
	border-bottom: 2px solid transparent;
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	padding-top: 0;
	width: 100%;
	position: relative;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
	text-align: center;
	padding: 10px 8px;
	margin: 10px;
	color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
	padding: .375rem .750rem
}

.MultiCarousel .leftLst {
	left: 0;
}

.MultiCarousel .rightLst {
	right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #ccc;
}






#btnTop {

	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #528dc5;
	color: white;
	opacity: .8;
	cursor: pointer;
	padding: 10px 14px;
	border-radius: 50%;
}

#myBtn:hover {
	background-color: #555;
}


.logo-float {
	width: 130px;
	height: 120px;
	background-size: cover;
	position: fixed;

	right: 0;
	z-index: 99;
	border-radius: 50% 0 0 50%;
	background-color: rgba(255, 255, 255, 0.5);


}

.wpp-float {
	position: fixed;
	right: 25px;
	opacity: .8;
	background-color: #25d366;
	color: #FFF !important;
	padding: 10px 14px;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 99;
}


.wpp-float:hover {
	opacity: 100;
	color: #FFF
}


.bg-image {
	background: url('/img/layout/construction.jpg') no-repeat center;
}


#footer {
	background-color: #222;
}

/* -----------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 1024px) {

	.h-banner span {
		font-size: 1em;
		line-height: 50px;
	}

}

@media (max-width: 1023px) {

	.h-banner span {
		font-size: .8em;
		line-height: 20px;
	}
}

@media (min-width: 768px) {

	.fs-md-4 {
		font-size: 1.75rem !important
	}
	.title-lg {
		font-size: 3rem;
		position: relative;
	}

	.title-xl {
		font-size: 4rem;
		position: relative;
	}

	.title-xxl,
	.fs-xxl {
		font-size: 5rem;
		position: relative;
	}

	.wpp-float {
		bottom: 10px;
	}

	.pe-sm-8 {
		padding-right: 8rem !important;
	}

	.ps-sm-8 {
		padding-left: 8rem !important;
	}

}

@media (max-width: 767px) {

	.title-lg {
		font-size: 2rem;
		position: relative;
	}

	.title-xl {
		font-size: 3rem;
		position: relative;
	}

	.title-xxl,
	.fs-xxl {
		font-size: 4rem;
		position: relative;
	}

	.wpp-float {
		bottom: 55px;
	}

	#testimonial .client-img {
		margin: 20px auto;
		position: static;
	}

}

@media (max-width: 599px) {


	.title-lg {
		font-size: 1.5rem;
		position: relative;
	}

	.title-xl {
		font-size: 2.5rem;
		position: relative;
	}

	.title-xxl,
	.fs-xxl {
		font-size: 3.5rem;
		position: relative;
	}
}

.border-green {
	color: #a4b67c;
	border: solid #afc286 !important;
}


.bg-container-fixed {
	background: url('/img/layout/build-banner.jpg') no-repeat center fixed;
	background: linear-gradient(0deg, transparent, transparent 90%, #FFF 100%, #FFF), url('/img/layout/build-banner.jpg') no-repeat center fixed;
}

.bg-banner-duo {
	background: linear-gradient(50deg, transparent, transparent 50%, #7e9648 50%, #7e9648);
}

.bg-content-duo {
	background: linear-gradient(140deg, transparent, transparent 22%, #7e9648 22%, #7e9648);

}

.bg-content-duo-light {
	background: linear-gradient(150deg, transparent, transparent 10%, #E0E1DB 10%, #E0E1DB);

}

.bg-gradient-duo-inverse-green {
	background: linear-gradient(to right, #748847, #7e9648)
}

.bg-gradient-duo-inverse-yellow {
	background: linear-gradient(to right, #d7c44c, #bba726);
}

.bg-gradient-duo-inverse-blue {
	background: linear-gradient(to right, #5172cf, #38539d)
}

.bg-gradient-missao {
	background: linear-gradient(175deg, rgba(126, 150, 72, 0.7), rgba(126, 150, 72, 0.7)), url('/img/layout/bg-title-missao.jpg') no-repeat center;
	background-size: cover;
}

.bg-gradient-visao {
	background: linear-gradient(175deg, rgba(235, 205, 4, 0.7), rgba(235, 205, 4, 0.7)), url('/img/layout/bg-title-visao.jpg') no-repeat center;
	background-size: cover;
}

.bg-gradient-valores {
	background: linear-gradient(175deg, rgba(100, 129, 206, 0.6), rgba(18, 37, 89, 0.6)), url('/img/layout/bg-title-valores.jpg') no-repeat top;
	background-size: cover;
}


.bg-content-duo-top {
	background: linear-gradient(180deg, transparent, transparent 15%, #f8f9fa 15%, #f8f9fa);

}

.bg-black-transparent {
	background-color: rgba(0, 0, 0, 0.75);
	/* background-color: rgba(255, 255, 255, 0.75); */
}

.img-boder-banner {
	border-top: 1.2em solid #112459;
}

.bg-image-banner {
	background: url('/img/layout/head-banner2.jpg') no-repeat center;
	background-size: cover;
	display: inline-block;
	border-radius: 150px 0 0 150px;
}

.bg-img-scooter {

	background: url('/img/layout/banner2.jpg') no-repeat center;
	background-size: cover;
}



@keyframes animatedBackground {
	from {
		background-position: 0 10%;
		background-size: 100%
	}

	to {
		background-position: 100% 90%;
		background-size: 110%
	}
}

.bg-zooming {

	background-position: 0px 0px;

	background-repeat: repeat-x;
	animation: animatedBackground 50s linear infinite alternate;
}



.marquee {
	line-height: 20px;
	height: 10px;
	overflow: hidden;
	width: auto;
}


.inner-shadow {
	-webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.64);
	box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.64);

}


.box-shadow {
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.54);
}



.box-shadow-block {
	box-shadow: -11px 11px 0px 0px rgba(20, 24, 20, 0.8);
	-webkit-box-shadow: -11px 11px 0px 0px rgba(20, 24, 20, 0.8);
	-moz-box-shadow: -11px 11px 0px 0px rgba(20, 24, 20, 0.8);
}

.fc-light {
	color: #ffffff;
}

.bg-content-1 {
	background-color: #E0E1DB;
}

.bg-content-green,
.bg-green {
	background-color: #7e9648;
}


.bg-blue {

	background: #112459;
}

.bg-green-light {
	background: #90a5dd;
}

.bg-white {
	background-color: #FFF;
}


.bg-yellow {
	background-color: #EBCD04;
}


.bg-stairs {
	background: #E0E1DB;
	background:
		linear-gradient(115deg, transparent 55%, rgba(255, 255, 255, .8) 55%) 0 0,
		linear-gradient(245deg, transparent 55%, rgba(255, 255, 255, .8) 55%) 0 0,
		linear-gradient(115deg, transparent 55%, rgba(255, 255, 255, .8) 55%) 7px -15px,
		linear-gradient(245deg, transparent 55%, rgba(255, 255, 255, .8) 55%) 7px -15px,
		#E0E1DB;
	background-size: 15px 30px;
}

.blockquote {
	quotes: '”' '„';
}

.navbar {
	background-color: transparent;
}

.nav-link {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 1rem;
	text-transform: uppercase;
	color: #777 !important
}

.nav-border {
	border-bottom: 3px solid;
	border-color: #112459 !important;
}


.h-banner span {
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	background: #7e9648;
	padding: 0 12px;
	font-family: 'Lato', sans-serif;
}

.text-title,
.text-title-end {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0 12px;
	font-family: 'Poppins', sans-serif;


}


.text-title::after {
	content: "";
	position: absolute;
	bottom: -.4em;
	width: 60%;
	right: 0;
	height: 0.8em;
	border-top: 2px solid;
	opacity: .5;
}

.text-title-end::after {
	content: "";
	position: absolute;
	bottom: -.4em;
	width: 60%;
	left: 0;
	height: 0.8em;
	border-top: 2px solid;
	opacity: .5;
}

.hover-face:hover {
	color: #38669e;
}

.hover-insta:hover {
	color: #be396c;
}

.hover-whats:hover {
	color: #7e9648;
}

.hover-youtube:hover {
	color: #a32626;
}


.rotate {
	transition: transform .7s ease-in-out;
}

.rotate:hover {
	transform: rotate(-50deg);
}

.text-inner-gray {

	color: rgba(171, 171, 171, 0.8);
	text-shadow: 0px 2px 2px #fff, 0 0 0 #000, 0px 2px 25px #fff
}

.text-inner-black {
	color: rgb(0 0 0 / 80%);
	text-shadow: 0px 2px 2px #504f4f, 0 0 0 #000, 0px 2px 10px #242121
}

.text-inner-blue {

	color: rgba(0, 0, 0, 0.66);
	/* text-shadow: 0px 1px 1px #264a9bb3, 0px 1px 2px #263572, 0px 1px 1px #6e6e6e */
	text-shadow: 0px 2px 2px #283d76, 0 0 0 #000, 0px 2px 25px #10243e
}


.text-inner-light {
	color: rgb(92 105 173 / 55%);
	text-shadow: 0px 2px 1px #ffffffb5, 0px 0px 0px #000000b3, 0px 2px 25px #191f38
}


.text-shadow-light {
	text-transform: uppercase;
	text-shadow: 2px 2px 8px rgb(247, 255, 137);
}

.card-over {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.card-over::before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: 1s;
}

.card-over:hover::before {
	opacity: 1;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}




.card-projetos {
	padding: 20px;
	/* background:linear-gradient(40deg, transparent 10%, rgba(235, 205, 4, 0.3) 10%, rgba(235, 205, 4, 0.3) 10%); */
	background: linear-gradient(40deg, transparent 10%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 10%);

	border-radius: 0 0 15px 0;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	margin-bottom: 30px;



}

.card-projetos h4 {
	text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
}


.title-lg::after,
.title-xxl::after,
.title-xl::after {
	content: "";
	position: absolute;
	top: -.2em;
	width: 15%;
	left: 0;
	border-top: 10px solid;

}


.fc-green {
	color: #7e9648
}

.fc-yellow {
	color: #EBCD04 !important;
}

.btn-outline-yellow {
	color: #EBCD04;
	border-color: #EBCD04;
}

.btn-outline-yellow:hover {
	color: #FFF;
	background-color: #EBCD04;
}

.btn.fc-yellow:hover {
	color: #999;
}

.fc-yellow-dark {
	color: #7a6d11;
}

.fc-blue {
	color: #112459;
}

.fc-green-dark {
	color: #4a572d !important;
}

.fc-green-light {
	color: #bedd7e !important;
}

.fc-blue-light {
	color: #546baa;
}

.fc-gray {
	color: #98a39c !important;
}

.bg-content-green .container p {
	color: #4a572d;
}

.card-projetos figure {
	margin: 0 0 1rem;
}

.card-projetos figure img {
	border-radius: 10px;
	overflow: hidden;

	vertical-align: middle;

}


#frmContato ::placeholder {
	color: #7e9648
}

#frmContato input,
#frmContato textarea {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #7e9648;

}








.rounded-10 {
	border-radius: 1rem;
}

.text-col {
	background-color: #444;
}

.text-col::before {

	content: "";
	position: absolute;
	display: block;
	top: -20%;
	height: 130%;
	width: 35px;
	left: -12px !important;
	transform: rotate(6deg);
	background-color: #444;
}


.text-col-light {
	background-color: #FFF;
}

.text-col-light::before {

	content: "";
	position: absolute;
	display: block;
	top: -20%;
	height: 130%;
	width: 35px;
	left: -12px !important;
	transform: rotate(6deg);
	background-color: #FFF
}



.hover-light:hover {
	color: #FFF !important
}

.hover-secondary:hover {
	color: #6c757d !important
}



.bottom-3 {
	bottom: 3%;
}

.bottom-5 {
	bottom: 5%;
}

.bottom-12 {
	bottom: 12%;
}

.bottom-15 {
	bottom: 15%;
}

.bottom-10 {
	bottom: 10%;
}

.bottom-20 {
	bottom: 20%;
}


[data-scroll] {
	transition: opacity 1s;
}

[data-scroll="in"] {
	opacity: 1;
}

[data-scroll="out"] {
	opacity: 0;
}



.col-imagem {
	background: linear-gradient(to bottom, #7e9648 0%, #7e9648 80%, #FFF 51%, #FFF 100%);
}

.bg-esg {
	background: linear-gradient(120deg, transparent, #FFF 90%, #FFF 95%), url('/img/layout/bg-esg.jpg') no-repeat top left;
	background-size: cover;
}

.bg-esg img {
	animation: spin 60s infinite;
	width: 70%;
	height: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.bg-content-3 {
	background: url('/img/layout/bg-circles.png') no-repeat left top;
	background-size: 15%;
	background-position: 10px 10px;
	background-color: #112459;
}

.bg-about-video {
	background: url('/img/layout/bg-video-inst.jpg') no-repeat center;
	background-size: cover;
}

.bg-about-video .icon-play {
	opacity: .4;
	color: #000;
}

.bg-about-video .icon-play:hover {
	opacity: .8;
}

.bg-about-video .icon-play:before {
	content: '\F4F2';
	font-family: 'bootstrap-icons' !important;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;

}

.swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: .5;
}

.swiper-slide:hover {
	opacity: 1
}


/*-- testimonial Section CSS --*/

#testimonial .client-img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	/* border: 3px solid #fff; */
	border-radius: 100%;
}

#testimonial h3 {
	font-size: 17px;
	color: #fff;
	font-style: italic;
	text-align: right;
}

#testimonial .client-img img {
	height: 100%;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
	font-size: 36px;
}


#testimonial p::before {

	content: '\F6B0';
	font-family: 'bootstrap-icons' !important;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: 2.5em;
	margin-right: 10px;
	opacity: .6;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;



}

#testimonial p::after {

	content: '\F6B0';
	font-family: 'bootstrap-icons' !important;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: 2.5em;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin-left: 10px;
	opacity: .6;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}



@media (min-width: 577px) {

	.fs-sm-3 {
		font-size: 1.75rem !important
	}

	.bg-about-video .icon-play {
		font-size: 15rem;
	}

	.logo-float {
		top: 100px;
	}

	#produtos .card-over {
		height: 500px;
	}
}

@media (max-width: 576px) {


	.bg-image-banner {
		height: 150px;
	}

	.bg-about-video,
	.bg-esg {
		height: 230px;
	}

	.bg-about-video .icon-play {
		font-size: 5rem;
	}

	.bg-esg {
		background: transparent;
	}

	#testimonial .carousel-content {
		padding: 20px 0px 20px 0px;
		width: 100%;
	}


	#testimonial h3,
	#testimonial p {
		text-align: center;
	}


	#produtos .card-over {
		height: 350px;
	}

	.card-blog h4,
	.card-blog small,
	.card-blog span,
	.card-blog p,
	.card-blog a {
		font-size: .9rem;
		z-index: 999;
	}

	.card-blog .card-text {
		/* white-space: nowrap; */
		overflow: hidden;
		text-overflow: ellipsis;
	}


	.logo-float {
		bottom: 100px;
	}
}

/*-- End Testimonial Section CSS --*/

.max-h-150{
	max-height: 150px;
}
.max-h-250{
	max-height: 250px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	background-color: rgb(190, 190, 190);
}

