html, body {
  overflow-x: hidden;
}

body {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}

* {
  margin: 0px;
  padding: 0px;
}

button:focus,
select:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.altura-100 {
  height: 100%;
}

.menu {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}

.boxmenu {
  background-color: rgba(255, 255, 255, 0.3294117647);
  width: calc(100% + 120px);
  height: 78px;
  z-index: 999;
  border-radius: 3em;
  position: relative;
  display: block;
  left: -60px;
  right: -60px;
  margin: 50px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.boxmenu .topo-nav {
  display: flex;
  align-items: center;
}
.boxmenu img.logo {
  width: 187px;
  padding-left: 60px;
}
.boxmenu .centro {
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pointer {
  cursor: pointer;
}

footer {
  position: relative;
  width: 100%;
  height: 790px;
  border-radius: 50px 50px 0px 0px;
  background: #1B3738;
  border-bottom: 10px solid #72FF75;
}
footer .logo_footer {
  margin-top: 44px;
  margin-bottom: 34px;
  margin-right: 44px;
}
footer .centro {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer svg.logo {
  margin-top: 44px;
  margin-bottom: 34px;
  margin-right: 44px;
}
footer .corte {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #132E2F;
}
footer .footer-menu .titulo {
  margin-top: 38px;
  color: #72FF75;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .footer-menu .borda-direita {
  border-right: 2px solid #132e2f;
  margin-right: 26px;
}
footer .footer-menu .marginTop {
  margin-top: 31px;
}
footer .footer-menu .marginTop a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 17px;
}
footer .footer-menu .marginTop p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-menu .marginTop .news {
  position: relative;
  width: 100%;
  height: 37px;
  border-radius: 20px;
  border: 1px solid #E2E2E2;
}
footer .footer-menu .marginTop .news form {
  display: flex;
  justify-content: space-between;
}
footer .footer-menu .marginTop .news form input {
  margin-left: 11px;
  background: transparent;
  border: 0px;
  color: #fff;
  height: 35px;
  padding-left: 10px;
}
footer .footer-menu .marginTop .news form input::-moz-placeholder {
  color: #fff;
}
footer .footer-menu .marginTop .news form input::placeholder {
  color: #fff;
}
footer .footer-menu .marginTop .news form input::-ms-input-placeholder {
  color: #fff;
}
footer .footer-menu .marginTop .news button {
  color: #1B3738;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 19.5px;
  background: #72FF75;
  width: 87px;
  height: 39px;
  position: relative;
  bottom: 2px;
  left: 2px;
}
footer .footer-menu .direitos p {
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 46px;
}
footer .footer-menu .redes {
  display: flex;
}
footer .footer-menu .redes a.insta {
  display: block;
  mask: url(../images/icones/instagram.svg) no-repeat;
  -webkit-mask: url(../images/icones/instagram.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 20px;
  height: 20px;
  background-color: #72FF75;
}
footer .footer-menu .redes a.face {
  display: block;
  mask: url(../images/icones/facebook.svg) no-repeat;
  -webkit-mask: url(../images/icones/facebook.svg) no-repeat;
  -webkit-mask-size: 12px;
  mask-size: 12px;
  width: 20px;
  height: 35px;
  background-color: #72FF75;
  margin-left: 31px;
}
footer .footer-menu .redes a.youtube {
  display: block;
  mask: url(../images/icones/youtube.svg) no-repeat;
  -webkit-mask: url(../images/icones/youtube.svg) no-repeat;
  -webkit-mask-size: 30px;
  mask-size: 32px;
  width: 32px;
  height: 24px;
  background-color: #72FF75;
  margin-left: 31px;
}
footer .footer-menu .redes a.twitter {
  display: block;
  mask: url(../images/icones/twitter.svg) no-repeat;
  -webkit-mask: url(../images/icones/twitter.svg) no-repeat;
  -webkit-mask-size: 27px;
  mask-size: 23px;
  width: 31px;
  height: 24px;
  background-color: #72ff75;
  margin-left: 31px;
}
footer .footer-menu .box-branco a {
  display: block;
  margin-bottom: 31px;
}

.ver-mais-card {
  background-color: #1b3738;
  z-index: 1;
  position: absolute;
  bottom: 0;
  color: #65ff77;
  right: 0;
  padding: 1px 3px 1px 10px;
  text-decoration: none;
}

a.botao-comprar {
  color: #bbbbbb;
  text-decoration: none;
  font-size: 17px;
  border-radius: 21px;
  padding: 14px;
  padding-left: 24px;
  padding-right: 23px;
}
a.login {
  margin-right: 60px;
  color: #e2e2e2;
  text-decoration: none;
  font-size: 18px;
  border-radius: 24px;
  border: 2px solid #E2E2E2;
  padding: 11px;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-ativo {
  color: #1B3738 !important;
  background-color: #72FF75;
  text-decoration: none;
  font-size: 17px;
  border-radius: 21px;
  padding: 14px;
  padding-left: 24px;
  padding-right: 23px;
}

.menu-topo {
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 15px;
}
.menu-topodiv {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.menu-topo ul {
  display: flex;
  margin-bottom: 0px;
  gap: 25px;
  justify-content: space-between;
}
.menu-topo li {
  list-style: none;
}
.menu-topo li a {
  color: #bbbbbb;
  text-decoration: none;
  font-size: 18px;
}
.menu-topo li a.active {
  color: #72ff75;
}

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

.menu-toggle {
  display: none;
}

.subtipoCor {
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  margin-left: 20px;
}

.fixarMenu .fixar {
  position: fixed;
  z-index: 999;
}
.fixarMenu .fixar .boxmenu {
  background-color: #5a5959;
  margin: 13px 0;
}

.resultado-fix .fixar {
  position: fixed;
  z-index: 9999999999;
  background-color: #1B3738;
  top: 13px;
  border-radius: 11px 11px 11px 11px;
  border: 1px solid #fff;
}
.resultado-fix .fixar #buscaResultado {
  padding-top: 10px;
}

.font22 {
  font-size: 22px;
}

i.botaoContato {
  display: flex;
  background: url(../images/contato.png) no-repeat;
  width: 37px;
  height: 37px;
  cursor: pointer;
}

i.botaoContato:hover {
  display: flex;
  background: url(../images/contatoHover.png) no-repeat;
  width: 37px;
  height: 37px;
  cursor: pointer;
}

.box-agencias {
  background: #1b3738;
  width: 192px;
  color: #72FF75;
  text-align: center;
  border-radius: 26px;
  position: absolute;
  right: 90px;
}
.box-agencias.ag1 {
  bottom: -3px;
}
.box-agencias button {
  text-decoration: none;
  font-weight: 700;
  color: #72FF75;
}

form.home.formZap input.botao {
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: 0px;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #72FF75;
}

.box-agencias a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  .box-agencias {
    background: #1b3738;
    width: 160px;
    color: #72FF75;
    text-align: center;
    border-radius: 26px;
    position: absolute;
    right: 73px;
    bottom: -35px;
  }
  .box-agencias.ag1 {
    bottom: -3px;
  }
  .box-agencias a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
  }
  .logo_footer {
    margin-right: 0px !important;
  }
  footer img.logo {
    margin-right: 0;
  }
  .menu-topo a.btn-ativo {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .boxmenu img.logo {
    width: auto;
  }
  .boxmenu {
    margin: 25px 0;
    width: 100%;
    left: 0;
  }
  .boxmenu img.logo {
    padding-left: 20px;
    width: 140px;
  }
  .flex-end a.login {
    display: none;
  }
  .menu-topo.open {
    display: block;
  }
  .menu-topo {
    display: none;
  }
  .centro991 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .centro991-end {
    display: flex;
    align-items: center;
  }
  .finalObjeto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
  }
  .menu-topo li a {
    color: #000 !important;
  }
  .menu-topo ul {
    display: grid !important;
    gap: 3px !important;
    padding-top: 10px;
  }
  .menu-topo.open {
    position: absolute;
    height: 287px;
    right: 0;
    background-color: rgb(114, 255, 117);
    top: 85px;
    width: 100%;
    border-radius: 43px;
  }
  .boxmenu a.area {
    position: relative;
    right: 20px;
    display: block;
    mask: url(../assets/images/icones/login-mob.svg) no-repeat;
    -webkit-mask: url(../images/icones/login-mob.svg) no-repeat;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    width: 22px;
    height: 22px;
    background-color: #E2E2E2;
    border: 0px;
  }
  .boxmenu .topo-nav {
    justify-content: space-between;
  }
  .boxmenu .menu-toggle {
    position: relative;
    right: 21px;
    display: block;
    background: transparent;
    border: 0px;
  }
  .boxmenu .menu-toggle span {
    display: block;
    mask: url(../assets/images/icones/menu.svg) no-repeat;
    -webkit-mask: url(../images/icones/menu.svg) no-repeat;
    -webkit-mask-size: 16px;
    mask-size: 21px;
    width: 16px;
    height: 22px;
    background-color: #72FF75;
    border: 0px;
  }
  footer {
    height: auto;
    border-radius: 0px;
  }
  footer .corte {
    display: none;
  }
  footer .footer-menu .box-branco a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-menu .direitos p {
    width: 100%;
    margin-bottom: 43px;
  }
  footer .footer-menu .borda-direita {
    border-right: 0px;
  }
  footer .footer-menu .titulo {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
  }
  footer .footer-menu .box-branco {
    margin-top: 30px;
    width: 85%;
    margin-left: 8%;
  }
  footer .NoRowMobile {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0rem;
  }
  footer .direitosMobile {
    padding-left: 0;
    width: 100%;
    text-align: justify;
  }
  .newsMobile .news {
    position: relative;
    width: 100%;
    height: 37px;
    border-radius: 20px;
    border: 1px solid #E2E2E2;
    margin-bottom: 47px;
  }
  .newsMobile .news form {
    display: flex;
    justify-content: space-between;
  }
  .newsMobile .news form input {
    margin-left: 11px;
    background: transparent;
    border: 0px;
    color: #fff;
    height: 35px;
    padding-left: 10px;
  }
  .newsMobile .news form input::-moz-placeholder {
    color: #fff;
  }
  .newsMobile .news form input::placeholder {
    color: #fff;
  }
  .newsMobile .news form input::-ms-input-placeholder {
    color: #fff;
  }
  .newsMobile .news button {
    color: #1b3738;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 19.5px;
    background: #72ff75;
    width: 101px;
    height: 39px;
    position: relative;
    bottom: 2px;
    left: 2px;
  }
  .redesMobile .redes {
    display: flex;
    margin-bottom: 30px;
  }
  .redesMobile .redes a.insta {
    display: block;
    mask: url(../images/icones/instagram.svg) no-repeat;
    -webkit-mask: url(../images/icones/instagram.svg) no-repeat;
    -webkit-mask-size: 35px;
    mask-size: 35px;
    width: 35px;
    height: 35px;
    background-color: #72FF75;
  }
  .redesMobile .redes a.face {
    display: block;
    mask: url(../images/icones/facebook.svg) no-repeat;
    -webkit-mask: url(../images/icones/facebook.svg) no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    width: 20px;
    height: 35px;
    background-color: #72FF75;
    margin-left: 31px;
  }
  .redesMobile .redes a.youtube {
    display: block;
    mask: url(../images/icones/youtube.svg) no-repeat;
    -webkit-mask: url(../images/icones/youtube.svg) no-repeat;
    -webkit-mask-size: 46px;
    mask-size: 32px;
    width: 51px;
    height: 35px;
    background-color: #72ff75;
    margin-left: 31px;
    margin-top: 6px;
  }
  .redesMobile .redes a.twitter {
    display: block;
    mask: url(../images/icones/twitter.svg) no-repeat;
    -webkit-mask: url(../images/icones/twitter.svg) no-repeat;
    -webkit-mask-size: 40px;
    mask-size: 35px;
    width: 42px;
    height: 35px;
    background-color: #72ff75;
    margin-left: 24px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxmenu img.logo {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-agencias {
    background: #1b3738;
    width: 100px;
    color: #72FF75;
    text-align: center;
    border-radius: 26px;
    position: absolute;
    right: 73px;
    bottom: -35px;
  }
  .box-agencias.ag1 {
    bottom: -3px;
  }
  .box-agencias a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
  }
  .topo-nav .centro991.d-none {
    display: none !important;
  }
  .finalDir {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-right: 40px;
  }
  .menu-toggle {
    position: relative;
    right: 21px;
    display: block;
    background: transparent;
    border: 0px;
  }
  .menu-toggle span {
    display: block;
    mask: url(../assets/images/icones/menu.svg) no-repeat;
    -webkit-mask: url(../images/icones/menu.svg) no-repeat;
    -webkit-mask-size: 16px;
    mask-size: 21px;
    width: 16px;
    height: 22px;
    background-color: #72FF75;
    border: 0px;
  }
  .flex-end a.login {
    display: none;
  }
  .menu-topo.open {
    display: block;
  }
  .menu-topo {
    display: none;
  }
  .menu-topo li a {
    color: #000 !important;
  }
  .menu-topo ul {
    display: grid !important;
    gap: 3px !important;
    padding-top: 10px;
  }
  .menu-topo.open {
    position: absolute;
    height: 241px;
    right: 0;
    background-color: rgb(114, 255, 117);
    top: 85px;
    width: 100%;
    border-radius: 43px;
  }
  .boxmenu img.logo {
    width: auto;
  }
  .menu-topo ul {
    gap: 25px;
    padding-left: 47px;
  }
  .menu-topo li a {
    color: #e2e2e2;
    text-decoration: none;
    font-size: 13px;
  }
  .tag .vetor-esq {
    margin-left: -72px !important;
    bottom: 425px !important;
  }
  .tag .vetor-dir {
    top: 19px !important;
    right: -53px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .topo-nav .centro991.d-none {
    display: none !important;
  }
  .finalDir {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-right: 70px !important;
  }
  .menu-toggle {
    position: relative !important;
    right: 21px !important;
    display: block !important;
    background: transparent !important;
    border: 0px !important;
  }
  .menu-toggle span {
    display: block;
    mask: url(../assets/images/icones/menu.svg) no-repeat !important;
    -webkit-mask: url(../images/icones/menu.svg) no-repeat !important;
    -webkit-mask-size: 16px !important;
    mask-size: 21px !important;
    width: 16px !important;
    height: 22px !important;
    background-color: #72FF75 !important;
    border: 0px !important;
  }
  .flex-end a.login {
    display: none;
  }
  .menu-topo.open {
    display: block;
  }
  .menu-topo {
    display: none;
  }
  .menu-topo li a {
    color: #000 !important;
  }
  .menu-topo ul {
    display: grid !important;
    gap: 3px !important;
    padding-top: 10px;
  }
  .menu-topo.open {
    position: absolute;
    height: 241px;
    left: -98%;
    background-color: rgb(114, 255, 117);
    top: 85px;
    width: 100%;
    border-radius: 43px;
  }
  .boxmenu img.logo {
    width: auto;
  }
  .menu-topo ul {
    gap: 25px;
    padding-left: 47px;
  }
  .menu-topo li a {
    color: #e2e2e2;
    text-decoration: none;
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .box-agencias {
    background: #1b3738;
    width: 192px;
    color: #72FF75;
    text-align: center;
    border-radius: 26px;
    position: absolute;
    right: 90px;
  }
  .box-agencias.ag1 {
    bottom: -3px;
  }
  .box-agencias a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .menu-topo li a.alugar {
    padding-left: 22px;
  }
  .centro991-end {
    position: relative;
    right: 30px;
  }
  .btn-desk-alugar {
    position: relative;
    left: 17px;
  }
  .nopaddingDesk {
    padding: 0;
  }
}
.img-banner {
  position: absolute;
  top: -100px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  border: 0px;
  background-image: url(../images/contato/banner.jpg);
}

.trabalhe-conosco-banner {
  background-image: url(../images/trabalhe_conosco/trabalhe_conosco.png);
  height: 500px;
  top: 50px;
}

.person-banner {
  background-image: url(../images/trabalhe_conosco/person_img.png);
  height: 365px;
  top: -80px;
}

/* EFEITOS DE MOVIMENTO */
.fx-grow {
  transition: all ease-out 0.2s;
}
.fx-grow:hover {
  transition: all ease-out 0.3s;
  transform: scale(1.02);
}

/* EFEITOS DE MOVIMENTO *//*# sourceMappingURL=global.css.map */