#loader-robo {
	background: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
}

/* #loader-robo .loader-robo-img {
	text-align: center;
}

#loader-robo .loader-robo-img img {
	width: 200px;
	margin-top: 100px;
}
	*/

#loader-robo .loader-robo-video{
	text-align: center;
}

#loader-robo .loader-robo-text {
	text-align: center;
	margin-top: 0px;
}

#loader-robo .loader-robo-text img {
	width: 250px;
} 

#body {
	background: #f1f1f1;
}


body {
	background: #f1f1f1;
}




#top-info {
	width: calc(100% - 100px);
	margin-left: 49px;
	margin-top: 30px;
}


#page-load {
	width: calc(100% - 99px);
	margin-left: 49px;
	margin-top: 120px;
}


#page-load .page-load-left {
	/* width: calc(100%);
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgb(204, 204, 204, 0.50);
	padding: 20px;
	margin-bottom: 100px !important; */
}


.separator {
	width: 0;
	height: 0;
	border-left: 100vw solid transparent;
	border-bottom: 3.9vw solid #fff;
	margin-top: 40px;
}

.separator-gray {
	width: 0;
	height: 0;
	border-right: 100vw solid transparent;
	border-top: 3.9vw solid #fff;
	/* margin-top: 40px; */
}


#plan {
	width: 100%;
	/* height: 100px; */
	background: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
}


#plan .slider {
	width: calc(100% - 100px);
	margin: 100px auto;
	height: 650px;
	/* background: red; */
}

#plan .slick-slide {
	margin: 0px 10px;
}



#plan .slick-prev:before,
#plan .slick-next:before {
	color: black;
}


#plan .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
	border-radius: 15px;
}

#plan .slick-active {
	opacity: .5;
	border-radius: 15px;
}

#plan .slick-current {
	opacity: 1;
	border-radius: 15px;
	/* background: #f1f1f1; */
	background: linear-gradient(#ffff, #f1f1f1);
	border: 1px solid #ccc;
	box-shadow: 0 0 20px #ccc;
}


#plan .slider-box {
	text-align: center;
	width: calc(100% - 80px) !important;

	/* padding-top: 20px;
	padding-bottom: 20px; */
	padding: 40px 40px;
}


#description {
	width: 100%;
	background: #f1f1f1;
	padding-top: 30px;
	padding-bottom: 20px;
}


#more {
	width: 100%;
	background: #fff;
}


#more .more-data {
	width: calc(100% - 100px);
	margin-left: 49px;
	background: #fff;
	padding-top: 50px;
}


#more .more-data-div {
	display: flex;
}


#more .more-data-div-ico {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 30px;
	background: #f19c39;
	text-align: center;
	color: #fff;
	margin-right: 20px;
}

#more .more-data-div-ico i {
	padding-top: 20px;
}

#more .more-data-div-text {
	padding-top: 15px;
	font-size: 16px;
}


#home-blog {
	background: #fff;
}

#home-blog .home-blog-data {
	width: calc(100% - 100px);
	margin-left: 49px;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 130px;
}

#home-blog .home-blog-data-box {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgb(204, 204, 204, 0.50);
}




#home-blog .home-blog-data-box-img {
	width: 100%;
}

#home-blog .home-blog-data img {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgb(204, 204, 204, 0.50);
}


#home-blog .description {
	line-height: 28px;
}


#home-map {
	background: url(/images/mapa-5.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}


#home-map .home-map-modal {
	position: absolute;
	padding: 50px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 20px rgb(204, 204, 204, 0.50);
	opacity: .9;
}


#home-rodape {
	width: 100%;
	background: #26387d;
}


#home-rodape .home-rodape-data {
	width: calc(100% - 100px);
	margin-left: 49px;
	padding-top: 100px;
	padding-bottom: 100px;
}


