@charset 'utf-8';

@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 1.5;
}

* {
	outline: none !important;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: inherit;
	text-decoration: none;
}

.container {
	position: relative;
}






/* topo */

#topo {
	position: relative;
	padding: 20px 0;
	text-align: right;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
	z-index: 1;
}

#topo.fixo {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
}

#topo .logo {
	padding: 0;
	float: left;
	margin: 0;
}

#topo .menu > ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#topo .menu > ul > li {
	display: inline-block;
	vertical-align: middle;
}

#topo .menu > ul > li > a {
	line-height: 34px;
	display: block;
	padding: 0 25px;
	font-family: 'Oswald';
	font-size: 1.6rem;
	font-weight: 400;
	color: #606060;
	text-transform: uppercase;
	cursor: pointer;
}

#topo .menu > ul > li:first-child > a {
	padding-left: 0;
}

#topo .menu > ul > li:last-child > a {
	padding-right: 0;
}

#topo .menu > ul > li:hover > a {
	color: #3e9e20;
}

/* meio */

.bt-verde {
	background-image: linear-gradient(to bottom, #5ab83c, #3b991d);
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px 12px;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 3.8rem;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	border: 2px solid #2f8114;
	box-shadow: inset 0 -5px 0 0 rgba(0,0,0,.1), 0 2px 3px 0 rgba(0,0,0,.3);
	border-radius: 12px;
	cursor: pointer;
}

.bt-verde:hover {
	color: #ffd800;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}

#chamada {
	background: url(../images/bg_topo.png) center no-repeat;
	margin: 70px 0 0;
}

#chamada .container {
	background: url(../images/img_pessoas_topo.png) right calc(100% - 50px) no-repeat;
	height: 560px;
	font-family: 'Oswald';
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

#chamada .titulo {
	width: 60%;
	padding: 0;
	font-size: 5.2rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin: 50px 0 20px;
}

#chamada .titulo b {
	font-weight: 500;
}

#chamada .titulo span {
	background-image: linear-gradient(to right, #913794, #ce0e64);
	display: inline-block;
	padding: 8px 30px 13px;
	font-size: 7.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 0;
	box-shadow: 3px 3px 1px 0 rgba(0,0,0,.1);
}

#chamada .produto {
	background: url(../images/logopc2.png);
	width: 400px;
	height: 427px;
	position: absolute;
	left: 0;
	bottom: -105px;
}

#chamada ul {
	padding: 10px 0 0;
	list-style: none;
	font-size: 2.0rem;
	font-weight: 500;
	margin: 0 0 30px 380px;
}

#chamada ul li:before {
	content: "";
	background: url(../images/ico_check_1.png);
	width: 22px;
	height: 19px;
	display: inline-block;
	margin-right: 10px;
}

#chamada .subtitulo {
	width: 320px;
	position: relative;
	font-size: 1.9rem;
	font-weight: 300;
	margin: 0 0 0 390px;
}

#chamada .subtitulo:after {
	content: "";
	background: url(../images/seta_1.png) right bottom no-repeat;
	width: 156px;
	height: 48px;
	position: absolute;
	top: 100%;
	left: 30%;
	z-index: 1;
}

#chamada .subtitulo span {
	font-weight: 700;
	color: #ffd800;
}

#chamada .acao {
	float: right;
	text-align: right;
}

#chamada .acao p {
	padding: 0;
	font-size: 2.0rem;
	font-weight: 500;
	color: #333;
	text-shadow: none;
	margin: 15px 0 0;
}

#chamada .acao p span {
	background: url(../images/bg_linha_1.png) bottom center no-repeat;
	padding: 0 0 3px;
	color: #be1971;
}

#segredo {
	padding: 125px 0 65px;
	text-align: center;
}


#segredo .grad {
background: rgb(2,0,36);
background: -moz-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(240,6,124,1) 0%, rgba(240,6,124,0) 80%);
background: -webkit-radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(240,6,124,1) 0%, rgba(240,6,124,0) 80%);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(240,6,124,1) 0%, rgba(240,6,124,0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#f0067c",GradientType=1);
}

#segredo .titulos {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Oswald';
	margin: 0 0 30px;
}

#segredo .titulos .titulo {
	padding: 0;
	font-size: 5.2rem;
	font-weight: 500;
	color: #275724;
	line-height: 1;
	margin: 0 0 10px;
}

#segredo .titulos .subtitulo {
	padding: 0;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1;
	text-align: right;
	margin: 0;
}

#segredo .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

