#CentralButons{
    
    position:fixed;
    height:60px;
    width:100%;
    bottom:0px;
    background:#003e9c;
    border-radius:50px;
margin:0px;
     margin-bottom:0px;
   
    display: flex; /* Ativa o flexbox */
    justify-content: space-around; /* Espaçamento uniforme entre os botões */
    align-items: center; /* Centraliza os botões verticalmente */
    z-index:999;
    
}


#CentralButons button {
    width: 50px; /* Define o tamanho do botão circular */
    height: 50px;
    background: white; /* Cor de fundo do botão */
    border: none;
    border-radius: 50%; /* Torna o botão circular */
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Adiciona uma sombra sutil */
    transition: transform 0.2s ease-in-out; /* Efeito de clique */
}

#CentralButons button:hover {
    transform: scale(1.1); /* Aumenta o tamanho ao passar o mouse */
}

#CentralButons button:active {
    transform: scale(0.95); /* Diminui levemente ao clicar */
}
.AddCar{
    position:relative;
 width:35px;
 height:35px;

    border-radius:50%;
   
    font-size:25px;
   background-color:silver;
  border:none;  

}


.CarrinhoQts{
  align-items: center;
    background-color: #ff421b;
    border-radius: 99px;
    color: #fff;
    display: flex;
    font-size: .875rem;
    font-weight: 700;
    height: 25px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -16px;
    transform: translateX(-50%);
    width: 25px;
    z-index: 99;
    
}


.Favoritar{
   position:relative;

 width:35px;
 height:35px;

    border-radius:50%;
   
    font-size:25px;
    background-color:silver;
    border:none;
    
   
}
.BtnsProd{
    height:40px;
    width:100%;
    bottom:0px;
    background:#003e9c;
    border-radius:50px;
margin:0px;
     margin-bottom:0px;
   
    display: flex; /* Ativa o flexbox */
    justify-content: space-around; /* Espaçamento uniforme entre os botões */
    align-items: center; /* Centraliza os botões verticalmente */
    
}
.IamgemWhatsButton{
    width:40px;
    height:40px;
}

/* Estilo do container para centralizar o conteúdo */
.containerChamaPagina {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-bottom:10px;
    font-family: Arial, sans-serif;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,147,67,0.6671043417366946) 49%, rgba(0,212,255,0.7791491596638656) 69%);
}

.PrecoItemVistoUltimo{
    
    font-size:22px;font-weight:bold;
    color:#fe5000;
}

.ImagensProdutos{
    
     width:100%; min-height:350px;max-height:350px; padding-top:0px; object-fit:contain!important;
    
    }
    .PrecoDestaque{
        
        
        font-size:14px;font-weight:bold;
        color:#fe5000;
        
    }
    .CategoriasPagInital{
        
        
      font-size:14px;font-weight:bold;  
        
    }
    
     .CategoriasPaginas{
        
        
     font-size:18px;
     font-weight:bold;
      color:#fe5000;   
    }

.call-to-action {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Estilo do texto de benefícios */
.benefits {
    font-size: 14px;
    color:black;
    margin-bottom: 20px;
}

.btn-home {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    background: linear-gradient(135deg, #019A30, #4a6cf7); /* Gradiente moderno */
    border: none;
    border-radius: 50px; /* Bordas arredondadas */
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(110, 142, 251, 0.4); /* Sombra suave */
    cursor: pointer;
}

.btn-home:hover {
    background: linear-gradient(135deg, #4a6cf7, #019A30); /* Inverte o gradiente ao passar o mouse */
    transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
    box-shadow: 0 6px 20px rgba(110, 142, 251, 0.6); /* Sombra mais intensa */
}

.btn-home:active {
    transform: scale(0.95); /* Efeito de clique */
}


#Conteudo{
    height:auto;
   
    max-height:1000px;
    
}

#Rodape{
    width:100%;
    
    height:90px;
	background-color:Silver;
	color:black;
}

#Tutorial{
    
    width:55px;
    height:55px;
    border-radius:50%;
    background-color:Silver;
    position:fixed;
    bottom:90px;
    right:10px;
    z-index:10;
    display:none;
    text-align:center;
    font-size:13px;
    
    
}
.BotaoSair{
    
    float:left;
    font-size:45px;
    width:45px;
    color:white;
    margin-left:2px;
    margin-top:-15px;
    background-color:transparent;
    border: none;
    font-weight:bold;
    
}




a:link {
   color:  #019A30;
}

/* link que foi visitado */
a:visited {
    color: #019A30;
}

/* mouse over */
a:hover {
    color:  #019A30;
}

/* link selecionado */
a:active {
    color:  #019A30;
}

#SubirTopo{
    width:55px;
    height:55px;
    border-radius:50%;
    background-color:Silver;
    position:fixed;
    bottom:70px;
    right:10px;
    z-index:10;
    display:none;
    text-align:center;
    font-size:13px;
    
    
}
#Carrinho{
   height: calc(100vh - 135px);
    margin-top:135px;
    position:fixed;
    
}

#VisitBannerClient{
    text-align: left;
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,147,67,0.6671043417366946) 49%, rgba(0,212,255,0.7791491596638656) 69%);

padding:10px;




}
#ResultadosCategorias{
    
 
    
    
}
.BordasBox{
    
     border-style: solid;
  border-width: 0.2px;
  border-color:silver;
     margin-top: 0px;
    
}

.VericaCarrinhoBtn{
    
    display:none;
    
}



.Beneficios {
    font-size: 16px;
    color: white;
    line-height: 1.2; /* Espaçamento entre linhas */
    margin-bottom: 20px;
     font-size: 16px;
}

.Beneficios p {
    font-weight: bold;
    margin-bottom: 15px;
     font-size: 18px;
     color:#ff0b0bd1;
}

.Beneficios ul {
    list-style-type: none; /* Remove os marcadores padrão */
    padding: 0;
}

