html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: unbounded;
  src: url(Unbounded/Unbounded-VariableFont_wght.ttf);
}

@font-face {
  font-family: roboto;
  src: url(Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

#cabecalho {

  grid-column: 1/13;
  background-color: rgba(247, 247, 247, 0.3);
  grid-row: 1;

}

#redes {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column: 10/13;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 20px;
}

#redes a {
  padding-left: 25px;
}

#redes img {

  width: 20px;
  height: 20px;


}


.grelha12 {

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
}

#principal {

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}

body {

  background-color: black;


}

.capa {

  grid-column: 1/13;
  grid-row: 1/5;
  z-index: -1;






  /**/
  overflow: hidden;
  /* esconde o que passa do container */
  position: relative;

}


.slider {
  display: flex;
  animation: slide 20s linear infinite;
}

.slider img {

  flex-shrink: 0;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }

  33% {
    transform: translateX(-100%);
  }

  66% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(0%);
  }
}


/**/









#logomenu {

  grid-column: 1/13;
  grid-row: 2;

}

#logo {

  grid-column: 1/3;
  width: 176px;
}

nav {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column: 4/13;
  justify-self: flex-end;
  align-self: center;
  margin-right: 20px;
  transition: 0.3s;
}


nav a:hover {
  color: #387D0E
}

nav a {

  text-decoration: none;
  color: #F7F7F7;
  margin-left: 37px;

  font-family: Roboto, sans-serif;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}


nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #387D0E;
  transition: width 0.3s ease;

}


nav a:hover {
  color: #387D0E;
  transform: scale(1.05);
  /* efeito leve de “pop” */
}

/* Hover na linha */
nav a:hover::after {
  width: 100%;
}














#visao {
  grid-column: 4/10;
  grid-row: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  flex-direction: column;

}


#visao p {
  grid-column: 5/9;
  font-family: "unbounded";
  font-weight: 600;
  font-size: 30px;
  margin-top: 20px;
  align-items: center;
  text-align: center;
  line-height: 38px;
}


/*
 #visao {grid-column: 2/12;
  }

  #visao p { line-height: 38px;
  }*/





.imgcenter {
  margin: auto;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  margin: 0%;
}



#logovisao {
  width: 340px;
  margin: 20px 0 40px 0;
}










#chegou {
  text-align: left;
  grid-row: 1;

}

#colaboração {
  grid-row: 2;

}

#alegria {
  grid-row: 3;

}



p {
  font-family: "roboto";
  font-size: 20px;
  line-height: 32px;
  color: #fcf9f9;
  margin-bottom: 30px;
}

span {
  color: #4BAA10;
}



#texto {

  grid-column: 2 / 8;
}


#sovinamusa {

  grid-column: 8 / 13;
  margin-top: 70px;
  display: block;
}



#novidades {

  grid-column: 1/13;
  background-color: black;
  grid-row: 6;

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;

}

.intro h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h1 {
  font-family: "unbounded";
  font-size: 46px;
  color: #fcf9f9;
  font-weight: 400;
  margin-top: 213px;
  margin-bottom: 20px;
  text-align: center;
}


.intro p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

h2 {
  font-family: "unbounded";
  font-size: 20px;
  color: #fcf9f9;
  margin-bottom: 55px;

}























/* verde destaque */
.intro span {
  color: #4BAA10;
}

.intro .imagem img {
  width: 997.18px;
}




/* ==== Seção sobre ==== */
.sobre {
  text-align: center;
  padding: 80px 10%;
  grid-column: 2/12;
}

.logo-texto .logo {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.sobre h1 {
  margin-bottom: 20px;
  margin-top: 100px;
  font-size: 40px;


}

.sobre h2 {
  font-size: 2rem;
  margin-bottom: 100px;
  color: #4BAA10;

}

.sobre p span {
  color: #00ff66;
}

.sobre p {
  color: #fcf9f9;
  margin-bottom: 40px;
  line-height: 32px;
  font-size: 20px;
}


video {
  grid-column: 2/12;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}


/* ==== Galeria ==== */

.galeria img {
  border-radius: 10px;
  transition: transform 0.3s ease;
  grid-column: auto / span 4;
}

.galeria img:hover {
  transform: scale(1.05);
}



/* ====galerias da fabricação==== */


#galeria-fabricacao {
  grid-column: 1 / 13;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#galeria-fabricacao .linha {
  display: grid;
  gap: 0;
}

#galeria-fabricacao .linha1 {
  grid-template-columns: repeat(3, 1fr);
}

#galeria-fabricacao .linha2 {
  grid-template-columns: repeat(3, 1fr);
}

#galeria-fabricacao .linha3 {
  grid-template-columns: repeat(5, 1fr);
}