#segredo .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#segredo .depoimento {
	font-size: 1.8rem;
	text-align: left;
	margin: 60px 0 30px;
}

#segredo .depoimento i,
#segredo .depoimento em {
	font-weight: bold;
	color: #be1971;
}

#segredo .autor {
	position: relative;
	padding-left: 35px;
	font-family: 'Oswald';
	font-size: 1.4rem;
	font-weight: 300;
	text-align: left;
}

#segredo .autor:before {
	content: "“";
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

#segredo .autor b {
	font-size: 1.6rem;
	line-height: 1;
}

#segredo .resultados {
	font-family: 'Oswald';
	text-align: center;
	margin: 50px 0 0;
}

#segredo .resultados .tit,
#segredo .resultados .item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#segredo .resultados .tit {
	background: url(../images/bg_linha_2.png) bottom no-repeat;
	padding: 0 0 10px;
	font-size: 4.2rem;
	font-weight: 500;
	color: #275724;
	line-height: 1;
	text-align: left;
}

#segredo .resultados .item {
	padding-left: 80px;
	font-size: 2.0rem;
	font-weight: 300;
	color: #6d6d6d;
	line-height: 1.2;
	margin-left: 45px;
}

#segredo .resultados .item:before {
	content: "";
	background: url(../images/seta_2.png);
	width: 36px;
	height: 48px;
	position: absolute;
	top: calc(50% - 24px);
	left: 0;
}

#segredo .resultados .item span {
	font-size: 4.2rem;
	font-weight: 500;
	color: #be1971;
	line-height: 1;
}

#segredo .resultados .item b {
	color: #303030;
}

#como-funciona {
	background-image: linear-gradient(to right, #d2dcff, #e4eaff);
	padding: 55px 0;
	text-align: center;
}

#como-funciona .titulo {
	padding: 0;
	font-family: 'Oswald';
	font-size: 4.1rem;
	font-weight: 200;
	line-height: 1;
	color: #355193;
	text-align: left;
	margin: 0 0 20px;
}

#como-funciona .titulo b {
	font-weight: 500;
}

#como-funciona .titulo img {
	vertical-align: baseline;
}

#como-funciona p {
	font-size: 1.5rem;
	text-align: left;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom: 30px;
}

#como-funciona .alignright {
	float: right;
	margin-left: 30px;
}

#como-funciona p .verm {
	color: #f00;
}

#como-funciona .destaque {
	background: url(../images/bg_textura_1.png) center repeat;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	font-family: 'Oswald';
	font-size: 3.0rem;
	font-weight: 500;
	color: #355193;
	text-transform: uppercase;
	margin: 0 0 15px;
}

#como-funciona .subdestaque {
	font-size: 2.0rem;
	font-weight: 700;
	color: #303030;
}

#recomendam {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALElEQVQYV2PUdWv/z8HNw4AMGE0DJ///8fULA7IEWBCkClkCLogsgSIIkwAAWGMWX+Nqz14AAAAASUVORK5CYII=) repeat;
	position: relative;
	font-family: 'Oswald';
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#recomendam:before {
	content: "";
	background: rgba(0,0,0,.2);
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

#recomendam .container {
	padding-left: 310px;
	padding-bottom: 20px;
}

#recomendam .container:before {
	content: "";
	background: url(../images/foto_2.png);
/* background: url(../images/foto_2_2.png); Foto de Medico Comum */
	width: 271px;
	height: 300px;
	position: absolute;
	left: 15px;
	bottom: 0;
}

#recomendam .titulo {
	line-height: 90px;
	font-size: 4.6rem;
	font-weight: 200;
	margin: 0 0 30px;
}

#recomendam .titulo b {
	font-weight: 500;
}

#recomendam p {
	font-size: 1.9rem;
	font-weight: 300;
	margin: 0 0 20px;
}

#recomendam p b {
	font-weight: 500;
	color: #ffd800;
}

#recomendam p span {
	font-size: 1.8rem;
	font-weight: 500;
}

#beneficios {
	padding: 50px 0;
}

#beneficios .titulo {
	padding: 0;
	font-family: 'Oswald';
	font-size: 3.5rem;
	font-weight: 200;
	color: #355193;
	text-align: center;
	margin: 0 0 60px;
}

#beneficios .titulo img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

#beneficios .banner {
	background-image: linear-gradient(to right, #913794, #ce0e64);
	position: relative;
	padding: 5px 30px 10px;
	font-family: 'Oswald';
	font-size: 7.2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1.5px;
	line-height: 1;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	text-transform: uppercase;
	margin: 0 60px 30px 20px;
	box-shadow: 3px 3px 1px 0 rgba(0,0,0,.1);
}

