@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}

/* CSS RESET DEFAULT */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Geral */

div, h1, h2, h3, h4, h5, h6,
p, span, li, button, a, input, label, select, td, th, strong {
  font-family: 'Poppins', sans-serif !important;
}

.container-fluid {
  padding: 0;
}

.mobileonly {
  display: none;
}

a:hover {
	text-decoration: unset;
	color: inherit;
}

p {
	line-height: 25px;
    margin-bottom: 1.5rem;
	letter-spacing: 0.06px;
	font-size: 14px;
	color: #6A6A6A;
}

p span {
	font-weight: 600;
}

img {
	max-width: 100%;
}

/*SCROLL */
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #002053;
}

/* Main Banner */

#topo {
	background-color: #00bab9;
	background-image: url('../imgs/bg-topo.png');
	height: 634px;
	display: flex;
	align-items: center;
	margin-bottom: 105px;
	position: relative;
}

#topo:after {
    content: '';
    position: absolute;
    left: -3rem;
    bottom: -4rem;
    width: 143px;
    height: 140px;
    background-image: url(../imgs/dots.png);
    background-repeat: no-repeat;
}

.logo-lp {
	margin-bottom: 25px;
}

.logo-lp img {
	max-width: 200px;
	width: 100%;
}

.infos-main {
	max-width: 775px;
	width: 100%;
}

.title-lp h1 {
    color: #fff;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}

.title-lp h1 strong {
	color: #002053;
	font-weight: 700;
}

.text-main-lp p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}

.buttons-main {
	display: flex;
	gap: 25px;
}

.button-main {
	background-color: #002053;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.06px;
	font-weight: 600;
	line-height: 25px;
	padding: 12px 35px;
	border-radius: 116px;
	transition: all .3s;
}

.button-main:hover {
	color: #fff;
	background-color: #019796;
}

.button-second {
	background-color: #fff;
	color: #002053;
	font-size: 15px;
	letter-spacing: 0.06px;
	font-weight: 600;
	line-height: 25px;
	padding: 12px 35px;
	border-radius: 116px;
}

.img-flutuante {
	position: absolute;
    right: -11rem;
    max-width: 1060px;
    bottom: -7.5rem;
}

.img-flutuante {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.img-flutuante.show {
    opacity: 1;
    transform: translateY(0);
}

.img-flutuante-mobile {
	display: none;
}

/* Fórmula */

.title-formula h2 {
	text-align: left;
    font: normal normal 600 37px / 47px Poppins;
    letter-spacing: 0px;
    color: #019796;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}

.title-formula h2 span {
	color: #002053;
}

.text-formula p {
	max-width: 668px;
	margin: auto;
	margin-bottom: 40px;
	text-align: left;
}

.img-formula {
	height: 440px;
	position: relative;
}

.img-formula img {
	position: absolute;
    bottom: 3.5rem;
    left: -1rem;
}

.linha-top {
	position: absolute;
    left: 12.2rem;
    top: 1.6rem;
}

.text-top {
	position: absolute;
    right: 4rem;
    max-width: 220px;
}

.linha-bottom {
	position: absolute;
    bottom: -19rem;
    right: 16.2rem;
}

.text-bottom {
	position: absolute;
    bottom: -22.3rem;
    max-width: 190px;
    left: 1.3rem;
}

.wrapper-texts-formula {
	position: relative;
    top: 4.2rem;
}

.img-formula img,
.wrapper-text-top,
.wrapper-text-bottom {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.img-formula-mobile {
	display: none;
}

/* Quando ativado, os elementos aparecem suavemente */
.fadeIn {
    opacity: 1 !important;
    transform: translateY(0);
}


/* Beneficios */

#beneficios {
	background-color: #002053;
 	background-image: url('../imgs/bg-so3.png');
	padding: 80px;
	margin-bottom: 110px;
	padding-bottom: 60px;
	position: relative;
	background-size: cover;
	background-position: right;
}

#beneficios:after {
    content: '';
    position: absolute;
    right: -3rem;
    top: -4rem;
    width: 143px;
    height: 140px;
    background-image: url(../imgs/dots.png);
    background-repeat: no-repeat;
}

.title-beneficios h3 {
	font: normal normal 600 37px/47px Poppins;
	letter-spacing: 0px;
	color: #002053;
	text-align: center;
}

.title-beneficio h4 {
	font: normal normal bold 21px/34px Poppins;
	letter-spacing: 0px;
	color: #019796;
}

.title-beneficio {
	display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 5px;
}

.wrapper-lista-beneficios {
	display: flex;
    gap: 82px;
    max-width: 70%;
    margin: auto;
    margin-top: 40px;
	justify-content: space-between;
}

.text-beneficio {
	max-width: 330px;
}

.text-beneficio p {
	font: normal normal normal 14px/20px Poppins;
	letter-spacing: 0.06px;
	color: #262626;
	height: 70px;
}

.titulo-beneficios h3 {
	text-align: left;
    font: normal normal 600 37px / 47px Poppins;
    letter-spacing: 0px;
    color: #0ac2c0;
    margin: auto;
    margin-bottom: 35px;
	max-width: 52%;
	margin-right: auto;
    margin-left: 0;
}


.titulo-beneficios strong {
	font-weight: 600;
	color: #fff;
}

.lista-beneficios ul li p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.lista-beneficios ul li {
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 35px;
}

.lista-beneficios li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lista-beneficios li.show {
    opacity: 1;
    transform: translateY(0);
}

.wrapper-beneficios .button-footer {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 10px;
}


.wrapper-beneficios .button-footer a:hover {
	background-color: #fff;
	color: #019796;
}

/* Resultados */

#resultados {
	margin-bottom: 125px;
}

