#largura {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

@font-face {
	font-family: 'foco';
	src: url('../fontes/Foco.eot');
	src: url('../fontes/Foco.eot?#iefix') format('embedded-opentype'),
		url('../fontes/Foco.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'focoLight';
	src: url('../fontes/Foco_Lt.eot');
	src: url('../fontes/Foco_Lt.eot?#iefix') format('embedded-opentype'),
		url('../fontes/Foco_Lt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

img {
	border: none;
	vertical-align: middle;
}

header {
	width: 100%;
	height: 80px;
	background: #ECECEC;
	position: relative;
	box-shadow: 2px 2px 4px #666;
	z-index: 999;
}

header h1 {
	float: left;
	margin-top: 5%;
}

.logoTopo {
	width: 33%;
	padding: 25px 0 0 2%;
	float: left;
	box-sizing: border-box;
}

.logoTopo img {
	max-width: 100% ;
	display: inline-block;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.login {
	width: 43%;
	height: 100%;
	float: right;
	margin-left: 20%;
	padding-right: 2%;
	background-color: #007F64;
	background-image: url(../imagens/corte.png);
	background-repeat: no-repeat;
	background-position: 0 -5px;
}

.login form {
	font-family: 'focoLight';
	font-size: 0.8em;
	color: #fff;
}

.login form a {
	color: #fff;
	text-decoration: none;
}

.login form a:hover {
	text-decoration: underline;
}

.login table {
	width: 90%;
	margin: 5px 0 0 0;
	float: right;
}

.login table img {
	vertical-align: middle;
	margin-bottom: 3px;
}

.login input[type=text] {
	width: 80%;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #007F64;
	background: #fff;
	outline: none;
	box-shadow: inset 1px 1px 1px #333;
	color: #999;
}

.login input[type=password] {
	width: 80%;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #007F64;
	background: #fff;
	outline: none;
	box-shadow: inset 1px 1px 1px #333;
	color: #999;
}

.login input[type=submit] {
	width: 25px;
	height: 25px;
	background: url(../imagens/btOk.png);
	cursor: pointer;
	box-shadow: 1px 1px 1px #333;
	border-radius: 2px;
	border: 1px solid #333;
}

.lembrar {
	width: 26%;
	background: #ccc;
	border-radius: 2px;
	padding: 1%;
	color: #333;
	font-size: 1em;
	box-shadow: 1px 1px 1px #333;
}

#loginRetratil {
	display: none;
}

#simulador {
	position: relative;
	width: 100%;
	padding: 30px 30% 30px 3%;
	float: left;
	box-sizing: border-box;
}

#simulador h1 {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	color: #333;
	font-family: 'foco';
	font-size: 1.8em;
}

#simulador h2 {
	width: 100%;
	margin-bottom: 10px;
	font-family: 'focoLight';
	font-size: 1.15em;
	color: #666;
}

#simulador p {
	font-family: 'focoLight';
	margin-bottom: 8px;
	text-align: justify;
	color: #333;
	line-height: 1.25em;
	font-size: 1.04em;
}

#simulador a img {
	position: absolute;
	bottom: 40px;
	right: 3%;
	margin: 0;
	outline: none;
	transition: ease-in-out 0.2s;
	cursor: pointer;
}

#simulador a img:hover {
	background: #FF5800;
	color: #fff;
	border-color: #4D4F53;
	transition: ease-in-out 0.5s;
}

#simulador a img:active {
	transform: translate(0, 3px);
	transition: 0.2s;
	outline: none;
	box-shadow: none;
	transition: ease-in-out 0.2s;
}

#simulador a:first-of-type img {
	top: 90px;
	bottom: auto;
}

#vantagens {
	width: 100%;
	padding: 2% 0;
	background: #fff;
	float: left;
	border-top: 2px solid #b9b5b5;
	border-bottom: 2px solid #b9b5b5;
	box-sizing: border-box;
}

#tituloVantagens {
	width: 97%;
	padding: 5px 0;
	margin: 0 1.5% 10px 1.5%;
	float: left;
	box-sizing: border-box;
	font-family: 'foco';
	font-size: 1.35em;
	border: 1px solid #007F64;
	color: #007F64;
	text-align: center;
}

.item {
	position: relative;
	width: 25%;
	float: left;
	padding: 1%;
	box-sizing: border-box;
}

.item h4 {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	font-family: 'foco';
	font-size: 1.30em;
	color: #666;
	margin-bottom: 10px;
}

.item p, .item ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: justify;
	font-family: 'focoLight';
	color: #666;
	transition: 0.5s;
	font-size: 1.04em;
	list-style: inside disc;
}

.item li {
	margin-bottom: 15px;
}