#galeria-fabricacao img {
  width: 100%;
  height: auto;
  display: block;
}




/* ==== folhas ==== */
#folhas {
  grid-column: 1 / 13;
}




/* ==== cerveja na mao ==== */

#maosdecerveja {
  grid-column: 1 / 13;
  grid-row: 2;
}







.caixa {
  z-index: 1;
  /* fica por cima da imagem */


  background-color: rgba(255, 183, 0, 0.9);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  grid-column: 3 / 11;
  grid-row: 2;
  align-self: flex-end;
  margin-bottom: 100px;
  margin-top: 100px;

}

#caixah1 {
  margin-top: 0;
  margin-bottom: 15px;
}

p {
  margin-bottom: 25px;
}

button {
  background: white;
  color: orange;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;


}

button:hover {
  background: orange;
  color: white;
  transform: scale(1.05);

}



/* ==== copos ==== */
#apenascopos {
  grid-column: 1 / 13;
  grid-row: 4;
}




#caixa2h1 {
  margin-top: 0;
  margin-bottom: 15px;
}

.pcaixa {
  margin-bottom: 25px;
}

button {
  background: white;
  color: orange;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;


}

button:hover {
  background: orange;
  color: white;
  transform: scale(1.05);

}


/* ==== os mais vendidos ==== */

.os-mais-vendidos {
  background-color: black;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

/* titulo e subtitulo */
.titulo-vendidos {
  margin-top: 95px;
  font-family: "unbounded", sans-serif;
  font-size: 54px;
  margin-bottom: 45px;
}

.subtitulo-vendidos {
  color: #4BAA10;
  font-size: 22px;
  margin-bottom: 50px;
}


#coiso {

  grid-column: 1/13;


}





/* minha caixa branca */

.coluna-3 {
  background-color: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  grid-column: auto / span 3;

  margin: 20px 0;
  padding: 12px;



}

.coluna-3 .flex {
  display: flex;
  justify-content: space-between;
}

.coluna-3:hover {
  transform: translateY(-5px);
}


.coluna-3 .flex img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  align-self: center;
}

.coluna-3 .flex img:hover {
  opacity: 1;
}







/* a parte em preto dentro do caixa*/
.produto-imagem {
  width: 100%;
  background-color: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  margin-bottom: 10px;
}



.produto-imagem img {
  width: 54px;
}

/* texto do caixa*/

.produto-nome {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

.produto-preco {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
  margin-top: 10px;
}







.ver-mais:hover {
  background-color: #4BAA10;
}


.centro {
  text-align: center;
}




/* ==== rodape ==== */



footer {
  grid-column: 1 / 13;
  background-color: #387D0E;
  color: #111;
  padding: 60px 40px 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.coluna-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#footergrd {
  background: linear-gradient(180deg, rgba(56, 125, 14, 1) 0%, rgba(56, 125, 14, 1) 100%);
  background-image: linear-gradient(to bottom, #397d0e00, #387D0E 40%);
  color: #111;
  padding: 200px 40px 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.max {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}



.endereço-link {
  color: #080808;
  text-decoration: none;
}

.endereço-link:hover {
  opacity: 60%;
  color: #ffffff;
  text-decoration: underline;
}





#footer-contactos {
  grid-column: 1 / 6;
  opacity: 85%;
}

#footer-links {
  grid-column: 6 / 9;
  line-height: 1.6;
  opacity: 85%;

}

#footer-social {
  grid-column: 9 / 13;
  opacity: 85%;
}

.email-link {
  color: #080808;
  text-decoration: none;
}

.email-link:hover {
  opacity: 60%;
  color: #ffffff;
  text-decoration: underline;
}

.telemovel-link {
  color: #080808;
  text-decoration: none;
}

.telemovel-link:hover {
  opacity: 60%;
  color: #ffffff;
  text-decoration: underline;
}




/* === Logo/contactos === */
#logo-footer {
  grid-column: 1 /5;
  width: 160px;
  margin-bottom: 20px;
}

#footer-contactos p {
  margin-bottom: 15px;
  color: #111;
  font-size: 16px;
}

#footer-contactos img {
  margin-bottom: 10px;
}
















/* === Links úteis === */
#footer-links h3,
#footer-social h3 {
  font-family: "unbounded", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

#footer-links ul {
  list-style: none;
  padding: 0;
}

#footer-links li {
  margin-bottom: 10px;
}

#footer-links a {
  text-decoration: none;
  color: #111;
}

/* === Social media === */
.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

/* === Livro de reclamações === */
.livro-reclamacoes {
  display: inline-block;
  grid-column: 10/12;
  width: 55%;
  margin-top: 65px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.livro-reclamacoes:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
}








/* === Créditos === */
#footer-creditos {
  grid-column: 1 / 13;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #444;
  border-top: 1px solid #000000;
  margin-top: 40px;
  padding-top: 15px;
}


