header {
    width: 100%;
    padding: 28px 8%;
    position: sticky;
    top: 0;
    background-color: var(--color-primary-1);
    z-index: 3;
}

#navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav_logo {
    font-size: 24px;
    color: var(--color-primary-6);
}

#nav_list {
    display: flex;
    list-style: none;
    gap: 48px;
}

.nav-item a {
    text-decoration: none;
    color: #1d1d1dad;
    font-weight: 600;
}

.nav-item.active a {
    color: var(--color-neutral-1);
    border-bottom: 3px solid var(--color-primary-4);
}

#mobile_btn {
    display: none;
}

#mobile_menu {
    display: none;
}

@media screen and (max-width: 1170px) {
    #nav_list,
    #navbar .btn-default {
        display: none;
    }

    #mobile_btn {
        display: block;
        border: none;
        background-color: transparent;
        font-size: 1.5rem;
        cursor: pointer;
    }

    #mobile_menu.active {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #mobile_nav_list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 12px 0px;
    }

    #mobile_nav_list .nav-item {
        list-style: none;
        text-align: center;
    } 
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --color-primary-1: #fff;
    --color-primary-2: #ffe8b4;
    --color-primary-3: #cc2b35;
    --color-primary-4: #cc2b35;
    --color-primary-5: #cc2b35;
    --color-primary-6: #1d1d1d;

    --color-neutral-0: #fff;
    --color-neutral-1: #1d1d1d;
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-primary-1);
}

section {
    padding: 28px 8%;
}

.btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary-5);
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 600;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color .3s ease;
    color: white;
    text-decoration: none;
    border: none;
    outline: none;
}

/* Remover sublinhado e cor azul em todos os estados */
.btn-default:visited,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: white;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


.btn-default:hover {
    background-color: black;
}



/* Firefox: remove contorno interno */
.btn-default::-moz-focus-inner {
    border: 0;
}



/*primeira parte*/

.hero {
  background: url('capaNitro3.png') no-repeat center center;
  background-size: cover;
  height: 65vh; /* Tela cheia */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}

.cta-button {
  background-color: #00C65E; /* Verde WhatsApp */
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #00a94e;
}

@media (max-width: 768px) {
  .hero {
    background: url('capacelular3.png') no-repeat center center;
    background-size: cover;
    height: 70vh; /* Tela cheia */
    padding-left: 10%;
    justify-content: center; /* você pode mudar para left, center, etc. */
  }
}


/*sobre nos*/


.sobre-nos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 60px 10%;
}

.sobre-conteudo {
  flex: 1;
}

.sobre-conteudo h4 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 10px;
}

.sobre-conteudo h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.4;
}

.sobre-conteudo h2 span {
  color: #fff;
}

.sobre-conteudo p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.btn-sobre {
  display: inline-block;
  padding: 12px 25px;
  background: #3d7afc;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-sobre:hover {
  background: black;
}

.sobre-imagem {
  flex: 1;
  display: flex;
  justify-content: center;
}

.sobre-imagem img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}

/* Responsivo */
@media (max-width: 768px) {
  .sobre-nos {
    flex-direction: column;
    text-align: center;
    padding: 40px 5%;
  }

  .sobre-conteudo {
    order: 1;
  }

  .sobre-imagem {
    order: 2;
  }

  .sobre-imagem img {
    max-width: 300px;
    margin-top: 20px;
  }
}




.produtos {
  text-align: center;
  padding: 60px 10%;
  background-color: #efebe2;
}

.produtos h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #222;
  line-height: 1.3;
}

.grid-produtos {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center; /* 🔹 centraliza os itens dentro da grade */
  gap: 16px;
}

.produto img {
  width: 100%;
  max-width: 300px; /* 🔹 controla o tamanho máximo */
  margin: 0 auto;   /* centraliza a imagem */
  display: block;
}

.produto h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.btn-container {
  text-align: center;
  margin-top: 40px;
}

.btn-produtos {
  display: inline-block;
  padding: 14px 30px;
  background: #cc2b35;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  
}

.btn-produtos:hover {
  background: black;
}

/* Responsivo */
@media (max-width: 768px) {
  .grid-produtos {
    grid-template-columns: repeat(2, 1fr); /* sempre dois por linha */
    gap: 20px;
  }

  .produtos h2 {
    font-size: 22px;
  }

  .produto h3 {
    font-size: 16px;
  }
}



:root {
    --primary-color: #d4a373; /* Cor principal do botão */
    --background-form-color: #f7f7f7; /* Cor de fundo do formulário */
    --text-color: #333; /* Cor do texto */
}

.contact-section {
    background-image: url('capaNitro4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    height: 70vh;
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 1;
}

.contact-form-container {
    width: 100%;
    max-width: 450px;
    position: relative;
    z-index: 2;
    margin-right: 5%;
}

.contact-form-card {
    background-color: var(--background-form-color);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form-card h2 {
    text-align: center;
    color: var(--text-color);
    margin-bottom: 10px;
}

.contact-form-card p {
    text-align: center;
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 0.9em;
}

.contact-form-card label {
    display: block;
    margin-bottom: 5px;
    color: var(--text-color);
}

.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select { /* Adicionando o select */
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form-card button {
    width: 100%;
    padding: 12px;
    background-color: #cc2b35;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.contact-form-card button:hover {
    background-color: black;
}

@media (max-width: 768px) {
      .contact-section {
        justify-content: center;
    }

    .contact-form-container {
        margin: 0;
        margin-top: 100px; /* Adiciona uma margem superior de 100px */
    }

    .contact-section {
    background-image: url('capaFormCelular.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    height: 100vh;
    position: relative;
}
}


.localizacao {
  padding: 60px 20px;
 background-color: #efebe2;;
}

.container-local {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.texto-local {
  flex: 1;
  min-width: 280px;
}

.texto-local h2 {
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 10px;
}

.texto-local p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 8px;
}

.texto-local a {
  color: black;
  text-decoration: none;
}

.texto-local a:hover {
  text-decoration: underline;
}

.mapa-local {
  flex: 1;
  min-width: 280px;
  height: 300px;
}

.mapa-local iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

@media (max-width: 768px) {

  .texto-local h2 {
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 10px;
  text-align: center;
}

.texto-local p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}
}


.footer {
  background-color: #fff;
  color: black;
  padding: 60px 0 30px;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.logo-footer {
  font-size: 24px;
  font-weight: bold;
  color: #ff6ec4;
}

.logo-footer span {
  color: #ffc37f;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
}

.footer-social img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.footer-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  padding-top: 20px;
  font-size: 14px;
}

.footer-links a {
  color: #aaa;
  margin-left: 20px;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-credit {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #ccc;
}

.footer-credit span {
  color: #ff6ec4;
}


.footer-social {
  margin-top: 20px;
  text-align: center;
}

.footer-social a {
  margin: 0 10px;
  font-size: 24px;
  text-decoration: none;
}

.footer-social .instagram i {
  color: #f9a8d4; /* rosa claro */
}

.footer-social .facebook i {
  color: #93c5fd; /* azul claro */
}


.whatsapp-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-icon {
  width: 60px; /* Tamanho do ícone */
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}