.item button {
	position: relative;
	top: 0;
	right: auto;
	left: auto;
	bottom: auto;
	display: inline-block;
	margin: 6px auto 0;
	padding: 20px 12px 20px 60px;
	outline: 0 none;
	border: 1px dotted #007F64;
	border-radius: 0;
	box-shadow: none;
	background: url('../imagens/playVid.png') 5px 50% no-repeat;
	text-align: center;
	text-decoration: none;
	color: #007F64;
	font-family: 'foco';
	font-size: 15px;
	cursor: pointer;
}

.item button:hover {
	background-image: url('../imagens/playVidHover.png');
	border-color: #FF5800;
	color: #FF5800;
	transition: all 0.7s ease;
}

.item button:active {
	top: 2px;
	transform: none;
	transition: top 0.1s ease;
}

.icone {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.icone img {
	max-width: 30%;
	height: auto;
}

.item:hover>.icone {
	transform: rotateY(360deg);
	transition: ease-in-out 1s;
}

.item:hover>p {
	color: #000;
	transition: ease-in-out 0.5s;
}

#container {
	margin: 0 auto;
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
}

#containerInterno {
	margin: 0 auto;
	width: 100%;
	padding: 0 2%;
	overflow: auto;
	box-sizing: border-box;
}

.banner {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {-webkit-backface-visibility hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	margin-top: -45px;
}

.centered-btns_nav:active {
	opacity: 1.0;
}

.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity = 1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}

.transparent-btns_nav.next {
	left: auto;
	right: 0;
}

.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000 url("themes.gif") no-repeat left 50%;
	width: 38px;
}

.large-btns_nav:active {
	opacity: 1.0;
	background: red;
}

.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}

.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus
	{
	outline: none;
}

.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 12px;
}

.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0, 0, 0, .2);
	display: inline-block;
	_display: block;
	*display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	width: 15px;
	height: 15px;
	behavior: url(css/PIE.htc);
}

.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
	background: #ccc;
	background: #ff5800;
}

.explicacao {
	width: 50%;
	padding: 1%;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 10%;
	left: 5%;
}

.explicacao p {
	width: 100%;
	padding: 0 5%;
	font-family: 'focoLight';
	float: left;
	margin-bottom: 8px;
	font-size: 1.1em;
	color: #333;
	box-sizing: border-box;
}

.titulo {
	width: 100%;
	padding: 0 5%;
	font-family: 'foco';
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.4em;
	color: #666;
	box-sizing: border-box;
	float: left;
}

.mais {
	width: 100%;
	padding: 0 5%;
	text-align: right;
	float: left;
	box-sizing: border-box;
}

.leiaMais {
	background: #007F64;
	border: 2px solid #4D4F53;
	border-radius: 4px;
	padding: 2%;
	margin: 0;
	outline: none;
	box-shadow: -2px -1px 0px #4D4F53;
	transition: ease-in-out 0.2s;
	cursor: pointer;
	color: #fff;
	font-family: 'focoLight';
	font-size: 1.10em;
}

.leiaMais:hover {
	background: #FF5800;
	color: #fff;
	border-color: #4D4F53;
	transition: ease-in-out 0.5s;
}

.leiaMais:active {
	transform: translate(-2px, -4px);
	transition: 0.2s;
	outline: none;
	box-shadow: none;
	transition: ease-in-out 0.2s;
}

#videos {
	width: 100%;
	float: left;
	padding: 20px 0;
	background: #ccc;
}

.box {
	width: 31.3%;
	height: 470px;
	float: left;
	background: #fff;
	margin: 1%;
	box-shadow: 2px 2px 2px #ccc;
	position: relative;
	box-shadow: 2px 2px 2px #999;
}

.box img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.box p {
	padding: 2% 5% 0 5%;
	font-family: 'focoLight';
	text-align: justify;
	font-size: 1.04em;
}

.iconFront {
	width: 20%;
	float: left;
}

.box h5 {
	width: 80%;
	height: 90px;
	padding: 6% 2% 0 2%;
	font-family: 'focoLight';
	color: #fff;
	font-size: 1.25em;
	float: left;
	box-sizing: border-box;
}

#video h5 {
	background: #007F64;
}

#video button {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 1.15em;
}

#trilha {
	background-image: url(../imagens/sprite.png);
	background-repeat: no-repeat;
	background-position: center -160px;
	height: 90px;
	background-color: #9a9b9c;
}

#teste h5 {
	background: #34b233;
}

#teste button {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 1.15em;
}

#clock {
	background-image: url(../imagens/sprite.png);
	background-repeat: no-repeat;
	background-position: center -235px;
	height: 90px;
	background-color: #9a9b9c;
}

#video:hover>#trilha, #teste:hover>#clock, #agende:hover>#calendario {
	transform: rotateY(360deg);
	transition: ease-in-out 1s;
}

#agende h5 {
	background: #FF5800;
}

#agende button {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 1.15em;
}