#footer-creditos p {
  margin-bottom: 15px;
  color: black;
  font-size: 11px;
}

.privacidade {
  color: #080808;
  text-decoration: none;
}

.privacidade:hover {
  color: #431fa5;
  text-decoration: underline;
}





.backtotop {
  position: fixed;
  z-index: 5000000000;
  cursor: pointer;

  color: #000;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  margin-bottom: 75px;
  border: none;
  border-radius: 50%;
  display: none;
  transition: all 1.3s ease;

}


.backtotop:hover {

  transform: translateY(-5px);

}





/*verificação de idade*/



.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.8s ease;
}

.modal {
  background: #1e1e1e;
  padding: 40px 60px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  animation: slideUp 0.8s ease;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

#yes {
  background-color: #387D0E;
  color: #fff;
}

#yes:hover {
  background-color: #2d640b;
  transform: scale(1.05);
}

#no {
  background-color: #888;
  color: #fff;
}

#no:hover {
  background-color: #555;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}





/* mobile*/
#burguer {
  display: none;
  width: 43px;
  grid-column: 10/12;
  justify-self: flex-end;
  align-self: center;
}

#logo-mobile {

  grid-column: 1/7;
  width: 176px;
  display: none;

}

#principal_na_vertical {
  display: none;

}

@media (max-width: 600px) {

  #burguer {
    display: block;
  }

  #redes {

    display: none;

  }

  #logo,
  nav {
    display: none;
  }

  #logo-mobile {
    display: block;
  }


  .slider {
    display: none;
  }



  #principal_na_vertical {
    display: block;
    grid-column: 1 / 13;
    grid-row: 1 / 5;
    z-index: -1;
    overflow: hidden;
    position: relative;

  }




  #texto {


    html {
      scroll-behavior: smooth;
    }

    * {
      margin: 0;
      padding: 0;
      border: 0;
      box-sizing: border-box;
    }

    @font-face {
      font-family: unbounded;
      src: url(Unbounded/Unbounded-VariableFont_wght.ttf);
    }

    @font-face {
      font-family: roboto;
      src: url(Roboto/Roboto-VariableFont_wdth\,wght.ttf);
    }

    img,
    svg {
      display: block;
      width: 100%;
      height: auto;
    }


    #redes {

      display: flex;
      justify-content: flex-end;
      align-items: center;
      grid-column: 10/13;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 20px;
    }

    #redes a {
      padding-left: 25px;
    }

    #redes img {

      width: 20px;
      height: 20px;


    }


    .grelha12 {

      display: grid;
      grid-template-columns: repeat(12, 1fr);
      column-gap: 20px;
    }

    #principal {

      width: 100%;
      max-width: 1200px;
      margin: 0 auto;

    }

    body {

      background-color: black;


    }

    #capa {

      grid-column: 1/13;
      grid-row: 1/5;
      z-index: -1;






      /**/
      overflow: hidden;
      /* esconde o que passa do container */
      position: relative;

    }


    .slider {
      display: flex;
      animation: slide 150s linear infinite;
    }

    .slider img {

      flex-shrink: 0;
    }

    @keyframes slide {
      0% {
        transform: translateX(0%);
      }

      33% {
        transform: translateX(-100%);
      }

      66% {
        transform: translateX(-200%);
      }

      100% {
        transform: translateX(0%);
      }
    }

  }








}

/**/









#logomenu {

  grid-column: 1/13;
  grid-row: 2;

}

#logo {

  grid-column: 1/3;
  width: 176px;
}

nav {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column: 4/13;
  justify-self: flex-end;
  align-self: center;
  margin-right: 20px;
  transition: 0.3s;
}


nav a:hover {
  color: #387D0E
}

nav a {

  text-decoration: none;
  color: #F7F7F7;
  margin-left: 37px;

  font-family: Roboto, sans-serif;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}


nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #387D0E;
  transition: width 0.3s ease;

}


nav a:hover {
  color: #387D0E;
  transform: scale(1.05);
  /* efeito leve de “pop” */
}

/* Hover na linha */
nav a:hover::after {
  width: 100%;
}















#visao p {
  grid-column: 5/9;
  font-family: "unbounded";
  font-weight: 600;
  font-size: 30px;
  margin-top: 20px;
  align-items: center;
  text-align: center;
  line-height: 48px;
}

.imgcenter {
  margin: auto;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  margin: 0%;
}
















p {
  font-family: "roboto";
  font-size: 20px;
  line-height: 32px;
  color: #fcf9f9;
  margin-bottom: 30px;
}

span {
  color: #4BAA10;
}








#novidades {

  grid-column: 1/13;
  background-color: black;
  grid-row: 6;

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;

}

