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

/* Header */
header.header {
    padding: 100px 0 175px 0;
    background: url("../img/bg-top.webp") 50% bottom no-repeat;
}
.header img.potes {
    clear: both;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.header img.potes.mb {
    display: none;
}
header.header h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    margin: 55px auto 15px auto;
}
header.header h2 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 auto 35px auto;
}
header.header h2 i {
    background: #ffffff;
    color: #1700a9;
    padding: 0 5px;
}
header.header ul {
    margin: 0 auto 25px auto;
    padding: 0;
}
header.header ul li {
    list-style: none;
    color: #ffffff;
    line-height: 2;
}
header.header ul li svg {
    fill: #1f00d5;
    width: auto;
    height: 18px;
    margin: -6px 0 0 0;
}
header.header h6 {
    margin: 0 0 20px 0;
    color: #ffffff;
}
header.header h6 span {
    background: #ffffff;
    color: #1700a9;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
header.header h6 span svg {
    margin: -2px 0 0 0;
}
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);
	}
}
button.cta svg {
    width: auto;
    height: 20px;
    margin-top: -8px;
}
button.cta-principal {
    width: 75%;
    margin: 0;
}
/* Header */

/* Benefícios */
section.beneficios .row.box {
    background: rgba(255,255,255,0.9);
    padding: 50px 35px;
    margin: -100px 0 0 0;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
section.beneficios h1 {
    color: #10007f;
    text-align: center;
    text-transform: uppercase;
    width: 65%;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto 25px auto;
}
section.beneficios h2 {
    color: #000000;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 50px auto;
}
.beneficios .row.box p {
    text-align: center;
    line-height: 1.6;
    margin: 0 0 35px 0;
}
span.separate {
    clear: both;
    display: block;
    background: #1800aa;
    height: 1px;
    width: 50%;
    margin: 25px auto;
}
section.beneficios img {
    clear: both;
    display: block;
    width: 150px;
    margin: 0 auto;
}
section.depoimentos iframe {
    clear: both;
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto 50px auto;
}
/* Benefícios */

/* Depoimentos */
section.depoimentos {
    padding: 100px 0;
}
section.depoimentos h1 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 65%;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto 25px auto;
}
section.depoimentos2 h1 {
    width: 100%;
}
section.depoimentos h2 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 50px auto;
}
section.depoimentos h6 {
    text-align: center;
    margin: 0 0 20px 0;
    color: #ffffff;
}
section.depoimentos h6 span {
    background: #ffffff;
    color: #1700a9;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
section.depoimentos h6 span svg {
    margin: -2px 0 0 0;
}
button.cta-depoimentos {
    width: 40%;
    margin: 0 auto;
}
/* Depoimentos */

/* Formula */
section.formula {
    padding: 100px 0;
    background: #000028 url("../img/bg-formula.webp") 50% 50% no-repeat;
    background-attachment: fixed;
}
section.formula h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto 25px auto;
}
section.formula h2 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 auto 50px auto;
}
section.formula .box {
    display: flex;
    flex-direction: row;
    align-items: center;    
    padding: 25px;
    background: rgba(0,0,40,0.3);
    margin: 0 auto 25px auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);    
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.formula .box .text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 10px auto;
}
.formula .box .text p {
    color: #ffffff;
    font-style: italic;
    margin: 0;
}
img.frml {
    clear: both;
    display: block;
    width: 125px;
    margin: 0 25px 0 0;
}
/* Formula */

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

