.img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
    width:52vw;
    z-index:300; 
  }
  #produtos_topo{/*Seção do topo que vai armazenar a imagem e o texto do quem somos*/
   background-size:cover;
   background-repeat: no-repeat, no-repeat;
   background-image:url("../../midia/backgrounds/bg_banner2.jpg"),url("../../midia/backgrounds/bg_banner.jpg");
   background-blend-mode:overlay;
   background-position:top;
   background-attachment:fixed;
   padding-top:100px;
   text-align: center;
   padding-bottom:-1px;
  }
  .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
   text-align:center;
   font-size:12vw;
   z-index:-1px;
   margin-bottom:-11%;
   color:#f7eeff;
   font-weight:lighter;
   font-family:bebas neue;
  }
  /* Responsividade */
  /*MOBILE:*/ @media only screen and (min-width:100px) and (max-width: 600px) { article{border:none !important;} }
  /* COMEÇA CELULAR PEQUENO*/
  @media only screen and (min-width:100px) and (max-width: 282px) {  
    .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
        font-size:16vw !important;
        margin-bottom:-15% !important;
    }      
    .img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
        width:76vw !important;
        z-index:300 !important;
    }

  }
  /* TERMINA CELULAR PEQUENO*/
    
  /* COMEÇA CELULAR CONVENCIONAL */  
  @media only screen and (min-width:282px) and (max-width: 330px) {
    .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
        font-size:16.5vw !important;
        margin-bottom:-16% !important;
    }      
    .img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
        width:86vw !important;
        z-index:300 !important;
    }
  }
  /* TERMINA CELULAR CONVENCIONAL */
    
  /* COMEÇA CELULAR MÉDIO */
  @media only screen and (min-width:330px) and (max-width: 590px) {   
    .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
        font-size:16.8vw !important;
        margin-bottom:-16% !important;
    }      
    .img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
        width:86vw !important;
        z-index:300 !important;
    }
  }
  /* TERMINA CELULAR MÉDIO */
    
  /* COMEÇA CELULAR GRANDE */
  @media only screen and (min-width:590px) and (max-width: 640px) {   
    .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
        font-size:16.9vw !important;
        margin-bottom:-15% !important;
    }      
    .img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
        width:86vw !important;
        z-index:300 !important;
    }

  }
  /* TERMINA CELULAR GRANDE */
    
  /*COMEÇA TABLET PEQUENO*/
  @media only screen and (min-width: 640px) and (max-width: 700px) {
    .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
        font-size:17vw !important;
        margin-bottom:-14% !important;
    }      
    .img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
        width:88vw !important;
        z-index:300 !important;
    }
   
  }   
    
  /*TERMINA TABLET PEQUENO*/
      
  /*COMEÇA TABLET CONVENCIONAL*/
    
  @media only screen and (min-width: 700px) and (max-width: 1000px) {
    .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
        font-size:17.3vw !important;
        margin-bottom:-14.5% !important;
    }      
    .img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
        width:88vw !important;
        z-index:300 !important;
    }
      
  }
       
  /*TERMINA TABLET CONVENCIONAL*/
  /*COMEÇA LAPTOP PEQUENO*/
      
  @media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .txt_produtos{/*Texto escrito 'QUEM SOMOS' que fica atrás da imagem*/
      font-size:14vw !important;
      margin-bottom:-13% !important;
  }      
  .img_sobre_topo{ /* Estiliza a imagem do topo da página sobre */
      width:70vw !important;
      z-index:300 !important;
  }
}
/*TERMINA LAPTOP PEQUENO*/
/*Responsividade topo*/
/*seção de produtos:*/
article{
border-color:rgb(54, 39, 51);
border-width: 4px 0px 0px 0px !important;
border-style:dashed;
background-blend-mode: overlay;
background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(left, rgba(54,11,41,1) 35%, rgba(14, 0, 14, 0.959) 55%);
}
.img_produto{
    width: 40%;
    text-align: center;
    height: 530px;
    float: left;
    padding-top: 5%;
}
.img_produto img{
    width: 350px;
}
.dados h2{
    margin:0px;
    font-size: 4rem;
    color: yellow;
    text-align: center;
    font-family: bebas neue;
    font-weight: lighter;
}
.dados{
    margin-left: 15%;
    padding: 2.5%;
    height: 530px;
}
.lista1{
    color: white;
    display: inline-block;
    font-size: 1.5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.lista2{
    color: white;
    float: right;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5rem;
}
.peso{
    color:white;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: bebas neue;
    font-weight: lighter;
    display: inline-block;
}
.preco{
    
    background-color: rgb(27, 46, 29);
    border:rgb(0, 255, 42) 5px solid;
    border-radius: 150px;
    box-shadow: 0px 0px 20px rgb(0, 255, 21), inset 0px 0px 18px black;
    font-size: 3rem;
    color: white;
    padding:2%;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    float: left;
    position: relative;
}
/* Responsividade */

  /* COMEÇA CELULAR PEQUENO*/
  @media only screen and (min-width:100px) and (max-width: 282px) {  
         article{background-blend-mode: overlay;background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(top, rgba(54,11,41,1) 15%, rgba(14, 0, 14, 0.959) 85%);}
        .img_produto{width: 100%; float: none !important; height:fit-content;}
        .img_produto img{width: 200px !important; }
        .dados h2{font-size: 2rem !important;}
        .dados{ height:fit-content; margin-left: 0px !important;}
        .lista1{ display: block; float: none;}
        .lista2{display: block; float: none;}
        .peso{display: block; float: none;}
        .preco{margin:auto; padding:3%; padding-bottom: 0px !important; height: 50px; font-size:2.1rem; float:none;}
}
/* TERMINA CELULAR PEQUENO*/
  
/* COMEÇA CELULAR CONVENCIONAL */  
@media only screen and (min-width:282px) and (max-width: 330px) {
     article{background-blend-mode: overlay;background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(top, rgba(54,11,41,1) 15%, rgba(14, 0, 14, 0.959) 85%);}
    .img_produto{width: 100%; float: none !important; height:fit-content;}
    .img_produto img{width: 200px !important; }
    .dados h2{font-size: 2rem !important;}
    .dados{ height:fit-content; margin-left: 0px !important;}
    .lista1{ display: block; float: none;}
    .lista2{display: block; float: none;}
    .peso{display: block; float: none;}
    .preco{margin:auto; padding:3%; max-width: 80%; padding-bottom: 0px !important; height: 50px; font-size:2.1rem; float:none;}        
}
/* TERMINA CELULAR CONVENCIONAL */
  
/* COMEÇA CELULAR MÉDIO */
@media only screen and (min-width:330px) and (max-width: 590px) {   
     article{background-blend-mode: overlay;background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(top, rgba(54,11,41,1) 15%, rgba(14, 0, 14, 0.959) 85%);}
    .img_produto{width: 100%; float: none !important; height:fit-content;}
    .img_produto img{width: 200px !important; }
    .dados h2{font-size: 2rem !important;}
    .dados{ height:fit-content; margin-left: 0px !important;}
    .lista1{ display: block; float: none;}
    .lista2{display: block; float: none;}
    .peso{display: block; float: none;}
    .preco{margin:auto; padding:3%; max-width: 50%; padding-bottom: 0px !important; height: 50px; font-size:2.1rem; float:none;}        
}
/* TERMINA CELULAR MÉDIO */
  
/* COMEÇA CELULAR GRANDE */
@media only screen and (min-width:590px) and (max-width: 640px) {   
    article{background-blend-mode: overlay;background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(top, rgba(54,11,41,1) 15%, rgba(14, 0, 14, 0.959) 85%);}
    .img_produto{width: 100%; float: none !important; height:fit-content;}
    .img_produto img{width: 200px !important; }
    .dados h2{font-size: 2rem !important;}
    .dados{ height:fit-content; margin-left: 0px !important;}
    .lista1{ display: block; float: none;}
    .lista2{display: block; float: none;}
    .peso{display: block; float: none;}
    .preco{margin:auto; padding:3%; max-width: 40%; padding-bottom: 0px !important; height: 50px; font-size:2.1rem; float:none;}        
}
/* TERMINA CELULAR GRANDE */
  
/*COMEÇA TABLET PEQUENO*/
@media only screen and (min-width: 640px) and (max-width: 700px) {
    article{background-blend-mode: overlay;background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(top, rgba(54,11,41,1) 15%, rgba(14, 0, 14, 0.959) 85%);}
    .img_produto{width: 100%; float: none !important; height:fit-content;}
    .img_produto img{width: 200px !important; }
    .dados h2{font-size: 2rem !important;}
    .dados{ height:fit-content; margin-left: 0px !important;}
    .lista1{ display: inline-block; float: none;}
    .lista2{ float: right;}
    .peso{display: block; float: none;}
    .preco{margin:auto; padding:3%; max-width: 40%; padding-bottom: 0px !important; height: 50px; font-size:2.1rem; float:none;}        
}   
  
/*TERMINA TABLET PEQUENO*/
    
/*COMEÇA TABLET CONVENCIONAL*/
  
@media only screen and (min-width: 700px) and (max-width: 1000px) {
    article{background-blend-mode: overlay;background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(top, rgba(54,11,41,1) 15%, rgba(14, 0, 14, 0.959) 85%);}
    .img_produto{width: 100%; float: none !important; height:fit-content;}
    .img_produto img{width: 200px !important; }
    .dados h2{font-size: 2rem !important;}
    .dados{ height:fit-content; margin-left: 0px !important;}
    .lista1{ display: inline-block; float: none;}
    .lista2{ float: right;}
    .peso{display: block; float: none;}
    .preco{margin:auto; padding:3%; max-width: 20%; padding-bottom: 15px !important; height: 50px; font-size:2.1rem; float:none;}        
}
     
/*TERMINA TABLET CONVENCIONAL*/

/*COMEÇA TABLET CONVENCIONAL*/
  
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
   article{
border-color:rgb(54, 39, 51);
border-width: 4px 0px 0px 0px !important;
border-style:dashed;
background-blend-mode: overlay;
background-image:url("../../midia/backgrounds/bg_banner2.jpg"),-webkit-linear-gradient(left, rgba(54,11,41,1) 35%, rgba(14, 0, 14, 0.959) 55%);
}
.img_produto{
    width: 30%;
    text-align: center;
    height: 530px;
    float: left;
    padding-top: 5%;
}
.img_produto img{
    width: 300px;
}
.dados h2{
    margin:0px;
    font-size: 4rem;
    color: yellow;
    text-align: center;
    font-family: bebas neue;
    font-weight: lighter;
}
.dados{
    margin-left: 15%;
    padding: 2.5%;
    height: 530px;
}
.lista1{
    color: white;
    display: inline-block;
    font-size: 1.5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.lista2{
    color: white;
    float: right;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5rem;
}
.peso{
    color:white;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: bebas neue;
    font-weight: lighter;
    display: inline-block;
}
.preco{
    
    background-color: rgb(27, 46, 29);
    border:rgb(0, 255, 42) 5px solid;
    border-radius: 150px;
    box-shadow: 0px 0px 20px rgb(0, 255, 21), inset 0px 0px 18px black;
    font-size: 3rem;
    color: white;
    padding:2%;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    float: left;
    position: relative;
}   
}
     
/*TERMINA TABLET CONVENCIONAL*/

/* Responsividade */