.menulista {
  width: -moz-fit-content;
  width: fit-content;
}

ul {
  list-style: none;
  cursor: pointer;
  margin-left: 5%;
}

ul li {
  font-size: 3rem;
  line-height: 5rem;
  cursor: pointer;
  color: rgb(0, 0, 0);
  transition: 0.2s ease;
  font-family: Geogrotesque;
}

ul li a {
  text-decoration: none;
  color: inherit;
  font-family: Geogrotesque;
}

.nohovered {
  cursor: pointer;
  line-height: 5rem;
  color: rgb(155, 155, 155);
  transform: translateX(-1rem);
  transition: 0.2s ease;
}

/*idiomas*/
.idiomas {
  width: 100%;
  display: flexbox;
  justify-content: end;
  gap: 20px;
}
.idiomas ul {
  display: flex;
  gap: 5%;
  justify-content: end;
}
.idiomas ul li {
  font-size: 1.5rem;
}

.idiomas_nohovered {
  cursor: pointer;
  color: rgb(155, 155, 155);
  transform: translatey(1rem);
  transition: 0.2s ease;
}

.close_btn {
  display: none;
}

@media (max-width: 2330px) {
  .idiomas {
    margin-bottom: 5%;
  }
  .idiomas ul {
    justify-content: start;
    gap: 5%;
  }
  .idiomas ul li {
    font-size: 1.1rem;
  }
  ul {
    list-style: none;
    cursor: pointer;
    margin-left: 0;
  }
  ul li {
    display: flex;
    font-size: 3rem;
    line-height: 5rem;
    cursor: pointer;
    color: rgb(0, 0, 0);
    transition: 0.2s ease;
    font-family: Geogrotesque;
  }
}
@media (max-width: 1080px) {
  .idiomas {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .idiomas ul {
    display: flexbox;
    gap: 20px;
  }
  .idiomas ul li {
    display: flex;
    font-size: 1rem;
    line-height: 5rem;
    cursor: pointer;
    color: rgb(0, 0, 0);
    transition: 0.2s ease;
    font-family: Geogrotesque;
    font-size: 1.8rem;
    line-height: 4rem;
  }
  .close_btn {
    align-items: center;
    display: block;
    width: 20px;
    cursor: pointer;
    transition: 0.2s ease;
  }
  .close_btn:hover {
    scale: 1.5;
    transition: 0.2s ease;
  }
  ul li {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  .nohovered {
    line-height: 4rem;
    transform: translateX(-0.5rem);
  }
}
@media (max-width: 768px) {
  .idiomas {
    width: 500px;
  }
  ul li {
    font-size: 1.8rem;
    line-height: 4rem;
  }
  .idiomas {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .idiomas ul {
    display: flexbox;
    gap: 20px;
  }
  .idiomas ul li {
    display: flex;
    font-size: 1rem;
    line-height: 5rem;
    cursor: pointer;
    color: rgb(0, 0, 0);
    transition: 0.2s ease;
    font-family: Geogrotesque;
    font-size: 1.2rem;
    line-height: 4rem;
  }
  .close_btn {
    align-items: center;
    display: block;
    width: 20px;
    cursor: pointer;
  }
  .close_btn:hover {
    scale: 1.5;
    transition: 0.2s ease;
  }
}
.menulistafooter {
  width: -moz-fit-content;
  width: fit-content;
}

.menufooter ul {
  list-style: none;
  cursor: pointer;
  margin-left: 5%;
}

.menufooter ul li {
  font-size: 3rem;
  line-height: 5rem;
  cursor: pointer;
  color: rgb(255, 255, 255);
  transition: 0.2s ease;
  font-family: Geogrotesque;
}

ul li a {
  text-decoration: none;
  color: inherit;
  font-family: Geogrotesque;
}

.menufooter .nohovered {
  cursor: pointer;
  line-height: 5rem;
  color: rgb(155, 155, 155);
  transform: translateX(-1rem);
  transition: 0.2s ease;
}

@media (max-width: 1080px) {
  .menufooter ul li {
    font-size: 1.8rem;
    line-height: 4rem;
  }
  .menufooter .nohovered {
    line-height: 4rem;
    transform: translateX(-0.5rem);
  }
}
svg {
  cursor: pointer;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.container_frase3 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(28, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  max-width: 60%;
  height: 1556px;
  justify-self: center;
}
.container_frase3 img {
  max-width: 100%;
  height: auto;
}

.frase3_h1 {
  font-family: GeogrotesqueLight;
  font-size: clamp(8rem, 7vw, 10vw);
}

.item1,
.item2,
.item3,
.item4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item1 {
  background-image: url(../imgs/image.png);
  grid-column: 2/5;
  grid-row: 2/16;
}

.item2 {
  background-image: url(../imgs/image-1.png);
  grid-column: 8/10;
  grid-row: 1/6;
}

.item3 {
  background-image: url(../equipe/equipe/imgs/piao_mesa_01.gif);
  grid-column: 10/12;
  grid-row: 13/16;
}

.item4 {
  background-image: url(../imgs/image-3.png);
  grid-column: 4/5;
  grid-row: 21/23;
}

.item5 {
  display: flex;
  flex: wrap;
  grid-column: 5/10;
  grid-row: 19/26;
}

@media (max-width: 1080px) {
  .container_frase3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 5% 10%;
  }
  .container_frase3 > div {
    flex-grow: 1;
  }
  .frase3_h1 {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .container_frase3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 60vw;
  }
  .container_frase3 > div {
    flex-grow: 1;
  }
  .frase3_h1 {
    font-family: GeogrotesqueLight;
    font-size: 25dvw;
  }
}
.textcontainer_rolagem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  background-color: none;
  margin: 5%;
}

.textcontainer_rolagem h1 {
  font-size: clamp(6rem, 2vw, 10vw);
  font-family: GeogrotesqueLight;
  color: white;
}

.textcontainer_rolagem p {
  font-family: Geogrotesque;
  color: white;
}

.textcontainer_rolagem button {
  cursor: pointer;
  width: 167px;
  height: 50px;
  background-color: transparent;
  border: 1px solid white;
  font-family: Geogrotesque;
  color: white;
  font-size: larger;
  transition: 0.2s ease;
}
.textcontainer_rolagem button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.container_rolagem {
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #333;
}

.container_rolagem::-webkit-scrollbar {
  width: 20px;
  visibility: 1;
}

.imagem1,
.imagem2,
.imagem3 {
  display: flex;
  max-width: 100%;
  height: 1200px;
  align-items: end;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.imagem1 {
  background-image: url(../imgs/bannerrolagem_image.png);
}

.imagem2 {
  background-image: url(../imgs/bannerrolagem_image-1.png);
}

.imagem3 {
  background-image: url(../imgs/bannerrolagemimage-2.png);
}

@media (max-width: 1120px) {
  .container_rolagem {
    display: flex;
    flex-direction: column;
    max-width: 100dvw;
    height: 1200px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #333;
  }
  .textcontainer_rolagem {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 200px 20px;
  }
  .textcontainer_rolagem h1 {
    margin-bottom: 8%;
  }
}
@media (max-width: 768px) {
  .textcontainer_rolagem h1 {
    font-size: 20vw;
    font-family: GeogrotesqueLight;
    color: white;
  }
}
@font-face {
  font-family: GeogrotesqueLight;
  src: url(../fonts/GeogrotesqueTRIAL-Th.otf);
}
h1 {
  font-size: 4rem;
  text-align: left;
  line-height: 2ch;
  font-family: GeogrotesqueLight;
}

#frase4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: none;
  padding: 8% 0 8% 0;
  margin-bottom: 8%;
}

.frase4_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: space-between;
  width: 60%;
  background-color: none;
  gap: 8%;
  justify-self: start;
}
.frase4_container img {
  max-width: 100%;
  height: auto;
}

.frase4_txt_frame {
  display: flex;
  align-items: top;
  gap: 8%;
}

.frase4_img {
  margin-bottom: 8%;
  display: flex;
  align-items: center;
  max-width: 40%;
  height: 100%;
}
.frase4_img img {
  width: 100%;
  height: auto;
}

.frase4_img_txt {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.frase4_gif {
  display: flex;
  justify-content: end;
}

.frase4_texto {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: end;
}

.frase4_texto_grande {
  display: flex;
  flex: 1;
  max-width: 35%;
}

.frase4_txt_btn {
  display: flex;
  flex: 2;
  flex-direction: column;
}

.container_gif {
  margin-bottom: 8%;
  align-items: start;
  overflow: hidden;
}
.container_gif img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1300px) {
  .frase4_texto {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: start;
    gap: 8%;
  }
  .frase4_txt_btn {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .frase4_gif {
    display: flex;
    flex: 1;
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .frase4_texto {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: start;
    gap: 8%;
  }
  .frase4_txt_btn {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 100%;
  }
  .frase4_gif {
    display: flex;
    flex: 1;
    justify-content: start;
  }
  .frase4_container_gif {
    margin-bottom: 8%;
    align-items: start;
    max-width: 60%;
  }
  #frase4 h1 {
    font-size: 5rem;
    line-height: 4rem;
  }
}
/*deletar mixins */
#premios {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  padding-bottom: 8%;
  padding-top: 8%;
  border-top: 1px solid black;
}
#premios img {
  max-width: 100%;
  height: auto;
}

