* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;

 
}
.ncr-logo {
  width: 100px;
  height: 100px;
  z-index: 1000;
  border-radius: 50%;
  box-shadow: 0 0 10px #fff;
  animation: logo 3s ease-in-out infinite, coracao 2s ease-in-out infinite;
  display: none;
}


body {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding-top: 3.5rem;
  background-color: #f5f5f5;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.ambient {

  display: flex;
  justify-content: center;
  
  padding: 10px;
height:90vh;
  max-width:100%;
position:relative;
   

}



.container-btn {

 box-shadow:0 15px 15px rgba(0,0,0,0.6);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 100vw;
  width: 60vw;
  height: 100px;
  background-color:#273F4F;
  border-radius: 10px;
 
    padding: 15px auto;
  gap: 10px;

  
 
}
.info-menu {
  
  position: absolute;/*palavrinha magica*/
  
 bottom:10px;
left:5vw;


  border-radius: 15px;
 width: 87vw;
 box-shadow: 0 0 25px #000, 0 0 30px #000;
  overflow: hidden;
max-height: 0;
max-width:0 ;
  height: 70vh;
  opacity:0;
  background: #ffffffdd; /* fundo branco semi transparente */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
border-left:hsl(0, 73%, 36%) 12px solid;
  
  transition:
    max-height 0.3s ease-in-out,
    max-width 0.1s ease-in-out,
    padding 0.1s ease-in-out,
    opacity 0.6s ease-in;
  font-weight: 500;
  line-height: 1.4;
}

.btn-3 img {
object-fit: cover;
  object-position: center;
  width: 45px;
  height: 45px;
    background-color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.15);
  transition: box-shadow 0.3s ease;

}

.btn-3 img:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.3);
}




.info-menu ul {
  padding-left: 20px;
  margin-top: 10px;
  color: #34495e;
}

.info-menu ul li {
  margin-bottom: 8px;
  font-weight: 600;
}

.toggle-img {
  cursor: pointer;
}



/* menu integrado 4 menus radio */


