/*  SHARP GROTESK */
@font-face {
    font-family: 'Sharp Grotesk 20';
    src: url('fonts/SharpGrotesk-MediumItalic20.woff2') format('woff2'),
        url('fonts/SharpGrotesk-MediumItalic20.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Sharp Grotesk 25';
    src: url('fonts/SharpGrotesk-Medium25.woff2') format('woff2'),
        url('fonts/SharpGrotesk-Medium25.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sharp Grotesk 20';
    src: url('fonts/SharpGrotesk-Medium20.woff2') format('woff2'),
        url('fonts/SharpGrotesk-Medium20.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sharp Grotesk 15';
    src: url('fonts/SharpGrotesk-MediumItalic15.woff2') format('woff2'),
        url('fonts/SharpGrotesk-MediumItalic15.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Sharp Grotesk 15';
    src: url('fonts/SharpGrotesk-Medium15.woff2') format('woff2'),
        url('fonts/SharpGrotesk-Medium15.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/*  DECK  */
@font-face {
    font-family: 'Deck';
    src: url('fonts/Deck-Bold.woff2') format('woff2'),
        url('fonts/Deck-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Deck';
    src: url('fonts/Deck-BoldIt.woff2') format('woff2'),
        url('fonts/Deck-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Deck';
    src: url('fonts/Deck-RegIt.woff2') format('woff2'),
        url('fonts/Deck-RegIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Deck';
    src: url('fonts/Deck-Reg.woff2') format('woff2'),
        url('fonts/Deck-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



*{
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html{
  overflow-x: hidden;
}

a{
  color: inherit;
  text-decoration: none;
}

p a:hover{
  text-decoration: underline;
  cursor: pointer;
}

a img{
  border: none;
}

html,
body {
  font-size: 62.5%;
  width: 100vw;
  padding: 0;
  margin: 0;
  font-family: 'Deck', sans-serif;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.grid {
  display: grid;
  column-gap: 30px;
}

.grid-template-columns {
  grid-template-columns: 200px 200px;
}

.grid-template-columns-3 {
  grid-template-columns: 1fr 2fr 1fr;
}

.grid-template-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-template-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-template-columns-12 {
  grid-template-columns: repeat(12, 1fr);
}

.destaque-turqueza {
  font-weight: bold;
  color: ##33b7b9;
}

.destaque-laranja {
  font-weight: bold;
  color: #f15a24;
}

.destaque-amarelo {
  font-weight: bold;
  color: #f7a720;
}

#ingressos #button_inscricao {
  margin-top: 2em;
  background-color: #f25a24;
  border: 0 none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Sharp Grotesk 20', sans-serif;
  padding: 1em;
  font-size: 1.3em;
  color: #fff;
  cursor: pointer;
}

header {
  position: absolute;
  width: 100vw;
  overflow: hidden;
  z-index: 10;
}

#header-dark {
  z-index: 10;
  /*background-color: red;*/
}

#header-light {
  z-index: 11;
  /*background-color: blue;*/
}

/*.getdarkmenu {
  position: relative;
  z-index: 11;
}*/

header .container {
  display: grid;
  padding-top: 20px;
  grid-template-columns: 3fr 9fr;
}

#header-logo {

}

#header-menu {
  margin-top: 27px;
  text-align: right;
}

#header-menu ul {
  text-align: right;
}

#header-menu ul li {
  display: inline;
  margin-left: 2em;
  font-size: 2.4em;
  color: #fff;
}

#header-dark #header-menu ul li {
  color: #000;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
}

@supports (-webkit-appearance:none) {
    .fullscreen {
      min-height: calc(100vh - 56px);
    }
  }

#welcome.fullscreen {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: #000;
}

#welcome h1 {
  position: absolute;
  width: 100%;
  top: calc(50vh - 2em);
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 7.2em;
  text-align: center;
  line-height: 1.2em;
  color: #fff;
  z-index: 2;
}

#welcome #data-evento {
  position: absolute;
  width: 100%;
  top: calc(50vh - 2em);
  margin-top: 4em;
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 3.6em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#welcome #welcome-video {
  position: relative;
  opacity: 0.81;
  z-index: 1;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

@keyframes scroll-down_bounce {
  0% {transform: translateY(0);}
  50% {transform: translateY(10px);}
  100% {transform: translateY(0);}
}

#welcome #scroll-down {
  position: absolute;
  bottom: 6em;
  left: calc(50vw - 31px);
  z-index: 2;
  animation: scroll-down_bounce 2s ease-in infinite;
}

.lines {
  position: absolute;
  width: 6px;
  background-color: #707070;
  z-index: 1;
}

#line-1.lines {
  top: 100vh;
  right: 20vw;
  height: 550px;
}

#line-2.lines {
  top: calc(100vh + 550px - 12px);
  right: calc(20vw + 24px);
  height: 70px;
  transform: rotate(45deg);
}