.line1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  background-color: none;
}

.premios_textobotao {
  max-width: 12%;
  padding-left: 2%;
}

@media (max-width: 1900px) {
  .premios_textobotao {
    max-width: 100%;
  }
  .line1 {
    max-width: 80%;
  }
  .de_design {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  #premios > div {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20rem;
  }
  .line1 {
    padding-left: 10%;
  }
}
@font-face {
  font-family: GeogrotesqueLight;
  src: url(../fonts/GeogrotesqueTRIAL-Th.otf);
}
/* Menu Topo */
header {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.containermenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  background-color: none;
  padding: 2vh 0 2vh 0;
  position: absolute;
  z-index: 2;
}
.containermenu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  transition: 0.2s ease;
}

.containermenu_active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 1px;
  transition: 0.2s ease;
  opacity: 0%;
}

.logotop {
  cursor: pointer;
}

/* Banner Principal */
.mainbanner {
  display: flex;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s ease;
  position: relative;
  background-image: url(../imgs/Banner.png);
  align-items: end;
}

.mainbanner_ativo {
  transition: 0.5s ease;
  display: flex;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url(../imgs/BannerMenu.png);
  opacity: 1;
  align-items: start;
}

.box_menu {
  transition: 0.5s ease;
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 20%;
  height: 100%;
  padding: 100px;
  background-color: rgb(255, 255, 255);
  transform: translatex(-200%);
}

