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

/* Header */
header.header {
	background: #000000 url("../img/bg1.webp") 50% bottom no-repeat;
	padding: 75px 0;
	background-size: cover;
}
svg.base-hd {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    margin: -1px auto 0 auto;
}
header.header h1 {
    font-size: 41px;
    width: 65%;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
	margin: 0 0 35px 0;
}
header.header h2 {
    font-size: 51px;
    width: 65%;
    line-height: 1.2;
    color: #f4d62e;
    font-weight: 600;
	margin: 0 0 75px 0;
}
header.header h1 span {
    border-bottom: solid red 4px;
}
.header .box {
    background: #ffffff;
    width: 50%;
	padding: 0 0 20px 0;
	margin: 0 0 50px 0
}
.header .box h3 {
    padding: 10px 0 10px 80px;
    color: #ffffff;
    font-size: 25px;
    margin: 0 auto 25px 0;
    background: rgb(169,38,38);
    background: -moz-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a92626",endColorstr="#d92b2b",GradientType=1);
}
.header .box p {
    padding: 0 30px;
    font-size: 20px;
    line-height: 1.8;
	width: 100% !important;
	color: #000000 !important;
}
img.avatar-dr {
    clear: both;
    display: block;
    width: 75px;
    height: 75px;
    margin: -12px;
    position: absolute;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
header.header p {
    color: #ffffff;
    width: 50%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
/* Header */

/* Questões */
section.questoes {
    padding: 75px 0 50px 0;
}
section.questoes h1 {
    font-size: 30px;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.questoes h2 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
section.questoes h2 span, section.questoes p b.red  {
	font-size: 20px;
	font-weight: 600;
	color: red;
}
section.questoes p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
/* Questões */

/* Atenção */
svg.base-atc {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    fill: #ffffff;
    margin: -1px auto 100px auto;
}
section.atencao {
	background: #000000 url("../img/bg2.webp") 50% center no-repeat;
	background-attachment: fixed;
	padding: 0 0 75px 0;
}
section.atencao .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.95);
    margin: 0 auto;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);	
}
.atencao .box h1 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    width: 30%;
    text-align: center;
    margin: -65px auto -10px auto;
    padding: 20px 0 75px 0;
    clip-path: polygon(0 0,100% 0,100% 50%,50% 70%,0 50%);
    background: rgb(169,38,38);
    background: -moz-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a92626",endColorstr="#d92b2b",GradientType=1);
}
.atencao .box h2 {
    font-size: 18px;
    width: 75%;
	text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 50px auto;
}
.atencao .box ul {
	width: 95%;
    clear: both;
    display: block;
    margin: 10px auto 30px auto;
    padding: 0 !important;
}
.atencao .box ul li {
    list-style: none !important;
    font-size: 20px;
    margin: 0 0 50px 0;
}
.atencao .box ul li svg {
	fill: #7c6526;
	width: 30px;
	height: 25px;
	margin-top: -5px;
}
/* Atenção */

/* Depoimentos */
section.depoimentos {
	background: #ffffff url("../img/bg3.webp") 50% center no-repeat;
    padding: 75px 0;
}
section.depoimentos h1 {
	text-align: center;
	width: 75%;
    font-size: 50px;
    margin: 0 auto 50px auto;
    font-weight: 600;
}
img.cmt {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 35px auto;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
}
/* Depoimentos */

/* Dr. Gustavo */
section.drgustavo {
	background: url("../img/bg4.webp") 50% center no-repeat;
	background-attachment: fixed;
}
svg.top-dr {
    fill: #ffffff;
    height: 50px;
    width: 100%;
    margin: 0 auto 75px auto;
}
svg.bottom-dr {
    fill: #ffffff;
    height: 50px;
    width: 100%;
    margin: 75px auto 0 auto;
}
section.drgustavo .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.95);
    margin: 0 auto 5px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
