/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ================= HEADER ================= */
.Topo {
    position: absolute;   /* Fica sobre a imagem */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center; /* Centraliza os 3 logos */
    gap: 25px;
    background: transparent;
    z-index: 1000;
}

.Topo img {
    height: 80px;
    transition: transform 0.25s ease;
}

.Topo img:hover {
    transform: scale(1.08);
}
#lanhousefliperama{
    margin:auto;
    text-align: center;
    
}

.cordefundo{
    background-color:/*#d3d3d3*/  #9bc848  ;
}

/* Menu Navegação */
.menu{
    
    border-top-color:#fe0016; 
    display:flex;
    justify-content: space-between;
    list-style: none;
    margin-left: auto;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #fe0016;
    width: 45%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    
    text-align: center;
    
    
    
/*    position: fixed;*/
    
}

header{
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: white;
     background-color:rgba(255,  255,  255,  0.5);
    
}

.menu a {
    color: #fe0016;
    text-decoration: none;
}

.menu a:hover{
    color: #17569b;
    border-top: 2px solid #17569b;
    border-bottom: 2px solid #17569b;
    
   
}

.menu a:active {
  color: #17569b;
}

.tamanhoi{
    display: none;
}

.tamanhoa{
    display: none;
}

.logolangame{
    color: #fe0016;
       
}

/* Lanhouse */
#lanhousefliperama{
    background: #C0C0C0;
    background-image: url(../Imagem/Fundo.png);
}
.lanhouse{
    display: grid;
    grid-template-columns: auto auto auto;
}

.computador{
    display: grid;
    grid-template-columns: auto;
}

.games{
    display: grid;
    grid-template-columns: auto;
}

.slide{
    width: 631px;
    height: 417px;
    border: 0px;
    margin-bottom: 80px;
    z-index: -1;
}

.servicos{
    text-align: left;
}

.servicostitulo{
    text-align: center;
}

summary {
  display: flex; 
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  justify-content: flex-start;
  align-items: center;
}

summary::-webkit-details-marker {
   display: none;
}

summary:before {
   content: "+";
   font-size: 20px;
   text-align: center;
   margin: 0 5px;
   padding: 0;
   width: 20px;
   
}

details[open] summary:before {
  content: "-";
}



/*Sobre Contato Localização Horario Endereço */

.contato{
    margin:auto;
    text-align: center;
}

.maps{
    margin:auto;
    text-align: center;
    margin-bottom: 20px;
}

.horario{
    margin: auto;
    text-align: left;
}


.sobre{
    display: grid;
    grid-template-columns: auto auto auto;
    align-content: center;
    background-color: #9bc848;
    background-image: url(../Imagem/Fundo2.png);
}

.botaoform{
    border-top-color:#fe0016; 
    display:flex;
    justify-content: space-between;
    list-style: none;
    margin-left: auto;
    background-color: white;
    text-align: center;
   text-decoration: none;
    width: 12%;
    margin: auto;
    text-decoration-color: black;
    
    
}

/* Bomboniere */
#bombonieretabacariapipa{
    text-align: center;
    background-color: #C0C0C0;
    background-image: url(../Imagem/Fundo.png);
}


.bomboniere{
    display: grid;
    grid-template-columns: auto auto auto;
/*    display: flex;*/
}
.bomboniere_esquerdo{
    display: grid;
    grid-template-columns: auto;
}
.bomboniere_direito{
    display: grid;
    grid-template-columns: auto;
}
.bomboniere_baixo{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
/*    display: flex;*/
}

.doces {
    display: grid;
    grid-template-columns: auto auto;
    text-align: left;
}



/* Rodape Wivison*/
.rodape{background-color: #9bc848;
    list-style: none;
    text-decoration: none;
    background-image: url(../Imagem/Fundo2.png);
/*
    display: grid;
    grid-template-columns: auto auto;
*/
}

footer{
    text-align: center;
    
   
}

@media (max-width: 996px){
    .menu{
        width: 90%;
    }
    
    .games{
        display: none;
    }
    
    
    .tamanhof{
        height: 150px;
    }
    
    .tamanhom{
        height: 100px;
    }
    
    .tamanhoi{
        height: 100px;
    }
    
    .tamanhoa{
        height: 100px;
    }
    
    .slide{
        width: 484px;
        height: 380px;
        margin-bottom: auto;
    }
    
    
    
    .bomboniere_direito{
        display: none;
    }
    
    .bomboniere_baixo{
        display: none;
    }
    
    .maps{
        text-align: left;
        margin-left:20px;
        
        
    }
    .sobre{
    
    grid-template-columns: auto;
        text-align: left
    }
    
    .contato{
        margin-left:20px;
        text-align: left;
        
    }
    .horarios{
        margin-left: 20px;
     
    }
}

@media (max-width: 640px) {
    .menu{
        width: 80%;
    }
    
    .computador{
        display: none;
    }
    .games{
        display:none;
    }
    
    .slide{
        width: 484px;
        height: 380px;
        margin-bottom: auto;
    }
    
    
    
    .bomboniere_esquerdo{
        display: none;
    }
    .bomboniere_direito{
        display: none;
    }
    
    .bomboniere_baixo{
        display: none;
    }
    
    .maps{
        display: none;
        text-align: left;
        margin-left:20px;
    }
    .contato{
        margin-left:20px;
        text-align: left;
    }
}
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #25d366;
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.30);
}

.whats-icone {
  font-size: 22px;
}