#calendario {
	background-image: url(../imagens/sprite.png);
	background-repeat: no-repeat;
	background-position: center -310px;
	height: 90px;
	background-color: #9a9b9c;
}

#video, #teste, #agende {
	margin-top: -150px;
	opacity: 0;
}

h6 {
	width: 90%;
	margin: 30px 5% 10px 5%;
	float: left;
	font-family: 'foco';
	font-size: 1.25em;
	color: #007F64;
	border-bottom: 2px solid #007F64;
}

#produtos {
	width: 100%;
	min-height: 100px;
	float: left;
	margin-bottom: 70px;
	padding: 10px 0;
}

.produto01, .produto02, .produto03 {
	width: 33%;
	padding: 10px 0;
	float: left;
	border-right: 1px solid #999;
	text-align: center;
	opacity: 0;
	margin-top: -10px;
}

.produto01 img, .produto02 img, .produto03 img {
	width: 60%;
	height: auto;
}

.produto01 img:hover, .produto02 img:hover, .produto03 img:hover {
	opacity: 0.5;
	transition: ease-in 0.5s;
}

.produto03 {
	border: none;
}

ul li{
	list-style: none;
}
/* footer {
	width: 100%;
	background: url(../imagens/footerBG.png) repeat-x;
	clear: both;
	position: relative;
	float: left;
	padding-bottom: 20px;
} */

/* #containerFooter{width:98%;margin:0 auto;} */
#containerFooter {
	width: 98%;
	margin: 0 auto;
}

#esq {
	width: 40%;
	float: left;
}

#logoFooter {
	width: 100%;
	margin-top: 20px;
	float: left;
}

#logoFooter img {
	max-width: 60px;
	height: auto;
}

#copy {
	width: 100%;
	margin-top: 5px;
	float: left;
	color: #fff;
	font-family: 'focoLight';
	font-size: 0.8em;
}
/* #socialMedia{width:35%;margin-top:-20px;float:right;} */
#socialMedia {
	width: 55%;
	margin-top: -20px;
	float: right;
	padding-right: 60px;
}

#socialMedia a {
	width: 40px;
	height: 40px;
	margin-right: 1%;
	float: right;
	cursor: pointer;
}

.facebook {
	background: url(../imagens/sprite.png) 0 0;
	transition: 0.5s;
}

.facebook:hover {
	background: url(../imagens/sprite.png) 40px 0;
	transition: 0.5s;
}

.instagram {
	background: url(../imagens/sprite.png) 0 -412px;
	transition: 0.5s;
}

.instagram:hover {
	background: url(../imagens/sprite.png) 40px -412px;
	transition: 0.5s;
}

.twitter {
	background: url(../imagens/sprite.png) 0 -40px;
	transition: 0.5s;
}

.twitter:hover {
	background: url(../imagens/sprite.png) 40px -40px;
	transition: 0.5s;
}

.linkedin {
	background: url(../imagens/sprite.png) 0 -80px;
	transition: 0.5s;
}

.linkedin:hover {
	background: url(../imagens/sprite.png) 40px -80px;
	transition: 0.5s;
}

.youtube {
	background: url(../imagens/sprite.png) 0 -118px;
	transition: 0.5s;
}

.youtube:hover {
	background: url(../imagens/sprite.png) 40px -118px;
	transition: 0.5s;
}

#videoFrame {
	position: relative;
	width: 70%;
	background: #ccc;
	position: fixed;
	top: -1500px;
	left: 50%;
	margin: 0 -35%;
	z-index: 1001;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mascara {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	display: none;
}

#mascaraSessao {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	display: none;
}

#fechar {
	position: absolute;
	top: -32px;
	right: 0;
	padding: 3px 8px;
	color: #fff;
	border-radius: 100%;
	background: #ff5800;
	cursor: pointer;
	font-family: 'foco';
	display: none;
}

#fechar:hover {
	background: #007F64;
	transition: 0.5s;
}

#modalContrato {
	width: 80%;
	top: 0;
	left: 50%;
	margin: 0 -40%;
	padding: 2%;
	position: fixed;
	background: #fff;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity = 1);
	display: none;
}

#modalContrato h6, #sessao h6 {
	width: 98%;
	background: #007F64;
	padding: 1%;
	margin: 0 0 10px 0 !important;
}

#modalContrato h6 img {
	max-width: 70%;
}

#modalTitulo {
	width: 98%;
	min-height: 20px;
	float: left;
	margin: 20px 1% 10px 1%;
	font-family: 'foco';
	font-size: 1.25em;
	border-bottom: 1px solid #333;
}

#textoContrato {
	width: 96%;
	height: 300px;
	padding: 0 2%;
	overflow-y: auto;
	*overflow-x: hidden;
	float: left;
	font-family: 'focoLight';
}

#textoContrato p {
	line-height: 1.25em;
	margin-bottom: 10px;
	text-align: justify;
}