#beneficios .banner:after {
	content: "";
	background: url(../images/emoticons.png);
	width: 197px;
	height: 141px;
	position: absolute;
	top: -25px;
	right: -50px;
}

#beneficios .banner img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

#beneficios ul.destaques {
	padding: 0;
	list-style: none;
	margin: 0 0 45px;
}

#beneficios ul.destaques li {
	margin: 0 0 15px;
}

#beneficios ul.destaques li img {
	float: left;
	margin: 0 15px 0 0;
}

#beneficios ul.destaques li .tit {
	font-size: 2.2rem;
	font-weight: 800;
	color: #247907;
	margin: 10px 0;
}

#beneficios ul.destaques li p {
	font-size: 1.5rem;
}

#beneficios .subtitulo {
	padding: 0;
	font-family: 'Oswald';
	font-size: 5.4rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin: 0 0 70px;
}

#beneficios .subtitulo b {
	font-weight: 500;
}

#beneficios .subtitulo .f {
	color: #b2217a;
}

#beneficios .subtitulo .m {
	color: #1e429e;
}

#beneficios .item {
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 300px;
}

#beneficios .item.mulheres {
	background-image: url(../images/foto_6.jpg);
	padding-left: 200px;
}

#beneficios .item.homens {
	background-image: url(../images/foto_7.jpg);
	padding-left: 230px;
}

#beneficios .item .tit {
	font-family: 'Oswald';
	font-size: 2.4rem;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 15px;
}

#beneficios .item.mulheres .tit {
	color: #b2217a;
}

#beneficios .item.homens .tit {
	color: #1e429e;
}

#beneficios .item ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#beneficios .item ul li {
	position: relative;
	padding-left: 30px;
	font-size: 1.4rem;
	color: #303030;
	margin: 0 0 15px;
}

#beneficios .item ul li:before {
	content: "";
	background: url(../images/ico_check_2.png);
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}

#beneficios .item.homens ul li:before {
	background-image: url(../images/ico_check_3.png);
}

#beneficios .titulo-destaque {
	background: url(../images/bg_textura_2.png) center no-repeat;
	line-height: 153px;
	font-family: 'Oswald';
	font-size: 5.5rem;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	margin: 60px 0 30px;
}

#beneficios .titulo-destaque b {
	color: #ffd800;
}

#beneficios .foto {
	position: relative;
}

#beneficios .foto:before {
	content: "";
	background: url(../images/seta_3.png);
	width: 179px;
	height: 107px;
	position: absolute;
	top: -25px;
	left: calc(100% - 75px);
}

#beneficios .acao {
	padding: 100px 0 0;
	text-align: center;
}

#beneficios .acao .bt-verde {
	position: relative;
	padding: 20px 40px 30px 130px;
	font-size: 3.8rem;
	color: #fff;
	line-height: 1;
}

#beneficios .acao .bt-verde:before {
	content: "";
	background: url(../images/ico_check_4.png);
	width: 76px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: 30px;
}

#beneficios .acao .bt-verde span {
	font-size: 4.3rem;
}

#beneficios .acao .bt-verde:hover {
	color: #ffd800;
}

#beneficios .acao p {
	font-family: 'Oswald';
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	margin: 30px 0 0;
}

#beneficios .aviso {
	background: url(../images/bg_linha_3.png) bottom repeat-x;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 10px;
	font-family: 'Oswald';
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
	margin: 20px 0 0;
}

#resultados {
	background: linear-gradient(to right, rgb(240, 240, 240), rgb(144, 238, 144), rgb(224, 255, 255));
	padding: 40px 0 50px;
}

#resultados .titulo {
	padding: 0;
	font-family: 'Oswald';
	font-size: 5.4rem;
	font-weight: 500;
	color: #1e429e;
	line-height: 1;
	text-align: center;
	margin: 0 0 40px;
}

#resultados .item {
	background: #fff;
	padding: 25px 0;
	margin: 0 0 30px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#resultados .item img {
	margin: auto;
}

#midia {
	background: url(../images/bg_img_1.jpg) #ffffce left no-repeat;
	background-size: auto 100%;
	padding: 20px 0;
}

#midia .container {
	padding-left: 200px;
}

#midia .titulo {
	padding: 0;
	font-family: 'Oswald';
	font-size: 5.0rem;
	font-weight: 300;
	color: #275724;
	text-align: right;
	margin: 0 0 20px;
}

