.header{
    position: relative;
    top:-8px;
    left:-10px;
    width: 101%;
    height: 260px;
    background: rgba(7, 3, 255,1);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
  .header .background {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(media/BACKGROUND.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;

  }
  .header .logo {
    position:absolute;
    margin-top: 45px;
    left:50%;
    margin-left: -160px;
    width: 320px;
    height: 140px;
    opacity: 1;
    z-index: 2;
  }
  .header .nav {
    justify-content: center;
    position:sticky;
    top: 280px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.23)

  }
  .header .nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
  .header .nav .nav-links a {
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-weight: 550;
    padding: 14px 120px;
    text-decoration: none;
    display: block;
  }
  .header .nav a:hover {
    background-color: #ffffff;
    color:rgba(4, 0, 255, 1);
    transition: all 0.3s;
    border-radius: 15px;

  }
  .header .menu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    padding: 14px 20px;
    cursor: pointer;
    display: none;
  }
  .header .nav-links {
    list-style:none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
  }
.body {
  background-color: #dddddd83;
}
.container {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
  box-sizing: border-box;
}

.logo_prod{
  height: 180px;
  max-width: 100%;

}
.foto_prod{
  height: 320px;
}

.titulo_produto{
  text-transform: uppercase;
  color: #6d1068;
  align-items: center;
  text-align: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family:'helvetica';
  font-size: 24px;
}

.texto-bloco{
  line-height: 1.875;
  color: #4e4e4e;
  padding: 0 5%;
  font-weight: 400;
  text-indent: 30px;
  text-decoration: none;
  text-align:center;
  letter-spacing: .5px;
  word-spacing: 2px;
  font-family:verdana;
  font-size: 18px;
}

/* CONTAINERS */
.container_row {
  display: flex;
  flex-wrap: wrap;         
  gap: 20px;
}
.container_row .item {
  position: relative;
  width: 30%;
  height: 100%;
  cursor: pointer;
}

.container_row .item img.sonda {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  transition: 0.5s;
}

.container_row .texto_sonda {
  position:absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: fit-content;
  background-color: rgba(0, 19, 192, 0.719);
  color: white;
  margin: 0;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0px 30px;
  font-weight: 400;
  text-decoration: none;
  text-align:justify;
  letter-spacing: .5px;
  word-spacing: 2px;
  font-family:verdana;
  font-size:12px;
}

.texto_sonda #texto_2{
  left:25%
}
.container .ativo .texto_sonda {
  display:flex;
  flex-wrap:wrap;
  opacity: 1;
}

.container_row:hover img.sonda {
  transform: scale(1.063); /* leve zoom no hover */
  transition: 0.5s;
  border-radius: 20px;
  
}

.container_row:hover .texto_sonda {
  transform: scale(1.063); /* leve zoom no hover */
  transition: 0.5s;
  border-radius: 20px;
}


.container_row_2{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;        
  gap: 0px;
  width: 100%;
  height: 20%;
  margin: 0 auto;
}
#par{
  background-color: #0023ec ;
}
#impar{
  background-color: #090083 ;
}

.container_row_2 .item {
  position: relative;
  width: 400px;
  height: 350px;
  cursor: pointer;
  text-align: center;
  color: white;
  padding: 40px;
  box-sizing: border-box;
  font-family:verdana;
  font-size: 14px;
}
.container_row_2 .item .beneficios {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 10px auto; 
}
#corr_img {
  width: 95px;
  height: 120px;
}
#corr_img_2 {
  width: 160px;
  height: 120px;
}
.container_row_2 .detalhe_beneficios {
  position:absolute;
  top:0;
  left: 0;
  width: 400px;
  height: 330px;
  background-color: rgba(0, 28, 138, 0.875);
  color: white;
  margin: 0;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 10px 30px;
  font-weight: 100;
  text-decoration: none;
  text-align:center;
  letter-spacing: .25px;
  word-spacing: 2px;
  font-family:verdana;
  font-size: 14px;
}

