@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-rounded/css/uicons-thin-rounded.css');

html {
	scroll-padding-top: 6rem;

	scroll-behavior: smooth;
}

* {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: initial;
	font-family: 'Poppins', sans-serif;

}

a:-webkit-any-link a:not(.link) {
	text-decoration: none;
	color: currentColor;
}

mark {

	padding: 0.2em;
	background-color: #111 !important;
	line-height: 2em;
}


.highlight {

	padding: 0.2em;
	background-color: #ffffe4 !important;
	line-height: 2em;
}


.mark-green {

	padding: 0.2em;
	background-color: #4D5830 !important;
	line-height: 2em;
}

.mark-blue {

	padding: 0.2em;
	background-color: #0f5bcc !important;
	line-height: 2em;
}

ol,
ul,
dl {
	margin: 0;
	padding: 0
}

a,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222
}

section {
	width: 100%;
	display: block;
	float: left;
}

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
}

.text-justify {
	text-align: justify;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.fw-900 {
	font-weight: 900;
}

.italic {

	font-style: italic;
}

.font-white {
	color: #FFF !important;
}

.font-dark {
	color: #333
}

.font-red {
	color: red !important
}

.txt-upper {
	text-transform: uppercase !important;
}

.txt-12 {
	font-size: 12px;
}

.txt-14 {
	font-size: 14px;
}

.bottom-0 {
	bottom: 0;
}

.flat {
	border-radius: 0 !important
}

.hide {
	display: none;
}

.wrapper {
	position: relative;
	z-index: 20;
}

a.h-dark:hover {
	color: #2f4553
}


.content {
	/*padding-top: 60px;*/
	width: 100%
}



.flat {
	border-radius: 0 !important
}

.card-image-fit {
	width: 100%;
	object-fit: cover;
}


.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);
}

.pt-6 {
	padding-top: 6em;
}

.pt-8 {
	padding-top: 8em;
}

.pt-10 {
	padding-top: 10em;
}

.py-5 {
	padding-left: 5em;
	padding-right: 5em;
}

.px-10 {
	padding-left: 10em;
	padding-right: 10em;
}


@keyframes animatedBackground {
	from {
		background-position: 0 0;
		background-size: 100%
	}

	to {
		background-position: 100% 70%;
		background-size: 120%
	}
}

.bg-zooming {

	background-position: 0px 0px;
	/* background-repeat: repeat-x; */
	animation: animatedBackground 50s linear infinite alternate;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-lg-1 {
	border-radius: 1em !important;
}

.rounded-lg-2 {
	border-radius: 2em !important;
}

#servicos .accordion-button {
	height: 60px;
	padding-top: 25px;
}

@media (min-width: 740px) {

	.vh-md-100 {
		height: 100vh !important;
	}
}

@media (max-width: 739px) {

	.vh-sm-50 {
		height: 50vh !important;
	}
}

@media (min-width: 577px) {

	.fs-xxl {
		font-size: 5em;
	}

	.fs-xl {
		font-size: 4.2em;
	}

	.min-sm-vh-100 {
		min-height: 100vh !important;
	}

	.min-vh-50 {
		min-height: 50vh !important;
	}

	.min-vh-75 {
		min-height: 75vh !important;
	}

	.max-vh-75 {
		max-height: 75vh !important;
	}


}

@media (max-width: 576px) {
	.min-vh-50 {
		min-height: 50vh !important;
	}
}


.list-disc li {
	list-style: disc;
}

.list-number li {
	list-style: number;
}

.w-fit {
	width: fit-content;
}

.bg-fixed {
	background-attachment: fixed !important;
}

#toTop {

	position: fixed;
	bottom: 50px;
	left: 35px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #666;
	color: white;
	opacity: .6;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 50%;
}

#toTop:hover {
	background-color: #555;
}


.logo-float {
	width: 130px;
	height: 130px;
	background-size: cover;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 99;
	border-radius: 50% 0 0 50%;
	background-color: rgba(255, 255, 255, 0.2);

}


.list-circle {
	list-style-type: circle;
}

.text-shadow {
	text-shadow: 3px 3px 6px black;
}


.text-shadow-light {
	text-shadow: 2px 2px 4px rgb(255, 255, 255);
}