#midia .titulo b {
	font-weight: 500;
}

#midia .row {
	margin-left: -5px;
	margin-right: -5px;
}

#midia .row .col {
	padding-left: 5px;
	padding-right: 5px;
}

#midia .item {
	background: #fff;
	height: 140px;
	padding: 30px 30px 30px 170px;
	font-family: 'Oswald';
	font-size: 1.6rem;
	color: #303030;
	letter-spacing: -0.25px;
	margin: 0 0 10px;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
}

#midia .item img {
	position: absolute;
	top: 25px;
	left: 20px;
}

#formula .container {
	background: url(../images/img_revistas.jpg) right no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}

#formula .titulo {
	font-family: 'Oswald';
	font-size: 5.0rem;
	font-weight: 300;
	color: #275724;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 20px;
}

#formula ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#formula ul li {
	min-height: 80px;
	position: relative;
	padding-left: 100px;
	font-size: 1.3rem;
	margin: 30px 0 0;
}

#formula ul li img {
	position: absolute;
	left: 0;
}

#formula ul li b {
	display: block;
	font-size: 1.8rem;
}

#bonus .titulo {
	font-family: 'Oswald';
	font-size: 4.0rem;
	color: #3152a5;
	text-align: center;
	margin: 0 0 15px;
}

#bonus .titulo b {
	font-size: 6.0rem;
	font-weight: 500;
	color: #275724;
	text-transform: uppercase;
}

#bonus .titulo .bonus {
	background: #275724;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 10px 10px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}

#bonus .titulo .bonus span {
	display: block;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}

#bonus .subtitulo {
	text-align: center;
	margin: 0 0 50px;
}

#bonus .subtitulo span {
	background: url(../images/bg_textura_1.png) repeat;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 20px;
	font-size: 6.0rem;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1;
	color: #d20000;
	text-transform: uppercase;
}

#bonus .item {
	border: 1px solid #cbcbcb;
	margin: 0 0 30px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}

#bonus .item .tit {
	background: #eceef5;
	padding: 20px;
	font-family: 'Oswald';
	font-size: 2.5rem;
	font-weight: 300;
	color: #3152a5;
	line-height: 1;
}

#bonus .item .foto {
	float: left;
	margin: 30px 20px 0 20px;
}

#bonus .item .infos {
	padding: 30px 30px 0 0;
	font-size: 1.5rem;
	overflow-x: hidden;
}

#bonus .item .infos .subtit {
	font-size: 2.0rem;
	font-weight: 700;
	color: #275724;
	line-height: 1.2;
	margin: 0 0 20px;
}

#bonus .item .infos p {
	margin-bottom: 20px;
}

#bonus .item .valor {
	padding: 0 30px 30px;
	font-size: 1.3rem;
}

#bonus .item .valor strike {
	font-size: 1.7rem;
	font-weight: 700;
	color: #d90d01;
}

#bonus .item .valor b {
	font-size: 1.7rem;
	color: #3152a5;
}

#agora-nunca {
	background: url(../images/bg_img_2.png) center no-repeat;
	padding-top: 150px;
	font-size: 1.6rem;
	font-style: italic;
	margin: -50px 0 0;
}

#agora-nunca .titulo {
	padding: 0;
	font-family: 'Oswald';
	font-size: 4.2rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	margin: 0 0 15px;
}

#agora-nunca p {
	margin: 0 0 20px;
}

#agora-nunca p b {
	color: #cb1066;
}

#agora-nunca p b.roxo {
	font-weight: 800;
	color: #913794;
}

#garantia {
	font-size: 1.5rem;
}

#garantia .selo {
	float: left;
	margin: 0 40px 30px 0;
}

#garantia .titulo {
	padding: 20px 0 0;
	font-family: 'Oswald';
	font-size: 4.4rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 30px;
}

#garantia b,
#garantia strong {
	font-weight: 800;
}

#garantia strong {
	color: #d90d01;
}

#garantia ul {
	padding: 0;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
}

#garantia ul li {
	position: relative;
	padding-left: 50px;
	margin: 0 0 30px;
}

#garantia ul li:before {
	content: "";
	background: url(../images/ico_check_5.png);
	width: 40px;
	height: 34px;
	position: absolute;
	top: 6px;
	left: 0;
}

#garantia p {
	padding-left: 50px;
	margin: 0 0 40px;
	overflow-x: hidden;
}

#garantia p.maior {
	padding-left: 0;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 50px;
	overflow-x: inherit;
}

#garantia p.maior b {
	color: #13a424;
}