#line-3.lines {
  top: calc(100vh + 550px + 53.74px - 10px);
  right: calc(20vw + 53.74px - 5px);
  height: 6px;
  width: 900px;
}

#line-4.lines {
  top: calc(100vh + 550px + 53.74px - 10px);
  right: calc(20vw + 53.74px - 5px + 900px);
  height: 60px;
}

#line-5.lines {
  top: 0;
  right: calc(20vw + 53.74px - 5px + 900px);
  height: 92px;
}

#line-6.lines {
  top: 92px;
  right: calc(20vw + 53.74px + 1px + 100px);
  height: 6px;
  width: 800px;
}

#line-7.lines {
  top: 88px;
  right: calc(20vw + 53.74px + 86px);
  height: 40px;
  transform: rotate(-45deg);
}

#line-8.lines {
  top: 120px;
  right: calc(20vw + 53.74px + 72px);
  height: 1425px;
}

#line-9.lines {
  display: none;
  margin-top: calc(-10em - 60px);
  right: calc(20vw + 53.74px - 5px + 900px + 60px);
  height: 150px;
  transform: rotate(45deg);
  z-index: 1;
}

#line-10.lines {
  display: none;
  margin-top: 4px;
  right: calc(20vw + 53.74px + 800px + 207px);
  height: 422px;
  z-index: 1;
}

#sobre {
  padding: 12em 0 19.7em 0;
  background-color: #f4eee7;
  overflow: hidden;
}

#sobre #logo_frase {
  grid-template-columns: 1fr 11fr;
  margin-bottom: 6em;
}

#sobre #logo_frase img {
  height: 90px;
}

#sobre #logo_frase h2 {
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 4.2em;
  line-height: 1.5em;
  text-align: right;
  color: #989489;
  background-color: #f4eee7;
  z-index: 2;
}

#sobre #texto_imagem {
  position: relative;
  grid-template-columns: 7fr 5fr;
  z-index: 4;
}

#sobre #texto_imagem #texto-sobre p {
  font-size: 2.4em;
  line-height: 1.8em;
  color: #333;
}

#sobre #texto_imagem img {
  width: 100%;
  box-shadow: 20px -20px 0 0 rgba(0,0,0,0.22);
}

#sobre #mapa-contorno {
  position: absolute;
  height: 600px;
  top: calc(100vh + 10em);
  right: -100px;
  z-index: 3;
}

#alicerces {
  position: relative;
  padding: 12em 0;
  background-color: #211610;
  z-index: 4;
}

#alicerces h2 {
  margin-bottom: 4em;
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 4.2em;
  line-height: 1.5em;
  text-align: left;
  color: #989489;
}

#alicerces .texto {
  position: absolute;
}

#alicerces .texto h3 {
  font-family: 'Sharp Grotesk 20', sans-serif;
  font-size: 5.6em;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

#alicerces .texto p {
  margin-top: 1.5em;
  font-family: 'Deck', sans-serif;
  font-size: 2.4em;
  line-height: 2em;
  color: #fff;
}

#alicerces img {
  position: relative;
  width: 600px;
  opacity: 0.66;
}

#alicerces #fora,
#alicerces #dentro,
#alicerces #linha {
  position: relative;
}

#alicerces #fora .texto {
  left: 500px;
  margin-top: -618px;
  z-index: 7;
}

#alicerces #dentro {
  margin-top: -200px;
  text-align: right;
  z-index: 6;
}

#alicerces #dentro img {
  right: 0;
}

#alicerces #dentro .texto {
  right: 500px;
  margin-top: -400px;
  text-align: right;
}

#alicerces #linha {
  margin-top: -10px;
  z-index: 6;
}

#alicerces #linha .texto {
  width: 350px;
  left: 500px;
  margin-top: -250px;
}

#alicerces #projeto {
  position: relative;
  margin-right: 30px;
  text-align: right;
  z-index: 6;
}

#alicerces #projeto a img {
  width: initial;
  transition: transform 0.25s ease-in;
}

#alicerces #projeto a:hover img {
  transform: translateX(24px);
}

#alicerces #projeto p {
  position: absolute;
  width: 240px;
  right: 240px;
  margin-top: 1.5em;
  font-family: 'Sharp Grotesk 20', sans-serif;
  font-size: 4.2em;
  font-style: italic;
  line-height: 1.5em;
  color: #939393;
}

