* {
  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;
  font-size: 48px;
}

.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;
}

#about {
  grid-row: 1;
  grid-column: 1/13;
}

p {
  font-size: 18px;
  color: var(--darkest-color);
  line-height: 29px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

#sobren {
  grid-row: 1;
  grid-column: 2/12;
  align-self: center;
  color: var(--lightest-color);
  text-shadow: 1px 1px var(--shadow-color);
  kerning: 2%;

}

#missao {
  background-color: var(--creme_main-color);
  grid-row: 2/4;
  grid-column: 1/13;
  padding: 166px 0;
}

#missao h2 {
  grid-column: 2/7;
  margin-bottom: 36px;
  grid-row: 1;
}

#missao p {
  grid-column: 2/7;
  grid-row: 2;
}

#microfone {
  grid-row: 2 / 3;
  grid-column: 8 / 13;
  align-self: self-end;
  position: relative;
  top: 86px;

}

#sbfest {
  grid-row: 4;
  grid-column: 1/6;
  margin-top: 190px;
}

#sbfest h2 {
  color: var(--darkest-color);
  margin-bottom: 36px;
}

#sbfest p {
  color: var(--darkest-color);
  margin-bottom: 29px;
}

#bonbomsal {
  grid-row: 4;
  grid-column: 7/12;
  margin-top: 256px;
}

#porcima {
  grid-row: 4;
  grid-column: 9/13;
  position: relative;
  top: 160px;
  left: 10px;
  align-self: self-end;
}

.cantos {
  border-radius: 10px;
}

#colunas {
  grid-row: 5;
  grid-column: 1/7;
  align-self: self-end;
  margin-bottom: 55px;
  padding-bottom: 50px;
}

#notas_6 {
  grid-row: 5;
  grid-column: 6/13;
  z-index: -10;
  margin-top: 200px;
}

#cartazes {
  grid-row: 6;
  grid-column: 1/13;
  background-image: url(imgs/separador_vermelho_2.png);
  margin-bottom: 190px;

}

#cartazes h2 {
  grid-row: 1;
  grid-column: 2/12;
  justify-self: center;
  color: var(--creme_main-color);
  margin-top: 100px;
  margin-bottom: 70px;
}

#fila_1 {
  grid-row: 2;
  grid-column: 2/12;
  justify-content: space-between;
  display: flex;
  column-gap: 20px;
  margin-bottom: 36px;
}

.centrar {
  color: var(--creme_main-color);
  justify-self: right;
  margin-top: 12px;
}


#ham {
  display: none;
  width: 40px;
  margin-right: 40px;
}

#nao {
  width: 40px;
  margin-right: 40px;
}

.hidden {
  display: none !important;
}

#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 {
  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;
}


#fila_2 {
  grid-row: 3;
  grid-column: 2/12;
  justify-content: space-between;
  display: flex;
  column-gap: 20px;
  margin-bottom: 90px;
}

#esclh_doce {
  grid-row: 10;
  grid-column: 1/7;
  margin-bottom: 100px;
  margin-top: 200px;

}

#bons {
  grid-row: 10;
  grid-column: 3/8;
  align-self: flex-end;
}

#numeros {
  grid-row: 7/9;
  grid-column: 1/13;
  background-image: url(imgs/separador_amarelo_1.png);
  background-size: cover;
  height: 65%;
  margin-bottom: 293px;
}

#dado {
  justify-self: center;
  color: var(--main-color);
  z-index: 10;
  grid-row: 7;
  grid-column: 1/13;
  margin-top: 80px;
  margin-bottom: 70px;
}

.comuna {
  display: flex;
  gap: 20px;
  justify-content: space-between;

}

#quadrados {
  grid-column: 2/12;
  grid-row: 8;
  margin-bottom: 40px;
}

.borda {
  background-color: var(--main-escuro-color);
  text-align: center;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  border-radius: 10px;
  padding-top: 9%;
  padding-bottom: 9%;
}

.borda h1 {
  color: var(--lightest-color);
  margin-bottom: 18px;
}

.borda h3 {
  margin: 0 auto;
  width: 188px;
  color: var(--creme_main-color);
}

#txt_bons {
  grid-row: 10;
  grid-column: 8/13;
  margin-top: 200px;
}

#txt_bons p {
  margin-bottom: 29px;
}

#ctaredes {
  grid-row: 11;
  grid-column: 1/13;
  background-image: url(imgs/separador_amarelo_2.png);
  padding: 106px 0 128px 121px;
  margin-top: 250px;
  margin-bottom: 405px;
}

#vinil {
  grid-row: 11;
  z-index: 200;
  grid-column: 8/13;
  margin-bottom: 120px;
  align-self: center;
}

#relas {
  display: flex;
}

#relas a {
  margin-right: 27px;
}

#ctaredes h1 {
  color: var(--main-escuro-color);
  margin-bottom: 4px;
  grid-column: 2/8;
}

#ctaredes h2 {
  color: var(--main-color);
  margin-bottom: 46px;
}

#notas_7 {
  grid-row: 11;
  grid-column: 8/13;
  position: relative;
  top: 197px;
  z-index: 110;
}

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;
}

#about_tele {
  display: none;
}

#ham {
  display: none;
}

#filaintermedia {
  display: none;
}

#bolinhas {
  display: none;
}

