body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  background: #f7f8fa;
  color: #222;
}
.header {
  background: #182a5b;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
}
.header h1 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
}
.header p {
  margin: 1rem 0 0 0;
  font-size: 1.1rem;
}
.intro {
  background: #22336a;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.intro img {
  margin-top: 1rem;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.beneficios {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.beneficios h2 {
  color: #182a5b;
  margin-bottom: 1rem;
}
.beneficios ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
}
.beneficios li {
  margin: 0.5rem 0;
  padding-left: 1.5em;
  position: relative;
}
.beneficios li:before {
  content: '✔';
  color: #1ec96b;
  position: absolute;
  left: 0;
}
.oferta {
  background: #f3f6fa;
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
}
.oferta .tachado {
  text-decoration: line-through;
  color: #e74c3c;
}
.oferta h2 {
  color: #182a5b;
  font-size: 2.5rem;
  margin: 0.5rem 0;
}
.oferta .comprar {
  background: #1ec96b;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 8px;
  cursor: pointer;
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
  transition: background 0.2s;
}
.oferta .comprar:hover {
  background: #16a85a;
}
.oferta .promo {
  font-size: 0.9rem;
  color: #888;
}
.material {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.carrossel-section {
  background: #f7f8fa;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
}
.carrossel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0;
}
.carrossel-fotos {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.carrossel-fotos img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px #0001;
}
.carrossel-fotos img.active {
  display: block;
}
.carrossel-btn {
  background: #182a5b;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background 0.2s;
}
.carrossel-btn:hover {
  background: #1ec96b;
}
.carrossel-caption {
  margin-top: 0.7rem;
  text-align: center;
  width: 100%;
}
.carrossel-caption h4 {
  margin: 0;
  color: #182a5b;
}
.carrossel-indicadores {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.2rem 0 0.5rem 0;
}
.carrossel-indicadores .bolinha {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.2s;
}
.carrossel-indicadores .bolinha.ativa {
  background: #1ec96b;
}
.facil {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.facil-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}
.facil-items div {
  background: #f3f6fa;
  border-radius: 12px;
  padding: 1rem;
}
.facil-items .icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.bonos {
  background: #22336a;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.bonos-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
.bono {
  background: #fff;
  color: #22336a;
  border-radius: 12px;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 2px 8px #0001;
}
.bono img {
  width: 100%;
  max-width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bono .valor {
  color: #e74c3c;
  font-weight: bold;
}
.bono .tachado {
  text-decoration: line-through;
}
.testimonios {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.testimonios-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}
.testimonio {
  background: #f3f6fa;
  border-radius: 12px;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 2px 8px #0001;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.testimonio .perfil {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px #0002;
  flex-shrink: 0;
}
.testimonio-conteudo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonio .estrellas {
  color: #f1c40f;
  font-size: 1.2rem;
}
.testimonio .autor {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #182a5b;
}
.garantia {
  background: #182a5b;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}
.garantia-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.garantia-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 8px #0001;
}
.garantia-circulo {
  width: 110px;
  height: 110px;
  background: #fff;
  color: #182a5b;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 1rem auto;
  font-weight: bold;
  box-shadow: 0 2px 8px #0001;
  letter-spacing: 0.5px;
}
.garantia-circulo .garantia-num {
  font-size: 2.5rem;
  font-weight: bold;
}
.garantia-circulo .garantia-txt {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 0.2rem;
}
.oferta-exclusiva {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.oferta-box {
  background: linear-gradient(135deg, #e6f9f0 60%, #f3f6fa 100%);
  border-radius: 18px;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  max-width: 400px;
  margin: 1rem auto 0 auto;
  box-shadow: 0 4px 24px #0002;
  border: 2px solid #1ec96b22;
  position: relative;
}
.oferta-box h3 {
  color: #1ec96b;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.oferta-preco {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.oferta-valor {
  font-size: 2.8rem;
  color: #182a5b;
  font-weight: bold;
  background: none;
  border-radius: 10px;
  padding: 0.2em 0.7em;
  box-shadow: none;
  border: none;
}
.pagar-btn {
  background: #1ec96b;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  text-decoration: none !important;
  display: inline-block;
  box-shadow: 0 2px 8px #1ec96b33;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.pagar-btn:hover {
  background: #16a85a;
  box-shadow: 0 4px 16px #1ec96b44;
  transform: translateY(-2px) scale(1.03);
}
.oferta-box ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  text-align: left;
}
.oferta-box li {
  margin: 0.5rem 0;
  padding-left: 1.5em;
  position: relative;
}
.oferta-box li:before {
  content: '✔';
  color: #1ec96b;
  position: absolute;
  left: 0;
}
.oferta-box .comprar {
  background: #1ec96b;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 1rem;
  transition: background 0.2s;
}
.oferta-box .comprar:hover {
  background: #16a85a;
}
.oferta-box .pagos {
  margin-top: 1rem;
}
.oferta-box .pagos img {
  width: 40px;
  margin: 0 0.3rem;
}
.faq {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.faq-item {
  margin: 0.5rem 0;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item button {
  background: #f3f6fa;
  border: none;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  color: #182a5b;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: bold;
  position: relative;
}
.faq-item button:after {
  content: '+';
  position: absolute;
  right: 1.2rem;
  font-size: 1.2rem;
  color: #1ec96b;
  transition: transform 0.2s;
}
.faq-item.open button:after {
  content: '-';
  transform: rotate(180deg);
}
.faq-resposta {
  display: none;
  background: #e6eaf2;
  border-radius: 0 0 8px 8px;
  padding: 1rem;
  color: #22336a;
  font-size: 0.98rem;
  border-top: 1px solid #d0d6e2;
}
.faq-item.open .faq-resposta {
  display: block;
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.footer {
  background: #182a5b;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
}
.footer .contacto, .footer .redes {
  margin-bottom: 1rem;
}
.footer .redes span {
  font-size: 1.5rem;
  margin: 0 0.5rem;
}
.pecs-info {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 1rem 2rem 1rem;
  margin: 0 auto 2rem auto;
  max-width: 1100px;
  border-radius: 18px;
  box-shadow: 0 2px 16px #0001;
}
.pecs-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 2px 8px #0001;
  flex-shrink: 0;
}
.pecs-texto {
  flex: 1;
  min-width: 250px;
}
.pecs-texto h2 {
  color: #182a5b;
  margin-top: 0;
}
.pecs-texto h3 {
  color: #1ec96b;
  margin-bottom: 0.5rem;
}
@media (max-width: 900px) {
  .pecs-info {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .pecs-img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 700px) {
  .beneficios ul, .testimonios-list, .bonos-list, .facil-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .beneficios ul, .testimonios-list, .bonos-list {
    max-width: 900px;
  }
  .bonos-list .bono, .testimonios-list .testimonio, .facil-items div {
    flex: 1 1 250px;
    margin: 0 1rem;
  }
  .carrossel {
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .carrossel-fotos {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .carrossel-fotos img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: none;
  }
  .carrossel-fotos img.active {
    display: block;
  }
  .bono-nuevo img,
  .bono-extra img,
  .bono img {
    max-width: 320px;
    height: 200px;
  }
}
@media (max-width: 700px) {
  .intro img {
    max-width: 100%;
    height: auto;
  }
  .carrossel-fotos, .carrossel-fotos img {
    max-width: 98vw;
  }
  .bono-nuevo img,
  .bono-extra img,
  .bono img {
    max-width: 250px;
    height: 300px;
  }
  .bono-nuevo .bono-numero,
  .bono-extra .bono-numero,
  .bono .bono-numero {
    color: #1ec96b !important;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .bono-nuevo .valor,
  .bono-extra .valor,
  .bono .valor {
    color: #e74c3c !important;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 0.5rem 0;
  }
  .bono-nuevo .tachado,
  .bono-extra .tachado,
  .bono .tachado {
    text-decoration: line-through;
    color: #e74c3c !important;
  }
}
html, body {
  overflow-x: hidden;
}

.bonos-nuevos {
  background: #fff;
  color: #22336a;
  padding: 2rem 1rem;
  text-align: center;
}

.bonos-nuevos h2 {
  color: #182a5b;
  margin-bottom: 1rem;
}

.bonos-nuevos-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.bono-nuevo {
  background: #fff;
  color: #22336a;
  border: 2px solid #1ec96b;
  border-radius: 12px;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 2px 8px #0001;
}

.bono-nuevo img {
  width: 100%;
  max-width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bono-nuevo h3,
.bono-extra h3,
.bono h3 {
  margin: 0.5rem 0 0.2rem 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.bono-nuevo h4,
.bono-extra h4,
.bono h4 {
  color: #22336a;
  margin: 0.3rem 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.bono-nuevo .bono-numero,
.bono-extra .bono-numero,
.bono .bono-numero {
  color: #1ec96b;
  font-weight: bold;
  font-size: 1.2rem;
}

.bono-nuevo p,
.bono-extra p,
.bono p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.5rem 0;
}

.bono-nuevo .valor,
.bono-extra .valor,
.bono .valor {
  font-size: 0.9rem;
  color: #e74c3c;
  font-weight: bold;
  margin: 0.5rem 0;
}

.bono-nuevo .tachado {
  text-decoration: line-through;
}

@media (min-width: 700px) {
  .bonos-nuevos-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.bono-extra img {
  width: 100%;
  max-width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
} 