.intro h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h1 {
  font-family: "unbounded";
  font-size: 46px;
  color: #fcf9f9;
  font-weight: bold;
  display: block;
  top: 70%;
  left: 50%;
  z-index: 10;
  margin-top: 213px;
  margin-bottom: 20px;
  text-align: center;
}


.intro p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

h2 {
  font-family: "unbounded";
  font-size: 20px;
  color: #fcf9f9;
  margin-bottom: 55px;

}























/* verde destaque */
.intro span {
  color: #4BAA10;
}

.intro .imagem img {
  width: 997.18px;
}




/* ==== Seção sobre ==== */
.sobre {
  text-align: center;
  padding: 80px 10%;
  grid-column: 2/12;
}

.logo-texto .logo {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.sobre h1 {
  margin-bottom: 20px;
  margin-top: 100px;
  font-size: 40px;


}

.sobre h2 {
  font-size: 2rem;
  margin-bottom: 100px;
  color: #4BAA10;

}

.sobre p span {
  color: #00ff66;
}

.sobre p {
  color: #fcf9f9;
  margin-bottom: 40px;
  line-height: 32px;
  font-size: 20px;
}


video {
  grid-column: 2/12;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}


/* ==== Galeria ==== */

.galeria img {
  border-radius: 10px;
  transition: transform 0.3s ease;
  grid-column: auto / span 4;
}

.galeria img:hover {
  transform: scale(1.05);
}



/* ====galerias da fabricação==== */


#galeria-fabricacao {
  grid-column: 1 / 13;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#galeria-fabricacao .linha {
  display: grid;
  gap: 0;
}

#galeria-fabricacao .linha1 {
  grid-template-columns: repeat(3, 1fr);
}

#galeria-fabricacao .linha2 {
  grid-template-columns: repeat(3, 1fr);
}

#galeria-fabricacao .linha3 {
  grid-template-columns: repeat(5, 1fr);
}

#galeria-fabricacao img {
  width: 100%;
  height: auto;
  display: block;
}




/* ==== folhas ==== */
#folhas {
  grid-column: 1 / 13;
}




/* ==== cerveja na mao ==== */

#maosdecerveja {
  grid-column: 1 / 13;
  grid-row: 2;
}







.caixa {
  z-index: 1;
  /* fica por cima da imagem */


  background-color: rgba(255, 183, 0, 0.9);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  grid-column: 3 / 11;
  grid-row: 2;
  align-self: flex-end;
  margin-bottom: 100px;

}

#caixah1 {
  margin-top: 0;
  margin-bottom: 15px;
}

p {
  margin-bottom: 25px;
}

button {
  background: white;
  color: orange;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;


}

button:hover {
  background: orange;
  color: white;
  transform: scale(1.05);

}



/* ==== copos ==== */
#apenascopos {
  grid-column: 1 / 13;
  grid-row: 4;
}


.caixa2 {
  z-index: 1;
  /* fica por cima da imagem */


  background-color: rgba(255, 183, 0, 0.9);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  grid-column: 3 / 11;
  grid-row: 4;
  align-self: center;


}

#caixa2h1 {
  margin-top: 30px;
  margin-bottom: 15px;
}

p caixa {
  margin-bottom: 25px;
}

button {
  background: white;
  color: orange;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;


}

button:hover {
  background: orange;
  color: white;
  transform: scale(1.05);

}


/* ==== os mais vendidos ==== */

.os-mais-vendidos {
  background-color: black;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

/* titulo e subtitulo */
.titulo-vendidos {
  margin-top: 95px;
  font-family: "unbounded", sans-serif;
  font-size: 54px;
  margin-bottom: 45px;
}

.subtitulo-vendidos {
  color: #4BAA10;
  font-size: 22px;
  margin-bottom: 50px;
}


#coiso {

  grid-column: 1/13;


}





/* minha caixa branca */

.coluna-3 {
  background-color: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  grid-column: auto / span 3;

  margin: 20px 0;
  padding: 12px;



}

.coluna-3 .flex {
  display: flex;
  justify-content: space-between;
}

.coluna-3:hover {
  transform: translateY(-5px);
}


.coluna-3 .flex img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  align-self: center;
}

.coluna-3 .flex img:hover {
  opacity: 1;
}







/* a parte em preto dentro do caixa*/
.produto-imagem {
  width: 100%;
  background-color: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  margin-bottom: 10px;
}



.produto-imagem img {
  width: 54px;
}

/* texto do caixa*/

.produto-nome {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

.produto-preco {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
  margin-top: 10px;
}





#botoziinho {

  grid-column: 5/9;

}


/* Botao */
.vermais {
  text-align: center;
  background-color: #4BAA10;
  color: #fff;
  border: none;
  grid-column: 5/9;
  border-radius: 25px;
  padding: 12px 40px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 40px;

}

