@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;
}
/* Reset */

/* Tarja top */
span.tarjatop {
    clear: both;
    display: block;
    background: red;
    padding: 10px 0;
}
span.tarjatop h1 {
    text-align: center;
    color: yellow;
    font-size: 18px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 700;
}
/* Tarja top */

/* Header */
header.header {
    background: url("../img/bg-top.webp") 50% bottom no-repeat;
    padding: 100px 0;
}
img.potes {
    clear: both;
    display: block;
    width: 84%;
    margin: 0 auto;
}
header.header img.mb {
    display: none;
}
header.header h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
header.header h1 span {
    color: #dd702b;
}
header.header ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 30px;
}
header.header ul li {
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 5px;
    list-style: none !important;
}
.header h6 {
    font-size: 14px;
    color: #000000;
    margin: 0 auto 20px;
}
.header h6 span {
    background: #ffc363;
    padding: 3px 6px;
    color: #000;
    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;
}
a.cta, button.cta {
    clear: both;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 35px 0;
    border: none!important;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #78bc45;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.blob {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		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.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
a.cta svg, button.cta svg {
    width: auto;
    height: 20px;
    margin-top: -8px;
}
a.cta-principal, button.cta-principal {
    width: 80%;
    margin: 35px 0 0 0;
}
img.tarja-selos {
    clear: both;
    display: block;
    width: 70%;
    margin: 100px auto 0 auto;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
img.tarja-selos .mb {
    display: none;
}
/* Header */

/* Funcionar */
section.funcionar {
    padding: 50px 0 75px 0;
    background: #fafafa;
}
section.funcionar h1 {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
section.funcionar h1 span {
    color: #dd702b;
}
section.funcionar h2 {
    text-align: center;
    font-size: 25px;
    margin: 0 auto 50px auto;
}
section.funcionar .box {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.33,rgb(232,95,9)),color-stop(0.67,rgb(250,250,250,0.1)));
    background-image: -moz-linear-gradient(center bottom,rgb(232,95,9) 33%,rgb(250,250,250,0.1) 67% );
    padding: 1px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
section.funcionar .box>div {
    background: #fafafa;
    padding: 35px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
img.bfn {
    clear: both;
    display: block;
    width: 55%;
    margin: 0 auto 25px auto;
}
section.funcionar .box p {
    text-align: center;
    line-height: 1.6;
    margin: 0;
}
a.cta-funcionar, button.cta-funcionar {
    width: 40%;
    margin: 50px auto 0 auto;
}
/* Funcionar */

/* Depoimentos */
section.capaz {
    padding: 75px 0;
}
section.capaz h1 {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
section.capaz h1 span {
    color: #dd702b;
}
section.capaz h2 {
    text-align: center;
    font-size: 25px;
    margin: 0 auto 50px auto;
}
section.capaz h3 {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 35px 0;
}
/* Depoimentos */

/* Formula */
section.formula {
    background: #fafafa url("../img/bg-formula.webp") 105% 50% no-repeat;
    background-attachment: fixed;
    background-size: 1250px;
    padding: 75px 0;
}
section.formula h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
section.formula h1 span {
    color: #dd702b;
}
section.formula h2 {
    font-size: 25px;
    margin: 0 auto 50px auto;
}
section.formula .box {
    background: rgba(255,197,161,0.1);
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto 20px;
    padding: 35px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);    
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.formula .box p {
    margin: 0;
}
.formula .box p span {
    clear: both;
    display: block;
    font-size: 18px;
    font-weight: 800;
}
img.item-frml {
    clear: both;
    display: block;
    width: 15%;
    margin: 0 20px 0 0;
}
/* Formula */

/* Timeline */
section.timeline {
    padding: 75px 0;
}
section.timeline h1 {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
section.timeline h1 span {
    color: #dd702b;
}
section.timeline h2 {
    text-align: center;
    font-size: 25px;
    margin: 0 auto 50px auto;
}
.timelinebg {
    background: url("../img/timeline.webp")50% 50% no-repeat;
}
.box.item1 h3, .box.item3 h3 {
    background: #dd702b;
    text-align: center;
    padding: 10px;
    margin: 0 auto 15px auto;
    font-size: 20px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.box.item2 h3, .box.item4 h3 {
    background: #dd702b;
    text-align: center;
    padding: 10px;
    margin: 0 auto 15px auto;
    font-size: 20px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
section.timeline .box {
    text-align: center;
}
.item1, .item3 {
    padding: 0 10px 235px;
}
.item2, .item4 {
    padding: 300px 0 0;
}
/* Timeline */

/* Como tomar */
section.comotomar {
    padding: 0 0 75px 0;
}
.comotomar .copy {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 35px 75px;
    background: #e2ba78;
    background: rgb(232,96,10);
    background: -moz-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8600a",endColorstr="#d7793d",GradientType=1);
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}
.comotomar .copy h1 {
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 40px;
}
.comotomar .copy p {
    color: #000;
    font-size: 18px;
    width: 100%;
    padding: 75px 0 75px 50px;
    margin: 0;
    border-left: dashed 1px #000;
}
a.cta-formula, button.cta-formula {
    width: 70%;
    margin: 35px 0 0 0;
}
/* Como tomar */

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

/* Comparativo */
section.comparativo {
    padding: 75px 0;
}
section.comparativo h1 {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
section.comparativo h1 span {
    color: #dd702b;
}
section.comparativo h2 {
    text-align: center;
    font-size: 25px;
    margin: 0 auto 50px auto;
}
section.comparativo img {
    clear: both;
    display: block;
    width: 75%;
    margin: auto;
}
a.cta-comparativo, button.cta-comparativo {
    width: 40%;
    margin: 50px auto 0 auto;
}
/* Comparativo */

/* Garantia */
section.garantia {
    background: #fafafa;
    padding: 75px 0;
}
.garantia .copy {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 35px 75px;
    background: #e2ba78;
    background: rgb(232,96,10);
    background: -moz-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8600a",endColorstr="#d7793d",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: #000;
    font-size: 18px;
    width: 100%;
    padding: 75px 0 75px 50px;
    margin: 0;
    border-left: dashed 1px #000;
}
/* Garantia */

/* Bonus */
section.bonus {
    padding: 75px 0;
    background: url("../img/bg-bonus.webp") 50% 50% no-repeat;
    background-attachment: fixed;
}
section.bonus h1 {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
section.bonus h1 span {
    color: #dd702b;
}
section.bonus h2 {
    text-align: center;
    font-size: 25px;
    margin: 0 auto 50px auto;
}
section.bonus .box {
    clear: both;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 35px;
    background: rgba(255,197,161,0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;    
}
img.ebook {
    clear: both;
    display: block;
    width: 65%;
    margin: 0 auto 15px auto;
}
.bonus .box p {
    text-align: center;
}
/* Bonus */

/* Oferta */
section.oferta {
    padding: 75px 0;
    background: rgb(232,96,10);
    background: -moz-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8600a",endColorstr="#d7793d",GradientType=1);
}
section.oferta h1 {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
section.oferta h1 span {
    color: #ffffff;
}
section.oferta h2 {
    text-align: center;
    font-size: 20px;
    width: 50%;
    margin: 0 auto 25px auto;
}
section.oferta h3 {
    text-align: center;
    font-size: 18px;
    color: red;
    background: #000000;
    padding: 5px 10px;
    width: 50%;
    font-weight: 600;
    margin: 0 auto 50px auto;
}
section.oferta h4 {
    color: #ffffff;
    text-align: center;
    margin: 50px auto 35px auto;
    font-size: 20px;
    font-weight: 600;
}
a.of1pt {
    clear: both;
    display: block;
    width: 31%;
    margin: 0 auto;
}
section.oferta img.desk {
    clear: both;
    display: block;
    width: 95%;
    margin: 0 auto;
}
section.oferta img.mb {
    display: none;
}
/* Oferta */

/* Faq */
section.faq {
    padding: 75px 0;
}
section.faq h1 {
    color: #000000;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
.accordion-item {
	width: 75%;
	margin: 0 auto 15px auto;
    border: none;
    border-radius: 0 !important;
    border-bottom: solid 1px #cb6829;
}
.accordion-header {
    padding: 25px 25px;
    background: #fafafa;
    color: #000000;
    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: #cb6829;
	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: 25px 0 75px 0;
}
.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: #ffffff;
    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 #d7cb93;
}
footer.footer h2 {
	color: #595959;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 35px auto;
}
img.ml {
    clear: both;
    display: block;
    width: 15%;
    margin: 0 auto 50px auto;
}
footer.footer h3 {
	color: #595959;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 35px auto;
}
footer.footer p {
	color: #595959;
	text-align: center;
	width: 50%;
	margin: 0 auto 25px auto;
}
img.logo-dermafix {
    clear: both;
    display: block;
    width: 150px;
}
footer.footer h1 {
    color: #dd702b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
footer.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-ft {
	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-ft.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é */

/* Obrigado */
header.header-obg {
    padding: 75px 0 50px 0;
}
img.ck550 {
    clear: both;
    display: block;
    width: 15%;
    margin: 0 auto;
}
img.icon-obg {
    clear: both;
    display: block;
    width: 20%;
    margin: 0 auto 35px auto;
}
section.obg h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto 35px auto;
}
section.obg h1 span {
    color: #dd702b;
    font-style: italic;
}
section.obg h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 75px auto;
}
img.potes-obg {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 50px auto;
}
/* Obrigado */

/* Upsell */
header.header-upsell {
    padding: 75px 0;
    background: url("../img/bg-top.webp") 50% 50% no-repeat;
}
header.header-upsell h1 {
    text-align: center;
    color: #dd702b;
    font-weight: 900;
    font-size: 40px;
    margin: 0 auto 25px auto;
}
header.header-upsell h2 {
    text-align: center;
    font-size: 20px;
    width: 75%;
    margin: 0 auto 50px auto;
}
header.header-upsell h3 {
    background: rgb(232,96,10);
    background: -moz-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8600a",endColorstr="#d7793d",GradientType=1);
    padding: 25px;
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
header.header-upsell h4 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin: 0 auto 25px auto;
}
header.header-upsell h4 span {
    background: rgb(232,96,10);
    background: -moz-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    background: linear-gradient(45deg, rgba(232,96,10,1) 0%, rgba(215,121,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8600a",endColorstr="#d7793d",GradientType=1);
    padding: 0 10px;
    color: #000000;
}
header.header-upsell p {
    text-align: center;
    font-size: 18px;
    margin: 0;
}
header.header-upsell p span {
    color: #dd702b;
    font-weight: 700;
}
img.preco-upsell {
    clear: both;
    display: block;
    width: 65%;
    margin: 0 auto;
}
img.potes-upp {
    clear: both;
    display: block;
    width: 90%;
    margin: auto;
}
.header-upsell button {
    clear: both;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 35px auto 50px auto;
    border: none!important;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #78bc45;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
/* Upsell */

/* Remarketing Pote extra + 25% */
header.header-rmkt {
    padding: 75px 0;
    background: url("../img/bg-bonus.webp") 50% 50% no-repeat;
}
header.header-rmkt h1 {
    text-align: center;
    width: 75%;
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto;
}
header.header-rmkt span {
    color: #dd702b;
}
/* Remarketing Pote extra + 25% */

/* Responsivo */
@media (max-width: 700px) {
    /* Header */
    header.header {
        padding: 50px 0;
    }
    header.header img.desk {
        display: none !important;
    }
    header.header img.mb {
        display: block !important;
        width: 70%;
        margin: 0 auto 20px auto;
    }
    header.header h1 {
        text-align: center;
        font-size: 18px;
    }
    header.header ul {
        padding: 0;
    }
    header.header ul li {
        font-size: 16px;
    }
    .header h6 {
        text-align: center;
    }
    a.cta, button.cta {
        width: 100% !important;
    }  
    img.tarja-selos.mb {
        display: block !important;
        width: 100% !important;
        margin: 35px auto 0 auto !important;
    }
    img.tarja-selos .desk {
        display: none !important;
    }      
    /* Header */
    
    /* Funcionar */
    section.funcionar {
        padding: 50px 0;
    }
    section.funcionar h1, section.capaz h1, section.formula h1, section.timeline h1, section.comparativo h1, section.bonus h1, section.oferta h1, section.faq h1 {
        font-size: 22px;
        text-align: center;
        width: 100%;
    }
    section.funcionar h2, section.capaz h2, section.formula h2, section.timeline h2, section.comparativo h2, section.bonus h2, section.oferta h2 {
        font-size: 20px;
        margin: 0 auto 35px auto;
        text-align: center;
        width: 100%;
    }
    section.funcionar .box {
        margin: 0 auto 35px auto;
    }    
    img.bfn {
        width: 45%;
    }    
    /* Funcionar */
    
    /* Capaz */
    section.capaz {
        padding: 50px 0;
    }    
    /* Capaz */
    
    /* Formula */
    section.formula {
        padding: 50px 0 500px 0;
        background: #fafafa url(../img/bg-formula.webp) 100% 4200px no-repeat;
        background-attachment: inherit;
        background-size: 750px;
    }
    section.formula .box {
        display: block;
        padding: 25px;
    }  
    img.item-frml {
        width: 45%;
        margin: 0 auto 25px auto;
    }    
    .formula .box p {
        text-align: center;
        line-height: 1.8;
    }    
    /* Formula */
    
    /* Timeline */
    section.timeline {
        padding: 50px 0;
    }
    .timelinebg {
        background: none;
        border-left: solid 5px #dd702b;
    }
    .item1, .item2, .item3, .item4 {
        padding: 20px 0 20px 0;
    }  
    /* Timeline */
    
    /* Como tomar */
    .comotomar .copy, .garantia .copy {
        display: block !important;
        width: 100%;
        padding: 30px;
    }
    .comotomar .copy h1 {
        text-align: center;
        font-size: 25px;
        border-bottom: dashed 1px #000000;
        padding: 0 0 25px 0;
        margin: 0 auto 30px auto;
    }
    .comotomar .copy p, .garantia .copy p {
        border: none !important;
        padding: 0;
        text-align: center;
        margin: 0;
    }    
    /* Como tomar */
    
    /* Anvisa */
    section.anvisa {
        padding: 50px 0;
    }
    section.anvisa img {
        width: 90%;
        margin: 0 auto 35px auto;
    }
    section.anvisa p {
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
    }    
    /* Anvisa */
    
    /* Comparativo */
    section.comparativo {
        padding: 50px 0;
    }
    section.comparativo img {
        width: 100%;
    }    
    /* Comparativo */
    
    /* Garantia */
    section.garantia {
        padding: 50px 0;
    }
    .garantia .copy img {
        clear: both;
        display: block;
        width: 80%;
        margin: 0 auto 30px auto !important;
        padding: 0 0 30px 0;
        border-bottom: dashed 1px #000000;
    }    
    /* Garantia */
    
    /* Bônus */
    section.bonus {
        padding: 50px 0;
        background-attachment: inherit;
        background-size: cover !important;
    }
    section.bonus .box {
        width: 100%;
        padding: 25px;
        margin: 0 auto 35px auto;
    }    
    /* Bônus */
    
    /* Oferta */
    section.oferta {
        padding: 60px 0;
    }
    section.oferta h3 {
        width: 100%;
    }
    section.oferta img.desk {
        display: none !important;
    }
    section.oferta img.mb {
        display: block !important;
        width: 100%;
        margin: 0 auto 35px auto;
    }    
    /* Oferta */
    
    /* Faq */
    section.faq {
        padding: 50px 0;
    }
    .accordion-item {
        width: 100%;
    }
    .accordion-header {
        padding: 20px 35px 20px 20px;
    }    
    /* Faq */
    
	/* WhatsApp */
	.wpp .box {
		width: 100%;
		padding: 50px 20px;
	}
	section.wpp h1 {
		font-size: 30px;
	}
	section.wpp a {
		width: 100%;
	}	
	/* WhatsApp */
    
	/* Rodapé */
	footer.footer p {
		width: 100%;
	}
	img.logo-dermafix {
		width: 55%;
		margin: 0 auto 30px 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é */
    
    /* Oferta */
    section.oferta {
        padding: 60px 0;
    }
    section.oferta h3 {
        width: 100%;
    }
    section.oferta h4 {
        margin: 35px auto;
        font-size: 18px;
    }    
    section.oferta img.desk {
        display: none !important;
    }
    section.oferta img.mb {
        display: block !important;
        width: 100%;
        margin: 0 auto 35px auto;
    }    
    a.of1pt {
        width: 100%;
    }
    /* Oferta */
    
    /* Upsell */
    header.header-upsell {
        padding: 50px 0 35px 0;
        background-size: cover;
    }
    header.header-upsell h1 {
        font-size: 25px;
    } 
    header.header-upsell h2 {
        width: 100%;
        font-size: 16px;
        margin: 0 auto 35px auto;
    }
    img.potes-upp {
        width: 75%;
    }    
    header.header-upsell h3 {
        padding: 15px;
        font-size: 16px;
    }
    header.header-upsell h4 {
        font-size: 25px;
    }   
    img.preco-upsell {
        width: 95%;
        margin: 0 auto 50px auto;
    }
    header.header-upsell p {
        font-size: 16px;
    }
    .header-upsell button {
        width: 100%;
    }
    /* Upsell */
    
    /* Remarketing Pote extra + 25% */
    header.header-rmkt {
        padding: 40px 0;
        background-size: cover;
    }
    header.header-rmkt h1 {
        width: 100%;
        font-size: 23px;
    }    
    /* Remarketing Pote extra + 25% */
    
}
/* Responsivo */