.Beneficios ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.Beneficios ul li::before {
    content: "•"; /* Adiciona um marcador personalizado */
    color: #667eea; /* Cor do marcador */
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Estilo do botão de login/cadastro */
.BtnLogin {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    width:100%;
    font-size: 18px;
    font-weight: bold;
    color: black;
background: linear-gradient(45deg, #2193b0, #6dd5ed);
      box-shadow: 0 8px 15px rgba(255, 126, 95, 0.3);
    border: none;
    border-radius: 50px; /* Bordas arredondadas */
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;

    cursor: pointer;
}





.BtnCompartilharCat {     
  
    cursor:pointer;
    overflow: hidden; 
    border-radius:50%;
    
    width:40px;
    height:40px;
     position:absolute;
right:15px;
   opacity: 0.9;
   top:60px;
   
}
.BtnCompartilhar {     
  
    cursor:pointer;
    overflow: hidden; 
    border-radius:50%;
    
    width:40px;
    height:40px;
     position:absolute;
right:15px;
   opacity: 0.9;
   top:10px;
   
}
.CompartilheProduto
{
    font-size:11px;
    position:absolute;
    right:5px;
    top:48px;
    color:gray;
    
}
.CompartilheProdutoCat
{
    font-size:11px;
    position:absolute;
    right:5px;
    top:100px;
    color:gray;
    
}

  .DescontoLogo{
        position:absolute;
        top:0px;
        right:0px;
       
        color:yellow;
      padding:2px;
 text-shadow: -1px 0 #090, 1px 0 #090, 0 1px #090, 0 -1px #090;

      
        font-weight:bold;  
       
        border-radius:50%;
        font-size:18px;
        text-align:center;
        
    }
    .PromoLogo{
        
        position:absolute;
        top:0px;
        left:0px;
        background:red;
        color:white;
        padding:4px;
        font-weight:bold;
         text-shadow: -1px 0 #090, 1px 0 #090, 0 1px #090, 0 -1px #090;

    }
     .PromoOferta{
        
        position:absolute;
        top:0px;
        left:0px;
        background:orange;
        color:white;
        padding:4px;
          padding-right:20px;
        font-weight:bold;
         text-shadow: -1px 0 #090, 1px 0 #090, 0 1px #090, 0 -1px #090;

    }
    
    .FreteGratisTop
    {
       
        
      color:#00a650;
        font-size:10px;
           font-weight:bold;   
        
    }
    .FreteGratis{
     
        right:3px;
        
      color:#00a650;
        font-size:10px;
           font-weight:bold;   
        
    }
    
    .CartaoCredito{
        
        color:#00a650;
        font-size:9px;
           font-weight:normal;
        
    }
     .ImagemLogo{
        width:95px;
        height:95px;
        margin-top:-12px;
        
    }
    
    .ValorCarrinhoExpli{
         font-size:13px; 
background:none;
border:none;
 float:right;
 position:absolute;
  right:10px; 
  top:55px;
  color:white;

   

	border: none;
	padding: 0;

	outline: inherit;
	animation-name:fadein;
font-weight:bold;
  
text-decoration: none;
     
 }
@media only screen and (max-width: 850px) {
 
}
    .DescontoLogo{
        position:absolute;
        top:0px;
        right:0px;
       
        color:yellow;
      padding:2px;
 text-shadow: -1px 0 #090, 1px 0 #090, 0 1px #090, 0 -1px #090;

      
        font-weight:bold;  
       
        border-radius:50%;
        font-size:18px;
        text-align:center;
        
    }
    .PromoLogo{
        
        position:absolute;
        top:0px;
        left:0px;
        background:red;
        color:white;
        padding:4px;
        font-weight:bold;
         text-shadow: -1px 0 #090, 1px 0 #090, 0 1px #090, 0 -1px #090;

    }
     .PromoOferta{
        
        position:absolute;
        top:0px;
        left:0px;
        background:orange;
        color:white;
        padding:4px;
          padding-right:20px;
        font-weight:bold;
         text-shadow: -1px 0 #090, 1px 0 #090, 0 1px #090, 0 -1px #090;

    }
       .FreteGratisTop
    {
       
        
      color:#00a650;
        font-size:10px;
           font-weight:bold;   
        
    }
    
     .FreteGratis{
     
        right:3px;
      color:#00a650;
        font-size:10px;
           font-weight:bold;   
        
    }
    
    .CartaoCredito{
        
        color:#00a650;
        font-size:9px;
           font-weight:normal;
        
    }
     .ImagemLogo{
        width:95px;
        height:95px;
        margin-top:-12px;
        
    }
    .CategoriaRes{
        margin:0px;
          
        position: relative;

    bottom: 50px;
        
    }

.EfectBarra{
    opacity: 1;
    transition: opacity .5s linear;
}

.EfectBarra2{
    opacity: 0;
    pointer-events: none;
}


.MySlideProduto{
   
     
 
    display:none;
    
}

.OpcoesPesquisa{
    
    
    width:100%;
    height:45px;
   background-color:#121312dd;
    position:relative;
    text-align:right; 
}
.NomeBarra{
    
    
    font-size:22px;
    font-weight:bold;
    margin-bottom:0px;
    letter-spacing: 2px;
    color:white;
top:10px;
    position:relative;
    
    Font-family:Baskerville;
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
.SplashesBusca{
    
        width:100%;
        
        height:100%;
      
              



        margin-top:10px;
        
overflow:hidden;

    
    
}
 
 .Splashes{
     
     

     
  
      
        
        height:180px;
      
              

   /* background-image: linear-gradient(to top right, #1a9a00, #00e3aa);*/
                 



     
 }
 .Splashe img{
 display: inline-block;
}
  
/* 
.fita{	
	background: #e51c46;
	position: absolute;

	width:86%;
	color:#fff;
	line-height:40px;
	height:40px;
	font-size: 16px;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	margin-top:-25%;
margin-left:-3.5%;
border-radius:5px;
}

.fita:before, .fita:after{
	content: '';
	line-height:0;
	border-style:solid;
	border-width: 20px;
	position: absolute;
	top:8px;
	z-index: -2000;
	width:3px;
}
.conteudo:before, .conteudo:after{
	position: absolute;
	content: '';
	height: 0;
	line-height:1px;
	border-style:solid;
	border-width:3px;
	z-index:-1999;
}
.conteudo:before{
	border-color: #940d2a #940d2a transparent transparent;
	bottom:-7px;
	left: 0;
}
.conteudo:after{
	border-color: #940d2a transparent transparent #940d2a;
	bottom:-7px;
	right: 0;
}


.fita:before{
	border-color: #bc1438 #bc1438 #bc1438 transparent;
	left:-30px;
}
.fita:after{
	border-color: #bc1438 transparent #bc1438 #bc1438;
	right: -35px;
}*/
    .BtnBuscar{
     height: 40px;
  width: 40px;
  background:  url('lupa.png')  center no-repeat;
  border: none;
  position: absolute;

  right: 2%;
  z-index: 5;
  cursor: pointer;
  padding:0;
 
  float:right;
    border-radius:10px;


         
  background-color: #f1f1f1;
 
  font-size: 16px;
        
    }
    
    
    
  input[type=submit] {
  border: 1px solid transparent;
  background-color: #f1f1f1;
 
  font-size: 16px;


  color: #fff;
}

 input[type=text] {
  border: 1px solid transparent;
  background-color: #f1f1f1;
 }
    .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
    
    .autocomplete-items {
  position: absolute;

  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index:9999999999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  
  overflow:auto;
  
  max-height:270px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
    z-index:9999999999;

}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
  
}
  .BarraPesquisa{ 
  height:40px;
  width:60%;
  position: fixed;
  z-index:2;
  display:none;
 
  left: 0;
  background-color:blue;
  background-size:cover; 
opacity:1;

  overflow-x: hidden;
  transition: 0.5s;
  top:40px;
   
  }
  .Buscador{

      margin-left:0px;
      padding-left:0px;
  border-radius:10px;
  height:40px;
  font-size:14px;
  width:90%;
  text-transform:capitalize;
  }
  
  
   .Buscador:focus, input:focus{
    outline: none;
}



  
   
   .AddCarinho{
       
       width:80%;
       height:34px;
              background:#009400;

       font-size:14px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
       position:absolute;

bottom:10px;
left:10px;
font-weight:bold;

text-align:left;
     
       
   } 
   
   .ItemListDesc{
       
       color:black;
       font-size:13px;
       font-weight:bold;
       
   }
   .CompraFast{
        min-width:150px;
       width:96%;
             

       height:40px;
          background:blue;

      
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;

margin-left:2%;
margin-bottom:5px;
font-weight:bold;

text-align:left;
       
       
   }
   
    .CompraFast1{
        min-width:150px;
       width:96%;
             

       height:40px;
          background:darkblue;

        background-image: url("whatsapp.png");
background-size: 40px 40px;
  background-repeat: no-repeat; /* Do not repeat the image */
background-position:right 90%;
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;

margin-left:2%;
margin-bottom:5px;
font-weight:bold;

text-align:left;
       
       
   }
   
   
   
   
   
    .AddCarinhoListBusca{
       
       min-width:130px;
       width:100%;
             

       height:38px;
              background:#009400;

     
       font-size:14px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;

position:relative;
bottom:20%;
    
       
   } 
   
   .AddCarinhoListRanking{
           min-width:100px;
       width:100%;
           background: #009400;  

       height:28px;
           
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;
    
       
       
   }
   
   
    .AddCarinhoListVisit{
       
     min-width:120px;
       width:100%;
             

       height:38px;
              background:#009400;

      
background-size: 30px 30px;
  background-repeat: no-repeat; /* Do not repeat the image */
background-position:right 90%;
       font-size:10px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;  
       
   }
   .AddCarinhoListTabIndisponivel{
       
      
       width:96%;
             

       height:38px;
              background:Red;

       font-size:12px;
       color:white;
       border-radius:5px;
       border-width:0.5px;

margin-left:0px;
font-weight:bold;
bottom:5px;

left:2%;
position:absolute;    
       
       
   }
   
   .AddCarinhoListIndisponivel{
        min-width:120px;
       width:100%;
             

       height:38px;
              background:Red;

       
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;
       
       
       
   }
   
    .AddCarinhoList{
       
       min-width:120px;
       width:100%;
             

       height:38px;
              background:#009400;

    
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;
    
       
   } 
   
    .QuantOpcionaValue{
       text-align:center;
       
       width:40px;
             

       height:30px;
    
       font-size:13px;
     
   
text-align:center;

font-weight:bold;
bottom:55px;
left:38%;


position:absolute;

       
   }
   
   
   
    .QuantOpcionaValueProd{
       text-align:center;
       
       width:45px;
             

       height:35px;
    
       font-size:13px;
     
   
text-align:center;

font-weight:bold;
margin-left:50px;
margin-right:50px;
margin-bottom:20px;

       
   }
   
   
    .QuantOpcionaValueList{
       text-align:center;
       
       width:40px;
             

       height:30px;
    
       font-size:13px;
     
   
text-align:center;

font-weight:bold;
float:left;

       
   }
   
    .QuantOpcionaBtnMenosList{
       float:left;
       
       width:40px;
             

       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;

       
   }
   
   
     .QuantOpcionaBtnMaisList{
       
       
  float:left;
        
     width:40px;
       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;



       
   }
   
   
     .QuantOpcionaBtnMenosList{
       
       
       width:40px;
             

       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;



       
   }
   
   
   
   
     .QuantOpcionaBtnMenos{
       
       
       width:40px;
             

       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;
bottom:55px;

left:8%;
position:absolute;
       
   }
   
   .QuantOpcionaBtnMais{
       
       
  
        
     width:40px;
       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;
bottom:55px;

right:8%;
position:absolute;
       
   }
   
   
    .QuantOpcionaBtnMenosProd{
       
       
       width:45px;
             

       height:35px;
    
       font-size:14px;
     
   


font-weight:bold;

       
   }
   
   .QuantOpcionaBtnMaisProd{
       
       
  
        
     width:45px;
       height:35px;
    
       font-size:14px;
     
   


font-weight:bold;

       
   }
   
   .AddCarinhoListTabVisit{
          width:96%;
             

       height:38px;
              background:#009400;

      
background-size: 30px 30px;
  background-repeat: no-repeat; /* Do not repeat the image */
background-position:right 90%;
       font-size:10px;
       color:white;
       border-radius:5px;
       border-width:0.5px;

margin-left:0px;
font-weight:bold;
bottom:5px;

left:2%;
position:absolute;
       
       
   }
   
   .AddCarinhoListTab{
       
       
       width:96%;
             

       height:38px;
              background:#009400;

       font-size:12px;
       color:white;
       border-radius:5px;
       border-width:0.5px;

margin-left:0px;
font-weight:bold;
bottom:5px;

left:2%;
position:absolute;
       
   }
   
   .DescItem{
    margin-top:0px;
    margin-bottom:0px;
    color:black;
    font-size:12px;
    text-align:left;
    font-weight:bold;
}

 .QuantidadeCarrinho{
     text-align:center;
    
      font-size:10px; 

 float:right;
 position:absolute;
  right:20px; 
  top:2px;
  color:white;
  border-radius:50%;
  height:16px;
  width:16px;
  z-index:2;
  background-color:#191970;
  

     
 }
 
 #ValorTotalCarrinho{
     font-weight:bold;
     color:black;
     
     
 }


 .CategoricaDepart{
     
 width:45%;
height:45%;
background-color: white;
margin:3px;
border-radius:10%;
position:relative;
  display: inline-block;
  font-size:14px;

 -webkit-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
     
 }
 .Categorica{
     
 width:90px;
height:90px;
background-color: white;
margin:8px;
border-radius:30%;
position:relative;
  display: inline-block;
  font-size:9px;

 -webkit-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
     
 }
 .Categorica p{
     margin-top:15px;
     color:black;
     font-size:14px;
     font-weight: bold;
 }
 .Categorica img{
 width:75px;
     height:75px;
     object-fit:contain;
     margin-top:5px;
     border-radius:0%;
     padding:5px
 }
    .VerMais{

    width:84%;
  
    font-size:13px;
    color:black;
    border:none;
     font-weight:bold;
    text-align:left;
  
  margin-left:1px;
 
 /* background-image: linear-gradient(-90deg, orange,#ef8943);*/
background-color:white;
        margin-top:5px;
        border-top-width:1px;
        
     
    }
    
    
  
    
    
    
      .VerMaisSeta{

   
  
    font-size:18px;
    color:black;
    border:none;
     font-weight:bold;
    text-align:right;
    float:right;
    margin-right:10px;
  
 

      margin-top:5px;
        border-top-width:1px;



    }
    
   
    
    .spriteCategorias{
       
        
        padding-bottom:20px;
    }
    
    
    .TituloCategoria
    {
          
     /*background-image: linear-gradient(-90deg, orange, #ef8943);*/

    width:100%;
    height:40px;
    Font-size:17px;
    color:black;
    font-weight:bold;
    
    text-align:left;


  border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:silver;


    }
    
.Contadorbox{
    
  
    display:block;
}
    
    .BoxCategoria{
        
    
    width:92%;
    height:auto;
   
    -webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
        padding:0px;
        padding-bottom:10px;
        padding-top:10px;
        margin:3px;
        margin-top:10px;
        margin-bottom:30px;
                   background:white;
             
                    /* background-image: linear-gradient(-90deg, orange, #ef8943);*/

           
    }
    .BtnCarrinhoList{
        float:left;
        width:100%;
        height:40px;
        margin-bottom:10px;

                margin-top:10px;

    }
    
    
    
    
    
   .ListaProdutos{
      margin-bottom:5px;
              margin-top:5px;
min-width:100%;
padding-right:20px;
          font-size:16px;
    

color:black;

   }
   
   
   .PromoDesconto{
       
       Position:absolute;
       top:90%;
       right:10%;
       Color:red;
       font-size:18px;
       font-weight:bold;
       
   }
    .ImagemLista{
        float:left;
        width:120px;
        height:120px; 
        min-width:120px;
        max-width:120px;
        object-fit:contain;
        text-align:left;
   
        
    }
    
     .ImagemLista1{
        float:left;
        width:80px;
        height:80px; 
        object-fit:contain;
        text-align:left;
   
        
    }
   
    
    .NomeLista{
        
      width:100%;
      
          font-weight:normal;
          

  text-align: justify;
  text-justify: inter-word;
        
    }
    .NomeLista1{
        
      width:100%;
      

  text-align: justify;
  text-justify: inter-word;


        
    }
    .PrecoExibir{
              width:100%;

        font-size:18px;
        
        font-weight:bold;
        
         position:absolute;

bottom:50px;
left:10px;
color:#fe5000;
    }
     .PrecoExibirList{
        
        font-size:20px;
        
        font-weight:bold;
       color:#fe5000;
  
    }
    
    .NomeProduto{
       font-weight:bold;
       font-size:22px;
       text-align:left;
        
    }
    
    .navbar {
        
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  top:0px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 8px 12px;
  position:absolute;
  top:0px;
  left:120px;
   background-color:#e60014;

  font-family: inherit;
  margin: 0;
}



.dropdown-content {
  display: none;
  position: absolute;
 background:#e60014;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
    
  
  .ImgPerfil{
      width:30px;
      height:30px;
      border-radius:50%;
      position:absolute;
      float:left;
      top:30px;
      left:10px;
      
  }
  
   .ImgPerfil img{
     object-fit:cover;
      border-radius:50%;
      
  }
   .NomeUser{
       position:absolute;
       float:left;
       left:10px;
       top:10px;
       color:black;
       font-size:12px;
       
   }
   
    .Sair{
       position:absolute;
       float:left;
       left:100px;
       top:10px;
       color:white;
       font-size:14px;
       
   }
   
     .Lupa{ 
     font-size:35px; 

 float:right;
 position:absolute;
  right:55px; 
  top:-10px;
  color:white;
 }
 .ValorCarrinhoExpli{
         font-size:13px; 
background:none;
border:none;
 float:right;
 position:absolute;
  right:10px; 
  top:50px;
  color:white;
font-weight:bold;
 


	padding: 0;

	outline: inherit;
	animation-name:fadein;

  
text-decoration: none;
     
 }
  .Carrinho{ 
     font-size:35px; 
background:none;
border:none;
 float:right;
 position:absolute;
  right:20px; 
  top:6px;
  color:white;

 
	padding: 0;
	font: inherit;
	outline: inherit;
	animation-name:fadein;

  
text-decoration: none;
 }
 
  .Carrinho img{
      color:white;
       width:38px;
   height:38px;
      outline: 0; 
  }
     
   .LogoMenu{
     width:100%;
 
       
   }
     .LogoMenu img{
     width:60%;
     margin-bottom:10px;
  
 
       
   }
 
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color:green;
  color:white;
  cursor: pointer;
  padding:5px 10px;
  margin-bottom:5px;
  width: 100%;
  font-size:17px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  top:2px;
 
  
}


.panel .accordion {
  background-color: white;
  color:black;
  cursor: pointer;
  padding:8px 18px;
  margin-bottom:5px;
  width: 80%;
  text-align: left;
  border: none;
  outline: none;
  font-size:15px;
  transition: 0.4s;
  top:2px;
  font-weight:bold;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
.panel {

  padding: 8px 18px;

  display: none;
  overflow: hidden;

}

  .LoaderOficial{
       z-index:8;  
       background-color:black;
       opacity:0.6;
       width:100%;
       height:100%;
         position:fixed; 
         top:0px;
         display:none;
        
       }
       
        .loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.4s linear infinite;
 z-index:8;
 position:fixed;
  top:45%;
left:45%;
  display:none;
 

}



.loaderImg{
 border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 42px;
  height: 42px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:relative;
margin-top:30%;
left:30%;

  display:block;
}

.loaderImgPrincipal{
 border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
top:35%;
left:45%;

  display:block;
}


.loaderImgCar25{
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
margin-top:40px;
left:35%;

  display:block;
    
}
.loaderImgCar{
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
margin-top:-80px;
left:30%;

  display:block;
    
}

.loaderImgCar2{
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
top:32%;
left:45%;

  display:block;
    
}


.loaderCarregadorCat{
    
   border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.4s linear infinite;
 z-index:1;

bottom:5;
left:30%;

  display:block;
}

.loaderCarregadorVistoUltimo{
    
   border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 margin-top:-150px;
margin-bottom:110px;
left:30%;

  display:block;
}
.loaderCarregador{
    
     border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:relative;

margin-bottom:15px;
  display:block;
}


.loaderImgSecond{
 border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:2;
 position:relative;
top:-80%;
left:0%;

  display:block;
}

 .loaderSlide {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.4s linear infinite;
 z-index:4;
 position:fixed;
  top:45%;
left:45%;
  display:none;
 

}


  .search-container button {
  float: right;
  padding: 8px 5px;
  margin-top: 4px;
  margin-right: 16px;
  background: #ddd;
  font-size: 14px;
  border: none;
  cursor: pointer;

  
}
.search-container {
  float: right;
}



   .Fechar{
         position: fixed;

  width:100%;
  height:10%;
  
  z-index:3;

  top:40px;
  background-color:silver;
       
   }
    
    .foort{
   top:50%;
       height:100px; 
       width:100%;
       background-color:silver;
       position:relative;
        bottom:0px; 
    }
    /* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width:50%;
 
    padding:5px;

  margin-top:10px;
 min-height:300px;
 max-height:300px;
  position:relative;
/*-webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
*/
}

