@import url("https://fonts.googleapis.com/css2?family=Nova+Square&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.efeitoTransition{

  animation: transitionIn 0.75s

  
}



@keyframes transitionIn {

  from{
    opacity: 0;
    transform: rotateX('-10');
  }
  to{
    opacity: 1;
    transform: rotateX('0');
  }


}

.videos {
  
  border: 4px solid #797259;
  width: 100vw;
  max-width: 1080px;
  min-width: 300px;
  display: flex;
  flex-direction: row;
  margin: auto;
  
}

body {
  font-size: 100%;
  background: #3c3c3b;
}

.cabecalho {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  height: 200px;
  background: #ffffff;
  justify-content: space-around;
  padding: 30px;
  border-bottom: 6px solid #797259;
  width: 100vw;
}

.cabecalho-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 40px;
}

.Menu_Item {
  display: flex;
  justify-content: space-around;
  font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #797259;
}

.Menu_Item:hover {
  color: #3c3c3b;
}

.logoParque {
  height: 130px;
}

.logoGs {
  height: 70px;
  margin-bottom: 10px;
}

.logoGs:hover {
  height: 70px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.Menu_Item {
  font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #797259;
}

.Menu_Item:hover {
  color: #3c3c3b;
}

.principal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
}

.fotoFamilia {
  width: 100vw;
  border-bottom: 4px solid #797259;
  border-top: 4px solid #797259;
  margin-bottom: 50px;
  margin-top: 50px;
}

.bordao {
  display: flex;
  justify-content: space-around;
  margin: 40px;
  font-family: "Nova Square", sans-serif;

  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #ffffff;
}
.paragrafoPrincipal {
  margin: 5px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 250;
  font-size: 18px;
  color: #ffffff;
}

.paragrafoPrincipalSegundo {
  margin: 5px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 250;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
}

.implantacao {
  display: flex;
  justify-content: space-around;
  margin: 40px;

  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #ffffff;
}

.rodape {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 128px;
  background: #12223a;
  justify-content: space-around;
  padding: 30px;
  border-top: 6px solid #797259;
  width: 100vw;
  height: auto;
}

.menu-rodape {
  display: flex;
  gap: 30px;
}

.redesSocial {
  height: 14px;
}
.redesSocial:hover {
  height: 14px;
  opacity: 0.8;
}

.logoGsBranca {
  height: 47px;
}

.logoGsBranca:hover {
  height: 47px;
  opacity: 0.8;
}

.Fone {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.Email {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: #ffffff;
}

.EnderecoRodape {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: #ffffff;
}

/* -------------------------------------- Pagina Infraestutura------------------------------- */

.MainInfraestrutura {
  margin-top: 25px;
  margin-bottom: 35px;
}

.BannerInstraestutura {
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;

  padding: 19px;
  gap: 420px;

  background: #797259;
}

.DoisMil {
  height: 89px;
  margin-right: 60px;
}

.TextoInfraestrutura {
  gap: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}

.topicosInfra {
  width: 100vw;
  max-width: 800px;
  min-width: 300px;
  display: flex;
  flex-direction: row;
  margin: auto;
  padding: 40px;
}

/* -------------------------------------- Pagina Localização ------------------------------- */

.ParagrafoLocal {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  padding: 24px;
  
}

.tituloLocalizacao {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
}

.mapBox {
  position: relative;
  width: 100vw;
  height: 600px;
  border-top: 6px solid #797259;
  border-bottom: 6px solid #797259;
}

.mapBox iframe {
  width: 100%;
  height: 100%;
}

.mapHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background-color: #3c3c3b;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* -------------------------------------- Pagina Imagens ------------------------------- */
.Mainimagens {
  width: 100vw;
}

.Img {
  border-bottom: 6px solid #797259;
  width: 100vw;
  min-width: none;
}

/* -------------------------------------- Pagina Contato ------------------------------- */

.MainContato {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #3c3c3b;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  height: auto;
  flex-direction: column;
  
}

.corretores {
    margin-top: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
  }

  .form{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .form input{
    margin-top: 2px;
    padding: 15px;
    outline: none;
    border: 0;
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.5s;
  }

  .form input:focus{
    border-radius: 15px;
  }

  .form textarea{
    padding: 15px;
    outline: none;
    border: 0;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 3px;
    transition: all 0.5s;
  }

  .form textarea:focus{
    border-radius: 15px;
  }

  .form button{

    padding: 5px;
    cursor: pointer;
    font-size: 15px;
    background: transparent;
    border: 2px solid #ffffff;
    transition: all 1s;
    margin-bottom: 20px;
    color: #ffffff;
  }

  .form button:hover{
    background: #ffffff;
    color: #3c3c3b;
    border-radius: 16px;

  }
  


.contatoSection {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 45px;
  background: #474747;
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px,
    rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
  min-height: 300px;
}

.rodapeContato {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 128px;
  background: #12223a;
  justify-content: space-around;
  padding: 30px;
  border-top: 6px solid #797259;
  width: 100vw;
}



/* -------------------------------------- Pagina Obrigado ------------------------------- */

.mainObrigado {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 30px;
  
}

.logoGsGoldObrigado {
  margin-top: 10px;
  height: 80px;
  align-items: center;
  text-align: center;
  
}

.logoGsGoldObrigado:hover {
  
    opacity: 0.8;
    cursor: pointer;
    
  }

.obrigado {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
}

.emBreve {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 500px;
  text-align: center;
}



/* -------------------------------------- @Media screen ConversorMobileLayout ------------------------------- */

@media screen and (max-width: 1000px) {
  /* ------Header ------ */

  .logoGs {
    display: none;
  }

  .logoParque {
    height: 130px;
    margin-bottom: 20px;
  }

  .cabecalho {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 250px;
    background: #ffffff;
    justify-content: space-around;
    padding: 30px;
    border-bottom: 6px solid #797259;
    width: 100vw;
  }

  .cabecalho-menu {
    gap: 15px;
    flex-direction: row;
  }

  .Menu_Item {
    display: flex;
    font-family: "Nova Square", sans-serif;
    font-size: 13px;
  }

  .Menu_Item:hover {
    color: #3c3c3b;
  }

  /* ------Footer ------ */

  .rodape {
    flex-direction: column;
    gap: 30px;
    height: auto;

    .EnderecoRodape {
      text-align: center;
    }
    .Fone {
      text-align: center;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
      
    }
  }

  .logoGsBranca {
    height: 80px;
  }

  .logoGsBranca:hover {
    height: 80px;
  }

  /* ------Paragrafo Index ------ */

  .implantacao {
    text-align: center;
  }
  .paragrafoPrincipal {
    text-align: justify;
    margin: 20px;
    margin-top: 10px;
    padding: 10px;
  }

  .paragrafoPrincipalSegundo {
    text-align: justify;
    margin: 20px;
    margin-top: 10px;
    padding: 10px;
  }
  .bordao {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .implantacao {
    margin-top: 10px;
    text-align: center;
    margin: center;
  }
}

.rodapeContato {
  flex-direction: column;
  gap: 30px;
  height: auto;

  .EnderecoRodape {
    text-align: center;
  }
  .redesSocial {
    height: 25px;
  }
  .redesSocial:hover {
    height: 25px;
    opacity: 0.8;
  }
}