.btsContrato, .btsContratoMobi {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.bt {
	width: 30%;
	padding: 1%;
	color: #fff;
	font-family: 'foco';
	font-size: 1.15em;
	margin: 0 1%;
	cursor: pointer;
	box-shadow: 1px 1px 1px #999;
	float: left;
}

#aceito, #aceitoMobi {
	background: #34b233;
	border: 1px solid #34b233;
	transition: 0.5s;
}

#aceito:hover {
	background: #087007;
	border: 1px solid #087007;
	transition: 0.5s;
}

#naoAceito, #naoAceitoMobi {
	background: #ff5800;
	border: 1px solid #ff5800;
	transition: 0.5s;
}

#naoAceito:hover {
	background: #cf4b05;
	border: 1px solid #cf4b05;
	transition: 0.5s;
}

#navegar, #navegarMobi {
	background: #009fda;
	border: 1px solid #009fda;
	transition: 0.5s;
}

.erro {
	font-family: 'foco';
	font-size: 1.25em;
}

#fixo {
	display: none;
}

#sessao {
	width: 40%;
	top: -450px;
	left: 50%;
	margin: 0 -20%;
	padding: 2%;
	position: fixed;
	background: #fff;
	z-index: 1001;
}

#sessao p {
	width: 98%;
	font-family: 'focoLight';
	font-size: 1.15em;
	margin-bottom: 8px;
	padding: 0 1%;
	text-align: justify;
}

#sessao h6 {
	width: 98%;
	margin-bottom: 10px;
	background: #007F64;
	border-bottom: none;
	padding: 1%;
	font-family: 'foco';
	font-size: 1.25em;
	color: #fff;
	position: relative;
	text-align: center;
}

#sessao h6 img {
	width: 75%;
}

#fone {
	width: 100%;
	float: left;
	font-family: 'foco';
	font-size: 1em;
	padding: 5px 0;
	text-align: justify;
	border-top: 1px solid #000;
}

#sessao form {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

#encerrar {
	padding: 1%;
	background: #007f64;
	border: 1px solid #007f64;
	color: #fff;
	font-size: 1.15em;
	cursor: pointer;
	transition: 0.5s;
	font-family: 'focoLight';
}

#encerrar:hover {
	background: #ff5800;
	border: 1px solid #ff5800;
	transition: 0.5s;
	color: #fff;
}

.linkEncerrar {
	color: #fff;
	text-decoration: none;
}

.linkEncerrar:hover {
	color: #fff;
	text-decoration: none;
}

.linkEncerrar:active {
	color: #fff;
	text-decoration: none;
}

#corpo {
	background: #6f6f6f;
}

#treinamento {
	margin: 0 auto;
	width: 100%;
	padding: 50px 5% 0 5%;
	overflow: auto;
	box-sizing: border-box;
	background: #ececec;
}

#tituloAgenda {
	width: 100%;
	background: #4F0072;
	color: #fff;
	font-family: 'foco';
	font-size: 1.15em;
	padding: 1% 4%;
	box-sizing: border-box;
	display: inline-block;
}

#tituloAgenda p {
	margin-left: 2%;
}

#formAgende { /* width:40%; */
	padding: 0 0 20px 26%;
	float: left; /* border-right:1px solid #333; */
	margin-bottom: 30px;
	box-sizing: border-box;
}

#formAgende h2 {
	width: 100%;
	float: left;
	font-family: 'foco';
	font-size: 1.15em;
	text-align: center;
	margin-bottom: 20px;
}

#formAgende table {
	width: 100%;
	float: left;
}

#formAgende form {
	width: 100%;
	font-family: 'focoLight';
}

#formAgende input[type=text], #formAgende select {
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	border: 1px solid #333;
	background: #fff;
	font-family: 'focoLight';
	color: #666;
	font-size: 1em;
	outline: none;
	margin-bottom: 10px;
}

#formAgende input[type=text]:focus, #formAgende select:focus {
	border: 1px solid #007F56;
}

#formAgende input[type=submit] {
	width: 100%;
	color: #fff;
	background: #007F56;
	border: 1px solid #007F56;
	padding: 2% 0;
	font-size: 1.15em;
	cursor: pointer;
	transition: 0.5s;
}

#formAgende input[type=submit]:hover {
	background: #03b58f;
	border: 1px solid #03b58f;
	transition: 0.5s;
}

#agenda {
	width: 60%;
	padding: 0 2%;
	float: left;
	box-sizing: border-box;
}

#agenda img { /*width:100%;*/
	height: auto;
}

.link-agenda {
	width: 655px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.15em;
	font-family: 'foco';
	float: left;
}

.agenda-texto {
	font-size: 15px;
}

#noticia {
	width: 68%;
	margin: 30px 2% 0 0;
	padding: 3%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #ccc;
}

#noticia .secao {
	width: 100%;
	float: left;
	font-family: 'foco';
	font-size: 1.3em;
	color: #333;
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
}