/* Style the images inside the grid */
.column img {
  opacity: 1; 
  cursor: pointer; 
  width:40%;
  height:120px;
  object-fit:cover;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
   
}
#Video{
    
  width:100%;
  height:100%;
}
#VideoExt{
    margin-top:0px;
     margin-bottom:0px;
     padding:0px;
  width:100%;
height:400px;
}
.columnFoto  {
  float: left;
width:23.333%;
height:80px;
max-height:80px;

  margin-left:1.333%;
  margin-top:5px;
}

/* Style the images inside the grid */
.columnFoto  img {
  opacity: 0.8; 
  cursor: pointer; 
 
width:100%;
height:100%;
object-fit:cover;
  
 
}

.columnFoto img:hover {
  opacity: 1;

}


/* Clear floats after the columns */
.rowFoto :after {
  content: "";
  display: table;
  clear: both;
  

}

.containerCat{
    
    position: fixed;

  width:0%;
 height: calc(100vh - 135px);
  
  z-index:3;

  margin-top:135px;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
background-size:cover;

 overflow:auto;
   transition: 0.5s; 
   
                      /*  background-image: linear-gradient(-90deg, orange, #ef8943);*/

}
.containerCat img{
    object-fit:contain;
    
}

/* The expanding image container */

.containerBuscas{
  
  position: fixed;
float:left;
  width:0%;
 height: 100%;
  height: calc(100% - 135px);
  z-index:3;

  margin-top:135px;
  background-color:white;
background-size:cover;

 overflow:auto;
   transition: 0.5s;
       background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
                       /* background-image: linear-gradient(-90deg, orange, #ef8943);
*/
}

    
    