.box_menu_ativo {
  transition: 0.5s ease;
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 20%;
  height: 100%;
  padding: 100px;
  background-color: rgb(255, 255, 255);
  transform: translatex(0);
}

.menubox_logo {
  top: 50%;
  left: 4.5%;
  width: 10%;
  transition: 0.5s ease;
  z-index: 4;
  display: none;
}

.text_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: none;
  margin-bottom: 5%;
}

.text_frame {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 40%;
  background-color: none;
  gap: 5%;
}

.frase_principal {
  display: flex;
  flex-wrap: wrap;
}

.texto_menor {
  display: flex;
  flex-wrap: wrap;
  width: 20%;
}

.text_container_ativo {
  display: none;
}

.container_menu {
  width: 80%;
}

@media (max-width: 2330px) {
  .box_menu_ativo {
    transition: 0.5s ease;
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 40%;
    height: 100%;
    padding: 100px;
    background-color: rgb(255, 255, 255);
    transform: translatex(0);
  }
}
@media (max-width: 1080px) {
  .box_menu {
    transition: 0.5s ease;
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 100px;
    background-color: rgb(255, 255, 255);
    transform: translatey(-200%);
  }
  .box_menu_ativo {
    transition: 0.5s ease;
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 100px;
    background-color: rgb(255, 255, 255);
    transform: translatey(0);
  }
  .menubox_logo_ativo {
    cursor: pointer;
    margin-top: 2vh;
    width: 15vw;
    transition: 0.5s ease;
    z-index: 5;
    display: block;
  }
  .container_menu {
    position: absolute;
    width: 80%;
  }
}
@media (max-width: 1600px) {
  .menubox_logo_ativo {
    width: 30vw;
  }
  .text_container {
    margin-bottom: 20%;
  }
  .text_frame {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 40%;
    background-color: none;
    gap: 5%;
  }
  .texto_menor {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .box_menu_ativo {
    padding: 15% 0 0 15%;
    z-index: 4;
  }
}
footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgb(0, 0, 0);
}

