.w-nav-link-corporativo.w--current {
  color: #2D7EB3;
}
.w-nav-link-corporativo{
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link-condominio.w--current {
  color: #FE5D00;
}
.w-nav-link-condominio{
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.sucesso-contato{
  padding-left:3%;
  padding-right:3%;
  margin-top: 10%;
  padding-bottom: 8%;
  padding-top: 7%;
  min-width: 250px;
  align-self: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  box-shadow: 0px 3px #dadada;
}

.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.section_intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 800px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/bg-div1-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
}

.div-block-3 {
  position: relative;
  top: 10vh;
  bottom: 0vh;
  width: 85vw;
  margin-bottom: 0px;
  clear: none;
}

.grid {
  position: static;
  height: 45vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 50vh;
  grid-template-rows: 50vh;
}

.div-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: 369px;
  margin-top: 32px;
  margin-left: 120px;
  -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;
  color: #fff;
}

.div-block-2.comum {
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: 120px;
}

.text-block {
  font-size: 58px;
  line-height: 100%;
  font-weight: 600;
}

.heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 93px;
  line-height: 100%;
}

.paragraph {
  margin-bottom: 20.8px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}

.button {
  padding: 20px 30px;
  border-radius: 100px;
  background-color: #2d7eb3;
  box-shadow: 2px 0 20px 0 #000;
  color: #535353;
  font-size: 23px;
  font-weight: 600;
}

.heading-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-2 {
  display: block;
  height: 9%;
  margin-top: 10px;
  margin-bottom: 0%;
  padding: 12px 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10020px;
  background-color: #54ffa7;
  color: #2b2b2b;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.button-2.condominio {
  background-color: #fe5d00;
}

.button-2.corporativo {
  background-color: #2d7eb3;
  color: #fff;
}

.div-block-9-copy-copy {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #999;
  font-size: 15px;
}

.pre-o-internet {
  color: #2b2b2b;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}

.heading-3-copy {
  height: auto;
  min-height: 90px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 0px;
  text-align: center;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: none;
  min-height: 738px;
  margin-top: 0vh;
  margin-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-2 {
  margin-bottom: 10px;
  padding-top: 0px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.paragraph-2.residencia {
  margin-bottom: 20px;
  color: #2b2b2b;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -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;
  border-radius: 20px;
  background-image: url('../images/foto-condominios.png');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 10px 20px 0 #d4d4d4;
}

.grid-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.heading-5 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.pre-o-fibra {
  height: auto;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}

.card---fibra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  min-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  box-shadow: 0 30px 3rem 0 rgba(0, 0, 0, 0.25);
}

.section_pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 2400px;
  min-height: 800px;
  -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: #fff;
  background-image: linear-gradient(15deg, #364c7f, #4286f4);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-5 {
  color: #3f4046;
  font-size: 15px;
  font-weight: 600;
}

.heading-3 {
  height: auto;
  max-height: none;
  min-height: 90px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
}

.text-block-2-copy {
  margin-top: 0%;
  font-size: 19px;
  text-align: center;
}

.div-block-5 {
  width: 100%;
  height: auto;
  min-height: 60%;
}

.a-partir-de {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  font-size: 19px;
  text-align: center;
}

.card-fibra-top {
  width: 100%;
  height: 180px;
  border-radius: 20px 20px 0px 0px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #54ffa7;
  font-size: 46px;
  text-align: center;
}

.heading-2.residencia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 40px;
  padding-left: 0px;
  -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;
  font-size: 41px;
}

.heading-2.corporativo {
  margin-top: 40px;
  color: #fff;
}

.heading-2.condominio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.heading-2.condominio.mesmo {
  color: #fe5d00;
}

.heading-2.empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.heading-2.empresas.mesmo {
  color: #2d7eb3;
}

.text-block-2 {
  margin-top: 0%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 19px;
  text-align: center;
}

.text-block-3-copy {
  color: #999;
  font-size: 15px;
}

.div-block-9 {
  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;
  -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;
  width: 100%;
  height: 50%;
  -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;
  border-radius: 20px;
  background-image: url('../images/ft-corporativo.png');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 10px 20px 0 #d4d4d4;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90%;
  margin-top: 0px;
  margin-bottom: 15px;
  -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-block-4 {
  position: relative;
  top: 0%;
  color: #3f4046;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

.grid-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 500px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card---internet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  min-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  box-shadow: 0 30px 3rem 0 rgba(0, 0, 0, 0.25);
}

.card-internet-top {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px 20px 0px 0px;
}

.section_tv {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: -72px;
  padding-top: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-4-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  margin: 2% auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2-copy {
  margin-top: 0px;
  color: #757575;
  font-size: 46px;
  text-align: center;
}

.paragraph-2-copy {
  margin-bottom: 0px;
  font-size: 19px;
  text-align: center;
}

.tv_div {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 34vw;
  height: 37vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0vh;
  margin-left: 0vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/foto-internet-fibra.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  background-color: transparent;
}

.section_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 900px;
  -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: #02ff85;
  background-image: linear-gradient(14deg, #14b98b, rgba(253, 254, 254, 0.29) 100%, rgba(255, 255, 255, 0.28));
}

.grid_pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 660px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 11px -4px #000;
}

.div_map {
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  background-image: url('../images/new-google-maps-cover.png');
  background-position: 50% 50%;
  background-size: auto;
}

.div_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.form-block {
  height: 100%;
}

.form-block-copy {
  height: 100%;
}

.endereco_textfield {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
  font-size: 15px;
}

.endereco_textfield.residencia {
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-color: #54ffa7;
}

.endereco_textfield.residencia.corporativo {
  border-color: #2d7eb3;
}

.endereco_textfield.condominio {
  border-color: #fe5d00;
}

.endereco_textfield.empresa {
  height: 10%;
  margin-bottom: 2%;
  border-color: #2d7eb3;
}

.endereco_textfield.empresa.corporativo {
  border-color: #2d7eb3;
}

.endereco_textfield.condominio {
  height: 10%;
  margin-bottom: 2%;
  border-color: #fe5d00;
}

.endereco_textfield.condominio.corporativo {
  border-color: #2d7eb3;
}

.email_textfield {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
  font-size: 15px;
}

.email_textfield.residencia {
  height: auto;
  margin-bottom: 2%;
  border-color: #54ffa7;
}

.email_textfield.residencia.corporativo {
  border-color: #2d7eb3;
}

.email_textfield.condominio {
  border-color: #fe5d00;
}

.email_textfield.empresa {
  height: 10%;
  margin-bottom: 2%;
  border-color: #2d7eb3;
}

.email_textfield.empresa.corporativo {
  border-color: #2d7eb3;
}

.email_textfield.condominio {
  height: 10%;
  margin-bottom: 2%;
  border-color: #fe5d00;
}

.email_textfield.condominio.corporativo {
  border-color: #2d7eb3;
}

.body {
  font-family: Poppins, sans-serif;
}

.grid_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 70%;
  grid-template-rows: auto 70%;
}

.grid-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-columns: 1.25fr 0.75fr;
  grid-template-columns: 1.25fr 0.75fr;
  -ms-grid-rows: 5vh;
  grid-template-rows: 5vh;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  display: block;
  height: auto;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 100%;
  font-weight: 600;
  text-align: left;
}

.text-block-7 {
  position: relative;
  overflow: visible;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 19px;
  line-height: 100%;
  font-weight: 500;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 19px;
  line-height: 100%;
  font-weight: 500;
}