.ver-mais:hover {
  background-color: #4BAA10;
}


.centro {
  text-align: center;
}





@media (max-width: 900px) {


  .coluna-3 {
    grid-column: span 6;
  }
}

@media (max-width: 600px) {
  .coluna-3 {
    grid-column: span 12;
  }
}





/* ==== rodape ==== */



footer {
  grid-column: 1 / 13;
  background-color: #387D0E;
  color: #111;
  padding: 60px 40px 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.coluna-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}



.endereço-link {
  color: #080808;
  text-decoration: none;
}

.endereço-link:hover {
  opacity: 60%;
  color: #ffffff;
  text-decoration: underline;
}





#footer-contactos {
  grid-column: 1 / 6;
  opacity: 85%;
}

#footer-links {
  grid-column: 6 / 9;
  line-height: 1.6;
  opacity: 85%;

}

#footer-social {
  grid-column: 9 / 13;
  opacity: 85%;
}

.email-link {
  color: #080808;
  text-decoration: none;
}

.email-link:hover {
  opacity: 60%;
  color: #ffffff;
  text-decoration: underline;
}

.telemovel-link {
  color: #080808;
  text-decoration: none;
}

.telemovel-link:hover {
  opacity: 60%;
  color: #ffffff;
  text-decoration: underline;
}




/* === Logo/contactos === */
#logo-footer {
  grid-column: 1 /5;
  width: 160px;
  margin-bottom: 20px;
}

#footer-contactos p {
  margin-bottom: 15px;
  color: #111;
  font-size: 16px;
}

#footer-contactos img {
  margin-bottom: 10px;
}
















/* === Links úteis === */
#footer-links h3,
#footer-social h3 {
  font-family: "unbounded", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

#footer-links ul {
  list-style: none;
  padding: 0;
}

#footer-links li {
  margin-bottom: 10px;
}

#footer-links a {
  text-decoration: none;
  color: #111;
}

/* === Social media === */
.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

/* === Livro de reclamações === */
.livro-reclamacoes {
  display: inline-block;
  grid-column: 10/12;
  width: 55%;
  margin-top: 65px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.livro-reclamacoes:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
}








/* === Créditos === */
#footer-creditos {
  grid-column: 1 / 13;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #444;
  border-top: 1px solid #000000;
  margin-top: 40px;
  padding-top: 15px;
}


#footer-creditos p {
  margin-bottom: 15px;
  color: black;
  font-size: 11px;
}

.privacidade {
  color: #080808;
  text-decoration: none;
}

.privacidade:hover {
  color: #431fa5;
  text-decoration: underline;
}





.backtotop {
  position: fixed;
  z-index: 5000000000;
  cursor: pointer;

  color: #000;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  margin-bottom: 75px;
  border: none;
  border-radius: 50%;
  display: none;
  transition: all 1.3s ease;

}


.backtotop:hover {

  transform: translateY(-5px);

}





/*verificação de idade*/



.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.8s ease;
}

.modal {
  background: #1e1e1e;
  padding: 40px 60px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  animation: slideUp 0.8s ease;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

#yes {
  background-color: #387D0E;
  color: #fff;
}

#yes:hover {
  background-color: #2d640b;
  transform: scale(1.05);
}

#no {
  background-color: #888;
  color: #fff;
}

#no:hover {
  background-color: #555;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}





/* mobile*/






#burguer {
  display: none;
  width: 43px;
  grid-column: 10/12;
  justify-self: flex-end;
  align-self: center;
}

#logo-mobile {

  grid-column: 1/7;
  width: 176px;
  display: none;

}

#principal_na_vertical {
  display: none;

}


#musasovina {
  display: none;
  grid-row: 1/3;
}


#maosverticalcerveja {

  display: none;
}

#apenasvertical {

  display: none;
}





#galeria-fabricacao .linha6 {
  display: none;
}

#galeria-fabricacao .linha5 {
  display: none;
}

#galeria-fabricacao .linha4 {
  display: none;
}


#footer-reclamaçao {
  display: none;
}



/*burger*/

#menumobile {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: 1000;
  background-color: rgb(128, 67, 57);
  opacity: 98%;
  transition: top .5s;
}

#logo-mb {
  grid-column: 1/4;
  margin-top: 5px;
  margin-left: 20px;
  width: 175px;
}

#menu-br {
  grid-column: 11/13;
  margin-top: 41px;
  margin-right: 20px;
  width: 35px;
}

#menumobile ul {
  grid-column: 1/13;
  list-style: none;
  text-align: center;

}

#menumobile a {
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
  line-height: 120px;
  font-family: Roboto;
  font-size: 35px;
  color: rgba(255, 252, 248, 0.8);
}

