.slider {
  overflow: hidden;
  position: relative;
}
.slider .botao {
  height: 37px;
  border-radius: 19px;
  color: #1B3738;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}
.slider .botao.cor1 {
  color: #1b3738;
  cursor: pointer;
  background: #fff;
}
.slider .botao.cor2 {
  color: #1b3738;
  cursor: pointer;
  background: #72FF75;
}
.slider .botao.cor3 {
  color: #fff;
  cursor: pointer;
  background: #000;
}
.slider .botao label {
  cursor: pointer;
}
.slider .texto {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 400px;
  text-decoration: none;
}
.slider .texto a {
  text-decoration: none;
}
.slider .texto .centro {
  text-align: left;
  width: 400px;
}
.slider .text {
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
}
.slider .text p {
  margin-bottom: 0 !important;
}
.slider .text.cor1 {
  color: #fff;
}
.slider .text.cor2 {
  color: #72FF75;
}
.slider .text.cor3 {
  color: #000;
}
.slider .text b {
  font-weight: bold;
}
.slider .conteudo-texto {
  position: relative;
  bottom: 31px;
}
.slider .h2 {
  font-size: 15px;
  color: #fff;
  height: 100%;
  overflow: hidden;
  float: left;
  width: 560px;
}
.slider .h2.cor2 {
  color: #72FF75;
}
.slider .h2.cor1 {
  color: #fff;
}
.slider .h2.cor3 {
  color: #000;
}
.slider .h2 label {
  float: left;
  cursor: pointer;
}
.slider .h2 .marca {
  position: relative;
  top: 35%;
  width: 52px;
  height: 2px;
  background-color: #72FF75;
  margin-left: 15px;
}

.slider.principal {
  width: 100%;
  height: 100vh;
}

.banner-home-topo {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: auto;
}

.box-nav {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  width: 150px;
  height: 31px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

i.avancar {
  display: block;
  mask: url(../images/icones/voltar-branco.svg) no-repeat;
  -webkit-mask: url(../images/icones/voltar-branco.svg) no-repeat;
  width: 29px;
  height: 29px;
  transform: rotate(180deg);
}

i.voltar {
  display: block;
  mask: url(../images/icones/voltar-branco.svg) no-repeat;
  -webkit-mask: url(../images/icones/voltar-branco.svg) no-repeat;
  width: 29px;
  height: 29px;
}

.counter {
  font-size: 14px;
}

.fill-branco {
  background-color: #ffffff;
}

.progress-bar-slider {
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
}

.progress {
  height: 100%;
  background-color: #72FF75;
}

.ancora {
  position: relative;
  height: 0;
  bottom: 50px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.ancora i {
  display: inline-block;
  mask: url(../images/home/scroll.svg) no-repeat;
  -webkit-mask: url(../images/home/scroll.svg) no-repeat;
  width: 18px;
  height: 32px;
  background-color: #ffffff;
}

.busca {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.busca-rapida {
  width: 425px;
  height: 415px;
  flex-shrink: 0;
  border-radius: 25px;
  background: linear-gradient(141deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 100%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.busca-rapida h2 {
  width: 345px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}
.busca-rapida .margin-busca {
  margin-left: 40px;
  margin-top: 40px;
}

.enviar-para-alguem {
  text-decoration: none;
  color: #fff;
}
.enviar-para-alguem:hover {
  color: #fff;
}

.flex-direira {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.busca-principal .global-tipo {
  width: 340px;
  padding-top: 15px;
}
.busca-principal .global-tipo button.enviar {
  width: 100%;
  height: 37px;
  border-radius: 19px;
  background: rgba(114, 255, 117, 0.9);
  color: #1B3738;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  border: 0px;
}
.busca-principal .global-tipo .mask-negocio {
  display: flex;
  justify-content: space-between;
  width: 180px;
  height: 30px;
  border-radius: 42px;
  border: 1.5px solid #FFF;
}
.busca-principal .global-tipo button[type=button] {
  background: no-repeat;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border: 0px;
  width: 50%;
}
.busca-principal .global-tipo button[type=button].active {
  position: relative;
  width: 96px;
  height: 32px;
  color: #1b3738;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 42px;
  background: rgba(114, 255, 117, 0.9);
  border: 0;
  bottom: 2px;
}
.busca-principal .global-tipo button[type=button].active:nth-child(1) {
  left: -2px;
}
.busca-principal .global-tipo button[type=button].active:nth-child(2) {
  left: 2px;
}
.busca-principal .global-tipo .mask-formato {
  width: 100%;
  height: 33px;
  border-radius: 88px;
  border: 1.5px solid #FFF;
  margin-top: 19px;
  display: flex;
}
.busca-principal .global-tipo .mask-formato .icone {
  width: 15%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.busca-principal .global-tipo .mask-formato input {
  background: transparent;
  border: 0;
  color: #fff;
  width: 76%;
}
.busca-principal .global-tipo .mask-formato input:focus {
  outline: none;
}
.busca-principal .global-tipo .mask-formato input::-moz-placeholder {
  color: #fff;
}
.busca-principal .global-tipo .mask-formato input::placeholder {
  color: #fff;
}
.busca-principal .global-tipo .mask-formato input::-ms-input-placeholder {
  color: #fff;
}
.busca-principal .global-tipo .mask-formato select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/icones/dw.svg) no-repeat right center;
  background-position: 90%;
  color: #ffffff;
  border: 0px;
  box-shadow: none;
  padding-right: 22px;
  width: 82%;
}
.busca-principal .global-tipo .mask-formato select label {
  padding: 10px;
}
.busca-principal .global-tipo .mask-formato select::-moz-selection {
  text-indent: 10px;
}
.busca-principal .global-tipo .mask-formato select::selection {
  text-indent: 10px;
}
.busca-principal .global-tipo .mask-formato select option {
  color: #000;
}
.busca-principal .global-tipo .mask-formato select:focus {
  outline: none;
}
.busca-principal .global-tipo i.busca {
  display: flex;
  mask: url(../images/icones/localizacao.svg) no-repeat;
  -webkit-mask: url(../images/icones/localizacao.svg) no-repeat;
  background-color: #ffffff;
  -webkit-mask-size: 12px;
  mask-size: 12px;
  width: 12px;
  height: 12px;
}
.busca-principal .global-tipo i.tipo {
  display: flex;
  mask: url(../images/icones/tipo.svg) no-repeat;
  -webkit-mask: url(../images/icones/tipo.svg) no-repeat;
  background-color: #ffffff;
  -webkit-mask-size: 12px;
  mask-size: 12px;
  width: 12px;
  height: 12px;
}
.busca-principal button.zap {
  display: flex;
  justify-content: flex-end;
  height: 87px;
  align-items: end;
  border: 0px;
  background: transparent;
  width: 100%;
}
.busca-principal a.zap {
  display: flex;
  justify-content: flex-end;
  height: 87px;
  align-items: end;
  border: 0px;
  background: transparent;
  width: 100%;
}

#slider1 {
  width: 100%;
  height: 417px;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  margin-top: 73px;
}
#slider1 h2 {
  display: flex;
  width: 438px;
  flex-direction: column;
  color: #1B3738;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
#slider1 h3 {
  display: flex;
  width: 412px;
  flex-direction: column;
  color: #646464;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-top: 24px;
  overflow: hidden;
}
#slider1 .final {
  position: relative;
  z-index: 1;
  bottom: 80px;
  justify-content: end;
  display: flex;
  width: 65%;
}
#slider1 .final button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}
#slider1 .spaceSlider {
  padding-left: 66px;
  padding-top: 45px;
}
#slider1 a.clique {
  width: 141px;
  height: 39px;
  border-radius: 19.5px;
  background: #1b3738;
  color: #e2e2e2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  margin-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider1 .montaSlider {
  display: none;
}
#slider1 .montaSlider.active {
  display: block;
}
#slider1 .montaSlider.d-none {
  display: none !important;
}
#slider1 .progess-group {
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #b70c23;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#slider1 .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
#slider1 .circular-progress::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #B70C23;
}
#slider1 .course-value {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#slider1 .counter {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.slider1 img {
  width: 620px;
  height: 417px;
  border-radius: 25px;
}