@media (max-width: 1023px) {


	#top-menu-aviso {
		width: calc(90% - 140px);
		padding: 5px 20px;
		/* background: #f19c39; */
		background: #fcebd7;
		border-bottom: 1px solid #e7e6e6;
		position: fixed;
		top: 64px;
		right: calc(49px);
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		/* border: 1px solid #d98631; */
		border: 1px solid #c26508;
		box-shadow: 0 0 5px #d98631;
		/* opacity: 98%; */
		z-index: 998;
		/* min-height: 40px; */
	}

	#top-menu-aviso .top-menu-aviso-text {
		padding: 15px 0px 10px 0px !important;
		color: #c26508;
	}

	#top-menu {
		width: calc(100% - 140px);
		padding: 5px 20px;
		background: #fff;
		border-bottom: 1px solid #e7e6e6;
		display: flex;
		position: fixed;
		top: 20px;
		margin-left: 49px;
		border-radius: 15px;
		border: 1px solid #ccc;
		box-shadow: 0 0 5px #999;
		opacity: 95%;
		z-index: 999;
		height: 40px;
	}

	#top-menu .top-menu-logo {
		width: 120px;
	}

	#top-menu-data {
		width: 100%;
		height: 100%;
		position: fixed;
		background: #fff;
		left: 0;
		top: 0;
		display: none;
	}

	#top-menu-data .top-menu-data-close {
		float: right;
		padding: 20px 20px 0 0;
		cursor: pointer;

	}

	#top-menu .top-menu-nav {
		width: 100%;
		display: flex;
		align-items: center;
	}

	#top-menu .top-menu-nav li {
		list-style: none;
		display: block;
		margin-left: 30px;
		margin-bottom: 15px;
		color: #26387d;
		font-weight: 500;
		cursor: pointer;
	}

	#top-menu .top-menu-btn {
		width: 100%;
		display: flex;
		align-items: center;
	}

	#top-menu .top-menu-btn li {
		margin-left: 30px;
		margin-top: 15px;
		list-style: none;
		display: block;
		color: #26387d;
		font-weight: 500;
		cursor: pointer;
		text-align: left;
	}


	#top-menu .top-menu-bar {
		display: block;
	}


	#top-menu .top-menu-bar {
		width: calc(100% - 120px);
		text-align: right;
		display: flex;
		align-items: center;
		text-align: right;
	}




	#top-info .top-info-div:first-child {
		margin-left: 0px;
	}

	#top-info .top-info-div {
		width: 100%;
		margin-top: 30px;
	}

	#top-info .top-info-div-title {
		font-size: 25px;
	}

	#top-info .top-info-div-desc {
		font-size: 16px;
	}

	#description {
		min-height: 400px;
	}


	#description .description-img {
		display: none;
	}


	#more {
		height: 450px;
	}


	#more .more-data-div {
		width: 100%;
		margin-bottom: 20px;
	}

	#home-blog .home-blog-data-box {
		margin-left: 0px;
		width: calc(100% - 40px);
		padding: 20px;
		margin-bottom: 30px;
	}


	#home-map {
		height: 450px;
	}


	#home-map .home-map-modal {
		margin-top: -100px;
		width: calc(100% - 140px);
		padding: 20px;
		margin-left: 50px;
	}

	#home-map .home-map-text {
		display: none;
	}


	#home-map .home-map-modal-ico {
		font-size: 40px;
	}

	.page-load-sobre-3 {
		margin-left: 5px;
		width: calc(100% - 90px);
		background: #fff;
		padding: 40px;
		box-shadow: 0 0 20px rgb(204, 204, 204, 0.50);
		border-radius: 15px;
		margin-bottom: 30px;
	}











	#rede_social .facebook {
		position: fixed;
		left: 0px;
		bottom: 64px;
		width: 25%;
		z-index: 2;
		color: #fff;
		padding: 10px 13px 10px 14px;
		background: #3b5998;
		cursor: pointer;
		text-align: center;
	}

	#rede_social .facebook-texto {
		display: none;
	}

	#rede_social .instagram {
		position: fixed;
		left: 25%;
		width: 25%;
		bottom: 64px;
		z-index: 2;
		color: #fff;
		padding: 10px 0px;
		background: #f09433;
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
		cursor: pointer;
		text-align: center;
	}

	#rede_social .instagram-texto {
		display: none;
	}

	#rede_social .youtube {
		position: fixed;
		left: 50%;
		bottom: 64px;
		width: 25%;
		z-index: 2;
		color: #fff;
		padding: 10px;
		background: #c4302b;
		cursor: pointer;
		text-align: center;
	}

	#rede_social .youtube-texto {
		display: none;
	}


	#rede_social .whatsappx {
		position: fixed;
		left: 75%;
		bottom: 64px;
		width: 25%;
		z-index: 2;
		color: #fff;
		padding: 10px;
		background: #9aec8a;
		background: -moz-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: -webkit-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9aec8a', endColorstr='#5dbf3c', GradientType=1);
		cursor: pointer;
		text-align: center;
	}

	#rede_social .whatsappx-texto {
		display: none;
	}

}