#resultados .row {
	align-items: center;
}

.title-resultados h3 {
	text-align: left;
	font: normal normal 600 49px/42px Poppins;
	letter-spacing: 0px;
	color: #019796;
	margin-bottom: 12px;
}

.title-resultados h3 span {
	color: #002053;
	font: normal normal 600 46px/62px Poppins;
	letter-spacing: 0px;
}

.foto-depoimento {
	position: absolute;
    top: -3rem;
    width: 70px;
	display: none;
}

.card-depoimento {
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 12px #0000000D;
    border-radius: 16px;
    padding: 40px 30px;
	position: relative;
}

.text-depoimento p {
	margin-bottom: 0;
	height: 100px;
}

.depoimentos-wrapper {
	padding: 10px 0;
}

.depoimentos-wrapper .owl-stage {
	padding: 60px 0;
}

.depoimentos-wrapper .owl-stage-outer {
	padding-left: 10px;
}

.nome-depoimento h4 {
	font-size: 16px;
	color: #002053;
	font-weight: 600;
	margin-bottom: 12px;
}

.owl-item {
    transition: opacity 0.5s ease-in-out;
}

/* Diferenciais */

#diferenciais {
	margin-bottom: 140px;
}

.wrapper-card-diferenciais {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 19px 79px #0000000D;
	border-radius: 44px;
	display: flex;
    align-items: center;
	height: 350px;
}

.title-diferenciais h3 {
	text-align: left;
	font: normal normal 600 37px/47px Poppins;
	letter-spacing: 0px;
	color: #019796;
	margin-bottom: 20px;
}

.title-diferenciais h3 strong {
	color: #002053;
	font-weight: 600;
}

.left-diferenciais {
	max-width: 60%;
	width: 100%;
	padding: 0 130px;
}