#alicerces #mapa-contorno {
  position: absolute;
  height: 600px;
  right: -100px;
  margin-top: -540px;
  z-index: 5;
}

#comunicado {
  position: relative;
  padding: 12em 0;
  background-color: #02425f;
  z-index: 4;
}

#comunicado .container {
  font-family: 'Deck', sans-serif;
  font-size: 2.4em;
  line-height: 2em;
  color: #fff;
  text-align: left;
}

#comunicado h2 {
  margin-bottom: 1em;
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
}

#ingressos {
  position: relative;
  padding: 12em 0;
  background-color: #004e70;
  z-index: 4;
}

#ingressos .container {
  font-family: 'Deck', sans-serif;
  font-size: 2.4em;
  line-height: 2em;
  color: #fff;
  text-align: center;
}

#ingressos h2 {
  margin-bottom: 1em;
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
}

#ingresssos #button_inscricao {
  margin-top: 2em;
  background-color: #f25a24;
  border: 0 none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Sharp Grotesk 20', sans-serif;
  padding: 1em;
  font-size: 1.3em;
  color: #fff;
  cursor: pointer;
}

#ingressos #texto_depassaporte p {
  margin-top: 2em;
}

#ingressos #texto_depassaporte img {
  margin-right: 2em;
  vertical-align: middle;
}

#ingressos #texto_depassaporte strong {
  text-decoration: underline;
}

#editais {
  position: relative;
  padding: 12em 0;
  background-color: #fff;
  z-index: 4;
}

#editais h2 {
  margin-bottom: 2em;
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 6.4em;
  text-align: center;
  color: #333;
}

#editais h2 span {
  position: relative;
  padding: 0 1em;
  background-color: #fff;
  z-index: 2;
}

#editais #lista_frase {
  grid-template-columns: 9fr 3fr;
}

#editais #lista_frase #frase {
  margin-top: 100px;
}

#editais #lista_frase #frase div {
  position: relative;
  padding: 8em 0;
  background-color: #fff;
  z-index: 2;
}

#editais #lista_frase #frase h3 {
  margin-bottom: 1em;
  font-family: 'Sharp Grotesk 20', sans-serif;
  font-size: 4.8em;
  font-style: italic;
  line-height: 1.5em;
  color: #333;
}

#editais #lista_frase #frase p {
  font-family: 'Deck', sans-serif;
  font-size: 2.4em;
  color: #333;
}

#editais #lista_frase #lista {
  grid-template-columns: repeat(3, 3fr);
  column-gap: 15px;
}

#editais #lista_frase #lista a {
  padding: 1em;
  border: solid 3px #33B7B9;
  height: 240px;
  margin-bottom: 15px;
  font-family: 'Sharp Grotesk 15', sans-serif;
  font-size: 4.8em;
  background-color: transparent;
  transition: background-color 0.1s ease-in;
}

#editais #lista_frase #lista a:hover {
  color: #fff;
  background-color: #33B7B9;
}

#equipe {
  position: relative;
  padding-top: 6em;
  background-color: #eceae6;
  z-index: 2;
}

#equipe p {
  max-width: 700px;
  font-size: 2.4em;
  line-height: 2em;
  color: #333;
}

#equipe #tabs {
  margin-top: 2em;
  grid-template-columns: repeat(4, 3fr);
}

#equipe #tabs {
  font-family: 'Sharp Grotesk 15', sans-serif;
  font-size: 3.6em;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}

#equipe #tabs .tab {
  padding: 0.5em 0;
  cursor: pointer;
}

#equipe #tabs .tab.active {
  border-bottom: solid 6px #333;
  cursor: default;
}

#equipe #pessoas {
  padding: 4em 0;
  background-color: #dedddb;
}

#equipe #pessoas .lista {
  display: none;
  grid-template-columns: repeat(4, 3fr);
}

#equipe #pessoas .lista.active {
  display: grid;
}

#equipe #pessoas .lista .pessoa {
  height: 360px;
  margin-bottom: 30px;
  background-color: #fff;
  border: solid 2px #333;
}

#equipe #pessoas .lista .pessoa .foto {
  height: 240px;
  background-position: center;
  background-size: cover;
  border-bottom: solid 2px #333;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

#equipe #pessoas .lista .pessoa .info {
  padding: 15px;
}

#equipe #pessoas .lista .pessoa .info .nome {
  display: block;
  font-family: 'Sharp Grotesk 15', sans-serif;
  font-size: 3.6em;
}

#equipe #pessoas .lista .pessoa .info .papel {
  display: block;
  margin-top: 8px;
  font-family: 'Sharp Grotesk 15', sans-serif;
  font-size: 2.4em;
}