section.drgustavo .box h1 {
    font-size: 25px;
    width: 75%;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 50px auto;
}
section.drgustavo .box p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0 auto 25px auto;
}
section.drgustavo h2 {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    margin: 50px auto;
    width: 75%;
}
.drgustavo .box2 {
    display: flex;
}
img.amanda {
    width: 45%;
    height: 100%;
    margin: 0 auto 0 30px;
}
img.barriga {
    width: 45%;
    height: 100%;
    margin: 0 30px 0 auto;
}
/* Dr. Gustavo */

/* Substancia */
.substancia .copy {
	padding: 75px 0 35px 0;	
	clear: both;
	display: block;
	width: 75%;
	margin: 0 auto;
}
.substancia .copy h1 {
    font-size: 30px;
	text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
img.banner-agro {
    clear: both;
    display: block;
    width: 85%;
    margin: 0 auto 50px auto;
}
.substancia .copy p {
    font-size: 18px;
    line-height: 1.8;
}
img.materia {
    clear: both;
    display: block;
    width: 85%;
    margin: 50px auto;
}
/* Substancia 2 */
section.substancia2 {
	background: url("../img/bg5.webp") 50% center no-repeat;
	background-attachment: fixed;
}
svg.top-dr {
    fill: #ffffff;
    height: 50px;
    width: 100%;
    margin: 0 auto 75px auto;
}
svg.bottom-dr {
    fill: #ffffff;
    height: 50px;
    width: 100%;
    margin: 75px auto 0 auto;
}
section.substancia2 .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.95);
    margin: 0 auto 5px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
section.substancia2 .box h1 {
    font-size: 25px;
    width: 75%;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 50px auto;
}
section.substancia2 .box p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 25px auto;
}
img.materia2 {
	clear: both;
	display: block;
	margin: 0 auto 50px auto;
}
svg.bottom-scl {
    fill: #ffffff;
    height: 50px;
    width: 100%;
    margin: 75px auto 0 auto;
}
/* Substancia */

/* Solução */
section.solucao {
	padding: 0 0 50px 0;
}
section.solucao h1 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    width: 40%;
    text-align: center;
    margin: -65px auto -10px auto;
    padding: 20px 0 95px 0;
    clip-path: polygon(0 0,100% 0,100% 50%,50% 70%,0 50%);
    background: rgb(169,38,38);
    background: -moz-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a92626",endColorstr="#d92b2b",GradientType=1);
}
section.solucao p {
    font-size: 18px;
    line-height: 1.8;
    width: 75%;
    text-align: center;
    margin: 0 auto 25px auto;
}
/* Solução */

/* Entenda a solução */
section.entenda-solucao {
	background: #000000;
}
svg.top-etdsl, svg.bottom-etdsl {
    width: 100%;
    height: 50px;
    fill: #ffffff;
}
section.entenda-solucao .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.99);
    margin: 0 auto 75px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
section.entenda-solucao h1 {
	width: 75%;
	color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin: 75px auto 35px auto;
    font-weight: 600;
}
section.entenda-solucao .box p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 25px auto;
}
img.peixe {
	clear: both;
	display: block;
	margin: 0 auto 50px auto;
}
/* Entenda a solução */

/* Componentes */
section.componente {
    padding: 75px 0;
}
section.componente .copy {
	width: 75%;
	margin: 0 auto;
}
section.componente .copy h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.componente .copy h2 {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
.componente .copy p {
    font-size: 18px;
    line-height: 1.8;
}
.depoimentos-wpp {
    clear: both;
    display: flex;
	text-align: center !important;
}
.depoimentos-wpp img {
    width: 30%;
    margin: 0 auto 50px auto;
}
section.componente .copy h3, section.componente .copy h4 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
section.componente .copy h3 span, section.componente .copy h4 span {
    font-size: 20px;
    font-weight: 600;
    color: red;
}
/* Componentes */

/* Resultados */
section.resultados {
	background: url("../img/bg4.webp") 50% center no-repeat;
	background-attachment: fixed;
}
section.resultados .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.95);
    margin: 0 auto 5px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