#noticia h2 {
	width: 100%;;
	float: left;
	font-family: 'foco';
	font-size: 1.5em;
	color: #007F64;
	margin: 15px 0 20px;
	box-sizing: border-box;
}

#noticia p {
	width: 100%;
	padding: 0 1%;
	font-family: 'focoLight';
	font-size: 1.04em;
	text-align: justify;
	margin-bottom: 12px;
	box-sizing: border-box;
	line-height: 1.15em;
}

#noticia ul {
	width: 100%;
	padding: 0 0 0 3%;
	margin: 10px 0;
	float: left;
	list-style: none;
	box-sizing: border-box;
}

#noticia li {
	text-align: justify;
	margin-bottom: 8px;
	font-family: 'focoLight';
	font-size: 1.04em;
	line-height: 1.25em;
}

#noticia img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 40px auto 20px;
}

.destacar {
	color: #FF5800 !important;
}

.back {
	width: 100%;
	float: left;
	border-top: 1px solid #007F64;
	margin-top: 20px;
	padding-top: 10px;
}

.voltar {
	float: right;
	background: #999;
	border: 3px solid #333;
	border-radius: 4px;
	padding: 1% 3%;
	margin: 15px 0;
	outline: none;
	box-shadow: -3px -2px 0px #333;
	transition: ease-in-out 0.2s;
	cursor: pointer;
	color: #fff;
	font-family: 'focoLight';
	font-size: 1.25em
}

.voltar:hover {
	background: #ccc;
	color: #333;
	transition: ease-in-out 0.5s;
}

.voltar:active {
	transform: translate(-2px, -4px);
	transition: 0.2s;
	outline: none;
	box-shadow: none;
	transition: ease-in-out 0.2s;
}

#destaque {
	width: 100%;
}

#destaque img {
	width: 100%;
	height: auto;
}

#advertising {
	width: 30%;
	margin: 30px 0 0 0;
	float: left;
	box-sizing: border-box;
}

.trial {
	position: relative;
	width: 100%;
	padding: 4% 3% 3% 3%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #ccc;
	text-align: center;
	box-sizing: border-box;
}

.trial:first-child {
	margin-bottom: 15px;
}

.trial h3, .trial h4, .trial h5 {
	width: 100%;
	margin-bottom: 9px;
	padding: 2% 1%;
	font-family: 'focoLight';
	color: #333;
	font-size: 1.35em;
	box-sizing: border-box;
}

.trial button, .box button {
	background: #007F64;
	border: 3px solid #4D4F53;
	border-radius: 4px;
	padding: 3%;
	margin: 10px 20px 20px 20px;
	outline: none;
	box-shadow: -3px -2px 0px #4D4F53;
	transition: ease-in-out 0.2s;
	cursor: pointer;
}

.trial button:active, .box button:active {
	transform: translate(-2px, -4px);
	transition: 0.2s;
	outline: none;
	box-shadow: none;
	transition: ease-in-out 0.2s;
}

.trial a button, .box a button {
	color: #fff;
	text-decoration: none;
	font-size: 1.25em;
}

.trial button:hover, .box button:hover {
	background: #FF5800;
}

.extensao {
	position: relative;
	width: 100%;
	padding: 4% 3% 3% 3%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #ccc;
	text-align: center;
	box-sizing: border-box;
}

.extensao:before {
	position: absolute;
	top: -15px;
	left: 25%;
	bottom: 0;
	content: " ";
	width: 9px;
	height: 15px;
	margin: 0 auto;
	background: url('../imagens/barraExtensao.png') 0 0 no-repeat;
}

.extensao:after {
	position: absolute;
	top: -15px;
	right: 25%;
	bottom: 0;
	content: " ";
	width: 9px;
	height: 15px;
	margin: 0 auto;
	background: url('../imagens/barraExtensao.png') 0 0 no-repeat;
}

.extensao h1 {
	width: 100%;
	padding: 2% 1%;
	font-family: 'focoLight';
	color: #333;
	font-size: 1.2em;
	box-sizing: border-box;
}

.extensao button {
	width: 80%;
	margin: 10px 4%;
	padding: 5% 12px 5% 60px;
	vertical-align: middle;
	background: #E2E2E2 url('../imagens/extVid.png') 5px 50% no-repeat;
	outline: none;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
}

.extensao button:hover {
	background: #FFFFFF url('../imagens/extVidHover.png') 5px 50% no-repeat;
	border: 1px solid #007F64;
	border-radius: 3px;
	transition: 0.7s;
}

.iconeTrial {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}

.experimente {
	width: 28%;
	border-radius: 50%;
	padding: 7%;
	background: #FF5800;
	margin: 0 auto;
	box-sizing: border-box;
}