/* Títulos com marca de check e ícone inline */
.info-menu h2 {
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.info-menu h2::before {
  content: "✅";
  margin-right: 8px;
}

/* Parágrafos explicativos */
.info-menu p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* Lista de tópicos adicionais */
.info-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.info-menu ul li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.info-menu ul li::before {
  content: "✅";
  position: absolute;
  left: 0;
}
.info-menu p li {
  display: grid;
  font-size: 14px;
   flex-wrap: wrap;
}

.btn-3 {
  border: 3px solid #fff; /* verde mais suave */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: #000;
  overflow: hidden;
  border-radius: 50%;
  transition:all  0.3s ease;
  cursor: pointer;

}
/* #btn4 img{
  transition: all 1s ease-in-out;
} */
.btn-3:hover{box-shadow: 0 0px 10px #D6D3D1;}


#btn-1 img:hover{animation: btn1 6s ease-in-out infinite;}

#btn-2 img:hover{animation: btn2 1.5s ease-in-out infinite  ;
}

#btn-3 img:hover{animation: btn3 4s ease-in-out infinite;transform-origin: top right;}


#btn-4 img:hover{animation: btn4 4s ease-in-out infinite;}

@keyframes btn2 {

  0%   { transform: translateY(0%) rotate(0deg); }
  10%  { transform: translateY(0%) rotate(0deg); }
  20%  { transform: translateY(0%) rotate(0deg); }

  30%  { transform: translateY(-7%) rotate(-5deg); }
  40%  { transform: translateY(-12%) rotate(-10deg); }
  50%  { transform: translateY(-7%) rotate(-5deg); }
  60%  { transform: translateY(0%) rotate(2deg); }
  70%  { transform: translateY(0%) rotate(3deg); }

  80%  { transform: translateY(0%) rotate(0deg); }
  90%  { transform: translateY(0%) rotate(0deg); }
  100% { transform: translateY(0%) rotate(0deg); }
}



@keyframes btn4 {
  0%{transform: rotateY(0deg) rotatez(0deg) rotateX(0deg);}
  50%{transform: rotateY(180deg) rotatez(180deg) rotateX(180deg);}
  
  100%{transform: rotateY(0deg) rotatez(0deg) rotateX(0deg);}

  
}

@keyframes btn3 {
  0%   { rotate: 0deg; }
  10%  { rotate: 8deg; }
  20%  { rotate: -8deg; }
  30%  { rotate: 6deg; }
  40%  { rotate: 0deg; }  /* volta ao neutro */
  70%  { rotate: 0deg; }  /* pausa estática */
  85%  { rotate: 4deg; }  /* pequeno movimento extra suave */
  90%{rotate: 0deg;}
  100% { rotate: 0deg; }
}


@keyframes btn1 {
  0% { rotate: 0deg; }
  5% { rotate: 25deg; }
  10% { rotate: 0deg; }
  15% { rotate: 25deg; }
  20% { rotate: 0deg; }
  21% { rotate: 0deg; }
  /* Pausa */
  40% { rotate: 0deg; }
  100% { rotate: 0deg; }
}


.info-menu {
  box-sizing: border-box; /* alinhamento de padding e borda */



}

.input-4-items{
  display: none;
} 

input[type="radio"]:checked + label + .info-menu{
max-height: 75vh; 
  padding: 15px 30px; 
  max-width:100vw;
  opacity: 1;
  box-shadow: 5px 0 10px #777;
}

/* #toggle1:checked ~ .submenu:nth-of-type(1),
#toggle2:checked ~ .submenu:nth-of-type(2),
#toggle3:checked ~ .submenu:nth-of-type(3),
#toggle4:checked ~ .submenu:nth-of-type(4) {
  display: block;
} */


/* input[type="checkbox"]:checked + label + .submenu{
  max-width: 350px;
  max-height:60vh; ajuste conforme o conteúdo
border-left: #525252 8px solid;
  padding: 15px 30px;
  opacity:2;
} */



header {
  background-color: #000000;
  display: flex;
  padding: 2vh 0;
  width: 100%;
height: 130px;
  min-height:100px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 20px;
}

/* 1.  4rem
2.  8rem
3. 12rem
4. 16rem
5. 20rem
6. 24rem
7. 28rem
8. 32rem
9. 36rem
10. 40rem */

/* 1.  0.5rem
2.  1rem
3.  1.5rem
4.  2rem
5.  2.5rem
6.  3rem
7.  3.5rem
8.  4rem
9.  4.5rem
10. 5rem
 */

   .caixa {
      background-color: #000;
      border: 2px solid white;
   
      text-align: center;
      width: 90%;
      max-width: 400px;
      height: 110px;
      box-sizing: border-box;
      text-transform: uppercase;
      color: white;
    }

    .title-1 {
      color: #00ff88; /* verde neon */
      font-size: 2rem;
     
    }

    .linha {
      width: 60%;
      height: 2px;
      background-color: white;
      margin: 15px auto;
    }

    .title-2 {
      font-size: 1.1rem;
      font-weight: 300;
      color: white;
      margin: 10px 0 0 0;
      line-height: 1.4;
    }

/* ENVOLVENDO TODA A BARRA COM SETAS */

.scroll-wrapper {
  position: relative;
  background-color: #0d0c0d;
  overflow: hidden;
  padding: 10px 40px;
  z-index: 9999;
  top: 1%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.scroll-wrapper {
  display: none;
}
body,
html {
  margin: 0;
  padding: 0;
}

.hero {
  height: 120vh;
  width: 100%;
  display: flex;
  background-image: url(merretin.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.border-content {
  margin: 3rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px #fff solid;
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}
h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.border-content h2 {
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.border-content h3 {
  font-size: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Cards layout */
.cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-family: "Archivo Black", sans-serif;
}

/* Card individual */
.card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 24px;
  width: 100%;


  max-width: 320px;
  text-align: left;
  transition: all 0.3s ease;
  cursor: default;
}

.card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
}

/* Estilos internos do card (opcional) */
.card h4 {
  margin-top: 0;
  font-size: 20px;
  color: #222;
  font-family: "Archivo Black", sans-serif;
}

.card p {
  font-family: "Archivo Black", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  flex-wrap: wrap;
  flex-grow: 2;
}


.msg-box h3 {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  z-index: 100;
  overflow: hidden;
}

.engine-1 {
  right: 11px;
  top: 18px;
  width: 80px;
  height: 80px;
  rotate: 42.2deg;
  animation: engine1 7s linear infinite;
}
.engine-2 {
  right: 83px;
  top: 16px;
  width: 60px;
  height: 60px;
  animation: engine2 7s linear infinite;
}
.engine-3 {
  right: 85px;
  top: 69px;
  rotate: 43deg;
  width: 40px;
  height: 40px;
  animation: engine3 7s linear infinite;
}
@keyframes engine1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes engine2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes engine3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.engine-1,
.engine-2,
.engine-3 {
  z-index: 20000;
  position: fixed;

  border-radius: 50%;

  content: url(icons8-gear-100.png);
}

.msg-container {
  flex-grow: 2;

  display: flex;
  width: 100%;
  height: 80vh;
  flex-wrap: wrap;
  overflow: hidden;
  background: linear-gradient(
    -45deg,
    #000000,
    #050505,
    #0a0a0a,
    #111111,
    #0d0d0d,
    #080808,
    #000000,
    #131313,
    #1a1a1a,
    #0f0f0f,
    #060606,
    #000000,
    #1c1c1c,
    #0b0b0b,
    #030303,
    #000000,
    #0a0a0a,
    #080808,
    #0c0c0c,
    #000000,
    #1e1e1e,
    #000000,
    #ffffff,
    #000000
  );
  background-size: 600% 600%;
  animation: blackWhiteFlow 45s linear infinite;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}
.msg-container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msg-box {
 display: flex;
 flex-direction: column;
 align-items: center;
  z-index: 20;
  transform-origin: top left;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  background: #e6f2ff;
  padding: 20px 30px;
  border-radius: 20px;
  font-family: sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 70vw;
  min-height: 60vh;
  font-size: 1.3rem;

  height: auto;
  line-height: 1.5rem;

}
input[type="checkbox"]:checked + label + .msg-box {
  transform: scale(1);
  opacity: 1;
}

.msg-container input {
  display: none;
}
.msg-container label {
  width: 80px;
  height: 80px;
  object-fit: cover;
  overflow: hidden;
  z-index: 100;
}
.msg-activate {
  
  width: 80px;
  height: 80px;
  z-index: 3000;
display: flex;
  cursor: pointer;
  top: 125vh;
  left: 1%;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffffff;
}
.msg-activate img {
  z-index: 1000;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msg-activate img:hover {
  animation: msg 5s ease-in-out;
}

@keyframes msg {
  /* 1ª batida */
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(20deg);
  }
  8% {
    transform: rotate(-20deg);
  }
  12% {
    transform: rotate(15deg);
  }
  16% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(10deg);
  }
  24% {
    transform: rotate(-10deg);
  }
  28% {
    transform: rotate(5deg);
  }
  32% {
    transform: rotate(-5deg);
  }
  36% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  44% {
    transform: rotate(0deg);
  }

  /* 2ª batida */
  50% {
    transform: rotate(25deg);
  }
  54% {
    transform: rotate(-25deg);
  }
  58% {
    transform: rotate(18deg);
  }
  62% {
    transform: rotate(-18deg);
  }
  66% {
    transform: rotate(12deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  74% {
    transform: rotate(6deg);
  }
  78% {
    transform: rotate(-6deg);
  }
  82% {
    transform: rotate(3deg);
  }
  86% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(1deg);
  }
  94% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* MSG OCULTA BALAO */
#menu {
 margin-top:3vh;
margin: 3vh 5vw 0 5vw;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;

}
.layer-2{

  bottom: 0;
}
.menu input {
  display: none;
}
.menu label {

  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 0;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  text-align: left;
  
}

svg {
  margin-left: 2rem;
  margin-right: 2rem;
}
/* .menu label::after {
  content: "+";
  font-weight: bold;
  display: inline-block;
  font-size: 28px;
  position: absolute;
  rotate: 90px;
  right: 20px;
  transition: transform 0.5s ease;
}
input[type="radio"]:checked + label::after {
  content: "-";
  font-size: 28px;
  transform: rotate(8640deg);
} */

.submenu {

  overflow: hidden;
  background-color: aliceblue;
  padding: 0 20px;
  transition: max-height 0.9s ease, padding 0.9s ease;
  max-height: 0;
}

.toggle-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

/* Títulos */
.submenu h1,
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.submenu h3 {
  font-size: 1.5rem;
  color: #444;
  margin-top: 25px;
  margin-bottom: 10px;
  border-left: 4px solid #bbb;
  margin-left: 2rem;
}

/* Parágrafos */
.submenu p {
  margin-left: 2rem;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

/* Listas */
.submenu ul li {
  font-size: 20px;
  list-style: none;
  margin-left: 3rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.submenu ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 0.98rem;
  color: #555;
}

.submenu ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  font-size: 1rem;
  line-height: 1;
}
.cta-button {
  display: inline-block;
  background-color: #28a745;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 2rem;
}

.cta-button:hover {
  background-color: #218838;
  transform: translateY(-2px);
}

.bottom {
  height: 2rem;
}
.top {
  height: 2rem;
}

.menu input[type="radio"]:checked + label + .submenu {
  max-height: 2000px;
  padding: 15px 20px;
}
.list-container {
  border: solid 1px;
  display: flex;
  flex-direction:column;
  justify-content: space-evenly;
}
.list-container div {
  /* conteudo dentro do div contendo listas de aDD */

  padding: 2rem;
}
.list-container h3 {
  margin: 0 0 1rem 2rem;
}
.list-container li {
  padding: 2px;
  margin-left: 2rem;
}

.form-wrapper {

  padding: 3rem 1rem;
 
  background-color: #f4f4f4;
}

.form-container {
 
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}

.form-subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #666;
}

.form-label {
  font-weight: 600;
  margin-top: 1.2rem;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.form-textarea {
  resize: vertical;
}

.form-button {
  text-align: center;
  display: inline-block;
  background-color: #28a745;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  margin-top: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.form-button:hover {
  background-color: #218838;
}
html {
  scroll-behavior: smooth;
}
@keyframes getQuote {
  /* Início neutro */
  0% {
    transform: translateY(0) scaleX(1) scaleY(1);
    border-radius: 30px;
  }

  /* Subindo: estica e afina */
  3.3% {
    transform: translateY(-5%) scaleX(0.98) scaleY(1.02);
    border-radius: 25px;
  }
  6.6% {
    transform: translateY(-10%) scaleX(0.96) scaleY(1.04);
    border-radius: 22px;
  }
  10% {
    transform: translateY(-15%) scaleX(0.94) scaleY(1.06);
    border-radius: 18px;
  }

  /* Descendo: alarga e amassa */
  13.3% {
    transform: translateY(-10%) scaleX(1.02) scaleY(0.98);
    border-radius: 22px;
  }
  16.6% {
    transform: translateY(-5%) scaleX(1.06) scaleY(0.94);
    border-radius: 26px;
  }
  20% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9);
    border-radius: 32px;
  }
  23.3% {
    transform: translateY(0) scaleX(0.95) scaleY(1.1);
    border-radius: 28px;
  }
  26.6% {
    transform: translateY(0) scaleX(1.02) scaleY(0.98);
    border-radius: 30px;
  }

  /* Segundo pulo */
  30% {
    transform: translateY(-5%) scaleX(0.98) scaleY(1.02);
    border-radius: 25px;
  }
  33.3% {
    transform: translateY(-10%) scaleX(0.96) scaleY(1.04);
    border-radius: 22px;
  }
  36.6% {
    transform: translateY(-15%) scaleX(0.94) scaleY(1.06);
    border-radius: 18px;
  }

  40% {
    transform: translateY(-10%) scaleX(1.02) scaleY(0.98);
    border-radius: 22px;
  }
  43.3% {
    transform: translateY(-5%) scaleX(1.06) scaleY(0.94);
    border-radius: 26px;
  }
  46.6% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9);
    border-radius: 32px;
  }
  50% {
    transform: translateY(0) scaleX(0.95) scaleY(1.1);
    border-radius: 28px;
  }
  53.3% {
    transform: translateY(0) scaleX(1.02) scaleY(0.98);
    border-radius: 30px;
  }

  /* Relaxando */
  56.6% {
    transform: translateY(0) scaleX(1.01) scaleY(0.99);
    border-radius: 30px;
  }
  60% {
    transform: translateY(0) scaleX(1) scaleY(1);
    border-radius: 30px;
  }
  63.3% {
    transform: translateY(0) scaleX(0.99) scaleY(1.01);
    border-radius: 30px;
  }
  66.6% {
    transform: translateY(0) scaleX(1) scaleY(1);
    border-radius: 30px;
  }

  /* Estabilizando final */
  70% {
    transform: translateY(0);
  }
  73.3% {
    transform: translateY(0);
  }
  76.6% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  83.3% {
    transform: translateY(0);
  }
  86.6% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  93.3% {
    transform: translateY(0);
  }
  96.6% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.scroll-to-form {
  animation: getQuote 2.5s ease-in-out infinite both;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.scroll-to-form:hover {
  background-color: #0056b3;
}
/* Botão flutuante redondo com ícone do WhatsApp */
.whatsapp-circle {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

  z-index: 1000;
  transition: transform 0.2s ease, background-color 0.3s ease;
  cursor: pointer;
}
/* Ícone dentro do botão */
.whatsapp-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
}
.whatsapp-circle:hover {
  transform: scale(1.1);
  background-color: #f3fef7;
  box-shadow: 0 0 10px #25d366;
  z-index: 1000;
}