/* Como tomar */
section.comotomar {
    padding: 100px 0;
    background: #ffffff;
}
.comotomar .copy {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 35px 75px;
    background: rgb(31,0,213);
    background: -moz-linear-gradient(45deg, rgba(31,0,213,1) 0%, rgba(0,0,40,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(31,0,213,1) 0%, rgba(0,0,40,1) 100%);
    background: linear-gradient(45deg, rgba(31,0,213,1) 0%, rgba(0,0,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f00d5",endColorstr="#000028",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: #ffffff;
    font-size: 40px;
}
.comotomar .copy p {
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    padding: 75px 0 75px 50px;
    margin: 0;
    border-left: dashed 1px #ffffff;
}
a.cta-formula, button.cta-formula {
    width: 70%;
    margin: 35px 0 0 0;
}
/* Como tomar */

/* Anvisa */
section.anvisa {
    padding: 100px 0;
}
section.anvisa p {
    text-align: center;
    color: #ffffff;
    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: 0 0 100px 0;
}
section.comparativo h1 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto 25px auto;
}
section.comparativo h2 {
    color: #ffffff;
    width: 75%;    
    text-align: center;
    font-size: 22px;
    margin: 0 auto 50px auto;
}
section.comparativo img {
    clear: both;
    display: block;
    width: 75%;
    margin: auto;
}
section.comparativo img.mb {
    display: none;
}
a.cta-comparativo, button.cta-comparativo {
    width: 40%;
    margin: 50px auto 0 auto;
}
/* Comparativo */

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

/* Oferta */
section.oferta {
    padding: 100px 0;
    background: rgb(31,0,213);
    background: -moz-linear-gradient(45deg, rgba(31,0,213,1) 0%, rgba(0,0,40,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(31,0,213,1) 0%, rgba(0,0,40,1) 100%);
    background: linear-gradient(45deg, rgba(31,0,213,1) 0%, rgba(0,0,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f00d5",endColorstr="#000028",GradientType=1);    
}
section.oferta h1 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 65%;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto 25px auto;
}
section.oferta h2 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 25px auto;
}
section.oferta p {
    text-align: center;
    background: #ffffff;
    width: 65%;
    font-weight: 600;
    margin: 0 auto 50px auto;
}
section.oferta h3 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin: 50px auto;
}
.oferta img.desk {
    clear: both;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.oferta img.mb {
    display: none;
}
a.of1 {
    clear: both;
    display: block;
    width: 32%;
    margin: 0 auto;
}
/* Oferta */

/* Faq */
section.faq h1 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto 50px auto;
}
.accordion-item {
	width: 75%;
	margin: 0 auto 15px auto;
    border: none;
    border-radius: 0 !important;
    border-bottom: solid 1px #2000d6;
}
.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: #2000d6;
	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: 100px 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;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -2.2px;
    margin: 0 auto 20px auto;
}
section.wpp p {
	text-align: center;
	font-size: 18px;
    font-weight: 500;
    color: #000028;	
}
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: #080053;
    padding: 75px 0;
    border-top: solid 1px #1f00d5;
}
img.logo-k7 {
    clear: both;
    display: block;
    width: 150px;
}
footer.footer h1 {
    color: #ffffff;
    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.k7max {
    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 {
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto 35px auto;
}
section.obg h1 span {
    background: #1700a9;
    color: #ffffff;
    font-style: italic;
}
section.obg h2 {
    color: #ffffff;
    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 */

/* Remarketing */
span.faixa {
    clear: both;
    display: block;
    background: red;
    padding: 10px 0;
}
span.faixa h1 {
    text-align: center;
    color: yellow;
    font-size: 18px;
    margin: 0;
}
header.header-of {
    padding: 100px 0;
}
header.header-of h1 {
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    width: 80%;
    margin: 0 auto;
}
header.header-of h1 i {
    background: #ffffff;
    color: #1f00d5;
    padding: 0 10px;
}
section.anvisa-of {
    padding: 100px 0 0 0;
}
section.faq-of {
    padding: 100px 0;
}
/* Remarketing */

/* Upsell */
header.header-upsell {
    padding: 75px 0;
    background: url("../img/bg-top.webp") 50% 0 no-repeat;
    background-size: cover;
}
header.header-upsell h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    font-size: 50px;
    margin: 0 auto 25px auto;
}
header.header-upsell h2 {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    width: 75%;
    margin: 0 auto 50px auto;
}
header.header-upsell h3 {
    background: #1f00d5;
    padding: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 auto 25px auto;
}
header.header-upsell h4 {
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin: 0 auto 25px auto;
}
header.header-upsell h4 span {
    background: #1f00d5;
    padding: 0 10px;
    color: #ffffff;
}
header.header-upsell p {
    text-align: center;
    font-size: 18px;
    margin: 0;
    color: #ffffff
}
header.header-upsell p span {
    background: #1f00d5;
    color: #ffffff;
    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;
}
.video-up {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto 35px auto;
    border: solid 5px #000000;
}
header.header-upsell h5 {
    text-align: center;
    margin: 25px 0;
    font-size: 25px;
}
.row.of-up button {
    padding: 0;
    background: transparent !important;
    margin: 0 auto;
}
img.ofup.desk {
    margin: 35px auto 0 auto;
}
img.ofup.mb {
    display: none;
}
.esconder { display: none; }
/* Upsell */

/* Responsivo */
@media (max-width: 700px) {
    /* Header */
    header.header {
        padding: 50px 0;
        background: url(../img/bg-top.webp) 50% top no-repeat;
    }    
    .header img.potes.desk {
        display: none !important;
    }
    .header img.potes.mb {
        display: block !important;
    }
    header.header h1 {
        text-align: center;
        font-size: 35px;
        margin: 0 auto 20px auto;
    }
    header.header h2 {
        text-align: center;
        font-size: 20px;
    }
    header.header ul {
        width: 88%;
    }
    .header img.potes {
        width: 70%;
        margin: 0 auto 35px auto;
    }
    header.header h6 {
        text-align: center;
    }
    button.cta {
        width: 100% !important;
        font-size: 16px;
        padding: 35px 0;
    }    
    /* Header */
    
    /* Benefícios */
    section.beneficios .row.box {
        margin: 0 auto;
        padding: 35px 25px 0 25px;
    }
    section.beneficios h1 {
        width: 100%;
        font-size: 29px;
    }
    section.beneficios h2 {
        font-size: 18px;
    }
    section.beneficios img {
        width: 125px;
    }
    .beneficios .row.box p {
        margin: 0 0 50px 0;
    }    
    /* Benefícios */
    
    /* Depoimentos */
    section.depoimentos {
        padding: 50px 0;
    }
    section.depoimentos h1 {
        width: 100%;
        font-size: 30px;
    }
    section.depoimentos h2 {
        font-size: 18px;
    }
    section.depoimentos iframe {
        height: 210px;
    }    
    /* Depoimentos */
    
    /* Fórmula */
    section.formula {
        padding: 100px 0 475px;
        background: #000028 url(../img/bg-formula.webp) 65% 2230px no-repeat;
        background-size: 1500px;
        background-attachment: initial;
    }    
    section.formula h1 {
        text-align: center;
        font-size: 24px;
    }
    section.formula h2 {
        text-align: center;
        font-size: 18px;
    }
    section.formula .box {
        display: block;
    }
    img.frml {
        margin: 0 auto 25px auto;
    }
    .formula .box .text h3, .formula .box .text p {
        text-align: center;
    }    
    /* Fórmula */
    
    /* Timeline */
    section.timeline h1 {
        width: 100%;
        font-size: 30px;
    }
    section.timeline h2 {
        font-size: 18px;
    }    
    section.timeline {
        padding: 50px 0;
    }
    .timelinebg {
        background: none;
        border-left: solid 5px #1f00d5;
    }
    .item1, .item2, .item3, .item4 {
        padding: 20px 0 20px 0;
    }  
    /* Timeline */    
    
    /* Como tomar */
    section.comotomar {
        padding: 50px 0;
    }
    .comotomar .copy {
        width: 100%;
        display: block;
        padding: 35px 25px;
    }
    .comotomar .copy h1 {
        text-align: center;
        font-size: 25px;
    } 
    .comotomar .copy p {
        border-top: dashed 1px #ffffff;
        border-left: none;
        padding: 35px 0 0 0;
        margin: 35px 0 0 0;
        text-align: center;
    }
    /* 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 h1 {
        width: 100%;
        font-size: 20px;
    }  
    section.comparativo h2 {
        width: 100%;
        font-size: 18px;
    }
    section.comparativo img.desk {
        display: none !important;
    }    
    section.comparativo img.mb {
        display: block !important;
    }    
    /* Comparativo */
    
    /* Garantia */
    section.garantia {
        padding: 50px 0;
    }
    .garantia .copy {
        display: block;
        padding: 35px 25px;
    }
    .garantia .copy img {
        width: 80%;
        clear: both;
        display: block;
        margin: 0 auto;
    }
    .garantia .copy p {
        text-align: center;
        border-left: none;
        border-top: dashed 1px #ffffff;
        padding: 35px 0 0 0;
        margin: 35px 0 0 0;
    }    
    /* Garantia */
    
    /* Oferta */
    section.oferta {
        padding: 50px 0 0 0;
    }
    section.oferta h1 {
        width: 100%;
        font-size: 30px;
    }
    section.oferta h2 {
        font-size: 18px;
    }
    section.oferta p {
        width: 100%;
    }
    .oferta img.desk {
        display: none !important;
    }
    .oferta img.mb {
        display: block !important;
        width: 100%;
        margin: 0 auto 50px auto;
    }
    section.oferta h3 {
        font-size: 18px;
        margin: 0 0 50px 0;
    }
    a.of1 {
        width: 100%;
    }    
    /* Oferta */
    
    /* Faq */
    section.faq {
        padding: 0;
    }
    section.faq h1 {
        width: 100%;
        font-size: 30px;
    }    
    .accordion-item {
        width: 100%;
    }
    .accordion-header {
        padding: 20px 35px 20px 20px;
    }    
    /* Faq */
    
	/* WhatsApp */
    section.wpp {
        padding: 50px 0;
    }
	.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-k7 {
		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é */    
    
    /* Remarketing */
    header.header-of {
        padding: 50px 0;
    }
    header.header-of h1 {
        width: 100%;
        font-size: 20px;
    }  
    section.anvisa-of {
        padding: 50px 0 0 0 !important;
    }    
    section.faq-of {
        padding: 50px 0 !important;
    }    
    /* Remarketing */
    
    /* 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%;
    }
    img.ofup.desk {
        display: none !important;
    }   
    img.ofup.mb {
        display: block;
        margin: 35px auto 0 auto;
    }
    .video-up {
        width: 100%;
    }
    header.header-upsell h5 {
        font-size: 18px;
    }    
    /* Upsell */    
}
/* Responsivo */