.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.sec-topo {
  position: relative;
  height: 900px;
  padding: 50px 12%;
  background-image: url('../images/banner-topo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-socio_fantastico {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #179fdd;
}

.txt-yellow {
  font-family: 'Hv pinocchio', sans-serif;
  color: #fd0;
  font-size: 16px;
  font-weight: 400;
}

.txt-white {
  display: block;
  font-family: 'Hv pinocchio', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1px;
}

.sec-imagens {
  position: relative;
}

.cols-sm {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.div-cont-img1 {
  height: 400px;
  border-right: 2px solid #fff;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-cont-img2 {
  height: 400px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background-image: url('../images/foto2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-cont-img3 {
  height: 400px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background-image: url('../images/foto3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-cont-img4 {
  height: 400px;
  border-right: 2px none #fff;
  border-left: 2px solid #fff;
  background-image: url('../images/foto4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-200mil {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff6200;
}

.grid {
  width: 76%;
  justify-items: center;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sec-piscinadeondas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-blue {
  margin-bottom: 10px;
  font-family: 'Hv pinocchio', sans-serif;
  color: #179fdd;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-cont-img5 {
  height: 250px;
  border-right: 2px solid #fff;
  background-image: url('../images/foto5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-cont-img6 {
  height: 250px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background-image: url('../images/foto6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-cont-img7 {
  height: 250px;
  border-left: 2px solid #fff;
  background-image: url('../images/foto7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-pq-aquatico {
  height: 300px;
  padding: 50px 12%;
  background-image: url('../images/barra-pq-aquatico.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-toboagua {
  position: relative;
}

.div-img-toboagua {
  height: 450px;
  background-image: url('../images/img-toboagua.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  height: 75px;
  background-image: url('../images/barra-pq-aquatico2.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-lazer-familia {
  background-color: #ff5746;
}

.div-img-lazer-familia {
  height: 450px;
  background-image: url('../images/img-lazer_familia2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sec-whatsapp {
  display: none;
  padding: 50px 12%;
  background-color: #aad207;
}

.h1-lucita-branco-tt {
  font-family: Lucita, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.div-img-whats {
  display: inline-block;
  margin-right: 17px;
}

.div-block-3 {
  display: inline-block;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-clique-aqui {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #ff5746;
  font-family: Lucita, sans-serif;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.button-clique-aqui:hover {
  background-color: #e04131;
}

.sec-fazendinha {
  position: relative;
}

.div-img-fazendinha {
  height: 500px;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('../images/img-fazendinha-mini.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-ilustra-fazen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.txt-green {
  font-family: 'Hv pinocchio', sans-serif;
  color: #aad207;
  font-size: 16px;
  font-weight: 400;
}

.sec-icebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39bbf7;
}

.grid-2 {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-img-icebar {
  width: 100%;
  height: 58%;
  background-image: url('../images/img-icebar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-whatsapp-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 12% 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aad207;
}

.sec-footer {
  padding: 80px 12%;
  background-color: #ececec;
  background-image: url('../images/shape-green.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-cont-footer {
  padding-right: 91px;
  text-align: center;
}

.div-logo-barretos {
  display: inline-block;
  height: 100%;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-right: 1px solid #c7c6d0;
}

.div-logo-gr {
  display: inline-block;
  padding-left: 30px;
}

.div-cont-txt-banner {
  padding-right: 87px;
}

.div-conteiner-texto {
  position: relative;
  display: inline-block;
  float: right;
  text-align: left;
}

.h3-amarelo---tt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lucita, sans-serif;
  color: #fd0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h3-branco---tt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lucita, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-5 {
  margin-top: 54px;
}

.txt-yellow-18 {
  margin-bottom: 10px;
  font-family: 'Hv pinocchio', sans-serif;
  color: #fd0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-shape-azul-desk {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-blue-socio.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-cont-socio_fantastico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  padding-right: 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-cont-200mil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-right: 25px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-cont-txt-200mil {
  width: 100%;
  margin-left: 25px;
}

.txt-yellow-22-esp {
  margin-bottom: 10px;
  font-family: 'Hv pinocchio', sans-serif;
  color: #fd0;
  font-size: 27px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-cont-img-gigante-piscina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-right: 25px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-txt-gigante-piscina-ondas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-shape-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 50px;
  background-image: url('../images/barra-pq-aquatico2.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-cont-txt-6toboagua {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  padding: 50px 52px 50px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-cont-txt-6tob {
  width: auto;
  margin-bottom: 17px;
  text-align: left;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  padding-right: 12%;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 330px;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-8 {
  display: inline-block;
  width: auto;
  padding-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.colunas-fazendinha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-shape-laranja {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  background-image: url('../images/shape-laranja.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-10 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  margin-right: 0px;
  padding-left: 12%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  padding-left: 12%;
  float: right;
}

.div-cont-txt-6toboaguas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 330px;
  padding-top: 50px;
  padding-right: 28px;
  padding-left: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-cont-txt-fazendinha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 25px;
  padding: 0px 0px 0px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.txt-green-22-esp {
  margin-bottom: 10px;
  font-family: 'Hv pinocchio', sans-serif;
  color: #aad207;
  font-size: 26px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-txt-minizoo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-cont-img-minizoo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 20px;
  margin-bottom: 17px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-shape-verde-desk {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-verde-seta_laranja.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.div-img-pq-aventuras {
  height: 400px;
  background-image: url('../images/img-parque-de-aventuras.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-cont-txt-pq-aventuras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 400px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-img-txt-pq-aventuras {
  margin-bottom: 16px;
}

.div-cont-faz-minizoo-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: 0px;
  padding-left: 12%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols-sm-copy {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/vetor-colorido.png');
  background-position: 100% 50%;
  background-size: 25%;
  background-repeat: no-repeat;
}

.div-cont-icebar {
  width: 100%;
  margin-right: 25px;
}

.img-lazer-p-toda-familia-mob {
  margin-bottom: 16px;
}

.sec-cartao-socio-fantastico-desk {
  position: relative;
  height: auto;
  padding-right: 12%;
  padding-left: 12%;
  background-image: url('../images/vetor-edicao-limitada.png');
  background-position: 0px 0px;
  background-size: 30%;
  background-repeat: no-repeat;
}

.div-block-13 {
  text-align: center;
}

.div-shape-azul-claro-desk {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-azul-claro.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-14 {
  display: inline-block;
}

.grid-3 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  position: relative;
  top: 55px;
}

.div-txt-menina {
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 31px;
  text-align: left;
}

.txt-orange-22-esp {
  margin-bottom: 10px;
  font-family: 'Hv pinocchio', sans-serif;
  color: #ff6200;
  font-size: 27px;
  line-height: 22px;
  letter-spacing: 1px;
}

.div-shape-transparente {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-yellow-arrow-orange.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.sec-topo-mobile {
  position: relative;
  display: none;
  height: 700px;
  padding: 50px 12%;
  background-image: url('../images/banner-topo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-title-lazer-familia {
  width: 80%;
}

.div-img-title-lazer-familia-mob {
  display: none;
}

.div-cont-faz-minizoo-mob {
  display: none;
  height: 400px;
  margin-right: 0px;
  padding-left: 12%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-title-icebar-desk {
  margin-bottom: 10px;
}

.div-title-icebar-desk-mob {
  display: none;
}

.sec-cartao-socio-fantastico-mob {
  position: relative;
  display: none;
  height: auto;
  padding-right: 12%;
  padding-left: 12%;
  background-image: url('../images/vetor-edicao-limitada.png');
  background-position: 0px 0px;
  background-size: 30%;
  background-repeat: no-repeat;
}

.div-shape-azul-claro-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: auto;
  height: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-azul-claro.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-shape-azul-claro-mob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-azul-claro.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-shape-verde-mob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: auto;
  height: 65px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-verde-seta_laranja.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.div-shape-azul-mob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: auto;
  height: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-blue-socio.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-shape-transparente-mob {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 65px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-transparente.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.txt-blue-legenda {
  margin-top: 32px;
  float: right;
  font-family: 'Hv pinocchio', sans-serif;
  color: #179fdd;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.txt-branco-legenda {
  margin-top: 32px;
  float: none;
  font-family: 'Hv pinocchio', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.txt-branco-legenda-mob {
  display: none;
  font-family: 'Hv pinocchio', sans-serif;
  color: #fff;
  font-size: 12px;
}

.txt-rosa {
  margin-bottom: 5px;
  font-family: 'Hv pinocchio', sans-serif;
  color: #ff5746;
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-con-bolinhas {
  display: inline-block;
  clear: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-24 {
  margin-left: 15px;
}

.image-4 {
  width: 90%;
}

.div-block-25 {
  width: 80%;
}

.div-block-26 {
  width: 76%;
}

.sec-formul-rio {
  padding: 50px 12%;
}

.div-form {
  width: 76%;
  margin-top: 40px;
}

.h1-lucita-branco {
  margin-bottom: 21px;
  font-family: Lucita, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  text-transform: none;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-white-copy {
  display: block;
  font-family: 'Hv pinocchio', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button-enviar {
  width: auto;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #179fdd;
  font-family: Lucita, sans-serif;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.button-enviar:hover {
  background-color: #0e80b4;
}

.text-field {
  border-radius: 20px;
}

.txt-white-tt {
  display: block;
  margin-bottom: 2px;
  font-family: 'Hv pinocchio', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.img-lazer-p-toda-familia-desk {
  margin-bottom: 16px;
}

.sec-adquira {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 12% 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fd0;
}

.button-adquira {
  width: auto;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #179fdd;
  font-family: Lucita, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.button-adquira:hover {
  background-color: #0c7db1;
}

.h1-azul {
  font-family: Lucita, sans-serif;
  color: #179fdd;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-shape-transp--amarelo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-yellow-arrow-blue.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.sec--seja-socio {
  padding: 50px 12%;
  background-color: #ff5746;
}

.div-cont-seja-socio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-adquira-rosa {
  width: auto;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #fd0;
  font-family: Lucita, sans-serif;
  color: #ff5746;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.button-adquira-rosa:hover {
  background-color: #fbff00;
}

.h1-branco {
  font-family: Lucita, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.sec-cta-edicao-exclusiva {
  position: relative;
  padding: 50px 12%;
  background-color: #fd0;
}

.div-cont-cta-edicao-esclusiva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-cont-cta-edicao-exclusiva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-garanta {
  width: auto;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #ff5746;
  font-family: Lucita, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.button-garanta:hover {
  background-color: #e04131;
}

.h1-rosa {
  font-family: Lucita, sans-serif;
  color: #ff5746;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-shape-amarelo-seta-rosa {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-yellow-arrow-rosa.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.div-shape-mob-amarelo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-yellow-arrow-blue.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.div-shape-amarelo-seta-rosa-mob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/shape-yellow-arrow-rosa.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .sec-topo {
    display: none;
  }
  .sec-socio_fantastico {
    padding-top: 120px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .txt-white {
    text-align: center;
  }
  .div-cont-img1 {
    height: 350px;
    border-bottom: 2px solid #fff;
  }
  .div-cont-img2 {
    height: 350px;
    border-bottom: 2px solid #fff;
    border-right-style: none;
  }
  .div-cont-img3 {
    height: 350px;
    border-top: 2px solid #fff;
    border-left-style: none;
  }
  .div-cont-img4 {
    height: 350px;
    border-top: 2px solid #fff;
    background-position: 50% 20%;
  }
  .sec-200mil {
    padding-right: 10%;
    padding-left: 10%;
  }
  .grid {
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec-piscinadeondas {
    padding-top: 130px;
    padding-right: 10%;
    padding-left: 10%;
    background-image: url('../images/shape-hand-orange.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .txt-blue {
    text-align: center;
  }
  .sec-pq-aquatico {
    height: auto;
    padding-right: 10%;
    padding-left: 10%;
  }
  .div-img-toboagua {
    height: 360px;
  }
  .div-img-lazer-familia {
    height: 360px;
  }
  .sec-whatsapp {
    padding-right: 0%;
    padding-bottom: 20px;
    padding-left: 0%;
  }
  .sec-fazendinha {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-img-fazendinha {
    height: 360px;
  }
  .sec-icebar {
    padding: 123px 0% 20px;
  }
  .grid-2 {
    grid-auto-flow: row;
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }
  .div-img-icebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 50% 0%;
    background-size: cover;
    text-align: center;
  }
  .sec-whatsapp-2 {
    padding: 80px 5% 57px;
  }
  .sec-footer {
    padding-top: 134px;
    padding-right: 10%;
    padding-left: 10%;
    background-image: url('../images/shape-hand-green.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div-cont-footer {
    padding-right: 48px;
  }
  .txt-yellow-18 {
    text-align: center;
  }
  .div-shape-azul-desk {
    display: none;
  }
  .div-cont-socio_fantastico {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-cont-200mil {
    width: 100%;
    height: auto;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-cont-txt-200mil {
    width: auto;
  }
  .txt-yellow-22-esp {
    text-align: center;
  }
  .div-cont-img-gigante-piscina {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-txt-gigante-piscina-ondas {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .div-shape-color {
    display: none;
    background-size: contain;
  }
  .div-cont-txt-6toboagua {
    width: 100%;
    height: auto;
    padding: 108px 0px 0px 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-cont-txt-6tob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-block-6 {
    width: 100%;
    height: auto;
    padding: 50px 10%;
  }
  .div-block-9 {
    width: auto;
    height: auto;
  }
  .div-shape-laranja {
    display: none;
  }
  .div-block-10 {
    width: auto;
  }
  .div-block-11 {
    height: auto;
    margin-top: 0px;
    padding: 22px 10% 50px;
    background-image: url('../images/shape-hand-blue-pq-aquatico.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .txt-green-22-esp {
    text-align: center;
  }
  .div-shape-verde-desk {
    display: none;
  }
  .sec-pq-aventuras {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-img-pq-aventuras {
    height: 360px;
  }
  .div-cont-txt-pq-aventuras {
    width: 100%;
    height: auto;
    padding: 50px 10%;
  }
  .div-img-txt-pq-aventuras {
    text-align: center;
  }
  .div-cont-faz-minizoo-desk {
    display: none;
  }
  .cols-sm-copy {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-cont-icebar {
    width: 100%;
    margin-right: 0px;
    padding-right: 10%;
    padding-bottom: 30px;
    padding-left: 10%;
  }
  .img-lazer-p-toda-familia-mob {
    display: inline;
    width: auto;
  }
  .sec-cartao-socio-fantastico-desk {
    display: none;
  }
  .div-shape-azul-claro-desk {
    display: none;
  }
  .grid-3 {
    -ms-grid-columns: 2.75fr;
    grid-template-columns: 2.75fr;
  }
  .image-2 {
    top: 20px;
  }
  .div-txt-menina {
    padding-bottom: 0px;
  }
  .txt-orange-22-esp {
    text-align: center;
  }
  .sec-topo-mobile {
    display: block;
    height: 1100px;
    padding: 30px 0%;
    background-image: url('../images/banner-topo-mobile.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .div-cont-logo-barretos-mob {
    text-align: center;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .dib-mob-selos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-block-16 {
    display: inline-block;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 129px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .image-3 {
    text-align: left;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-img-title-lazer-familia {
    display: block;
    width: auto;
  }
  .div-img-title-lazer-familia-mob {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .div-cont-faz-minizoo-mob {
    display: block;
    height: auto;
    padding: 50px 10%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-cont-title-d-fazendinha {
    margin-bottom: 20px;
    text-align: center;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-19 {
    text-align: center;
  }
  .div-title-icebar-desk {
    display: none;
    text-align: center;
  }
  .div-title-icebar-desk-mob {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .sec-cartao-socio-fantastico-mob {
    display: block;
    padding-top: 152px;
    padding-right: 10%;
    padding-left: 10%;
    background-image: url('../images/shape-hand-blue.png');
    background-position: 50% 0%;
    background-size: contain;
  }
  .div-shape-azul-claro-mobile {
    display: block;
    background-image: url('../images/shape-hand-blue.png');
  }
  .div-shape-azul-claro-mob {
    display: none;
    height: 120px;
    background-image: url('../images/shape-hand-blue.png');
    background-size: cover;
  }
  .div-shape-verde-mob {
    display: none;
    height: 120px;
    background-image: url('../images/shape-hand-white-green.png');
    background-size: cover;
  }
  .div-shape-azul-mob {
    display: block;
    height: 100%;
    background-image: url('../images/shape-azul-hand_amarelo.png');
    background-size: contain;
  }
  .div-shape-transparente-mob {
    height: 100%;
    background-image: url('../images/shape-hand-amarelo-laranja.png');
    background-size: contain;
  }
  .txt-blue-legenda {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .div-block-20 {
    text-align: center;
  }
  .txt-branco-legenda {
    display: none;
    float: none;
    text-align: center;
  }
  .txt-branco-legenda-mob {
    display: block;
    margin-left: 0%;
    padding-top: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    text-align: left;
  }
  .txt-rosa {
    text-align: center;
  }
  .div-block-22 {
    width: auto;
  }
  .div-con-bolinhas {
    display: none;
  }
  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-form {
    width: auto;
  }
  .txt-white-copy {
    text-align: left;
  }
  .txt-white-tt {
    text-align: center;
  }
  .img-lazer-p-toda-familia-desk {
    display: none;
    width: auto;
  }
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sec-adquira {
    padding-top: 50px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .h1-azul {
    margin-top: 0px;
  }
  .h1-branco {
    margin-top: 0px;
  }
  .sec-cta-edicao-exclusiva {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-bottom: 50px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h1-rosa {
    margin-top: 0px;
  }
  .div-shape-amarelo-seta-rosa {
    display: none;
  }
  .div-shape-mob-amarelo {
    background-image: url('../images/shape-hand-amarelo-azul.png');
    background-size: contain;
  }
  .div-shape-amarelo-seta-rosa-mob {
    display: block;
    background-image: url('../images/shape-hand-amarelo-rosa.png');
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .div-cont-img1 {
    height: 300px;
  }
  .div-cont-img2 {
    height: 300px;
    border-right-style: none;
  }
  .div-cont-img3 {
    height: 300px;
    border-left-style: none;
  }
  .div-cont-img4 {
    height: 300px;
  }
  .sec-piscinadeondas {
    padding-top: 112px;
  }
  .sec-pq-aquatico {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-2 {
    height: auto;
  }
  .h1-lucita-branco-tt {
    font-size: 16px;
    line-height: 30px;
  }
  .div-img-whats {
    width: 20%;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec-icebar {
    padding-top: 96px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sec-whatsapp-2 {
    padding-top: 44px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .sec-footer {
    padding: 100px 0% 50px;
  }
  .div-cont-footer {
    padding-right: 0px;
  }
  .div-logo-barretos {
    width: 40%;
  }
  .div-logo-gr {
    width: 40%;
  }
  .div-cont-txt-pq-aventuras {
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-cont-icebar {
    padding-right: 5%;
    padding-bottom: 15px;
    padding-left: 5%;
  }
  .image-2 {
    top: 20px;
  }
  .sec-topo-mobile {
    height: 800px;
    padding-top: 30px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-block-15 {
    width: 40%;
  }
  .div-block-16 {
    width: 60%;
  }
  .div-cont-faz-minizoo-mob {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .sec-cartao-socio-fantastico-mob {
    padding-top: 106px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-shape-azul-mob {
    background-size: contain;
  }
  .div-shape-transparente-mob {
    background-size: contain;
  }
  .txt-branco-legenda-mob {
    margin-left: 0%;
  }
  .h1-lucita-branco {
    font-size: 16px;
    line-height: 30px;
  }
  .div-block-27 {
    width: 100%;
  }
  .button-enviar {
    width: 100%;
  }
  .txt-white-tt {
    text-align: left;
  }
  .column {
    text-align: center;
  }
  .sec-adquira {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-adquira {
    font-size: 25px;
  }
  .h1-azul {
    font-size: 25px;
  }
  .sec--seja-socio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-adquira-rosa {
    font-size: 25px;
  }
  .h1-branco {
    margin-top: 0px;
    font-size: 25px;
  }
  .button-garanta {
    font-size: 25px;
  }
  .h1-rosa {
    font-size: 25px;
  }
  .div-shape-amarelo-seta-rosa-mob {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .sec-socio_fantastico {
    padding-top: 69px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .txt-white {
    font-size: 15px;
    text-align: left;
  }
  .div-cont-img1 {
    height: 200px;
  }
  .div-cont-img2 {
    height: 200px;
  }
  .div-cont-img3 {
    height: 200px;
  }
  .div-cont-img4 {
    height: 200px;
  }
  .sec-200mil {
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .sec-piscinadeondas {
    padding-top: 71px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .txt-blue {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .div-cont-img5 {
    height: 180px;
  }
  .div-cont-img6 {
    height: 180px;
  }
  .div-cont-img7 {
    height: 180px;
  }
  .sec-pq-aquatico {
    height: auto;
  }
  .div-img-toboagua {
    height: 200px;
  }
  .div-img-lazer-familia {
    height: 200px;
  }
  .div-block-2 {
    height: auto;
  }
  .sec-whatsapp {
    padding-top: 30px;
  }
  .h1-lucita-branco-tt {
    font-size: 14px;
    line-height: 22px;
  }
  .div-img-whats {
    width: 15%;
  }
  .div-block-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-clique-aqui {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
  }
  .div-img-fazendinha {
    height: 200px;
  }
  .sec-icebar {
    padding-top: 62px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .grid-2 {
    width: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -ms-grid-columns: 3.5fr;
    grid-template-columns: 3.5fr;
  }
  .div-img-icebar {
    height: 200px;
  }
  .sec-whatsapp-2 {
    padding: 42px 5% 27px;
  }
  .sec-footer {
    padding: 80px 2% 30px;
  }
  .txt-yellow-18 {
    font-size: 18px;
    text-align: left;
  }
  .txt-yellow-22-esp {
    font-size: 25px;
    text-align: left;
  }
  .div-shape-color {
    background-position: 50% 0%;
  }
  .div-cont-txt-6toboagua {
    padding-top: 33px;
  }
  .div-block-11 {
    padding-top: 33px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .txt-green-22-esp {
    font-size: 22px;
    text-align: left;
  }
  .div-img-pq-aventuras {
    height: 200px;
  }
  .div-cont-icebar {
    padding-right: 0%;
    padding-left: 0%;
  }
  .image-2 {
    top: 10px;
  }
  .sec-topo-mobile {
    height: 600px;
    padding-top: 20px;
  }
  .dib-mob-selos {
    width: 60%;
    clear: both;
  }
  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-17 {
    padding-bottom: 96px;
  }
  .div-cont-faz-minizoo-mob {
    padding-top: 74px;
  }
  .sec-cartao-socio-fantastico-mob {
    padding-top: 70px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-shape-azul-claro-mob {
    height: 100%;
  }
  .div-shape-transparente-mob {
    height: 60px;
  }
  .txt-branco-legenda-mob {
    margin-left: 2%;
  }
  .txt-rosa {
    text-align: left;
  }
  .div-block-26 {
    width: 100%;
  }
  .h1-lucita-branco {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .button-enviar {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
  }
  .sec-adquira {
    padding: 40px 5%;
  }
  .button-adquira {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
  }
  .h1-azul {
    margin-top: 0px;
    font-size: 18px;
  }
  .div-cont-seja-socio {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-adquira-rosa {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
  }
  .sec-cta-edicao-exclusiva {
    padding-top: 50px;
    padding-right: 2%;
    padding-left: 2%;
  }
  .div-cont-cta-edicao-esclusiva {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-garanta {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
  }
  .h1-rosa {
    margin-top: 0px;
    font-size: 18px;
  }
  .div-shape-mob-amarelo {
    height: 10%;
  }
  .div-shape-amarelo-seta-rosa-mob {
    height: 100%;
  }
  .column-2 {
    margin-top: 22px;
  }
}

#w-node-9b0ac177d784-9839c1d8 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-26c3f9d8797b-9839c1d8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e27ad750a294-9839c1d8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9e3900449886-9839c1d8 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7306ca6b66a2-9839c1d8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d8c3bafbc93d-9839c1d8 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d8c3bafbc942-9839c1d8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-26c3f9d8797b-9839c1d8 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-e27ad750a294-9839c1d8 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef757ff65cb2-9839c1d8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Hv pinocchio';
  src: url('../fonts/HV-PINOCCHIO-ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Dk cut along';
  src: url('../fonts/DK-CUT-ALONG.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hv pinocchio';
  src: url('../fonts/HV-PINOCCHIO-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lucita';
  src: url('../fonts/LUCITA-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}