#equipe #pessoas .lista .pessoa .info .redes {
  display: inline-block;
  margin-top: 8px;
  margin-right: 12px;
  font-family: 'Deck', sans-serif;
  font-size: 1.6em;
  color: #808080;
}

#equipe #pessoas .lista .pessoa .info .redes img {
  width: 16px;
  vertical-align: middle;
  opacity: 0.5;
}

#contato {
  padding: 10em 0;
  background-color: #cdcece;
}

#contato #texto_formulario {
  grid-template-columns: 6fr 6fr;
  grid-gap: 30px;
}

#contato #texto_formulario #texto {
  position: relative;
  padding: 2em;
  font-size: 2.4em;
  line-height: 2em;
  color: #333;
  background-color: #cdcece;
  z-index: 2;
}

#contato #texto_formulario #texto p {
  margin-bottom: 1.5em;
}

#contato #texto_formulario #texto img {
  margin-right: 1.5em;
}

#contato #texto_formulario #contato_form {
  width: 100%;
  margin-top: 6em;
  text-align: right;
}

#contato #texto_formulario #contato_form input,
#contato #texto_formulario #contato_form textarea {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  font-family: 'Deck', sans-serif;
  font-size: 2.4em;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px #707070;
  transition: background-color 0.2s ease-out;
}

#contato #texto_formulario #contato_form input:focus,
#contato #texto_formulario #contato_form textarea:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

#contato #texto_formulario #contato_form textarea {
  min-height: 10em;
  resize: vertical;
}

#contato #texto_formulario #contato_form button {
  font-family: 'Sharp Grotesk 20', sans-serif;
  font-size: 3.6em;
  font-style: italic;
  background: none;
  border: 0 none;
  cursor: pointer;
}

#contato #texto_formulario #contato_form input.input_error,
#contato #texto_formulario #contato_form textarea.input_error {
  border: solid 2px #e66262;
}

#mail-status {
  text-align: left;
  margin-top: 2em;
  font-size: 2.4em;
}

#mail-status p {
  padding: 1em;
  line-height: 2;
}

#mail-status .success {
  background-color: rgba(196, 236, 196, 0.3);
  color: #008000;
  border: solid 2px #008000;
}

#mail-status .error {
  background-color: rgba(128, 24, 0, 0.1);
  color: #801800;
  border: solid 2px #801800;
}

#parceiros .grid {
  grid-template-columns: repeat(3, 3fr);
  column-gap: 40px;
  text-align: center;
}

#parceiros h3 {
  margin: 2em 0;
  font-family: 'Sharp Grotesk 25', sans-serif;
  font-size: 3em;
  text-transform: uppercase;
}

#parceiros img {
  max-width: 200px;
  height: auto;
  margin-bottom: 40px;
}

@media (min-aspect-ratio: 16/9) {
  #welcome-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #welcome-video {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 1400px) {

  #line-6.lines {
    right: calc(20vw + 53.74px + 1px + 100px - 200px);
    width: 1000px;
  }

  #line-7.lines {
    right: calc(20vw + 53.74px + 86px - 200px);
  }

  #line-8.lines {
    right: calc(20vw + 53.74px + 72px - 200px);
  }

  #line-9.lines {
    right: calc(20vw + 53.74px - 5px + 810px + 60px);
  }

  #line-10.lines {
    right: calc(20vw + 53.74px + 710px + 207px);
  }

}

@media (max-width: 1280px) {

  #line-3.lines {
    width: 700px;
  }

  #line-4.lines {
    right: calc(20vw + 53.74px - 5px + 900px - 200px);
  }

  #line-5.lines {
    right: calc(20vw + 53.74px - 5px + 900px - 200px);
  }

  #line-6.lines {
    right: calc(20vw + 53.74px + 1px + 100px - 200px);
    width: 800px;
  }

  #line-9.lines {
    right: calc(20vw + 53.74px - 5px + 785px + 60px);
  }

  #line-10.lines {
    right: calc(20vw + 53.74px + 685px + 207px);
  }

  #alicerces #fora img,
  #alicerces #dentro img,
  #alicerces #linha img {
    width: 400px;
  }

  #alicerces #fora .texto {
    max-width: 450px;
    left: 300px;
    margin-top: -418px;
  }

  #alicerces #dentro .texto {
    max-width: 300px;
    right: 300px;
    margin-top: -250px;
  }

  #alicerces #linha .texto {
    max-width: 450px;
    left: 300px;
    margin-top: -80px;
  }

}

