* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

button {
  background-color: #fff;
}

@font-face {
  font-family: alkatra;
  src: url(Alkatra/Alkatra-VariableFont_wght.ttf);
}

@font-face {
  font-family: monteserrat;
  src: url(Montserrat/Montserrat-VariableFont_wght.ttf);

}

h1 {
  font-family: alkatra;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #1C1C1B;
}

h2 {
  font-family: alkatra;
  font-size: 36px;
  font-weight: 600;
  line-height: 56px;
  color: #1C1C1B;
  margin-bottom: 40px;
}

h3 {
  font-family: monteserrat;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #1C1C1B;
  margin-bottom: 66px;
}

h6 {
  font-family: monteserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}


p {
  font-family: monteserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #1C1C1B;
  margin-bottom: 30px;
}

body {
  background-color: #fff;
}

.grelha {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
}

.max {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


#space {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  grid-column: 1/13;
}



#header {
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);

  width: calc(100% - 55px);
  max-width: 1090px;

  background-color: rgba(232, 18, 27, 0.8);
  border-radius: 42px;
  padding: 12px 20px 12px 24px;
  z-index: 10000000;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  width: 100%;
  width: 160px;
}

#logomobile1 {
  display: none;
}

#hamburgermenu {
  display: none;
}

.visible {
  display: none !important;
}


#close {
  display: none;
}


nav {
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.botoeslinha {
  color: #ffff;
  text-decoration: none;
  font-family: monteserrat;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.botoeslinha::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.botoeslinha:hover::after {
  width: 100%;
}

#apoio {
  padding: 12px 26px;
  border-radius: 42px;
  background-color: #E8121B;
  color: #ffff;
  text-decoration: none;
  font-family: monteserrat;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}



#top {
  grid-column: 1/13;
  grid-row: 1;
  align-self: flex-end;
}

#toptab {
  display: none;
}

#topmobile {
  display: none;
}

#vermelhofim {
  grid-column: 1/13;
  grid-row: 1;
  z-index: 1;
}

#logo2 {
  grid-column: 5/9;
  grid-row: 1;
  z-index: 2;
  position: relative;
  top: 70px;
}


.destaquebold {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.destaqueboldp {
  color: #1C1C1B;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.destaqueboldred {
  font-family: monteserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #E8121B;
  text-align: center;
  margin-bottom: 30px;
}

.destaqueboldpreto {
  font-family: monteserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #1C1C1B;
  text-align: center;
  margin-bottom: 30px;
}

#lojah{
  grid-column: 1/13;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  top: -150px;
}

#firstdiv {
  position: relative;
}

#produtosnariz {
  grid-column: 1/6;
  grid-row: 1/11;
}

#imgdoproduto2 {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}

#imgdoproduto2 img {
  width: 78px;
}


#imgdoproduto {
  grid-column: 1/6;
  grid-row: 1;
}


#nv {
  grid-column: 7/13;
  margin-bottom: 30px;
  grid-row: 1;
}

#estrelas {
  grid-column: 7/8;
  grid-row: 2;
}

#estrelastab {
  display: none;
}

#rating {
  grid-column: 8/9;
  color: #1C1C1B;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px;
  grid-row: 2;
  position: relative;
  top: -5px;
}

#texto1 {
  grid-column: 7/12;
  grid-row: 3;
}


#comp {
  grid-column: 7/12;
  grid-row: 4;
  margin-bottom: 55px;
}


#preco {
  grid-column: 7/9;
  font-size: 24px;
  grid-row: 5;
  text-align: center;
  color: #fff;
  background-color: #24648F;
  padding: 12px 35px 12px 35px;
  border-radius: 7px;
  margin-bottom: 45px;
}

#quantidadess {
  grid-row: 6;
  grid-column: 7/9;
  border: 2px solid #E8121B;
  padding: 12px 20px;
  border-radius: 7px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;

}

#quantidade {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0px;
}



#add {
  grid-column: 7/9;
  font-family: monteserrat;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-bottom: 45px;
  padding: 12px 35px 12px 35px;
  background-color: #E8121B;
  border-radius: 7px;
  line-height: 30px;
  text-align: center;
  grid-row: 7;
  text-decoration: none;

}

#prazos {
  grid-column: 7/12;
  grid-row: 8;
}