.container {
  position: fixed;
float:left;
  width:0%;
 height: calc(100vh - 135px);
  
  z-index:3;

  margin-top:135px;

background-size:cover;

 overflow:auto;
   transition: 0.5s;
       background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
                          /*  background-image: linear-gradient(-90deg, orange, #ef8943);
*/
}
.container img{
    object-fit:cover;

    
}

.PrecoOut{
    width:100%;
    float:left;
   
 
      margin-top:10px;
        color:#fe5000;
}
/* Expanding image text */

#expandedImg{
   width:100%; 
   height:250px
   
    
}




#imgtext {
  position: relative;

 text-align:left;
 float:left;
  color: black;
font-size:12px;

 width:95%;
 margin-left:2%;

     margin-top:5px;
  padding:10px;
  
line-height:1.8;

  margin-bottom:2%;
}

.View{
    font-size:8px;
    float:right;
}
/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 13px;
  color: black;
  font-size: 40px;
  cursor: pointer;
    z-index:2;
}
    
.Text{
    background-color:gray;
color:White;
font-size:18px;
text-align: center; 
min-height:100px; 
height:auto;
text-decoration:none;
margin-bottom:66px;

}




 html{
margin:0px;
 overflow-x: hidden;
background-size:cover;

height:100%;
}

body{
     overflow-x: hidden;

margin:0px;
width:100%;
height:100%;

/*background-image: linear-gradient(-120deg, #9ACD32, #3CB371);
background-size:cover;
*/


}

.principal{
     overflow-x: hidden;

	width: 100%;

	color: #444;
	

	font-family:sans-serif;
	position:absolute;
}


.PatroRoda{
    

    width:100%;
    height:80px;
}
.PatroRoda img{
margin-top:0%;
    width:100%;
    height:100%;
}


.barra{
	
	 text-transform: capitalize;
	background:#019A30;
	width:100%;
	height:135px;
	 position:fixed;
 
  margin-top: 0;
  
transition: all 0.2;
    box-shadow: 0 5px 6px -1px gray;
  text-align:center;
  z-index:9;
  	 

	 

	
}
.sidenav {
  height: 100%;
  width:0%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
/*  background: url('fnd.jpg') no-repeat  center ;*/

 /* background-image: linear-gradient(-90deg, orange, #ff6c05);*/
background:white;
  background-size:cover; 
opacity:1;

  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 21;
  color:black;
  display: block;
  transition: 0.4s;
    z-index:4;
    
	

margin-bottom:15px;
}



.sidenav .closebtn {
  position: absolute;
 
font-size:30px;

cursor:pointer;
 top: -13px;
  right:30px;
    	  display:block;
border:none;
 left:85%;
background-color:transparent;
padding:10px;
padding-left:0px;

}

.opennav {
  position:fixed;
  cursor:pointer;
  top: -2px;
 left:-35px;
font-size:33px;
  margin-left: 50px;
   z-index:10;
   display:block;
   color:white;

 
}



.rodape{
	border-style: solid;
    border-width: 1px;
    border-color: gray;
	
	background-color:Silver;

	background-size:cover; 
width:100%;
height:80px;
margin:auto;



}




.Informacoes{
	padding-left:10px;
	text-align:left;
	font-size:22px;
	
}


.NomeCriador{
	text-align:center;
	margin-top:10%;
	font-size:22px;
	

}
.TextoBarra{
	color:#ee2711;
	margin:8px;
	font-size:14;
		padding:0px;
		z-index:2;

}

.Titulo{
	margin-top:25%;
	
	font-size:18;
	color:#f7f7f7;
}
.Subtitulo{
	margin-top:5%;
	 text-transform: capitalize;
	font-size:17;
	color:#efefef;
	margin-bottom:-18%;
}
.Artigo{
	text-indent:40px;
	text-align: justify;
	
	 line-height: 1.5;
	margin-top:10px;
	position:relative;
	margin:10px;
	font-size:15;
	color:#f8f8f8;
padding:12px;


	
	
}