#menumobile ul a:hover {
  color: #d19b64;
}



@media (max-width: 1000px) {

  #sovinamusa {
    grid-column: 8 / 13;
    margin-top: 270px;
    display: block;
  }

}



@media (max-width: 820px) {

  #logovisao {
    width: 280px;
    margin: 10px 0 20px 0;
  }

  #visao p {
    font-size: 22px;
    line-height: 32px;
  }

  #sovinamusa {
    grid-column: 8 / 13;
    margin-top: 70px;
    display: block;
  }



}



@media (max-width: 720px) {

  .caixa {

    grid-column: 2/12;
  }


  .caixa2 {

    grid-column: 2/12;

  }

}

@media (max-width: 600px) {

  #cabecalho {
    position: sticky;
    top: 0;
    z-index: 300;


  }








  #sovinamusa {
    display: none;
  }

  #musasovina {
    grid-column: 3/11;
    display: block;
    margin: 0 auto;

  }

  #chegou {
    margin-bottom: 25px;
  }

  #burguer {
    display: block;
  }

  #redes {

    display: none;

  }

  #logo,
  nav {
    display: none;
  }

  #logo-mobile {
    display: block;
  }


  .slider {
    display: none;
  }



  #principal_na_vertical {
    display: block;
    grid-column: 1 / 13;
    grid-row: 1 / 5;
    z-index: -1;
    overflow: hidden;
    position: relative;

  }

  #visao {
    margin-top: 100px;
    grid-column: 2/12;
  }

  #visao p {


    line-height: 38px;

  }




  #texto h1 {
    font-size: 40px;
    text-align: left;
    font-family: "unbounded";
  }

  #texto h2 {
    font-family: "unbounded";
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 32px;


  }


  /* TEXTOS -----------------------*/
  h1 {
    font-size: 26px;
    margin-top: 40px;

  }

  h2 {
    font-size: 14px;
  }

  p {
    font-size: 20px;
    line-height: 29px;
  }

  /* SEÇÃO ALEGRIPA ----------------*/
  #texto {
    grid-column: 2/12;
    margin-top: 100px;
    padding: 0 20px;

  }

  #texto p {
    margin-bottom: 43px;
  }

  /* VIDEO -------------------------*/
  video {
    width: 100%;
    margin: 20px 0;
  }




  .coluna-3 {
    grid-column: 2 / 12;
  }

  .vermais {
    grid-column: 5 / 9;
  }

  #texto h1 {

    font-size: 40px;
    text-align: left;
    font-family: "unbounded";

  }

  #texto h2 {
    font-family: "unbounded";
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 32px;


  }







  .coluna-3 {
    grid-column: 2 / 12;
  }

  .vermais {
    grid-column: 4 / 10;
  }

  #maosverticalcerveja {

    grid-column: 1 / 13;
    grid-row: 2;
    display: block;
  }

  #maosdecerveja {
    display: none;

  }

  #apenasvertical {
    grid-column: 1 / 13;
    grid-row: 4;
    display: block;

  }



  #apenascopos {
    display: none;
  }


  .caixa {

    grid-column: 2/12;

  }



  .caixa2 {

    border-radius: 50%;
    grid-column: 3/11;

  }


  #amber,
  #stout {
    display: none;
  }


  #galeria-fabricacao {
    grid-column: 1 / 13;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #foradomobile {
    display: none;
  }



  #galeria-fabricacao .linha {
    display: grid;
    gap: 0;
  }

  #galeria-fabricacao .linha4 {
    grid-template-columns: repeat(2, 1fr);
  }

  #galeria-fabricacao .linha5 {
    grid-template-columns: repeat(2, 1fr);
  }

  #galeria-fabricacao .linha6 {
    grid-template-columns: repeat(3, 1fr);
  }

  #galeria-fabricacao img {
    width: 100%;
    height: auto;
    display: block;
  }


  #footer-social {
    grid-column: 1/13;
  }


  #footer-media {
    grid-row: 1/2;
    grid-column: 1/13;
    order: -1;
    margin-bottom: 20px;
  }

  .footer-media h3 {
    text-align: center;

  }

  #footer-social h3 {

    font-family: "unbounded", sans-serif;
    font-size: 27px;
    margin-bottom: 46px;
  }


  #footer-social img {
    width: 35px;
    height: 35px;
  }

  .footer-livro {

    display: none;
  }

  #footer-reclamaçao {
    grid-row: 4/5;
    grid-column: 1/10;
    margin-top: -40px;
    display: block;
  }

  #footer-creditos {
    grid-row: 5/6;
    grid-column: 1/13;
    flex-wrap: wrap;
    justify-content: center;
  }





  #footer-contactos {

    grid-row: 2/3;
    grid-column: 1/10;
  }

  #footer-links {

    grid-column: 1/10;
    grid-row: 3/4;
  }

  #logo-footer {
    display: none;

  }


  .social-icons {
    gap: 0;
    justify-content: space-between;
  }

  .social-icons img {
    width: 35px;

  }
}