#warning {
  grid-column: 7/12;
  grid-row: 9;
  margin-bottom: 180px;
}

#mod1 {
  grid-column: 2/7;
  margin-bottom: 140px;
}

#mod2 {
  grid-column: 7/12;
  margin-bottom: 140px;
}

#modeloosslider {
  display: none;
}


#product {
  grid-column: 2/12;
  margin-bottom: 45px;
}


.produtoos {
  grid-column: auto/span 3;
}

.produtoos img {
  margin-bottom: 15px;
}

.produtoos .avaliacao {
  width: 74px;
  margin-bottom: 15px;
}


.produtoos p {
  margin-bottom: 15px;
  text-align: left;
}

.produtoos h6 {
  color: #E8121B;
  text-align: left;
  margin-bottom: 90px;
}


#vermelhofinal {
  background-color: #E8121B;

}

#vermelhofinal h3 {
  color: #fff;
  margin-top: 72px;
  text-align: center;
}

#vermelhofinal p {
  color: #fff;
  text-align: center;
}

#morada {
  grid-row: 1;
  grid-column: 1/4;
}

#contactos {
  grid-row: 1;
  grid-column: 4/7;
}

#follow {
  grid-row: 1;
  grid-column: 7/10;
}

#membership {
  grid-row: 1;
  grid-column: 10/13;
}

#rua {
  grid-row: 2;
  grid-column: 1/4;
}

#contact {
  grid-row: 2;
  grid-column: 4/7;
}


#socials {
  grid-row: 2;
  grid-column: 7/10;
  display: flex;
  justify-content: space-between;
  padding: 0 28px;
}

#socials a img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

#socials a:hover img {
  transform: scale(1.4);
  filter: brightness(1.4) drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
  cursor: pointer;
}

#info {
  grid-row: 2;
  grid-column: 10/13;
  font-family: monteserrat;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none;
}


/* ------ underline ------ */

.titulo-animado {
  display: block;
  margin: 0 0 1px 0;
}


.titulo-animado span {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}

/* Linha animada */
.titulo-animado span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s ease-out;
}

/* Estado activo (quando o JS adiciona a classe) */
.titulo-animado.ativo span::after {
  transform: scaleX(1);
}


/* ------ underline ------ */



#coisas1 {
  grid-row: 3;
  grid-column: 2/4;
  margin-top: 100px;
  margin-bottom: 50px;
}

#coisas2 {
  grid-row: 3;
  grid-column: 4/6;
  margin-top: 100px;
  margin-bottom: 50px;
}

#coisas3 {
  grid-row: 3;
  grid-column: 6/8;
  margin-top: 100px;
  margin-bottom: 50px;
}

#coisas4 {
  grid-row: 3;
  grid-column: 8/10;
  margin-top: 100px;
  margin-bottom: 50px;
}

#coisas5 {
  grid-row: 3;
  grid-column: 10/12;
  margin-top: 100px;
  margin-bottom: 50px;
}

#separador {
  border: 2px #fff solid;
  grid-column: 2/12;
  grid-row: 4;
  margin-bottom: 37px;
}

#separador1 {
  display: none;
}

#direitos {
  grid-row: 5;
  grid-column: 2/7;
}

#eu {
  grid-row: 5;
  grid-column: 9/12;
  margin-bottom: 40px;
}

#menumobile {
  top: -120%;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #E8121B;
  position: fixed;
  transition: top .5s;

}

#navmobile {
  margin-top: 150px;
  grid-column: 2/12;
}



#navmobile a {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  font-family: monteserrat;
  font-size: 20px;
  font-weight: 600;
}




/* ------------------- RESPONSIVE -------------------- */


@media only screen and (max-width: 1000px) {

  #preco {
    grid-column: 7/10;
  }

  #quantidadess {
    grid-column: 7/10;
    padding: 12px 50px;
    margin-bottom: 30px;
  }


  #add {
    grid-column: 7/10;
  }

  #rating {
    position: relative;
    top: -8px;
  }


}



@media only screen and (max-width: 900px) {

  #rating {
    position: relative;
    top: -10px;
  }

  #imgdoproduto2 {
    display: flex;
    justify-content: flex-start;
    gap: 19px;
  }

  #imgdoproduto2 img {
    width: 58px;
    height: 55px;
  }



}