#slider2 {
  width: 100%;
  height: 417px;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  margin-bottom: 74px;
}
#slider2 h2 {
  display: flex;
  width: 438px;
  flex-direction: column;
  color: #1B3738;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
#slider2 h3 {
  display: flex;
  width: 412px;
  flex-direction: column;
  color: #646464;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-top: 24px;
  height: 76px;
  overflow: hidden;
}
#slider2 .final {
  position: relative;
  z-index: 1;
  bottom: 80px;
  justify-content: end;
  display: flex;
  width: 65%;
}
#slider2 .final button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}
#slider2 .spaceSlider {
  padding-left: 66px;
  padding-top: 45px;
}
#slider2 a.clique {
  width: 141px;
  height: 39px;
  border-radius: 19.5px;
  background: #1b3738;
  color: #e2e2e2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  margin-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider2 .montaSlider {
  display: none;
}
#slider2 .montaSlider.active {
  display: block;
}
#slider2 .montaSlider.d-none {
  display: none !important;
}
#slider2 .progess-group {
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #b70c23;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#slider2 .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
#slider2 .circular-progress::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #B70C23;
}
#slider2 .course-value {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#slider2 .counter {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#slider2 img {
  border-radius: 25px;
}

.slider2 img {
  width: 620px;
  height: 417px;
  border-radius: 25px;
}

