* {
  border: 0;
  padding: 0;
}

.carrossel {
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  width: 50vw;
  height: 40vw;
  background-color: white;
  margin: 5vh 0 5vh 0;
}

.container div > h1 {
  color: rgb(255, 255, 255);
  margin-bottom: 100px;
  position: absolute;
  margin-left: 100px;
  font-family: GeogrotesqueLight;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.container > div {
  position: relative;
  display: flex;
  flex: auto;
  cursor: pointer;
  align-items: end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  transition: 0.2s ease;
}

.container > div:hover {
  border: 1px solid black;
  display: flex;
  cursor: pointer;
  flex: 40;
  transition: 0.4s ease;
  font-size: 4ch;
}
.container > div:hover h1 {
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease;
}

.item1 {
  background-image: url(../imgs/Banner.png);
}

.item2 {
  background-image: url(../imgs/Banner_equipe.png);
}

.item3 {
  background-image: url(../imgs/Banner.png);
}

.item4 {
  background-image: url(../imgs/Banner_equipe.png);
}

.item5 {
  background-image: url(../imgs/Banner.png);
}

.item6 {
  background-image: url(../imgs/Banner_equipe.png);
}

.item7 {
  background-image: url(../imgs/Banner.png);
}

.item8 {
  background-image: url(../imgs/Banner_equipe.png);
}

.item9 {
  background-image: url(../imgs/Banner.png);
}

.item10 {
  background-image: url(../imgs/Banner_equipe.png);
}

.item11 {
  background-image: url(../imgs/Banner.png);
}

.item12 {
  background-image: url(../imgs/Banner_equipe.png);
}

@media (max-width: 1080px) {
  .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: white;
    margin: 5vh 0 5vh 0;
  }
}
.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);
}

/*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;
}

* {
  padding: 0;
  margin: 0;
}

.equipe_mobile {
  display: none;
}

body {
  background-color: #000000;
}

.nome_cargo {
  cursor: pointer;
  display: flex;
  position: relative;
  width: 279px;
  height: 279px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  transition: 0.2s ease;
}
.nome_cargo .nome_cargo_text {
  color: rgba(255, 255, 255, 0);
  margin-left: 2ch;
  margin-bottom: 2ch;
  transform: translateY(150px);
  transition: 0.2s ease;
}
.nome_cargo .nome_cargo_text h1 {
  font-family: Geogrotesque;
}
.nome_cargo:hover {
  transition: 0.2s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.nome_cargo:hover .nome_cargo_text {
  transition: 0.2s ease;
  color: white;
  transform: translateY(0px);
}

.colaborador {
  position: relative;
  display: flex;
  justify-content: end;
}
.colaborador img {
  display: flex;
  position: absolute;
}

.equipe_container {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: 60% 40%;
  height: 200vh;
  max-width: 100%;
  margin: 5% 10%;
}

.equipe_container > div {
  display: flex;
}

/* PRIMEIRA COLUNA */
.equipe_div1 {
  flex-direction: column;
  grid-area: 1/1/3/2;
}

.equipe_item1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 430px;
  height: 513px;
  display: flex;
  justify-content: flex-end;
  margin-left: 31%;
  background-image: url(../equipe/equipe/imgs/piao-a-origem.gif);
}

.equipe_item2 {
  display: flex;
  margin-top: 4.4%;
  justify-content: end;
  align-items: flex-end;
}

.equipe_item3 {
  display: flex;
  margin-right: 10%;
  justify-content: flex-end;
  align-items: flex-end;
}

.equipe_item4 {
  display: flex;
  margin-right: 10%;
  justify-content: flex-end;
  align-items: flex-end;
}

/* SEGUNDA COLUNA */
.equipe_div2 {
  flex-direction: column;
  grid-column: 2/3;
  grid-row: 1/1;
}

.equipe_item5 {
  display: flex;
  justify-content: flex-start;
  align-items: top;
}

.equipe_item6 {
  display: flex;
  justify-content: flex-start;
  align-items: top;
}

.equipe_item7 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 279px;
  height: 279px;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  background-image: url(../equipe/equipe/imgs/piao_duplo.gif);
}

.equipe_item8 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-grow: 1;
}

.equipe_item9 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 279px;
  height: 279px;
  background-image: url(../equipe/equipe/imgs/colab_2.png);
  display: flex;
}

.equipe_item10 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 279px;
  height: 279px;
  background-image: url(../equipe/equipe/imgs/colab_3.png);
  display: flex;
}

/* TERCEIRA COLUNA */
.equipe_div3 {
  flex-direction: column;
  grid-area: 1/3/2/4;
}

.equipe_divtopo {
  display: flex;
}

.equipe_baixo {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.equipe_divesquerda {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.equipe_item13 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 279px;
  height: 279px;
  background-image: url(../equipe/equipe/imgs/piao_mesa_02.gif);
}

.equipe_item14 {
  padding-top: 50%;
}

/*  QUARTA COLUNA */
.equipe_div4 {
  grid-row: 2/2;
  grid-column: 2/4;
  display: flex;
  align-items: top;
  justify-content: flex-end;
}

.equipe_item16 {
  justify-items: end;
  flex-grow: 1;
}

.equipe_item17 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 279px;
  height: 279px;
  background-image: url(../equipe/equipe/imgs/piao_mesa_01.gif);
  flex-grow: 1;
}

@media (max-width: 1080px) {
  .equipe_container {
    display: none;
  }
  .nome_cargo {
    cursor: pointer;
    display: flex;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    justify-content: end;
    transition: 0.2s ease;
  }
  .nome_cargo .nome_cargo_text {
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
    margin-bottom: 2rem;
    transform: translateY(150px);
    transition: 0.2s ease;
  }
  .nome_cargo:hover {
    transition: 0.2s ease;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nome_cargo:hover .nome_cargo_text {
    transition: 0.2s ease;
    color: white;
    transform: translateY(0px);
  }
  * {
    padding: 0;
    margin: 0;
  }
  .equipe_mobile {
    background-color: black;
    max-width: 100dvw;
    display: flex;
    flex-direction: column;
    padding-bottom: 10%;
    position: relative;
  }
  .equipe_mobile img {
    max-width: 100%;
    height: auto;
  }
  .equipe_mobile div {
    display: flex;
  }
  .equipe_img1 {
    justify-content: flex-start;
  }
  .equipe_img2 {
    justify-content: cente;
  }
  .equipe_img3 {
    justify-content: end;
  }
  .equipe_img4 {
    justify-content: center;
  }
  .equipe_img5 {
    justify-content: center;
  }
  .equipe_img6 {
    justify-content: right;
  }
  .equipe_img9 {
    justify-content: center;
  }
  .equipe_img11 {
    justify-content: center;
  }
  .equipe_img12 {
    justify-content: flex-start;
  }
}
/*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%;
  }
}
.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;
}

.text_container {
  width: 50vw;
  height: 60%;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
  padding: 0;
}
.text_container p {
  margin: 0;
  padding: 0;
  align-self: self-end;
  text-align: end;
}

.mainbanner {
  transition: 0.2s 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/banner_residencial.png);
  align-items: end;
  padding-bottom: 5%;
  margin: 0;
}

.mainbanner_ativo {
  transition: 0.2s 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);
  align-items: start;
}

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;
}

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

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

.frase_principal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20%;
}

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

.text_container_ativo {
  display: none;
}

@media (max-width: 1080px) {
  .texto_menor {
    width: 100%;
  }
}/*# sourceMappingURL=residencial.css.map */