* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  /* overflow-x: hidden; */
}
body {
  overflow-x: hidden !important;
}
@font-face {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/AcuminProLight.otf);
}
@font-face {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 500;
  src: url(./fonts/AcuminProMedium.otf);
}
@font-face {
  font-family: "acumin-pro-semi-condensed";
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/AcuminProSemiCondBold.otf);
}
/* home */

#cabecalho {
  width: 100%;
  background-color: #181818;
  opacity: 0.75;
  position: fixed;
  padding: 20px;
  z-index: 1000;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.bot {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.bot:hover {
  color: #000;
  text-decoration: none;
}
.bot:visited {
  color: #000;
  text-decoration: none;
}
.botao {
  text-decoration: none;
  padding: 12px;
  color: #fff;
}

.botao:hover {
  padding: 10px;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  /* opacity: 0.7; */
}
.botao:visited {
  color: #fff;
  text-decoration: none;
}
.botaoLogo {
  text-decoration: none;
  border: none;
  color: #fff;
}
.botaoLogo:visited {
  color: #fff;
  text-decoration: none;
}
.botaoLogo:hover {
  color: #fff;
  text-decoration: none;
}
.logo {
  color: #fff;
  opacity: 1;
  float: left;
  font-size: 1.5rem;
}

nav {
  margin: auto;
  width: 95%;
}

.nav-list {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  /* margin-top: -13px; */
}

.nav-list li {
  margin-left: 10px;
  float: left;
  color: #d7d1c3;
  opacity: 1;
  font-size: 1.3vw;
}

.mobile-menu {
  display: none;
  cursor: pointer;
  float: right;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 8px;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .nav-list {
    position: absolute;
    top: 12vh;
    right: 0;
    width: 50vw;
    height: 60vh;
    background: #181818;
    opacity: 0.75;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
  .nav-list li {
    margin-left: 0;
    float: left;
    color: #d7d1c3;
    opacity: 1;
    font-size: 1rem;
  }
  .mobile-menu {
    display: block;
  }
}

.nav-list.active {
  transform: translateX(0);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

@media (max-width: 768px) {
  .nav-list {
    position: absolute;
    top: 12vh;
    right: 0;
    width: 70vw;
    height: 60vh;
    background: #181818;
    opacity: 0.75;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
}
.enco {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  gap: 50px;
}
.enco h3 {
  margin-bottom: 30px;
}
.text3 {
  margin-left: 100px;
  width: 40%;
}
.botinit {
  display: none;
}

.nav-list.active {
  transform: translateX(0);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}
.pai {
  position: relative;
}
.legenda {
  position: absolute;
  top: 150px;
  left: 400px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.initi {
  background-color: #fff;
  color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0;
  display: flex;
  justify-content: start;
  gap: 180px;
}
.aca {
  width: 300px;
}
.ala {
  margin-left: 100px;
}
.you {
  background-image: url(./images/3boxes.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;

  display: flex;
  gap: 100px;
  margin: 0;
}
.you p {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 50px;
  /* margin-top: 20px; */
}
.you a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cd2f2a;
  color: #fff;
  text-align: center;
  /* margin-left: 50px; */
  width: 250px;
  height: 50px;
  white-space: pre-wrap;
  /* margin-left: 50px; */
}
.you a:hover {
  text-decoration: none;
  color: #fff;
}
.you a:visited {
  text-decoration: none;
  color: #fff;
}
/* sobre */
.about {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.text {
  /* top: 100px; */
  width: 40%;
  /* margin-left: 100px; */
  margin-bottom: 60px;
  padding-top: 150px;
}
.para {
  margin-bottom: 30px;
}
.release {
  border-radius: 10px;
  padding: 15px 30px;
  margin-top: 30px;
  background-color: #000;
  color: #fff;
  white-space: pre-wrap;
}
.release:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}
/* contato */
.text2 {
  margin-bottom: 30px;
  padding-top: 150px;
}
.text2 h3 {
  margin-bottom: 20px;
}

.contato {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.spa {
  /* height: 100vh; */
  margin-top: 75px;
}
.mail {
  text-decoration: none;
  color: #000;
}
.mail:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
}
.mail:visited {
  color: #000;
  text-decoration: none;
}
.social {
  margin-left: 10px;
}
/* computadores fazem arte */
.imge {
  width: 100%;
  margin-bottom: 70px;
  /* height: 90vh; */
}
.video {
  width: 90%;
  display: block;
  margin: auto;
  padding-bottom: 70px;
}
.info {
  width: 90%;
  padding-bottom: 50px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
}
.pic {
  /* display: block; */
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.dis {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 250px;
  background-color: #672083;
  height: 90vh;
  width: 100vw;
  /* width: 100%; */
  position: relative;
}
.sis {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tris {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 30px;
  margin-top: -80px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
.uni {
  width: 380px;
  display: grid;
  justify-content: center;
}
.unid {
  width: 380px;
  display: grid;
  justify-content: center;
}
.square {
  /* width: 342px;
  height: 340px; */
  background-color: #1ea09a;
  color: #fff;
  padding: 50px;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  /* align-items: center; */
  /* align-content: center; */
}
.square h3 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  /* margin: auto; */
}
.square h4 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  /* margin: auto; */
}
.sub {
  padding: 15px 30px;
  margin-top: 30px;
  background-color: #e5501e;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  white-space: pre-wrap;
}
.sub2 {
  padding: 15px 30px;
  margin-top: 30px;
  background-color: #3ca735;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  white-space: pre-wrap;
}
.sub:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.sub2:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.sub:visited {
  text-decoration: none;
  color: #fff;
}
.sub2:visited {
  text-decoration: none;
  color: #fff;
}
.afa {
  display: flex;
  gap: 60px;
}
.afe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.coluna {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.linha {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  margin-bottom: 30px;
}
.unidade {
  width: 300px;
  height: 350px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  gap: 20px;
  /* padding: 40px; */
}
.unidade h3 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
}
.unidade h2 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
}
.unidade h5 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.linhaSpeaker {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 30px;
  margin-bottom: 30px;
}
.speaker {
  width: 380px;
  height: 478px;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  color: #fff;
}
.speaker img {
  margin-bottom: 20px;
  margin-top: 30px;
  align-self: center;
}
.speaker h5 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  align-self: center;
}
.speaker p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  margin-left: 30px;
  margin-right: 20px;
}
.um {
  background-color: #672083;
}
.dois {
  background-color: #1ea09a;
}
.tres {
  background-color: #e5501e;
}
.quatro {
  background-color: #dc107e;
}
.cinco {
  background-color: #3ca735;
}
.data {
  font-size: 50px;
}
.centro {
  align-items: center;
}
.mar {
  margin-left: 20px;
  margin-right: 20px;
}
.caixasub {
  background-color: #1ea09a;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 50px;
  width: 300px;
}
.caixaIn {
  background-color: #1ea09a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  width: 50%;
  height: 120%;
  text-align: center;
}
.caixaSu {
  background-color: #672083;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  width: 50%;
  height: 120%;
  text-align: center;
}

.edi {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 30px;
  margin-bottom: 30px;
}

.fundo {
  background-color: #e5501e;
  padding: 30px;
  display: grid;
  align-content: center;
}
.adj {
  display: flex;
  justify-content: center;
}
.cartao {
  background-color: #672083;
  color: #fff;
  width: 370px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cartao h4 {
  margin-bottom: 50px;
  font-family: "acumin-pro";
  font-weight: 500;
}
.cartao p {
  margin-bottom: 50px;
  font-family: "acumin-pro";
  font-weight: 500;
}
.mail2 {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.mail2:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
.mail2:visited {
  color: #fff;
  text-decoration: none;
}
.rodape {
  display: flex;
  justify-content: start;
  /* gap: 20px; */
  background-color: #181818;
  color: #fff;
  /* padding: 20px; */
  /* width: 100vw; */
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;

  gap: 180px;
  width: 100%;
}
.arr {
  width: 300px;
}
.are {
  margin-left: 100px;
}
.rodape h5 {
  margin-bottom: 20px;
}
.err {
  margin-right: 20px;
}
.sec {
  padding: 15px;
  width: 300px;
  /* min-height: 150px; */
  /* display: grid; */
  /* justify-content: center; */
  /* display: flex;
  flex-direction: column; */
  /* align-items: center; */
}
.sec h5 {
  margin-bottom: 30px;
}
.sec a {
  margin-right: 20px;
  margin-top: 20px;
}
.cor {
  text-decoration: none;
  color: #fff;
}
.cor:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
.cor:visited {
  color: #fff;
  text-decoration: none;
}

.rights {
  background-color: #202020;
  color: #fff;
  margin-bottom: -30px;
}
.rightstext {
  text-align: center;
  padding: 30px;
}
.lastCard {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.cad {
  margin-right: 30px;
  margin-left: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.lista {
  padding: 15px;
}
.fora {
  width: 100vw;
  /* height: 90vh; */
}

.alt {
  margin-right: 20px;
  /* margin-bottom: 20px; */
}
.press {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
}
.press:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.press:visited {
  text-decoration: none;
  color: #fff;
}
.fot {
  margin-top: 70px;
}

@media (max-width: 992px) {
  /* body {
    overflow-x: hidden;
  }
  .nav-list {
    position: absolute;
    top: 12vh;
    right: 0;
    width: 50vw;
    height: 60vh;
    background: #23232e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
  .nav-list li {
    margin-left: 0;
    float: left;
    color: #d7d1c3;
    opacity: 1;
    font-size: 1rem;
  }
  .mobile-menu {
    display: block;
  } */
  .afe {
    margin-right: 50px;
  }
  .you {
    flex-direction: column;
    gap: 30px;
  }
  .you p {
    margin-right: 50px;
  }
  .you a {
    margin-left: 50px;
    margin-right: 50px;
  }
  .fundo {
    width: 380px;
  }
  .grad {
    width: 380px;
  }
  .unidade {
    width: 380px;
  }
  .linha {
    flex-direction: column;
    align-items: center;
  }
  .linhaSpeaker {
    flex-direction: column;
    align-items: center;
  }
  .edi {
    flex-direction: column;
    align-items: center;
  }
  .lastCard {
    flex-direction: column;
    align-items: center;
  }
  .ig {
    width: 300px;
  }
  /* .dis {
    padding-left: 20px;
    padding-right: 70px;
  } */
  .nav-list {
    margin-top: -12px;
  }

  .contato {
    justify-content: center;
  }
  .spa {
    display: none;
  }
  .text {
    width: 60%;
    /* margin-right: 50px;
    margin-left: 50px; */
  }
  .sis {
    display: none;
  }
  .ico {
    display: none;
  }
  .secum {
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .caixasub {
    width: 380px;
  }
  .adj {
    display: none;
  }
  .cartao {
    width: 380px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 30px;
  }
  .initi {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .apa {
    margin-left: 50px;
  }
  .aca {
    margin-right: 50px;
  }
  .ala {
    margin: 50px;
  }
  .ale {
    margin-left: 50px;
  }
  .rodape {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .are {
    margin-left: 50px;
  }
  .arr {
    margin-left: 50px;
  }
  .afe {
    display: none;
  }
  .botinit {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .text3 {
    /* margin-right: 100px; */
    margin-top: 50px;
    width: 80%;
  }
  .caixaInb {
    background-color: #1ea09a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    width: 100%;
    height: 120%;
    text-align: center;
  }
  .caixaSub {
    background-color: #672083;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    width: 100%;
    height: 120%;
    text-align: center;
  }
  .enco {
    justify-content: center;
    flex-direction: column;
  }
  .afa {
    flex-direction: column;
    justify-content: start;
    margin-left: 100px;
    gap: 20px;
  }
  /* .caixaIn {
    width: 270%;
  }
  .caixaSu {
    width: 270%;
  } */
}

@media (max-width: 768px) {
  .info {
    grid-template-columns: 1fr;
    grid-template-rows: min(250px) 1fr min(500px);
    width: 50%;
  }
  /* .nav-list {
    position: absolute;
    top: 12vh;
    right: 0;
    width: 70vw;
    height: 60vh;
    background: #23232e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  } */
  .prox {
    display: block;
    top: 77px;
    margin: 0;
  }
  .cada {
    width: 100%;
  }
  .imge {
    margin-top: 77px;
    width: 100%;
    margin-right: 0;
  }
  /* .caixaIn {
    width: 270%;
  }
  .caixaSu {
    width: 270%;
  } */
}
/* @media (max-width: 750px) {
  .caixaIn {
    max-width: 550px;
  }
  .caixaSu {
    max-width: 550px;
  }
} */
@media (max-width: 576px) {
  .you p {
    margin-left: 30px;
    margin-right: 30px;
  }
  .you a {
    margin-left: 30px;
    margin-right: 30px;
    width: 150px;
  }
  .text3 {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* .caixaIn {
    width: 300%;
    justify-content: start;
  }
  .caixaSu {
    width: 300%;
  } */
  .aca {
    margin-left: 30px;
    margin-right: 30px;
    width: 250px;
  }
  .arr {
    margin-left: 30px;
    margin-right: 30px;
    width: 250px;
  }
  .imge {
    width: 100%;
  }
  .cada {
    width: 100%;
  }
  .tris {
    margin-top: -120px;
  }
  .dis {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
  .unid {
    margin-left: 20px;
    margin-right: 20px;
  }
  .unidade {
    margin-left: 20px;
    margin-right: 20px;
  }
  .speaker {
    margin-left: 20px;
    margin-right: 20px;
  }
  .caixasub {
    margin-left: 20px;
    margin-right: 20px;
  }
  .grad {
    display: none;
  }
  .fundo {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
  }
  .cartao {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* .rodape {
    padding-left: 20px;
    padding-right: 20px;
  } */
}
@media (max-width: 524px) {
  .alt {
    margin-bottom: 20px;
  }
}
@media (max-width: 475px) {
  .text2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ig {
    width: 280px;
  }
  .cada {
    width: 100%;
  }
}
@media (max-width: 417px) {
  .unid {
    width: 350px;
  }
  .unidade {
    width: 350px;
  }
  .speaker {
    width: 350px;
  }
  .caixasub {
    width: 350px;
  }
  .fundo {
    width: 350px;
  }
  .cartao {
    width: 350px;
  }
  .cada {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .cada {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .ig {
    width: 250px;
  }
  .dis {
    width: 400px;
  }
  .tris {
    width: 400px;
  }
  .linha {
    width: 400px;
  }
  .linhaSpeaker {
    width: 400px;
  }
  .lastCard {
    width: 400px;
  }
  .caixasub {
    margin-left: 25px;
  }
  .cada {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .cada {
    width: 100%;
  }
  .release {
    padding: 20px 15px;
  }
}
@media (max-width: 325px) {
  .cada {
    width: 100%;
  }
}
@media (max-width: 300px) {
  .sec {
    width: 270px;
  }
  .cada {
    width: 100%;
  }
  .imge {
    width: 300px;
  }
}
@media (max-width: 250px) {
  .cada {
    width: 100%;
  }
}
@media (max-width: 200px) {
  .cada {
    width: 100%;
  }
}