section.resultados .box h1 {
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 50px auto;
}
section.resultados .box p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 25px auto;
}
section.resultados img {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 50px auto;
}
/* Resultados */

/* Testamos */
section.testamos {
	padding: 75px 0;
}
section.testamos .copy {
	width: 75%;
	margin: 0 auto;
}
.testamos .copy h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.testamos h2 {
    text-align: center;
    font-size: 16px;
}
.testamos .copy p {
    font-size: 18px;
    line-height: 1.8;
}
/* Testamos */

/* tratamento */
section.tratamento {
	background: #000000 url("../img/bg1.webp") 50% center no-repeat;
	background-attachment: fixed;
}
section.tratamento .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.95);
    margin: 0 auto 5px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
section.tratamento .box h1 {
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 50px auto;
}
section.tratamento .box p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 25px auto;
}
.tratamento .box p b.red {
    color: red;
    clear: both;
    display: block;
    text-align: center;
    font-size: 25px;
    font-style: italic;
}
section.tratamento img {
    clear: both;
    display: block;
	position: relative;
	z-index: 1;
    width: 150px;
    height: auto;
    margin: 50px auto 0 auto;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
section.tratamento h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    width: 40%;
    text-align: center;
    margin: -30px auto -50px auto;
    padding: 40px 0 95px 0;
    clip-path: polygon(0 0,100% 0,100% 50%,50% 70%,0 50%);
    background: rgb(169,38,38);
    background: -moz-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a92626",endColorstr="#d92b2b",GradientType=1);
}
section.tratamento .box2 {
    margin: 50px auto;
}
.tratamento .box2 h3 {
    text-align: center;
    color: red;
    font-weight: 700;
    margin: 0 auto 35px auto;
}
section.tratamento .box2 p {
    text-align: center;
}
section.tratamento .box2 h4 {
    text-align: center;
    color: green;
    font-size: 25px;
    font-weight: 700;
}
.blob-w {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob-w.white {
	background: white;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.99);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
	
	100% {
		transform: scale(0.99);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
svg.bottom-trmt {
    fill: #2d0000;
    height: 50px;
    width: 100%;
    margin: 75px auto 0 auto;
}
/* tratamento */

/* Famosas */
section.famosas {
    background: #2d0000;
}
svg.bottom-fms {
    fill: #ffffff;
    height: 50px;
    width: 100%;
    margin: 35px auto 0 auto;
}
section.famosas .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.95);
    margin: 50px auto 0 auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
section.famosas .box h1 {
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 50px auto;
}
section.famosas img {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto 10px auto;
}
section.famosas .box h2 {
    width: 75%;
    margin: 0 auto 15px auto;
    font-size: 25px;
}
section.famosas .box p {
    width: 75%;
    margin: 0 auto 40px auto;
    line-height: 1.6;
    font-size: 18px;
}
/* Famosas */

/* Vantagens */
section.vantagens {
	padding: 50px 0;
}
section.vantagens .copy {
	width: 75%;
	margin: 0 auto;
}
section.vantagens .copy h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.vantagens .copy p {
    font-size: 18px;
    line-height: 1.8;
}
section.vantagens .copy h2 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
section.vantagens .copy h2 span {
    font-size: 20px;
    font-weight: 600;
    color: red;
}
span.legenda-foto {
    text-align: center;
    font-size: 14px;
    clear: both;
    display: block;
    margin: 0 auto 25px auto;
    font-weight: 500;
    font-style: italic;
}
img.medico {
    clear: both;
    display: block;
    width: 35%;
    margin: 25px auto 10px auto;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
img.artigo {
    clear: both;
    display: block;
    margin: 0 auto 35px auto;
}
/* Vantagens */

/* Antes e Depois */
section.adp {
    background: #000000;
}
section.adp h1 {
    font-size: 30px;
	color: #ffffff;
	width: 75%;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.adp p {
    text-align: center;
    color: #ffffff;
}
/* Antes e Depois */

/* Tempo */
section.tempo {
	background: #ffffff url("../img/bg6.webp") 50% 0 no-repeat;
	padding: 75px 0;
}
section.tempo .copy {
    width: 75%;
    margin: 0 auto;
}
section.tempo .copy h1 {
    font-size: 30px;
    text-align: center;
	color: red;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.tempo .copy p {
    font-size: 18px;
    line-height: 1.8;
}
section.tempo .copy h2 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
section.tempo .copy h2 span {
    font-size: 20px;
    font-weight: 600;
    color: red;
}
span.data-dia, span#dataAtras {
    font-size: 22px;
    font-weight: 800;
    color: red;
}
/* Tempo */

/* Conheça */
section.conheca {
	background: #ffffff url("../img/bg7.webp") 50% 0 no-repeat;
	background-attachment: fixed;
}
section.conheca h1 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    width: 40%;
    text-align: center;
    margin: -135px auto -10px auto;
    padding: 20px 0 95px 0;
    clip-path: polygon(0 0,100% 0,100% 50%,50% 70%,0 50%);
    background: rgb(169,38,38);
    background: -moz-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    background: linear-gradient(45deg, rgba(169,38,38,1) 0%, rgba(217,43,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a92626",endColorstr="#d92b2b",GradientType=1);
}
svg.bottom-chc {
    fill: #000000;
    height: 50px;
    width: 100%;
    margin: 0 auto;
}
img.potes {
    clear: both;
    display: block;
    width: 85%;
    margin: 0 auto;
}
section.conheca .copy {
	margin: 35px auto 0 auto;
    background: rgba(255,255,255,0.5);
    padding: 35px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
section.conheca .copy p {
    font-size: 20px;
	font-weight: 600;
    line-height: 1.8;
}
/* Conheça */

/* Conclusão */
section.conclusao {
    background: #000000;
    padding: 75px 0 0 0;
}
section.conclusao h1 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.conclusao h2 {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.conclusao ul {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 35px;
    background: rgba(255,255,255,0.95);
    margin: 0 auto 5px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); 
}
.conclusao ul li {
    list-style: none;
    margin: 0 auto 25px auto;
    font-size: 20px;
}
/* Conclusão */

/* Milagre */
section.milagre {
    padding: 75px 0;
}
section.milagre h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.milagre h2 {
    width: 75%;
    font-size: 25px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.milagre h3 {
    color: red;
    font-style: italic;
    width: 75%;
    font-size: 20px;
    margin: 0 auto 15px auto;
    font-weight: 600;
}
section.milagre p {
    width: 75%;
    margin: 0 auto 50px auto;
    border-left: solid 10px red;
    background: #fafafa;
    padding: 35px;
}
/* Milagre */

/* Aviso */
section.aviso {
    background: url(../img/bg4.webp) 50% center no-repeat;
    background-attachment: fixed;
}
section.aviso h1 {
    width: 75%;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.aviso .box {
    padding: 35px;
    width: 75%;
    background: rgba(255,255,255,0.95);
    margin: 0 auto 5px auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/* Aviso */

/* Garantia */
section.garantia {
	padding: 75px 0;
}
section.garantia .copy {
    width: 75%;
    margin: 0 auto;
}
section.garantia .copy h1 {
    font-size: 30px;
    text-align: center;
    color: red;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.garantia .copy p {
    font-size: 18px;
    line-height: 1.8;
}
section.garantia img {
    clear: both;
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto 50px auto;
}
/* Garantia */

/* Oferta */
section.oferta {
	background: #000000;
	padding: 75px 0 0 0;
}
section.oferta h1 {
    font-size: 30px;
    color: #ffffff;
    width: 75%;
    text-align: center;
    margin: 0 auto 5px auto;
    font-weight: 600;
}
section#oferta2 h1 {
	margin-bottom: 50px;
}
section.oferta h1 span.red, section.oferta p b.red 	{
	color: red;
}
section.oferta h2 {
    font-size: 16px;
    color: #ffffff;
    width: 75%;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.oferta h3 {
    text-align: center;
    color: #ffffff;
    width: 75%;
    margin: 50px auto;
    font-size: 25px;
}
section.oferta p {
    font-size: 18px;
	color: #ffffff;
	width: 75%;
	margin: 0 auto 20px auto;
	text-align: center;
    line-height: 1.8;
}
img.ofdesk {
    clear: both;
    display: block;
    width: 90%;
    margin: 0 auto;
}
img.ofmb {
	display: none;
}
button.kits, button#kitsButton {
    clear: both;
    display: block;
    position: absolute;
    background: transparent;
    padding: 30px 151px;
    margin: -259px 30px 0 30px;
    border: none!important;
    color: transparent !important;
}
a.oferta1pt {
    clear: both;
    display: block;
    width: 32%;
    margin: 0 auto;
}
/* Oferta */

/* Economia */
section.economia {
    padding: 50px 0;
}
section.economia h1 {
    font-size: 50px;
    color: red;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}
/* Economia */

/* Box WhatsApp*/
.box-wpp {
    background: url(../img/bg-wpp-box.webp) 50% 0 no-repeat;
    background-size: cover;
    padding: 50px 35px;
    margin: 75px auto 0 auto;
    width: 75%;
}
.box-wpp h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    margin: 0 auto 35px auto;
}
.box-wpp p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 35px auto;
    text-shadow: 0 0 8px rgba(0,0,0,.6);
}
a.cta-wpp {
    clear: both;
    display: block;
    text-align: center;
    background: #2fb260;
    padding: 25px 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
a.cta-wpp svg {
    height: auto;
    width: 23px;
    margin-bottom: 5px;
}
.blob-wpp.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}
.blob-wpp {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 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);
	}
}
/* Box WhatsApp*/

/* Samantha */
section.samantha {
    padding: 75px 0;
}
section.samantha h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 35px auto;
    font-weight: 600;
}
section.samantha p {
    font-size: 18px;
    line-height: 1.8;
}
section.samantha img {
    clear: both;
    display: block;
    width: 80%;
    margin: 0 auto;
}
/* Samantha */

/* PopUp */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);    
}
#popup {
    background: #ffffff url("../img/bg-popup.webp") 50% 50% no-repeat;
    background-size: cover;
    display: none;
    position: fixed;
    width: 650px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;    
}
.popup-box h1 {
    text-align: center;
    background: red;
    text-transform: uppercase;
    font-size: 35px;
    color: yellow;
    padding: 10px 0;
    margin: 0 auto 55px auto;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;    
}
.popup-box h2 {
    text-align: center;
    margin: 0 35px 25px 35px;
    font-size: 35px;
    font-weight: 600;
}
.popup-box p {
    text-align: center;
    font-size: 18px !important;
    line-height: 1.6;
    margin: 0 35px;
}
button.bt-continuar {
    color: #ffffff;
    border: solid 2px darkgreen;
    background: green;
    width: 90%;
    padding: 15px 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 35px auto 45px auto;
}
button.bt-continuar:hover {
    background: darkgreen;
    color: greenyellow;    
}
#close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
span#close svg {
    clear: both;
    display: block;
    height: auto;
    width: 20px;
    fill: #ffffff;
}
span#close svg:hover {
    fill: yellow;
}
/* PopUp */

