body {
	color: #939598;
	font: 13px/2em Montserrat, sans-serif;
	background: #fff;
}

a:not([href]):hover {
	cursor: pointer;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #00a9c6;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

button {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a,
a:hover {
	text-decoration: none;
}

a:hover {
	color: #939598;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	line-height: 1em;
}

h1 {
	font: 700 5em Montserrat, sans-serif;
	margin: 0.25em 0;
	text-transform: uppercase;
}

h2 {
	font: 300 2.5em Montserrat, sans-serif;
	margin-bottom: 1.5em;
}

h3 {
	font: 300 2em Montserrat, sans-serif;
	margin: 2em 0 1em;
}

h4 {
	font: 300 1.5em Montserrat, sans-serif;
	margin-bottom: 1em;
}

h4 i {
	margin-right: 0.5em;
}

p {
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 0.7em;
}

.mobile-none {
	display: block;
}

.mobile-only {
	display: none;
}

@media (min-width: 1904px) {
	.container {
		max-width: 1185px !important;
	}
}

#topo .btn-menu {
	position: absolute;
	background: transparent;

	box-shadow: none;
	padding: 0px;
}

#topo p {
	margin-bottom: 0;
	font-size: 12px;
}

#topo .list-group-item.socials {
	display: flex;
	justify-content: end;
	align-self: center;
	align-items: center;
}

#topo .v-icon.v-icon {
	background: #939598;
	height: 35px;
	width: 35px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	align-self: center;
	border-radius: 100%;
	color: #fff;
	margin-right: 10px;
}

#topo .v-icon.v-icon.mdi-map-marker {
	background: transparent;
	color: #4eb857;
	font-size: 30px;
	margin-right: 0;
}

#topo .v-icon.v-icon:hover {
	background: #4eb857;
}

#topo .menu-inferior .list-group-item {
	padding-left: 40px;
}

#topo .list-group-item {
	color: #939598;
	border: 0px;
	padding: 0px;
	background: transparent;
	line-height: 1.5;
	margin-left: 1em;
}


#topo a {
	margin-bottom: -40px;
}

.carousel-item img {
	width: 100%;
}

#topo p span {
	font-size: 20px;
	font-weight: bold;
}

h2.heading {
	text-align: center;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.spacer {
	padding: 2em 0;
}

.candidatos a {
	margin-top: -40px;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 10px;
	display: block;
	border: 0px;
	font-weight: bold !important;
	box-shadow: 0px 0px 14px -7px #f09819;
	background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	animation: go-back 0.5s infinite alternate;
}

@keyframes go-back {
	from {
		transform: translateY(30px);
	}

	to {
		transform: translateY(20px);
	}
}

.candidatos a:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}

.img-infos-importantes {
	background: #d63223;
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 0 auto;
}

#infos-importantes span {
	text-align: center;
	display: block;
	color: #000;
}

#infos-importantes span.descrip {
	margin-top: 10px;
	font-weight: bold;
}

#infos-importantes span.passos {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

#servicos {
	background: #fff;
	color: #d63223;
}

.chame-agora {
	background-color: #d63223;
	color: #fff;
}

.chame-agora a {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.chame-agora a .v-icon.v-icon {
	font-size: 1.5em;
	color: #fff;
}

.chame-agora a p {
	margin-bottom: 0px;
}

#home {
	background-color: #dedede;
	margin-top: 11em;
	padding: 3em 0;
}

#servicos a {
	transition: all 0.3s linear;
	color: #1e1e1e;
	display: flex;
	margin-bottom: 1em;
}

#servicos a img {
	transition: all 0.1s linear;
}

#servicos a:hover img {
	transform: scale(1.1);
}

#servicos a span.link {
	color: #d63223;
}

.conteudo {
	min-height: 100vh;
	padding-top: 12em;
}

#servicos a span {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
}


#servicos .atendimento-24 span {
	font-size: 14px;
	margin-bottom: 0px;
}

#servicos .atendimento-24 p {
	font-size: 21px;
	margin-bottom: 0px;
}

#servicos .atendimento-24 p b {
	font-size: 34px;
	font-weight: bold;
}

#servicos .atendimento-24 .v-icon {
	font-size: 50px;
	color: #fff;
}

