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

/* Header */
header.header {
    padding: 100px 0;
    background: url("../img/bg-top.webp") 50% 0 no-repeat;
}
img.potes {
    clear: both;
    display: block;
    width: 80%;
    margin: 0 auto;
}
img.potes.mb {
    display: none;
}
header.header h1 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.4;
    margin: 75px 0 35px 0;
}
header.header h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 35px 0;
}
button.cta {
    clear: both;
    display: block;
    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);
	}
}
/* Header */

/* Benefícios */
section.beneficios {
    padding: 100px 0;
    background: #fafafa;
}
section.beneficios h1 {
    color: #3F6832;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 25px auto;
    text-align: center;
}
section.beneficios h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
img.bnf {
    clear: both;
    display: block;
    width: auto;
    height: 150px;
    margin: 0 auto 20px auto;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
section.beneficios h3 {
    text-align: center;
    font-size: 18px;
    color: #3F6832;    
    font-weight: 600;
    margin: 0 auto 10px auto;
}
section.beneficios p {
    text-align: center;
    line-height: 1.6;
    margin: 0;
}
/* Benefícios */

/* Sobre */
section.sobre {
    padding: 100px 0;
}
section.sobre h1 {
    color: #3F6832;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 25px auto;
}
section.sobre p {
    line-height: 1.6;
    margin: 0 0 20px 0;
}
img.tarja {
    clear: both;
    display: block;
    width: 90%;
    margin: 0;
}
img.abs-pote {
    clear: both;
    display: block;
    width: 80%;
    margin: 0 auto;
}
button.cta-sobre {
    margin: 35px 0 0 0;
}
/* Sobre */

/* Fórmula */
section.formula {
    padding: 100px 0 50px 0;
    background: #fafafa;
}
section.formula h1 {
    color: #3F6832;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 50px auto;
    text-align: center;
}
img.form {
    clear: both;
    display: block;
    width: auto;
    height: 150px;
    margin: 0 auto 20px auto;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
section.formula h2 {
    text-align: center;
    font-size: 18px;
    color: #3F6832;    
    font-weight: 600;
    margin: 0 auto 10px auto;
}
section.formula p {
    text-align: center;
    line-height: 1.6;
    margin: 0 0 50px 0;
}
/* Fórmula */

/* Depoimentos */
section.depoimentos {
    padding: 100px 0;
}
section.depoimentos h1 {
    color: #3F6832;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 25px auto;
    text-align: center;
}
section.depoimentos h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
button.cta-depoimentos {
    margin: 50px auto 0 auto;
}
/* Depoimentos */

/* Garantia */
section.garantia {
    padding: 100px 0;
    background: #fafafa;
}
section.garantia h1 {
    color: #3F6832;
    font-size: 35px;
    font-weight: 700;
    margin: 35px auto 25px auto;
}
section.garantia p {
    line-height: 1.6;
    margin: 0;
}
img.selo-grantia {
    clear: both;
    display: block;
    width: 70%;
    margin: 0 auto;
}
/* Garantia */

/* Oferta */
section.oferta {
    padding: 100px 0;
    background: rgb(38,98,61);
    background: -moz-linear-gradient(45deg, rgba(38,98,61,1) 0%, rgba(114,178,74,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(38,98,61,1) 0%, rgba(114,178,74,1) 100%);
    background: linear-gradient(45deg, rgba(38,98,61,1) 0%, rgba(114,178,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26623d",endColorstr="#72b24a",GradientType=1);
}
section.oferta h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 25px auto;
    text-align: center;
}
section.oferta h2 {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.oferta img.desk {
    clear: both;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.oferta img.mb {
    display: none;
}
/* Oferta */

/* Faq */
section.faq {
    padding: 100px 0;
    background: #fafafa;
}
section.faq h1 {
    color: #3F6832;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 25px auto;
    text-align: center;
}
section.faq h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.accordion-item {
	width: 75%;
	margin: 0 auto 15px auto;
    border: none;
    border-radius: 0 !important;
    border-bottom: solid 1px #3F6832;
}
.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: #3F6832;
	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;
    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: #1B321B;
    padding: 75px 0;
}
img.logo-bliss {
    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.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 */

/* Responsivo */
@media (max-width: 700px) {
    /* Header */
    header.header {
        background-size: cover;
        padding: 50px 0;
    }
    header.header h1 {
        font-size: 20px;
        margin: 0 auto 35px auto;
        text-align: center;
    }
    header.header h2 {
        text-align: center;
        font-size: 16px;
        margin: 0 auto 25px auto;
    }
    button.cta {
        width: 100%;
        padding: 20px 0;
        font-size: 16px;
    }
    img.potes.desk {
        display: none !important;
    } 
    img.potes.mb {
        display: block !important;
        width: 75%;
        margin: 0 auto 25px auto;
    }    
    /* Header */
    
    /* Benefícios */
    section.beneficios, section.sobre, section.formula, section.depoimentos, section.garantia, section.oferta {
        padding: 50px 0;
    }
    section.beneficios h1 {
        font-size: 20px;
    }
    section.beneficios h2, section.depoimentos h2, section.oferta h2, section.faq h2 {
        font-size: 18px;
    }
    img.bnf, img.form {
        height: 125px;
    }
    section.beneficios p {
        margin: 0 auto 50px auto;
    }
    /* Benefícios */
    
    /* Sobre */
    section.sobre h1, section.formula h1, section.depoimentos h1, section.oferta h1, section.faq h1 {
        font-size: 20px;
        text-align: center;
    }
    section.sobre p {
        text-align: center;
    }
    img.tarja {
        width: 100%;
        margin: 0 auto;
    }
    img.abs-pote {
        width: 70%;
        margin: 35px auto 0 auto;
    }    
    /* Sobre */
    
    /* Depoimentos */
    img.dpm {
        clear: both;
        display: block;
        width: 75%;
        margin: 0 auto 50px auto;
    }
    button.cta-depoimentos {
        margin: 0 auto;
    }
    /* Depoimentos */
    
    /* Garantia */
    section.garantia h1 {
        font-size: 20px;
        text-align: center;
        margin: 0 auto 25px auto;
    }
    section.garantia p {
        text-align: center;
    }
    img.selo-grantia {
        margin: 35px auto 0 auto;
    }    
    /* Garantia */
    
    /* Oferta */
    .oferta img.desk {
        display: none !important;
    }  
    .oferta img.mb {
        clear: both;
        display: block !important;
        width: 100%;
        margin: 0 auto 35px auto;
    }    
    /* Oferta */
    
    /* Faq */
    section.faq, section.wpp {
        padding: 50px 0;
    }
    .accordion-item {
        width: 100%;
    }
    .accordion-header {
        padding: 20px 40px 20px 20px;
        font-size: 14px;
    }    
    /* Faq */
    
	/* WhatsApp */
	.wpp .box {
		width: 100%;
		padding: 50px 20px;
	}
    section.wpp h1 {
        letter-spacing: normal;
        font-size: 20px;
    }
    section.wpp p {
        font-size: 16px;
    }
    section.wpp a {
        width: 100%;
        padding: 20px 0;
        font-size: 16px;
    }
	/* WhatsApp */
    
	/* Rodapé */
    footer.footer {
        padding: 50px 0;
    }    
	footer.footer p {
		width: 100%;
	}
    img.logo-bliss {
        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 */