* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;

}

:root {
  --lightest-color: #FFFCF5;
  --header-color: #930000da;
  --darkest-color: #1D1111;
  --shadow-color: hsla(0, 0%, 0%, 0.7);
  --main-color: #930000;
  --bord-carrossel1-color: rgba(86, 9, 0, 79%);
  --main-escuro-color: #560900;
  --bolinhas-two-color: #CCB881;
  --selected-bolinha-two-color: #836921;
  --creme_main-color: #FFE8AA;
  --bord_carrossel2-color: rgba(255, 232, 170, 79%);

}







img,
svg,
video {
  width: 100%;
  height: auto;
}

body {
  background-color: var(--lightest-color);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;

}

.grelhamax {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;

}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
}

header {
  background-color: var(--header-color);
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 10px 0px;
  width: 80%;
  margin: 20px auto 0 auto;
  max-width: 1000px;
}



a {
  text-decoration: none;
  color: var(--lightest-color);
  font-size: 18px;
}

#logo1 {
  width: 81px;
  margin-left: 40px;
}

nav {
  margin-right: 40px;
}

nav a {
  margin-left: 25px;
}


#first {
  position: fixed;
  width: 100%;
  z-index: 1000000000000000;
}

#intro {
  z-index: 100;
  grid-row: 1;
  grid-column: 2/8;
  align-self: center;
}

.third {
  grid-row: 2;
  grid-column: 2/7;
}

h1 {
  kerning: 2%;
  color: var(--lightest-color);
}

h2 {
  font-size: 26px;
  color: var(--darkest-color);
}

p {
  font-size: 18px;
  color: var(--darkest-color);
  line-height: 29px;
}

#txtviola {
  grid-column: 1/7;
}

#video_ini {
  grid-row: 1;
  grid-column: 1/13;
  z-index: 0;
  margin-bottom: 160px;
}

#intro h1 {
  text-shadow: 1px 1px var(--shadow-color);
}

#intro h2 {
  text-shadow: 1px 1px var(--shadow-color);
}

#expressao {
  margin-bottom: 36px;
}

#edicao {
  margin-bottom: 40px;
}

#nota1 {
  grid-column: 5/9;
  grid-row: 3/5;
  margin-top: 70px;
  z-index: -10;
}

#sep1 {
  grid-row: 4/6;
  grid-column: 1/13;
  background-image: url(imgs/separador_amarelo_1.png);
  background-size: cover;
  height: 65%;
}

#viola {
  grid-column: 9/12;
  margin-bottom: 80px;
  grid-row: 2/4;
}

#atv {
  justify-self: center;
  color: var(--main-color);
  z-index: 10;
  grid-row: 4;
  grid-column: 1/13;
  margin-top: 80px;
  margin-bottom: 70px;
}

#car1 {
  grid-column: 2/12;
  grid-row: 5;
  margin-bottom: 40px;
}

.comuna {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.grelh21 {
  display: grid;
  width: 100%;
  grid-template-rows: 1fr auto;
}

.bord {
  background-color: var(--bord-carrossel1-color);
  text-align: center;
  grid-row: 2;
}

.grelh21 img {
  grid-row: 1/3;
  grid-column: 1;
}

.grelh21 div {
  grid-row: 2;
  z-index: 1;
  grid-column: 1;
  padding: 25px 0;
}

#bolinhas div {
  width: 15.39px;
  height: 15.39px;
  border-radius: 50%;
  background-color: var(--main-color);
  margin-right: 5px;
  margin-left: 5px;
}

#bolinhas {
  display: flex;
  grid-row: 7;
  grid-column: 1/13;
  justify-self: center;

}

.selected {
  background-color: var(--main-escuro-color) !important;
}

#fourth {
  grid-row: 8;
  grid-column: 1/8;
  margin-top: 280px;
}

#galeria {
  grid-column: 1/13;
  grid-row: 14/17;

}

#galeria img {
  border-radius: 10px;
}

.cantos {
  border-radius: 10px;
}

#sabias {
  margin-bottom: 36px;
}

