@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

html {
	scroll-behavior: smooth;
	overflow-x: hidden !important;
}

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}

.navbar-float {
	background: rgba(0, 0, 0, 0.70) !important;
}

.navbar-float .container {
	padding: 0 !important;
}

.artigo {
	text-decoration: none !important;
	transition: transform .2s;
	display: block;
}
.artigo:hover {
	transform: scale(1.1) !important;
}
.artigo .btn {
	color: #859a72;
	border-color: #859a72;
	background: #fff;
}
.artigo .btn:hover, .artigo .btn:focus {
	background: #859a72;
	border-color: #859a72;
	color: #fff;
}
.divisor {
	width: 105px;
	padding-top: 1px;
	margin: 5px 0;
}

h4 {
	font-weight: 300;
}
h4 strong {
	font-weight: 600;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.font-weight-medium {
	font-weight: 600 !important
}
.font-weight-normal {
	font-weight: 500 !important;
}

.navbar .nav-link {
	color: #859a72 !important;
}
.bg-azul {
	background: #323a43;
}
.bg-cinza {
	background: #e4e4e4;
}
.bg-footer {
	background: #71796a;
}
.bg-footer .ico {
	width: 30px;
	margin-right: 10px;
}
.bg-footer a {
	color: #ffffff;
}
.bg-footer-bottom {
	background: #676e61;
}
.bg-verde-branco {
	background: linear-gradient(90deg, #748564 50%, #f4f4f3 50%);
}
.bg-faleconosco {
	background: url(../img/bg-faleconosco.jpg) no-repeat;
	background-size: cover;
}
.bg-verde {
	background: #748564;
}
.text-verde-titulo {
	color: #748564 !important;
}
.text-verde-claro {
	color: #91aa79
}
.text-verde-escuro {
	color: #51544e;
}

.form-faleconosco input, .form-faleconosco label {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border-radius: 2em;
	background: rgba(0, 0, 0, 0.65);
	border: none;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
}
.form-faleconosco label {
	line-height: 17px;
	height: 37px;
	color: #5c5c5c !important;
}
.form-faleconosco .custom-file {
	margin-bottom: 9px;
}
.trabalhe .form-faleconosco input, .trabalhe .form-faleconosco label {
	background: rgba(255, 255, 255, 0.77);
	color: #000000;
}
.custom-file-input:lang(en)~.custom-file-label::after {
	border-radius: 2em;
	padding: 15px;
	height: 100%;
	line-height: 8px;
}

.ico-atuacao {
	height: 40px;
	width: auto;
	margin-bottom: 7px;
}


#atuacao, section {
	position: relative;
}
#mapa {
	height: 55vh;
}

.trabalhe {
	min-height: 100vh;
	width: 100%;
	background: url(../img/bg-trabalhe.jpg) no-repeat;
	background-size: cover !important;
	background-position: center;
	display: flex;
}


.adv {
	width: 100%;
	height: 24rem;
	display: block;
	position: relative;
	background-position: top center !important;
	background-size: cover !important;
	border-left: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
}

.adv-gr {
	height: 48rem;
}

.border-bottom-none {
	border-bottom: none;
}
.mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}
.mask h1 {
	font-weight: 500;
	font-size: 1em;
	padding-bottom: 10px;
	padding-right: 2em;
}
.mask:hover {
	opacity: 1;
}


.carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: none;
	border: 1.5px solid #fff;
	margin: 0 7px;
}
.carousel-indicators li.active {
	background: #fff;
}


.banner {
	background-size: cover !important;
	background-position: center !important;
	min-height: 100vh;
	width: 100%;
	display: flex;
}

.whatsapp {
	width: 90px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}


@media(max-width: 768px) {
	.bg-verde-branco {
		background: #f4f4f3;
	}
	.bg-verde-branco .col-md-6:first-child {
		background: #748564;
	}
	#mapa {
		height: 30vh;
	}
	.navbar .navbar-brand img {
		width: 80% !important;
	}
	.navbar-float {
		background: #000000 !important;
		opacity: 1;
	}

	.navbar .navbar-collapse {
		width: 100%;
		min-height: 30vh;
		background: rgba(0, 0, 0, 0.80);
	}
	.navbar .navbar-nav {
		padding: 10px 0;
		padding-left: 20px;
		background: none;
	}
	.form-faleconosco input, .form-faleconosco label {
		font-size: 10px;
	}
	.adv {
		height: 10rem;
	}
	.adv-gr {
		height: 18rem;
	}
	.border-bottom-xs {
		border-bottom: 2px solid #e4e4e4;
	}
	.mask h1 {
		font-size: 0.70em;
		padding-right: 2em;
	}
	.banner {
		min-height: 52vh;
	}
	.whatsapp {
		width: 50px;
	}
}


input:focus {
	outline: none !important;
}