.agende {
	width: 28%;
	border-radius: 100%;
	padding: 7%;
	background: #e2e2e2;
	margin: 0 auto;
	box-sizing: border-box;
}

figure img {
	max-width: 100%;
	height: auto;
}
/*.trial img{width:65%;height:auto;}*/
.trial:hover>.iconeTrial {
	transform: rotateY(360deg);
	transition: ease-in-out 1s;
}

.trial p {
	padding: 2% 5% 5% 5%;
	font-family: 'focoLight';
	font-size: 1.04em;
	text-align: justify;
}

#gotoTop {
	border-radius: 100%;
	border: 2px solid #007F64;
	width: 60px;
	height: 60px;
	background: #ccc;
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: none;
	z-index: 999;
}

#up {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #666;
}

#up:hover {
	border-bottom: 20px solid #007F64;
}

.negrito {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 900; ! important;
	font-size: 1.04em;
}

.negrito a {
	color: #333;
}

.negrito a:hover {
	color: #ff5800;
}

#depoimentos {
	width: 100%;
	background: #999;
	float: left;
	display: none;
}

.cliente {
	width: 50%;
	height: 50px;
	background: yellow;
	box-sizing: border-box;
	border: 1px solid #000;
	float: left;
}

.foto {
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding: 2%;
	background: red;
}

.nome {
	width: 70%;
	float: left;
	background: blue;
}

.depoimento {
	width: 70%;
	float: left;
	background: gray;
}

#comoFunciona {
	width: 100%;
	height: 425px;
	margin: 20px auto;
	background: url(../imagens/simulacao.jpg);
	border: 2px solid #999;
}

@media ( min-width : 1600px) {
	.box {
		height: auto !important;
	}
	.box h5 {
		padding: 3% 2% 0 3%;
		font-size: 1.5em;
	}
	#video button, #teste button, #agende button {
		position: relative !important;
		float: right !important;
		color: #fff;
		font-size: 1.15em;
	}
}

@media ( min-width :1300px) {
	.explicacao {
		width: 55%;
		padding: 1% 2% 2% 2%;
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		top: 10% !important;
		left: 5%;
	}
	.explicacao .titulo {
		width: 100%;
		padding: 0 5%;
		font-family: 'foco';
		margin-bottom: 10px;
		text-align: left;
		font-size: 1.7em;
		color: #666;
		box-sizing: border-box;
	}
	.explicacao p {
		width: 100%;
		padding: 0 5%;
		font-family: 'focoLight';
		float: left;
		margin-bottom: 8px;
		font-size: 1.5em;
		text-align: justify;
		color: #333;
		box-sizing: border-box;
	}
	.leiaMais {
		background: #007F64;
		border: 1px solid #007F64;
		padding: 1.5%;
		color: #fff;
		font-size: 1.2em;
		cursor: pointer;
		transition: ease-in-out 0.5s;
	}
}

@media ( max-width :1024px) {
	.box h5 {
		padding: 4% 2% 0 2%;
		font-size: 1.15em;
	}
	.trial h3, .trial h4, .trial h5 {
		width: 100%;
		margin-bottom: 10px;
		padding: 2% 0;
		font-family: 'focoLight';
		color: #333;
		font-size: 1.15em;
		box-sizing: border-box;
	}
	.logoTopo {
		width: 40%;
		padding: 30px 0 0 1%;
		float: left;
	}
	/* .logoTopo img {
		width: 100%;
		height: auto;
	}  */
	.login {
		width: 56%;
		float: right;
		margin-left: 0;
		padding-right: 1%;
	}
	.login table {
		width: 90%;
		padding: 0;
		float: right;
	}
	#loginRetratil {
		display: none;
	}
	#formAgende {
		width: 100%;
		padding: 0 2%;
		float: left;
		border-right: none;
		box-sizing: border-box;
	}
	#agenda {
		width: 100%;
		padding: 0 2%;
		float: left;
		margin-bottom: 50px;
		box-sizing: border-box;
	}
	.explicacao {
		width: 50%;
		left: 2%;
	}
	.explicacao p {
		font-size: 1em;
	}
	.explicacao .titulo {
		font-size: 1.2em;
	}
	#simulador {
		padding-right: 36%;
	}
	#simulador a img {
		bottom: 60px;
	}
	#simulador a:first-of-type img {
		top: 60px;
	}
}