@media (max-width: 510px) {




  .caixa2 {

    grid-column: 2/12;

  }

}


@media (max-width: 384px) {
   
  
  #visao {
        margin-top: 50px;
        
    }
}















/*2º pagina*/

#vermelho {

  background-color: #440202;
}

#cabecalho {
  grid-column: 1 / 13;
  background-color: rgba(247, 247, 247, 0.3);
  grid-row: 1;



}

#core {
  opacity: 51%;
  background-color: #000;
}

#fundocerveja_vertical {
  display: none;
}

.fundocerveja {
  display: block;
  grid-column: 1 / 13;
  grid-row: 1 / 5;
  z-index: -1;
  overflow: hidden;
  position: relative;
}

#menulogo {
  grid-column: 1 / 13;
  grid-row: 1/2;
}


#chegado {


  grid-column: 1/13;
  grid-row: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  flex-direction: column;

}

#chegado h1 {

  margin-top: 0%;
}



#chegado p {
  grid-column: 5/9;
  font-family: "unbounded";
  font-weight: 600;
  font-size: 30px;
  margin-top: 20px;
  align-items: center;
  text-align: center;
  line-height: 38px;
  color: #DFC010;
}




#fundobolha {

  margin-top: -178px;


}

#fundobolha-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: -1;
}





.experimentação img {
  margin-top: 120px;
  margin-bottom: 300px;
  grid-column: auto / span 3;
}


#comprarnovidade {

  grid-column: 1/ 6;
  margin-top: 140px;

}

#titulos {
  text-align: left;
  grid-column: 6/ 12;
  display: flex;
  flex-direction: column;

}

#titulo1 {

  color: #778628;
  font-size: 86px;
  font-family: unbounded;
  text-align: left;
}

#titulo2 {
  color: #F7F7F7;
  font-size: 24px;
  font-family: unbounded;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 0%;
}

#titulo3 {

  margin-top: 9px;
  font-size: 14px;
  font-family: roboto;
  color: #DFC010;
  line-height: 32px;
  margin-bottom: 33px;

}

.musa {

  color: #F7F7F7;
  font-size: 20px;
  font-family: roboto;
  margin-bottom: 45px;
  line-height: 32px;
}

.musa2 {

  margin-bottom: 37px;
}

#titulo4 {
  font-size: 48px;
  font-family: roboto;
  color: #778628;
  line-height: 32px;


}

/* botao de + e -*/



.quantidade-produto-amarelo {
  border-radius: none;
  display: flex;
  border: 1px solid yellow;
  width: fit-content;
  background-color: transparent;


}

.botao-quantidade-amarelo,
.campo-quantidade-amarelo {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0;
  box-sizing: border-box;
  color: white;
  text-align: center;
  height: 40px;
}

.botao-quantidade-amarelo {
  width: 40px;
  font-size: 20px;
  cursor: pointer;
  line-height: 40px;

  border-right: 1px solid yellow;
  border-left: 1px solid yellow;
}

.campo-quantidade-amarelo {
  width: 60px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;

  display: flex;
  justify-content: center;
  align-items: center;
}


.quantidade-produto-amarelo .botao-quantidade-amarelo:first-child {
  border-left: none;

}

.quantidade-produto-amarelo .botao-quantidade-amarelo:last-child {
  border-right: none;
}

/* botao de + e -*/

#pay {}

#precinho {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  background: #DFC010;
  color: #000;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  grid-column: 8 / 10;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;

}

#precinho:hover {
  background: rgb(0, 0, 0);
  color: white;
  transform: scale(1.05);

}



#untappd {
  font-size: 72px;
  font-family: roboto;
  color: #DFC010;
  line-height: 32px;
  margin-bottom: 24px;
  margin-top: -1660px;

}

#roda {

  border-radius: 100%;
  width: 50px;
  height: 50px;

}

#perfil {
  display: flex;
}

#boeee {
  padding: 20px;
  border: 2px solid #444;
  border-radius: 60px;

}

#bernardo {

  color: #000;

}

#cask {

  color: #000;


}

#janview {
  margin-top: 10px;
  font-size: 15px;
  color: #000;

}

#nivel {
  width: 80px;
  margin-left: 20px;
}

#comentario {
  background-color: #F7F7F7;
  grid-column: 4/10;
  padding: 20px;
  border-radius: 65px;
}


#surpreendido {

  color: #000;

}




#testessssss {
  font-size: 31px;
  font-family: roboto;
  color: #DFC010;
  line-height: 32px;
  text-align: center;
}