.v-footer .v-card {
	box-shadow: none;
	background: #000;
	border-radius: 0px;
	color: #fff !important;
}

.v-card__text {
	color: #fff !important;
}

header {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
}

header .v-sheet.menu-fixo {}

header .v-sheet {
	border-bottom: 1px solid #dfdfdf !important;
}

.v-navigation-drawer {
	height: 100vh !important;
}

.telefones-top a {
	background: #1c991f;
	color: #fff !important;
	padding: 5px;
	font-size: 14px !important;
	border-radius: 8px;
	line-height: 30px;
	font-weight: bold !important;
}

.telefones-top a i {
	color: #fff !important;
}

.alert-warning {
	margin-bottom: 0px;
}

.coks-acepts {
	position: fixed;
	bottom: 80px;
	width: 100%;
}

.absolute-rodape-infos {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #1c991f;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.absolute-rodape-infos li {
	background-color: transparent;
	border: 0px;
	padding: 0;
	margin: 0;
	margin-right: 2em;
}

.absolute-rodape-infos a {
	background: #ffffff;
	color: #000;
	border-radius: 8px;
	padding: 10px;
	border: 1px solid rgb(0 0 0);
}

.absolute-rodape-infos a .v-icon.v-icon {
	font-size: 40px;
	color: #ff0300;
	margin-right: 10px;
}

.absolute-rodape-infos a p {
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 1.2em;
	padding-right: 10px;
}

.theme--light.v-sheet {
	padding: 0px;
}

#topo ul li {}

#topo .menu-inferior ul li a {
	color: #fff;
}

#topo ul li a {
	color: #939598;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

#infos-importantes .img-infos-importantes {
	width: 150px;
	height: 150px;
}

.noticia_individual a h3 {
	margin: 0px;
	font-weight: 500;
	color: #666;
	font-size: 18px;
}

.noticia_individual a p {
	color: #000;

}

.home-header {
	display: table;
	margin: 0 auto;
	margin-bottom: 3em;
}

.home-title {
	text-align: center;
	background-color: #4eb857;
	border-radius: 8px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 40px;
	margin-bottom: 0px;
	font-size: 35px;
	width: max-content;
	margin: 0 auto;
}
.text-new{
	
	background: #34ab54;
}
.text-new p {
	font-size: 24px;
	margin: 0;
	color: #fff;
	text-align: center;
}

.home-title-inferior {
	text-align: center;
	background-color: #939598;
	border-radius: 8px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 35px;
	padding: 5px 40px;
	width: max-content;
	margin: 0 auto;
}

.card-home {
	position: relative;
}

.card-home h2 {
	position: absolute;
	margin-top: -50;
	background-color: white;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	width: 200px;
	margin-top: -100px;
	/*tirar depois */
}

.card-home img {
	border: solid 2px #fff;
}

#msghr {
	padding: 3em;
}

.home-about h2 {
	color: #4eb857;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
}

.home-about div {
	display: flex;
	flex-direction: row-reverse;
}

.home-about p {
	margin-top: 10px;
	font-size: 22px;
	color: #282828;
	font-weight: normal;
	text-align: right;
}

.home-about {}

.home-contagem h2 {
	font-size: 5em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}