#garantia p.maior u {
	color: #ff8a00;
}

#perguntas-frequentes {
	margin: 0 0 60px;
}

#perguntas-frequentes .titulo-bloco {
	padding: 15px 20px;
	font-family: 'Oswald';
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
	color: #3152a5;
	border: 1px solid #cbcbcb;
}

#perguntas-frequentes .acordeon {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}

#perguntas-frequentes .acordeon .item {
	padding: 15px 20px;
	border: 1px solid #cbcbcb;
	border-top: none;
}

#perguntas-frequentes .acordeon .item .titulo {
	position: relative;
	padding-left: 30px;
	font-family: 'Oswald';
	font-size: 2.0rem;
	font-weight: 500;
	color: #606060;
	cursor: pointer;
}

#perguntas-frequentes .acordeon .item .titulo:before {
	content: "";
	background: url(../images/bg_setas_1.png);
	width: 18px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}

#perguntas-frequentes .acordeon .item .descricao {
	display: none;
	font-size: 1.3rem;
	margin: 20px 0 0;
}

#perguntas-frequentes .acordeon .item .descricao p {
	margin: 0 0 20px;
}

#perguntas-frequentes .acordeon .item.ativo {
	background: #f1f1f1;
	box-shadow: inset 0 0 24px 0 rgba(0,0,0,.15);
}

#perguntas-frequentes .acordeon .item.ativo .titulo {
	color: #275724;
}

#perguntas-frequentes .acordeon .item.ativo .titulo:before {
	background-position: bottom;
}

#perguntas-frequentes .acordeon .item.ativo .descricao {
	display: block;
}

#gordura {
	font-family: 'Oswald';
	text-align: center;
	margin: 0 0 30px;
}

#gordura .titulo {
	padding: 0;
	font-size: 6.0rem;
	font-weight: 600;
	line-height: 1;
	color: #36a531;
	margin: 0 0 40px;
}

#gordura .titulo span {
	color: #3152a5;
}

#gordura p {
	font-size: 3.0rem;
	font-weight: 300;
	color: #606060;
	margin: 0 0 20px;
}

#gordura p b {
	color: #d90d01;
}

#gordura p img {
	display: block;
	margin: auto;
}

#original {
	margin: 0 0 60px;
}

#original .titulo {
	background-image: linear-gradient(to right, #5ab83b, #3f9d21 25%, #3f9d21 50%, #5ab83b);
	position: relative;
	line-height: 90px;
	font-family: 'Oswald';
	font-size: 5.8rem;
	font-weight: 600;
	color: #ffd117;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	text-transform: uppercase;
	margin: 0 0 45px;
	box-shadow: 3px 3px 1px 0 rgba(0,0,0,.1);
}

#original .titulo:before,
#original .titulo:after {
	content: "";
	background: url(../images/logo_branco.png);
	width: 164px;
	height: 36px;
	position: absolute;
	top: calc(50% - 18px);
	left: 30px;
}

#original .titulo:after {
	left: inherit;
	right: 30px;
}

#original .titulo span {
	background-image: linear-gradient(to right, #5ab83b, #3f9d21);
	display: inline-block;
	position: relative;
	padding: 0 80px;
	-webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
	clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
}

#original .foto {
	font-size: 1.2rem;
}

#original .foto img {
	margin: 0 auto 5px;
}

#original .foto span {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 10px;
}

#original p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 0 35px;
}

#original p .azul {
	color: #1b69b0;
}

#original p .verde {
	color: #3c9a1b;
}

#pagseguro {
	background: #efefef;
}

#pagseguro .container {
	background: url(../images/foto_9.png) right bottom no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}

#pagseguro .titulo {
	display: inline-block;
	padding: 0;
	font-family: 'Oswald';
	font-size: 3.7rem;
	font-weight: 500;
	line-height: 1;
	color: #275724;
	margin: 0 0 50px;
}

#pagseguro .titulo:after {
	content: "";
	background: url(../images/logo_pagseguro.png);
	width: 169px;
	height: 37px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

#oferta {
	padding: 60px 0 40px;
}

#oferta .compre {
	background: #e7f9e1;
	padding: 30px;
	text-align: center;
	border: 4px solid #aad99b;
	border-radius: 10px;
}

#oferta .compre .tit {
	/*background: url(../images/bg_linha_5.png) bottom repeat-x;*/
	display: inline-block;
	padding: 0 0 10px;
	font-family: 'Oswald';
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1;
	color: #3c9a1b;
	text-transform: uppercase;
	margin: 0 0 30px;
}

