.clearFull {
    content: "";
    clear: both; visibility: hidden;
    outline: 0; text-indent: -9999px;
}
.div5{ height: 5px; }
.div10{ height: 10px; } .div15{ height: 15px; }
.div20{ height: 20px; } .div25{ height: 25px; }
.div30{ height: 30px; } .div35{ height: 35px; }
.div40{ height: 40px; } .div45{ height: 45px; }
.div50{ height: 50px; } .div55{ height: 55px; }
.div60{ height: 60px; } .div65{ height: 65px; }
.div70{ height: 70px; } .div75{ height: 75px; }
.div80{ height: 80px; } .div85{ height: 85px; }
.div90{ height: 90px; } .div95{ height: 95px; }
.div200{ height: 200px; }
.divSpace { height: 40px; }
h1, h2, h3, h4, h5, h6 {
	padding: 0; margin: 0;
}
::selection {
	background-color: #000;
	color: #FFF;
}
::-moz-selection {
	background-color: #000;
	color: #FFF;
}
::-webkit-selection {
	background-color: #000;
	color: #FFF;
}
.bgWhite {
	background-color: #FFF;
}
.bgAmarelo {
	background-color: #fffbc6;
}
.bgLaranja {
	background-color: #FFBA5D;
}
body {
	background-color: #FFF;
	font-size: 14px;
	color: #000;
	line-height: 150%;
}
a.a-whatsapp-flutua {
	display: block;
	border-radius: 50px;
	background-color: #34af23;
	width: 50px; height: 50px;
	font-size: 26px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	position: fixed;
	right: 50px; bottom: 50px;
	z-index: 1000;
}
a.a-whatsapp-flutua:hover {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}
header {
	background-color: #FFF;
	width: 100%; min-height: 150px;
	padding: 0; margin: 0;
}
div.col-header-center {
	display: flex;
	display: -webkit-flex;
	min-height: 150px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
div.box-center-menu {
	display: flex;
	display: -webkit-flex;
	min-height: 50px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
input#control-nav {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	opacity: 0;
}
input#control-nav:checked ~ label.control-nav-close {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
input#control-nav:checked ~ div.nav-wrapper {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
ul.ul-menu {
	list-style-type: none;
	padding: 0; margin: 0;
}
	ul.ul-menu li {
		display: inline;
		font-size: 18px;
		text-transform: uppercase;
		margin: 0 15px;
		float: left;
	}
		ul.ul-menu li a {
			font-weight: bold;
			color: #000;
			padding-bottom: 5px;
		}
		ul.ul-menu li a:hover {
			border-bottom: 3px solid #000;
			color: #000;
			text-decoration: none;
		}
img.img-padrao {
	display: block;
	width: 100%;
}
h3.h3-titulo {
	line-height: 150%;
	margin-bottom: 5px;
}
h3.h3-planos {
	font-size: 32px;
	color: #000;
	line-height: 150%;
	text-align: center;
	margin-bottom: 10px;
}
h3.h3-planos span {
	color: #34af23;
}
h3.h3-contato {
	font-size: 32px;
	color: #000;
	line-height: 150%;
	text-align: center;
	margin-bottom: 10px;
}
p.p-style {
	font-size: 16px;
	line-height: 150%;
}
p.p-style-2 {
	font-size: 18px;
	line-height: 150%;
}
iframe.video {
	border: none;
	width: 100%; height: 350px;
}
div.icon-func {
	border-radius: 20px;
	background-color: #236EE8;
	width: 60px; height: 60px;
	font-size: 22px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
}
div.box-plano,
div.box-plano-2 {
	border-radius: 5px;
	width: 100%;
	padding: 8px;
	margin: 0 auto;
	cursor: pointer;
}
div.box-plano {
	border: 1px solid #CCC;
}
div.box-plano-2 {
	border: 1px solid #000;
}
div.box-plano:hover,
div.box-plano-2:hover {
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
}
div.box-recomenta {
	border-radius: 20px;
	background-color: #34af23;
	width: 40%;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
	margin: 0 auto;
}
h4.h4-plano {
	font-size: 22px;
	line-height: 150%;
	margin-bottom: 10px;
}
p.p-valor {
	font-size: 36px;
	font-weight: bold;
}
p.p-valor span {
	font-size: 18px;
	font-weight: initial;
}
a.btn-plano {
	border: 1px solid #CCC;
	background-color: #FFF;
}
a.btn-plano:hover {
	background-color: #34af23;
	color: #FFF;
}
a.a-contato {
	font-size: 16px;
	color: #000;
}
a.a-contato:hover {
	color: #236EE8;
	text-decoration: none;
}
iframe.video {
	border: none;
	width: 100%; height: 450px;
}
footer {
	background-color: rgb(167, 150, 0);
	width: 100%; min-height: 60px;
	color: #000;
	padding: 10px 0; margin: 0 auto;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #FFF;
	text-decoration: none;
}
footer p.p-copy {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}
@media (max-width: 768px) {
	.col-0 { display: none !important; }
	.col-12, .col-6,
	.col-4, .col-3 {
		margin-bottom: 5px;
	}
	.divSpace { height: 30px; }
	.control-nav {
		border: solid #333;
		border-width: 3px 0;
		display: block;
		width: 30px;
		padding: 5px 0;
		margin: 0 auto;
		position: absolute;
		top: 20px; right: 20px;
		z-index: 2;
		cursor: pointer;
	}
	.control-nav:before {
		background-color: #333;
		display: block;
		height: 3px;
		content: "";
	}
	.control-nav-close {
		display: block;
		background: rgba(0,0,0,0.4);
		position: fixed;
		top: 0; bottom: 0;
		left: 0; right: 0;
		z-index: 1;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	div.nav-wrapper {
		border-left: 1px solid #ccc;
		background-color: #FFF;
		width: 250px;
		padding: 5px;
		position: fixed;
		top: 0; bottom: 0;
		right: 0;
		overflow-x: auto;
		z-index: 2;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
		ul.ul-menu li {
			display: block;
			margin: 15px 0;
			float: none;
		}
	div.icon-func {
		border-radius: 10px;
		background-color: #236EE8;
		width: 40px; height: 40px;
		font-size: 16px;
		color: #FFF;
		line-height: 40px;
		text-align: center;
	}
	h3.h3-titulo { font-size: 18px; }
	p.p-style { font-size: 14px; }
	p.p-style-2 { font-size: 16px; }
}