#pepitas {
  margin-bottom: 25px;
}

#fruta {
  margin-bottom: 150px;
}

#bateria {
  grid-row: 9;
  grid-column: 5/12;
  margin-bottom: 200px;
}

#nota2 {
  grid-column: 11/13;
  grid-row: 8/10;
  z-index: -10;
  position: relative;
  bottom: 100px;

}

#nota3 {
  grid-column: 1/4;
  grid-row: 9/11;
  z-index: -10;
  margin-top: 325px;
}

#car2 {
  grid-column: 2/12;
  grid-row: 11;
  margin-bottom: 40px;
}

#bolinhas2 div {
  width: 15.39px;
  height: 15.39px;
  border-radius: 50%;
  background-color: var(--bolinhas-two-color);
  margin-right: 5px;
  margin-left: 5px;
}

#bolinhas2 {
  display: flex;
  grid-row: 12;
  grid-column: 1/13;
  justify-self: center;
  margin-bottom: 350px;
}

.selected2 {
  background-color: var(--selected-bolinha-two-color) !important;
}

#sep2 {
  grid-row: 10/12;
  grid-column: 1/13;
  background-image: url(imgs/separador_vermelho_1.png);
  background-size: cover;
  height: 65%;
}

#chefes {
  justify-self: center;
  color: var(--creme_main-color);
  z-index: 10;
  grid-row: 10;
  grid-column: 1/13;
  margin-top: 80px;
  margin-bottom: 70px;
}

.borda {
  background-color: var(--bord_carrossel2-color);
  text-align: center;
  grid-row: 2;
}

.borda a {
  color: var(--darkest-color) !important;

}

#nota4 {
  z-index: -10;
  grid-row: 12/15;
  grid-column: 1/4;
  position: relative;
  bottom: 100px;
}

#gal {
  grid-row: 13;
  grid-column: 1/13;
  justify-self: flex-end;
  margin-bottom: 113px;

}

#gal h2 {
  text-align: right;
}



#glr1 {
  grid-column: 1/5;
  grid-row: 1/3;
}

#glr2 {
  grid-column: 5/9;
  grid-row: 1;
}

#glr3 {
  grid-column: 9/13;
  grid-row: 1;
}

#glr4 {
  grid-column: 1/5;
  grid-row: 3/5;

}

#glr5 {
  grid-column: 5/10;
  grid-row: 2/5;

}

#glr6 {
  grid-column: 10/13;
  grid-row: 2/4;

}

#glr7 {
  grid-column: 1/6;
  grid-row: 5;

}

#glr8 {
  grid-column: 6/10;
  grid-row: 5;

}

#glr9 {
  grid-column: 10/13;
  grid-row: 4/6;

}

#galeria img {
  margin-top: 20px;
}

#nota5 {
  grid-column: 11/13;
  grid-row: 18/20;
  z-index: 0;
  position: relative;
  bottom: 100px;
}

#sep3 {
  grid-column: 1/13;
  grid-row: 19/21;
  z-index: -20;
}

#acao {
  grid-row: 19;
  grid-column: 1/13;
  background-image: url(imgs/separador_amarelo_2.png);
  background-size: cover;
  padding: 0 0 100px 80px;
}

#acao h1 {
  margin-top: 90px;
  margin-bottom: 20px;
  width: 55%;
}

#acao h2 {
  margin-bottom: 76px;
  width: 45%;
}

#cta {
  background-color: var(--main-color);
  padding: 12px 60px;
  border-radius: 20px;
}

#piano {
  grid-column: 5/12;
  grid-row: 20/22;
  position: relative;
  bottom: 300px;
  margin-bottom: 150px;
}

#imgf {
  grid-column: 1/13;
  grid-row: 22;
  margin-bottom: 16px;
  border-radius: 10px 10px 20px 20px;
}

footer {
  background-color: var(--main-color);
  border-radius: 20px;
}

#lg_footer {
  margin-top: 55px;
  grid-row: 23;
  grid-column: 2/7;
  margin-bottom: 80px;
}