@media (min-width: 1024px) {


	#top-menu-aviso {
		max-width: calc(80% - 140px);
		padding: 5px 20px;
		/* background: #f19c39; */
		background: #fcebd7;
		border-bottom: 1px solid #e7e6e6;
		position: fixed;
		top: 64px;
		right: calc(49px);
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		/* border: 1px solid #d98631; */
		border: 1px solid #c26508;
		box-shadow: 0 0 5px #d98631;
		/* opacity: 98%; */
		z-index: 998;
		/* min-height: 40px; */
	}

	#top-menu-aviso .top-menu-aviso-text {
		padding: 15px 0px 10px 0px !important;
		color: #c26508;
	}

	#top-menu {
		width: calc(100% - 140px);
		padding: 5px 20px;
		background: #fff;
		border-bottom: 1px solid #e7e6e6;
		display: flex;
		position: fixed;
		top: 20px;
		margin-left: 49px;
		border-radius: 15px;
		border: 1px solid #ccc;
		box-shadow: 0 0 5px #999;
		opacity: 95%;
		z-index: 999;
		height: 40px;
	}

	#top-menu .top-menu-logo {
		width: 120px;
	}

	#top-menu-data {
		width: calc(100% - 120px);
		display: flex;
		align-items: center;
	}

	#top-menu-data .top-menu-data-close {
		display: none;
	}

	#top-menu .top-menu-nav {
		width: calc(100% - 355px);
		display: flex;
		align-items: center;
	}

	#top-menu .top-menu-nav li {
		list-style: none;
		display: inline;
		margin-right: 30px;
		color: #26387d;
		font-weight: 500;
		cursor: pointer;
	}

	#top-menu .top-menu-btn {
		width: 335px;
		display: flex;
		align-items: center;
	}

	#top-menu .top-menu-btn li {
		list-style: none;
		display: inline;
		margin-right: 25px;
		color: #26387d;
		font-weight: 500;
		cursor: pointer;
		text-align: right;
	}


	#top-menu .top-menu-bar {
		display: none;
	}

	#top-info {
		display: flex;
	}


	#top-info .top-info-div:first-child {
		margin-left: 0px;
	}

	#top-info .top-info-div {
		margin-left: 20px;
		width: calc(25% - 15px);
	}

	#top-info .top-info-div-title {
		font-size: 35px;
	}

	#top-info .top-info-div-desc {
		font-size: 18px;
		margin-top: 5px !important;
	}


	#description {
		height: 400px;
	}

	#more {
		height: 200px;
	}


	#more .more-data {
		display: flex;
	}

	#more .more-data-div:first-child {
		margin-left: 0px;
	}

	#more .more-data-div {
		margin-left: 20px;
		width: calc(25% - 15px);
	}


	#home-blog .home-blog-data {
		display: flex;
	}


	#home-blog .home-blog-data-box:first-child {
		margin-left: 0px;
	}

	#home-blog .home-blog-data-box {
		margin-left: 30px;
		width: calc(33.33% - 55px);
		padding: 20px;
	}

	#home-map {
		height: 550px;
	}

	#home-map .home-map-modal {
		margin-top: -100px;
		margin-left: 50px;
		width: 350px;
		height: 300px;
	}

	#home-map .home-map-text {
		position: absolute;
		right: 50px;
		margin-top: -80px;
	}

	#home-map .home-map-modal-ico {
		font-size: 70px;
	}



	.page-load-sobre-row {
		display: flex;
	}

	.page-load-sobre-3:first-child {
		margin-left: 5px;
	}

	.page-load-sobre-3 {
		margin-left: 25px;
		width: calc(33% - 96px);
		background: #fff;
		padding: 40px;
		box-shadow: 0 0 20px rgb(204, 204, 204, 0.50);
		border-radius: 15px;
	}















	#rede_social .facebook {
		position: fixed;
		left: 0px;
		top: 200px;
		z-index: 1;
		color: #fff;
		padding: 10px 14px 10px 14px;
		background: #3b5998;
		cursor: pointer;
	}

	#rede_social .facebook-texto {
		display: none;
	}

	#rede_social .facebook:hover .facebook-texto {
		display: inline;
	}

	#rede_social .instagram {
		position: fixed;
		left: 0px;
		top: 234px;
		z-index: 1;
		color: #fff;
		padding: 10px 12px 10px 12px;
		background: #f09433;
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
		cursor: pointer;
	}

	#rede_social .instagram-texto {
		display: none;
	}

	#rede_social .instagram:hover .instagram-texto {
		display: inline;
	}

	#rede_social .youtube {
		position: fixed;
		left: 0px;
		top: 268px;
		z-index: 1;
		color: #fff;
		padding: 10px;
		background: #c4302b;
		cursor: pointer;
	}

	#rede_social .youtube-texto {
		display: none;
	}

	#rede_social .youtube:hover .youtube-texto {
		display: inline;
	}

	#rede_social .whatsappx {
		position: fixed;
		left: 0px;
		top: 302px;
		z-index: 1;
		color: #fff;
		padding: 10px 13px 10px 11px;
		background: #9aec8a;
		background: -moz-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: -webkit-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9aec8a', endColorstr='#5dbf3c', GradientType=1);
		cursor: pointer;
	}

	#rede_social .whatsappx-texto {
		display: none;
	}

	#rede_social .whatsappx:hover .whatsappx-texto {
		display: inline;
	}

}





@property --p {
	syntax: "<number>";
	inherits: true;
	initial-value: 0;
}

.pie {
	--p: 20;
	--b: 22px;
	--c: darkred;
	--w: 150px;

	width: var(--w);
	aspect-ratio: 1;
	position: relative;
	display: inline-grid;
	margin: 5px;
	place-content: center;
	font-size: 25px;
	font-weight: bold;
	font-family: sans-serif;
}

.pie:before,
.pie:after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

/* dad9d9 */
.pie:before {
	inset: 0;
	background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
		conic-gradient(var(--c) calc(var(--p) * 1%), #e6e6e6 0);
	-webkit-mask: radial-gradient(farthest-side,
			#0000 calc(99% - var(--b)),
			#000 calc(100% - var(--b)));
	mask: radial-gradient(farthest-side,
			#0000 calc(99% - var(--b)),
			#000 calc(100% - var(--b)));
}

.pie:after {
	inset: calc(50% - var(--b) / 2);
	background: var(--c);
	transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.animate {
	animation: p 1s 0.5s both;
}

.no-round:before {
	background-size: 0 0, auto;
}

.no-round:after {
	content: none;
}

@keyframes p {
	from {
		--p: 0;
	}
}