.right-diferenciais {
	max-width: 40%;
	width: 100%;
	background: transparent linear-gradient(39deg, var(--unnamed-color-019796) 0%, var(--unnamed-color-019796) 34%, var(--unnamed-color-002053) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(39deg, #019796 0%, #019796 34%, #002053 100%) 0% 0% no-repeat padding-box;
	border-radius: 11px;
	height: 100%;
}

.text-diferenciais p {
	margin-bottom: 0;
}

.button-diferenciais {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.button-diferenciais a {
	background-color: #fff;
    color: #019796;
    font-size: 15px;
    letter-spacing: 0.06px;
    font-weight: 600;
    line-height: 25px;
    padding: 12px 35px;
    border-radius: 116px;
}

.img-produto-so3 {
    position: absolute;
    max-width: 420px;
    top: -4rem;
    left: -14rem;
    transform: translateX(100vw); /* Começa fora da tela (direita) */
    transition: transform 1s ease-out; /* Suaviza a entrada */
}

.img-produto-so3.ativo {
    transform: translateX(0); /* Move para a posição final */
}


/* Produtos */

#produtos {
	background: linear-gradient(to bottom, #F5F5F5 82%, #ffffff 50%);
    padding-top: 80px;
	margin-bottom: 120px;
}

.title-produtos h3 {
	font: normal normal 600 37px/47px Poppins;
	letter-spacing: 0px;
	color: #019796;
	text-align: center;
	margin-bottom: 15px;
}

.text-produtos p {
	text-align: center;
    margin-bottom: 100px;
    color: #002053;
    font-weight: 600;
    font-size: 20px;
}

.wrapper-produtos {
	display: flex;
	justify-content: space-between;
}

.card-produto {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 2px #00000026;
	border-radius: 10px;
	position: relative;
	transition: all .3s;
}

.card-produto:hover {
	box-shadow: 0px 8px 5px #00000026;
	transform: translateY(-14px);
}

.infos-produto {
	padding: 30px 18px;
}

.flag-desconto {
	position: absolute;
    background: #20B263;
    padding: 7px 13px;
    border-radius: 15px;
    color: #fff;
    left: 0.6rem;
    top: 0.6rem;
    font-weight: 500;
}

.flag-beneficio {
    position: absolute;
    background: #f3c621;
    padding: 7px 13px;
    border-radius: 15px;
    color: #000;
    right: 0.6rem;
    top: 0.6rem;
    font-weight: 500;
}

.flag-frete span {
	position: absolute;
    background: #019796;
    padding: 7px 13px;
    border-radius: 15px;
    color: #fff;
    left: 0.6rem;
    top: 17.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.flag-frete svg {
	width: 20px;
	height: auto;
}

.preco-sem-desconto p {
	font: normal normal 600 28px / 40px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 2px;
    margin-top: 39px;
}

.img-produto img {
	border-radius: 10px;
	height: 300px;
    object-fit: cover;
	width: 330px;
}

.nome-produto h4 {
	font: normal normal normal 17px/30px Poppins;
	letter-spacing: 0px;
	color: #242424;
	margin-bottom: 10px;
}

.preco-antigo p {
	text-decoration: line-through;
	font: normal normal 600 19px/24px Poppins;
	letter-spacing: 0px;
	color: #FE2525;
	margin-bottom: 0;
}

.preco-desconto p {
	font: normal normal 600 39px/49px Poppins;
	letter-spacing: 0px;
	color: #20B263;
	margin-bottom: 2px;
}

.parcelamento p {
	font: normal normal normal 17px/30px Poppins;
	letter-spacing: 0px;
	color: #242424;
	margin-bottom: 5px;
}

.cta-produto {
	text-align: center;
	margin-bottom: 45px;
}

.cta-produto a {
	background: #20B263 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 14px 40px;
	color: #fff;
	font-weight: 500;
}

.text-indicacao-produto {
	position: absolute;
    top: -2rem;
    text-align: center;
    width: 100%;
}

.text-indicacao-produto p {
	font-weight: 500;
    color: #002053;
}

/* Garantia */

#garantia {
	padding: 100px 0;
	background-color: #019796;
	margin-bottom: 80px;
}

.title-garantia h3 {
	text-align: center;
	font: normal normal bold 49px/61px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 70px;
}

.infos-garantia {
	display: flex;
    justify-content: center;
    gap: 70px;
}

.card-garantia {
	max-width: 160px;
	width: 100%;
}

.icon-card-garantia {
	margin-bottom: 18px;
	text-align: center;
}

.text-card-garantia p {
	text-align: center;
	font: normal normal 500 17px/22px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.card-garantia {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.card-garantia.show {
    opacity: 1;
    transform: translateX(0);
}


/* Footer */

#footer {
	margin-bottom: 80px;
}

.line-footer h3 {
	text-align: left;
    font: normal normal 600 37px / 47px Poppins;
    letter-spacing: 0px;
    color: #019796;
    width: 100%;
    margin-bottom: 15px;
    max-width: 1250px;
}

.line-footer h3 span {
	color: #002053;
}

.line-footer.first {
	display: flex;
	justify-content: space-between;
}

.title-line-footer {
	width: 38%;
}

.text-line-footer {
	width: 58%;
}

.button-footer {
	text-align: center;
	margin-top: 40px;
}

.button-footer a {
	background-color: #019796;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.06px;
    font-weight: 600;
    line-height: 25px;
    padding: 12px 35px;
    border-radius: 116px;
	transition: all .3s;
}

.button-footer a:hover {
	background-color: #002053;
}

.line-footer.second {
	display: flex;
}

.text-line-footer-second {
	width: 37%;
    margin-right: 3.8rem;
}

.subtitle-line-footer h4 {
	font: normal normal 600 20px/26px Poppins;
	letter-spacing: 0px;
	color: #002053;
}

.subtitle-line-footer {
	width: 38%;
}

.owl-dots {
	text-align: center;
}

.owl-dot {
	width: 8px;
	height: 8px;
	background-color: #DEDEDE !important;
	border-radius: 10px;
	margin: 3px;
}

	.depoimentos-wrapper .owl-nav {
		position: absolute;
		bottom: 0rem;
		width: 100%;
		right: -5rem;
	}

.owl-prev {
	display: none !important;
}

.owl-next {
	position: absolute;
    right: 4rem;
    bottom: 0.2rem;
}

.owl-next svg {
	position: relative;
    width: 40px;
    height: 35.6px;
}

.owl-next:focus,
.owl-next:focus-visible,
.owl-next:active {
    outline: none !important;
    box-shadow: none !important;
}


#resultados .owl-dots {
	text-align: left;
    padding-left: 10px;
}

.owl-dots .active {
	background-color: #019796 !important;
}

#copy {
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 20px;
}

.copy-text p {
	text-align: center;
	margin-bottom: 0;
}

.pagamentos {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pagamentos p {
	text-align: center;
	margin-bottom: 0;
}

.payment-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.seguranca {
	text-align: center;
}

.seguranca img {
	max-width: 250px;
	margin: auto;
}

.seguranca p {
	text-align: center;
}


.card-depoimento2 img {
	height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
}

/* Responsivo */

@media (max-width: 1720px) {
	
	.img-flutuante {
		position: absolute;
		right: -9rem;
		max-width: 970px;
		bottom: -6.9rem;
	}
	
	#beneficios {
		background-position-x: -80px;
	}
	
	.img-produto-so3 {
		position: absolute;
		max-width: 380px;
		top: -1rem;
		left: -11rem;
		transform: translateX(100vw);
		transition: transform 1sease-out;
	}
	
}

@media (max-width: 1580px) {
	#topo {
		height: 614px; 
	}
	
	.img-flutuante {
        position: absolute;
        right: -10rem;
        max-width: 920px;
        bottom: -6.5rem;
    }
	
	.title-lp h1 {
		color: #fff;
		font-size: 36px; 
	}
	
	.text-main-lp p {
		color: #fff;
		font-size: 15px;
		margin-bottom: 25px;
		max-width: 85%;
	}
	
	.left-diferenciais {
		left: 2.5rem;
		position: relative;
	}
	
	.img-produto-so3 {
		left: -9rem;
	}
	
}

@media (max-width: 769px) {
	
	.title-lp h1 {
        font-size: 30px;
    }
	
	
	.img-flutuante-mobile {
		display: block;
		height: 357px;
	}
	
	.img-flutuante-mobile img {
		position: relative;
    	bottom: 7rem;
	}
	
	.left-diferenciais,
	.right-diferenciais {
    	max-width: 100%; 
	}
	
	.wrapper-card-diferenciais {
		flex-direction: column;
		height: auto;
		box-shadow: unset;
	}
	
	.left-diferenciais {
		padding: 0;
		left: 0;
		margin-bottom: 20px;
	}
	
	.button-diferenciais a {
		background-color: #019796;
		color: #fff; 
	}
	
	.button-diferenciais,
	.right-diferenciais {
		height: auto;
		background: unset;
	}
	
	.wrapper-produtos {
		flex-direction: column;
		gap: 80px;
	}
	
	.infos-garantia {
		flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
	}
	
	.img-flutuante {
		display: none;
	}
	
	#beneficios {
        padding: 50px 0;
        background-size: cover;
        background-position-x: 68rem;
		margin-bottom: 40px;
    }
	
	.depoimentos-wrapper .owl-stage {
		padding: 30px 0;
	}

	
	.title-resultados h3 {
		text-align: center;
	}
	
	.rating-resultados {
		text-align: center;
	}
	
	.owl-item.active {
		opacity: 1 !important;
	}
	
	#resultados {
		margin-bottom: 40px;
	}
	
	.card-produto {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 4px 2px #00000026;
		border-radius: 10px;
		position: relative;
		transition: all .3s;
		width: 85%;
		margin: auto;
	}
	
	.img-produto img {
		width: 100%;
	}
	
	.line-footer.first,
	.line-footer.second {
		flex-direction: column;
	}
	
	.title-line-footer,
	.text-line-footer, 
	.text-line-footer-second,
	.subtitle-line-footer {
		width: 100%;
	}
	
	.depoimentos-wrapper {
		padding-bottom: 10px;
	}
	
	.line-footer h3 {
		text-align: center;
	}
	
	.wrapper-lista-beneficios {
		display: flex	;
		max-width: 100%;
		margin: auto;
		margin-top: 40px;
		justify-content: space-between;
		flex-direction: column;
		gap: 0;
	}
	
	#topo, #formula {
		margin-bottom: 40px;
	}
	
	.carrossel-beneficios {
		padding: 40px 20px;
	}
	
	#topo:after,
	#beneficios:after {
		display: none;
	}
	
	.titulo-beneficios h3,
	.title-formula h2,
	.title-diferenciais h3,
	.title-garantia h3,
	.line-footer h3,
	.title-produtos h3,
	.title-resultados h3,
	.title-resultados h3 span {
		font: normal normal 600 26px / 34px Poppins;
		max-width: 100%;
	}
	
	.lista-beneficios ul li p {
		color: #fff;
		font-size: 15px; 
	}
	
	.img-produto-so3 {
		display: none !important;
	}
	
	.title-resultados p {
		text-align: center;
		margin-bottom: 0;
	}
	
	.wrapper-texts-formula {
		position: relative;
		top: 0;
	}
	
	.img-formula {
		display: none;
	}
	
	#produtos {
		background: #f5f5f5;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 40px;
	}
	
	.text-produtos p {
		text-align: center;
		margin-bottom: 70px; 
	}
	
	#diferenciais {
		margin-bottom: 50px;
	}
	
	#resultados .owl-dots {
		text-align: center;
		padding-left: 0;
	}
	
	#garantia {
		margin-bottom: 40px;
		padding: 50px 0;
	}
	
	#footer {
		margin-bottom: 50px;
	}
	
	#footer p {
		text-align: center;
	}
	
	#formula .row {
		flex-direction: column-reverse;
	}
	
	.subtitle-line-footer h4 {
		text-align: center;
	}
	
	.text-main-lp p {
		width: 100%;
		max-width: 100%;
	}
	
	.img-formula-mobile {
		display: block;
	}
	
	.button-main {
		background-color: #002053;
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.06px;
		font-weight: 600;
		line-height: 16px;
		padding: 12px 24px;
		border-radius: 116px;
		transition: all .3s;
		display: flex;
		align-items: center;
	}
	
	.button-second {
		background-color: #fff;
		color: #002053;
		font-size: 14px;
		letter-spacing: 0.06px;
		font-weight: 600;
		line-height: 16px;
		padding: 12px 24px;
		border-radius: 116px;
		transition: all .3s;
		display: flex;
		align-items: center;
	}
	
	.depoimentos-wrapper .owl-stage-outer {
		padding-left: 0;
	}
	
	.depoimentos-wrapper .owl-nav {
		display: none;
	}

}


@media (max-width: 380px) {
	
	
	.img-flutuante-mobile {
		display: block;
		height: 330px;
	}
	
	.img-flutuante-mobile img {
		        bottom: 6rem;
	}
	
}

@media (max-width: 340px) {
	
	
	.img-flutuante-mobile {
		display: block;
		height: 290px;
	}
	
	.img-flutuante-mobile img {
		        bottom: 4rem;
	}
	
}