.tag {
  position: relative;
  width: 100%;
  background: #1B3738;
  height: 1428px;
  overflow: hidden;
  margin-top: 114px;
  border-top: 5px solid #B70C23;
  border-bottom: 3px solid #B70C23;
}
.tag .corte {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
}
.tag .vetor-esq {
  position: absolute;
  background: url(../images/icones/vetor-esq.png) no-repeat;
  display: block;
  width: 114px;
  height: 348px;
  margin-left: -15px;
  bottom: 12px;
}
.tag .vetor-dir {
  position: absolute;
  background: url(../images/icones/vetor-dir.png) no-repeat;
  display: block;
  width: 114px;
  height: 348px;
  margin-left: -15px;
  top: 110px;
  right: 0;
}
.tag h2 {
  color: #72FF75;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-top: 95px;
}
.tag h3 {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tag .comprar {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 14px;
  text-align: center;
  margin-bottom: 52px;
}
.tag .comprar span {
  margin: 0 auto;
  text-align: center;
  width: 1px;
  height: 47px;
  display: block;
  background: #72FF75;
  margin-bottom: 10px;
}
.tag .alugar {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 42px;
  text-align: center;
  margin-bottom: 52px;
}
.tag .alugar span {
  margin: 0 auto;
  text-align: center;
  width: 1px;
  height: 47px;
  display: block;
  background: #72FF75;
  margin-bottom: 10px;
}
.tag .boxs-tags .vista {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/compra/vista.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .vista i {
  display: block;
  width: 23px;
  height: 33px;
  mask: url(../images/icones/tag/comprar/linda-vista.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/comprar/linda-vista.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
}
.tag .boxs-tags .vista h2 {
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .vista h3 {
  width: 188px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tag .boxs-tags .vista .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .padrao {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/compra/alto_padrao.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .padrao i {
  display: block;
  width: 31px;
  height: 33px;
  mask: url(../images/icones/tag/comprar/padrao.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/comprar/padrao.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
}
.tag .boxs-tags .padrao h2 {
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .padrao h3 {
  width: 168px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tag .boxs-tags .padrao .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .descolados {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/compra/descolados.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .descolados i {
  display: block;
  width: 37px;
  height: 16px;
  mask: url(../images/icones/tag/comprar/descolados.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/comprar/descolados.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
  margin-top: 17px;
}
.tag .boxs-tags .descolados h2 {
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .descolados h3 {
  width: 184px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tag .boxs-tags .descolados .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .novos {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/compra/novissimos.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .novos i {
  display: block;
  width: 25px;
  height: 24px;
  mask: url(../images/icones/tag/comprar/novissimos.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/comprar/novissimos.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
  margin-top: 10px;
}
.tag .boxs-tags .novos h2 {
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .novos h3 {
  width: 159px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tag .boxs-tags .novos .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .metro {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/alugar/metro.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .metro i {
  display: block;
  width: 27px;
  height: 27px;
  mask: url(../images/icones/tag/alugar/metro.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/alugar/metro.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
  margin-top: 10px;
}
.tag .boxs-tags .metro h2 {
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .metro h3 {
  width: 169px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tag .boxs-tags .metro .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .adm {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/alugar/administrados.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .adm i {
  display: block;
  width: 37px;
  height: 32px;
  mask: url(../images/icones/tag/alugar/adm.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/alugar/adm.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
  margin-top: -22px;
}
.tag .boxs-tags .adm h2 {
  width: 172px;
  margin-left: 15%;
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .adm h3 {
  width: 169px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-size: 14px;
  font-weight: 100;
}
.tag .boxs-tags .adm .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .piscina {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/alugar/piscina.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .piscina i {
  display: block;
  width: 29px;
  height: 27px;
  mask: url(../images/icones/tag/alugar/piscina.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/alugar/piscina.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
  margin-top: 10px;
}
.tag .boxs-tags .piscina h2 {
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .piscina h3 {
  width: 169px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tag .boxs-tags .piscina .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .verde {
  width: 248px;
  height: 417px;
  background: url(../images/home/tag/alugar/verde.png), lightgray 50%/cover no-repeat;
  border-radius: 43px;
}
.tag .boxs-tags .verde i {
  display: block;
  width: 29px;
  height: 28px;
  mask: url(../images/icones/tag/alugar/verde.svg) no-repeat;
  -webkit-mask: url(../images/icones/tag/alugar/verde.svg) no-repeat;
  background-color: #72FF75;
  margin: 0 auto;
  margin-top: 7px;
}
.tag .boxs-tags .verde h2 {
  color: #72ff75;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.tag .boxs-tags .verde h3 {
  width: 169px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tag .boxs-tags .verde .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag .boxs-tags .box {
  position: relative;
}
.tag .boxs-tags .box .mask-adm {
  bottom: 0px !important;
  height: 170px !important;
}
.tag .boxs-tags .box .mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 147px;
  background: linear-gradient(0deg, #1B3738 0%, rgba(27, 55, 56, 0) 100%);
}

.abre-share {
  bottom: -22px;
  position: relative;
  cursor: pointer;
}
.abre-share span {
  text-shadow: 0px 0px 3px #000;
  font-size: 16px;
  color: #fff;
}

.modal-popEnviar {
  position: relative;
}

.para-alguem {
  position: absolute;
  border-radius: 20px;
  border: 1px solid #959595;
  background: #F3F3F3;
  width: 201px;
  height: 124px;
  top: 28px;
  left: -15px;
}
.para-alguem div {
  width: 90%;
  margin-left: 6px;
  text-align: left;
}
.para-alguem .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.para-alguem .top1 {
  padding-top: 9px;
  margin-bottom: 3px;
}
.para-alguem .posicao2 {
  margin-top: 2px;
  margin-bottom: 9px;
  padding-top: 8px;
}
.para-alguem .posicao3 {
  margin-top: 2px;
  margin-bottom: 9px;
  padding-top: 8px;
}
.para-alguem a {
  color: #6C6C6C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.para-alguem a label {
  cursor: pointer;
}
.para-alguem .borda {
  border-top: 1px solid #6C6C6C;
}

.tab1.titulo {
  width: 622px;
  color: #1B3738;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 96px;
}
.tab1.subtitulo {
  width: 588px;
  color: #646464;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-top: 18px;
}

.tab2.titulo {
  width: 622px;
  color: #1B3738;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 96px;
}
.tab2.subtitulo {
  width: 514px;
  color: #646464;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 18px;
}

.tab-container {
  margin-top: 27px;
}
.tab-container .tab-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border: none;
  position: relative;
}
.tab-container .tab-menu .linha-fundo {
  width: 100%;
  position: absolute;
  background-color: #bbb;
  height: 1px;
  bottom: 0;
  z-index: -1;
}
.tab-container .tab-menu .tab-item {
  display: inline-block;
  cursor: pointer;
}
.tab-container .tab-menu .tab-item.active {
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #72FF75 !important;
}
.tab-container .tab-panel {
  display: none;
  margin-top: 24px;
}
.tab-container .tab-panel.active {
  display: block;
  overflow: hidden;
}
.tab-container .tab-panel .foto {
  width: 326px;
  height: 220px;
  border-radius: 25px 25px 0px 0px;
  background-size: cover;
  background-position: center;
}
.tab-container .tab-panel .box-info {
  position: relative;
  bottom: 10px;
  width: 326px;
  height: 247px;
  border-radius: 14.218px 14.218px 25px 25px;
  background: #1b3738;
}
.tab-container .tab-panel .box-info .space {
  padding-top: 21px;
  padding-left: 32px;
}
.tab-container .tab-panel .box-info h2 {
  color: #FFF;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.tab-container .tab-panel .box-info h3 {
  color: #72FF75;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.tab-container .tab-panel .box-info h4 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 34px;
  overflow: hidden;
  width: 261px;
  position: relative;
}
.tab-container .tab-panel .box-info h4 .ver-mais {
  background-color: #1b3738;
  z-index: 999999999;
  position: absolute;
  bottom: 0;
  color: #65ff77;
  right: 0;
  padding: 1px 3px 1px 10px;
  text-decoration: none;
}
.tab-container .tab-panel .box-info .infos {
  margin-top: 21px;
  width: 278px;
  height: 50px;
  overflow: hidden;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
}
.tab-container .tab-panel .box-info .infos .conteudo {
  margin-bottom: 10px;
}
.tab-container .tab-panel .box-info .infos label {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 13px;
}
.tab-container .tab-panel .box-info .infos i.area {
  display: flex;
  mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tab-container .tab-panel .box-info .infos i.quarto {
  display: flex;
  mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tab-container .tab-panel .box-info .infos i.banheiro {
  display: flex;
  mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tab-container .tab-panel .box-info .infos i.vagas {
  display: flex;
  mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tab-container .tab-panel .box-info .infos i.academia {
  display: flex;
  mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tab-container .tab-panel .box-info .infos i.piscina {
  display: flex;
  mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tab-container .tab-panel .box-info .conteudo div {
  display: flex;
  align-items: start;
  justify-content: flex-start;
}

a.conhecer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 264px;
  height: 33px;
  border-radius: 16.5px;
  background: #FFF;
  text-decoration: none;
  color: #1B3738;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tab-content .back-button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}
.tab-content .next-button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}

.tab-content .tab-panel .slider {
  display: none;
}

.tab-content .tab-panel.active .slider {
  display: block;
}

.paginacao-tab {
  justify-content: end;
  display: flex;
  width: 93%;
  margin-bottom: 25px;
}
.paginacao-tab .progess {
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #b70c23;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.paginacao-tab .course-value {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.paginacao-tab .counter {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.paginacao-tab .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.paginacao-tab .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.paginacao-tab .circular-progress::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #B70C23;
}

.tabs-slider {
  margin-top: 24px;
  margin-bottom: 96px;
}
.tabs-slider.active {
  display: block;
  overflow: hidden;
}
.tabs-slider .foto {
  width: 326px;
  height: 220px;
  border-radius: 25px 25px 0px 0px;
  background-size: cover;
  background-position: center;
}
.tabs-slider .box-info {
  position: relative;
  bottom: 10px;
  width: 326px;
  height: 247px;
  border-radius: 14.218px 14.218px 25px 25px;
  background: #1b3738;
}
.tabs-slider .box-info .space {
  padding-top: 21px;
  padding-left: 32px;
}
.tabs-slider .box-info h2 {
  color: #FFF;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.tabs-slider .box-info h3 {
  color: #72FF75;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.tabs-slider .box-info h4 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 34px;
  overflow: hidden;
  width: 261px;
  position: relative;
}
.tabs-slider .box-info .infos {
  margin-top: 21px;
  width: 278px;
  height: 50px;
  overflow: hidden;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
}
.tabs-slider .box-info .infos .conteudo {
  margin-bottom: 10px;
}
.tabs-slider .box-info .infos label {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 13px;
}
.tabs-slider .box-info .infos i.area {
  display: flex;
  mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.quarto {
  display: flex;
  mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.banheiro {
  display: flex;
  mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.vagas {
  display: flex;
  mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.academia {
  display: flex;
  mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.piscina {
  display: flex;
  mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tabs-slider .box-info .conteudo div {
  display: flex;
  align-items: start;
  justify-content: flex-start;
}

#listandoBusca {
  position: absolute;
  background: #fff;
  width: 72%;
  z-index: 9;
}
#listandoBusca .fundoBuscaRapida {
  color: #1b3738;
  background-color: #72ff75;
  width: 100%;
  display: grid;
  padding: 5px;
}
#listandoBusca div {
  color: #1b3738;
  width: 100%;
  display: grid;
  padding: 5px;
}
#listandoBusca div .selecionar-item {
  cursor: pointer;
}

.fundobannerHeader2 {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 273px;
  top: 0px;
  background-image: url("../images/banner-fundo/degrade1.png");
  background-repeat: repeat-x;
}

.pelicula2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.01) -23.53%, rgba(0, 0, 0, 0.25) 100.96%);
  background-repeat: repeat-x;
}

.pelicula3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.01) -23.53%, rgba(0, 0, 0, 0.29) 100.96%);
  background-repeat: repeat-x;
}

@media (max-width: 767px) {
  #slider1 .final {
    position: relative;
    z-index: 1;
    bottom: 80px;
    justify-content: center;
    display: flex;
    width: 100%;
  }
  .busca-rapida h2 {
    width: 279px !important;
  }
  .busca-rapida {
    width: 90%;
  }
  .busca-rapida .margin-busca {
    margin-left: 24px;
  }
}
@media (max-width: 991px) {
  .busca-principal button.zap {
    height: auto !important;
  }
  .busca-principal a.zap {
    height: auto !important;
  }
  .row.borda-direita {
    padding-right: 0px !important;
  }
  #slider2 .final {
    position: relative;
    z-index: 1;
    bottom: 80px;
    justify-content: center;
    display: flex;
    width: 100%;
  }
  .pelicula2 {
    height: 57%;
  }
  .pelicula3 {
    height: 57%;
  }
  .busca-rapida {
    background: #1b3738;
    margin-bottom: 30px;
  }
  .busca-rapida h2 {
    color: #72FF75;
    mix-blend-mode: lighten;
    opacity: initial;
    font-weight: normal;
  }
  .slider .botao {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }
  .slider .alinharDiv {
    margin-left: 20px;
    margin-top: 26px;
  }
  .tabs-slider .box-info {
    height: 269px;
  }
  a.conhecer {
    margin-top: 10px;
  }
  .tab2.titulo {
    margin-top: 13px;
  }
  .tag h2 {
    margin-top: 40px;
  }
  .tag .corte {
    left: 0px;
  }
  .marginMob {
    width: 90%;
  }
  .abre-share {
    bottom: 0px;
    display: none;
  }
  .slider .texto .centro {
    width: 100%;
    text-align: center;
  }
  .slider .texto .centro .text {
    font-size: 31px !important;
    width: 222px;
    text-align: left;
    margin-left: 26px;
    margin-top: 247px;
  }
  .busca-principal .global-tipo {
    width: 92%;
  }
  .tab-container .tab-panel.active {
    position: relative;
    overflow: visible;
  }
  .tab-container .tab-panel .paginacao-tab {
    position: absolute;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    bottom: -88px;
  }
  .tabs-slider .box-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
  }
  .tabs-slider .box-info .space {
    padding-top: 21px;
    padding-left: 0px;
  }
  .paginacao-comercial {
    position: relative;
  }
  .paginacao-comercial .paginacao-tab {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    position: absolute;
    bottom: -87px;
    right: 0px;
  }
  .tab2.titulo {
    width: 100%;
    text-align: center;
    font-size: 29px;
  }
  .tab2.subtitulo {
    width: 100%;
    text-align: center;
    padding-bottom: 19px;
  }
  .paginacao-comprar {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 26px;
  }
  .paginacao-comprar button {
    margin-left: 10px;
    margin-right: 10px;
    border: 0px;
    background: no-repeat;
  }
  .paginacao-comprar button svg path {
    fill: #fff;
  }
  .paginacao-comprar .progess {
    width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #b70c23;
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .paginacao-comprar .course-value {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .paginacao-comprar .counter-venda {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .paginacao-comprar .circular-progress {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
  }
  .paginacao-comprar .circular-progress {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
  }
  .paginacao-comprar .circular-progress::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #B70C23;
  }
  .paginacao-alugar {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 26px;
  }
  .paginacao-alugar button {
    margin-left: 10px;
    margin-right: 10px;
    border: 0px;
    background: no-repeat;
  }
  .paginacao-alugar button svg path {
    fill: #fff;
  }
  .paginacao-alugar .progess {
    width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #b70c23;
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .paginacao-alugar .course-value {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .paginacao-alugar .counter-alugar {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .paginacao-alugar .circular-progress {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
  }
  .paginacao-alugar .circular-progress {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
  }
  .paginacao-alugar .circular-progress::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #B70C23;
  }
  footer {
    border: 0px;
  }
  #slider1 {
    height: 860px;
    border: 0px;
  }
  #slider1 img {
    position: relative;
    width: 100%;
    z-index: 2;
    max-height: 600px;
    border-radius: 25px;
  }
  #slider1 .spaceSlider {
    position: relative;
    bottom: 11px;
    border-radius: 25px;
    border: 1px solid #E2E2E2;
    padding-left: 15px;
    padding-top: 35px;
    margin-bottom: 120px;
  }
  #slider1 h2 {
    width: 254px;
    font-size: 22px;
    height: 100%;
    overflow: hidden;
  }
  #slider1 h3 {
    width: 274px;
    font-size: 14px;
    padding-top: 14px;
  }
  #slider1 a.clique {
    margin-bottom: 53px;
  }
  #slider2 {
    height: 779px;
    border: 0px;
    overflow: visible;
  }
  #slider2 .final {
    bottom: 108px;
  }
  #slider2 img {
    position: relative;
    width: 100%;
    z-index: 2;
    max-height: 420px;
  }
  #slider2 .spaceSlider {
    position: relative;
    bottom: 11px;
    border-radius: 25px;
    border: 1px solid #E2E2E2;
    padding-left: 15px;
    padding-top: 35px;
    margin-bottom: 120px;
  }
  #slider2 h2 {
    width: 254px;
    font-size: 22px;
    height: 72px;
    overflow: hidden;
  }
  #slider2 h3 {
    width: 254px;
    font-size: 14px;
    padding-top: 14px;
    height: 108px;
    overflow: hidden;
  }
  #slider2 a.clique {
    margin-bottom: 43px;
  }
  .noPaddingMobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-direira {
    height: 1200px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .slider.principal {
    height: 1200px;
  }
  .slider .conteudo-texto {
    display: none;
  }
  .slider .texto {
    /* position: relative; */
    /* top: 229px; */
    /* display: flex; */
    /* justify-content: center; */
    height: 614px;
    width: 100%;
  }
  .box-nav {
    position: relative;
    bottom: 579px;
    width: 100%;
    left: 0;
  }
  .ancora {
    display: none;
  }
  .menu-topo div {
    display: block;
    margin: 10px 0;
  }
  .menu-toggle {
    display: block;
  }
  i.avancar {
    position: relative;
    top: 30px;
  }
  i.voltar {
    position: relative;
    top: 30px;
  }
  .tab1.titulo {
    width: 261px;
    font-size: 25px;
    margin-top: 10px;
  }
  .tab1.subtitulo {
    width: 293px;
    font-size: 12px;
  }
  .tag {
    margin-top: 0px;
    height: auto;
  }
  .tag h2 {
    font-size: 28px;
  }
  .tag .vetor-esq {
    display: none;
    margin-left: -91px;
  }
  .tag .vetor-dir {
    display: none;
    top: 258px;
    right: -57px;
  }
  .tag .centro-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tag .boxs-tags .verde {
    width: 248px !important;
  }
  .tag .boxs-tags .piscina {
    width: 248px !important;
  }
  .tag .boxs-tags .adm {
    width: 248px !important;
  }
  .tag .boxs-tags .metro {
    width: 248px !important;
  }
  .tag .boxs-tags .novos {
    width: 248px !important;
  }
  .tag .boxs-tags .descolados {
    width: 248px !important;
  }
  .tag .boxs-tags .padrao {
    width: 248px !important;
  }
  .tag .boxs-tags .vista {
    width: 248px !important;
  }
  .tab-container .tab-panel .foto {
    width: 100%;
    height: 220px;
  }
  .tab-container .tab-panel .box-info {
    width: 100%;
  }
  .tab-container .tab-menu .tab-item {
    padding: 0px 4px 0px 0px;
    font-size: 13px;
    text-align: center;
  }
  .tab-container .tab-menu .tab-item.active {
    font-size: 13px;
  }
  .tag .boxs-tags .box {
    width: 100%;
  }
  .tabs-slider .foto {
    width: 100%;
  }
  .tabs-slider .box-info {
    width: 100%;
  }
  .tab-container.tab-panel {
    position: relative;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .busca-principal button.zap {
    height: auto !important;
  }
  .busca-principal a.zap {
    height: auto !important;
  }
  #slider1 {
    height: 319px;
  }
  #slider1 .spaceSlider {
    padding-left: 0px;
    padding-top: 45px;
  }
  #slider1 .final {
    bottom: 48px;
    justify-content: end;
    width: 100%;
  }
  #slider2 {
    height: 319px;
  }
  #slider2 .spaceSlider {
    padding-left: 0px;
    padding-top: 45px;
  }
  #slider2 .final {
    bottom: 48px;
    justify-content: end;
    width: 100%;
  }
  .tag .boxs-tags .box {
    width: 100%;
  }
  .tab-container .tab-panel .foto {
    width: 100%;
  }
  .tab-container .tab-panel .box-info {
    width: 100%;
  }
  .tab-container .tab-panel .box-info .space {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .padding0-desk {
    padding-left: 0px;
    padding-right: 0px;
  }
  .menu-topo ul {
    width: 95%;
  }
}/*# sourceMappingURL=home.css.map */