@media ( max-width :800px) {
	.iconFront {
		width: 30%;
		float: left;
	}
	.box h5 {
		width: 70%;
		height: 90px;
		padding: 4% 2% 0 3%;
		font-family: 'focoLight';
		color: #fff;
		font-size: 1em;
		float: left;
		box-sizing: border-box;
	}
	.trial h3, .trial h4, .trial h5 {
		width: 100%;
		margin-bottom: 10px;
		padding: 2% 1%;
		font-family: 'focoLight';
		color: #333;
		font-size: 1.7em;
		box-sizing: border-box;
	}
	figure img {
		max-width: 55%;
		height: auto;
	}
	.experimente {
		width: 28%;
		border-radius: 50%;
		padding: 7% 2%;
		background: #ff5800;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.agende {
		width: 28%;
		border-radius: 50%;
		padding: 7% 2%;
		background: #e2e2e2;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#simulador {
		padding-right: 3%;
		text-align: center;
	}
	#simulador a img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		margin: 20px 10% 20px auto;
		float: right;
	}
	#simulador a:first-of-type img {
		top: auto;
		right: auto;
		margin-left: 10%;
		margin-right: auto;
		float: left;
	}
	#simulador h1 {
		font-size: 1.15em;
	}
	#simulador h2 {
		font-size: 1em;
	}
	#simulador .negrito {
		margin-bottom: 25px;
	}
	.item {
		width: 90%;
		float: left;
		margin: 0 5%;
		padding: 1.5%;
		border-bottom: 1px dotted #ccc;
		box-sizing: border-box;
	}
	.item:last-child {
		border: none;
	}
	.item button {
		margin-bottom: 20px;
		padding: 20px 40px 20px 130px;
		background: url('../imagens/playVid.png') 40px 50% no-repeat;
	}
	.explicacao {
		width: 60%;
		top: 4%;
		left: 2%;
	}
	.explicacao p {
		font-size: 0.9em
	}
	.leiaMais {
		padding: 1%;
		font-size: 0.9em;
	}
	#noticia {
		width: 100%;
		margin: 20px 2% 0 0;
		padding: 4%;
		float: left;
		background: #fff;
		box-sizing: border-box;
	}
	#advertising {
		width: 100%;
	}
	#gotoTop {
		display: none;
	}
	.extensao button {
		padding: 4% 12px 4% 60px;
		background: #E2E2E2 url('../imagens/extVid.png') 10% 50% no-repeat;
		text-align: center;
		font-size: 1.35em;
	}
	.extensao button:hover {
		background: #FFFFFF url('../imagens/extVidHover.png') 10% 50% no-repeat;
	}
}