#redessociais {
  margin-top: 55px;
  grid-row: 23;
  grid-column: 9/12;
  display: flex;
  justify-self: flex-end;
  align-self: center;
  margin-bottom: 80px;
}

#redessociais a {
  margin-left: 27px;

}

h3 {
  font-size: 20px;
  color: var(--lightest-color);
  margin-bottom: 24px;
}

#cont {
  grid-row: 24;
  grid-column: 2/5;
  margin-bottom: 130px;
}

#cont p {
  color: var(--creme_main-color);
  margin-bottom: 30px;
}

h4 {
  font-size: 18px;
  color: var(--lightest-color);

}

#reg {
  grid-row: 24;
  grid-column: 8/12;
  margin-bottom: 130px;
}

#reg p {
  color: var(--creme_main-color);
}

#contam {
  grid-row: 24;
  grid-column: 5/7;
  margin-top: 50px;
  margin-bottom: 130px;
}

#contam p {
  color: var(--creme_main-color);
  margin-bottom: 30px;
}

#copy {
  background-color: var(--main-escuro-color);
  grid-row: 25;
  grid-column: 1/13;
  display: grid;
  justify-content: space-between;
}

h5 {
  color: var(--creme_main-color);
  font-size: 15px;
  padding: 42px 0;

}

#lara {
  grid-column: 2/7;
}

#angela {
  grid-column: 7/12;
  justify-self: flex-end;
}

#ham {
  display: none;
  width: 40px;
  margin-right: 40px;
}

#nao {
  width: 40px;
  margin-right: 40px;
}

.hidden {
  display: none !important;
}

#galeria20 {
  display: none;
}


#bolinhasgal {
  display: none;
}

#glr31 {
  display: none;
}

#imgft {
  display: none;
}

#video_ini_tele {
  display: none;
}



#navmobile {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 50px 0;
}

#navmobile a {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  display: block;
  color: var(--lightest-color);
  font-size: 26px;
}


#woo {
  /* position: fixed;
  left: 0;
  top: -120%; */
  width: 80%;
  height: 0;
  transition: height .5s;
  background-color: var(--header-color);
  z-index: 200;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.open {
  height: 70vh !important;
}


@media (max-width:1200px) {

  #gal,
  #galeria {
    grid-column: 2/12;
  }

  footer {
    border-radius: 20px 20px 0 0;
  }
}



@media (max-width:880px) {


  #intro {
    grid-column: 2/12;
  }

  #ham {
    display: block;
  }


  nav {
    display: none;
  }

  #galeria {
    display: none;
  }

  #galeria20 {
    display: grid;
    grid-column: 1/13;
    grid-row: 14/17;
    padding: 0 5%;
  }

  #galeria20 img {
    border-radius: 10px;
    margin-top: 20px;
  }

  #glr21 {
    grid-row: 1;
    grid-column: 1/7;
  }

  #glr22 {
    grid-row: 1;
    grid-column: 7/13;
  }

  #glr23 {
    grid-row: 2;
    grid-column: 1/7;
  }

  #glr24 {
    grid-row: 2;
    grid-column: 7/13;
  }

  #glr25 {
    grid-row: 3;
    grid-column: 1/13;
  }

  #glr26 {
    grid-row: 4;
    grid-column: 1/7;
  }

  #glr27 {
    grid-row: 4;
    grid-column: 7/13;
  }

  #glr28 {
    grid-row: 5;
    grid-column: 1/7;
  }

  #glr29 {
    grid-row: 5;
    grid-column: 7/13;
  }

  .desaparece1 {
    display: none;
  }

  #piano {
    bottom: 100px;
  }

  #reg {
    grid-row: 25;
    grid-column: 2/12;
  }

  #copy {
    grid-row: 26;
  }

  #bolinhasgal {
    display: none;
  }

  #glr31 {
    display: none;
  }




}