footer {
  height: 15vh;
  background-color: #000;
}
@keyframes blackWhiteFlow {
  0% {
    background-position: 0% 50%;
  }
  3% {
    background-position: 10% 50%;
  }
  6% {
    background-position: 20% 50%;
  }
  10% {
    background-position: 30% 50%;
  }
  13% {
    background-position: 40% 50%;
  }
  16% {
    background-position: 50% 50%;
  }
  20% {
    background-position: 60% 50%;
  }
  23% {
    background-position: 70% 50%;
  }
  26% {
    background-position: 80% 50%;
  }
  30% {
    background-position: 90% 50%;
  }
  33% {
    background-position: 100% 50%;
  }
  36% {
    background-position: 90% 50%;
  }
  40% {
    background-position: 80% 50%;
  }
  43% {
    background-position: 70% 50%;
  }
  46% {
    background-position: 60% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  53% {
    background-position: 40% 50%;
  }
  56% {
    background-position: 30% 50%;
  }
  60% {
    background-position: 20% 50%;
  }
  63% {
    background-position: 10% 50%;
  }
  66% {
    background-position: 0% 50%;
  }
  70% {
    background-position: 10% 50%;
  }
  73% {
    background-position: 20% 50%;
  }
  76% {
    background-position: 30% 50%;
  }
  80% {
    background-position: 40% 50%;
  }
  83% {
    background-position: 50% 50%;
  }
  86% {
    background-position: 60% 50%;
  }
  90% {
    background-position: 70% 50%;
  }
  93% {
    background-position: 80% 50%;
  }
  96% {
    background-position: 90% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes punch {
  /* 1ª batida */
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(20deg);
  }
  8% {
    transform: rotate(-20deg);
  }
  12% {
    transform: rotate(15deg);
  }
  16% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(10deg);
  }
  24% {
    transform: rotate(-10deg);
  }
  28% {
    transform: rotate(5deg);
  }
  32% {
    transform: rotate(-5deg);
  }
  36% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  44% {
    transform: rotate(0deg);
  }

  /* 2ª batida */
  50% {
    transform: rotate(25deg);
  }
  54% {
    transform: rotate(-25deg);
  }
  58% {
    transform: rotate(18deg);
  }
  62% {
    transform: rotate(-18deg);
  }
  66% {
    transform: rotate(12deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  74% {
    transform: rotate(6deg);
  }
  78% {
    transform: rotate(-6deg);
  }
  82% {
    transform: rotate(3deg);
  }
  86% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(1deg);
  }
  94% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes coracao {
  0%,
  100% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes logo {
  0% {
    box-shadow: 0 0 10px #fff;
  }
  10% {
    box-shadow: 0 0 11px #fff;
  }
  20% {
    box-shadow: 0 0 12px #fff;
  }
  30% {
    box-shadow: 0 0 13px #fff;
  }
  40% {
    box-shadow: 0 0 14px #fff;
  }
  50% {
    box-shadow: 0 0 15px #fff;
  }
  60% {
    box-shadow: 0 0 14px #fff;
  }
  70% {
    box-shadow: 0 0 13px #fff;
  }
  80% {
    box-shadow: 0 0 12px #fff;
  }
  90% {
    box-shadow: 0 0 11px #fff;
  }
  100% {
    box-shadow: 0 0 10px #fff;
  }
}

@keyframes msg1 {
  /* 1ª batida */
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(20deg);
  }
  8% {
    transform: rotate(-20deg);
  }
  12% {
    transform: rotate(15deg);
  }
  16% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(10deg);
  }
  24% {
    transform: rotate(-10deg);
  }
  28% {
    transform: rotate(5deg);
  }
  32% {
    transform: rotate(-5deg);
  }
  36% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  44% {
    transform: rotate(0deg);
  }

  /* 2ª batida */
  50% {
    transform: rotate(25deg);
  }
  54% {
    transform: rotate(-25deg);
  }
  58% {
    transform: rotate(18deg);
  }
  62% {
    transform: rotate(-18deg);
  }
  66% {
    transform: rotate(12deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  74% {
    transform: rotate(6deg);
  }
  78% {
    transform: rotate(-6deg);
  }
  82% {
    transform: rotate(3deg);
  }
  86% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(1deg);
  }
  94% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 350px) and (max-width: 768px) {
  .ncr-logo {
    display: block;
    max-height:100px;
    max-width:100px;
    
  }
  header{
    max-height:120px;
  }
  .ncr-logo img{
    object-fit:cover;
    object-position:center;
    width:100px;
    height:100px;
  }
  .info-menu{
    max-height: 65vh;
    margin-bottom: 10px;
   

   
  }
  .msg-container{
    border:#070c0f 2px solid;


  }

 #menu{
margin-top: 6vh;
 
  }

.ambient .container-btn{
  width: 100vw;
  

}
.conainer-btn {
  width: 100vw; 
  background-color: #3867d6;
  color: white;
  text-align: center;
  padding: 1rem;
  border: 2px solid red;
  padding: 0 30px;
}
  .btn-3{
    width: 70px;
    height: 70px;
  }
.btn-3 img{
   object-fit: cover;
}
}
/* Responsividade para tablets (max-width: 762px) */
@media (max-width: 762px) {
  body {
    box-sizing: border-box;
    flex-wrap: nowrap;
    font-size: 16px;
  }
 #menu{
margin-top: 6vh;
 
  }
  .msg-activate {
   display: none;
  }
  header {
    overflow-x: hidden;
  }
  .msg-box {
    display: flex;
      z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px auto;
    font-size: 1.3rem;
    max-width: 90vw;
    height: auto;
    text-align: center;
  }
  .engine-1,
  .engine-2,
  .engine-3 {
   display: none;
  }

  .msg-container {
    overflow: hidden;
    background: linear-gradient(
      -45deg,
      #000000,
      #050505,
      #0a0a0a,
      #111111,
      #0d0d0d,
      #080808,
      #000000,
      #131313,
      #1a1a1a,
      #0f0f0f,
      #060606,
      #000000,
      #1c1c1c,
      #0b0b0b,
      #030303,
      #000000,
      #0a0a0a,
      #080808,
      #0c0c0c,
      #000000,
      #1e1e1e,
      #000000,
      #ffffff,
      #000000
    );
    background-size: 600% 600%;
    animation: blackWhiteFlow 45s linear infinite;
    min-height: 70vh;
    height: auto;
    padding: 15px;
    z-index: 1;
    position: relative;
  }
  header {
    background-color: rgba(0, 0, 0, 0.9);

    box-sizing: border-box;
  }


  .caixa {
    display: none;
  }
  .hero {
    height: 150vh;
   background-image: url(bg_responsivo.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: right;
 
  }
  .title-1,
  .title-2 {
    font-size: 1.5rem;
  }

  section.hero h1 {
    font-size: 1.8rem;
  }
  section.hero h2 {
    font-size: 1.3rem;
  }
  section.hero h3 {
    font-size: 1.1rem;
  }

  .cards {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .card {
    width: 100%;
  }
  svg{
    padding:1px ;
    margin: 0 12px;
  }
  .menu label {

    background-color: black;
    padding:15px 0 ;
  }
 
  .menu {
  border-radius: 20px;
    margin: 2rem 1rem;
    overflow: hidden;
  

  }


  a.button-left,
  a.button-right {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    float: none;
    display: inline-block;
    margin: 0 5px 10px 5px;
  }
  .form-wrapper {
    margin-bottom: 10rem;
  }
}

/* Responsividade para celulares pequenos (max-width: 400px) */
@media (max-width: 400px) {
  body {
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
  }
 #menu{
margin-top: 6vh;
 
  }
  header {
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 400px;
    overflow: hidden;
    z-index: 1000;
  }
  .engine-1,
  .engine-2,
  .engine-3 {
  display: none;

  }


  .msg-activate {
display: none;
  }
  .msg-box {
    padding: 10px 15px;
    font-size: 0.75rem;
    max-width: 95vw;
    min-height: 80vh;
    height: auto;
      padding: 20px 20px;
    border-radius: 15px;
    margin: auto;
    z-index:3 ;
  }
  .whatsapp-circle {
    z-index: 10000;
  }
  .msg-container {
    background: linear-gradient(
      -45deg,
      #000000,
      #050505,
      #0a0a0a,
      #111111,
      #0d0d0d,
      #080808,
      #000000,
      #131313,
      #1a1a1a,
      #0f0f0f,
      #060606,
      #000000,
      #1c1c1c,
      #0b0b0b,
      #030303,
      #000000,
      #0a0a0a,
      #080808,
      #0c0c0c,
      #000000,
      #1e1e1e,
      #000000,
      #ffffff,
      #000000
    );
    background-size: 600% 600%;
    animation: blackWhiteFlow 45s linear infinite;
    border-width: 10px;
    z-index: 0;
    min-height: 100vh;
    height: auto;
  }

  .title-1,
  .title-2 {
    font-size: 1.2rem;
  }
 
  .hero {
    object-fit: cover;
  }
  section.hero h1 {
    font-size: 1rem;
  }
  section.hero h2 {
    font-size: 1rem;
  }
  section.hero h3 {
    font-size: 1rem;
  }

  .cards {
    flex-direction: column;
    gap: 15px;
  }

  .card {
    width: 100%;
    font-size: 0.9rem;
  }



  a.button-left,
  a.button-right {
    width: 100% !important;
    padding: 0.6rem !important;
    font-size: 1rem !important;
    text-align: center !important;
    margin: 5px 0 !important;
    float: none !important;
    display: block !important;
  }


  
  .form-wrapper {
    margin-bottom: 10rem;
  }
  .list-container {
    flex-direction: column;
  }

  .list-container div {
    padding: 1rem 0;
    margin-left: 1rem;
  }

  .list-container li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 360px) {
  body {
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
  }

  header {
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 360px;
    overflow: hidden;
    z-index: 1000;
  }
 #menu{
margin-top: 6vh;
 
  }
  .engine-1,
  .engine-2,
  .engine-3 {
    display: none;
  }


  .msg-activate {
  display: none;
  }

  .msg-box {
    padding: 10px 15px;
    font-size: 0.85rem;
    max-width: 95vw;
    min-height: 80vh;
    height: auto;
    border-radius: 15px;
    z-index: 3;
  }

  .whatsapp-circle {
    z-index: 10000;
  }

  .msg-container {
    background: linear-gradient(
      -45deg,
      #000000,
      #050505,
      #0a0a0a,
      #111111,
      #0d0d0d,
      #080808,
      #000000,
      #131313,
      #1a1a1a,
      #0f0f0f,
      #060606,
      #000000,
      #1c1c1c,
      #0b0b0b,
      #030303,
      #000000,
      #0a0a0a,
      #080808,
      #0c0c0c,
      #000000,
      #1e1e1e,
      #000000,
      #ffffff,
      #000000
    );
    background-size: 600% 600%;
    animation: blackWhiteFlow 45s linear infinite;
    border-width: 10px;
    z-index: 0;
    min-height: 100vh;
    height: auto;
  }

  .title-1,
  .title-2 {
    font-size: 1.2rem;
  }

  .hero {
    object-fit: cover;
  }

  section.hero h1,
  section.hero h2,
  section.hero h3 {
    font-size: 1rem;
  }

  .cards {
    flex-direction: column;
    gap: 15px;
  }

  .card {
    width: 100%;
    font-size: 0.9rem;
  }

  a.button-left,
  a.button-right {
    width: 100% !important;
    padding: 0.6rem !important;
    font-size: 1rem !important;
    text-align: center !important;
    margin: 5px 0 !important;
    float: none !important;
    display: block !important;
  }

  .form-wrapper {
    margin-bottom: 10rem;
  }

  .list-container {
    flex-direction: column;
  }

  .list-container div {
    padding: 1rem 0;
    margin-left: 1rem;
  }

  .list-container li {
    margin-left: 1.5rem;
  }
}
/* 📱 1. Dispositivos muito pequenos (até 320px) */
@media (max-width: 320px) {
  body {
    font-size: 13px;
  }
.ambient{
height:90vh;}
  .msg-activate {
  display: none;
  }

  .card {
    font-size: 0.8rem;
  }

  .msg-box {
    font-size: 0.75rem;
    padding: 8px 10px;
  }
  #menu{
  top:0;
}
    
}

/* 📱 2. Smartphones médios (até 375px) */
@media (max-width: 376px){
  body {
    font-size: 14px;
  }

#menu{
  top:0;
}
    
.ambient{
height:90vh;}

  .msg-activate {
    display: none;
  }

  .msg-box {
    font-size: 0.8rem;
  }

  .cards {
    flex-direction: column;
    gap: 12px;
  }

  a.button-left,
  a.button-right {
    font-size: 0.9rem !important;
  }
}

