main {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#logo {
  opacity: 0;
  transition: 0.4s;
  width: 350px;
}

#logo.active {
  opacity: 1;
}

#home {
  display: flex;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/bg-home.jpg);
  background-position: center;
  background-size: cover;
  align-content: center;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}

.mask {
  display: block;
  width: 100%;
  height: 100%;
  background: #000000a3;
  position: absolute;
}

.container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: 0.4s;
}

form.active {
  opacity: 1;
}

.formItem {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.formItem input,
.formItem select {
  width: 100%;
  padding: 8px 24px;
  border: 1px solid white;
  border-color: #626262;
  color: white;
  background: transparent;
}

.formItem option {
  color: #000;
}

.error {
  border: 1px solid red !important;
}

.formItem input {
  padding: 8px 24px;
  color: white;
}

.half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.half .formItem {
  width: 49%;
}

::placeholder {
  color: white;
  font-weight: bold;
}

#agenda {
  display: flex;
  width: 100vw;
  height: 100%;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
}

video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#agendaContainer {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-image: url(../images/bg-agenda.jpg);
  background-position: center;
  background-size: cover;
  flex-direction: column;
  gap: 50px;
}

.shows {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.showItem {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.showItem {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 2px solid #8f5f37;
  align-items: center;
  color: #d2c663;
}

.showItem div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 30%;
}

.showItem span,
.showItem label {
  font-family: "Helvetica Bold";
  color: #d2c663;
}

.showItem label {
  text-transform: uppercase;
  width: 33%;
}

.showItem div label {
  font-weight: normal;
  font-family: "Helvetica";
  width: auto;
  text-transform: capitalize;
}

.showItem a {
  text-align: center;
  display: block;
  padding: 5px;
  background: white;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.4s;
  font-family: "Helvetica Bold";
  width: auto;
  min-width: 115px;
}

.showItem a:hover {
  opacity: 0.7;
}

div#share {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  position: relative;
  padding-top: 40px;
  max-width: 800px;
}

#follow {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

#stream {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
}

#follow h2 {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Helvetica Bold";
  color: #d2c663;
  margin-bottom: 18px;
}

#share a {
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Helvetica Bold";
  transition: 0.4s;
}

#share a:hover {
  opacity: 0.7;
}

#stream {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

#logoIntern {
  opacity: 1;
  width: 125px;
}

.arvore {
  width: 75px;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 25px;
}

div#submit {
  display: block;
  background: white;
  width: 200px;
  text-align: center;
  font-family: "Helvetica Bold";
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0;
  margin: 10px auto;
  transition: 0.4s;
  cursor: pointer;
}

#submit:hover {
  opacity: 0.7;
}

.chevron {
  display: block;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 23px);
  width: 46px;
  filter: invert(1);
  transition: 0.4s;
  animation: upDown 0.7s linear alternate-reverse infinite;
}

.embreve {
  background: #707070 !important;
}

.selo {
  width: 85px;
}

#share a img {
  max-width: 40px;
  object-fit: contain;
}

a img {
  max-width: 40px;
  object-fit: contain;
}

input[type="checkbox"] {
  width: auto;
  margin: 0 10px;
}

@keyframes upDown {
  0% {
    bottom: 5px;
  }

  100% {
    bottom: 15px;
  }
}

@media screen and (max-width: 800px) {
  * {
    font-size: 16px;
  }

  #logo {
    width: 250px;
  }

  form {
    padding: 0 20px;
  }

  .showItem {
    gap: 15px;
  }

  .showItem span,
  .showItem label {
    font-size: 14px;
  }

  .showItem a {
    font-size: 12px;
  }

  div#share {
    padding: 0 20px;
  }

  #follow h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #share a {
    font-size: 12px;
  }

  #logoIntern {
    width: 120px;
    left: calc(50% - 60px);
  }

  div#share {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  #share a img {
    max-width: 30px;
  }

  #stream {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-end;
  }
}
