.elementor-1554 .elementor-element.elementor-element-71af280{--display:flex;}.elementor-1554 .elementor-element.elementor-element-c275e98{--display:flex;--min-height:0px;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:-104px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1554 .elementor-element.elementor-element-217a8fe{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1554 .elementor-element.elementor-element-55cca97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-df5d80c */.produto-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  background-color: #fff;
  color: #313A5B;
  max-width: 1140px;
  margin: 0 auto;
}

.produto-imagem img {
  width: 400px;
  height: 400px;
  background-color: #e8e6e6;
  border-radius: 10px;
  object-fit: cover;
}


.produto-info {
  flex: 1;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.produto-info h1 {
  font-size: 4rem;
  color: #313A5B;
  margin: 0;
}

.categoria-produto {
  font-size: 14px;
  color: #313A5B;
  margin: 4px 0 -8px 0;
}

.categoria-produto span {
  color: #4a83c0;
  font-weight: 500;
}


.preco {
  font-size: 2rem;
  color: #313A5B;
}

.preco strong {
  color: #313A5B;
  font-weight: bold;
}

.descricao {
  font-size: 14px;
  line-height: 1.6;
}

.quantidade-opcoes {
  display: flex;
  gap: 12px;
  margin: 10px 0;
}

.quantidade-opcoes button {
  background-color: #f2f2f2;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  transition: background 0.3s;
}

.quantidade-opcoes button:hover {
  background-color: #e0e0e0;
}

 .botao-whatsapp {
  display: inline-block;
  background-color: #4A83C0;
  color: white;
  text-decoration: none;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  text-align: center;
  transition: background 0.3s;
}

.botao-whatsapp:hover {
  background-color: #3a6ca5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-217a8fe */.produtos-relacionados {
  padding: 60px 20px;
  max-width: 1140px;
  margin: 0 auto;
}

.produtos-relacionados h2 {
  text-align: center;
  color: #343962;
  margin-bottom: 40px;
  font-size: 4rem;
}

.grid-produtos-relacionados {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.produto-card {
  background-color: #e8e6e6;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #1a1a1a;
  transition: transform 0.3s;
  display: block;
}

.produto-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 16px;
  object-fit: cover;
}

.produto-card h3 {
  color: #343962;
  font-size: 2rem;
  margin: 0;
}

.produto-card p {
  font-size: 1.4rem;
  color: #333;
  margin-top: 6px;
}

.produto-card strong {
  color: #343962;
  font-weight: bold;
}

.produto-card:hover {
  transform: translateY(-4px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-083c952 */.form-contato-direto {
  background-color: #4A83C0;
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  border-radius: 20px;
  color: white;
  max-width: 1140px;
  margin:  auto;
}

.form-texto {
  flex: 1;
  min-width: 250px;
}

.form-texto h2 {
  font-size: 5rem;
  line-height: 5rem;
  margin:10rem;
  font-weight: 800;
  color: white;
}

.form-orcamento {
  flex: 1;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-orcamento input,
.form-orcamento textarea {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  background-color: #f1f1f1;
  box-sizing: border-box;
}

.form-orcamento textarea {
  border-radius: 10px;
  resize: none;
  height: 120px;
}

.form-orcamento button {
  background-color: #252A45;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.form-orcamento button:hover {
  background-color: #1a1f35;
}/* End custom CSS */