@media (max-width:1200px) {
  #microfone {
    top: 60px;
  }

  #sbfest {
    padding-left: 20px;
  }

  #txt_bons {
    padding-right: 20px;
  }

  footer {
    border-radius: 20px 20px 0 0;
  }
}

@media (max-width:880px) {

  #ham {
    display: block;
    margin-right: 40px;
  }

  nav {
    display: none;
  }

  .desaparece1 {
    display: none;
  }

  #reg {
    grid-row: 25;
    grid-column: 2/12;
  }

  #copy {
    grid-row: 26;
  }

  #sobren {
    margin-top: 20%;
  }

  #filaintermedia {
    display: flex;
    grid-row: 3;
    grid-column: 2/12;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 90px;
  }

  #fila_2 {
    grid-row: 4;
  }

  #microfone {
    top: 58px;
    grid-row: 3;
    grid-column: 7 / 13;

  }

  #bonbomsal {
    grid-column: 2 / 12;
    margin-top: 113px;
  }

  #porcima {
    grid-column: 8 / 13;
    top: 131px;
    left: 0;
    align-self: flex-end;
  }

  #sbfest {
    grid-row: 5;
    grid-column: 1 / 13;
    margin-top: 116px;
  }

  #colunas {
    grid-row: 6;
    grid-column: 1 / 8;
  }

  #notas_6 {
    grid-row: 6;
  }

  #cartazes {
    grid-row: 7;
  }

  #numeros {
    grid-row: 8 / 10;
  }

  #dado {
    grid-row: 8;
  }

  #quadrados {
    grid-row: 9;
  }

  #esclh_doce {
    grid-column: 2 / 12;
  }

  #bons {
    grid-column: 8 / 13;
  }

  #txt_bons {
    grid-row: 11;
    grid-column: 1 / 13;
    margin-top: 100px;
  }

  #ctaredes {
    grid-row: 12;
    padding: 106px 0 128px 58px;
    margin-top: 209px;
  }

  #vinil {
    grid-row: 12;
    z-index: 200;
    grid-column: 6 / 13;
    margin-bottom: 237px;
    align-self: flex-end;
  }

  #notas_7 {
    grid-row: 12;
    grid-column: 3 / 13;
    top: 34px;
    left: 138px;
  }















}

@media (max-width:630px) {

  #microfone {
    grid-row: 3;
    top: 57px;
    left: 80px;
    grid-column: 3 / 13;
  }

  #colunas,
  #notas_6 {
    grid-row: 6;
  }

  #colunas {
    grid-column: 1/12;
  }

  #woo {
    width: 95%;
    margin-top: 5px;
  }

  #tu {
    margin: 0 auto;
  }

  #bolinhas {
    display: flex;
    grid-row: 3;
    grid-column: 1 / 13;
    justify-self: center;
  }

  #bolinhas div {
    width: 15.39px;
    height: 15.39px;
    border-radius: 50%;
    background-color: var(--bolinhas-two-color);
    margin-right: 5px;
    margin-left: 5px;
  }

  .selected {
    background-color: var(--selected-bolinha-two-color) !important;
  }

  p {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  h2 {
    font-size: 26px !important;
  }

  h1 {
    font-size: 42px !important;
  }

  .desaparece2 {
    display: none;
  }

  .fuca {
    grid-column: 1/13;
  }

  #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;
  }

  #redessociais {
    grid-row: 24;
    justify-self: flex-start;
    grid-column: 2/12;
    margin-top: 0;
  }

  .comuna {
    display: block;
  }

  .comuna div {
    align-self: center;
    margin: 0 auto;

    margin-bottom: 50px;
  }

  .borda {
    background-color: var(--main-escuro-color);
    text-align: center;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #about_tele {
    display: block;
    grid-row: 1;
    grid-column: 1/13;
  }

  #about {
    display: none;
  }

  #numeros {
    height: 100%;
    grid-row: 8/10;
  }

  #dado {
    grid-row: 8;
  }

  #txt_bons {
    grid-row: 11;
    grid-column: 2/12;
    margin-top: 20px;
    padding-right: 0;
  }

  #sbfest {
    padding-left: 0;
  }

  #esclh_doce {
    grid-row: 10;
    grid-column: 2/12;
    margin-bottom: 100px;
    margin-top: 200px;

  }

  #bons {
    grid-column: 5/13;
    margin-bottom: 20px;
  }

  #quadrados {
    grid-row: 9;

  }

  #ctaredes {
    padding-left: 50px;
    padding-right: 94px;
  }

  #notas_7 {
    grid-row: 12;
    grid-column: 2 / 13;
    top: 492px;
    left: 0;
  }

  #fila_1 {
    grid-column: 1/13;
  }

  #sbfest {
    grid-row: 5;
    grid-column: 2/12;
    margin-top: 130px;
  }

  #bonbomsal {
    margin-top: 150px;
    grid-column: 2 / 12;

  }

  #porcima {
    grid-column: 6/13;
    top: 120px;
  }

  #cartazes {
    grid-row: 7;
  }

  #notas_6 {
    grid-column: 1/13;
  }

  #missao {
    padding-top: 140px;
    padding-bottom: 300px;
  }

  #missao p {
    grid-column: 2/12;
  }

  #missao h2 {
    grid-column: 2/12;
  }

  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;
  }



}