.imagens{

	width:90%;
	height:auto;
margin-top:1%;
margin-bottom:1%;
}

.imagem{
  margin-top:-1%;
position:fixed;
  margin-left:-10%;

	width:26%;
	height:auto;
z-index:2;

	
}


h1{
	text-align:center;
	
}
h2{
	text-align:center;
	
}




.patrocinios1{
	background-color:white;
	height:70px;
	width:100%;
}
.parceiros{
		background-color:white;

	height:100px;
	width:100%;
}



.patrocinios{
	box-shadow:  2px 10px 30px 13px  gray inset;    	
   
   width:280px;
    height:auto;
    left:0px;
   


}

.patrocinios img{
 margin:10px;
    width:90%;
    height:180px;

}
.ListaPatrocinio{
		width:100%;

	
}

.ListaPatrocinio img{
	width:400%;
	height:100px;
margin-bottom:-80px;
margin-top:60px;
margin-left:-50px;




}
 #Fotos{
	margin-left:0px;
	
}
	
.w3-black, .w3-hover-black:hover {
    color: black;
	opacity:0.8;
	
}
.mySlides {display:none;}
.w3-content, .w3-auto {
	width:100%;
	height:300px;
	margin-bottom:20px;
		margin-top:0px;

}
.w3-tooltip,.w3-display-container{position:relative;
width:100%;
	height:140px;
}
.w3-display-container img{
 width: 95%;
    height: 150px;
    max-height: 150px;
    margin: 5px;
  
    
}

.w3-display-left {
    position: absolute;
    top: 50%;
    margin-left:9%;
    transform: translate(0%,-50%);
   
	height:200px;
	width:100px;
	font-size:70px;
	display:none;

}
.w3-display-right {
    position: absolute;
    top: 50%;
  margin-right:9%;
	height:200px;
	width:100px;
    transform: translate(0%,-50%);
   
    font-size:70px;
    display:none;
}








.mySlides1 {display:none;



         animation: fadein 1.0s; /* Padrão */
-webkit-animation: fadein 1.0s; /* Webkit */
-moz-animation: fadein 1.0s; /* Firefox */
-ms-animation: fadein 1.0s; /* IE */


  
        width:100%;
        
        height:130px;
        border-radius:30px;
              

   /* background-image: linear-gradient(to top right, #1a9a00, #00e3aa);*/
                 
margin-bottom:10px;
        margin-top:20px;

}

.mySlides {display:none;}

.w3-content1{
	margin-top:0px;

    margin-left: auto;
    margin-right: auto;
	margin-bottom:0px;
	width:10%;
	
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: -13%;
   
	height:150px;
	width:77px;
		font-size:100px;
		opacity:0.8;

}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: -13%;
	height:150px;
	width:77px;
	font-size:100px;
		opacity:0.8;
   
}
.mySlide1 img{
    object-fit:cover;
}

div.gallery:hover{border:1px solid #777;
}

div.gallery img{
width:100%;
height:100%;
object-fit:cover;
}

div.desc{
	margin-top:2px;
position:relative;
 padding:8px;
  font-size:18px;
 color:white;
 border:solid 1px;
  border-color:white;
 text-decoration:none;
border-radius:20px;

}
.DescItemFoto
{
    margin-top:0px;
    margin-bottom:0px;
    color:#0063f7;
    font-size:15px;
}

.Solicita{
   background-color:#009400;
   font-size:13px;
   color:white;
   height:50px;
   width:70%;
   border-radius:15px; 
   
   font-weight:bold;
    
}
#imgtext .Preco{
    

   font-size:24px;
  font-weight:bold;
    color:#fe5000;
}
a:link 
{ 
 text-decoration:none; 
} 
.mySlide1 img{
    object-fit:cover;
    
}

.container .closebtn{
    top:10px;
    
    
}
.columnCarrinho {
   float: left;
  width:50%;
 
    padding:5px;

  margin-top:10px;
 min-height:200px;
 max-height:200px;
  position:relative;
   /* background-image: linear-gradient(-90deg, orange, #ef8943);*/

}
.columnCarrinho img {
  opacity: 1; 
  cursor: pointer; 
  width:100%;
  height:150px;
  object-fit:contain;
}

 .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column1 {

  flex: 25%;
  max-width: 25%;
 
  position:relative;
  margin-top:0px;
}



.column1 {
  float: left;
 
 
    padding:2px;

  margin-top:5px;


 
  
 
    flex: 20%;
    max-width: 20%;
/*-webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
*/
}

/* Style the images inside the grid */
.column1 img {
  opacity: 1; 
  cursor: pointer; 
  width:40%;
  height:120px;
  object-fit:cover;
  
  
    vertical-align: middle;

}





.column2 {
  float: left;
 
 
    padding:2px;

  margin-top:5px;
height:270px;

 position:relative;
  
 
    flex: 49.99%;
    max-width: 49.99%;
    
    
       -webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
       
                   background:white;
                   
                   object-fit: contain;
                  /*   background-image: linear-gradient(-90deg, orange, #ef8943);*/

/*-webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
*/
}

/* Style the images inside the grid */
.column2 img {
  opacity: 1; 
  cursor: pointer; 
  width:100%;
  
 height:160px;
 
  
  object-fit: contain;
 
  
      max-width: -webkit-fill-available;
    vertical-align: middle;

}








