/* === style.css === */

/* PADRÃO DE COR

verdeAguaClaro: #98cbc6;
rosaCoral: #f6a19d;
rosaNeutro: #f6dede;
begeClaro: #f8f3f0;
cinzaClaro: #f1f1f1;
Marrom claro: #c7a27c

*/

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

html{
  scroll-behavior: smooth;
}

body {
  color: #333;
  line-height: 1.6;
  padding-top: 30px;
}

.hero, .heroForm{
  margin-top: 0px; 
}

.faq{
  margin-bottom: 70px;
}

section h2{
  text-transform: uppercase;
  text-align: center;
  font-size: 28pt;
  margin-bottom: 20px;
  color: #c7a27c;
  line-height: 1.2!important;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Container header */
.header {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #f47b6b;  
  position: relative;
  z-index: 999;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo {
  height: 60px;
}

/* Botão mobile */
.menu-toggle {
  display: none;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Header */
.header {
  background: #fef4f0;
  padding: 10px 0;
  position: relative;
  z-index: 999;
  border-bottom: 0px solid #c7a27c;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* Botão Mobile */
.menu-toggle {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Menu Desktop */
.nav-fullscreen {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: space-between;
}

.menu-links {
  display: flex;
  list-style: none;
  gap: 30px;
}

.menu-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  transition: color 0.3s;
}

.menu-links li a:hover {
  color: #88c9c3;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 30px;
  width: 100%;
  background: #fff; /* ou #fef4f0 se quiser manter o tom */
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.btn-topo {background-image: linear-gradient(to right, #007991 0%, #98cbc6 51%, #007991 100%)}
.btn-topo {
  padding: 5px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  text-decoration: none;            
  box-shadow: 0 0 20px #eee;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
}

.btn-topo:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* Hero */
.hero {
  background-image: url("images/bk.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 950px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.heroForm {
  background-image: url("images/bk.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 950px;
  padding: 60px 0;
  margin-top: -30px;
  display: flex;
  justify-content: center;
}

.hero .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.hero-content,.heroForm {
  flex: 1;
}

.hero-content img{
  width:450px;
  color: #c7a27c;
  margin-top: -10px;
  margin-left: -30px;
}

.hero-contentForm img{
  width:450px;
  color: #c7a27c;
  margin-top: -10px;
  margin-left: -30px;
}

.chamada{
  z-index: 2!important;  
  font-size: 3.2rem!important;
  line-height: 1.0;
  width: 47%;
  color: #8cc7c0!important;
  font-weight: bold;
}

.subChamada{
  font-size: 1.3rem!important;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 47%;
  color: #fff!important;
}

.subChamada span{
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem!important;
}

.hero-content p{
  font-size: 14pt;
  color: #333;
}

.hero-form {
  flex: 1;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.hero-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-form input,
.hero-form button {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.hero-form button {
  background-color: #98cbc6;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.hero-form button:hover {
  background-color: #388e3c;
}

.btn-cta {background-image: linear-gradient(to right, #007991 0%, #88c9c3 51%, #007991  100%)}
.btn-cta {
  padding: 15px 20px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 8px #000;
  border-radius: 50px;
}

.btn-cta:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-como-funciona {
  background: transparent;
  color: #fff;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
}

.btn-como-funciona:hover {
  background: #c7a27c;
  color: #fff;
}

/* Timeline base */
.como-funciona {
  background: #fef4f0;
  text-align: center;
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.como-funciona p{
  font-size: 1.2rem;
  margin-top: -20px;
}

.timeline {
  display: flex;
  justify-content: center;
  align-items: center top;
  flex-wrap: wrap;
  position: relative;
  margin-top: 70px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14pt;
  width: 20%;  
  position: relative;
  z-index: 2;
}

.step p {
  top: 0!important;
  line-height: 1.2;
}

.como-funciona-subtitulo{
  margin-top: 30px!important;
  font-size: 1.2rem!important;
  color: #333!important;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cores diferentes para cada círculo */
.circle1 {
  //background-color: #98cbc6;
  background-color: #8cc7c0;
}

.circle2 {
  //background-color: #f6a19d;
  background-color: #a5d4ce;
}

.circle3 {
  //background-color: #eccdcd;
  background-color: #bde0db;
}

/* Linha entre os círculos */
.line {
  height: 3px;
  width: 15%;
  background-color: #ccc;
  border-radius: 3px;
  z-index: 1;
  margin-top: 50px;
}


/* CTA */
.cta {
  background: #fef4f0;
  text-align: center;
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* CTA Sobre */
.ctaSobre {
  background: #f9f9f9;
  text-align: center;
  padding-bottom: 100px;
}


/* Por que Assinar a BOX */
.porque-assinar {
  background: #f9f9f9;
  padding: 70px 20px;
  padding-bottom: 100px;
  text-align: center;
}

.porque-assinar h2 {
  margin-bottom: 40px;
}

.porque-assinar-p{
  font-size: 1.4rem;
  margin-top: -35px;
  margin-bottom: 50px;
}

.porque-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.porque-imagem {
  flex: 1 1 300px;
  max-width: 450px;
}

.porque-imagem img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.porque-blocos {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bloco {
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  color: #333;
  text-align: left;
}

.bloco h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #88c9c3;
  text-transform: uppercase;
}

.bloco .linha {
  display: block;
  width: 10%;
  height: 2px;
  background: #c7a27c;
  margin-bottom: 20px;
}

.bloco p {
  font-size: 1.2rem;
  line-height: 1.2;
}

/* Cores individuais */
.bloco.verdeAguaClaro  {
  background: #98cbc6;
}

.bloco.rosaCoral {
  //background: #f6a19d;
  background: #a5d4ce;
}

.bloco.rosaNeutro {
  //background: #f6dede;
  background: #bde0db;
}

.bloco.begeClaro {
  //background: #f8f3f0;
  background: #d5ece9;
}

.bloco.cinzaClaro {
  //background: #f1f1f1;
  background: #edf9f7;
}


/* O que vem na box */
.o-que-vem {
  width: 100%;
  padding: 80px 0px;
  background: #fff;
  text-align: center;
}

.o-que-vem h2 {
  padding: 0px 20px;
}

.o-que-vem p {
  font-size: 1.2rem;
  padding: 10px 20px;
  margin-top: -20px;
  text-align: center;
}

.carousel-wrapper {
  position: relative;
  margin-top: 50px;
  user-select: none;
}

.carousel {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 0px;
  user-select: none;
}

.carousel-item {
  flex: 0 0 25%;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  user-drag: none;
  user-select: none;
  pointer-events: none;
}

/* Estilo overlay */
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 100%);
  text-align: center;
  box-sizing: border-box;
}

.caption h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 400;
  color: #fff;
}

.btn-carousel {
  display: inline-block;
  padding: 10px 35px;
  background-color: #88c9c3;
  color: #fff;
  border-radius: 50px;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: background 0.3s;
}

.btn-carousel:hover {
  background-color: #c7a27c;
}

/* Setas de navegação */
.carousel-btn {
  position: absolute;
  top: 50%;
  height: 10%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  color: #333 ;
  border: none;
  padding: 0px 17px;
  font-size:30px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
  transition: background 0.3s;
}

.carousel-btn:hover {
  background: rgba(140, 199, 192, 0.8);
  color: #333;
}

.carousel-btn.left {
  left: 10px;
}

.carousel-btn.right {
  right: 10px;
}




/* Sobre a flor de sal */
.sobre {
  background: #f9f9f9;
  padding: 70px 20px;
  padding-bottom: 100px;
  text-align: center;
}

.sobre h2 {
  margin-bottom: 40px;
}

.sobre-p{
  font-size: 1.2rem;
  margin-top: -35px;
  margin-bottom: 50px;
}

.sobre-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.sobre-imagem {
  flex: 1 1 300px;
  max-width: 450px;
}

.sobre-imagem img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.sobre-blocos {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blocoSobre {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
  text-align: left;
}

.blocoSobre p{
  margin-bottom: 35px;
  line-height: 1.5!important;
}

.blocoSobre h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #88c9c3;
  text-transform: uppercase;
}

.blocoSobre .linha {
  display: block;
  width: 10%;
  height: 2px;
  background: #c7a27c;
  margin-bottom: 20px;
}

.blocoSobre p {
  font-size: 1.2rem;
  line-height: 1.2;
}


/* Planos */
.planos {
  background: #fef4f0;
  margin-top: 0px;
  padding: 70px 10px!important;  
  text-align: center;
}

.plan-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.plan-card {
  background: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 30px 20px;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.plan-card.destaque {
  border-color: #c7a27c ;
  background-color: #fff5f2;
}

.plan-card h3 {
  font-size: 1.8rem;
  color: #88c9c3;
  margin-bottom: 10px;
}

.plan-card .kit {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  font-size: 1.1rem;
}

.plan-card p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.price span {
  font-size: 1rem;
  color: #777;
}

.frete {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #999;
}

.btn-plan {background-image: linear-gradient(to right, #007991 0%, #98cbc6  51%, #007991  100%)}
.btn-plan {
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}

.btn-plan:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


/* Brinde */
.brinde {
  background: #fef4f0;
  padding: 80px 20px;
  padding-bottom: 100px;
  text-align: center;
  border-radius: 12px;
}

.brinde-items {
  display: flex;
  justify-content: space-between;
  gap:50px;
  flex-wrap: wrap;
}

.brinde-item {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border: 0px solid #c7a27c!important;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  background: #fff;
}

.brinde-item img {
  width: 100px;
  border-radius: 12px;
  height: auto;
  object-fit: contain;
  margin-right: 5px;
}

.brinde-info {
  text-align: left!important;
}

.brinde-info .mes {
  font-size: 1rem;
  color: #8e9ca2;
  font-weight: bold;
  text-transform: uppercase;
}

.brinde-info h3 {
  font-size: 1.3rem;
  color: #88c9c3;
  margin: 5px 0;
  margin-top: -8px;
  font-weight: bold;
}

.brinde-info p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.2;
}


.brinde-items div {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}


/* Galeria Produtos */
.produtos {
  padding: 80px 0px;
  background: #f9f9f9;
  text-align: center;
}


/* Grid da galeria */
.produtos-galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.produtos h2{
  margin-bottom: 50px;
}

.produtos-galeria .img {
  overflow: hidden;
  border-radius: 0px;
}

.produtos-galeria img {
  width: 100%;
  display: block;
  border-radius: 00px;
  transition: transform 0.3s ease;
}

.produtos-galeria img:hover {
  transform: scale(1.05);
}

/* Animação de revelação */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* Depoimentos */
.depoimentos {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.depo-sub {
  font-size: 1.4rem;
  color: #2e2e2e;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.depoimentos h2 {
  margin-bottom:50px;
}

/* Wrapper do carrossel */
.depo-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Trilho dos depoimentos */
.depo-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  width: auto;
}



/* Card de depoimento */
.depo-item {
  flex: 0 0 calc(33.3333% - 20px);
  background: #fef4f0;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  margin: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.depo-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.depo-item p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}

.depo-item strong {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  text-align: right;
}

/* Paginação (bolinhas) */
.depo-pagination {
  margin-top: 25px;
  text-align: center;
}

.depo-pagination .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
}

.depo-pagination .dot.active {
  background: #c7a27c;
}


/* FAQ */
.faq {
  padding: 80px 20px;
  margin-bottom: -30px;
  background: #fef4f0;
}

.faq-item {
  width: 80%;
  margin: 5px auto;
}

.faq-toggle {
  background: transparent;
  border: 0;
  color: #333;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Ícone lateral "+" e "-" */
.faq-icon {
  font-size: 1.4rem;
  color: #c7a27c;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.faq-content {
  display: none;
  background: #fff;
  padding: 15px;
  font-size: 1.1rem;
  color: #333;
  margin-top: -10px;
  margin-bottom: 10px;
}

.faq-content.open {
  display: block;
}


hr{
  border: 1px solid #98cbc6;
}

.hrRodape{
  border: 1px solid #333;
  width: 90%;
  margin: 0 auto;
}


/* Footer */
.footer {
  background: #222;
  color: #fff;
  padding: 100px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.footer-col .contato p {
  display: flex;
  align-items: left;
  gap: 8px;
  justify-content: left;
  margin: 5px 0;
  font-size: 1rem;
  text-align: left!important;
}

.footer-col.contato {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left!important;
}

.footer-col.contato i{
  margin-right: 5px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #88c9c3; /* ou qualquer cor de destaque da identidade visual */
}


.footer-col.social a {
  display: inline-block;
  align-items: center!important;
  justify-content: center!important;
  margin: 5px 0;
  margin-right: 15px;
  font-size: 1.95rem!important;
}

.footer-col.social a {
  font-size: 20px;
  color: #fff;
  transition: color 0.3s;
}

.footer-col.social a:hover {
  color: #98cbc6;
}

.logo-footer {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.logo-footerSelo {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.footer-col.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Botão voltar ao topo */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #c7a27c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 1.2rem;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: opacity 0.3s ease;
}

.back-to-top:hover {
  background: #a87b55;
}


/* Formulário Flor Box */
.formulario {
  background: #fef4f0;
  text-align: center;
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.formulario p{
  font-size: 1.2rem;
  margin-top: -20px;
}

.form-flor {
  background: #fff;
  border: 2px solid #c7a27c;
  border-radius: 20px;
  padding: 30px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -60px;
  font-family: Arial, sans-serif;
  text-align: left;
}

.form-flor label {
  font-weight: bold;
  display: block;
  color: #333;
}

.form-flor-input,
.form-flor textarea,
.form-flor select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 25px;
  font-size: 1rem;
  box-sizing: border-box;
}

.form-flor textarea {
  resize: vertical;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.checkbox-group label {
  font-weight: normal;
  font-size: 1rem;
}

.form-flor-btn {
  background: #c7a27c;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1.1rem;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  transition: background 0.3s;
}

.form-flor-btn:hover {
  background: #a48460;
}


/* Privacidade */

.privacidade{
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.privacidade p{
  line-height: 1.4;
}

.privacidade h3{
}

.privacidade .subtituloPrivacidade{
  margin: 20px 0px;
}

.privacidade .subtituloPrivacidade strong{
  margin-top: 20px;
}

.fa-genderless{
  position: relative;
  font-size: 10pt;
  margin-right: 10px;
}