.footer {
  width: 60%;
  display: flex;
  flex: 1;
  margin: 5%;
}

.menufooter {
  flex: 1;
}

.logofooter {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.logodown {
  cursor: pointer;
  width: 420px;
}

.enderecofooter {
  margin: 50px 0px 0px 0px;
  font-family: Geogrotesque;
  font-size: 1.4rem;
  color: white;
}

@media (max-width: 1140px) {
  .menufooter {
    flex: 1;
    max-width: 70%;
  }
  .logodown {
    margin-top: 5%;
    width: 200px;
  }
  .footer {
    display: flex;
    flex-direction: column;
  }
  .logofooter {
    align-items: flex-start;
    margin-left: 5%;
    margin-bottom: 10%;
  }
}
@font-face {
  font-family: Geogrotesque;
  src: url(../fonts/GeogrotesqueTRIAL-Rg.otf);
}
@font-face {
  font-family: GeogrotesqueLight;
  src: url(../fonts/GeogrotesqueTRIAL-Th.otf);
}
p {
  font-family: Geogrotesque;
  font-size: 1.2rem;
  text-wrap: pretty;
}

h2 {
  font-family: GeogrotesqueLight;
  font-size: 6.4rem;
  line-height: 6rem;
  text-wrap: pretty;
}

.btn_black {
  background-color: rgb(0, 0, 0);
  border: none;
  color: white;
  padding: 2ch;
  margin: 20px 0;
  cursor: pointer;
  font-family: Geogrotesque;
  font-size: 1.2rem;
  transition: 0.2s ease;
}
.btn_black:hover {
  background-color: rgb(155, 155, 155);
  border: none;
  color: rgb(0, 0, 0);
  padding: 2ch;
  margin: 20px 0;
  cursor: pointer;
  font-family: Geogrotesque;
  font-size: 1.2rem;
  transition: 0.2s ease;
}

.textcontainer_rolagem button {
  cursor: pointer;
  width: 167px;
  height: 50px;
  background-color: transparent;
  border: 1px solid white;
  font-family: Geogrotesque;
  color: white;
  font-size: larger;
  transition: 0.2s ease;
}
.textcontainer_rolagem button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  transition: 0.2s ease;
}

@media (max-width: 768px) {
  .btn_black {
    background-color: rgb(0, 0, 0);
    border: none;
    color: white;
    padding: 2ch;
    margin: 20px 0;
    cursor: pointer;
    font-family: Geogrotesque;
    font-size: 1.2rem;
    transition: 0.2s ease;
    scale: 0.8;
    transform: translateX(-20px);
  }
  .btn_black:hover {
    background-color: rgb(155, 155, 155);
    border: none;
    color: rgb(0, 0, 0);
    padding: 2ch;
    margin: 20px 0;
    cursor: pointer;
    font-family: Geogrotesque;
    font-size: 1.2rem;
    transition: 0.2s ease;
  }
}
* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: GeogrotesqueLight;
  src: url("/fonts/GeogrotesqueTRIAL-Lt.otf");
}
body {
  background-color: white;
  overflow-x: hidden;
}

.h1_main {
  font-family: GeogrotesqueLight;
  color: white;
  font-size: 6vw;
  text-wrap: pretty;
}

.p_main {
  font-size: 1.2rem;
  font-family: Geogrotesque;
  text-align: left;
  color: white;
  text-wrap: pretty;
  font-family: GeogrotesqueLight;
}

p {
  font-size: 1.2rem;
  font-family: Geogrotesque;
  text-align: left;
  text-wrap: pretty;
  font-family: GeogrotesqueLight;
}/*# sourceMappingURL=style.css.map */