@media (max-width:630px) {

  #woo {
    width: 95%;
    margin-top: 5px;
  }

  p {
    font-size: 20px !important;
  }

  #nota4 {
    display: none;
  }

  h2 {
    font-size: 26px !important;
  }

  #cta {
    grid-column: 2/12;
    padding: 25px 111px;
  }

  #acao {
    padding: 0 10% 100px 10%;
  }

  #acao h1 {
    width: 100%;
  }

  #acao h2 {
    width: 100%;
  }

  #video_ini {
    display: none;
  }

  h1 {
    font-size: 42px !important;
  }

  #txtviola {
    grid-column: 2/12;
    grid-row: 2;
  }

  #viola {
    grid-column: 2/12;
    grid-row: 3;
    position: relative;
    right: 50px;
    transform: rotate(24deg);
  }

  #bateria {
    grid-column: 1/13;
    position: relative;
    left: 100px;
    transform: scale(1.5);


  }

  #nota1 {
    align-self: center;
    margin-top: 50px;
    grid-column: 1/13;
  }

  #nota2 {
    display: none;
  }

  #atv {
    text-align: center;
    grid-column: 2/12;
  }

  #nota3 {
    margin-top: 0;
    grid-column: 1/13;
  }

  #video_ini_tele {
    display: block;
    grid-row: 1;
    grid-column: 1/13;
    z-index: 0;
    margin-bottom: 160px;
  }


  #bolinhasgal div {
    width: 15.39px;
    height: 15.39px;
    border-radius: 50%;
    background-color: var(--main-color);
    margin-right: 5px;
    margin-left: 5px;
  }

  #bolinhasgal {
    display: flex;
    grid-row: 16;
    grid-column: 1/13;
    justify-self: center;
    margin-top: 26px;
    margin-bottom: 240px;
  }

  #glr31 {
    display: block;
    grid-column: 2/12;
    grid-row: 14/16;
  }


  .desaparece2 {
    display: none;
  }

  .fuca {
    grid-column: 1/13;
  }

  #galeria {
    display: none;
  }

  #galeria20 {
    display: none;
  }

  #lg_footer {
    grid-column: 2/12;
  }

  #cont {
    grid-column: 2/12;
    margin-bottom: 0;
    grid-row: 25;
  }

  #contam {
    grid-row: 26;
    grid-column: 2/12;
    margin-top: 20px;
    margin-bottom: 90px;
  }

  #reg {
    grid-row: 27;

  }

  #inst {
    margin-left: 0 !important;
  }

  #copy {
    grid-row: 28;

  }

  #angela {
    grid-column: 2/12;
    justify-self: center;
    padding-bottom: 30px;
  }

  #lara {
    padding-top: 30px;
    padding-bottom: 0px;
    grid-column: 2/12;
    justify-self: center;
    text-align: center;
  }

  #imgf {
    display: none;

  }

  #imgft {
    display: block;
    grid-column: 1/13;
    grid-row: 22;
    margin-bottom: 16px;
    border-radius: 10px 10px 20px 20px;
  }

  #piano {
    grid-row: 21;
    grid-column: 1/13;
    position: relative;
    left: 115px;
    top: -40px;

  }

  #nota5 {
    grid-row: 21;
    transform: rotate(40deg) scale(1.5);
    position: relative;
    bottom: 0;
    z-index: -10;
    grid-column: 8/11;
  }

  #redessociais {
    grid-row: 24;
    justify-self: flex-start;
    grid-column: 2/12;
    margin-top: 0;
  }

  #fourth {
    grid-column: 2/12;
    margin-top: 160px;
  }

  #bolinhas2 {
    margin-bottom: 200px;
  }

  .bord a {
    font-size: 22px;
    font-weight: 600;
  }

  .borda a {
    font-size: 22px;
    font-weight: 600;
  }

  #gal h2 {
    text-align: left;
  }

  #gal {
    grid-column: 2/12;
    justify-self: flex-start;
  }

  header {
    padding: 4px 0px;
    width: 95%;
    margin: 10px auto 0 auto;
    max-width: 360px;
  }

  #logo1 {
    width: 60px;
    margin-left: 20px;
  }

  #ham,
  #nao {
    width: 30px;
    margin-right: 20px;
  }

}