.contagem {
	background: linear-gradient(45deg, #c8d400 10%, #34ab54 40%, #34ab54 100%, rgba(0, 0, 0, 1) 100%);
	max-width: 100%;
}

.home-contagem {
	margin: 0 auto;
}

.home-contagem p {
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 18px;
}

.contato {
	background: #eaeaea;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: darken;
	width: 100%;
}

.button-form {
	width: 15%;
	font-size: 17px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 10px 2px #1c991f;
	padding: 6px 6px 6px 6px;
	color: rgb(255, 255, 255);
	box-shadow: 0 0 40px 40px #1c991f inset, 0 0 0 0 #1c991f;
	border-radius: 10px;
	text-transform: uppercase;
	margin-top: 0;
}

.contato-form {}

.contato-title {
	position: relative;
	margin-bottom: 0;
	font-size: 33px;
	font-weight: bold;
	color: #000000;
	padding: 13px 0;
}

.contato-espaco {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 100px;
}

.contato-input {
	border: solid 1px #020202;
	border-radius: 10px;
	width: 500px;
	font-size: 13px;
	padding: 14px;
}

.home-video iframe {
	border-radius: 10px;
}

.contato-form textarea {
	height: 150px;
}

.home-video h2 {
	color: #4eb857;
	font-size: 30px;
	font-weight: 700;
	text-align: right;
}

.header-button {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.header-button button {
	display: flex;
	flex-wrap: nowrap;
	background-color: rgb(247, 244, 244);
	border: solid 1px #000;
	border-radius: 8px;
	padding: 5px 20px;
	font-size: 16px;
	margin: 10px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	text-align: center;
}

.home-footer {
	background: linear-gradient(90deg, #c8d400 10%, #34ab54 40%, #34ab54 100%, rgba(0, 0, 0, 1) 100%);
	max-width: 100%;
}

.home-footer p {
	text-align: center;
	color: #000;
}

.menu-sub div {
	padding: 13px;
	color: #f1faee;
	text-decoration: none;
	font-size: 13px;
}

.menu-sub {
	display: flex;
	color: "#f1faee";
	text-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	float: right;
}

.menu {
	background-color: #669966;
}

.v-text-field.v-text-field--enclosed .v-text-field__details {
	display: none;
}

.v-text-field--outlined,
.v-text-field--solo {
	border-radius: 12px;
}

.v-text-field--outlined .v-label--active {
	transform: translateY(-35px) scale(0.75);
	background: #fff;
	padding: 0px 10px;
}

.theme--light.v-btn.v-btn--has-bg {
	background-color: #4eb857;
	color: #fff;
	border-radius: 12px;
}

#contato .v-btn {
	float: right;
}

footer.v-footer,
.v-sheet.v-footer {
	padding: 0px;
}

footer .social-icons a {
	display: block;
	margin-left: 10px;
}

footer .v-icon.v-icon {
	font-size: 30px;
}

footer .home-footer a {
	color: #000;
	font-weight: bold;
}

header .v-sheet.menu-inferior {
	background: linear-gradient(45deg, #c8d400 10%, #34ab54 40%, #34ab54 100%, rgba(0, 0, 0, 1) 100%);
	padding: 1em 0;
}

.header-button {
	margin-top: 1em;
}

.header-button span.has-sub {
	background: #fff;
	display: inline-block;
	padding: 10px 30px;
	margin-right: 10px;
	border: 1px solid;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 8px;
	cursor: pointer;
}

.header-button span.has-sub .v-icon.v-icon {
	color: #4eb857;
}

.header-button span.has-sub:hover {
	background: #4eb857;
	color: #fff;
}

.header-button span.has-sub:hover .v-icon.v-icon {
	color: #fff;
}

.header-button span.has-sub ul.sub-has {
	display: none;
	position: absolute;
	background: #ededed;
}

.header-button span.has-sub:hover ul.sub-has {
	display: block;
}

.header-button span.has-sub:hover ul.sub-has li a {
	padding: 10px;
	color: #939598;
	display: block;
}

.v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections {
	padding: 8px 0;
}

.v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot {
	min-height: 52px;
}

.v-text-field--outlined.v-input--dense .v-label--active {
	transform: translateY(-22px) scale(0.75);
}


h3.title-linear-gradient {
	background: linear-gradient(45deg, #4eb857 0%, #acc170 51%, #4eb857 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 26px;
	padding: 0px;
	margin: 0px;
}

.list-box-decorated li {
	background: linear-gradient(45deg, #c8d400 10%, #34ab54 40%, #34ab54 100%, rgba(0, 0, 0, 1) 100%);
	display: table;
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0.5em;
}

ul.list-text-icon {
	font-size: 16px;
	line-height: 3em;
}

.texto-servicos h3 {
	font-weight: normal;
}

ul.list-text-icon b {
	color: #4eb857;
}

div.right-bg {
	background: linear-gradient(45deg, #c8d400 10%, #34ab54 40%, #34ab54 100%, rgba(0, 0, 0, 1) 100%);
	color: #fff;
	padding: 5em;
}

.texto-servicos h1 {
	font-size: xx-large;
	text-transform: initial;
}