#favoritos {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  font-family: Arial, sans-serif;
}


#desejos {
  margin-top: 32px;

}

.estrelinha {
  margin-right: 18px;

  margin-left: 1px;
  width: 22px;
  height: 22px;

}


.estrelinha img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.estrelinha.ativo img {

  transform: scale(1.3);
  filter: invert(74%) sepia(95%) saturate(700%) hue-rotate(1deg) brightness(95%);
}

#favoritos:hover .estrelinha img {
  transform: scale(1.1);
}

#abv {

  font-size: 28px;
  font-family: roboto;
  margin-top: 32px;
  color: #DFC010;

}


.linhabranca {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 58px;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ladoos {
  display: flex;
}

.ladinho {
  width: 22px;
}

.cabeca {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cabeca p {
  font-size: 24px;
  line-height: 0px;
  margin-bottom: 0px;
}

.descricao {
  padding: 30px 0 20px 0px;
  display: none;
}









/*bolinhas*/


.caracteristicas {
  display: flex;
  gap: 45px;
  margin: 50px 0;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tituloJB {
  font-family: roboto;

  font-size: 20px;
  color: #DFC010;
  margin-bottom: 26px;
}

.bolinhas {
  display: flex;
  gap: 6px;
}

.bola {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff3;

}

.bola.ativa {
  background-color: #DFC010;

}


#latinhaa {

  display: none;
}

#sextouuuuu {

  grid-column: 1/13;
  display: flex;

}

#elevador {

  z-index: 100;

}



#juntinhosk {

  display: flex;
  align-items: center;
  justify-content: space-around;

}

@media (max-width: 600px) {


  /*2º paginaçao*/


  #untappd {

    margin-top: -474px;

  }


  #fundocerveja_vertical {
    display: block;
  }

  .fundocerveja {

    display: none;

  }

  #chegado h1 {

    margin-bottom: 0;
    font-size: 34px;
    font-family: roboto;
    font-weight: 700;
    margin-top: 32px;

  }

  #chegado p {
    line-height: 10px;
    font-size: 10px;
    margin-top: 0;
    font-family: roboto;

  }

  .caracteristicas {
    display: flex;
    flex-wrap: wrap;
    width: 300px;

  }

  #caracteristicas {
    margin-left: auto;
    margin-right: auto;

  }


  #caracteristicas,
  #elevador {

    order: 2;

  }

  .experimentação {
    display: flex;
    flex-wrap: wrap;
    grid-column: 3/9;

  }

  #sextouuuuu {
    flex-direction: column;
    margin: 0 auto;
    grid-column: 3/9;
    margin-top: 95px;

  }

  #logo-mobile {
    margin-left: 24px;
    margin-top: 14px;
    margin-bottom: 16px;

  }

  #sextouuuuu img {
    margin-top: 0;
    margin-bottom: 58px;
    display: block;
  }

  #pay {}

  #precinho {

    margin-top: 35px;
  }

  #titulos {

    grid-column: 1/13;
    margin-left: 20px;
    margin-right: 20px;


  }

  #textinhomusa {
    margin-top: 30px;
    order: 1;

  }



  #titulo1 {

    text-align: center;
    font-size: 62px;
    margin-bottom: 0;
  }

  #titulo2 {
    text-align: center;
    font-size: 29px;
    margin-bottom: 7px;
    margin-top: 0;

  }

  #titulo3 {
    margin-top: 0;
    text-align: center;
    font-size: 15px;
    margin-bottom: 11px;

  }

  #desejos {
    margin-top: 22px;
    margin-bottom: 8px;

  }

  #abv {

    margin-top: 20px;

  }

  #comprarnovidade {

    display: none;

  }

  #latinhaa {
    width: 400px;
    display: block;
    margin: 0 auto;
  }


  #envelheceu {}

  #comentario {

    grid-column: 2/12;

  }





}



@media (max-width: 400px) {


  #chegado {
    margin-top: -25px;

  }

  #chegado h1 {

    font-size: 28px;


  }

  #chegado p {

    font-size: 8px;


  }


  #titulo1 {

    font-size: 55px;

  }

  #titulo2 {

    font-size: 24px;
  }

#perfil p{

  font-size: 13px;
    line-height: 25px;
    margin-bottom: 18px;
  
}
 

  #boeee {
    padding: 20px;}

#cask{


    font-size: 13px;
    line-height: 25px;
    margin-bottom: 18px;

}


    #surpreendido {
        font-size: 13px;
        line-height: 25px;
     margin-bottom: 18px;
    }

    #janview {
    margin-top: 10px;
    font-size: 13px;
   font-size: 13px;
        line-height: 31px;
         margin-bottom: 18px;
}

        
  
   
}