:root {
  --midnight-blue: #25295d;
  --blue: #343ce4;
  --midnight-blue-2: #191c41;
  --gainsboro: #e2e2e2;
  --dark-slate-grey: #393939;
  --dark-slate-grey-2: rgba(57, 57, 57, .6);
  --white-smoke: whitesmoke;
  --goldenrod: #edb54c;
  --ghost-white: #f7f7ff;
  --gold: rgba(255, 227, 102, .48);
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Productsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.login-section {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.copyright.login-copyright {
  opacity: .7;
  color: #fff;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0%;
  right: 0%;
}

.login-span-link {
  color: #3668fc;
  text-decoration: none;
}

.login-form-block {
  margin-bottom: 0;
}

.button {
  height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue:hover {
  background-color: #058317;
}

.button.success-continue.span {
  height: auto;
  opacity: 0;
  background-color: #05b32e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button.success-continue.span:hover {
  background-color: #058317;
}

.button.submit {
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: #3668fc;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button.submit:hover {
  background-color: #1242af;
}

.button.submit.login-button {
  height: 50px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 50px;
}

.button.submit._3 {
  width: auto;
  background-color: var(--midnight-blue);
  position: absolute;
  top: auto;
  bottom: 35px;
  left: 35px;
  right: 35px;
}

.button.submit._3.yellow {
  background-color: var(--blue);
}

.button.mensagem {
  height: 50px;
  background-color: var(--blue);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 50px;
  display: block;
}

.button.mensagem:hover {
  background-color: var(--midnight-blue);
}

.button.mensagem.lines {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.mensagem.lines:hover {
  background-color: var(--blue);
  color: #fff;
}

.button.mensagem.subscri-o {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.mensagem.subscri-o:hover {
  background-color: var(--blue);
  color: #fff;
}

.button.mensagem._40 {
  width: 100%;
  margin-bottom: 25px;
}

.button.mensagem._40.yellow {
  background-color: #e49534;
}

.button.submit {
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: #3668fc;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button.submit:hover {
  background-color: #1242af;
}

.button.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: rgba(0, 0, 0, 0);
}

.button.gray.bluye {
  background-color: var(--blue);
  color: #fff;
  border-style: none;
}

.button.gray.bluye:hover {
  background-color: #63af16;
}

.button.gray.o:hover {
  background-color: #fc3639;
}

.button.success-continue-copy {
  background-color: rgba(0, 0, 0, .18);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue-copy:hover {
  background-color: rgba(0, 0, 0, .32);
}

.button.success-continue-copy.ok {
  color: #05b32e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #05b32e;
  right: 177px;
}

.button.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button.red {
  background-color: #e6253f;
}

.button.red:hover {
  background-color: #b81b2c;
}

.button.red.float-right {
  float: right;
  color: #e6253f;
  background-color: #fff;
  margin-right: 0;
  padding-top: 8px;
}

.button.red.float-right:hover {
  color: #fff;
  background-color: #e6253f;
}

.button.red.float-right.cancelar {
  color: #9c9c9c;
  border: 1px solid #e0e2e7;
  padding-top: 7px;
}

.button.red.float-right.cancelar:hover {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button.red-lines {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  font-size: 17px;
}

.button.red-lines:hover {
  color: #fff;
  background-color: red;
}

.background-video {
  width: 100%;
  height: 100%;
}

.form-content-wrapper {
  flex: 1;
}

.form-content-wrapper.in-login {
  z-index: 1;
  position: relative;
}

.login-success {
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.login-success.in-login {
  padding-top: 50px;
  padding-bottom: 50px;
}

.login-container {
  width: 500px;
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.link-2 {
  color: rgba(194, 194, 194, .49);
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}

.page-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.login-form {
  position: static;
}

.login-form.login {
  position: relative;
}

.confirmation-check-icon {
  width: 50px;
  height: 50px;
  color: #05b32e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #05b32e;
  border-radius: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon.absolute-right {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.form-header-wrap {
  text-align: center;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.form-header-wrap._4 {
  padding-bottom: 0;
}

.error-message {
  max-width: 500px;
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.error-message.lin-line-block {
  margin-top: 25px;
  padding-left: 28px;
  padding-right: 28px;
  position: static;
}

.success-flex {
  display: flex;
}

.success-flex.wide {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.login-icon {
  height: 50px;
  color: #b8bac1;
  margin-bottom: 25px;
  padding-left: 15px;
  font-family: Main sys, sans-serif;
  font-size: 21px;
  line-height: 50px;
}

.sub-login-layer {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.success-message {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.success-message.margins {
  color: #171f36;
  margin-top: 32px;
  margin-bottom: 34px;
}

.success-message.margins.none {
  margin-bottom: 0;
}

.login-logo {
  width: 300px;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-overlay {
  z-index: 12;
  background-image: linear-gradient(95deg, #343ce4, rgba(37, 40, 92, .78));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.login-block {
  width: 50%;
  height: 100%;
  max-width: 60%;
  min-width: 50%;
  float: left;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.login-block.flexible {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.login-block.video-side {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-symbol {
  font-family: Montserrat, sans-serif;
}

.login-text-link {
  color: #b8bac1;
  margin-bottom: 25px;
  padding-left: 1px;
  font-size: 15px;
  line-height: 120%;
  transition: all .1s;
}

.login-text-link.text-link {
  text-decoration: none;
  display: inline-block;
}

.login-text-link.text-link:hover {
  color: #3668fc;
}

.login-text-link.account {
  color: #919ba7;
  text-align: center;
  background-color: rgba(54, 104, 252, .15);
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.login-text-link.account._900 {
  margin-top: 25px;
}

.form-text-field {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-text-field:hover {
  background-color: #fff;
}

.form-text-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-text-field::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field::placeholder {
  color: #9c9c9c;
}

.form-text-field.login-field {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-left: 30px;
  font-size: 16px;
}

.form-text-field.login-field:focus {
  border-color: var(--blue);
}

.form-text-field.login-field::-ms-input-placeholder {
  color: #919ba7;
}

.form-text-field.login-field::placeholder {
  color: #919ba7;
}

.form-text-field.login-field.senha-field {
  margin-top: 25px;
  margin-bottom: 15px;
}

.form-text-field.textarea {
  padding-bottom: 142px;
  font-size: 17px;
}

.form-text-field.login-field {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-left: 30px;
  font-size: 16px;
}

.form-text-field.login-field:focus {
  border-color: #343ce4;
}

.form-text-field.login-field::-ms-input-placeholder {
  color: #919ba7;
}

.form-text-field.login-field::placeholder {
  color: #919ba7;
}

.form-text-field.login-field.senha-field {
  margin-top: 25px;
  margin-bottom: 15px;
}

.form-success-content {
  height: 80px;
  max-width: 1000px;
  min-height: 80px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-success-content.wide {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 58px;
  display: flex;
}

.form-success-content.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.div-block {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/zungueira-luanda.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/b9695b1c75a493039245b517cc22a5d2_XL.jpeg');
  background-position: 50%;
  background-size: cover;
}

.logo {
  width: 170px;
  height: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.top-nav-side-block {
  height: 50px;
  position: absolute;
  top: 10px;
  right: 0;
}

.top-nav-search-wrapper {
  height: 70px;
  margin-left: 170px;
  margin-right: 200px;
  padding-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.provicias-dropdown-icon {
  width: 15px;
  height: 50px;
  font-family: Main sys, sans-serif;
  font-size: 22px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.top-nav-search {
  height: 50px;
  background-color: var(--midnight-blue);
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 200px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 50px;
  font-size: 17px;
  font-weight: 500;
}

.top-nav-search:focus {
  background-color: var(--midnight-blue-2);
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  font-weight: 400;
}

.top-nav-search::-ms-input-placeholder {
  color: #f1f0f0;
  font-weight: 400;
}

.top-nav-search::placeholder {
  color: #f1f0f0;
  font-weight: 400;
}

.search-button {
  width: 50px;
  height: 50px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 200px;
  position: absolute;
  top: 10px;
  right: 83px;
}

.top-nav {
  height: 70px;
  background-image: linear-gradient(to right, var(--blue), var(--midnight-blue));
}

.top-nav-provicia-link {
  height: 50px;
  color: #fff;
  text-transform: none;
  border-radius: 200px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 51px;
  text-decoration: none;
  overflow: hidden;
}

.provicias-text {
  float: left;
  margin-right: 5px;
  display: inline-block;
}

.top-nav-content-wrapper {
  position: relative;
}

.profile {
  width: 50px;
  height: 50px;
  
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
}

.bottom-nav-upper-content {
  height: 50px;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
}

.nav-category-menu {
  justify-content: space-between;
  margin-left: -20px;
  display: block;
}

.nav-category-link-block {
  height: 50px;
  color: #04080f;
  border-radius: 2px;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: inline-block;
}

.nav-category-link-block:hover {
  background-color: #f6f6f6;
}

.nav-category-icon {
  width: 25px;
  height: 25px;
  float: left;
  opacity: .73;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 200px;
  margin-top: 12px;
  margin-right: 5px;
  display: inline-block;
}

.nav-category-title {
  float: left;
  color: #04080f;
  font-size: 14px;
  line-height: 50px;
  display: inline-block;
}

.text-block {
  margin-top: 3px;
  font-family: Categorias, sans-serif;
  font-size: 18px;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.top-section {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shadow {
  height: 120px;
}

.shadow.pesquisa {
  height: 193px;
}

.shadow.anunciante {
  height: 70px;
}

.pb-sections {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider-2 {
  height: 400px;
  border-radius: 5px;
}

.slide-nav {
  font-size: 5px;
}

.mask {
  border-radius: 5px;
}

.heading {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 400;
}

.heading._2 {
  width: 80%;
  text-align: left;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block {
  background-color: #fff;
  border: 1px #dcdcdc;
  border-radius: 8px;
  padding-left: 0;
  text-decoration: none;
  transition: all .3s;
}

.link-block:hover {
  box-shadow: none;
}

.main-img {
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 10px;
  display: block;
}

.main-img._1 {
  
}

.main-img._2 {
 
  display: block;
}

.main-img._3 {
  background-image: url('../images/buying-second-hand-furniture.jpeg');
}

.main-img._4 {
 
}

.main-img._5 {
 
}

.div-block-3 {
  height: 150px;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}

.categoria-text {
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.titulo-text {
  height: 60px;
  max-height: 60px;
  color: #565656;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.price-text {
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
  display: inline-block;
}

.provincia {
  max-width: 80%;
  color: rgba(51, 51, 51, .35);
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  padding-bottom: 80px;
}

.section._2 {
  padding-top: 50px;
}

.section._90 {
  padding-top: 20px;
}

.slide-3 {
  background-image: url('/images/publicite.png');
  background-position: 0 0, 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  min-width: auto;
  max-width: none;
}

.slide-4 {
  background-image: url('/images/publicite.png');
  background-position: 0 0, 50%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  min-width: auto;
  max-width: none;
}

.text-block-5 {
  background-color: var(--blue);
  color: #fff;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 12px;
  display: inline-block;
}

.menu {
  z-index: 200;
  width: 280px;
  background-color: var(--blue);
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
  transform: translate(-100%);
}

.div-block-4 {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 45px;
}

.link-3 {
  background-color: var(--midnight-blue-2);
  color: #fff;
  border-radius: 200px;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
}

.dropdown {
  display: block;
}

.dropdown-toggle {
  color: #fff;
  padding-left: 45px;
  display: block;
}

.link-block-2 {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 15px 45px 15px 50px;
  line-height: 55px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  background-color: var(--midnight-blue-2);
}

.link-block-2.w--current {
  background-color: #2d327f;
}

.text-block-6 {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}

.sub-menu {
  z-index: 250;
  width: 250px;
  background-color: #fff;
  margin-left: 280px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.link-block-2-copy {
  width: 30vh;
  height: auto;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 30px 15px 35px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-2-copy:hover {
  background-color: rgba(52, 60, 228, .05);
}

.text-block-6-copy {
  color: var(--dark-slate-grey);
  font-size: 15px;
  line-height: 120%;
}

.text-block-7 {
  margin-top: 5px;
  font-size: 17px;
}

.link-4 {
  display: block;
}

.form-block {
  color: #919191;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  font-family: Favorite, sans-serif;
  font-size: 20px;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.form {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  line-height: 30px;
}

.click-favorito:hover {
  color: var(--blue);
}

.favorito-clicked {
  color: var(--blue);
  display: none;
}

.favorito-clicked._900 {
  display: block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.filtros-section {
  height: 121px;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

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

.select-field {
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 17px;
}

.select-field._10 {
  margin-right: 10px;
}

.select-field._4, .select-field._5 {
  margin-bottom: 5px;
}

.div-block-5 {
  display: block;
}

.div-block-6 {
  display: flex;
}

.text-block-8 {
  color: rgba(37, 41, 93, .36);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
}

.breadcrump {
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
}

.link-5 {
  color: var(--midnight-blue-2);
  margin-right: 10px;
  font-family: Main sys, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.link-5:hover {
  color: #3039ff;
}

.div-block-8 {
  line-height: 50px;
  display: flex;
}

.link-6 {
  max-width: 200px;
  color: var(--dark-slate-grey-2);
  margin-right: 10px;
  font-size: 16px;
  overflow: hidden;
}

.link-6:hover {
  color: #343ce4;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.side-a-content {
  margin-right: 50px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-9 {
  color: var(--blue);
  margin-right: 25px;
  font-size: 25px;
  font-weight: 400;
}

.slider-3 {
  height: 450px;
  border: 1px none var(--gainsboro);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.icon, .icon-2 {
  color: var(--gainsboro);
}

.mask-2 {
  border-radius: 8px;
  padding: 25px;
}

.slide-5 {
 
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5._2 {
 
}

.div-block-9 {
  margin-bottom: 25px;
  display: flex;
}

.text-block-5-copy {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: -4px;
  margin-right: 10px;
  padding: 3px 12px;
  font-size: 16px;
  display: inline-block;
}

.text-block-10 {
  color: var(--dark-slate-grey-2);
  margin-bottom: 10px;
  font-size: 16px;
}

.anunciante-profile {
  border: 1px solid var(--blue);
  box-shadow: none;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 50px;
  display: flex;
}

.anunciante-profile._23 {
  padding-bottom: 25px;
}

.anunciante-profile._67 {
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.div-block-10 {
  width: 100px;
  height: 100px;
  border: 1px solid var(--gainsboro);
  
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  margin-bottom: 25px;
  position: relative;
}

.div-block-10._100 {
  flex: none;
  margin-bottom: 0;
  margin-right: 25px;
}

.div-block-11 {
  text-align: center;
  margin-bottom: 20px;
}

.text-block-11 {
  color: var(--midnight-blue);
  font-weight: 700;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

.text-block-12 {
  color: var(--dark-slate-grey-2);
  margin-bottom: 5px;
  font-size: 15px;
}

.text-block-12.bold {
  font-weight: 700;
}

.div-block-12 {
  text-align: center;
  margin-bottom: 25px;
}

.div-block-12._100 {
  text-align: left;
  margin-bottom: 0;
}

.emp-ou-part {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 3px 12px;
  font-size: 16px;
  display: inline-block;
}

.link-7 {
  width: 100%;
  border: 1px solid var(--gainsboro);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.link-7:hover {
  background-color: var(--blue);
  color: #fff;
}

.link-7.verde {
  background-color: var(--blue);
  color: #fff;
  border-style: none;
}

.link-7.verde:hover {
  background-color: #3f7445;
}

.link-7.vermelho {
  background-color: var(--midnight-blue-2);
  color: #fff;
  border-style: none;
}

.link-7.vermelho:hover {
  background-color: #a33;
}

.link-7.blue {
  background-color: var(--blue);
  color: #fff;
}

.link-7.blue:hover {
  background-color: var(--midnight-blue);
}

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

.description-wrapper {
  padding-top: 25px;
}

.heading-4 {
  border-bottom: 1px dashed var(--gainsboro);
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-weight: 400;
}

.paragraph {
  font-size: 20px;
  line-height: 150%;
}

.pu-wrapper {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  padding: 30px;
}

.div-block-14 {
  height: 300px;
  background-image: url('../images/images-5.jpeg');
  background-position: auto;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.message-box {
  z-index: 100;
  background-color: rgba(25, 28, 65, .36);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.message-form {
  width: 40%;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-100%);
}

.div-block-15 {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  align-items: center;
  padding: 25px;
  display: flex;
}

.form-block-3 {
  margin-top: 25px;
}

.textarea {
  padding-bottom: 88px;
}

.text-block-13 {
  margin-bottom: 20px;
  font-size: 17px;
}

.text-block-14 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
}

.fechar {
  color: #b4b4b4;
  text-align: right;
  font-family: Main sys, sans-serif;
  font-size: 30px;
  display: inline-block;
}

.div-block-16 {
  text-align: right;
}

.div-block-17 {
  border: 1px dashed var(--gainsboro);
  border-radius: 8px;
  margin-top: 25px;
  padding: 20px;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
}

.div-block-18 {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  padding: 50px;
}

.div-block-19 {
  margin-bottom: 25px;
}

.form-text-field-copy {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-text-field-copy:hover {
  background-color: #fff;
}

.form-text-field-copy:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-text-field-copy::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field-copy::placeholder {
  color: #9c9c9c;
}

.form-text-field-copy.login-field {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-left: 30px;
  font-size: 16px;
}

.form-text-field-copy.login-field:focus {
  border-color: var(--blue);
}

.form-text-field-copy.login-field::-ms-input-placeholder {
  color: #919ba7;
}

.form-text-field-copy.login-field::placeholder {
  color: #919ba7;
}

.form-text-field-copy.login-field.senha-field {
  margin-top: 25px;
  margin-bottom: 15px;
}

.form-text-field-copy.textarea {
  padding-bottom: 142px;
  font-size: 17px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.div-block-20 {
  height: 250px;
  text-align: center;
  background-color: rgba(255, 227, 102, .48);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.div-block-20.red {
  background-color: rgba(255, 102, 102, .48);
}

.paragraph-2 {
  font-size: 18px;
}

.text-block-15 {
  text-align: center;
  margin-bottom: 15px;
  font-family: Main sys, sans-serif;
  font-size: 52px;
  line-height: 100%;
}

.form-right-side-2 {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  border-right: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.photo-upload-input-field-2 {
  height: 170px;
  border: 2px dashed var(--blue);
  text-align: center;
  cursor: pointer;
  background-color: rgba(52, 60, 228, .11);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field-2:hover {
  background-color: #fff;
}

.photo-upload-input-field-2:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field-2::-ms-input-placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field-2::placeholder {
  color: #9c9c9c;
}

.uploaded-photo-wrapper {
  display: none;
}

.div-block-21 {
  flex: 1;
}

.text-block-146 {
  color: var(--blue);
  font-size: 24px;
  display: inline-block;
}

.form-text-field-3 {
  height: 45px;
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

.form-text-field-3:hover {
  background-color: #fff;
}

.form-text-field-3:focus {
  background-color: #fff;
  border-color: #5968a3;
}

.form-text-field-3::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field-3::placeholder {
  color: #9c9c9c;
}

.form-text-field-3._300 {
  margin-bottom: 10px;
}

.uploaded-photo-content-2 {
  height: 130px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
}

.uploaded-image-resolution-2 {
  color: #9c9c9c;
}

.uploaded-photo-div-2 {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.photo-upload-input-wrapper-2 {
  min-height: 170px;
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.form-text-field-4 {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  font-size: 16px;
  transition: all .1s;
}

.form-text-field-4:hover {
  background-color: #fff;
}

.form-text-field-4:focus {
  background-color: #fff;
  border-color: #1675bd;
}

.form-text-field-4::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field-4::placeholder {
  color: #9c9c9c;
}

.form-text-field-4.long {
  background-color: #fff;
  padding-bottom: 108px;
  font-size: 17px;
}

.form-text-field-4.long._2 {
  padding-bottom: 439px;
}

._25 {
  margin-bottom: 25px;
}

._25._1 {
  margin-bottom: 35px;
}

.test-form-block {
  height: 947px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.test-form-block.zero-padding-all._290 {
  width: 600px;
}

.link-8 {
  width: 20%;
  color: #e6253f;
  text-align: center;
  text-decoration: none;
}

.form-select-field-2 {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field-2:hover {
  background-color: #fff;
}

.form-select-field-2:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field-2.last-item {
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field-2.last-item:focus {
  border-color: #5968a3;
}

.form-field-label-description-3 {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.grid-13 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.uploaded-image-name {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.photo-upload-text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: #9c9c9c;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 12px;
}

.div-block-163 {
  margin-bottom: 35px;
}

.div-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-1.eie {
  margin-top: 0;
}

.form-button-icon {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.photo-contain {
  max-width: 90px;
}

.form-success {
  z-index: 1000;
  background-color: rgba(240, 240, 240, .75);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-family: Main sys, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.div-block-164 {
  background-color: #d0d3dd;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.text-block-147 {
  width: 80%;
  color: rgba(23, 31, 54, .52);
}

.form-field-label {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}

.form-2 {
  display: flex;
}

.form-2.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form-2.round-corners._10 {
  border-style: none;
  margin-left: 0;
  box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, .07);
}

.div-block-7 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 10px;
}

.form-left-side-2 {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.form-left-side-2._100 {
  flex: none;
}

.message {
  min-width: 50px;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 16px 24px 24px;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.message.receiver-message {
  min-width: 50%;
  color: #171f36;
  background-color: rgba(54, 104, 252, .15);
  border-radius: 4px 24px 24px;
  padding-bottom: 28px;
}

.message.sender-message {
  min-width: 40%;
  float: right;
  color: rgba(255, 255, 255, .9);
  background-color: #4a99f5;
  border-radius: 24px 24px 4px;
  padding-bottom: 28px;
}

.chat-text-filed-form-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chat-info-wrapper {
  border: 1px #e0e2e7;
  border-radius: 4px;
  display: flex;
}

.chat-info-wrapper.minus-margin {
  flex-direction: column-reverse;
  margin: 0;
  display: block;
  position: relative;
}

.chat-receiver-info {
  height: 41px;
  color: #171f36;
  border: 1px rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-receiver-info:hover {
  background-color: rgba(0, 0, 0, 0);
}

.chat-choice-wrapper {
  height: 73px;
  color: #171f36;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-choice-wrapper:hover {
  background-color: #f8f8f8;
}

.chat-choice-wrapper.w--current {
  background-color: #f0f0f0;
  font-weight: 700;
}

.new-message-notify {
  width: 17px;
  height: 17px;
  color: #fff;
  text-align: center;
  background-color: #f54a4a;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: auto;
  right: -3px;
  overflow: hidden;
}

.chat-send-button {
  width: 45px;
  height: 45px;
  color: #89919b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  transition: all .1s;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
  overflow: hidden;
}

.chat-send-button:hover, .chat-send-button:focus {
  color: #0081f6;
}

.chat-send-button._25-position-margin {
  font-family: Main sys, sans-serif;
  right: 25px;
}

.chat-message {
  width: 80%;
  max-width: 320px;
  min-width: 168px;
  margin-bottom: 4px;
  position: relative;
}

.chat-message.sendets {
  float: right;
}

.chat-message.proposta {
  width: 60%;
  max-width: 90%;
  margin-bottom: 25px;
}

.chat-user-status {
  height: 20px;
  color: #9c9c9c;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-user-status.online {
  height: 16px;
  color: #05b32e;
  margin-top: 0;
  line-height: 16px;
}

.chat-user-status.offline {
  height: 16px;
  color: rgb(255, 0, 0);
  margin-top: 0;
  line-height: 16px;
}

.chat-info-nav {
  background-color: #fff;
  padding: 16px 25px;
}

.chat-text-form {
  padding: 16px;
  position: relative;
}

.chat-text-form._25-margin {
  border-top: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.photo {
  width: 40px;
  height: 40px;
  
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  margin-right: 15px;
  position: relative;
}

.name {
  height: 18px;
  flex: 1;
  margin-top: 1px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
}

.name.with-bottom-margin {
  margin-bottom: 3px;
  font-size: 16px;
}

.name.with-bottom-margin.smaller-text {
  margin-bottom: 0;
  font-size: 15px;
}

.flexed-block {
  height: 100vh;
  background-color: #fff;
  flex: none;
}

.tab-pane-tab-1-2 {
  height: 100vh;
  border-left: 1px solid #dfdfdf;
  padding-top: 120px;
}

.tab-pane-tab-1-2._09 {
  padding-top: 0;
}

.chat-time-stamp {
  color: rgba(23, 31, 54, .35);
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 8px;
  left: 24px;
  right: auto;
}

.chat-time-stamp.sndrs {
  color: rgba(255, 255, 255, .35);
  top: auto;
  bottom: 8px;
  left: auto;
  right: 24px;
}

.chat-time-stamp.sndrs._90000 {
  float: right;
  position: static;
}

.chat-message-preview {
  height: 20px;
  color: #9c9c9c;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.sender {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.chat-bubble-container {
  height: 585px;
  border-top: 1px solid #e9e9e9;
  flex-direction: column-reverse;
  padding: 25px 16px 0;
  display: flex;
  overflow: auto;
}

.chat-bubble-container._25px-padding {
  height: 81%;
  padding-bottom: 44px;
  padding-left: 25px;
  padding-right: 25px;
}

.right-chevron {
  color: #d0d3dd;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: rotate(-90deg);
}

.chat-text-field {
  height: 45px;
  max-height: 45px;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 14px 61px 10px 16px;
  font-size: 17px;
  line-height: 18px;
}

.chat-text-field:focus {
  background-color: #fff;
  border-color: #0081f6;
}

.chat-text-field::-ms-input-placeholder {
  color: #89919b;
}

.chat-text-field::placeholder {
  color: #89919b;
}

.chat-wrapper {
  width: 70%;
  height: 100%;
  max-width: 70%;
  min-width: 70%;
  float: left;
  background-color: #fff;
  border-left: 1px #e9e9e9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

.chat-picker-wrapper {
  width: 40%;
  height: 100%;
  max-width: 40%;
  min-width: 40%;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.chat-picker-wrapper._80 {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  float: left;
  flex-direction: column;
  padding-top: 206px;
  display: block;
  overflow: auto;
}

.chat-picker-wrapper._80.io {
  padding-top: 71px;
}

.receiver {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.cliente-choice-info {
  flex: 1;
}

.main-chat-wrapper {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-chat-wrapper.fg {
  background-image: linear-gradient(81deg, rgb(255, 255, 255), rgb(255, 255, 255));
}

.chat-here {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.chat-here.mobile {
  display: none;
}

.profile-div {
  z-index: 70;
  width: 35%;
  background-color: #fff;
  margin-right: 0;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
  box-shadow: 1px 1px 20px 8px rgba(0, 0, 0, .48);
}

.div-block-166 {
  margin-bottom: 25px;
}

.div-block-167 {
  margin-top: 25px;
}

.link-block-3 {
  border: 1px solid var(--gainsboro);
  color: var(--dark-slate-grey);
  border-radius: 8px;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-3:hover, .link-block-3.anunciar {
  background-color: var(--blue);
  color: #fff;
}

.link-block-3.anunciar:hover {
  background-color: var(--midnight-blue);
}

.text-block-148 {
  margin-right: 15px;
  padding-top: 2px;
  font-family: Main sys, sans-serif;
  font-size: 18px;
}

.text-block-149 {
  font-size: 17px;
}

.button-icon-2 {
  margin-right: 10px;
  font-family: Main sys, sans-serif;
  position: relative;
  top: 2px;
}

.div-block-168 {
  padding-top: 25px;
}

.link-block-4 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.anunciante-100 {
  color: var(--blue);
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-4.grey {
  min-height: 700px;
}

.div-block-169 {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.heading-5._67 {
  color: #c6c6c6;
}

.heading-5.off {
  font-size: 33px;
  font-weight: 400;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 70px;
}

.grid-14._2 {
  margin-bottom: 25px;
}

.div-block-170 {
  height: 220px;
  border: 1px none var(--gainsboro);
  border-radius: 8px;
  padding: 45px;
  position: relative;
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .07);
}

.div-block-170._2 {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
}

.text-block-150 {
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-151 {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.text-block-152 {
  color: rgba(57, 57, 57, .4);
}

.heading-copy {
  text-align: left;
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 500;
}

.heading-copy._2 {
  width: 80%;
  text-align: left;
}

.text-block-153 {
  border: 1px dashed var(--gainsboro);
  color: #8a8a8a;
  text-align: center;
  background-color: rgba(52, 60, 228, .03);
  border-radius: 8px;
  padding: 40px;
  font-size: 18px;
}

.text-span {
  margin-right: 10px;
  font-family: Mais mais, sans-serif;
}

.div-block-171 {
  display: flex;
}

.link-9 {
  color: #6d6d6d;
  margin-right: 25px;
  font-family: Main sys, sans-serif;
  font-size: 43px;
  line-height: 50px;
  text-decoration: none;
}

.id-auto {
  color: #9a9a9a;
  font-size: 24px;
  display: inline-block;
}

.form-field-long {
  border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: 181px;
  font-size: 17px;
}

.div-block-172 {
  margin-top: 25px;
}

.div-block-173 {
  width: 100%;
  margin-bottom: 50px;
}

.div-block-174 {
  margin-bottom: 25px;
}

.text-block-154 {
  color: var(--blue);
  margin-bottom: 3px;
  font-weight: 700;
}

.text-block-155 {
  font-size: 28px;
  line-height: 1;
}

.text-block-155.amarelo {
  color: #da990e;
}

.text-block-155.green {
  color: #179f44;
}

.text-block-155.vermelho {
  color: #c12b2b;
}

.div-block-175 {
  border: 1px solid var(--gainsboro);
  border-radius: 5px;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 50px;
  display: flex;
}

.text-block-156 {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: rgba(52, 60, 228, .35);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  font-family: Main sys, sans-serif;
  font-size: 50px;
  line-height: 1;
  display: flex;
}

.div-block-176 {
  flex: 1;
  padding-left: 50px;
}

.div-block-176._70 {
  padding-left: 0;
}

.heading-6 {
  margin-top: 0;
  font-weight: 500;
}

.heading-6.yellow {
  color: var(--goldenrod);
}

.text-block-12-copy {
  color: var(--dark-slate-grey-2);
  margin-bottom: 5px;
  font-size: 14px;
}

.text-block-12-copy.bold {
  font-weight: 700;
}

.pacote-button-wrapper {
  display: inline-block;
}

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.container-2.pagamentos {
  grid-column-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2.pagamentos._2.mid-gard {
  grid-column-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.div-block-2 {
  flex: 1;
}

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.pages-h1._2 {
  margin-top: 76px;
}

.pages-h1._23 {
  text-align: center;
  font-size: 1.9em;
}

.grid-15 {
  grid-column-gap: 1.79em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.edit-profile-button {
  width: 14em;
  height: 3em;
  background-color: var(--blue);
  color: #fff;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  padding-left: 1.79em;
  padding-right: 1.79em;
  font-size: 1.1em;
  display: flex;
}

.pay-price-text {
  width: 6em;
  color: var(--blue);
  text-align: left;
  font-size: 1.7em;
  font-weight: 500;
}

.pay-price-text.price {
  width: auto;
  color: #040f20;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
}

.link-block-5 {
  height: 9em;
  color: #2d7dd2;
  background-color: #fff;
  border: 1px solid #e3e4e8;
  border-radius: .5em;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-left: 3em;
  padding-right: 3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-5:hover {
  background-color: rgba(77, 170, 87, .07);
  border-color: #4daa57;
}

.pages-headet-wrapper {
  margin-bottom: 55px;
}

.currency {
  margin-left: .2em;
  font-size: .4em;
  display: inline-block;
  position: relative;
  top: -1em;
}

.currency.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.edit-profile-button-2 {
  width: 14em;
  height: 3em;
  color: #fff;
  background-color: #2d7dd2;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  padding-left: 1.79em;
  padding-right: 1.79em;
  font-size: 1.1em;
  display: flex;
}

.pay-price-text-2 {
  width: 6em;
  text-align: left;
  font-size: 1.7em;
  font-weight: 500;
}

.pay-price-text-2.price {
  width: auto;
  color: #040f20;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
}

.link-block-6 {
  height: 9em;
  color: #2d7dd2;
  background-color: #fff;
  border: 1px solid #e3e4e8;
  border-radius: .5em;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-left: 3em;
  padding-right: 3em;
  transition: all .2s;
  display: flex;
}

.link-block-6:hover {
  background-color: rgba(77, 170, 87, .07);
  border-color: #4daa57;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  border-left: 2px none var(--blue);
  color: #7d7d7f;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em 3em 3em 5em;
  display: grid;
}

.instructions-wrapper._1 {
  padding-top: 3em;
  padding-left: 3em;
}

.instruction {
  max-width: 26em;
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.validar-pagamento-wrapper {
  max-width: 1100px;
  grid-column-gap: 0px;
  border: 2px none var(--blue);
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: .5em;
  right: auto;
}

.pagamento-referencia-info {
  color: var(--blue);
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
}

.pagamento-field-lable {
  color: #040f20;
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 400;
}

.validar-wrap {
  grid-row-gap: 3em;
  background-color: rgba(52, 60, 228, .13);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.submit-button {
  width: 100%;
  height: 3.3em;
  color: #fff;
  text-align: center;
  background-color: #2d7dd2;
  border-radius: .2em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 1.3em;
  line-height: 3.3em;
  display: block;
}

.submit-button.validar {
  background-color: var(--blue);
  margin-top: 1em;
  text-decoration: none;
}

.tipo-de-conta {
  border: 1px none var(--gainsboro);
  color: var(--midnight-blue-2);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .13);
}

.tipo-de-conta:hover {
  box-shadow: 1px 1px 12px 6px rgba(52, 60, 228, .07);
}

.text-block-157 {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #8085ff;
  border-radius: 200px;
  padding-top: 2px;
  font-family: "Merkeido 100", sans-serif;
  font-size: 31px;
  line-height: 60px;
  position: relative;
}

.text-block-157.part {
  background-color: var(--blue);
  color: #fff;
}

.text-block-157.empre {
  background-color: var(--midnight-blue);
  color: #fff;
}

.text-block-158 {
  padding-left: 20px;
  font-size: 19px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-177 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bands {
  width: 350px;
  height: 150px;
  background-image: url('../images/Merkeido-PRINCIPAL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-10 {
  color: #f2f2f2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-179 {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kiesse {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-7 {
  color: #fff;
  font-size: 100px;
  line-height: 1;
}

.card-item {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item.img {
  width: 20%;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item.img._900 {
  width: 20%;
}

.card-item.name {
  width: 80%;
  color: #223;
  flex: 0 auto;
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.card-item.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item.data-1.x {
  width: 15%;
}

.card-item.data-1.x._10 {
  width: 20%;
}

.card-item.icon {
  width: 20%;
  color: #d13232;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

.card-item.data-2 {
  width: 50%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-260 {
  padding-top: 50px;
}

.top-bar {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-159 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-165 {
  color: rgba(34, 34, 51, .86);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.side-b {
  width: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 15px;
}

.tab-link {
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}

.tab-link.w--current {
  background-color: var(--blue);
  color: #fff;
  font-weight: 700;
}

.text-block-166 {
  color: #1a5785;
  font-size: 32px;
  font-weight: 700;
  line-height: 70px;
}

.text-block-166.il {
  color: #1a8521;
}

.text-block-166.logs {
  color: #dc2f37;
}

.text-block-3 {
  color: rgba(34, 34, 51, .72);
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-3.cancelado {
  color: #d13232;
  font-weight: 700;
}

.text-block-3.aprovado {
  color: #4094d4;
  font-weight: 700;
}

.text-block-3.pendente {
  color: var(--goldenrod);
  font-weight: 700;
}

.text-block-3.terminado {
  color: #288562;
  font-weight: 700;
}

.text-block-3.azul {
  color: var(--blue);
}

.text-block-3.red {
  color: #ff3c3c;
  font-weight: 700;
}

.div-block-145 {
  width: 50px;
  height: 50px;
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  margin-right: 10px;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-167 {
  width: 100%;
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-167:hover {
  background-color: var(--midnight-blue);
}

.link-11 {
  color: #d1d1d1;
}

.div-block-148 {
  height: 200px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 35px;
}

.main {
  width: 100vw;
  background-color: #fff;
}

.main._12 {
  background-color: var(--white-smoke);
}

.main._600 {
  background-color: #fff;
}

.text-block-164 {
  color: var(--blue);
  margin-top: 3px;
  font-family: Main sys, sans-serif;
  line-height: 1;
}

.text-block-164.verde {
  color: #1a8521;
}

.text-block-164._34 {
  color: var(--goldenrod);
  margin-top: 3px;
}

.text-block-164._345 {
  color: #e43492;
}

.txt {
  color: rgba(34, 34, 51, .35);
  font-size: 13px;
  font-weight: 700;
}

.h3-head {
  margin-top: 0;
  margin-bottom: 0;
}

.brand-wrapper {
  height: 150px;
  padding: 45px;
}

.div-block-146 {
  max-width: 150px;
  font-weight: 400;
  line-height: 50px;
  overflow: hidden;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.navigation {
  width: 300px;
  height: 100vh;
  max-width: 300px;
  min-width: 300px;
  background-image: linear-gradient(64deg, var(--midnight-blue-2), var(--blue));
  position: relative;
}

.links-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tabs {
  margin-top: 50px;
}

.content-wrapper {
  height: 100vh;
  margin-left: 300px;
  padding-bottom: 50px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.content-wrapper._6 {
  overflow: hidden;
}

.log-out-div {
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-a {
  width: 90%;
  display: flex;
}

.text-block-168 {
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  background-color: #1a5785;
  border-radius: 200px;
  margin-right: 25px;
  font-size: 29px;
  line-height: 70px;
}

.text-block-168.verme {
  background-color: #dc2f37;
}

.text-block-168.verde {
  background-color: #1a8521;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-149 {
  margin-top: 25px;
  display: flex;
}

.brand {
  height: 70px;
  max-width: 170px;
  background-image: url('../images/Merkeido-PRINCIPAL_WHITE.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.nav-lin {
  min-height: 60px;
  color: #fff;
  align-items: center;
  padding: 10px 35px 10px 45px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-lin:hover {
  background-color: var(--midnight-blue);
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  background-color: var(--midnight-blue);
  border-left: 4px solid #4b53fe;
}

.nav-lin.log-out {
  color: rgba(255, 255, 255, .4);
}

.nav-lin.log-out:hover {
  color: #d55a5a;
  background-color: rgba(0, 0, 0, 0);
}

.top-bar-content-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.grid-16._800 {
  grid-template-columns: 1fr 1fr;
}

.legenda-wrapper {
  border-top: 1px solid rgba(34, 34, 51, .24);
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block-169 {
  margin-right: 20px;
  font-family: Main sys, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.card-wrapper-2 {
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper-2:hover {
  border: 1px solid var(--blue);
}

.shadow-2 {
  height: 90px;
}

.div-block-261 {
  align-items: center;
  display: flex;
}

.div-block-142 {
  display: flex;
}

.page-h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1-2.sub {
  color: #89919b;
  margin-bottom: 25px;
  font-size: 20px;
}

.text-block-127 {
  color: var(--midnight-blue-2);
  font-size: 25px;
  font-weight: 700;
}

.text-block-127.yelo {
  color: #ffb100;
}

.text-block-127.veerde {
  color: #05b32e;
}

.text-block-126 {
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.grafico {
  width: 70%;
  height: 300px;
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.26.30-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.section-data {
  background-color: #fff;
  border: 1px #d0d3dd;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.new-stuff {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 200px;
  position: absolute;
  bottom: 33px;
  left: 75px;
}

.main-inside {
  padding-top: 50px;
}

.div-block-260-copy {
  padding-top: 0;
}

._456 {
  background-color: #f7f7f7;
}

.grey {
  background-color: var(--white-smoke);
}

.div-block-262 {
  width: 50px;
  height: 50px;
  
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
}

.div-block-262._2 {
  
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-7._9 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-7._9._1 {
  grid-template-columns: 1fr 1fr;
}

.grid-7._9._900 {
  grid-template-columns: 1fr;
}

.div-block-263 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: static;
}

.search-button-3 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

.search-button-3._89 {
  width: 20px;
  height: 30px;
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
  font-family: Main sys, sans-serif;
  top: 2px;
}

.search-input-2 {
  height: 40px;
  color: #171f36;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::-ms-input-placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-no-filtro-2 {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.select-field-2 {
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 15px;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.form-3 {
  width: 100%;
  display: block;
}

.div-block-264 {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  display: flex;
}

.div-block-265 {
  width: 200px;
  height: 200px;
  margin-right: 50px;
}

.div-block-266 {
  width: 200px;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  margin-right: 50px;
}

.div-block-267 {
  flex: 1;
  padding-top: 25px;
  padding-right: 50px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
}

.qw {
  width: 200px;
  margin-top: 25px;
}

.text-block-170 {
  font-size: 22px;
}

.div-block-268 {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}

.div-block-269 {
  height: 300px;
  
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-17 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-7 {
  height: 250px;
  border: 1px solid var(--gainsboro);
  color: #393939;
  background-color: #fff;
  border-radius: 5px;
  padding: 69px 35px 35px;
  text-decoration: none;
}

.link-block-7:hover {
  border-color: var(--midnight-blue);
}

.text-block-171 {
  font-size: 19px;
  font-weight: 500;
}

.text-block-172 {
  margin-bottom: 20px;
  font-family: Main sys, sans-serif;
  font-size: 35px;
  line-height: 1;
}

.div-block-270 {
  margin-bottom: 25px;
}

.grid-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-15 {
  height: 270px;
  color: #223;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-15:hover {
  border-color: var(--midnight-blue);
}

.div-block-235 {
  width: 100px;
  height: 100px;
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  margin-bottom: 25px;
}

.div-block-235._2 {
  background-image: url('../images/blank-profile-picture.jpeg');
}

.name-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.parceiro-info-2 {
  min-height: auto;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 50px 25px 25px;
  position: relative;
}

.inner-section {
  max-width: 310px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.inner-section.no-bottom-margin {
  margin-bottom: 0;
}

.text-block-173 {
  color: rgba(34, 34, 51, .69);
  font-size: 1rem;
  line-height: 1.25;
}

.parceiro-info-seperator-2 {
  margin-bottom: 25px;
  position: relative;
}

.parceiro-info-seperator-2.centered-div {
  text-align: center;
  margin-bottom: 35px;
  display: none;
}

.head-4 {
  color: #adadad;
}

.div-block-238 {
  max-height: 600px;
  min-height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: auto;
}

.parceiro-avatar-2 {
  width: 150px;
  height: 150px;
  background-image: url('../images/2539.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
}

.form-field-label-5 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.parceiro-text-field-3 {
  color: #9c9c9c;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 120%;
}

.parceiro-text-field-3::-ms-input-placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-3::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-3.editar-perfil {
  color: #3668fc;
  text-align: center;
  cursor: pointer;
  border: 1px solid #3668fc;
  border-radius: 4px;
  margin-top: 0;
  padding: 7px 15px;
  font-size: 12px;
  transition: all .2s;
  display: inline-block;
}

.parceiro-text-field-3.editar-perfil:hover {
  color: #fff;
  background-color: #3668fc;
}

.text-block-4 {
  cursor: default;
}

.div-block-237 {
  border-bottom: 1px dashed rgba(51, 51, 51, .43);
  margin-bottom: .7rem;
  padding-bottom: .5rem;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-271 {
  height: 400px;
  text-align: center;
  border-radius: 5px;
  padding: 56px 35px 35px;
  position: relative;
  box-shadow: 1px 1px 13px 5px rgba(0, 0, 0, .05);
}

.div-block-271._9 {
  border: 1px solid var(--blue);
}

.button-2 {
  position: absolute;
  top: auto;
  bottom: 35px;
  left: 35px;
  right: 35px;
}

.text-block-174 {
  margin-bottom: 59px;
  font-size: 27px;
  font-weight: 400;
}

.text-block-174.a {
  color: var(--blue);
}

.paragraph-3 {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-block-175 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 500;
}

.div-block-272 {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  display: flex;
  box-shadow: 1px 1px 7px 7px rgba(0, 0, 0, .04);
}

.div-block-273 {
  width: 250px;
  height: 250px;
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  flex: none;
}

.div-block-274 {
  flex: 1;
  padding-left: 50px;
}

.grid-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.titulo {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.texto {
  color: rgba(51, 51, 51, .69);
  font-size: 17px;
}

.texto.subscri-o {
  color: var(--blue);
  font-weight: 700;
}

.div-block-275 {
  margin-bottom: 25px;
}

.div-block-276 {
  border: 1px solid var(--blue);
  border-radius: 12px 12px 4px;
  padding: 50px;
}

.text-block-176 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
}

.text-block-177 {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.text-block-178 {
  font-size: 15px;
}

.div-block-277 {
  margin-bottom: 25px;
}

.div-block-278 {
  margin-top: 5px;
  display: flex;
}

.form-block-5 {
  width: 70%;
  float: right;
}

.form-block-5.mandei {
  float: left;
}

.proposta-box {
  z-index: 100;
  background-color: rgba(25, 28, 65, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-6 {
  width: 500px;
  background-color: #fff;
  border-radius: 8px;
  padding: 46px;
}

.div-block-279 {
  margin-bottom: 25px;
}

.text-block-179 {
  margin-bottom: 5px;
  font-weight: 700;
}

.text-block-180 {
  font-size: 17px;
}

.text-block-181 {
  color: #fff;
  margin-top: 0;
}

.link-block-16 {
  margin-top: 25px;
  text-decoration: none;
}

.div-block-280 {
  width: 100%;
  background-color: rgba(54, 104, 252, .15);
  border: 1px rgba(57, 57, 57, .07);
  border-radius: 4px 24px 24px;
  padding: 25px;
  display: flex;
}

.div-block-281 {
  width: 80px;
  height: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.div-block-282 {
  flex: 1;
  padding-left: 15px;
}

.text-block-182 {
  color: #282828;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-182._2 {
  color: #fff;
}

.text-block-182.red {
  color: #ed4c4c;
}

.text-block-183 {
  border-bottom: 1px rgba(61, 61, 61, .15);
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-block-183._10 {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-4 {
  font-size: 15px;
  line-height: 24px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}

.checkbox-field {
  margin-bottom: 25px;
}

.dimensao, .mobile-search-bar {
  display: none;
}

.top-nav-provicia-link-copy {
  height: 50px;
  color: #fff;
  text-transform: none;
  border-radius: 200px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 51px;
  text-decoration: none;
  overflow: hidden;
}

.provicias-dropdown-icon-copy {
  width: 15px;
  height: 50px;
  font-family: Main sys, sans-serif;
  font-size: 22px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.overlay-filters, .link-12, .div-block-284 {
  display: none;
}

.div-block-286 {
  display: flex;
}

.verificado {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 200px;
  margin-bottom: 5px;
  font-size: 11px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-288 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-block-185 {
  color: var(--blue);
  font-family: "Merkeido 10", sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.text-block-186 {
  color: var(--blue);
  margin-top: -2px;
  margin-left: 10px;
  font-size: 19px;
  line-height: 25px;
}

.rating {
  z-index: 100;
  background-color: rgba(25, 28, 65, .74);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rating-system-box {
  width: 50%;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 35px;
}

.div-block-289 {
  margin-bottom: 15px;
}

.checkbox-field-2 {
  margin-bottom: 25px;
  display: flex;
}

.checkbox-2 {
  width: 23px;
  height: 23px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-label {
  color: var(--blue);
  font-family: "Merkeido 10", sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.slider-4 {
  height: auto;
  background-color: #fff;
}

.icon-3 {
  color: var(--ghost-white);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .74);
  margin-right: 0;
}

.icon-4 {
  color: var(--ghost-white);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .74);
  margin-left: 0;
}

._255 {
  width: 25%;
}

.slide-6 {
  width: 25%;
  margin-right: 25px;
  padding-right: 0;
}

.mask-3 {
  padding-left: 0;
  padding-right: 108px;
}

.div-block-290 {
  margin-bottom: 80px;
}

.text-block-187 {
  margin-left: 20px;
}

.menu-wrapper {
  z-index: 100;
  background-color: rgba(25, 28, 65, .46);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-itens {
  overflow: auto;
}

.div-block-291 {
  z-index: 100;
  width: 100%;
  height: 100vh;
  margin-left: 530px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-292 {
  width: 20px;
  height: 20px;
}

.price, .nome-do-anuncio {
  font-weight: 700;
}

.text-block-188 {
  color: var(--blue);
  margin-right: 5px;
  font-weight: 700;
}

.text-block-188.red {
  color: #e43437;
}

.interesse {
  width: 70%;
}

.sender-interesse {
  width: 70%;
  color: #fff;
  background-color: #4a99f5;
  border: 1px rgba(57, 57, 57, .07);
  border-radius: 24px 24px 4px;
  padding: 25px;
  display: flex;
}

.div-block-293 {
  padding-top: 20px;
}

.link-13 {
  border: 1px dashed var(--blue);
  text-align: center;
  background-color: rgba(52, 60, 228, .06);
  border-radius: 5px;
  padding: 15px;
  display: block;
}

.checkbox-label-2 {
  margin-bottom: 0;
  font-size: 17px;
}

.checkbox-3 {
  width: 20px;
  height: 18px;
  margin-top: 3px;
  margin-right: 10px;
}

.div-block-294 {
  display: flex;
}

.div-block-295 {
  padding-right: 50px;
}

.notification-dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 200px;
  position: absolute;
  top: 20px;
  bottom: 0%;
  left: 10px;
  right: auto;
}

.div-block-296 {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
}

.notification-div-main {
  border-bottom: 1px dashed #cecece;
  margin-bottom: 35px;
  padding-bottom: 35px;
  display: flex;
}

.div-block-297 {
  color: var(--blue);
  align-items: center;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.text-block-189 {
  color: rgba(57, 57, 57, .8);
}

.link-14 {
  float: right;
  border: 1px solid var(--blue);
  border-radius: 4px;
  align-items: center;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  text-decoration: none;
}

.link-14:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: #fff;
}

.div-block-298 {
  justify-content: space-between;
  align-items: flex-start;
}

.img-main-pg {
  height: 70vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-299 {
  background-color: #fff;
  border: 1px #eee;
  border-radius: 5px;
  margin-top: -199px;
  padding: 50px;
  box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, .07);
}

.grid-21 {
  grid-template-rows: auto;
}

.div-block-300 {
  display: flex;
}

.im-ss {
  width: 250px;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 200px;
}

.div-block-301 {
  flex: 1;
  padding-top: 20px;
  padding-left: 50px;
}

.div-block-302 {
  height: 50px;
  margin-left: 20px;
}

.link-15 {
  width: 50px;
  height: 50px;
  border: 1px solid var(--blue);
  text-align: center;
  border-radius: 5px;
  font-family: Main sys, sans-serif;
  font-size: 19px;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 400;
}

.link-block-17 {
  display: block;
}

.search {
  z-index: 10;
  width: 30%;
  padding: 17px 15px 12px;
  display: flex;
  position: absolute;
}

.search._3 {
  margin-top: 127px;
}

.search-input-3 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
}

.search-button-4 {
  background-color: var(--blue);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Main sys, sans-serif;
}

.tabs-2 {
  display: flex;
}

.tabs-menu {
  width: 35vh;
  height: 100vh;
  background-color: var(--midnight-blue);
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.tabs-content {
  background-color: #fff;
  padding-top: 25px;
}

.tabs-3 {
  display: flex;
}

.tab-pane-tab-1-3 {
  background-color: #fff;
}

.close {
  background-color: var(--midnight-blue-2);
  color: #fff;
  border-radius: 50px;
  padding: 14px 30px;
  position: fixed;
  top: 25px;
  bottom: auto;
  left: 35px;
  right: auto;
}

.text-block-190 {
  font-size: 15px;
  line-height: 120%;
}

.sa {
  width: 50vw;
  height: 100vh;
}

.sb {
  width: 50vw;
}

.div-block-303 {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.div-block-304 {
  width: 150px;
  height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.div-block-282-copy {
  flex: 1;
  padding-top: 13px;
  padding-left: 25px;
}

.text-block-191 {
  display: inline-block;
}

.footer {
  background-color: var(--white-smoke);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-18 {
  height: 60px;
  background-image: url('../images/Merkeido-PRINCIPAL.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
  display: block;
}

.div-block-305 {
  padding-left: 25px;
}

.link-16 {
  color: #000;
  margin-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-16:hover {
  color: var(--blue);
}

.text-block-192 {
  color: var(--blue);
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 500;
}

.paragraph-5 {
  font-size: 16px;
}

.div-block-306 {
  margin-bottom: 35px;
  display: flex;
}

.link-17 {
  width: 40px;
  height: 40px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: Social, sans-serif;
  font-size: 28px;
  text-decoration: none;
  display: flex;
}

.link-17:hover {
  color: var(--blue);
}

.link-block-2-copy-2 {
  align-items: center;
  margin-bottom: 30px;
  padding-left: 35px;
  padding-right: 30px;
  line-height: 55px;
  text-decoration: none;
  display: flex;
}

.text-block-6-copy-2 {
  color: #393939;
  font-size: 16px;
  line-height: 120%;
}

.text-block-6-copy-2:hover {
  color: #343ce4;
  font-weight: 500;
}

.menu-2 {
  z-index: 200;
  width: 280px;
  background-color: #343ce4;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
  transform: translate(-100%);
}

.div-block-307 {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 45px;
}

.link-18 {
  color: #fff;
  background-color: #191c41;
  border-radius: 200px;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
}

.link-block-19 {
  height: 55px;
  padding-left: 50px;
  padding-right: 45px;
  line-height: 55px;
  text-decoration: none;
  display: block;
}

.link-block-19:hover {
  background-color: #191c41;
}

.text-block-193 {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}

.div-block-308 {
  z-index: 100;
  width: 100%;
  height: 100vh;
  margin-left: 530px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-309 {
  padding: 141px 46px 46px;
}

.text-block-194 {
  text-align: center;
  padding: 42px;
  font-size: 20px;
}

.div-block-310 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.red-dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 200px;
}

.perguntas-wrapper-kki {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .6s;
}

.accordion-wrapper:hover, .accordion-wrapper:active {
  border-color: #2646f8;
}

.accordion-item {
  margin-bottom: 0;
  padding: 15px 35px;
}

.div-block-43 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.accordion-trigger {
  width: 95%;
  float: left;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
}

.arrox {
  width: 5%;
  height: 25px;
  float: left;
  background-image: url('../images/keyboard_arrow_down-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.resposta-apear {
  border-top: 1px #f5f5f5;
  margin-top: 0;
  padding: 0 35px;
  display: block;
  overflow: hidden;
}

.paragraph-6 {
  color: #2e2e2e;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 170%;
}

.div-block-311 {
  border: 1px dashed rgba(0, 0, 0, .14);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
}

.text-block-195 {
  width: 70%;
  color: rgba(51, 51, 51, .37);
}

.div-block-312 {
  margin-bottom: 5px;
  display: flex;
}

.text-block-196 {
  width: 30%;
}

.text-block-197 {
  color: #0a7b06;
  background-color: rgba(14, 176, 95, .12);
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 5px 10px;
  display: inline-block;
}

.text-red {
  color: #7b0606;
  background-color: rgba(176, 14, 14, .12);
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 5px 10px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 130px;
    align-items: center;
    display: flex;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.no-side {
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav-search-wrapper {
    margin-right: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-button {
    right: 20px;
  }

  .bottom-nav-upper-content {
    display: none;
  }

  .top-section {
    display: block;
  }

  .shadow {
    height: 70px;
    display: block;
  }

  .shadow._5, .shadow.inside {
    height: 120px;
  }

  .shadow._100 {
    height: 122px;
  }

  .pb-sections {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .slider-2 {
    height: 350px;
    border-radius: 0;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block {
    margin-bottom: 15px;
  }

  .menu, .sub-menu, .breadcrump.chat-on {
    display: none;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .side-a-content {
    margin-right: 0;
  }

  .div-block-14 {
    height: 600px;
  }

  .message-form {
    width: 90%;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-right-side-2, .form-left-side-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .chat-text-filed-form-wrapper {
    width: 100%;
    margin-bottom: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .chat-info-nav {
    z-index: 100;
    border-bottom: 1px none var(--white-smoke);
    margin-top: 70px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .tab-pane-tab-1-2 {
    z-index: 100;
    padding-top: 143px;
  }

  .chat-bubble-container._25px-padding {
    height: 100%;
    padding-top: 32px;
    padding-bottom: 100px;
  }

  .chat-wrapper {
    z-index: 10;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .chat-picker-wrapper._80 {
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 147px;
    display: block;
  }

  .chat-here {
    display: none;
  }

  .chat-here.mobile {
    display: block;
  }

  .profile-div {
    width: 70%;
    display: none;
  }

  .section-4 {
    padding-top: 30px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .div-block-170 {
    height: auto;
    padding: 25px;
  }

  .text-block-150 {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
  }

  .text-block-151 {
    font-size: 35px;
  }

  .div-block-175 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-176 {
    padding-left: 25px;
  }

  .container-2.pagamentos {
    max-width: 60em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .pages-h1._23 {
    text-align: left;
  }

  .edit-profile-button, .edit-profile-button-2 {
    height: 3.4em;
    font-size: 1.3em;
  }

  .submit-button {
    font-size: 1.4em;
  }

  .card-item.img {
    flex: none;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation {
    display: none;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .legenda-wrapper {
    display: none;
  }

  .div-block-272 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-273 {
    width: 200px;
    height: 200px;
  }

  .div-block-274 {
    padding-left: 35px;
  }

  .mobile-search-bar {
    display: none;
  }

  .div-block-284 {
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .rating-system-box {
    width: 80%;
  }

  .slide-6 {
    width: 35%;
  }

  .img-main-pg {
    height: 400px;
  }

  .div-block-299 {
    padding: 30px;
  }

  .im-ss {
    width: 200px;
    height: 200px;
  }

  .div-block-301 {
    padding-left: 35px;
  }

  .heading-10 {
    font-size: 28px;
  }

  .search._3 {
    z-index: 1001;
    width: 100%;
    margin-top: 74px;
  }

  .grid-23 {
    grid-template-columns: 1fr 1fr;
  }

  .menu-2 {
    display: none;
  }

  .perguntas-wrapper-kki {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .login-section {
    width: auto;
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .login-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login-block.flexible {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: static;
  }

  .login-block.video-side {
    width: 100%;
    height: 300px;
    max-width: 100%;
    min-width: 100%;
  }

  .form-right-side-2 {
    padding-top: 10px;
  }

  .form-2.round-corners._10 {
    flex-direction: column;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 90px;
  }

  .tab-pane-tab-1-2 {
    padding-top: 143px;
  }

  .chat-bubble-container._25px-padding {
    padding-bottom: 108px;
  }

  .chat-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .chat-picker-wrapper._80 {
    display: none;
  }

  .pages-h2 {
    letter-spacing: -.015em;
  }

  .container-2.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-2 {
    flex: none;
  }

  .edit-profile-button {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pay-price-text {
    width: 5em;
  }

  .pay-price-text.price {
    font-size: 2.5em;
  }

  .link-block-5 {
    height: 8em;
    justify-content: space-between;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .edit-profile-button-2 {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pay-price-text-2 {
    width: 5em;
  }

  .pay-price-text-2.price {
    font-size: 2.5em;
  }

  .link-block-6 {
    height: 8em;
    justify-content: space-between;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dimensao {
    z-index: 100;
    background-color: rgba(25, 28, 65, .97);
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-184 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .button.mensagem {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .button.red.float-right.cancelar {
    display: block;
  }

  .login-container {
    padding-top: 0;
  }

  .page-h1 {
    line-height: 110%;
  }

  .login-logo {
    height: 60px;
  }

  .login-block.video-side {
    height: 250px;
  }

  .logo {
    width: 130px;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .container.no-side {
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav-side-block {
    top: 10px;
  }

  .top-nav-search-wrapper {
    height: 65px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .provicias-dropdown-icon {
    width: 20px;
  }

  .top-nav-search {
    border-radius: 4px;
    padding-left: 15px;
  }

  .top-nav-search::-ms-input-placeholder {
    color: rgba(255, 255, 255, .78);
  }

  .top-nav-search::placeholder {
    color: rgba(255, 255, 255, .78);
  }

  .search-button {
    top: 0;
    right: 0;
  }

  .top-nav-provicia-link {
    padding-right: 0;
  }

  .provicias-text._10 {
    margin-right: 0;
    line-height: 50px;
  }

  .profile {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: -10px;
  }

  .shadow, .shadow.pesquisa, .shadow.anunciante.mobile {
    height: 135px;
  }

  .pb-sections {
    padding-top: 0;
  }

  .slider-2 {
    height: 200px;
  }

  .heading {
    font-size: 20px;
    font-weight: 500;
  }

  .heading._2 {
    line-height: 120%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-img {
    height: 130px;
    padding-top: 7px;
    padding-left: 7px;
  }

  .div-block-3 {
    padding-top: 10px;
  }

  .titulo-text {
    font-size: 14px;
  }

  .price-text {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .provincia {
    font-size: 13px;
  }

  .section._2 {
    padding-top: 30px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .div-block-4 {
    padding-left: 33px;
  }

  .link-block-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sub-menu {
    width: 60%;
    margin-left: 0;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .link-block-2-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-7 {
    margin-top: 10px;
  }

  .click-favorito {
    font-family: Favorite, sans-serif;
  }

  .filtros-section {
    z-index: 10;
    height: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 40px;
    padding-bottom: 50px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 100%);
  }

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

  .link-6 {
    display: block;
  }

  .link-6._7 {
    display: none;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .column._2 {
    padding-top: 40px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 110%;
  }

  .text-block-9 {
    font-size: 19px;
  }

  .slider-3 {
    height: 250px;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .mask-2 {
    padding: 0;
  }

  .anunciante-profile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 100%;
  }

  .link-7.verde {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100%;
  }

  .heading-4 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .paragraph {
    font-size: 17px;
  }

  .div-block-14 {
    height: 300px;
  }

  .message-box {
    background-color: rgba(255, 255, 255, .36);
    display: none;
  }

  .message-form {
    z-index: 1000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: auto;
  }

  .div-block-15 {
    padding: 15px;
  }

  .div-block-17 {
    margin-bottom: 25px;
    padding: 15px 15px 5px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-18 {
    padding: 35px 25px;
  }

  .grid-4 {
    grid-template-columns: 2.5fr;
  }

  .text-block-15 {
    font-size: 45px;
  }

  .form-field-label {
    font-weight: 400;
  }

  .form-left-side-2 {
    padding: 35px 25px;
  }

  .message.sender-message {
    min-width: 60%;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 0;
    position: fixed;
  }

  .chat-message, .chat-message.proposta {
    width: 90%;
  }

  .chat-info-nav, .chat-text-form._25-margin, .chat-bubble-container._25px-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat-wrapper {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .chat-picker-wrapper._80 {
    display: block;
  }

  .profile-div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .div-block-169 {
    margin-bottom: 35px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 100%;
  }

  .heading-5.off {
    display: none;
  }

  .grid-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-150 {
    height: auto;
  }

  .heading-copy {
    font-size: 21px;
  }

  .div-block-171 {
    align-items: center;
  }

  .link-9 {
    margin-right: 15px;
    font-size: 32px;
  }

  .div-block-175 {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-block-156 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    font-size: 33px;
  }

  .div-block-176 {
    padding-left: 0;
  }

  .heading-6 {
    font-size: 20px;
  }

  .pacote-button-wrapper {
    width: 100%;
  }

  .por-x-mes {
    display: none;
  }

  .pages-h2 {
    max-width: none;
    font-size: 1.5em;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-2.pagamentos {
    max-width: none;
  }

  .container-2.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-15 {
    grid-column-gap: 0em;
  }

  .pay-price-text {
    text-align: center;
    font-size: 1.6em;
  }

  .pay-price-text.price {
    font-size: 2.3em;
  }

  .link-block-5 {
    height: auto;
    grid-row-gap: 3em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 3em 1em 1em;
    display: grid;
  }

  .pay-price-text-2 {
    text-align: center;
    font-size: 1.6em;
  }

  .pay-price-text-2.price {
    font-size: 2.3em;
  }

  .link-block-6 {
    height: auto;
    grid-row-gap: 3em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 3em 1em 1em;
    display: grid;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper._1 {
    padding-left: 0;
  }

  .instruction {
    font-size: 1.2em;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-referencia-info {
    font-size: 1.9em;
  }

  .pagamento-field-lable {
    color: #040f20;
  }

  .validar-wrap {
    border: 2px dashed #4daa57;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 2em;
  }

  .submit-button.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-177 {
    height: 80px;
    padding-top: 274px;
  }

  .bands {
    width: 200px;
    height: 80px;
  }

  .body-2, .div-block-178 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-item.img {
    padding-left: 0;
  }

  .card-item.data-1 {
    width: 100%;
  }

  .text-block-3 {
    margin-bottom: .3rem;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .side-a {
    flex-direction: column;
  }

  .card-wrapper-2 {
    height: auto;
    padding: 15px;
  }

  .page-h1-2 {
    margin-left: 5px;
    font-size: 23px;
  }

  .grid-19 {
    grid-template-columns: 1fr;
  }

  .div-block-271 {
    height: 450px;
  }

  .div-block-272 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-273 {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-274 {
    padding-left: 0;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .div-block-276 {
    padding: 35px;
  }

  .form-block-5 {
    width: 100%;
  }

  .div-block-280 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-281 {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

  .div-block-282 {
    padding-left: 0;
  }

  .image {
    height: 70px;
    object-fit: contain;
  }

  .dimensao, .search-box {
    display: none;
  }

  .mobile-search-bar {
    height: auto;
    background-image: linear-gradient(to right, var(--blue), var(--midnight-blue));
    border-bottom: 1px solid #ddd;
    padding-top: 0;
    display: block;
  }

  .mobile-search-bar.pesquisa {
    display: flex;
  }

  .div-block-283 {
    color: var(--ghost-white);
    flex: none;
    margin-right: 10px;
    font-weight: 700;
  }

  .top-nav-provicia-link-copy {
    border: 1px solid var(--white-smoke);
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .provicias-dropdown-icon-copy {
    width: 20px;
    font-family: Categorias, sans-serif;
  }

  .overlay-filters {
    z-index: 5;
    background-color: rgba(37, 41, 93, .76);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-12 {
    color: var(--blue);
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-decoration: none;
    display: block;
  }

  .div-block-284 {
    margin-right: 5px;
  }

  .div-block-285 {
    align-items: center;
    display: flex;
  }

  .div-block-286 {
    flex: none;
  }

  .rating-system-box {
    width: 95%;
    padding: 35px 25px;
  }

  .heading-9 {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
  }

  .icon-3 {
    margin-left: 45px;
  }

  .icon-4 {
    margin-right: 0;
  }

  .slide-6 {
    width: 60%;
    margin-right: 15px;
  }

  .text-block-187 {
    margin-left: 5px;
  }

  .div-block-291 {
    margin-left: 280px;
  }

  .interesse {
    width: 100%;
  }

  .sender-interesse {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .div-block-296 {
    padding: 32px;
  }

  .notification-div-main {
    flex-direction: column;
  }

  .div-block-299 {
    margin-top: -111px;
    padding-top: 40px;
  }

  .div-block-300 {
    flex-direction: column;
  }

  .im-ss {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-301 {
    padding-left: 0;
  }

  .div-block-302 {
    margin-left: 5px;
  }

  .heading-10 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 110%;
  }

  .grid-22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-303 {
    flex-direction: column;
  }

  .div-block-304 {
    width: 100%;
    height: 250px;
  }

  .div-block-282-copy {
    padding-left: 0;
  }

  .grid-23 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .link-block-18 {
    height: 60px;
  }

  .div-block-305 {
    padding-left: 0;
  }

  .text-block-192 {
    margin-bottom: 25px;
  }

  .link-block-2-copy-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-307 {
    padding-left: 33px;
  }

  .link-block-19 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-308 {
    margin-left: 280px;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-trigger {
    width: 90%;
    font-size: 18px;
  }

  .arrox {
    width: 10%;
  }

  .resposta-apear {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    font-size: 15px;
  }
}

#w-node-e220675f-1a48-a4d4-44e5-81a9a60edade-a60edadb, #w-node-e220675f-1a48-a4d4-44e5-81a9a60edae5-a60edadb, #w-node-e220675f-1a48-a4d4-44e5-81a9a60edaf2-a60edadb, #w-node-e220675f-1a48-a4d4-44e5-81a9a60edb06-a60edadb, #w-node-_03eb6ace-d062-293b-987b-805cb711d168-4757f8ac, #field.w-node-_6dd28c20-e0b1-e887-e2f3-d1130a62206a-4757f8ac, #w-node-_8be59e13-2378-a310-f761-9a0cf796b6ba-4757f8ac, #field-3.w-node-e0c9c56a-2b00-9ae4-7338-fc28be77002d-4757f8ac, #w-node-acfb1ea1-9c7f-f308-3b0d-1a7029efa879-4757f8ac, #field-2.w-node-_01ba25c9-d274-83de-bc41-cd3df95f4f8e-4757f8ac, #w-node-bc410927-3fc3-80f7-4c90-f5c914036ecf-4757f8ac, #field-2.w-node-_9c05f941-487c-feda-26c0-2b7d9446d4b4-4757f8ac, #w-node-b1f5f46c-8a72-aeac-1493-ced7b395b70e-4757f8ac, #w-node-b31e41d0-7832-e2af-1951-ccf4055723a7-f8b564f2, #w-node-_36162e17-06ab-8f93-9643-8e3a56995414-37df4e69, #w-node-_282b9e0c-f749-d9e5-f2d4-a371d56624d9-37df4e69, #w-node-_97f19c5e-06a4-11db-b696-2971a805fecd-37df4e69, #w-node-e5ec8ea1-a010-b964-e55d-a66ffb06f454-720e8283, #w-node-e5ec8ea1-a010-b964-e55d-a66ffb06f45d-720e8283, #w-node-e5ec8ea1-a010-b964-e55d-a66ffb06f466-720e8283, #w-node-fbc84d41-20f0-7c87-2b61-5ffcacda34fb-3e046699, #field-5.w-node-fbc84d41-20f0-7c87-2b61-5ffcacda34fe-3e046699, #w-node-fbc84d41-20f0-7c87-2b61-5ffcacda34ff-3e046699, #field-3.w-node-fbc84d41-20f0-7c87-2b61-5ffcacda3502-3e046699, #w-node-fbc84d41-20f0-7c87-2b61-5ffcacda3503-3e046699, #field-2.w-node-fbc84d41-20f0-7c87-2b61-5ffcacda3506-3e046699, #w-node-fbc84d41-20f0-7c87-2b61-5ffcacda3507-3e046699, #field-2.w-node-fbc84d41-20f0-7c87-2b61-5ffcacda350a-3e046699, #w-node-fbc84d41-20f0-7c87-2b61-5ffcacda350b-3e046699, #w-node-b31e41d0-7832-e2af-1951-ccf4055723a7-9ba2c7c2, #w-node-_9c9e0672-1337-1c86-2ffc-4b7005350170-996be741, #w-node-_672d11dc-f49e-8b3d-c169-ef87819f896f-996be741, #w-node-b0a49847-5cdc-94c5-d5e5-ca727dad1dd5-996be741, #w-node-f922e07b-f704-05fc-45db-28ec4f01d714-55e8cd29, #w-node-f922e07b-f704-05fc-45db-28ec4f01d71b-55e8cd29, #w-node-f922e07b-f704-05fc-45db-28ec4f01d722-55e8cd29, #w-node-b2926e5b-1002-6bb6-510d-e92c510a9fec-c6cfb1f8, #w-node-b2926e5b-1002-6bb6-510d-e92c510aa006-c6cfb1f8, #w-node-a5a6ac34-69c9-e25e-5ca4-e43cd6f67768-182d4442, #w-node-a5a6ac34-69c9-e25e-5ca4-e43cd6f6776f-182d4442, #w-node-a5a6ac34-69c9-e25e-5ca4-e43cd6f67776-182d4442, #w-node-_44b29f3e-51d5-2590-986e-c90583a98466-63cc6ed6, #w-node-_7f0ee75d-f4f6-b6b2-abf7-09c89592b081-63cc6ed6, #w-node-_8b48b292-1a83-e8d9-5d18-227963c3560b-63cc6ed6, #w-node-_50982019-082e-483c-45b9-8d069580e029-63cc6ed6, #w-node-_7ce88c20-1f87-14ed-292a-34497be81e73-63cc6ed6, #w-node-_161c87df-2e5f-975f-3fc8-a248067befa6-63cc6ed6, #w-node-_6215e57c-62ca-5dc1-fd01-9c7a7a8c73bf-63cc6ed6, #w-node-f7931f0c-9dd5-dd9d-1869-4e5c73276876-6e099c93, #w-node-f7931f0c-9dd5-dd9d-1869-4e5c7327687c-6e099c93, #w-node-ffd50112-1162-6d42-4417-9769f829a6c1-6e099c93, #w-node-_04d9994a-d27a-3fb7-9b54-61857bc83b2d-6e099c93, #w-node-faa168a6-9b40-cea9-3e31-1c140a9b81f2-6e099c93, #w-node-ad36d555-6a74-bb70-99bf-0ec3b7dc8472-6e099c93, #w-node-_87950d38-1820-8990-093b-51f4c282d7bb-6e099c93, #w-node-d08c3b00-502d-3854-2525-bdb31629e527-0f2ee920, #w-node-d08c3b00-502d-3854-2525-bdb31629e530-0f2ee920, #w-node-d08c3b00-502d-3854-2525-bdb31629e539-0f2ee920, #w-node-c7a7eb65-c012-fc13-1d9a-cdf4e6836e84-5631c6d4, #w-node-_3e5c14a9-791f-a81e-80f8-8ac9c4b64736-5631c6d4, #w-node-e6fc5aba-20c5-5090-a695-39b551a8a604-b3995b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Categorias';
  src: url('../fonts/categorias.eot') format('embedded-opentype'), url('../fonts/categorias.woff') format('woff'), url('../fonts/categorias.ttf') format('truetype'), url('../fonts/categorias.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Main sys';
  src: url('../fonts/main-sys.eot') format('embedded-opentype'), url('../fonts/main-sys.woff') format('woff'), url('../fonts/main-sys.ttf') format('truetype'), url('../fonts/main-sys.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social';
  src: url('../fonts/social.eot') format('embedded-opentype'), url('../fonts/social.woff') format('woff'), url('../fonts/social.ttf') format('truetype'), url('../fonts/social.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Search';
  src: url('../fonts/search.eot') format('embedded-opentype'), url('../fonts/search.woff') format('woff'), url('../fonts/search.ttf') format('truetype'), url('../fonts/search.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Favorite';
  src: url('../fonts/favorite.eot') format('embedded-opentype'), url('../fonts/favorite.woff') format('woff'), url('../fonts/favorite.ttf') format('truetype'), url('../fonts/favorite.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mais mais';
  src: url('../fonts/mais-mais.eot') format('embedded-opentype'), url('../fonts/mais-mais.woff') format('woff'), url('../fonts/mais-mais.ttf') format('truetype'), url('../fonts/mais-mais.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merkeido 100';
  src: url('../fonts/merkeido-100.eot') format('embedded-opentype'), url('../fonts/merkeido-100.woff') format('woff'), url('../fonts/merkeido-100.ttf') format('truetype'), url('../fonts/merkeido-100.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merkeido 10';
  src: url('../fonts/merkeido_10.eot') format('embedded-opentype'), url('../fonts/merkeido_10.woff') format('woff'), url('../fonts/merkeido_10.ttf') format('truetype'), url('../fonts/merkeido_10.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}