header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

.navbar {
	background-color: #2a9867;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#navbar-container .nav-link.btn-out {
	color: #ffffff;
}

#navbar-container .nav-link.btn-out:hover {
	color: #ffffff;
}

#navbar-container .nav-link {
	color: rgba(255, 255, 255, 0.74);
}

#navbar-container .active .nav-link,
#navbar-container .nav-link:hover {
	color: #ffffff;
}

main section:first-child {
	margin-top: 50px;
}

.chamado {
	color: #9e9994;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
	text-align: center;
}

.text {
	color: #6b6661;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.menu-footer {
	margin-top: 80px;
}

section.servicos .servico {
	background-color: #db9000;
}

section.servicos .servico [class*="col-"] {
	min-height: 400px;
}

section.servicos .title,
section.servicos .text {
	padding-left: 30px;
	padding-right: 30px;
}

section.servicos .title {
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	font-size: 34px;
	font-weight: 700;
}

section.servicos .text {
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 3vh;
}

section.servicos .photo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

section.servicos .btn {
	background-color: transparent;
	border-color: #ffffff;
	border-radius: 4px;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 48px;
	line-height: 46px;
	margin-left: 30px;
	margin-top: 5vh;
	padding: 0 15px;
}

section.servicos .btn:hover {
	background-color: #ffffff;
	color: #db9000;
}

@media (min-width: 992px) {
	section.servicos .title,
	section.servicos .text {
		padding-left: 3vw;
		padding-right: 3vw;
	}

	section.servicos .btn {
		margin-left: 3vw;
	}
}

@media (max-width: 399px) {
	section.servicos .servico [class*="col-"] {
		height: 100vw;
		min-height: auto;
		text-align: center;
	}

	section.servicos .title {
		font-size: 24px;
	}

	section.servicos .text {
		font-size: 14px;
		margin-top: 1vh;
	}

	section.servicos .btn {
		font-size: 14px;
		height: 36px;
		line-height: 34px;
		margin-left: 0;
	}
}

section.noticias .item {
	background-color: transparent;
	margin-top: 42px;
	padding-bottom: 18px;
	position: relative;
	transition: all 0.1s linear;
}

section.noticias .title {
	color: #363330;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	padding-left: 10px;
	transition: all 0.1s linear;
}

section.noticias .item:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

section.noticias .item:hover .title {
	color: #2a9867;
}

section.contato .item {
	background-color: transparent;
	margin: 40px 15px;
	padding-left: 0;
	padding-right: 0;
	transition: all 0.1s linear;
}

section.contato .item .icon {
	background-color: #2a9867;
	border-radius: 100%;
	color: #ffffff;
	font-size: 28px;
	height: 60px;
	width: 60px;
}

section.contato .item:hover .icon {
	background-color: #35c082;
}

section.contato .item .title {
	color: #363330;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}

section.contato .item .text {
	color: #6b6661;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 10px;
	word-break: break-word;
}

section.contato #contato {
	border: 1px solid #e7e5e4;
	border-radius: 10px;
	margin-top: 15px;
	padding: 25px;
}

section.contato #contato .title {
	color: #363330;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}

section.contato #contato .btn {
	background-color: #2a9867;
	border-color: #2a9867;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	line-height: 38px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px;
}

section.contato #contato .btn:hover {
	background-color: #35c082;
	border-color: #35c082;
}

@media (min-width: 768px) {
	section.contato .item {
		margin: 40px 0 0 0;
		padding: 30px 15px;
	}

	section.contato .item:hover {
		background-color: rgba(0, 0, 0, 0.05);
	}
}

section.login #login {
	border: 1px solid #e7e5e4;
	border-radius: 10px;
	margin-top: 15px;
	padding: 25px;
}

section.login .title {
	color: #363330;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}

section.login .btn {
	background-color: #2a9867;
	border-color: #2a9867;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	line-height: 38px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px;
}

section.login .btn:hover {
	background-color: #35c082;
	border-color: #35c082;
}

section.pastas .item,
section.arquivos .item {
	background-color: transparent;
	margin-top: 60px;
	position: relative;
	transition: all 0.1s linear;
}

section.pastas .item:hover,
section.arquivos .item:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

section.pastas i {
	color: #352722;
	font-size: 96px;
	margin-top: 40px;
	position: relative;
	text-align: center;
	transition: all 0.1s linear;
}

section.arquivos i {
	color: #352722;
	font-size: 96px;
	margin-top: 40px;
	position: relative;
	text-align: center;
	transition: all 0.1s linear;
}

section.pastas .item:hover i,
section.arquivos .item:hover i {
	color: #2a9867;
}

section.pastas .total {
	bottom: 15px;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 30px;
	font-weight: 700;
	left: 0;
	position: absolute;
	transition: all 0.1s linear;
	width: 100%;
	z-index: 1;
}

section.pastas .card-title,
section.arquivos .card-title {
	color: #352722;
	margin-bottom: 30px;
}

.pagination {
	margin-top: 60px;
}

.pagination .page-link {
	color: #352722;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.pagination .page-link.active {
	background-color: #352722;
	border-color: #352722;
	color: #ffffff;
}