@media only screen and (min-width: 850px) {
     .ImagemLogo{
        width:100px;
        height:100px;
position:absolute;
top:10%;
left:3%;
        
    }
    
    .column3vias{
        
       width:31%;
       min-height:250px;Max-height:250px;margin:1%;padding-top:0%; 
        
    }
 .CategoriaRes{
         margin:0px;
          
       
            position: relative;

    bottom: 50px;
        
        
    }
.EfectBarra{
    opacity: 1;
    transition: opacity .5s linear;
}

.EfectBarra2{
    opacity: 0;
    pointer-events: none;
}


.MySlideProduto{
   
     
 
    display:none;
    
}

.OpcoesPesquisa{
    
    
    width:100%;
    height:40px;
background: #775bc9;
    position:relative;
    text-align:right; 
}
.NomeBarra{
    
    
    font-size:22px;
    font-weight:bold;
    margin-bottom:0px;
    letter-spacing: 2px;
    color:white;
top:10px;
    position:relative;
    
    Font-family:Baskerville;
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
.SplashesBusca{
    
        width:100%;
        
        height:100%;
      
              



        margin-top:10px;
        
overflow:hidden;

    
    
}
 
 .Splashes{
     
     

     


  
      
        
        height:180px;
      
              

   /* background-image: linear-gradient(to top right, #1a9a00, #00e3aa);*/
                 



     
 }
 .Splashe img{
 display: inline-block;
}
  
/* 
.fita{	
	background: #e51c46;
	position: absolute;

	width:86%;
	color:#fff;
	line-height:40px;
	height:40px;
	font-size: 16px;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	margin-top:-25%;
margin-left:-3.5%;
border-radius:5px;
}

.fita:before, .fita:after{
	content: '';
	line-height:0;
	border-style:solid;
	border-width: 20px;
	position: absolute;
	top:8px;
	z-index: -2000;
	width:3px;
}
.conteudo:before, .conteudo:after{
	position: absolute;
	content: '';
	height: 0;
	line-height:1px;
	border-style:solid;
	border-width:3px;
	z-index:-1999;
}
.conteudo:before{
	border-color: #940d2a #940d2a transparent transparent;
	bottom:-7px;
	left: 0;
}
.conteudo:after{
	border-color: #940d2a transparent transparent #940d2a;
	bottom:-7px;
	right: 0;
}


.fita:before{
	border-color: #bc1438 #bc1438 #bc1438 transparent;
	left:-30px;
}
.fita:after{
	border-color: #bc1438 transparent #bc1438 #bc1438;
	right: -35px;
}*/
    .BtnBuscar{
     height: 50px;
  width: 50px;
  background:  url('lupa.png')  center no-repeat;
  border: none;
  position: absolute;

  right: 8.5%;
  z-index: 5;
  cursor: pointer;
  padding:0;
  
  top:36%;
 
  float:right;
    border-radius:10px;


        
  background-color: #f1f1f1;
 
  font-size: 16px;
        
    }
    
    
    
  input[type=submit] {
  border: 1px solid transparent;
  background-color: #f1f1f1;
 
  font-size: 16px;

 
  color: #fff;
}

 input[type=text] {
  border: 1px solid transparent;
  background-color: #f1f1f1;
 }
    .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
    
    .autocomplete-items {
  position: absolute;

  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index:9999999999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  
  overflow:auto;
  
  max-height:270px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
    z-index:9999999999;

}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
  
}
  .BarraPesquisa{ 
  height:40px;
  width:60%;
  position: fixed;
  z-index:2;
  display:none;
 
  left: 0;
  background-color:blue;
  background-size:cover; 
opacity:1;

  overflow-x: hidden;
  transition: 0.5s;
  top:40px;
   
  }
  .Buscador{

      margin-left:0px;
      padding-left:0px;
  border-radius:10px;
  height:45px;
  font-size:14px;
  width:72%;
  left:15%;
  text-transform:capitalize;
  position:absolute;
  top:40%;
  }
  
  
   .Buscador:focus, input:focus{
    outline: none;
}



   
   .AddCarinho{
       
       width:80%;
       height:34px;
              background:#009400;

       
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
       position:absolute;

bottom:10px;
left:10px;
font-weight:bold;

text-align:left;
     
       
   } 
   
   .ItemListDesc{
       
       color:black;
       font-size:13px;
       font-weight:bold;
       
   }
   .CompraFast{
        min-width:150px;
       width:96%;
             

       height:34px;
              background:#1E90FF;


background-position:right 90%;
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;

margin-bottom:5px;
font-weight:bold;

text-align:left;
margin-bottom:2%;
       
       
   }
   
   
   
   
    .AddCarinhoListBusca{
       
       min-width:130px;
       width:100%;
             

       height:38px;
              background:#009400;

   
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;

position:relative;
bottom:20%;
    
       
   } 
   
   .AddCarinhoListRanking{
           min-width:100px;
       width:100%;
             

       height:28px;
          background: #009400;

       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;
    
       
       
   }
   
   .AddCarinhoListVisit{
       
     min-width:120px;
       width:100%;
             

       height:38px;
              background:#009400;

      
background-size: 30px 30px;
  background-repeat: no-repeat; /* Do not repeat the image */
background-position:right 90%;
       font-size:10px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;  
       
   }
    .AddCarinhoList{
       
       min-width:120px;
       width:100%;
             

       height:38px;
              background:#009400;

       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;
float:left;
margin-left:0px;
font-weight:bold;

text-align:left;
    
       
   } 
   
    .QuantOpcionaValue{
       text-align:center;
       
       width:40px;
             

       height:30px;
    
       font-size:13px;
     
   
text-align:center;

font-weight:bold;
bottom:55px;
left:38%;


position:absolute;

       
   }
   
    .QuantOpcionaValueList{
       text-align:center;
       
       width:40px;
             

       height:30px;
    
       font-size:13px;
     
   
text-align:center;

font-weight:bold;
float:left;

       
   }
   
    .QuantOpcionaBtnMenosList{
       float:left;
       
       width:40px;
             

       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;

       
   }
   
   
     .QuantOpcionaBtnMaisList{
       
       
  float:left;
        
     width:40px;
       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;



       
   }
   
   
     .QuantOpcionaBtnMenosList{
       
       
       width:40px;
             

       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;



       
   }
   
   
   
   
     .QuantOpcionaBtnMenos{
       
       
       width:40px;
             

       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;
bottom:55px;

left:8%;
position:absolute;
       
   }
   
   .QuantOpcionaBtnMais{
       
       
  
        
     width:40px;
       height:30px;
    
       font-size:14px;
     
   


font-weight:bold;
bottom:55px;

right:8%;
position:absolute;
       
   }
   
   
   
    .AddCarinhoListTabVisit{
          width:96%;
             

       height:38px;
              background:#009400;

      

       font-size:10px;
       color:white;
       border-radius:5px;
       border-width:0.5px;

margin-left:0px;
font-weight:bold;
bottom:5px;

left:2%;
position:absolute;
       
       
   }
   
   .AddCarinhoListTab{
       
       
       width:96%;
             

       height:40px;
              background:#009400;

     
       font-size:13px;
       color:white;
       border-radius:5px;
       border-width:0.5px;

margin-left:0px;
font-weight:bold;
bottom:5px;

left:2%;
position:absolute;
       
   }
   
   .DescItem{
    margin-top:0px;
    margin-bottom:0px;
    color:black;
    font-size:12px;
    text-align:left;
    font-weight:bold;
}

 .QuantidadeCarrinho{
     text-align:center;
    
      font-size:14px; 

 float:right;
 position:absolute;
  right:25px; 
  top:6px;
  color:white;
  border-radius:50%;
  height:16px;
  width:16px;
  z-index:2;
  background-color:#191970;
  

     
 }
 
 #ValorTotalCarrinho{
     font-weight:bold;
     color:black;
     
     
 }

.CategoricaDepart{
     
 width:31.33%;
height:31.33%;
background-color: white;
margin:8px;
border-radius:10%;
position:relative;
  display: inline-block;
  font-size:14px;

 -webkit-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
     
 }
 
 .Categorica{
     
 width:90px;
height:90px;
background-color: white;
margin:2px;
border-radius:30%;
position:relative;
  display: inline-block;
  font-size:9px;

 -webkit-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
box-shadow: -1px -1px 30px -10px rgba(0,0,0,0.75);
     
 }
 .Categorica p{
     margin-top:15px;
     color:black;
     font-size:14px;
       font-weight: bold;
 }
  .Categorica img{
 width:75px;
     height:75px;
     object-fit:contain;
     margin-top:5px;
     border-radius:0%;
     padding:5px
 }
    .VerMais{

    width:84%;
  
    font-size:13px;
    color:black;
    border:none;
     font-weight:bold;
    text-align:left;
  
  margin-left:1px;
 
 /* background-image: linear-gradient(-90deg, orange,#ef8943);*/
background-color:white;
        margin-top:5px;
        border-top-width:1px;
        
     
    }
    
    
  
    
    
    
      .VerMaisSeta{

   
  
    font-size:18px;
    color:black;
    border:none;
     font-weight:bold;
    text-align:right;
    float:right;
    margin-right:10px;
  
 

      margin-top:5px;
        border-top-width:1px;



    }
    
   
    
    .spriteCategorias{
     
        
        padding-bottom:20px;
    }
    
    
    .TituloCategoria
    {
          
     /*background-image: linear-gradient(-90deg, orange, #ef8943);*/

    width:100%;
    height:40px;
    Font-size:17px;
    color:black;
    font-weight:bold;
    
    text-align:left;


  border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:silver;


    }
    
.Contadorbox{
    
  
    display:block;
}
    
    .BoxCategoria{
        
    
    width:92%;
    height:auto;
   
    -webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
        padding:0px;
        padding-bottom:10px;
        padding-top:10px;
        margin:3px;
        margin-top:10px;
        margin-bottom:30px;
                   background:white;
                    /* background-image: linear-gradient(-90deg, orange, #ef8943);*/

           
    }
    .BtnCarrinhoList{
        float:left;
        width:100%;
        height:40px;
        margin-bottom:10px;

                margin-top:10px;

    }
    
    
    
    
    
   .ListaProdutos{
      margin-bottom:5px;
              margin-top:5px;
min-width:100%;
padding-right:20px;
          font-size:16px;
    

color:black;

   }
   
   
   .PromoDesconto{
       
       Position:absolute;
       top:90%;
       right:10%;
       Color:red;
       font-size:18px;
       font-weight:bold;
       
   }
    .ImagemLista{
        float:left;
        width:120px;
        height:120px; 
        min-width:120px;
        max-width:120px;
        object-fit:contain;
        text-align:left;
   
        
    }
    
     .ImagemLista1{
        float:left;
        width:80px;
        height:80px; 
        object-fit:contain;
        text-align:left;
   
        
    }
    
    .NomeLista{
        
      width:100%;
      
          font-weight:bold;
          

  text-align: justify;
  text-justify: inter-word;
        
    }
    .NomeLista1{
        
      width:100%;
      

  text-align: justify;
  text-justify: inter-word;


        
    }
    .PrecoExibir{
              width:100%;

                

        font-size:18px;
        
        font-weight:bold;
        
         position:absolute;

bottom:50px;
left:10px;
  color:#fe5000;
    }
     .PrecoExibirList{
        
        font-size:20px;
        
        font-weight:bold;
      color:#fe5000;
    }
    
    .NomeProduto{
       font-weight:bold;
       font-size:22px;
       text-align:left;
        
    }
    
    .navbar {
        
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  top:0px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 8px 12px;
  position:absolute;
  top:0px;
  left:120px;
   background-color:#e60014;

  font-family: inherit;
  margin: 0;
}