.texto_sonda #texto_2{
  left:25%
}
.container .ativo .detalhe_beneficios {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
}
.container_row_3{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;        
  gap: 0px;
  width: 100%;
  height: 20%;
  margin: 0 auto;
  margin-top: -70px;
}
.container_row_3 .item {
  position: relative;
  width: 400px;
  height: 350px;
  cursor: pointer;
  text-align: center;
  color: white;
  padding: 40px;
  box-sizing: border-box;
  font-family:verdana;
  font-size: 14px;
}
.container_row_3 .item .beneficios {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 10px auto; 
}
.container_row_3 .detalhe_beneficios {
  position:absolute;
  top:0;
  left: 0;
  width: 400px;
  height: 350px;
  background-color: rgba(0, 28, 138, 0.975);
  color: white;
  margin: 0;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 10px 30px;
  font-weight: 100;
  text-decoration: none;
  text-align:center;
  letter-spacing: .25px;
  word-spacing: 2px;
  font-family:verdana;
  font-size: 14px;
}


.container_row_4{
  position: relative;
  display: flex;
  flex-wrap: wrap;   
  justify-content: center; 
  align-items: center;        
  gap: 50px;
  width: 100%;
  height: 20%;
  margin: 0 auto;
  
}
.container_row_4 .item {
  max-width: fit-content;
  position: relative;
  display: block;
  width: 400px;
  height: 350px;
  text-align: center;
  color: white;
  padding: 40px;
  box-sizing: border-box;
  font-family:verdana;
  font-size: 14px;
}
.titulo_produto{
  margin-top: 10px;
  width: 100%;
  text-align: center;
  color: #090083;
  position: relative;
}

.container_row_4 .item .titulo_produto_2{
  width: 100%;
  text-align: center;
  color: #090083;
  position: relative;
  font-size: 2.5vh;
}
.container_row_4 .item .guia_img{
  height: 40%;  
}

.container_row_4 .btn {
  margin-top: 20%;
}


.container_row_5{
  display: flex;
  flex-wrap: wrap;         
  gap: 20px;
}
  
.container_row_5 .item .artigo{
  position: relative;
  width: 400px;
  height: 220px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 20px;
  align-items: center ;
}

button {
  display: relative;
  padding: 15px;
  cursor: pointer;
  font-size: 15px;
  background:rgba(4, 0, 255, 1);
  border: 1px solid #c7c7c7;
  color:white;
  transition: all 0.5s;
  margin-bottom: 20px;
}


button a{
  text-decoration: none;
  color: inherit;
}

button:hover {
  background-color: rgba(4, 0, 255, 0.733);
}


