@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-VariableFont_wght.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Italic-VariableFont_wght.ttf");
  font-style: italic;
}

@font-face {
  font-family: "gotham-rounded-light";
  src: url("gotham-rounded-light.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham-rounded-light";
  src: url("gotham-rounded-light-italic.otf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "gotham-rounded-book";
  src: url("gotham-rounded-book.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham-rounded-book";
  src: url("gotham-rounded-book-italic.otf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "gotham-rounded";
  src: url("gotham-rounded-medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham-rounded";
  src: url("gotham-rounded-medium-italic.otf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "gotham-rounded";
  src: url("gotham-rounded-bold.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "gotham-rounded";
  src: url("gotham-rounded-bold-italic.otf");
  font-weight: bold;
  font-style: italic;
}

:root {
  /* Colors */
  --roxo_primary: #421bbb;
  --roxo_rodape: #201747;
  --roxo_botao: #8f19fe;
  --roxo_borda_botao: #5e17e3;
  --roxo_fundo_footer: #2d127d;
  --roxo_fundo_inscricao: #e5cefb;
  --roxo_titulo: #0c06a3;
  --cinza_borda: #b0b0b0;
  --cinza_texto: #3c3c3c;
}
.area_limpa_header {
  width: 100%;
  height: 84px;
}

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
}

header .conteudo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 20px;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

header img {
  height: 60px;
}

header nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

header .icon-menu {
  width: 24px;
  height: 24px;
  display: none;
}

header nav a {
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  color: var(--roxo_primary);
  padding-bottom: 2px;
}

header nav a:nth-child(1) {
  display: none;
}

header nav a:hover {
  border-bottom: 2px solid var(--roxo_primary);
  padding-bottom: 0px;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  background-color: var(--roxo_fundo_footer);
  color: white;
  text-align: center;
  font-family: "gotham-rounded";
  font-size: 16px;
  font-weight: 400;
  gap: 48px;
}

footer .logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer img:nth-child(1) {
  height: 60px;
  padding-right: 48px;
  border-right: 1px solid white;
}

footer img:nth-child(2) {
  height: 40px;
  padding: 0px 48px;
}

footer img:nth-child(3) {
  height: 60px;
  padding-left: 48px;
  border-left: 1px solid white;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.apresentacao {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 667px;
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: center;
}

.apresentacao .logo {
  width: 376px;
}

.apresentacao p {
  width: 100%;
  max-width: 549px;
  padding: 20px;
  font-family: "gotham-rounded";
  color: white;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

.apresentacao button {
  padding: 16px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  color: var(--roxo_botao);
  background-color: white;
  border-radius: 40px;
  border: 0;
}

.areamaxima {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 32px 0px;
}

.areamaxima .titulo {
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 800;
  color: var(--roxo_titulo);
}

.areamaxima .colunas {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.areamaxima .colunas .coluna {
  flex: 1;
  height: auto;
  overflow-x: hidden;
}

.areamaxima .colunas .coluna.areaImagemn {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  height: 320px;
}

.areamaxima .colunas .areaImagemn img {
  height: 320px;
}

.areamaxima button {
  padding: 16px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  background-color: var(--roxo_botao);
  border-radius: 40px;
  border: 0;
  width: fit-content;
}

.areamaxima p {
  font-family: "gotham-rounded";
  font-size: 16px;
  line-height: 150%;
}

.azul {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--roxo_primary);
}

.azul .areamaxima {
  margin: 0;
}

.azul .areamaxima .titulo {
  color: white;
  margin-top: 22px;
}

.azul .areamaxima .colunas {
  margin-bottom: 22px;
}

.azul .areamaxima .colunas .areaImagemn img {
  height: 499px;
}

/*.azul .areamaxima .colunas .coluna.areaImagemn {
  height: 499px;
}*/

.azul .areamaxima p {
  color: white;
}

.azul .areamaxima .colunas .coluna:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: unset;
}

/* ---------------------------- */

.inscricao {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-top: 36px;
}

.inscricao .titulo_grande {
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 800;
  color: var(--roxo_titulo);
  margin-bottom: 36px;
}

.inscricao .area_inscricao {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 486px;
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px;
  margin-bottom: 36px;
}

.inscricao .titulo {
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Montserrat";
  color: var(--roxo_titulo);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
}

.inscricao .bloco_inscricao .titulo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: unset;
}

.inscricao button {
  padding: 16px 36px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  background-color: var(--roxo_botao);
  border-radius: 40px;
  border: 0;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
}

.inscricao .bloco_inscricao {
  width: 100%;
  max-width: 600px;
  border: 1px solid var(--cinza_borda);
  background-color: white;
  border-radius: 10px;
  padding: 20px 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inscricao .bloco_inscricao .detalhes {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 35px 0px;
}

.inscricao .bloco_inscricao .detalhes .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--cinza_texto);
}

.inscricao .bloco_inscricao .detalhes .item .parametro {
  font-weight: 800;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.inscricao .bloco_inscricao .detalhes .item .valor {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.inscricao .bloco_inscricao button {
  border: 2px solid var(--roxo_borda_botao);
  background-color: white;
  color: var(--roxo_borda_botao);
  padding: 16px;
}

.inscricao .area_proximos_encontros {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 28px;
}

.inscricao .area_proximos_encontros .bloco_inscricao {
  max-width: 438px;
  border: 1px solid var(--cinza_borda);
  background-color: var(--roxo_fundo_inscricao);
}

.bloco_escuro_modal {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloco_escuro_modal .minha_modal {
  width: calc(100% - 40px);
  max-width: 680px;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 8px 24px 0px #00000033;
  overflow-y: auto;
  align-items: flex-end;
}

.bloco_escuro_modal .minha_modal .cabecalho {
  width: 100%;
  color: var(--roxo_titulo);
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cinza_borda);
  margin-bottom: 20px;
}

.bloco_escuro_modal .minha_modal .cabecalho button {
  border: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: var(--cinza_texto);
  cursor: pointer;
}

/* Área de edição */

.bloco_escuro_modal .minha_modal .conteudo {
  font-family: "Montserrat";
  width: 100%;
  font-size: 16px;
  font-family: "gotham-rounded";
  border-bottom: 1px solid var(--cinza_borda);
  margin-bottom: 48px;
}

.bloco_escuro_modal .minha_modal .conteudo p {
  margin-bottom: 48px;
}

.bloco_escuro_modal .minha_modal .conteudo ul {
  margin-bottom: 48px;
}

.bloco_escuro_modal .minha_modal .conteudo h2 {
  color: var(--roxo_titulo);
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
}

.bloco_escuro_modal .minha_modal .conteudo h3 {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}

.bloco_escuro_modal .minha_modal .conteudo img {
  width: 160px;
  border-radius: 12px;
  margin: 5px;
}

/* fim Área de edição */

.bloco_escuro_modal .minha_modal .alerta {
  width: 100%;
  font-size: 14px;
  font-family: "gotham-rounded";
}

.bloco_escuro_modal .minha_modal button {
  padding: 16px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  background-color: var(--roxo_botao);
  border-radius: 40px;
  border: 0;
  width: fit-content;
}

@media (max-width: 768px) {
  header nav a:nth-child(1) {
    display: unset;
    position: absolute;
    z-index: 1003;
    top: 50px;
    right: 50px;
  }

  header .icon-menu {
    display: unset;
  }

  header nav {
    display: none;
  }

  header nav.show {
    z-index: 1002;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
  }

  footer .logos {
    flex-direction: column;
    gap: 48px;
  }

  footer img:nth-child(1) {
    padding-right: 0px;
    border-right: 0px solid white;
  }

  footer img:nth-child(2) {
    padding: 0px 0px;
  }

  footer img:nth-child(3) {
    padding-left: 0px;
    border-left: 0px solid white;
  }

  .apresentacao .logo {
    width: 250px;
  }
  .areamaxima .colunas {
    flex-direction: column-reverse;
  }

  .areamaxima .colunas .coluna {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .areamaxima .colunas .coluna.areaImagemn {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    height: unset;
  }

  .areamaxima .colunas .areaImagemn img {
    width: 100%;
    height: fit-content;
  }

  .inscricao .area_proximos_encontros {
    flex-direction: column;
    padding: 0px 20px;
  }

  .azul .areamaxima .colunas .areaImagemn img {
    width: 100%;
    height: fit-content;
  }

  .azul .areamaxima .colunas .coluna.areaImagemn {
    height: fit-content;
  }

  .azul .areamaxima .colunas .coluna:nth-child(1) {
    padding-bottom: 36px;
  }
}