@media only screen and (max-width: 850px) {

  nav {
    display: none;
  }

  #logo {
    width: 100%;
    max-width: 160px;
  }

  #hamburgermenu {
    width: 100%;
    max-width: 40px;
  }

  #close {
    width: 100%;
    max-width: 40px;
  }

  .visible {
    display: block !important;
  }

  .destaquebold {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  h3 {
    font-family: monteserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1C1C1B;
    margin-bottom: 66px;
  }



  #quantidadess {
    grid-column: 7/10;
    padding: 12px 30px;
    margin-bottom: 30px;
  }

  #morada {
    grid-row: 1;
    grid-column: 2/6;
  }

  #contactos {
    grid-row: 1;
    grid-column: 8/12;
  }

  #follow {
    grid-row: 3;
    grid-column: 2/6;
    position: relative;
    top: -20px;
  }

  #membership {
    grid-row: 3;
    grid-column: 8/12;
    position: relative;
    top: -20px;
  }

  #rua {
    grid-row: 2;
    grid-column: 2/6;
    position: relative;
    top: -30px;
  }

  #contact {
    grid-row: 2;
    grid-column: 8/12;
    position: relative;
    top: -30px;
  }


  #socials {
    grid-row: 4;
    grid-column: 2/6;
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
    position: relative;
    top: -50px;
  }

  #info {
    grid-row: 4;
    grid-column: 8/12;
    font-family: monteserrat;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    top: -50px;
  }

  #coisas1 {
    grid-row: 5;
    grid-column: 2/5;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  #coisas2 {
    grid-row: 5;
    grid-column: 5/9;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  #coisas3 {
    grid-row: 5;
    grid-column: 9/12;
    margin-top: 50px;
    margin-bottom: 30px;
  }


  #coisas4 {
    grid-row: 6;
    grid-column: 3/7;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #coisas5 {
    grid-row: 6;
    grid-column: 7/12;
    margin-top: 0px;
    margin-bottom: 35px;
  }

  #separador {
    border: 1px #fff solid;
    grid-column: 2/12;
    grid-row: 7;
    margin-bottom: 35px;
  }

  #direitos {
    grid-row: 8;
    grid-column: 3/12;
  }

  #eu {
    grid-row: 9;
    grid-column: 5/9;
    margin-bottom: 30px;
  }



  #estrelas {
    grid-column: 7/9;
    grid-row: 2;
  }


  #rating {
    position: relative;
    top: -2px;
    grid-column: 9/10;
  }


}

@media only screen and (max-width: 785px) {




  #top {
    display: none;
  }

  #toptab {
    display: grid;
    grid-column: 1/13;
    grid-row: 1;
    align-self: flex-end;
  }

  .produtoos {
    grid-column: auto/span 4;
  }



}



@media only screen and (max-width: 730px) {

  h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 66px;
  }

  h2 {
    font-size: 28px;
    line-height: 56px;
    line-height: 40px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
  }


  .destaqueboldp {
    color: #1C1C1B;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }


  .destaquebold {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  #nv {
    margin-bottom: 15px;
  }

  #estrelas {
    grid-column: 7/9;
    grid-row: 2;
  }


  #eu {
    grid-row: 9;
    grid-column: 4/10;

  }

  #space {
    grid-template-columns: repeat(10, 1fr);
    grid-column: 2/12;
  }

  .produtoos {
    grid-column: auto/span 5;
  }

}


@media only screen and (max-width: 685px) {

  #preco {
    grid-column: 7/10;
  }

  #quantidadess {
    grid-column: 7/10;
    padding: 12px 50px;
    margin-bottom: 30px;
  }


  #add {
    grid-column: 7/10;
  }

  #rating {
    position: relative;
    top: -8px;
  }



}