#oferta .compre .traco b {
	background: url(../images/bg_linha_5.png) bottom repeat-x;
}

#oferta .compre .de {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2d2d2d;
}

#oferta .compre .de span {
	position: relative;
}

#oferta .compre .de span:before {
	content: "";
	background: url(../images/ico_promocao.png);
	width: 133px;
	height: 37px;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 68px);
}

#oferta .compre .por {
	position: relative;
	font-family: 'Oswald';
	font-size: 3.2rem;
	font-weight: 600;
	color: #275724;
	text-transform: uppercase;
	margin: 0 0 30px;
}

#oferta .compre .por:before {
	content: "";
	background: url(../images/seta_4.png) bottom no-repeat;
	width: 166px;
	height: 42px;
	position: absolute;
	top: calc(100% - 30px);
	left: 90px;
}

#oferta .compre .por span {
	display: inline-block;
	vertical-align: middle;
	font-size: 9.8rem;
	letter-spacing: -3px;
	line-height: 1;
	color: #f66f15;
}

#oferta .compre .por span sup {
	font-size: 5.5rem;
	margin: 0 5px;
}

#oferta .compre .bt-laranja {
	background-image: linear-gradient(to bottom, #fbaf03, #e85812);
	display: block;
	position: relative;
	padding: 2px 30px 7px;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 4.4rem;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	border: 2px solid #c85203;
	box-shadow: inset 0 -5px 0 0 rgba(0,0,0,.1), 0 2px 3px 0 rgba(0,0,0,.3);
	border-radius: 12px;
	cursor: pointer;
}

#oferta .compre .bt-laranja:before {
	content: "";
	background: url(../images/seta_5.png);
	width: 81px;
	height: 80px;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

#oferta .compre .bt-laranja:hover {
	color: #ffd800;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}

#oferta .compre .parcelamento {
	font-family: 'Oswald';
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
	margin: 15px 0 0;
}

#oferta .compre .parcelamento span {
	background: url(../images/bg_linha_4.png) bottom no-repeat;
	padding: 0 0 1px;
	color: #275724;
}

#oferta .compre .dia {
	padding: 25px 0 0;
	font-size: 1.5rem;
	text-align: center;
	border-top: 2px solid #aad99b;
	margin: 35px 0 0;
}

#oferta .compre .dia b {
	font-size: 2.2rem;
	font-weight: 800;
	color: #4caa2e;
}

#oferta .frete {
	background: url(../images/destaques_compra.jpg) left bottom no-repeat;
	padding: 0 0 80px;
}

#oferta .frete .tit {
	padding: 0;
	font-family: 'Oswald';
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.4;
	color: #913794;
	margin: 0;
}

#oferta .frete .tit.maior {
	font-size: 4.2rem;
}

#oferta .frete p {
	font-size: 1.1rem;
	margin: 0 0 40px;
}

#oferta .frete .imagem {
	margin: 0 0 20px;
}

#oferta .frete .imagem img {
	margin: auto;
}

#oferta .frete ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#oferta .frete ul li {
	font-family: 'Oswald';
	font-size: 2.3rem;
	font-weight: 300;
}

#oferta .frete ul li b {
	font-weight: 500;
}

#oferta .frete ul li .verde {
	color: #55b337;
}

#oferta .frete ul li .verm {
	color: #c50304;
	text-decoration: underline;
}

#formulario {
	margin: 0 0 50px;
}

#formulario .container {
	background: url(../images/img_lado_formulario.jpg) right no-repeat;
	padding-top: 40px;
}

#formulario .formulario .item {
	margin: 0 0 20px;
}

#formulario .formulario .item label {
	display: block;
	font-size: 1.2rem;
	margin: 0 0 3px;
}

#formulario .formulario .item .input {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 1.2rem;
	border: 1px solid #666;
	border-radius: 3px;
}

#formulario .formulario .item .cep {
	display: inline-block;
	padding: 10px 0;
	font-size: 1.2rem;
}

#formulario .formulario p {
	font-size: 1.3rem;
	text-align: center;
	margin: 10px 0 30px;
}

#formulario .formulario p:before {
	content: "";
	background: url(../images/ico_cadeado_1.png);
	width: 12px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

#formulario .formulario .oferta {
	font-family: 'Oswald';
	font-size: 2.0rem;
	font-weight: 500;
	margin: 15px 0 35px;
}

#formulario .formulario .oferta span {
	background: url(../images/bg_linha_1.png) center bottom repeat-x;
	padding: 0 0 3px;
	color: #be1971;
}