@media (max-width: 480px) {
  /* Ajustes gerais */
  body {
    font-size: 16px;
  }

  .container {
    width: 95%;
    padding: 20px 10px;
  }

  .logo_prod {
    height: auto;
    max-width: 100%;
  }

  .titulo_produto {
    font-size: 20px;
    text-align: center;
  }

  .texto-bloco {
    padding: 0 5%;
    font-size: 16px;
    text-align: justify;
  }

  .container_row,
  .container_row_2,
  .container_row_3,
  .container_row_4,
  .container_row_5,
  .container_row_6 {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 30px;
    margin-top: 20px;
  }

  .container_row .item,
  .container_row_2 .item,
  .container_row_3 .item,
  .container_row_4 .item,
  .container_row_5 .item,
  .container_row_6 .item {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .container_row_6 .item .titulo_artigo {
    font-size: 18px;
    margin: 0 auto;
  }

  .guia_img,
  .artigo,
  .beneficios,
  .sonda {
    max-width: 100%;
    height: auto;
  }

  /* Botões */
  button {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }

  /* Vídeo */
  video {
    width: 100%;
    height: auto;
  }

  /* Menu responsivo */
  .header .nav-links {
    flex-direction: column;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.23);
  }

  .header .nav-links.active {
    display: flex;
  }

  .header .nav-links a {
    padding: 12px;
    text-align: center;
  }

  .header .menu-toggle {
    display: block;
  }

  .header .logo {
    width: 160px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}


@media (max-width: 410px) {
  /* Ajustes gerais */
  
  body {
    font-size: 12px;
  }

  .container {
    width: 95vw;
    max-width: 410px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  .logo_prod {
    height: auto;
    width: 95vw;
  }

  .titulo_produto {
    font-size: 3vh;
    text-align: center;
  }

  .texto-bloco {
    padding: 0 5%;
    font-size: 2vh;
    text-align: justify;
  }

  .container_row,
  .container_row_2,
  .container_row_3,
  .container_row_4,
  .container_row_5,
  .container_row_6 {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 30px;
    margin-top: 20px;
  }

  .container_row .item,
  .container_row_2 .item,
  .container_row_3 .item,
  .container_row_4 .item,
  .container_row_5 .item,
  .container_row_6 .item {
    width: 100%;
    height: auto;
    padding: 2%;
    position: relative;
    
  }

  .container_row_6 .item .titulo_artigo {
    font-size: 18px;
    margin: 0 auto;
  }

  .guia_img,
  .artigo,
  .beneficios,
  .sonda {
    max-width: 100%;
    height: auto;
  }
  .detalhe_beneficios{
     max-width: 100%;
     height: 300px;

  }
  .detalhe_beneficios .ativo{
    
    max-width: 100%;
    height:auto;
    background-color: rgba(0, 28, 138, 1);
    font-size: 3vh;
    padding: 0;
  }
  .p.detalhe_beneficios {
  padding-bottom: 20px; 
  position: relative;
  z-index: 1;
}


  /* Botões */
  button {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }

  /* Vídeo */
  video {
    width: 100%;
    height: auto;
  }

  /* Menu responsivo */
  .header .nav-links {
    flex-direction: column;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.23);
  }

  .header .nav-links.active {
    display: flex;
  }

  .header .nav-links a {
    padding: 12px;
    text-align: center;
  }

  .header .menu-toggle {
    display: block;
  }
    .header {
      width: 410px;
    }
    .header .logo{
    position:absolute;
    margin-top: 45px;
    left:50%;
    width: 120px;
    height: 50px;
    opacity: 1;
    z-index: 2;
    }

}



@media (max-width: 360px) {
  /* Ajustes gerais */
  
  body {
    font-size: 12px;
  }

  .container {
    width: 95vw;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  .logo_prod {
    height: auto;
    width: 95vw;
  }

  .titulo_produto {
    font-size: 3vh;
    text-align: center;
  }

  .texto-bloco {
    padding: 0 5%;
    font-size: 2vh;
    text-align: justify;
  }

  .container_row,
  .container_row_2,
  .container_row_3,
  .container_row_4,
  .container_row_5,
  .container_row_6 {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 30px;
    margin-top: 20px;
  }

  .container_row .item,
  .container_row_2 .item,
  .container_row_3 .item,
  .container_row_4 .item,
  .container_row_5 .item,
  .container_row_6 .item {
    width: 100%;
    height: auto;
    padding: 2%;
    position: relative;
    
  }

  .container_row_6 .item .titulo_artigo {
    font-size: 18px;
    margin: 0 auto;
  }

  .guia_img,
  .artigo,
  .beneficios,
  .sonda {
    max-width: 100%;
    height: auto;
  }
  .detalhe_beneficios{
     max-width: 100%;
     height: 300px;

  }
  .detalhe_beneficios .ativo{
    
    max-width: 100%;
    height:auto;
    background-color: rgba(0, 28, 138, 1);
    font-size: 3vh;
    padding: 0;
  }
  .p.detalhe_beneficios {
  padding-bottom: 20px; 
  position: relative;
  z-index: 1;
}


  /* Botões */
  button {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }

  /* Vídeo */
  video {
    width: 100%;
    height: auto;
  }

  /* Menu responsivo */
  .header .nav-links {
    flex-direction: column;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.23);
  }

  .header .nav-links.active {
    display: flex;
  }

  .header .nav-links a {
    padding: 12px;
    text-align: center;
  }

  .header .menu-toggle {
    display: block;
  }
    .header {
      width: 360px;
    }
    .header .logo{
    position:absolute;
    margin-top: 45px;
    left:50%;
    width: 120px;
    height: 50px;
    opacity: 1;
    z-index: 2;
    }

}

