@charset "UTF-8";
/* CSS Document */

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
	font-family: 'Montserrat', sans-serif !important;
}
body {
	background: #fafafa;
}
/* Reset */

/* Header */
span.tarja-promo {
    background: #ff2929;
    clear: both;
    display: block;
    padding: 10px 0;
}
span.tarja-promo h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 auto;
}
span#randomNumber {
    color: #ffe329;
}
header.header {
    padding: 50px 0 75px 0;
    background: url("../img/bg-top.webp") 50% bottom no-repeat;
}
img.logo-top {
    clear: both;
    display: block;
    width: 15%;
    margin: 0 0 35px 0;
}
img.potes-princiaol {
    clear: both;
    display: block;
    width: 75%;
    margin: 35px auto 0 auto;
}
.header h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3em;
	color: #d4af37;
	margin: 0 0 25px 0;
}
.header p {
    color: #000000;
    font-size: 20px;
    margin: 0 auto 25px auto;
}
.header ul {
    margin: 0 auto 35px auto;
    padding: 0;
}
.header ul li {
    list-style: none;
    margin: 0 auto 5px auto;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.header ul li svg {
    fill: #d4af37;
    width: auto;
    height: 20px;
    margin-top: -5px;
}
.header h6 {
    font-size: 14px;
    color: #000000;
    margin: 0 auto 20px auto;
}
.header h6 span {
	background: #d4af37;
	padding: 3px 4px;
}
.header h6 span {
    background: #d4af37;
    padding: 3px 6px;
    color: #000000;
    font-weight: 700;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.header h6 span svg {
	margin-top: -3px;
}
button.cta {
    clear: both;
    display: block;
    margin: 35px 0;
    border: none !important;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #78bc45;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
button.cta svg {
    width: auto;
    height: 20px;
    margin-top: -8px;
}
.blob-cta {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob-cta.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
	0% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
img.tarja-principal {
    clear: both;
    display: block;
    width: 77.161%;
    margin: 75px auto 0 auto;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
img.tarja-principal.mb {
    display: none;
}
/* Header */

/* Funcionar */
section.funcionar {
	padding: 25px 0 75px 0;
}
section.funcionar h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
    color: #d4af37;
	margin: 0 auto 50px auto;
}
section.funcionar h2 {
	text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto 20px auto;
}
section.funcionar .box {
	padding: 30px 25px;
    height: 629px;
	margin: 0 auto 35px auto;
    background: rgb(253,249,220);
    background: -moz-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: -webkit-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf9dc",endColorstr="#d4af37",GradientType=1);
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;	
}
.funcionar .box p {
	color: #000000;
	text-align: center;
	line-height: 1.6;
	margin: 0;
}
.box img {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 35px auto;
}
button.cta.cta-funcionar {
    width: 35%;
    margin: 25px auto 0 auto;
}
/* Funcionar */

/* Antes e depois */
section.antesdepois {
	padding: 75px 0;
    background: #ffffff;
}
section.antesdepois h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
section.antesdepois h2 {
	width: 55%;
	text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
section.antesdepois h3 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 10px auto 50px auto;
}
.recomenda {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.recomenda img {
    clear: both;
    display: block;
    width: 18%;
    margin: 0 auto;
}
button.cta.cta-ad {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Antes e depois */

/* Formula */
section.formula {
	padding: 75px 0;
}
section.formula h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
section.formula h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 25px;
    margin: 0 auto 50px auto;
}
.frml-item1 {
    background: url("../img/frml1.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 55px 390px 75px 110px;
}
.frml-item2 {
    background: url("../img/frml2.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 65px 110px 75px 390px;
}
.frml-item3 {
    background: url("../img/frml3.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 390px 75px 110px;
}
.frml-item4 {
    background: url("../img/frml4.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 110px 75px 390px;
}
.frml-item5 {
    background: url("../img/frml5.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 390px 75px 110px;
}
.frml-item6 {
    background: url("../img/frml6.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 110px 75px 390px;
}
.frml-item7 {
    background: url("../img/frml7.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 390px 75px 110px;
}
.frml-item8 {
    background: url("../img/frml8.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 65px 110px 75px 390px;
}
section.formula h3 {
    font-size: 25px;
    font-weight: 800;
    color: #000000;
    line-height: 1.4;
    margin: 0 auto 20px auto;
}
section.formula p {
	color: #000000;
}
button.cta-formula {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Formula */

/* Fabricação */
section.fabricacao {
    padding: 75px 0;
    background: #000000;
}
section.fabricacao h1 {
    font-size: 35px;
    width: 65%;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
/* Fabricação */

/* Timeline */
section.timeline-uso {
	padding: 75px 0;
}
section.timeline-uso h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
section.timeline-uso h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 75px auto;
}
.timelinebg {
	background: url("../img/timeline.webp")50% 50% no-repeat;
}
.timeline-uso .box1 h3, .timeline-uso .box2 h3, .timeline-uso .box3 h3, .timeline-uso .box4 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #d4af37;
    padding: 5px 0;
    margin: 0 auto 20px auto;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.box1 p, .box2 p, .box3 p, .box4 p {
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
.box1, .box3 {
    padding: 0 10px 235px 10px;
}
.box2, .box4 {
    padding: 300px 0 0 0;
}
button.cta-timeline {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Timeline */

/* Anvisa */
section.anvisa {
    padding: 75px 0;
}
section.anvisa img {
    clear: both;
    display: block;
    width: 65%;
    margin: 0 auto;
}
section.anvisa p {
    text-align: center;
	color: #000000;
    font-size: 25px;
    margin: 15px auto 0 auto;
    width: 75%;
}
/* Anvisa */

/* Comparação */
section.comparacao {
    padding: 75px 0;
    background: #ffffff url(../img/bgx.webp) 51% 60% no-repeat;
    background-size: 500px;
}
section.comparacao h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
section.comparacao h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 35px auto;
}
section.comparacao img {
    clear: both;
    display: block;
    width: 80%;
    margin: 0 auto;
}
button.cta-comparacao {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Comparação */

/* Como usar */
section.comousar {
    padding: 50px 0;
    background: #000000;
}
.comousar h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
.comousar h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
.comousar h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
.ph-produto {
    padding: 0 35px;
    margin: 0 auto 50px auto;
}
.ph-produto img {
    clear: both;
    display: block;
    width: 55%;
    margin: 0 auto 15px auto;
}
.ph-produto ul {
    clear: both;
    display: block;
    width: 75%;
    height: 250px;
    margin: 0 auto 35px auto;
    padding: 20px 35px;
    background: rgb(253, 249, 220);
    background: -moz-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: -webkit-linear-gradient(207deg, rgba(253, 249, 220, 1) 5%, rgba(212, 175, 55, 1) 75%);
    background: linear-gradient(207deg, rgba(253, 249, 220, 1) 5%, rgba(212, 175, 55, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf9dc",endColorstr="#d4af37",GradientType=1);
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}
.ph-produto ul li {
    color: #000000;
    font-size: 18px;
    margin: 15px 0;
}
.comousar ul.geral {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 41%;
}
.comousar ul.geral li {
    color: #ffffff;
    font-size: 18px;
    margin: 15px 0;
}
/* Como usar */

/* Garantia */
section.garantia {
	padding: 50px 0;
    background: #ffffff;
}
.garantia .copy {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;	
    width: 90%;
    margin: 0 auto;
	padding: 35px 75px;
    background: rgb(253,249,220);
    background: -moz-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: -webkit-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf9dc",endColorstr="#d4af37",GradientType=1);
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;	
}
.garantia .copy img {
    width: 25%;
    margin: 0 50px 0 0;
}
.garantia .copy p {
	color: #000000;
	font-size: 18px;
    width: 100%;
    padding: 75px 0 75px 50px;
	margin: 0;
    border-left: dashed 1px #000000;	
}
/* Garantia */

/* Como comprar */
section.comocomprar {
    padding: 75px 0;
}
.comocomprar h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 20px auto;
}
.comocomprar h2 {
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 25px auto;
}
.comocomprar h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 20px auto;
}
.comocomprar h4 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
	text-align: center;
	color: #000000;
	margin: 0 auto 20px auto;
}
.comocomprar p {
	text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 0 auto;
}
.comocomprar ul {
    margin: 0 auto 35px auto;
    padding: 0;
}
.comocomprar ul li {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    list-style: none;
}
img.gif {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto 25px auto;
}
/* Como comprar */

/* Oferta */
section.oferta {
	background: url("../img/bg-of.webp") 50% no-repeat;
	background-attachment: fixed;
    background-size: cover;
	padding: 75px 0;
}
section.oferta h1 {
    font-size: 50px;
    font-weight: 800;
	text-align: center;
	color: #000000;
	margin: 0 auto 25px auto;
}
section.oferta h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 25px auto;
}
section.oferta h3 {
    width: 55%;
    text-align: center;
    color: yellow;
    background: red;
    padding: 15px;
    font-size: 18px;
    margin: 0 auto 35px auto;
}
section.oferta a {
    clear: both;
    display: block;
	text-decoration: none;
    margin: 0 auto 35px auto;
}
img.ofmb {
    display: none;
}
span.desc25 {
    clear: both;
    display: block;
    background: red;
    padding: 10px 0;
    text-align: center;
    color: yellow;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto -2px auto;
}
.blob-desc {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob-desc.red-desc {
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red-desc {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
a.oferta1pt {
    clear: both;
    display: block;
    width: 30% !important;
    margin: 0 auto !important;
}
/* Oferta */

/* Depoimentos */
section.depoimentos {
	padding: 75px 0;
}
section.depoimentos h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
section.depoimentos h2 {
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.videos {
    clear: both;
    display: flex;
}
section.depoimentos iframe {
    clear: both;
    display: block;
    width: 100%;
    height: 500px;
	margin: 0 auto;
}
/* Depoimentos */

/* Faq */
section.faq {
	padding: 75px 0;
    background: #ffffff;
}
section.faq h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
/* Estilos para o acordeão */
.accordion-item {
	width: 75%;
	margin: 0 auto 15px auto;
    border: none;
    border-bottom: solid 1px #d4af37;
}
.accordion-header {
    padding: 25px 25px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.accordion-content {
	padding: 25px;
	display: none; /* Oculta o conteúdo inicialmente */
}
.arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	color: #d4af37;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
.rotate {
	transform: translateY(-50%) rotate(90deg);
}
.active .accordion-content {
	display: block; /* Exibe o conteúdo quando o item está aberto */
}
/* Faq */

/* WhatsApp */
section.wpp {
	padding: 50px 0;
}
.wpp .box {
	background: url("../img/bg-wpp.webp") 50% no-repeat;
}
.wpp .box {
    width: 75%;
    margin: 0 auto;
    background: url("../img/bg-wpp.webp") 50% no-repeat;
    padding: 75px 50px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}
section.wpp h1 {
    color: #171717;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -2.2px;
    margin: 0 auto 20px auto;
}
section.wpp p {
	text-align: center;
	font-size: 18px;
    color: #171717;	
}
section.wpp a {
    clear: both;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 35px auto 0 auto;
    width: 50%;
    border: none !important;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #78bc45;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
section.wpp a svg {
    width: auto;
    height: 20px;
    margin-top: -8px;
}
/* WhatsApp */

/* Rodapé */
footer.footer {
    background: #000000;
    padding: 75px 0;
    border-top: solid 1px #d4af37;
}
.footer p {
	color: #ffffff;
    font-size: 14px;
	margin: 0 auto 10px auto;
}
p.dados {
    text-align: center;
    font-size: 18px !important;
    margin: 0 auto !important;
}
.footer span.separate {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    background: #d4af37;
    margin: 50px auto;
}
.row.line h1 {
    text-align: center;
}
img.logo-ph {
    clear: both;
    display: block;
    width: 150px;
}
.footer h1 {
    color: #d4af37;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.footer ul {
    padding: 0 0 0 15px;
    margin: 0 auto 20px auto;
}
.footer ul li {
    color: #ffffff;
    font-size: 14px;
    margin: 5px auto;
}
.footer a {
    clear: both;
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
	font-size: 13px;
}
a.whatsapp-ft {
    background: url("../img/wpp.webp")no-repeat center !important;
    background-size: 75px !important;
    z-index: 1000;
    height: 75px;
    width: 75px;
	text-decoration: none;
}
.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 0px 50px;
	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    line-height: 2;
    font-weight: 700;
}

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.blob.red {
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
/* Rodapé */

/* Chat */
.chat {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 3.5%;
    padding: 35px 0;
    text-align: center;
    opacity: 1;
    animation: fadeIn 0.5s ease-in-out;
    z-index: 9999;
}
/* Chat */

/* Responsivo */
@media (max-width: 700px) {
	/* Header */
	header.header {
		padding: 35px 0 50px 0;
	}	
	img.logo-top {
		width: 45%;
		margin: 0 auto;
	}
	img.potes-princiaol {
		width: 65%;
		margin: 25px auto;
	}	
	.header h1 {
		text-align: center;
		font-size: 25px;
	}
	.header p {
		text-align: center;
		font-size: 16px;
	}
	.header h6 {
		text-align: center;
	}	
	button.cta {
		width: 100%;
		font-size: 18px;
		padding: 20px 0;
	}
	img.tarja-principal.desk {
		display: none !important;
	}
	img.tarja-principal.mb {
		display: block !important;
		margin: 0 auto;
		width: 100%;
	}
	/* Header */
	
	/* Funcionar */
	section.funcionar h1 {
		width: 100%;
		font-size: 24px;
	}
	section.funcionar h2 {
		width: 100%;
		font-size: 18px;
	}
	button.cta.cta-funcionar {
		width: 100%;
	}	
    section.funcionar .box {
        height: auto !important;
    }
	/* Funcionar */
	
	/* Antes e depois */
	section.antesdepois h1, section.famosas h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.antesdepois h2 {
		width: 100%;
		font-size: 18px;
	}
	section.antesdepois h3 {
		font-size: 16px;
		margin: 10px auto 35px auto;
	}	
	button.cta.cta-ad, button.cta.cta-famosas {
		width: 100%;
	}
    .antesdepois img {
        clear: both;
        display: block;
        width: 70%;
        margin: 10px auto;
    }    
	/* Antes e depois */
	
	/* Formula */
	section.formula h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.formula h2 {
		width: 100%;
		font-size: 18px;
	}	
	section.formula h3 {
		text-align: center;
		font-size: 20px;
	}
	.frml-item1, .frml-item2, .frml-item3, .frml-item4, .frml-item5, .frml-item6, .frml-item7, .frml-item8 {
		background-size: contain !important;
		width: 100%;
		height: 485px;
    	padding: 190px 55px 35px 55px;
		margin: 0 auto 35px auto;	
	}
	.frml-item1 {
		background: url("../img/frmlmb1.webp") 50% 0 no-repeat;
	}	
	.frml-item2 {
		background: url("../img/frmlmb2.webp") 50% 0 no-repeat;
	}
	.frml-item3 {
		background: url("../img/frmlmb3.webp") 50% 0 no-repeat;
	}
	.frml-item4 {
		background: url("../img/frmlmb4.webp") 50% 0 no-repeat;
	}
	.frml-item5 {
		background: url("../img/frmlmb5.webp") 50% 0 no-repeat;
	}	 
	.frml-item6 {
		background: url("../img/frmlmb6.webp") 50% 0 no-repeat;
	}
	.frml-item7 {
		background: url("../img/frmlmb7.webp") 50% 0 no-repeat;
	}    
	.frml-item8 {
		background: url("../img/frmlmb8.webp") 50% 0 no-repeat;
	}
	.frml-item1 h2, .frml-item2 h2, .frml-item3 h2, .frml-item4 h2, .frml-item5 h2, .frml-item6 h2, .frml-item7 h2, .frml-item8 h2 {
		text-align: center;
		font-size: 18px !important;
		margin: 0 auto 15px auto !important;
	}
	.frml-item1 p, .frml-item2 p, .frml-item3 p, .frml-item4 p, .frml-item5 p, .frml-item6 p, .frml-item7 p, .frml-item8 p{
		text-align: center;
		margin: 0;
	}	
    button.cta-formula {
        margin: 0 auto;
    }    
	/* Formula */
    
    /* Fabricação */
    section.fabricacao {
        padding: 75px 0 35px 0;
    }
    section.fabricacao h1 {
        width: 100%;
        font-size: 25px;
    }   
    div#smartplayer {
        clear: both;
        display: block;
        width: 90% !important;
        margin: 0 auto 35px auto !important;
    }    
    /* Fabricação */
	
	/* Timeline */
	section.timeline-uso h1, .comousar h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.timeline-uso h2 {
		width: 100%;
		font-size: 18px;
	}
    .timelinebg {
        border-left: solid 5px #d4af37;
        background: none;
    }
	.box1, .box2, .box3, .box4 {
		padding: 0 !important;
	}	
	.box1, .box2, .box3 {
		margin-bottom: 35px;
	}	
	/* Timeline */
    
    /* Como usar */
    .ph-produto img {
        width: 65%;
    }
    .comousar h2 {
        font-size: 20px;
    }
    .ph-produto {
        padding: 0;
    }
    .ph-produto ul, .comousar ul.geral {
        width: 100%;
        height: auto;
    }    
    /* Como usar */
	
	/* Anvisa */
	section.anvisa p {
		width: 100%;
		font-size: 20px;
		margin: 0 auto 25px auto;
	}
	section.anvisa img {
		width: 85%;
	}	
	/* Anvisa */	
	
	/* Comparação */
    section.comparacao {
        padding: 50px 0;
        background: #ffffff url(../img/bgx.webp) 50% 59.2% no-repeat;
        background-size: 185px;
    }    
	section.comparacao h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.comparacao h2 {
		width: 100%;
		font-size: 18px;
	}
	section.comparacao img {
		width: 95%;
	}	
	/* Comparação */
	
	/* Garantia */
	.garantia .copy {
		display: block !important;
		padding: 50px 20px;
		width: 100%;
	}
	.garantia .copy img {
		clear: both;
		display: block;
		width: 65% !important;
		margin: 0 auto 35px auto !important;
	}
	.garantia .copy p {
		padding: 35px 0 0 0;
		text-align: center;
		margin: 0;
		border-left: none;
		border-top: dashed 1px #000000;
	}	
	/* Garantia */
    
	/* Comparação */
    section.comocomprar {
        padding: 50px 0;
    }
	.comocomprar h1, .comocomprar h3, .comocomprar h4 {
		width: 100%;
		font-size: 24px;		
	}   
	.comocomprar h2 {
		width: 100%;
		font-size: 18px;		
	}   
    img.gif {
        width: 100%;
    }
    .comocomprar ul li {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
        margin: 15px 0;
    }
	/* Comparação */    
	
	/* Oferta */
	section.oferta h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.oferta h2 {
		width: 100%;
		font-size: 18px;
	}	
	section.oferta h3 {
		width: 100%;
	}
	section.oferta a, span.desc25 {
		width: 100% !important;
	}
	img.ofdesk {
		display: none !important;
	}
	img.ofmb {
		display: block !important;
	}	
	button.kits, button#kitsButton {
		padding: 30px 150px;
		margin: -173px 25px 0 10px;
	}	
	/* Oferta */
	
	/* Depoimentos */
	section.depoimentos h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.depoimentos h2 {
		width: 100%;
		font-size: 18px;
	}	
    .videos {
        display: block;
        width: 90%;
        margin: 10px auto;
    }
	section.depoimentos iframe {
		width: 90%;
		height: 430px;
		margin: 0 auto 35px auto;
	}	
	/* Depoimentos */
	
	/* Faq */
	section.faq h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.faq h2 {
		width: 100%;
		font-size: 18px;
	}	
	.accordion-item {
		width: 100%;
	}
	/* Faq */
	
	/* WhatsApp */
	.wpp .box {
		width: 100%;
		padding: 50px 20px;
	}
	section.wpp h1 {
		font-size: 30px;
	}
	section.wpp a {
		width: 100%;
	}	
	/* WhatsApp */
	
	/* Oferta Especial */
	header.header-ped h2 {
		width: 100%;
		font-size: 22px;
		margin: 0 auto -35px auto !important;
	}
	/* Oferta Especial */

    /* Chat */
    .chat {
        width: 20%;
        right: 0;
        padding: 0 10px 10px 0;
    }
    /* Chat */    

	/* Rodapé */
	footer.footer p {
		width: 100%;
	}
    img.logo-ph {
        clear: both;
        display: block;
        width: 100px;
        margin: 0 auto 35px auto;
    }
	footer.footer h1 {
		text-align: center;
	}
	a.whatsapp-ft {
		margin: 0 auto 30px auto !important;  
	}
	footer.footer a {
		text-align: center;
	}
	img.pagamento {
		clear: both;
		display: block;
		width: 70%;
		margin: 0 auto 35px auto;
	}
	img.seguro {
		clear: both;
		display: block;
		width: 70%;
		margin: 0 auto;
	}	
	/* Rodapé */	     
}
/* Responsivo */