@media only screen and (max-width: 615px) {

  .destaqueboldp {
    color: #1C1C1B;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  #lojah{
    margin-bottom: 50px;
    font-size: 45px;
    line-height: 35px;
    position: relative;
    top: -50px;
  }

  #produtosnariz {
    grid-column: 2/12;
    grid-row: 1;
  }

  #imgdoproduto1 {
    margin-bottom: 50px;
  }


  #imgdoproduto2 {
    display: none;
  }

  #nv {
    grid-column: 2/12;
    margin-bottom: 30px;
    grid-row: 2;
  }

  #estrelas {
    grid-column: 2/5;
    grid-row: 3;
  }


  #rating {
    position: relative;
    top: -0px;
    grid-column: 5/6;
    grid-row: 3;
  }

  #texto1 {
    grid-column: 2/12;
    grid-row: 4;
  }


  #comp {
    grid-column: 2/12;
    grid-row: 5;
    margin-bottom: 70px;
  }

  #preco {
    grid-column: 2/8;
    grid-row: 6;
  }

  #quantidadess {
    grid-column: 2/8;
    padding: 12px 40px;
    margin-bottom: 30px;
    grid-row: 7;
  }

  #add {
    grid-column: 2/12;
    grid-row: 8;
  }

  #prazos {
    grid-column: 2/12;
    grid-row: 9;
  }


  #warning {
    grid-column: 2/12;
    grid-row: 10;
    margin-bottom: 120px;
  }



  #mod1 {
    display: none;
  }

  #mod2 {
    display: none;
  }

  #modeloosslider{
    display: block;
    grid-column: 2/12;
    margin-bottom: 120px;
  }

  .produtoos {
    grid-column: auto/span 10;
  }


  #vermelhofinal h3 {
    margin-top: 50px;
    text-align: left;

  }

  #vermelhofinal h3:first-of-type {
    margin-top: 60px;
    text-align: left;

  }

  #vermelhofinal p {
    text-align: left;
  }

  .destaquebold {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }

  h6 {
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }

  #morada {
    grid-column: 2/12;
    margin-bottom: 30px;

  }

  #contactos {
    grid-row: 3;
    grid-column: 2/12;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  #follow {
    grid-row: 5;
    grid-column: 2/12;
    position: relative;
    top: 0px;
    margin-bottom: 30px;
  }

  #membership {
    grid-row: 7;
    grid-column: 2/12;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
    top: 0px;

  }


  #rua {
    grid-row: 2;
    grid-column: 2/12;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 0px;
  }

  #contact {
    grid-row: 4;
    grid-column: 2/12;
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

  }


  #contact h6:last-of-type {
    margin-bottom: 0px;

  }


  #socials {
    grid-row: 6;
    grid-column: 2/10;
    padding: 0px;
    position: relative;
    top: 0px;
    margin-bottom: 0px;



  }

  #info {
    grid-row: 8;
    grid-column: 2/11;
    line-height: 20px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
    top: 0px;
  }

  #coisas1 {
    grid-row: 9;
    grid-column: 2/12;
    margin-bottom: 35px;
    margin-top: 0px;
  }

  #coisas2 {
    grid-row: 10;
    grid-column: 2/12;
    margin-bottom: 35px;
    margin-top: 0px;
  }

  #coisas3 {
    grid-row: 11;
    grid-column: 2/12;
    margin-bottom: 35px;
    margin-top: 0px;
  }


  #coisas4 {
    grid-row: 12;
    grid-column: 2/12;
    margin-bottom: 35px;
  }

  #coisas5 {
    grid-row: 13;
    grid-column: 2/12;
    margin-bottom: 35px;
  }

  #separador {
    border: 1px #fff solid;
    grid-column: 2/12;
    grid-row: 14;
    margin-bottom: 35px;
  }

  #direitos {
    grid-row: 15;
    grid-column: 2/12;
  }

  #eu {
    grid-row: 16;
    grid-column: 2/12;
    margin-bottom: 30px;
  }



}


@media only screen and (max-width: 570px) {



  #logo2 {
    grid-column: 4/10;
    grid-row: 1;
    z-index: 2;
    position: relative;
    top: 30px;
  }


}



@media only screen and (max-width: 500px) {

  #logo {
    display: none;
  }


  #logomobile1 {
    width: 100%;
    max-width: 130px;
    display: block;
  }

  #top {
    display: none;
  }

  #toptab {
    display: none;
  }

  #topmobile {
    display: grid;
    grid-column: 1/13;
    grid-row: 1;
    align-self: flex-end;
  }

  #rating {
    position: relative;
    top: -5px;
    grid-column: 5/6;
    grid-row: 3;
  }


  #socials {
    grid-column: 2/12;
  }



}