
body{
	overflow-x: none;
	max-width: 100%;
	background-color: #fff;
}

a:link{
	text-decoration: none;
}

.topo-0{
	padding: 10px 0;
	background-color: #239f47;
}

.img-logo{
	height: 40px;
	width: auto;
}

.container-topo-0{
	display: flex;
	gap: 20px;
	align-items: center;
	align-content: center;
}

.texto-topo-0{
	font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
}

.texto-topo-0 a{
	text-decoration: none;
	color: #fff;
}

.botao-menu{
	border: none;
	    background-color: transparent;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-image: linear-gradient(180deg, #FFE500 24%, #F3CD4D 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EBCC69;
    border-radius: 6px 6px 6px 6px;
    padding: 6px 14px 6px 14px;
}

.topo-1{
	background-color: #fff;
	background-image: url(../imagens/fundo.jpg);
	background-size: cover;
	background-position: top;
	padding: 50px 0 0 0;
}

.img-mao{
	width: 90%;
	height: auto;
}

.titulo-topo-1{
	font-family: "Inter", Sans-serif;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    color: #141414;
}

.titulo-topo-1 b{
	color: #239f47;
}

.subtitulo-topo-1{
	font-family: "Inter", Sans-serif;
    font-size: 28px;
    color: #141414;
    font-weight: 600;
}

.texto-topo-1 .fa-check{
	color: #239f47;
}

.texto-topo-1{
	font-family: "Inter", Sans-serif;
    font-size: 22px;
    color: #141414;
    line-height: 1.4;
    margin-bottom: 0px;
}

.botao{
	background-color: transparent;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-image: linear-gradient(180deg, #FFE500 24%, #F3CD4D 100%);
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #EBCC69;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 14px 14px 14px;
    min-width: 80%;
    margin-top: 25px;
}

.botao-kit{
	display: block;
	background-color: transparent;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-image: linear-gradient(180deg, #FFE500 24%, #F3CD4D 100%);
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #EBCC69;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 14px 14px 14px;
    width: 90%;
    margin: 0 auto;
}

.img-mao2{
	display: none;
}

.topo-2{
	background-color: #239f47;
	padding: 40px 0;
}

.fundo-topo-2{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	margin-top: -80px;
	position: relative;
	display: flex;
}

.container-topo-2{
	padding: 40px 20px;
	width: 70%;
}

.titulo-topo-2{
	font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px;
}

.subtitulo-topo-2{
	font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 25px;
}

.texto-topo-2{
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.texto-topo-2 .fa-check{
	color: #239f47;
}

.img-mato{
	width: 30%;
	height: auto;
	border-radius: 0 20px 20px 0px !important;
}

.rodape{
   background-color: #272727;
   padding: 15px 0;
 }

.texto-rodape{
   color: rgba(255, 255, 255, 0.6);
   font-size: 14px;
   line-height: 1rem;
   font-weight: 400;
   padding: 0;
   margin: 0;
}

.texto-rodape a{
   text-decoration: none;
   color: rgba(255, 255, 255, 0.6);
   margin: 0 10px;
   font-weight: 600;
}

.img-rodape{
   display: block;
   margin: 20px auto 20px auto;
   height: 60px;
   width: auto;
   max-width: 100%;
}

#disclaimer{
	max-width: 100% !important;
	display: block !important;
}

.rodape2{
   background-color:  #1B1B1B;  
   padding: 40px 0 20px 0;
}

.topo-3{
	background-color: #fff;
	padding: 40px 0;
}

.fundo-topo-3{
	background-color: #F8F8F8;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	gap: 15px;
	align-items: center;
	align-content: center;
	margin-bottom: 25px;
}

.img-icone{
	width: 100px;
	height: auto;
}

.titulo-icone{
	font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #239f47;
    line-height: 1.3;
}

.texto-icone{
	font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #1F1F1F;
}

.topo-4{
	background-color: #F8F8F8;
	padding: 40px 0;
}

.titulo-topo-4{
	font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #0E0E0E;
}

.fundo-topo-4{
	background-color: #fff;
	border-radius: 15px;
	margin-top: 35px;
}

.container-topo-4{
	padding: 30px 20px;
}

.titulo-ingrediente{
	font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.texto-ingrediente{
	font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #1F1F1F;
}

.img-ingredientes{
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}

.topo-5{
	background-color: #239f47;
	padding: 30px 0;
}

.titulo-topo-5{
	margin: 0;
	font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
}

.seta{
	position: relative;
	background-color: #fff;
}

.elementor-shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    fill: #fff;
}

.elementor-shape-bottom {
    bottom: -1px;
}

svg{
	width: calc(104% + 1.3px);
    height: 26px;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    color: #fff;
}

.topo-kit6{
	background-color: #fff;
	padding: 40px 0;
}

.topo-faq{
   background-color: #fff;
   padding: 40px 0;
}        

.titulo-faq{
   font-family: "Inter", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #111111;
}

.accordion-item{
   margin-bottom: 15px;
}

.accordion-button{
   background-color: #F8F8F8;
   padding: 15px;
   color: #1f2124;
   font-weight: 600;
   font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: #1f2124 !important;
    background-color: #F8F8F8 !important;
} 

.fundo-garantia{
   border-radius: 20px;
   border: 3px solid #268618;
   background-color: #fff;
   position: relative;
   display: flex;
   gap: 15px;
}   

.simbolo-garantia{
   position: absolute;
   top: -50px;
   right: -50px;
   width: 200px;
   height: auto;
}

.img-garantia{
   width: 40%;
   height: auto;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}

.subtitulo-garantia{
       font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #268618;
}

.titulo-garantia{
   font-family: "Inter", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #111111;
}

.texto-garantia{
   font-family: "Inter", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.fundo-kit{
    border: 3px solid #9C9C9C4A;
    border-radius: 12px 12px 12px 12px;
    padding: 0px;
    margin-top: 25px;
}

.fundo-kit2{
    border: 3px solid #239f47;
    border-radius: 12px 12px 12px 12px;
    padding: 0px;
    background-color: #d3f4dc;
    margin-top: 25px;
}

.textopupular{
	    font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 15px;
}

.textopupular i{
	color: yellow;
}

.container-kit{
	padding: 20px;
}

.container-kitt{
	padding: 20px;
}

.topo-kit{
	background-color: #239f47;
	padding: 10px 0;
	font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 12px 12px 0 0;
}

.titulo-kit{
	font-family: "Inter", Sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 0px;
    margin-top: 20px;
}

.subtitulo-kit{
	font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #242424;
}

.img-kit{
	width: 80%;
	height: auto;
}

.container-preco{
	display: flex;
	gap: 15px;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.preco{
	font-family: "Inter", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #239f47;
}

.texto-pote{
	text-align: left;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #1F1F1F;
}

.texto-kit{
	display: block;
	background-color: #F1F1F185;
	border-radius: 8px 8px 8px 8px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
        font-family: "Inter", Sans-serif;
    font-weight: 500;
    line-height: 28px;
    color: #1F1F1F;
    font-size: 18px;
    width: 90%;
}

.texto-kit i{
	color: #239f47;
}

.texto-kit b{
	color: #239f47;
}

.frete i{
	color: #239f47;
}


.frete{
	text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    color: #1F1F1F;
    margin-top: 15px;
}

.total{
	    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    color: #1F1F1F;
    margin-top: 15px;
}

.img-card{
	height: 30px;
	width: auto;
	max-width: 100%;
}

.metade{
	width: 100%;
	height: auto;
}

.img-kit-2{
	width: 100%;
	max-width: 200px;
}

.img-kit-3{
	width: 100%;
	max-width: 250px;
}

.img-kit-6{
	width: 100%;
	max-width: 350px;
}

.img-label{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {

	.titulo-kit{
		font-size: 21px;
	}

	.subtitulo-kit{
		font-size: 14px;
	}

	.preco{
		font-size: 48px;
		margin-bottom: 0;
	}

	.img-kit-2{
		width: 100%;
	}

	.texto-kit{
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 0;
	}

	.texto-pote{
		font-size: 16px;
	}

	.container-kitt{
		display: flex;
		gap: 10px;
	}

	.total{
		font-size: 14px;
	}

	.frete{
		font-size: 14px;
	}

	.metade{
		width: 48%;
		height: auto;
	}

	.simbolo-garantia{
      position: absolute;
      top: 60% !important;
      right: 0px !important;
      width: 200px;
      height: auto;
   }

   .img-garantia{
      width: 100%;
      height: auto;
      margin-top: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
   }

   .fundo-garantia{
      display: block;
   }   

   .subtitulo-garantia{
      text-align: center;
      font-size: 17px;
   }

   .titulo-garantia{
      text-align: center;
      font-size: 28px;
   }

   .texto-garantia{
      text-align: center;
      font-size: 16px;
   }

   .titulo-faq{
      font-size: 30px;
      line-height: 1.3em;
   }   

	.titulo-topo-5{
		font-size: 26px;
        line-height: 1.2em;
	}

	.titulo-topo-4{
		font-size: 24px;
        line-height: 1.2em;
	}	

	.fundo-topo-3{
		display: block;
	}

	.img-icone{
		display: block;
		margin: 0 auto 20px auto;
	}

	.topo-1{
		padding-bottom: 80px;
		padding-top: 30px;
	}

	.titulo-topo-2{
		font-size: 30px;
	}

	.subtitulo-topo-2{
		font-size: 18px;
        line-height: 1.4em;
        width: 45% !im;
	}

	.texto-topo-2{
		font-size: 16px;
	}

	.fundo-topo-2{
		display: block;
	}

	.container-topo-2{
		padding: 30px 20px;
		width: 100%;
	}

	.img-mato{
		width: 100%;
		border-radius: 0 0 20px 20px !important;
	}

	.botao-menu{
		font-size: 14px;
        border-width: 2px 2px 2px 2px;
        padding: 8px 26px 8px 26px;
	}

	.botao{
		font-size: 20px;
        border-width: 2px 2px 2px 2px;
        padding: 12px 30px 12px 30px;
        min-width: 15px;
	}

	.botao-kit{
		font-size: 18px;
        border-width: 2px 2px 2px 2px;
        padding: 12px 15px 12px 15px;
        min-width: 15px;
        width: 100%;
	}

	.img-mao2{
		display: flex;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 47%;
	}

	.texto-topo-1{
		font-size: 18px;
	}

	.titulo-topo-1{
		font-size: 28px;
        line-height: 1.2em;
	}

	.subtitulo-topo-1{
		font-size: 22px;
        line-height: 1.3em;
        width: 50%;
	}

	.img-logo{
		height: 30px;
		max-width: 100%;
	}

}