@media (max-width: 1020px) {

  #line-1.lines {
    height: calc(550px + 50px);
  }

  #line-2.lines {
    top: calc(100vh + 550px - 12px + 50px);
  }

  #line-3.lines {
    top: calc(100vh + 550px + 53.74px - 10px + 50px);
  }

  #line-4.lines {
    top: calc(100vh + 550px + 53.74px - 10px + 50px);
  }

}

@media (max-width: 980px) {

  #line-3.lines {
    width: 600px;
  }

  #line-4.lines {
    right: calc(20vw + 53.74px - 5px + 900px - 300px);
  }

  #line-5.lines {
    right: calc(20vw + 53.74px - 5px + 900px - 300px);
  }

  #line-6.lines {
    width: 700px;
  }

  #alicerces #fora img,
  #alicerces #dentro img,
  #alicerces #linha img {
    width: 300px;
  }

  #alicerces #fora .texto {
    max-width: 300px;
    left: 100px;
    margin-top: -300px;
  }

  #alicerces #dentro .texto {
    max-width: 300px;
    right: 100px;
    margin-top: -150px;
  }

  #alicerces #linha .texto {
    max-width: 450px;
    left: 100px;
    margin-top: -150px;
  }

}

@media (max-width: 880px) {

  #line-4.lines {
    height: 75px;
  }

  #alicerces h2 {
    margin-bottom: 2em;
  }

  #alicerces #fora .texto {
    top: initial !important;
    left: 330px;
    margin-top: -300px;
  }

  #alicerces #dentro {
   margin-top: 50px;
  }

  #alicerces #dentro .texto {
   top: initial !important;
   right: 330px;
   margin-top: -300px;
  }

  #alicerces #linha {
   margin-top: 50px;
  }

  #alicerces #linha .texto {
   top: initial !important;
   left: 330px;
   margin-top: -300px;
  }

}

@media (max-width: 845px) {

  .grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
  }

  #logo_frase.grid,
  #lista.grid,
  #tabs.grid {
    display: grid;
    flex-direction: none;
  }

  .lines {
    display: none;
  }

  #sobre {
    padding-bottom: 5em;
  }

  #sobre #mapa-contorno {
    display: none;
  }

  #sobre #texto_imagem #texto-sobre {
    margin-bottom: 6em;
  }

  #sobre #texto_imagem img {
    max-width: 90%;
    margin: 0 auto;
  }

  #editais h2 {
    margin-bottom: 0;
  }

  #editais #lista_frase {
    flex-direction: column-reverse;
  }

  #editais #lista_frase #frase {
    margin-top: 0;
  }

  #equipe #pessoas .lista {
    grid-template-columns: repeat(3, 4fr);
  }

}

@media (max-width: 720px) {

  #header-menu {
    display: none;
  }

  #welcome h1 {
    width: 100%;
    font-size: 5.2em;
    top: 200px;
  }

  #welcome #data-evento {
    top: unset;
    bottom: 6em;
  }

  #alicerces img {
    margin: 0 auto;
  }

  #alicerces .texto,
  #alicerces #fora .texto,
  #alicerces #dentro .texto,
  #alicerces #linha .texto {
    display: block;
    margin: -3.5em auto 2em;
    width: calc(100% - 30px);
    max-width: 500px;
    left: 0px;
    position: relative;
  }

}

@media (max-width: 660px) {

  #editais #lista_frase #lista {
    grid-template-columns: repeat(2, 6fr);
  }

  #equipe #pessoas .lista {
    grid-template-columns: repeat(2, 6fr);
  }

  #equipe #pessoas .lista .pessoa {
    height: auto;
  }

  #equipe #pessoas .lista .pessoa .foto {
    height: 260px;
  }

}

@media (max-width: 560px) {

  #alicerces #projeto p {
    left: 30px;
    font-size: 4.2em;
    text-align: left;
  }

  #alicerces #projeto a img {
    width: 110px;
    margin-top: 4.5em;
  }

  #equipe #tabs {
    grid-template-columns: repeat(2, 6fr);
  }

  #equipe #tabs .tab {
    padding: 0.2em 0;
    margin-bottom: 1em;
    border-bottom: solid 6px transparent;
  }

  #equipe #pessoas .lista {
    column-gap: 15px;
  }

}

@media (max-width: 430px) {

  #alicerces #projeto p {
    font-size: 3.2em;
  }

  #alicerces #projeto a img {
    width: 80px;
  }

  #editais #lista_frase #lista a {
    height: 180px;
    padding: 0.5em;
  }

}

@media (max-width: 400px) {

  #editais #lista_frase #lista a {
    font-size: 3.6em;
  }

  #equipe #pessoas .lista.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    max-width: 300px;
  }

}