/* rodape */

#rodape {
	background: #efefef;
	padding: 30px 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#rodape img {
	margin: auto;
}

#copyright {
	padding: 30px 0;
	font-size: 1.2rem;
}

#copyright ul {
	float: right;
	padding: 0;
	list-style: none;
	margin: 0;
}

#copyright ul li {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}

#copyright ul li+li:before {
	content: " | ";
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 3px 0 0;
}

#copyright ul li a {
	color: #3152a5;
	text-transform: uppercase;
}

/* internas */

#aviso {
	background: #41ab21;
	padding: 16px 0;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}

#aviso p {
	background: url(../images/ico_atencao.png) left no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-left: 42px;
	margin: 0;
}

#topo.carrinho {
	padding: 0;
	text-align: left;
}

#topo.carrinho .container {
	height: 95px;
}

#topo.carrinho .logo {
	float: left;
	padding: 30.5px 30px 30.5px 0;
}

#topo.carrinho .aviso,
#topo.carrinho .status {
	background: url(../images/bg_seta_1.jpg) left no-repeat;
	float: left;
	padding: 20px 25px 20px 55px;
	font-family: 'Oswald';
	font-size: 2.0rem;
	font-weight: 300;
	color: #606060;
	line-height: 1.3;
}

#topo.carrinho .status {
	padding-top: 21.5px;
	padding-bottom: 21.5px;
	padding-right: 0;
}

#topo.carrinho .aviso b {
	font-size: 2.3rem;
	font-weight: 500;
}

#topo.carrinho .aviso b span {
	color: #1295f0;
}

#topo.carrinho .aviso u {
	color: #ffa200;
}

#topo.carrinho .status b {
	font-weight: 500;
}

#topo.carrinho .status b.azul {
	color: #1295f0;
}

#topo.carrinho .status b.verm {
	color: #de0000;
}

#meio {
	background: #f2f2f2;
	padding: 40px 0;
}

#meio .titulo-pagina {
	padding: 0;
	font-family: 'Oswald';
	font-size: 4.6rem;
	font-weight: 500;
	color: #923794;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px;
}

#meio ul.destaques-pagina {
	width: 80%;
	display: table;
	padding: 0;
	text-align: center;
	list-style: none;
	margin: 0 10% 35px;
}

#meio ul.destaques-pagina li {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Oswald';
	font-size: 1.6rem;
	font-weight: 300;
	color: #606060;
	text-align: left;
}

#meio ul.destaques-pagina li img {
	float: left;
	margin: 5px 10px 0 0;
}

#meio ul.destaques-pagina li b {
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
}

#meio .chamada-desconto {
	background: url(../images/img_bandeiras.jpg) #fff calc(100% - 30px) no-repeat;
	padding: 30px;
	font-family: 'Oswald';
	font-size: 2.3rem;
	font-weight: 300;
	color: #606060;
	line-height: 1.2;
	margin: 0 0 40px;
	box-shadow: 3px 3px 1px 0 rgba(0,0,0,.075);
}

#meio .chamada-desconto strike {
	color: #de0000;
}

#meio .chamada-desconto b {
	color: #41ab21;
}

#meio .titulo-planos {
	padding: 0;
	font-family: 'Oswald';
	font-size: 2.2rem;
	font-weight: 500;
	color: #606060;
	text-align: center;
	margin: 0 0 40px;
}

#meio .titulo-planos.maior {
	font-size: 3.0rem;
}

#meio .titulo-planos b {
	font-weight: 500;
}

#meio .titulo-planos b.azul {
	color: #1295f0;
}

#meio .titulo-planos b.verde {
	color: #41ab21;
}

#meio .titulo-planos.maior span {
	background: url(../images/bg_linha_5.png) center bottom repeat-x;
	padding: 0 0 2px;
	color: #41ab21;
}

#meio .planos {
	margin-left: -10px;
	margin-right: -10px;
}

#meio .planos .col {
	padding-left: 10px;
	padding-right: 10px;
}

#meio .planos .item {
	background: #fff;
	position: relative;
	border: 1px solid #cacaca;
	margin: 10px 0 30px;
	box-shadow: 3px 3px 1px 0 rgba(0,0,0,.075);
}

#meio .planos .item.azul {
	border: 2px solid #1295f0;
	margin-top: 0;
}

#meio .planos .item.azul:before {
	content: "";
	background: url(../images/ico_campeao_vendas.png);
	width: 96px;
	height: 97px;
	position: absolute;
	top: -14px;
	right: -13px;
}