.text-after-colors::after {
	content: "";
	position: absolute;
	bottom: -0.4em;
	width: 12%;
	left: 50%;
	transform: translate(-50%, 0);
	height: 0.8em;
	border-top: 8px solid;
	border-image: linear-gradient(to right, #016A41 33%, #FFF 33%, #FFF 66%, #C40107 33%, #C40107 33%) 5;

}


.text-after,
.text-after-up,
.text-after-colors {
	position: relative;
}

.text-after::after {
	content: "";
	position: absolute;
	bottom: 0.2em;
	width: 55%;
	right: 0;
	/* height: 0.8em; */
	border-top: 2px solid;
	opacity: .5;
}

.text-after-up::after {
	content: "";
	position: absolute;
	top: -0.5em;
	width: 55%;
	right: 0;
	height: 0.8em;
	border-top: 2px solid;
	opacity: .5;
}


.text-before,
.text-before-up {
	position: relative;
}

.text-before::before {
	content: "";
	position: absolute;
	bottom: -0.4em;
	width: 50%;
	left: 0;
	height: 0.8em;
	border-top: 2px solid;
	opacity: .5;
}

.text-before-up::before {
	content: "";
	position: absolute;
	top: -0.5em;
	width: 50%;
	left: 0;
	height: 0.8em;
	border-top: 2px solid;
	opacity: .5;
}


.border-solid {
	border-style: solid;
}

.border-dashed {
	border-style: dashed;
}

.border-dotted {
	border-style: dotted;
}

.border-double {
	border-style: double;
}

.object-fit-200 {
	object-fit: cover;
	display: inline-block;
	height: 200px;
}

.height-100 {
	height: 100px;
}

.height-200 {
	height: 200px;
}

.height-300 {
	height: 300px;
}

.object-fit-300 {
	object-fit: cover;
	display: inline-block;
	height: 300px;
}

.object-fit-100 {
	object-fit: cover;
	display: inline-block;
	height: 100px;
}


.height-150 {
	height: 150px;
}

.object-fit-150 {
	object-fit: cover;
	display: inline-block;
	height: 150px;
}


.decoration-none {

	text-decoration: none;
}





.btn-animate-alert {
	animation: bg-alert-animation 1s infinite;
}

@keyframes bg-alert-animation {
	0% {
		background-color: green;
		color: #FFF
	}

	50% {
		background-color: rgb(235, 0, 0);
		color: #FFF
	}

	100% {
		background-color: green;
		color: #FFF
	}
}

.btn-shadow {
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-shadow-light {
	-webkit-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
}

.box-shadow-blue {
	-webkit-box-shadow: 0px 0px 76px 4px rgba(127, 148, 255, 1);
	-moz-box-shadow: 0px 0px 76px 4px rgba(127, 148, 255, 1);
	box-shadow: 0px 0px 76px 4px rgba(127, 148, 255, 1);
}

.box-shadow-red {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(94, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(94, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 5px rgba(94, 0, 0, 0.5);
}

.btn-play {
	position: absolute;
	left: 50%;
	top: 50%;
}



.box-shadow {
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.box-shadow-light {
	-webkit-box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.5);
}


.opacity-70 {
	opacity: .7 !important;
}



.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.hover-green:hover {
	background-color: #8de99330 !important;
}

.hover-zoom,
.hover-zoom-lg {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.hover-zoom:hover {
	transform: scale(1.02);
}

.hover-zoom-lg:hover {
	transform: scale(1.2);
}







/* relevant styles */
.img__wrap {
	position: relative;
}

.img__description_layer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(36, 62, 206, 0.6);
	color: #fff;
	visibility: hidden;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;

	/* transition effect. not necessary */
	transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
	visibility: visible;
	opacity: 1;
}

.img__description {
	transition: .2s;
	transform: translateY(1em);
}

.img__wrap:hover .img__description {
	transform: translateY(0);
}


.accordion-icon-light::after {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-icon-light:not(.collapsed)::after {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion-button:focus {
	border: initial;
	outline: initial;
	box-shadow: initial;
}



.wpp-float {
	position: fixed;
	right: 25px;
	opacity: .9;
	background-color: #19a84e;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 50px;
	text-align: center;
	font-size: 35px;
	z-index: 99;
	bottom: 5%;
}


.wpp-float:hover {
	opacity: 100;
	color: #FFF
}

.row-servicos>.col {

	height: auto;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}


@media (min-width: 776px) {

	.row-servicos>.col {

		height: 200px;
	}

	.row-servicos>.col.info:after {
		font-size: .8em;
		color: #111;
		text-align: right;
		font-family: 'Jost';
		color: #016A41;
		content: 'ver + ';
		width: 100%;
		height: 18px;
		position: absolute;
		right: 30px;
		bottom: 0;
		background: linear-gradient(230deg, #f8f9fa 30%, #f8f9faa6 80%);
	}

	.row-servicos>.col.info:hover:after {
		content: '';
	}

	.row-servicos>.col:hover {
		height: auto;
	}
}



.banner-border-radius {
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 5px;
}

.border-top-left-radius {
	border-top-left-radius: 30px;
}

.border-bottom-left-radius {
	border-bottom-left-radius: 30px;
}

.border-bottom-right-radius {
	border-bottom-right-radius: 30px;
}

.border-top-right-radius {
	border-top-right-radius: 30px;
}

.border-radius-30 {
	border-radius: 30px;
}

.slide-in {
	opacity: 0;
	transform: translateX(-50px);
	animation: slideRight 1s ease-out forwards;
	animation-delay: 0.3s;
}

@keyframes slideRight {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}