.dropdown-content {
  display: none;
  position: absolute;
 background:#e60014;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
    
  
  .ImgPerfil{
      width:30px;
      height:30px;
      border-radius:50%;
      position:absolute;
      float:left;
      top:30px;
      left:10px;
      
  }
  
   .ImgPerfil img{
     object-fit:cover;
      border-radius:50%;
      
  }
   .NomeUser{
       position:absolute;
       float:left;
       left:10px;
       top:10px;
       color:black;
       font-size:12px;
       
   }
   
    .Sair{
       position:absolute;
       float:left;
       left:100px;
       top:10px;
       color:white;
       font-size:14px;
       
   }
   
     .Lupa{ 
     font-size:35px; 

 float:right;
 position:absolute;
  right:55px; 
  top:-10px;
  color:white;
 }
 
  .Carrinho{ 
     font-size:50px; 
background:none;
border:none;
 float:right;
 position:absolute;
  right:12px; 
  top:5px;
  color:white;

    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	outline: inherit;
	animation-name:fadein;

  
text-decoration: none;
 }
 
  .Carrinho img{
      color:white;
       width:48px;
   height:48px;
      outline: 0; 
  }
     
   .LogoMenu{
     width:100%;
 
       
   }
     .LogoMenu img{
     width:60%;
     margin-bottom:10px;
  
 
       
   }
 
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color:green;
  color:white;
  cursor: pointer;
  padding:8px 18px;
  margin-bottom:5px;
  width: 100%;
  font-size:17px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  top:2px;
  
  
  
}


.panel .accordion {
  background-color: white;
  color:black;
  cursor: pointer;
  padding:8px 18px;
  margin-bottom:5px;
  width: 80%;
  text-align: left;
  border: none;
  outline: none;
  font-size:15px;
  transition: 0.4s;
  top:2px;
  font-weight:bold;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
.panel {

  padding: 8px 18px;

  display: none;
  overflow: hidden;

}

  .LoaderOficial{
       z-index:8;  
       background-color:black;
       opacity:0.6;
       width:100%;
       height:100%;
         position:fixed; 
         top:0px;
         display:none;
        
       }
       
        .loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.4s linear infinite;
 z-index:8;
 position:fixed;
  top:45%;
left:45%;
  display:none;
 

}



.loaderImg{
 border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 42px;
  height: 42px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:relative;
margin-top:30%;
left:30%;

  display:block;
}

.loaderImgPrincipal{
 border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
top:35%;
left:45%;

  display:block;
}


.loaderImgCar25{
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
margin-top:40px;
left:35%;

  display:block;
    
}
.loaderImgCar{
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
margin-top:-80px;
left:30%;

  display:block;
    
}

.loaderImgCar2{
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:absolute;
top:32%;
left:45%;

  display:block;
    
}


.loaderCarregadorCat{
    
   border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.4s linear infinite;
 z-index:1;

bottom:5;
left:30%;

  display:block;
}

.loaderCarregadorVistoUltimo{
    
   border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 margin-top:-150px;
margin-bottom:110px;
left:30%;

  display:block;
}
.loaderCarregador{
    
     border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.4s linear infinite;
 z-index:1;
 position:relative;

margin-bottom:15px;
  display:block;
}


.loaderImgSecond{
 border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 0.4s linear infinite;
 z-index:2;
 position:relative;
top:-80%;
left:0%;

  display:block;
}

 .loaderSlide {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.4s linear infinite;
 z-index:4;
 position:fixed;
  top:45%;
left:45%;
  display:none;
 

}


  .search-container button {
  float: right;
  padding: 8px 5px;
  margin-top: 4px;
  margin-right: 16px;
  background: #ddd;
  font-size: 14px;
  border: none;
  cursor: pointer;

  
}
.search-container {
  float: right;
}



   .Fechar{
         position: fixed;

  width:100%;
  height:10%;
  
  z-index:3;

  top:40px;
  background-color:silver;
       
   }
    
    .foort{
   top:50%;
       height:100px; 
       width:100%;
       background-color:silver;
       position:relative;
        bottom:0px; 
    }
    /* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width:50%;
 
    padding:5px;

  margin-top:10px;
 min-height:300px;
 max-height:300px;
  position:relative;
/*-webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
*/
}

/* Style the images inside the grid */
.column img {
  opacity: 1; 
  cursor: pointer; 
  width:40%;
  height:120px;
  object-fit:cover;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
   
}
#Video{
    
  width:100%;
  height:100%;
}
#VideoExt{
    margin-top:0px;
     margin-bottom:0px;
     padding:0px;
  width:100%;
height:400px;
}
.columnFoto  {
  float: left;
width:23.333%;
height:80px;
max-height:80px;

  margin-left:1.333%;
  margin-top:5px;
}

/* Style the images inside the grid */
.columnFoto  img {
  opacity: 0.8; 
  cursor: pointer; 
 
width:100%;
height:100%;
object-fit:cover;
  
 
}

.columnFoto img:hover {
  opacity: 1;

}


/* Clear floats after the columns */
.rowFoto :after {
  content: "";
  display: table;
  clear: both;
  

}

.containerCat{
    
    position: fixed;

  width:0%;
 height: calc(100vh - 135px);
  
  z-index:3;

  margin-top:135px;
  background-color:white;
background-size:cover;

 overflow:auto;
   transition: 0.5s; 
         background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
   
                      /*  background-image: linear-gradient(-90deg, orange, #ef8943);*/

}
.containerCat img{
    object-fit:contain;
    
}

/* The expanding image container */

.containerBuscas{
  
  position: fixed;
float:left;
  width:0%;
 height: 100%;
  height: calc(100vh - 135px);
  z-index:3;

  margin-top:135px;
  background-color:white;
background-size:cover;

 overflow:auto;
   transition: 0.5s;
       background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
                       /* background-image: linear-gradient(-90deg, orange, #ef8943);
*/
}

 
    
    


.container {
  position: fixed;
float:left;
  width:0%;
 height: calc(100vh - 135px);
  
  z-index:3;

  margin-top:135px;

background-size:cover;

 overflow:auto;
   transition: 0.5s;
                          /*  background-image: linear-gradient(-90deg, orange, #ef8943);
*/
}
.container img{
    object-fit:contain;

    
}

.PrecoOut{
    width:100%;
    float:left;
   
 

 

      margin-top:10px;
        color:#fe5000;
}
/* Expanding image text */

#expandedImg{
   width:100%; 
   height:250px
   
    
}




#imgtext {
  position: relative;

 text-align:left;
 float:left;
  color: black;
font-size:12px;

 width:95%;
 margin-left:2%;

     margin-top:5px;
  padding:10px;
  
line-height:1.8;

  margin-bottom:2%;
}

.View{
    font-size:8px;
    float:right;
}
/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 13px;
  color: black;
  font-size: 40px;
  cursor: pointer;
    z-index:2;
}
    
.Text{
    background-color:gray;
color:White;
font-size:18px;
text-align: center; 
min-height:100px; 
height:auto;
text-decoration:none;
margin-bottom:66px;

}




 html{
margin:0px;
 overflow-x: hidden;
background-size:cover;

height:100%;
}

body{
     overflow-x: hidden;

margin:0px;
width:100%;
height:100%;

/*background-image: linear-gradient(-120deg, #9ACD32, #3CB371);
background-size:cover;
*/


}

.principal{
     overflow-x: hidden;

	width: 100%;

	color: #444;
	

	font-family:sans-serif;
	position:absolute;
}


.PatroRoda{
    

    width:100%;
    height:80px;
}
.PatroRoda img{
margin-top:0%;
    width:100%;
    height:100%;
}