.div-block-16 {
  display: block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-17 {
  display: block;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span {
  font-family: 'Fa solid 900', sans-serif;
}

.text-span-2 {
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #54ffa7;
  font-size: 28px;
}

.text-span-2.empresas {
  color: #486cb7;
}

.text-span-2.residencia {
  color: #fe5d00;
}

.text-span-3 {
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #54ffa7;
  font-size: 28px;
  text-align: left;
}

.text-span-3.empresas {
  color: #486cb7;
}

.text-span-3.residencia {
  color: #fe5d00;
}

.text-span-3.gamer {
  color: #54ffa7;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 98%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.telefone_textfield {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
  font-size: 15px;
}

.telefone_textfield.residencia {
  width: 45%;
  height: auto;
  margin-bottom: 2%;
  border-color: #54ffa7;
}

.telefone_textfield.residencia.corporativo {
  border-color: #2d7eb3;
}

.telefone_textfield.residencia.corporativo.aux {
  width: 100%;
}

.telefone_textfield.condominio {
  border-color: #fe5d00;
}

.telefone_textfield.empresa {
  height: 10%;
  margin-bottom: 2%;
  border-color: #2d7eb3;
}

.telefone_textfield.empresa.corporativo {
  border-color: #2d7eb3;
}

.telefone_textfield.condominio {
  height: 10%;
  margin-bottom: 2%;
  border-color: #fe5d00;
}

.telefone_textfield.condominio.corporativo {
  border-color: #2d7eb3;
}

.mensagem_textfield {
  display: inline-block;
  overflow: visible;
  height: auto;
  max-height: 150px;
  min-height: 90px;
  margin-bottom: 0vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
  font-size: 15px;
  text-align: left;
  white-space: normal;
}

.mensagem_textfield.residencia {
  max-height: 16%;
  min-height: 12%;
  margin-bottom: 0px;
  border-color: #54ffa7;
}

.mensagem_textfield.residencia.corporativo {
  border-color: #2d7eb3;
}

.mensagem_textfield.condominio {
  border-color: #fe5d00;
}

.mensagem_textfield.empresa {
  max-height: 16%;
  min-height: 12%;
  margin-bottom: 0px;
  border-color: #2d7eb3;
}

.mensagem_textfield.empresa.corporativo {
  border-color: #2d7eb3;
}

.mensagem_textfield.condominio {
  max-height: 16%;
  min-height: 12%;
  margin-bottom: 0px;
  border-color: #fe5d00;
}

.mensagem_textfield.condominio.corporativo {
  border-color: #2d7eb3;
}

.dropdown-toggle {
  padding: 0px;
  border: 1px solid #000;
}

.dropdown {
  height: 5vh;
  padding: 10px 12px 8px;
  border: 1px solid #000;
  border-radius: 20px;
}

.submit-button {
  height: 40px;
  margin-right: 5%;
  padding: 0vh 60px;
  border-radius: 20px;
  background-color: #3eda8a;
  font-size: 24px;
}

.submit-button.residencial {
  margin-top: 3%;
  margin-bottom: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #54ffa7;
  color: #fff;
}

.submit-button.residencial.corporativo {
  margin-right: 5%;
  background-color: #2d7eb3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.submit-button.residencia {
  margin-right: 5%;
  background-color: #fe5d00;
}

.submit-button.residencia.aux {
  margin-right: 5%;
}

.submit-button.empresa {
  margin-top: 3%;
  margin-bottom: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #2d7eb3;
  color: #fff;
}

.submit-button.empresa.corporativo {
  background-color: #2d7eb3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.submit-button.condominio {
  margin-top: 3%;
  margin-bottom: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fe5d00;
  color: #fff;
}

.submit-button.condominio.corporativo {
  background-color: #2d7eb3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.dropdown-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
}

.dropdown-2.empresas {
  border-color: #486cb7;
}

.dropdown-2.condominio {
  border-color: #fe5d00;
}

.text-block-9 {
  margin-left: 12px;
  color: #949494;
  font-size: 15px;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.section_navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -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-block-18 {
  width: 80vw;
  height: 64px;
}

.grid-9 {
  position: relative;
  z-index: 1000;
  width: 90vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 0.5fr 1.25fr;
  grid-template-columns: 1.25fr 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-2 {
  position: fixed;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 72px;
  -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;
  background-color: #fff;
  font-size: 15px;
}

.nav_left {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-height: 60px;
  max-width: 96%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav_logo {
  padding-top: 5px;
  width: 200px;
  height: 64px;
  display: flex;
  flex-direction: row;
  align-self: center;
  align-content: center;
  justify-content: center;
  max-height: 64px;
  max-width: 200px;
  min-height: 64px;
  min-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
}

.nav-link {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.nav-link.corporativo {
  color: #333;
  font-weight: 400;
}

.nav-link.home {
  color: #333;
  font-weight: 400;
}

.nav-link.residencial {
  color: #fe5d00;
  font-weight: 700;
}

.nav-link-2 {
  width: 33.333%;
  max-width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  padding: 20px 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.nav-link-2.w--current {
  color: #fe5d00;
  font-weight: 700;
}

.nav-link-2.condominio {
  color: #fe5d00;
  font-weight: 700;
}

.nav-link-3 {
  width: 33.3333%;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  color: #2d7eb3;
  font-weight: 700;
  text-align: center;
}

.nav-link-3.corporativo {
  color: #2d7eb3;
}

.nav-link-3.residencia {
  color: #333;
  font-weight: 400;
}

.nav-link-4 {
  width: 33.333%;
  max-width: 24%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.nav-link-5 {
  width: 33.333%;
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.nav-link-5.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.nav-link-6 {
  width: 60%;
  text-align: center;
}

.brand {
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('../images/Group-17.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand.w--current {
  background-image: url('../images/Group-17.svg');
  background-size: cover;
  background-repeat: repeat;
}

.div-block-19 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  width: 10vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 100px;
  background-color: #2d7eb3;
  color: #fff;
  text-align: center;
}

.button-3.residencia {
  background-color: #fe5d00;
}

.button-4 {
  margin-right: 20px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 100%;
  background-color: #2d7eb3;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.button-4.residencia {
  background-color: #fe5d00;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.section_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 400px;
  -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;
  background-color: #0f0f0f;
}

.grid-10 {
  width: 90vw;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.footer_left_div {
  color: #fff;
}

.footer_right_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rodapetexto {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}

.text-block-11 {
  font-size: 19px;
}

.text-block-12 {
  font-size: 19px;
}

.text-block-13 {
  margin-left: -10px;
  font-size: 19px;
}

.div_footer_aux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_phone {
  margin-top: 1px;
  margin-right: 22px;
  font-family: 'Fa solid 900', sans-serif;
  color: #3eda8a;
  font-size: 28px;
}

.icon_phone.empresas {
  color: #486cb7;
}

.icon_phone.residencia {
  color: #fe5d00;
}

.icon_phone.gamer {
  color: #54ffa7;
}

.icon_mail {
  margin-right: 10px;
  margin-bottom: 1px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 28px;
}

.text_pontoverde {
  color: #e47429;
}

.text_pontoverde.corporativo {
  color: #2d7eb3;
}

.text_pontoverde.residencia {
  color: #54ffa7;
}

.text_pontoverde.home {
  color: #54ffa7;
}

.text_pontoverde.condominio {
  color: #fe5d00;
}

.div_footer_descricao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  margin-bottom: 3vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_footer_description {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 25px;
}

.div-block-20 {
  width: 100%;
  height: 80px;
  margin-bottom: 0vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.text-span-4 {
  color: #3eda8a;
}

.text-span-4.empresas {
  color: #486cb7;
}

.text-span-4.residencia {
  color: #fe5d00;
}

.text-span-4.gamer {
  color: #54ffa7;
}

.heading-6 {
  width: auto;
  margin-bottom: 10vh;
  font-weight: 600;
  text-align: center;
}

.div-block-21 {
  width: 100%;
}

.grid-11 {
  width: 100%;
  height: 160px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-22 {
  background-image: url('../images/foto-internet-fibra.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-23 {
  background-image: url('../images/foto-internet.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-24 {
  background-image: url('../images/ft-corporativo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.image-3 {
  width: 100%;
  height: 180px;
  border-radius: 20px 20px 0px 0px;
}

.image-4 {
  width: 100%;
  height: 180px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-solucoes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  max-height: 300px;
  max-width: 300px;
  min-height: 400px;
  min-width: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card-internet-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-fibra-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  height: 100vh;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34 {
  position: absolute;
}

.div-block-35 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56.27vw;
  margin-top: -73px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-image: url('../images/empresas_-_cftv_e_painel_solar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-35.home {
  margin-top: 0px;
  background-image: url('../images/bg-TV-transparente.png');
  background-position: 50% 0%;
  background-size: cover;
}

.slider {
  position: absolute;
  z-index: 2;
  width: 34.5vw;
  height: 19.4147vw;
  margin-top: 0px;
  margin-bottom: 2.3%;
  margin-left: 0.2vw;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.slide {
  background-image: url('../images/foto-internet.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/foto-internet-fibra.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-36 {
  min-height: 90px;
}

.div-block-37 {
  width: 100%;
  height: 100%;
  background-image: url('../images/new-google-maps-cover.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section_navbar_mobile {
  display: none;
}

.paragraph-copy {
  margin-bottom: 32.8px;
  font-size: 16px;
  line-height: 40px;
}

.checkiconintro {
  font-family: 'Fa solid 900', sans-serif;
  color: #49a0da;
  font-size: 22px;
}

.checkiconintro.residencia {
  color: #54ffa7;
}

.checkiconintro.condominio {
  color: #fe5d00;
}

.text-span-6 {
  font-family: 'Fa solid 900', sans-serif;
}

.text-span-7 {
  font-family: 'Fa solid 900', sans-serif;
}

.text-span-8 {
  color: #bbb;
  font-size: 13px;
}

.section_pricing2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 2400px;
  min-height: 800px;
  -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;
  background-color: #fff;
}

.div_pricing {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-bottom: 0px;
}

.div_pricing.gaming {
  height: 100px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.paragraph-3 {
  width: auto;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.paragraph-3.residencia {
  margin-bottom: 40px;
  color: #2b2b2b;
}

.paragraph-3.condominio {
  margin-bottom: 20px;
  color: rgba(63, 64, 70, 0.68);
}

.slider-2 {
  height: 570px;
}

.left-arrow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: 523px;
  margin-bottom: 0px;
  margin-left: 35px;
}

.mask {
  height: 90%;
}

.icon-5 {
  margin-top: 523px;
  margin-bottom: 0px;
  color: #4d4d4d;
}

.icon-6 {
  color: #4d4d4d;
}

.right-arrow-2 {
  margin-right: 35px;
}

.slide-nav-2 {
  width: 30%;
  color: #4d4d4d;
}

.div-block-41 {
  display: none;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 75px;
}

.carousel-mask {
  width: 40%;
}

.left-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin: auto;
}

.right-arrow-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.card-header {
  width: 200px;
  height: 25px;
  background-color: #fff;
}

.card-header.residencia {
  max-height: 25px;
  min-height: 25px;
  background-color: #54ffa7;
}

.card-header.condominio {
  background-color: #fe5d00;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.container-2.sauipe {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.carousel-2 {
  width: 100vw;
  height: 400px;
  -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;
  background-color: transparent;
}

.carousel-2.is_contained {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 30px 3rem 0 rgba(0, 0, 0, 0.25);
  color: #2b2b2b;
}

.card.condominio {
  overflow: hidden;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin: 0px;
  color: #000;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: auto;
  padding: 0px 16px 24px;
  -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;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.card-body.condominio.vantagens {
  height: 450px;
}

.card-body.condominio.big {
  width: 60%;
  min-height: 400px;
}

.card-body.left {
  width: 40%;
  min-height: 400px;
  background-image: url('../images/bg-cond-vant1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-body.left.premium {
  background-image: url('../images/bg-corp-vant1.jpg');
}

.card-body.left.cftv {
  background-image: url('../images/bg-corp-cftv.jpg');
}

.card-body.left.manuten-o {
  background-image: url('../images/bg-corp-manu.jpg');
}

.card-body.left.dedicada {
  background-image: url('../images/bg-corp-dedicad.jpg');
}

.card-body.left.interfone {
  background-image: url('../images/bg-corp-interfone.jpg');
}

.card-body.left.tv {
  background-image: url('../images/bg-cond-tv.jpg');
}

.card-body.left.cftvcond {
  background-image: url('../images/bg-cond-cftv.jpg');
}

.card-body.left.interfonecond {
  background-image: url('../images/bg-cond-interfone.jpg');
}

.card-body.left.manucond {
  background-image: url('../images/bg-cond-manu.jpg');
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask-2 {
  overflow: visible;
  width: 25%;
}

.slide-nav-3 {
  display: none;
  color: #000;
}

.icon-7 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto;
  color: #2b2b2b;
}

.icon-8 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  color: #2b2b2b;
}

.icon-8.corporativo {
  color: #fff;
}

.text-span-9 {
  color: #e47429;
}

.text-span-9.residencia {
  display: block;
  color: #757575;
}

.text-span-9.residencia.wtf-copy {
  color: #fe5d00;
}

.text-span-9.corporativo {
  color: #38538d;
}

.text-span-10 {
  font-family: 'Fa solid 900', sans-serif;
  color: #000dff;
}

.text-span-11 {
  font-family: 'Fa solid 900', sans-serif;
  color: #757575;
  font-size: 30px;
  font-weight: 400;
}

.text-span-11.residencia {
  color: #54ffa7;
}

.text-span-11.condominio {
  color: #fe5d00;
}

.text-span-12 {
  font-family: 'Fa solid 900', sans-serif;
  color: #2d7eb3;
}

.text-span-12.residencia {
  color: #54ffa7;
}

.text-span-12.fibra {
  color: #54ffa7;
}

.text-span-13 {
  font-family: 'Fa solid 900', sans-serif;
  color: #2d7eb3;
}

.text-span-13.residencia {
  color: #54ffa7;
}

.text-span-14 {
  font-family: 'Fa solid 900', sans-serif;
  color: #2d7eb3;
}

.text-span-14.residencia {
  color: #54ffa7;
}

.text-span-14.residenciadestaque {
  color: #3f4046;
}

.text-span-15 {
  font-family: 'Fa solid 900', sans-serif;
  color: #2d7eb3;
}

.text-span-15.residencia {
  color: #54ffa7;
}

.paragrafo_descricao {
  color: #757575;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.paragrafo_descricao.vantgamer {
  color: #fff;
}

.paragrafo_descricao.condominio {
  color: #fff;
}

.div-block-29-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-7 {
  margin-top: 32px;
  color: #2b2b2b;
}

.heading-7.vantgamer {
  color: #fffefe;
}

.heading-7.condominio {
  color: #fff;
}

.heading-8 {
  margin-top: 32px;
  color: #2b2b2b;
}

.heading-9 {
  margin-top: 32px;
  color: #2b2b2b;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  margin-top: 32px;
  color: #2b2b2b;
}

.heading-12 {
  color: #fff;
}

.heading-11-copy {
  margin-top: 32px;
  color: #2b2b2b;
}

.carousel-slider50._6 {
  right: -105%;
}

.carousel-slider50._2 {
  right: -21%;
}

.carousel-slider50._4 {
  right: -63%;
}

.carousel-slider50._3 {
  right: -42%;
}

.carousel-slider50._7 {
  right: -126%;
}

.carousel-slider50._5 {
  right: -84%;
}

.carousel-slider50._8 {
  right: -147%;
}

.card-destaque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.card-destaque.residencia {
  min-height: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  border-width: 2px;
  border-color: transparent;
  border-radius: 15px;
  background-color: #54ffa7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50f5ed), to(#54ffa7));
  background-image: linear-gradient(180deg, #50f5ed, #54ffa7);
  box-shadow: 0 30px 5rem 5px #89fcdb;
}

.card-header-copy {
  width: 200px;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  background-color: #f1dc6c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef4bf), to(#d6c68e));
  background-image: linear-gradient(180deg, #fef4bf, #d6c68e);
  box-shadow: none;
  opacity: 1;
}

.card-body-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px 16px 24px;
  -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;
}

.heading-10-copy {
  margin-top: 32px;
  color: #3f4046;
}

.div-block-29-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.a-partir-de-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  color: #2b2b2b;
  font-size: 19px;
  text-align: center;
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-9-copy {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pre-o-internet-copy {
  color: #3f4046;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-2-copy {
  height: 9%;
  margin-top: 10px;
  margin-bottom: 0%;
  padding: 12px 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
  border-radius: 10020px;
  background-color: #f1dc6c;
  background-image: linear-gradient(15deg, #dac784, #fef4bf);
  box-shadow: none;
  color: #353535;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.text-block-14 {
  margin-top: 2px;
  color: #464646;
  font-weight: 700;
  text-align: center;
}

.section_navbar-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0px;
}

.section_navbar_mobile-copy {
  display: none;
}

.section_intro-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 800px;
  min-height: 750px;
  -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;
  background-image: url('../images/empresas---capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
}

.section_intro-copy.residencia {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/header-resi-gamer.jpg');
}

.section_intro-copy.residencia.condominio {
  background-image: url('../images/condominios_-_card1b.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section_intro-copy.fibra {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/header-resi-fibra.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.section_intro-copy.comum {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  background-image: url('../images/Capa_resi_comum.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section_pricing-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 2400px;
  min-height: 800px;
  margin-top: -72px;
  padding-top: 72px;
  -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: #fff;
}

.section_pricing-copy.residencia {
  min-height: 800px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(#28e1e7), to(#02ff85));
  background-image: linear-gradient(90deg, #28e1e7, #02ff85);
}

.section_pricing-copy.corporativo {
  background-image: -webkit-gradient(linear, left top, right top, from(#232a39), to(#486cb7));
  background-image: linear-gradient(90deg, #232a39, #486cb7);
}

.section_pricing-copy.vantagens {
  min-height: 560px;
  margin-top: -72px;
  margin-bottom: 40px;
  padding-top: 72px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.section_pricing-copy.condominio {
  min-height: 700px;
  margin-top: -72px;
  padding-top: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section_pricing2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 2400px;
  min-height: 800px;
  -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;
  background-color: #fff;
}

.section_tv-copy {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 820px;
  margin-top: -1px;
  padding-top: 0px;
  -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: #fff;
}

.section_contact-copy {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 800px;
  -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: #02ff85;
  background-image: linear-gradient(14deg, #14b98b, rgba(255, 255, 255, 0.28));
}

.section_contact-copy.contatoempresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(14deg, #232a39, #486cb7);
}

.section_contact-copy.contato-residencia {
  padding-top: 82px;
  background-image: linear-gradient(14deg, #f86300, #fe8c00);
}

.section_footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 400px;
  -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;
  background-color: #0f0f0f;
}

.section_intro-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 800px;
  -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;
  background-image: url('../images/bg-div1-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
}

.div-block-42 {
  position: static;
  max-height: none;
  min-height: 369px;
  margin-top: 0vh;
  margin-left: 5vw;
  color: #fff;
}

.text-block-15 {
  font-size: 58px;
  line-height: 100%;
  font-weight: 600;
}

.heading-13 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 93px;
  line-height: 100%;
}

.text_pontoverde-2 {
  color: #3eda8a;
}

.paragraph-4 {
  margin-bottom: 32.8px;
  font-size: 23px;
  line-height: 30px;
}

.button-5 {
  padding: 20px 30px;
  border-radius: 100px;
  background-color: #54ffa7;
  box-shadow: 2px 0 20px 0 #000;
  color: #535353;
  font-size: 23px;
  font-weight: 600;
}

.section_intro-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 800px;
  -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;
  background-image: url('../images/bg-div1-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
}

.a-partir-de-2 {
  margin-top: 10%;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  font-size: 19px;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 10px;
  padding-top: 0px;
  font-size: 19px;
  text-align: center;
}

.grid-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: none;
  min-height: 738px;
  margin-top: 24px;
  margin-bottom: 0vh;
  -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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 90px;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.text-block-16 {
  margin-top: 0%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 19px;
  text-align: center;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 46px;
  text-align: center;
}

.pre-o-internet-2 {
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}

.div-block-44 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90%;
  margin-top: 0%;
  margin-bottom: 0vh;
  -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;
}

.section_pricing-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 2400px;
  min-height: 800px;
  margin-top: -72px;
  margin-bottom: 0px;
  padding-top: 72px;
  padding-bottom: 10px;
  -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;
  background-color: #fff;
}

.heading-15 {
  height: auto;
  max-height: 90px;
  min-height: 90px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
}

.heading-15.comum {
  height: 90px;
  max-height: 90px;
  min-height: 90px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-17 {
  font-size: 15px;
  font-weight: 600;
}

.text-block-2-copy-2 {
  margin-top: 0%;
  font-size: 19px;
  text-align: center;
}

.text-block-18 {
  position: relative;
  top: 0%;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

.button-6 {
  height: 9%;
  margin-top: 10%;
  margin-bottom: 0%;
  padding: 12px 10% 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
  border-radius: 10020px;
  background-color: #54ffa7;
  color: #1e6b46;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.button-6.home {
  width: 180px;
}

.button-7 {
  width: 10vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 100px;
  background-color: #54ffa7;
  color: #333;
  text-align: center;
}

.button-7.condominio {
  background-color: #fe5d00;
  color: #3f4046;
  font-weight: 600;
}

.button-7.condominio.aux {
  color: #fff;
}

.button-7.empresas {
  background-color: #2d7eb3;
  color: #fff;
}

.button-8 {
  position: relative;
  z-index: 15;
  margin-right: 20px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 100px;
  background-color: #54ffa7;
  font-family: 'Fa solid 900', sans-serif;
  color: #333;
}

.button-8.condominio {
  background-color: #fe5d00;
  color: #3f4046;
}

.button-8.condominio.aux {
  color: #fff;
}

.button-8.popup.empresas {
  background-color: #2d7eb3;
  color: #fff;
}

.nav-link-13 {
  width: 33.3333%;
  max-width: 33.33%;
  margin-right: 8px;
  margin-left: 15px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

.nav-link-13.w--current {
  color: #54ffa7;
  font-weight: 700;
}

.brand-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Logo_Verde.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-2-corporativo {
  width: 100%;
  height: 100%;
  background-image: url('../images/Logo_Azul.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-2-condominio {
  width: 100%;
  height: 100%;
  background-image: url('../images/Logo_Laranja.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-2.w--current {
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragrafo_descricao-copy {
  width: 20vw;
  color: #3f4046;
  line-height: 25px;
  font-weight: 600;
}

.tabela-pre-o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
}

.tab-link-tab-1 {
  border-radius: 0px;
}

.tab-link-tab-1.w--current {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #fff;
  color: #f86600;
  font-weight: 500;
}

.tabs-content {
  width: 100%;
}

.tab-link-tab-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-19 {
  color: #f86300;
  font-weight: 600;
}

.text-block-20 {
  color: #fff;
  font-weight: 500;
}

.tab-link-tab-3 {
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-21 {
  color: #fff;
  font-weight: 500;
}

.tab-link-tab-4 {
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-22 {
  color: #fff;
  font-weight: 500;
}

.tab-link {
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #757575;
  font-weight: 500;
}

.tab-link.w--current {
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #2b2b2b;
  color: #fff;
  font-weight: 600;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-height: 300px;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tabs-content-2 {
  display: block;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.card-vantagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 400px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #3f4046;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-gamer-vant3_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-gamer-vant3_1.jpg');
  background-position: 0px 0px, 90% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.card-vantagem.vantagem2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-gamer-vant2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-gamer-vant2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card-vantagem.cond1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-cond-vant1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-cond-vant1.jpg');
}

.card-vantagem.cond2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-cond-vant2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-cond-vant2.jpg');
}

.card-vantagem.cond3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-cond-vant3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-cond-vant3.jpg');
}

.card-vantagem.rg3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-gamer-vant3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-gamer-vant3.jpg');
}

.card-vantagem.rg1 {
  min-height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/header-resi-gamer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/header-resi-gamer.jpg');
}

.card-vantagem.fibra {
  width: 320px;
  height: 400px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-fibra-vant3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-fibra-vant3.jpg');
}

.card-vantagem.fibra2 {
  width: 320px;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-cond-vant2_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-cond-vant2_1.jpg');
}

.card-vantagem.fibra3 {
  width: 320px;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(#000)), url('../images/bg-fibra-vant1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), #000), url('../images/bg-fibra-vant1.jpg');
}

.text-span-16 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fe5d00;
}

.text-span-16.residencia {
  color: #54ffa7;
}

.text-span-17 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fe5d00;
}

.text-span-17.residencia {
  color: #54ffa7;
}

.text-span-18 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fe5d00;
}

.text-span-18.residencia {
  color: #54ffa7;
}

.pre-o-internet-2-copy {
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}

.image-5 {
  width: 100%;
  height: 180px;
  border-radius: 20px 20px 0px 0px;
}

.text-block-16-copy {
  margin-top: 0%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 19px;
  text-align: center;
}

.button-9 {
  border-radius: 20px;
  background-color: #2d7eb3;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.div-block-12-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -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;
  border-radius: 20px;
  background-image: url('../images/foto-condominios.png');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 10px 20px 0 #d4d4d4;
}

.button-9-copy {
  border-radius: 20px;
  background-color: #fe5d00;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.dropdown-3 {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: 33.33%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-list {
  z-index: 1000;
}

.dropdown-list.w--open {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.13);
}

.dropdown-toggle-3 {
  z-index: 1000;
}

.dropdown-link {
  z-index: 1000;
}

.dropdown-link.comum {
  color: #4fc488;
  font-weight: 500;
}

.dropdown-link-2 {
  z-index: 1000;
}

.dropdown-link-2.w--current {
  color: #4fc488;
}

.dropdown-link-3 {
  z-index: 1000;
}

.dropdown-link-3.gaming {
  color: #4fc488;
  font-weight: 500;
}

.div-block-45 {
  position: relative;
  z-index: 1000;
  display: block;
}

.dropdown-3-copy {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: 33.33%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-toggle-3-copy {
  z-index: 1000;
  color: #4fc488;
  font-weight: 700;
}

.nav-link-13-copy {
  width: 33.3333%;
  max-width: 33.33%;
  margin-right: 8px;
  margin-left: 15px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

.nav-link-13-copy.w--current {
  color: #2d7eb3;
  font-weight: 700;
}

.text-span-19 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fe5d00;
}

.text-span-20 {
  font-family: 'Fa solid 900', sans-serif;
}

.text-span-20.residencia {
  color: #54ffa7;
}

.tel_popup {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 800px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-46 {
  width: 200px;
  height: 80px;
  margin: 54px 8px auto 0px;
  border-radius: 20px;
  background-color: #54ffa7;
  box-shadow: 0 1px 3px 0 #000;
}

.telefone_popup {
  position: fixed;
  z-index: 11;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
}

.div-block-48 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 48px;
  min-width: 15vw;
  margin: 54px 16px auto auto;
  -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;
  border-radius: 20px;
  background-color: #54ffa7;
  box-shadow: 1px 1px 3px -1px #000;
}

.text-block-23 {
  color: #3f4046;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-49 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-right: 14px;
  margin-bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  cursor: pointer;
}

.text-block-24 {
  position: static;
  margin-top: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #3f4046;
  font-size: 22px;
}

.link {
  font-family: 'Fa solid 900', sans-serif;
  color: #3f4046;
  font-size: 22px;
}

.image-6 {
  background-color: transparent;
  color: #c9bdbd;
}

.text-block-25 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 22px;
}

.text-block-26 {
  margin-top: 0px;
  font-family: 'Fa 400', sans-serif;
  font-size: 22px;
}

.fix_pricing {
  width: 100%;
  height: 72px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-50 {
  position: fixed;
  z-index: 15;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: 0% auto auto;
  -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: rgba(0, 0, 0, 0.67);
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 95%;
  margin: 20px auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-27 {
  font-size: 32px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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-block-28 {
  font-size: 42px;
  text-align: center;
}

.text-block-28.empresas {
  color: #2d7eb3;
}

.text-block-28.condominio {
  color: #fe5d00;
}

.text-span-21 {
  color: #54ffa7;
  font-size: 60px;
}

.text-span-21.empresas {
  color: #757575;
}

.text-span-21.condominio {
  color: #757575;
}

.popup_form {
  width: 85%;
  height: 100%;
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-4 {
  margin-bottom: 20px;
}

.text-block-29 {
  font-size: 19px;
}

.icon-9 {
  margin-right: 12px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #2b2b2b;
  font-size: 23px;
}

.dropdown-toggle-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #54ffa7;
  border-radius: 20px;
}

.div-block-53 {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 2%;
  margin-right: 2%;
  margin-left: 0%;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block-30 {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  font-family: 'Fa 400', sans-serif;
  font-size: 32px;
  cursor: pointer;
}

.text-block-30.empresas {
  border-style: solid;
  border-width: 1px;
  border-color: #2d7eb3;
  background-color: transparent;
  color: #2d7eb3;
}

.text-block-30.condominio {
  color: #fe5d00;
}

.div-block-54 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 45vw;
  margin-top: 0px;
  background-image: url('../images/bg_TV_TELEMAC_menor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.select-field {
  width: 60%;
  height: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #54ffa7;
  border-radius: 30px;
  background-color: #fff;
  color: #757575;
  font-size: 19px;
  font-weight: 500;
}

.select-field.comum {
  margin-bottom: 16px;
}

.select-field.empresas {
  border-color: #2d7eb3;
}

.select-field.condominio {
  border-color: #fe5d00;
}

.address_textfield {
  display: inline-block;
  overflow: visible;
  height: auto;
  max-height: 150px;
  min-height: 90px;
  margin-bottom: 0vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
  font-size: 15px;
  text-align: left;
  white-space: normal;
}

.address_textfield.residencia {
  min-height: 12%;
  margin-bottom: 2%;
  border-color: #54ffa7;
}

.address_textfield.residencia.corporativo {
  border-color: #2d7eb3;
}

.address_textfield.condominio {
  border-color: #fe5d00;
}

.address_textfield.empresa {
  min-height: 12%;
  margin-bottom: 2%;
  border-color: #2d7eb3;
}

.address_textfield.empresa.corporativo {
  border-color: #2d7eb3;
}

.address_textfield.condominio {
  min-height: 12%;
  margin-bottom: 2%;
  border-color: #fe5d00;
}

.address_textfield.condominio.corporativo {
  border-color: #2d7eb3;
}

.text-span-22 {
  color: #54ffa7;
}

.button-10 {
  margin-top: 10px;
  padding: 12px 10%;
  border-radius: 20px;
  font-size: 23px;
}

.text-span-9-copy {
  color: #e47429;
}

.text-span-9-copy.residencia {
  display: block;
  color: #757575;
}

.text-span-9-copy.corporativo {
  color: #38538d;
}

.text_pontoverde-copy {
  color: #e47429;
}

.text_pontoverde-copy.corporativo {
  color: #2d7eb3;
}

.text_pontoverde-copy.residencia {
  color: #54ffa7;
}

.text_pontoverde-copy.home {
  color: #54ffa7;
}

.text_pontoverde-copy.condominio {
  color: #fe5d00;
}

.text-block-31 {
  color: #54ffa7;
  font-size: 41px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.text-block-32 {
  margin-top: 17px;
  color: #3f4046;
  font-size: 19px;
  text-align: center;
}

.text-span-9-copy {
  color: #e47429;
}

.text-span-9-copy.residencia {
  display: block;
  color: #757575;
}

.text-span-9-copy.corporativo {
  color: #38538d;
}

.text-span-9-copy {
  color: #e47429;
}

.text-span-9-copy.residencia {
  display: block;
  color: #757575;
}

.text-span-9-copy.corporativo {
  color: #38538d;
}

.text-span-9-copy-copy {
  color: #e47429;
}

.text-span-9-copy-copy.residencia {
  display: block;
  color: #757575;
}

.text-span-9-copy-copy.corporativo {
  color: #38538d;
}

.heading-7-copy {
  margin-top: 32px;
  color: #2b2b2b;
}

.heading-7-copy.vantgamer {
  color: #fffefe;
}

.heading-7-copy.condominio {
  color: #fff;
}

.endereco_textfield-copy {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
  font-size: 15px;
}

.endereco_textfield-copy.empresas {
  height: 10%;
  margin-bottom: 2%;
  border-color: #54ffa7;
}

.endereco_textfield-copy.empresas.corporativo {
  border-color: #2d7eb3;
}

.endereco_textfield-copy.condominio {
  border-color: #fe5d00;
}

.text-span-23 {
  color: #757575;
}

.heading-2-copy-copy {
  margin-top: 0px;
  color: #fe5d00;
  font-size: 46px;
  text-align: center;
}

.text_pontoverde-copy {
  color: #e47429;
}

.text_pontoverde-copy.corporativo {
  color: #2d7eb3;
}

.text_pontoverde-copy.residencia {
  color: #54ffa7;
}

.text_pontoverde-copy.home {
  color: #54ffa7;
}

.text_pontoverde-copy.condominio {
  color: #757575;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-55.home {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recaptcha {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-11 {
  width: 100px;
  height: 100px;
  padding: 0px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/instagram.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span-24 {
  color: #54ffa7;
}

.text-block-33 {
  margin-bottom: 5%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.div-block-58 {
  width: 100%;
  height: 110px;
}

.recaptcha-2 {
  margin-right: 20vw;
}

.recaptcha-3 {
  margin-right: 20vw;
}

.recaptcha-4 {
  margin-right: 20vw;
}

.link-2 {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cpf_textfield {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3eda8a;
  border-radius: 20px;
  font-size: 15px;
}

.cpf_textfield.residencia {
  width: 54%;
  height: auto;
  margin-bottom: 2%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-color: #54ffa7;
}

.cpf_textfield.residencia.corporativo {
  border-color: #2d7eb3;
}

.cpf_textfield.condominio {
  border-color: #fe5d00;
}

.cpf_textfield.empresa {
  height: 10%;
  margin-bottom: 2%;
  border-color: #2d7eb3;
}

.cpf_textfield.empresa.corporativo {
  border-color: #2d7eb3;
}

.cpf_textfield.condominio {
  height: 10%;
  margin-bottom: 2%;
  border-color: #fe5d00;
}

.cpf_textfield.condominio.corporativo {
  border-color: #2d7eb3;
}

.div-block-60 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 999999999;
  width: 100%;
  height: 80px;
  margin-top: 7vw;
  background-color: #0f0f0f;
}

@media screen and (max-width: 991px) {
  .section_intro {
    width: 100%;
  }

  .div-block-2 {
    margin-left: 5%;
  }

  .div-block-2.comum {
    margin-left: 5%;
  }

  .text-block {
    font-size: 46px;
  }

  .heading {
    font-size: 58px;
  }

  .paragraph {
    font-size: 19px;
    line-height: 32px;
  }

  .heading-4 {
    margin-bottom: 20px;
  }

  .button-2 {
    margin-top: 15%;
    margin-bottom: 0px;
  }

  .pre-o-internet {
    font-size: 80px;
  }

  .heading-3-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-2 {
    min-height: auto;
    margin-top: 25px;
  }

  .div-block-12 {
    height: 150px;
  }

  .grid-7 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .heading-5 {
    margin-bottom: 20px;
  }

  .pre-o-fibra {
    font-size: 79px;
  }

  .card---fibra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35vw;
    height: 500px;
    min-height: auto;
    margin-bottom: 3%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .section_pricing {
    width: 100%;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .heading-3 {
    min-height: 70px;
  }

  .text-block-2-copy {
    color: #5e5e5e;
    font-weight: 500;
  }

  .div-block-5 {
    max-height: 180%;
  }

  .a-partir-de {
    margin-bottom: 15px;
  }

  .card-fibra-top {
    height: auto;
  }

  .text-block-2 {
    color: #5e5e5e;
    font-weight: 500;
  }

  .div-block-11 {
    height: 150px;
  }

  .grid-3 {
    min-height: 1400px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card---internet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35vw;
    height: 430px;
    min-height: auto;
    margin-bottom: 3%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .card-internet-top {
    height: 33%;
  }

  .section_tv {
    width: 100%;
  }

  .heading-2-copy {
    font-size: 34px;
  }

  .paragraph-2-copy {
    font-size: 13px;
  }

  .section_contact {
    width: 100%;
  }

  .grid_pricing {
    min-height: 680px;
  }

  .grid-8 {
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-14 {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-6 {
    font-size: 48px;
  }

  .text-block-7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 15px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .section_navbar {
    display: none;
    width: 100%;
  }

  .brand {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: none;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 56px;
    max-height: 56px;
    max-width: 200px;
    min-height: 56px;
    min-width: 200px;
    margin-top: 0vh;
    padding-bottom: 0px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section_footer {
    width: 100%;
  }

  .footer_right_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 95%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-rows: 0.5fr 330px;
    grid-template-rows: 0.5fr 330px;
  }

  .rodapetexto {
    font-size: 15px;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .text-block-12 {
    font-size: 15px;
  }

  .text-block-13 {
    font-size: 15px;
  }

  .div-block-20 {
    height: auto;
    max-height: 40px;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0vh;
    font-size: 24px;
  }

  .grid-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-22 {
    height: auto;
  }

  .div-block-23 {
    height: auto;
  }

  .div-block-24 {
    height: auto;
  }

  .image-3 {
    width: 100%;
    height: 99%;
  }

  .image-4 {
    height: 160px;
  }

  .card-solucoes {
    width: 35vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .card-internet-bottom {
    height: 70%;
    -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;
  }

  .card-fibra-bottom {
    display: block;
    height: auto;
  }

  .div-block-29 {
    margin-bottom: 19%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-31 {
    margin-top: 25px;
  }

  .icon {
    font-size: 32px;
  }

  .div-block-36 {
    margin-top: 25px;
  }

  .section_navbar_mobile {
    display: block;
    width: 100vw;
    min-height: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    width: 100%;
    height: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar-3 {
    display: block;
    width: 100vw;
    min-height: auto;
    margin: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 180px;
    min-height: 180px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background-color: #fff;
  }

  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    min-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 180px;
    margin-top: -180px;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    background-color: #fff;
    color: transparent;
  }

  .menu-button.w--open {
    padding-bottom: 0px;
    background-color: #fff;
  }

  .nav-link-7 {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    text-align: center;
  }

  .nav-link-8 {
    height: auto;
    max-height: 60px;
    min-height: 60px;
    text-align: center;
  }

  .nav-link-9 {
    max-height: 60px;
    min-height: 60px;
    text-align: center;
  }

  .nav-link-10 {
    max-height: 60px;
    min-height: 60px;
    text-align: center;
  }

  .nav-link-11 {
    max-height: 60px;
    min-height: 60px;
    text-align: center;
  }

  .nav-link-12 {
    max-height: 60px;
    min-height: 60px;
    text-align: center;
  }

  .icon-4 {
    margin-top: -4px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px -5px #000;
    opacity: 1;
    color: #54ffa7;
    font-size: 30px;
  }

  .paragraph-copy {
    font-size: 19px;
    line-height: 32px;
  }

  .text-span-8 {
    font-size: 12px;
  }

  .section_pricing2 {
    width: 100%;
  }

  .card.condominio {
    width: 100%;
    height: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-body.condominio.big {
    width: 80%;
  }

  .card-body.left {
    width: 20%;
    height: auto;
    min-height: 100%;
  }

  .carousel-slider {
    width: 30vw;
  }

  .carousel-slider._2 {
    width: 30vw;
  }

  .carousel-slider._3 {
    width: 30vw;
  }

  .carousel-slider._5 {
    width: 30vw;
  }

  .div-block-29-copy {
    margin-bottom: 30px;
  }

  .heading-7 {
    margin-top: 0px;
    font-size: 40px;
  }

  .carousel-slider50._4 {
    width: 30vw;
  }

  .div-block-29-copy-copy {
    margin-bottom: 30px;
  }

  .a-partir-de-copy {
    margin-bottom: 15px;
  }

  .pre-o-internet-copy {
    font-size: 80px;
  }

  .button-2-copy {
    margin-top: 15%;
    margin-bottom: 0px;
  }

  .section_navbar-copy {
    display: none;
    width: 100%;
  }

  .section_navbar_mobile-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section_intro-copy {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section_intro-copy.residencia {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section_intro-copy.fibra {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section_intro-copy.comum {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section_pricing-copy {
    width: 100%;
  }

  .section_pricing2-copy {
    width: 100%;
  }

  .section_tv-copy {
    width: 100%;
    min-height: 420px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section_contact-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_footer-copy {
    width: 100%;
  }

  .section_intro-2 {
    width: 100%;
  }

  .text-block-15 {
    font-size: 46px;
  }

  .heading-13 {
    font-size: 58px;
  }

  .paragraph-4 {
    font-size: 19px;
  }

  .section_intro-2-copy {
    width: 100%;
  }

  .grid-12 {
    min-height: auto;
    margin-top: 25px;
  }

  .div-block-43 {
    margin-top: 25px;
  }

  .text-block-16 {
    font-size: 17px;
  }

  .pre-o-internet-2 {
    font-size: 68px;
  }

  .section_pricing-2 {
    width: 100%;
  }

  .heading-15 {
    margin-top: 0px;
  }

  .heading-15.comum {
    margin-top: 10px;
    font-size: 30px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .button-6 {
    margin-bottom: 0px;
  }

  .button-6.home {
    height: 45px;
    margin-top: 1%;
    padding-right: 1%;
    padding-bottom: 12px;
    padding-left: 1%;
  }

  .brand-2.w--current {
    width: 200px;
    height: auto;
    margin-top: 0vh;
    padding-bottom: 0px;
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragrafo_descricao-copy {
    width: 100%;
  }

  .tabs-menu-2 {
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pre-o-internet-2-copy {
    font-size: 79px;
  }

  .div-block-12-copy {
    height: 150px;
  }

  .fix_pricing {
    margin-top: -72px;
    padding-top: 72px;
  }

  .image-8 {
    margin-left: 5%;
  }

  .image-9 {
    margin-left: 5%;
  }

  .image-10 {
    margin-left: 5%;
  }

  .image-11 {
    margin-left: 5%;
  }

  .image-12 {
    margin-left: 5%;
  }

  .icon-4-copy {
    margin-top: -4px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px -5px #000;
    opacity: 1;
    color: #2d7eb3;
    font-size: 30px;
  }

  .icon-4-copy {
    margin-top: -4px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px -5px #000;
    opacity: 1;
    color: #fe5d00;
    font-size: 30px;
  }

  .heading-7-copy {
    margin-top: 0px;
    font-size: 40px;
  }

  .icon-4-copy {
    margin-top: -4px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px -5px #000;
    opacity: 1;
    color: #2d7eb3;
    font-size: 30px;
  }

  .heading-2-copy-copy {
    font-size: 34px;
  }

  .recaptcha-2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 33px;
  }

  .heading {
    font-size: 46px;
  }

  .paragraph {
    font-size: 15px;
  }

  .button {
    padding: 15px 25px;
  }

  .card---fibra {
    width: 50vw;
  }

  .card---internet {
    width: 50vw;
  }

  .grid_pricing {
    -ms-grid-columns: 0vw 1fr;
    grid-template-columns: 0vw 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .grid-11 {
    width: 50%;
  }

  .card-solucoes {
    width: 50vw;
  }

  .card-fibra-bottom {
    width: 100%;
  }

  .div-block-31 {
    margin-top: 10px;
  }

  .div-block-36 {
    margin-top: 10px;
  }

  .paragraph-copy {
    font-size: 15px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask-2 {
    width: 60%;
  }

  .carousel-slider50._6 {
    right: -45%;
  }

  .carousel-slider50._2 {
    right: -9%;
  }

  .carousel-slider50._4 {
    right: -27%;
  }

  .carousel-slider50._3 {
    right: -18%;
  }

  .carousel-slider50._7 {
    right: -54%;
  }

  .carousel-slider50._5 {
    right: -36%;
  }

  .carousel-slider50._8 {
    right: -63%;
  }

  .text-block-15 {
    font-size: 33px;
  }

  .heading-13 {
    font-size: 46px;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .button-5 {
    padding: 15px 25px;
  }

  .div-block-43 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section_intro {
    min-height: 550px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    min-height: 320px;
    margin-top: 32px;
    margin-right: 5vw;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-2.comum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    margin-top: 12%;
    margin-bottom: 12%;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block {
    font-size: 28px;
  }

  .heading {
    font-size: 38px;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .button {
    padding: 10px 20px;
    font-size: 19px;
  }

  .heading-4 {
    font-size: 23px;
  }

  .div-block-10 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-2 {
    margin-top: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    font-size: 19px;
  }

  .button-2.condominio {
    height: 40px;
    padding-bottom: 0px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .pre-o-internet {
    font-size: 46px;
  }

  .heading-3-copy {
    min-height: auto;
    margin-top: 5px;
    font-size: 33px;
    line-height: 35px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .heading-5 {
    font-size: 23px;
  }

  .pre-o-fibra {
    font-size: 54px;
  }

  .card---fibra {
    display: block;
    width: 60vw;
    height: 420px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .heading-3 {
    min-height: auto;
    margin-top: 0px;
    font-size: 33px;
  }

  .text-block-2-copy {
    font-size: 15px;
  }

  .a-partir-de {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .card-fibra-top {
    height: 33%;
    min-height: 125px;
    margin-top: 0px;
  }

  .heading-2 {
    font-size: 33px;
  }

  .heading-2.residencia {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #757575;
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .div-block-4 {
    height: 100%;
    margin-bottom: 0px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .grid-5 {
    height: 40px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-3 {
    min-height: 1200px;
  }

  .card---internet {
    display: block;
    width: 60vw;
    height: 420px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-internet-top {
    min-height: 125px;
  }

  .section_tv {
    min-height: 100vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-4-copy {
    margin-top: 0px;
  }

  .heading-2-copy {
    font-size: 33px;
  }

  .paragraph-2-copy {
    width: 80%;
  }

  .section_contact {
    min-height: 550px;
  }

  .grid_pricing {
    min-height: 500px;
  }

  .div_map {
    width: 0%;
    height: 0%;
  }

  .endereco_textfield {
    height: 40px;
    font-size: 13px;
  }

  .email_textfield {
    height: 40px;
    font-size: 13px;
  }

  .grid_contact {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-column-gap: 10vh;
    grid-row-gap: 0px;
  }

  .grid-8 {
    margin-bottom: 15px;
  }

  .text-block-6 {
    padding-top: 23px;
    font-size: 33px;
  }

  .text-block-7 {
    font-size: 10px;
  }

  .text-block-8 {
    font-size: 10px;
    line-height: 120%;
  }

  .text-span-2 {
    font-size: 19px;
  }

  .text-span-3 {
    font-size: 19px;
  }

  .form {
    width: 100%;
  }

  .telefone_textfield {
    height: 40px;
    font-size: 13px;
  }

  .mensagem_textfield {
    max-height: 100px;
    min-height: 60px;
    border-radius: 25px;
    font-size: 13px;
  }

  .submit-button {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
  }

  .submit-button.residencial.corporativo {
    margin-bottom: 0px;
  }

  .dropdown-2 {
    height: 40px;
    font-size: 13px;
  }

  .text-block-9 {
    font-size: 13px;
  }

  .dropdown-toggle-2 {
    font-size: 13px;
  }

  .brand {
    overflow: hidden;
    width: 400px;
    background-image: none;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: none;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .section_footer {
    min-height: 350px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_left_div {
    width: 51%;
    height: 491.171875px;
  }

  .footer_right_div {
    width: 40%;
    height: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rodapetexto {
    font-size: 13px;
  }

  .text-block-11 {
    font-size: 11px;
  }

  .text-block-12 {
    font-size: 11px;
  }

  .text-block-13 {
    font-size: 11px;
  }

  .div_footer_aux {
    font-size: 13px;
  }

  .icon_phone {
    font-size: 19px;
  }

  .div_footer_description {
    width: auto;
  }

  .div-block-20 {
    width: 100%;
    max-height: none;
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-6 {
    font-size: 15px;
  }

  .grid-11 {
    width: 60%;
  }

  .div-block-25 {
    width: 85%;
    min-height: 500px;
    margin-top: 15%;
    margin-bottom: 15%;
    padding-top: 0%;
  }

  .image-3 {
    height: 100%;
  }

  .image-4 {
    height: 100%;
  }

  .card-solucoes {
    width: 60vw;
    min-height: auto;
  }

  .card-internet-bottom {
    height: 67%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .card-fibra-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 67%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-29 {
    margin-bottom: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-31 {
    width: 100%;
    min-height: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-32 {
    height: auto;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-35 {
    width: 100vw;
    margin-top: 45px;
    background-size: 180%;
  }

  .slider {
    width: 61.8vw;
    height: 35.4vw;
    margin-top: 135.5px;
    margin-bottom: 2.5%;
  }

  .slide {
    background-position: 50% 50%;
    background-size: cover;
  }

  .bold-text {
    font-size: 15px;
  }

  .div-block-36 {
    width: 100%;
    min-height: 80px;
    margin-top: 32px;
  }

  .left-arrow {
    margin-left: -60px;
  }

  .right-arrow {
    margin-right: -60px;
  }

  .icon-2 {
    color: #000;
  }

  .icon-3 {
    color: #000;
  }

  .slide-nav {
    margin-bottom: -13px;
    font-size: 12px;
  }

  .nav-menu {
    max-height: 220px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-40 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-4 {
    border-radius: 5px;
    background-color: rgba(155, 97, 97, 0);
    box-shadow: 1px 1px 3px -5px #000;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #8ae693;
  }

  .paragraph-copy {
    width: 85%;
    font-size: 14px;
    line-height: 24px;
  }

  .div_pricing.gaming {
    width: 90vw;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .paragraph-3.residencia {
    width: 90vw;
    color: #3f4046;
    font-size: 14px;
  }

  .container-2 {
    margin-bottom: 0px;
  }

  .container-2.sauipe {
    width: 85%;
    max-width: none;
  }

  .card {
    width: 85vw;
  }

  .card.condominio {
    height: 546px;
    min-height: 603px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-body {
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-body.condominio.vantagens {
    height: auto;
    min-height: 400px;
  }

  .card-body.condominio.big {
    min-height: 402px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-body.left {
    display: none;
  }

  .carousel-slider {
    width: 85vw;
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
    width: 85vw;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
    width: 85vw;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
    width: 85vw;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask-2 {
    width: 100%;
  }

  .text-span-9.residencia {
    color: #fff;
  }

  .text-span-9.residencia.wtf {
    color: #fe5d00;
  }

  .text-span-9.residencia.wtf-copy {
    color: #fe5d00;
  }

  .paragrafo_descricao {
    margin-bottom: 5px;
  }

  .div-block-29-copy {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-7 {
    margin-top: 32px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-7.condominio {
    font-size: 28px;
  }

  .heading-8 {
    margin-top: 32px;
    margin-bottom: 10px;
    font-size: 38px;
  }

  .carousel-slider50 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider50._6 {
    right: 0%;
  }

  .carousel-slider50._2 {
    right: 0%;
  }

  .carousel-slider50._4 {
    right: 0%;
    width: 85vw;
  }

  .carousel-slider50._3 {
    right: 0%;
  }

  .carousel-slider50._7 {
    right: 0%;
  }

  .carousel-slider50._5 {
    right: 0%;
  }

  .carousel-slider50._8 {
    right: 0%;
  }

  .card-body-copy {
    padding: 20px;
  }

  .heading-10-copy {
    width: 114%;
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .div-block-29-copy-copy {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-5-copy {
    height: 40px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .a-partir-de-copy {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .pre-o-internet-copy {
    font-size: 46px;
  }

  .div-block-10-copy {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-2-copy {
    margin-top: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    font-size: 19px;
  }

  .section_intro-copy {
    min-height: 550px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section_intro-copy.residencia {
    background-position: 61% 50%;
  }

  .section_intro-copy.fibra {
    background-position: 50% 50%;
  }

  .section_intro-copy.comum {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 46% 50%;
  }

  .section_pricing-copy.vantagens {
    max-height: 2468px;
    min-height: 559px;
    margin-bottom: 20px;
  }

  .section_tv-copy {
    min-height: 423px;
  }

  .section_contact-copy {
    min-height: 550px;
  }

  .section_footer-copy {
    min-height: 350px;
  }

  .section_intro-2 {
    min-height: 550px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-42 {
    min-height: 320px;
    margin-right: 5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .button-5 {
    padding: 10px 20px;
    font-size: 19px;
  }

  .section_intro-2-copy {
    min-height: 550px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .a-partir-de-2 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .div-block-43 {
    width: 100%;
    min-height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-16 {
    font-size: 15px;
  }

  .heading-14 {
    font-size: 33px;
  }

  .pre-o-internet-2 {
    font-size: 54px;
  }

  .heading-15 {
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    font-size: 33px;
  }

  .heading-15.comum {
    height: 88%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .text-block-17 {
    font-size: 13px;
  }

  .text-block-2-copy-2 {
    font-size: 15px;
  }

  .text-block-18 {
    font-size: 13px;
  }

  .button-6 {
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    font-size: 19px;
  }

  .button-6.home {
    width: 150px;
    margin-top: 9%;
    padding-top: 12px;
  }

  .brand-2.w--current {
    width: 160px;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .tabs-menu-2 {
    width: 90vw;
  }

  .card-vantagem.cond1 {
    height: auto;
    min-height: 400px;
  }

  .card-vantagem.cond2 {
    height: auto;
    min-height: 400px;
  }

  .card-vantagem.cond3 {
    height: auto;
    min-height: 400px;
  }

  .card-vantagem.rg3 {
    height: 413px;
  }

  .pre-o-internet-2-copy {
    font-size: 54px;
  }

  .image-5 {
    height: 100%;
  }

  .text-block-16-copy {
    font-size: 15px;
  }

  .address_textfield {
    max-height: 100px;
    min-height: 60px;
    border-radius: 25px;
    font-size: 13px;
  }

  .text-span-22 {
    color: #fff;
  }

  .button-10 {
    margin-top: 5%;
  }

  .image-7 {
    margin-left: 2%;
  }

  .text-span-9-copy.residencia {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #757575;
    font-size: 18px;
    line-height: 24px;
  }

  .text_pontoverde-copy {
    color: #fff;
  }

  .text-block-31 {
    color: #757575;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-32 {
    color: #3f4046;
    text-align: center;
  }

  .text-span-9-copy.residencia {
    color: #757575;
    font-size: 32px;
  }

  .icon-4-copy {
    border-radius: 5px;
    background-color: rgba(155, 97, 97, 0);
    box-shadow: 1px 1px 3px -5px #000;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #8ae693;
  }

  .icon-4-copy {
    border-radius: 5px;
    background-color: rgba(155, 97, 97, 0);
    box-shadow: 1px 1px 3px -5px #000;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #8ae693;
  }

  .text-span-9-copy.residencia {
    color: #fff;
  }

  .text-span-9-copy-copy.residencia {
    color: #757575;
  }

  .heading-7-copy {
    margin-top: 10px;
    margin-bottom: 32px;
    font-size: 38px;
  }

  .endereco_textfield-copy {
    height: 40px;
    font-size: 13px;
  }

  .icon-4-copy {
    border-radius: 5px;
    background-color: rgba(155, 97, 97, 0);
    box-shadow: 1px 1px 3px -5px #000;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #8ae693;
  }

  .heading-2-copy-copy {
    font-size: 33px;
  }

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-56 {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-57 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recaptcha {
    margin-top: 10px;
  }

  .button-11 {
    width: 60px;
    height: 60px;
  }

  .div-block-58 {
    display: block;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recaptcha-2 {
    position: static;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .recaptcha-3 {
    margin-top: 10px;
  }

  .recaptcha-4 {
    margin-top: 10px;
  }

  .recaptcha-5 {
    margin-top: 3%;
  }

  .recaptcha-6 {
    margin-top: 10px;
  }

  .cpf_textfield {
    height: 40px;
    font-size: 13px;
  }
}

#w-node-281760e13bc5-7a2d2d93 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b0f579703c6a-7a2d2d93 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-97a37486c887-7486c885 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-97a37486c8a0-7486c885 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b0f579703c6a-0f2d2d96 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ad0f67862914-d22d2d97 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b0f579703c6a-a52d2d98 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-f91fab22772d-ce2d2d99 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-89687a2d7b52-f1bbe189 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-97a37486c8a0-7486c885 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}