#meio .planos .item .desc {
	background: #de0000;
	width: 46px;
	height: 46px;
	padding-top: 9px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: -25px;
	left: 10px;
	border-radius: 100%;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
}

#meio .planos .item .titulo {
	padding: 17px 0;
	font-family: 'Oswald';
	font-size: 2.2rem;
	font-weight: 500;
	color: #923794;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

#meio .planos .item.azul .titulo {
	padding-top: 27px;
	color: #1295f0;
}

#meio .planos .item .imagem img {
	width: 100%;
	height: auto;
}

#meio .planos .item ul.infos {
	padding: 5px 20px;
	list-style: none;
	margin: 0;
}

#meio .planos .item ul.infos li {
	padding: 10px 0;
	font-size: 1.4rem;
	color: #606060;
	text-align: center;
	border-bottom: 1px solid #cacaca;
}

#meio .planos .item ul.infos li:before {
	content: "";
	background: url(../images/ico_check_6.png);
	width: 14px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

#meio .planos .item ul.infos li.li-frete:before {
	display: none;
}

#meio .planos .item ul.infos li.li-frete img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

#meio .planos .item ul.infos li .frete {
	background: #af6cb1;
	display: inline-block;
	padding: 4px 6px 5px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

#meio .planos .item.azul ul.infos li .frete {
	background: #1295f0;
}

#meio .planos .item .valor {
	padding: 5px 0 10px;
	font-size: 1.4rem;
	color: #606060;
	text-align: center;
}

#meio .planos .item .valor b {
	font-size: 2.8rem;
	line-height: 1;
}

#meio .planos .item .valor b sup {
	font-size: 1.8rem;
	font-weight: normal;
}

#meio .planos .item .deposito img {
	margin: 0 auto 15px;
}

#meio .planos .item .comprar {
	padding: 0 15px 15px;
}

#meio .planos .item.azul .comprar {
	padding-bottom: 30px;
}

#meio .planos .item .comprar a {
	display: block;
	padding: 5px 0 10px;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
}

#meio .importante {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQYV2NkQAPz5s37z4gsBhJISkpihAvCBECKwILIAmBBdAGQIAClIhLf6gyYQgAAAABJRU5ErkJggg==) repeat;
	padding: 10px;
	margin: 0 0 40px;
}

#meio .importante.mb0 {
	margin: 0;
}

#meio .importante .conteudo {
	background: #f2f2f2;
	padding: 20px;
}

#meio .importante .tit {
	background: #666;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 6px;
	font-family: 'Oswald';
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px;
}

#meio .importante p {
	font-size: 1.3rem;
	margin: 0;
}

#meio .importante p small {
	font-size: 1.2rem;
}

#meio .importante .verm {
	color: #de0000;
}

#meio .importante .azul {
	color: #1295f0;
}

#meio .importante .roxo {
	color: #923794;
}

#alerta {
	background: #fff;
	padding: 35px 0 10px;
	color: #606060;
	box-shadow: 0 -4px 1px 0 rgba(0,0,0,.1);
}

#alerta .icone {
	background-image: linear-gradient(to right, #913794, #ce0e64);
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	margin: 0 25px 25px 0;
	border-radius: 100%;
}

#alerta .icone img {
	position: absolute;
	top: calc(50% - 14px);
	left: calc(50% - 16px);
}

#alerta .titulo {
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
}

#alerta p {
	font-size: 1.5rem;
	margin: 0 0 25px;
}

#alerta .azul {
	color: #1295f0;
}

#copyright.carrinho {
	background: #6e6e6e;
	padding: 15px 0;
	color: #fff;
}



.escondido
{visibility:hidden;
opacity:0;
position:absolute;}


.visivel
{opacity:1;
	transition: all  1s;
position:relative;}

.popup
{position:fixed;bottom:20px;
	right:20px;
	background-color:#FFF444;
	padding:20px;
	font-size:16px;
	border:2px solid #AA4444;
	border-radius:30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

.popupindex
{
	font-size:13px;
}

@media (max-width: 700px) {

	.popup
	{position:fixed;bottom:20px;
		right:25px;
		left:25px;
		background-color:#FFF444;
		padding:5px;
		font-size:10px;
		border:2px solid #AA4444;
		border-radius:30px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	text-align: center;
	z-index: 999;
	}

	.popupindex
	{
		font-size:10px;
	}
}

.toast-top-right
{margin-top:80px;}
.carousel-control.left, .carousel-control.right { 
	background: transparent;
}






