.barra{
	
	 text-transform: capitalize;
	background:#019A30;
	width:100%;
	height:135px;
	 position:fixed;
 
  margin-top: 0;
  
transition: all 0.2;
    box-shadow: 0 5px 6px -1px gray;
  text-align:center;
  z-index:9;
  	 

	 

	
}
.sidenav {
  height: 100%;
  width:0%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
/*  background: url('fnd.jpg') no-repeat  center ;*/

 /* background-image: linear-gradient(-90deg, orange, #ff6c05);*/
background:white;
  background-size:cover; 
opacity:1;

  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 21;
  color:black;
  display: block;
  transition: 0.4s;
    z-index:4;
    
	

margin-bottom:15px;
}



.sidenav .closebtn {
  position: absolute;
 
font-size:30px;

cursor:pointer;
 top: -13px;
  right:30px;
    	  display:block;
border:none;
 left:85%;
background-color:transparent;
padding:10px;
padding-left:0px;

}

.opennav {
  position:fixed;
  cursor:pointer;
  top: 2px;
 left:-35px;
font-size:40px;
  margin-left: 50px;
   z-index:10;
   display:block;
   color:white;

 
}



.rodape{
	border-style: solid;
    border-width: 1px;
    border-color: gray;
	
	background-color:Silver;

	background-size:cover; 
width:100%;
height:80px;
margin:auto;



}




.Informacoes{
	padding-left:10px;
	text-align:left;
	font-size:22px;
	
}


.NomeCriador{
	text-align:center;
	margin-top:10%;
	font-size:22px;
	

}
.TextoBarra{
	color:#ee2711;
	margin:8px;
	font-size:14;
		padding:0px;
		z-index:2;

}

.Titulo{
	margin-top:25%;
	
	font-size:18;
	color:#f7f7f7;
}
.Subtitulo{
	margin-top:5%;
	 text-transform: capitalize;
	font-size:17;
	color:#efefef;
	margin-bottom:-18%;
}
.Artigo{
	text-indent:40px;
	text-align: justify;
	
	 line-height: 1.5;
	margin-top:10px;
	position:relative;
	margin:10px;
	font-size:15;
	color:#f8f8f8;
padding:12px;


	
	
}

.imagens{

	width:90%;
	height:auto;
margin-top:1%;
margin-bottom:1%;
}

.imagem{
  margin-top:-1%;
position:fixed;
  margin-left:-10%;

	width:26%;
	height:auto;
z-index:2;

	
}


h1{
	text-align:center;
	
}
h2{
	text-align:center;
	
}




.patrocinios1{
	background-color:white;
	height:70px;
	width:100%;
}
.parceiros{
		background-color:white;

	height:100px;
	width:100%;
}



.patrocinios{
	box-shadow:  2px 10px 30px 13px  gray inset;    	
   
   width:280px;
    height:auto;
    left:0px;
   


}

.patrocinios img{
 margin:10px;
    width:90%;
    height:180px;

}
.ListaPatrocinio{
		width:100%;

	
}

.ListaPatrocinio img{
	width:400%;
	height:100px;
margin-bottom:-80px;
margin-top:60px;
margin-left:-50px;




}
 #Fotos{
	margin-left:0px;
	
}
	
.w3-black, .w3-hover-black:hover {
    color: black;
	opacity:0.8;
	
}
.mySlides {display:none;}
.w3-content, .w3-auto {
	width:100%;
	height:300px;
	margin-bottom:20px;
		margin-top:0px;

}
.w3-tooltip,.w3-display-container{position:relative;
width:100%;
	height:300px;
}
.w3-display-container img{
 width: 80%;
    height: 300px;
    max-height: 300px;
    margin: 5px;
  
    
}
.w3-display-left {
    position: absolute;
    top: 50%;
    margin-left:9%;
    transform: translate(0%,-50%);
 
	height:200px;
	width:100px;
	font-size:70px;
	display:none;

}
.w3-display-right {
    position: absolute;
    top: 50%;
  margin-right:9%;
	height:200px;
	width:100px;
    transform: translate(0%,-50%);
   
    font-size:70px;
    display:none;
}








.mySlides1 {display:none;



         animation: fadein 1.0s; /* Padrão */
-webkit-animation: fadein 1.0s; /* Webkit */
-moz-animation: fadein 1.0s; /* Firefox */
-ms-animation: fadein 1.0s; /* IE */


  
        width:100%;
        
        height:130px;
        border-radius:30px;
              

   /* background-image: linear-gradient(to top right, #1a9a00, #00e3aa);*/
                 
margin-bottom:10px;
        margin-top:20px;

}

.mySlides {display:none;}

.w3-content1{
	margin-top:0px;

    margin-left: auto;
    margin-right: auto;
	margin-bottom:0px;
	width:10%;
	
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: -13%;
   
	height:150px;
	width:77px;
		font-size:100px;
		opacity:0.8;

}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: -13%;
	height:150px;
	width:77px;
	font-size:100px;
		opacity:0.8;
   
}
.mySlide1 img{
    object-fit:cover;
}

div.gallery:hover{border:1px solid #777;
}

div.gallery img{
width:100%;
height:100%;
object-fit:cover;
}

div.desc{
	margin-top:2px;
position:relative;
 padding:8px;
  font-size:18px;
 color:white;
 border:solid 1px;
  border-color:white;
 text-decoration:none;
border-radius:20px;

}
.DescItemFoto
{
    margin-top:0px;
    margin-bottom:0px;
    color:#0063f7;
    font-size:15px;
}

.Solicita{
   background-color:#009400;
   font-size:13px;
   color:white;
   height:50px;
   width:70%;
   border-radius:15px; 
   
   font-weight:bold;
    
}
#imgtext .Preco{
    
   
   font-size:24px;
  font-weight:bold;
    color:#fe5000;
}
a:link 
{ 
 text-decoration:none; 
} 
.mySlide1 img{
    object-fit:cover;
    
}

.container .closebtn{
    top:10px;
    
    
}
.columnCarrinho {
   float: left;
  width:50%;
 
    padding:5px;

  margin-top:10px;
 min-height:200px;
 max-height:200px;
  position:relative;
   /* background-image: linear-gradient(-90deg, orange, #ef8943);*/

}
.columnCarrinho img {
  opacity: 1; 
  cursor: pointer; 
  width:100%;
  height:150px;
  object-fit:contain;
}

 .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column1 {

  flex: 25%;
  max-width: 25%;
 
  position:relative;
  margin-top:0px;
}



.column1 {
  float: left;
 
 
    padding:2px;

  margin-top:5px;


 
  
  
    flex: 20%;
    max-width: 20%;
/*-webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
*/
}

/* Style the images inside the grid */
.column1 img {
  opacity: 1; 
  cursor: pointer; 
  width:40%;
  height:120px;
  object-fit:cover;
  
  
    vertical-align: middle;

}





.column2 {
  float: left;
 
 
    padding:2px;

  margin-top:5px;
height:270px;

 position:relative;
  

    flex: 49.99%;
    max-width: 49.99%;
    
    
       -webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
       
                   background:white;
                   
                   object-fit: contain;
                  /*   background-image: linear-gradient(-90deg, orange, #ef8943);*/

/*-webkit-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
box-shadow: -1px -1px 25px -12px rgba(0,0,0,0.75);
border-radius:10px;
*/
}

/* Style the images inside the grid */
.column2 img {
  opacity: 1; 
  cursor: pointer; 
  width:100%;
  
  max-height:185px;
 
  height:auto;
  object-fit: contain;
 
  
      max-width: -webkit-fill-available;
    vertical-align: middle;

}



}











/*
@-webkit-keyframes Rotacion {
0% { transform: rotateY(180deg); }
100% { transform: rotateY(0deg);}
}
@-moz-keyframes Rotacion {
0% { transform: rotateY(180deg); }
100% { transform: rotateY(0deg);}
}
@-o-keyframes Rotacion {
0% { transform: rotateY(180deg); }
100% { transform: rotateY(0deg);}
}
@keyframes Rotacion {
0% { transform: rotateY(180deg); }
100% { transform: rotateY(0deg);}
}

*/


 @keyframes fadein {
from { opacity: 0.3;margin-left:150%; }
to { opacity: 1;margin-left:0%; } /* Padrão */
}


 @keyframes fadeinRight {
from { opacity: 0.3; margin-left:-100%; }
to { opacity: 1;margin-left:0%;} /* Padrão */
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}  
 
 
 
 