/* 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;
}
.row.ft2 {
    margin-top: 50px;
}
img.logo-dermafix {
    clear: both;
    display: block;
    width: 150px;
}
footer.footer h1 {
    color: #F8E183;
    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 {
	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é */

/* Responsivo */
@media (max-width: 700px) {
	.copy, .box, img.cmt, img.banner-agro, img.materia, img.materia2, section.conclusao ul {
		width: 100% !important;
	}
	h1, h2, h3, h4, h5, h6, p {
		width: 100% !important;
		text-align: center !important;
	}
	header.header h1, header.header h2 {
		width: 100%;
	}
	header.header h1 {
		text-align: center;
		font-size: 25px;
	}
	header.header h2 {
		text-align: center;
		font-size: 23px;
	}
	.header .box {
		width: 100%;
	}
    .box {
        padding: 25px !important;
    }
	.header .box h3 {
		font-size: 14px;
	}
	p {
		font-size: 16px !important;
		line-height: 1.4 !important;
		width: 100% !important;
		text-align: center;
	}
	img.avatar-dr {
		margin: -6px;
		width: 50px;
		height: 50px;
	}
	header.header p, section.conclusao h2, section.milagre h2 {
		width: 100%;
		text-align: center;
		line-height: 1.4;
		font-size: 18px;
	}
	@keyframes pulse-white {
		70% {
			transform: scale(1);
			box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
		}
	}	
    
    /* Popup */
    #popup {
        width: 95%;
        top: 45%;
    }
    .popup-box h2 {
        font-size: 30px;
        margin: 0 auto 25px auto;
        width: 80%;
    }
    .popup-box p {
        margin: 0 auto;
        width: 80%;
        padding: 0 20px;
    }  
    button.bt-continuar {
        font-size: 18px;
    }    
    /* Popup */
	
	/* Depoimentos WPP */
	.depoimentos-wpp {
		display: block;
	}	
	.depoimentos-wpp img {
		clear: both;
		display: block;
		width: 85%;
	}	
	/* Depoimentos WPP */
	
	/* Questões */
	img.mulher-triste {
		width: 75%;
		margin: 0 auto 35px auto;
		clear: both;
		display: block;
	}
	section.questoes h1, section.depoimentos h1, section.drgustavo .box h1, section.drgustavo h2, .substancia .copy h1, section.entenda-solucao h1, section.adp h1, section.oferta h1, section.garantia .copy h1, section.tempo .copy h1, section.samantha h1, section.conclusao h1, section.milagre h1, section.aviso h1, section.famosas .box h1 {
		width: 100% !important;
		text-align: center;
		font-size: 20px;
	}	
	/* Questões */
	
	/* Tratamento */
	section.tratamento h2, section.economia h1 {
		font-size: 25px !important;
	}
	/* Tratamento */
	
	/* Dr. Gusrtavo */
	section.drgustavo, section.substancia2, section.resultados, section.tratamento, section.tempo, section.tratamento, header.header, section.atencao, section.depoimentos {
		background-size: cover !important;
		background-attachment: scroll !important;
	}	
	section.drgustavo .box {
		display: block;
	}
	section.drgustavo .box p {
		text-align: center;
	}
	img.amanda, img.barriga, section.testamos img {
		width: 75%;
		clear: both;
		display: block;
		margin: 0 auto 35px auto !important;
	}	
	/* Dr. Gusrtavo */
	
	/* Oferta */
	section.oferta img, section.famosas img, a.oferta1pt {
		width: 100%;
		margin: 0 auto 35px auto;
	}
	img.ofdesk {
		display: none !important;
	}
	img.ofmb {
		display: block !important;
	}
    section.oferta h3 {
        margin: 25px auto 50px auto;
        font-size: 23px;
    }   
    button.kits, button#kitsButton {
        padding: 20px 143px;
        margin: -191px 30px 0 30px;
    }
	/* Oferta */
    
    /* Box WhatsApp*/
    .box-wpp {
        width: 100%;
        padding: 40px 20px;
    } 
    .box-wpp h2 {
        font-size: 19px;
    }    
    a.cta-wpp {
        width: 100%;
        font-size: 16px;
    }    
    /* Box WhatsApp*/
	
	/* Garantia */
	section.garantia img {
		width: 175px;
	}
	/* Garantia */
	
	/* Samantha */
	section.samantha img {
		margin: 0 auto 35px auto;
	}	
	/* Samantha */
	
	/* Rodapé */
	img.ml {
		width: 55%;
	}
	footer.footer p {
		width: 100%;
	}
	img.logo-dermafix {
		width: 100px;
		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é */		
}
/* Responsivo */