@media ( max-width :720px) {
	header {
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
		position: relative;
	}
	header h1 {
		width: 100%;
		float: left;
		margin-top: 1%;
	}
	.box {
		width: 98%;
		height: auto !important;
		margin-bottom: 10px;
	}
	.iconFront {
		width: 20%;
		float: left;
	}
	.box h5 {
		width: 80%;
		height: 90px;
		padding: 4% 2% 0 3%;
		font-family: 'focoLight';
		color: #fff;
		font-size: 1.15em;
		float: left;
		box-sizing: border-box;
	}
	.trial h3, .trial h4, .trial h5 {
		padding: 2% 0;
		font-size: 1.15em;
	}
	#video button, #teste button, #agende button {
		position: relative !important;
		float: right !important;
		color: #fff;
		font-size: 1.15em;
	}
	.logoTopo {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
	.logoTopo img {
		width: 75%;
	}
	.login {
		display: none;
	}
	#loginRetratil {
		width: 100%;
		min-height: 180px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		float: left;
		text-align: center;
		font-family: 'focoLight';
		background: #333;
		display: block;
	}
	#loginRetratil form {
		width: 80%;
		margin: 0 10%;
		padding-top: 20px;
	}
	#loginRetratil form a {
		color: #fff;
		text-decoration: none;
	}
	#loginRetratil form a:hover {
		text-decoration: underline;
	}
	#loginRetratil table {
		width: 100%;
	}
	#loginRetratil table img {
		margin-bottom: 3px;
	}
	#loginRetratil input[type=text] {
		width: 92%;
		padding: 5px 4px;
		border-radius: 3px;
		border: 1px solid #333;
		background: #fff;
		outline: none;
		box-shadow: inset 1px 1px 1px #333;
		color: #999;
	}
	#loginRetratil input[type=submit] {
		background: #ff5800;
		border: 1px solid #ff5800;
		border-radius: 2px;
		padding: 10% 15%;
		cursor: pointer;
		color: #fff;
		font-family: 'foco';
	}
	.texto {
		text-align: left;
		padding: 0 0 8px 3%;
		color: #fff;
	}
	.banner {
		float: left;
	}
	.lembrarMobile {
		border-radius: 2px;
		padding: 2%;
		color: #333;
		font-size: 1em;
		box-shadow: 1px 1px 1px #333;
		color: #fff;
	}
	.produto {
		width: 100%;
		border-bottom: 1px solid #ccc;
		float: left;
	}
	.produto01, .produto02, .produto03 {
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-right: none;
	}
	.produto03 {
		border: none;
	}
	/* footer {
		width: 100%;
		height: auto;
		background: url(../imagens/footerBG.png) repeat-x;
		clear: both;
		position: relative;
	} */
	#containerFooter {
		width: 100;
		margin: 0 auto;
	}
	#esq {
		width: 100%;
		float: left;
	}
	#logoFooter {
		width: auto;
		text-align: center;
		padding: 0;
		margin: 22px 0 0 0;
	}
	#logoFooter img {
		width: 90%;
	}
	/* #copy{width:100%;float:left;font-size:0.7em;text-align:center;} */
	#copy {
		position: absolute;
		bottom: 10px;
		left: 4%;
		color: #fff;
		font-family: 'focoLight';
		font-size: 0.7em;
	}
	#socialMedia {
		width: 95%;
		padding-right: 5%;
		position: absolute;
		top: -10px;
		left: 0;
		list-style: none;
	}
	.bt {
		width: 40%;
		padding: 1%;
		color: #fff;
		font-family: 'foco';
		font-size: 1.15em;
		margin: 0 1%;
		cursor: pointer;
	}
	.erro {
		text-align: left;
		padding: 0 0 8px 3%;
		color: #fff;
		font-family: 'foco';
		font-size: 0.9em;
	}
	#fixo {
		width: 100%;
		padding: 0;
		float: left;
		background: #ececec;
		display: none;
	}
	#modalContrato {
		display: none;
	}
	.contrato {
		width: 100%;
		float: left;
	}
	#modalTitulo {
		width: 96%;
		min-height: 20px;
		float: left;
		margin: 10px 2% 0 2%;
		font-family: 'foco';
		font-size: 1.15em;
		border-bottom: 1px solid #333;
	}
	#textoContrato {
		width: 94%;
		height: auto;
		padding: 3%;
	}
	.bt {
		width: 94%;
		padding: 2% 0;
		color: #fff;
		font-family: 'foco';
		font-size: 1.15em;
		margin: 0 1% 10px 3%;
		cursor: pointer;
		box-shadow: 1px 1px 1px #999;
		float: left;
		text-align: center;
	}
	.explicacao {
		width: 100%;
		height: 256px;
		padding: 1% 1% 4% 1%;
		background-color: rgba(255, 255, 255, 0.6);
		position: relative;
		float: left;
		top: 0 !important;
		left: 0 !important;
	}
	.explicacao p {
		font-size: 1em !important;
	}
	.explicacao .titulo {
		font-size: 1.2em;
	}
	.image {
		display: none !important;
	}
	.leiaMais {
		padding: 2%;
	}
	.leiaMais:hover {
		padding: 2%;
	}
	.icone img {
		max-width: 15% !important;
		height: auto;
	}
	#noticia h2 {
		margin-bottom: 0;
	}
	#noticia .secao {
		font-size: 1.25em;
	}
	#noticia ul {
		padding: 0 !important;
	}
	#noticia p, #noticia li {
		line-height: 1.25em;
	}
	#destaque {
		display: none;
	}
	#sessao {
		width: 96%;
		top: 0;
		left: 50%;
		margin: 0 -48%;
		padding: 1%;
		position: fixed;
		background: #fff;
		z-index: 1001;
		box-sizing: border-box;
	}
	#sessao p {
		width: 94%;
		font-family: 'focoLight';
		font-size: 1em;
		margin-bottom: 6px;
		padding: 0 3%;
		text-align: justify;
	}
	#formAgende {
		width: 100%;
		padding: 0 2%;
		float: left;
		border-right: none;
		box-sizing: border-box;
	}
	#agenda {
		width: 100%;
		padding: 0 2%;
		float: left;
		margin-bottom: 50px;
		box-sizing: border-box;
	}
	#gotoTop {
		display: none;
	}
	.extensao button {
		background: #E2E2E2 url('../imagens/extVid.png') 4% 50% no-repeat;
		font-size: 1.1em;
	}
	.extensao button:hover {
		background: #FFFFFF url('../imagens/extVidHover.png') 4% 50% no-repeat;
	}
	#simulador a img {
		margin: 15px auto !important;
		float: none !important;
	}
}


.footer-bg {
  background-color: #313131;
  padding: 64px 0;
  position: relative;
  color: #fff;
}
.footer__container {
  max-width: 1000px;
  margin: 0 auto;
}
.copy,
.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.copy {
  border-top: 1px solid #98a9a9;
  padding-top: 24px;
  font-size: 14px;
  color: #98a9a9;
}
.footer__content {
  padding-bottom: 79px;
}
.social {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.social li a {
  font-size: 20px;
  transition: all 0.2 linear;
  color: #fff !important;
}
.social li a:hover {
  color: #ff005a !important;
  transition: all 0.2s;
}
.logo-footer img {
  flex: 1 0 175px;
}
@media (max-width: 600px) {
  .footer__content {
    padding-bottom: 50px;
  }
  .copy {
    text-align: center;
  }
  .logo-footer img {
    margin: 10px auto;
    display: block;
  }
  .copy,
  .footer__content {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}