article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 10px;
  top: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 38px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.65;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  right: 0px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#installApp {
  width: 166px;
  height: auto;
  padding: 13px 0px 13px 0px;
  background-color: #2bcc9e;
  color: #fff;
  position: fixed;
  left: 12px;
  bottom: 12px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  border: 0px;
  border-radius: 4px;
  letter-spacing: 0px;
  white-space: normal;
  text-transform: none;
  font-weight: 700;
  z-index: 888;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#installApp i {
  margin-right: 8px;
}
#installApp:hover {
  background-color: ;
}
.install-app-btn-container {
  display: none;
}
.bgloader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bgloader::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.displayflex {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.clear {
  clear: both;
}
.wfull {
  width: 100%;
  height: auto;
  display: table;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
  font-weight: 400;
  background-color: #f5f6fa;
}
.container-fix {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.cf-mb {
  margin-bottom: 100px;
}
.container-full {
  width: 98%;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}
#box-whatsapp {
  position: fixed;
  z-index: 999;
  text-align: center;
  bottom: 40px;
  right: 8px;
}
#box-whatsapp img {
  width: 100%;
  max-width: 32px;
  margin-bottom: -5px;
}
.box-suporte {
  width: 110px;
  height: 40px;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
.box-suporte a {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  background-color: #2ccd47;
  border-radius: 8px;
}
.box-suporte a .st {
  width: 70%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: 3px;
}
.box-suporte a .si {
  width: 30%;
  float: right;
}
.box-suporte a .si img {
  width: 100%;
  max-width: 26px;
  margin-bottom: -5px;
}
.formc {
  color: #000;
}
.formc .ptit {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1b;
  margin-bottom: 20px;
}
.formc label {
  font-size: 15px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 3px;
}
.formc label b {
  color: red;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border-radius: 8px;
  padding-left: 10px;
  border: 1px solid #d2d2d2;
  color: #333;
}
.formc select {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  color: #333;
  border-radius: 8px;
  padding-left: 10px;
  border: 1px solid #d2d2d2;
}
.formc textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  color: #333;
  border-radius: 8px;
  padding-left: 10px;
  border: 1px solid #d2d2d2;
}
.formc input[type="submit"] {
  width: 100%;
  max-width: 220px;
  float: right;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #2bcc9e;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  border-radius: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.formc input[type="submit"]:hover {
  color: #fff;
  background-color: #003673;
}
#formForget {
  display: none;
}
.msg-send-form {
  display: none;
  color: #1d1d1b;
  margin-top: 10px;
}
.msg-add-sucess {
  width: 94%;
  padding: 3%;
  max-width: 800px;
  background-color: #dff0d8;
  color: #2e6b2d;
  border: 2px solid #d8eaca;
  font-size: 18px;
  text-align: center;
  margin: 70px auto;
}
.msg-false-forget {
  background-color: #fbf6dd;
  color: #99784a;
  border: 2px solid #99784a;
}
.row-go-home {
  margin-bottom: 50px;
  text-align: center;
}
.row-go-home a {
  display: inline-block;
  background-color: #003673;
  color: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.row-go-home a:hover {
  background-color: ;
}
.page-404 {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 40px;
  color: #fff;
}
.page-404 p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-404 a {
  display: inline-block;
  background-color: #003673;
  color: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.page-404 a:hover {
  background-color: ;
}
.box-modal {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-modal .close-modal {
  text-align: right;
  display: none;
}
.box-modal .close-modal span {
  display: inline-block;
  padding: 8px;
  width: 18px;
  height: 18px;
  background-color: #1d1d1b;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-modal .close-modal span img {
  width: 100%;
}
.box-modal .close-modal span:hover {
  background-color: #1d1d1b;
}
.box-modal .list-consts a {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: table;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1d1d1b;
  background-color: #f8f8f8;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-modal .list-consts a img {
  width: 60px;
  float: left;
  margin-top: 2px;
}
.box-modal .list-consts a span {
  width: auto;
  float: left;
  margin-left: 20px;
}
.box-modal .list-consts a:hover {
  background-color: #ccc;
}
.logout-footer {
  color: #ccc;
  position: absolute;
  z-index: 5;
  right: 5px;
  bottom: 5px;
}
#content_inner {
  flex: 1;
  flex-direction: column;
  display: flex;
  z-index: 9;
  background-color: #f5f6fa;
  min-height: 100vh;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#menu_content {
  width: 280px;
  float: left;
  display: flex;
  background-color: #fff;
  border-right: 1px solid #ebecf0;
  border-bottom: 1px solid #ebecf0;
}
#menu_content .rv-inner {
  width: 100%;
  display: table;
}
#menu_content .mc-close-mobile {
  text-align: right;
  display: none;
}
#menu_content .mc-close-mobile a {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e6e8f2;
  color: #2bcc9e;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_content .mc-close-mobile a i {
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-left: 9px;
  margin-top: 7px;
}
#menu_content .mc-alter-const {
  width: 92%;
  margin: 0 auto;
  margin-top: 15px;
}
#menu_content .mc-alter-const a {
  display: inline-block;
  color: #2a2e43;
  font-size: 15px;
  display: table;
  width: 88%;
  padding-left: 6%;
  padding-right: 6%;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_content .mc-alter-const a .si {
  width: 22px;
  display: inline-block;
}
#menu_content .mc-alter-const a .fa-chevron-right {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
}
#menu_content .mc-alter-const a:hover {
  color: #2bcc9e;
}
#menu_content .mc-logo {
  margin-top: 20px;
  text-align: center;
}
#menu_content .mc-logo img {
  width: 100%;
  max-width: 220px;
}
#menu_content .mc-r-menu {
  margin-top: 20px;
  min-height: 69vh;
}
#menu_content .mc-r-menu nav {
  width: 92%;
  margin: 0 auto;
}
#menu_content .mc-r-menu nav ul {
  margin-bottom: 0px;
}
#menu_content .mc-r-menu nav ul li {
  width: 100%;
  display: table;
  margin-bottom: 0px;
  list-style: none;
}
#menu_content .mc-r-menu nav ul li a {
  display: table;
  width: 88%;
  padding-left: 6%;
  padding-right: 6%;
  border-radius: 20px;
  color: #2a2e43;
  font-size: 15px;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 4px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_content .mc-r-menu nav ul li a .si {
  width: 22px;
  display: inline-block;
}
#menu_content .mc-r-menu nav ul li a .fa-chevron-right {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
}
#menu_content .mc-r-menu nav ul li a:hover {
  background-color: #2bcc9e;
  color: #fff;
}
#menu_content .mc-r-menu nav ul li a .count_feed {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  text-align: center;
  margin-left: 15px;
  font-size: 12px;
  line-height: 22px;
  animation: blinker 1s linear infinite;
}
#menu_content .mc-r-menu nav ul li .m-active {
  background-color: #2bcc9e;
  color: #fff;
}
#menu_content .mc-r-menu nav ul .space {
  text-align: center;
  height: 15px;
  float: left;
}
#menu_content .mc-r-menu nav ul .space span {
  display: inline-block;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  margin-top: 5px;
}
#menu_content .mc-r-menu nav ul .li-m {
  display: none;
}
#menu_content .mcr-mfeed {
  min-height: auto;
}
#menu_content .mcr-mfeed {
  margin-top: 10px;
}
#menu_content .mcr-mfeed nav ul li a {
  background-color: transparent;
}
#menu_content .mc-r-vgv {
  position: relative;
  margin-top: 10px;
  margin-bottom: 1vh;
  text-align: center;
}
#menu_content .mc-r-vgv img {
  width: 100%;
  max-width: 160px;
}
#header_mobile {
  width: 100%;
  display: table;
  text-align: right;
  display: none;
  background-color: #fff;
  padding-top: 20px;
}
#header_mobile .container-fix {
  padding-left: 10px;
  padding-right: 15px;
}
#header_mobile a {
  display: inline-block;
}
#header_mobile .box-logo {
  width: 40%;
  float: left;
  display: inline-block;
  text-align: left;
}
#header_mobile .box-logo img {
  width: 100%;
  max-width: 200px;
}
#header_mobile .box-search {
  width: 30%;
  float: left;
  display: inline-block;
  text-align: center;
}
#header_mobile .box-search a {
  display: inline-block;
  margin-top: 15px;
}
#header_mobile .box-search a img {
  width: 25px;
}
#header_mobile .box-m-right {
  width: 30%;
  float: left;
  display: inline-block;
  text-align: right;
  margin-top: 15px;
}
#header_mobile .box-m-right .open-menu-mobile {
  width: auto;
  display: inline-block;
  width: 85px;
  height: 30px;
  float: right;
  margin-left: 25px;
}
#header_mobile .box-m-right .open-menu-mobile img {
  width: 40px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-top: -5px;
}
#header_mobile .box-m-right .open-menu-mobile .shb {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e6e8f2;
  color: #2bcc9e;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#header_mobile .box-m-right .open-menu-mobile .shb i {
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-left: 8px;
  margin-top: 7px;
}
#header_mobile .box-m-right .open-menu-mobile:hover .shb {
  background-color: #2bcc9e;
  color: #fff;
}
#header_mobile .bg-search-mobile {
  width: 100%;
  padding-top: 8px;
  display: none;
}
#header_mobile .bg-search-mobile .bgb-search-mobile {
  display: block;
  width: 96%;
  margin: 0 auto;
}
#header_mobile .bg-search-mobile .bgb-search-mobile form {
  border-radius: 20px;
  border: 1px solid #d2d2d2;
  border: 1px solid #c1c1c1;
}
#header_mobile .bg-search-mobile .bgb-search-mobile input[type="text"],
#header_mobile .bg-search-mobile .bgb-search-mobile input[type="email"] {
  display: inline-block;
  width: 85%;
  height: 40px;
  margin-bottom: 0px;
  line-height: 35px;
  font-size: 14px;
  padding: 0px;
  padding-left: 15px;
  float: left;
  border: 0px;
  border-radius: 20px 0px 0px 20px;
}
#header_mobile .bg-search-mobile .bgb-search-mobile button {
  width: 15%;
  height: 40px;
  padding: 0px;
  font-size: 18px;
  border: 0px;
  border-radius: 0px 20px 20px 0px;
  background-color: #fff;
  color: #2bcc9e;
}
#header_mobile .mobile-top-coord {
  width: 100%;
  height: auto;
  display: table;
  background-color: #2bcc9e;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  margin-top: 10px;
}
#header_mobile .mobile-top-coord p {
  color: #fff;
  font-size: 13px;
}
#header_mobile .mobile-top-coord p b {
  font-weight: 600;
  margin-left: 1px;
}
#header_mobile .mobile-top-coord p a {
  display: inline-block;
  background-color: #23af76;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 15px 5px 15px;
  border-radius: 14px;
  margin-left: 1px;
}
#header_mobile .mobile-top-coord p a i {
  margin-right: 2px;
}
#header_mobile .mtc2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
#menu_top {
  width: 100%;
  display: table;
  float: left;
  background-color: #fff;
}
#menu_top .mt-r-search-name {
  padding-top: 12px;
  padding-bottom: 12px;
}
#menu_top .bgb-search {
  display: block;
}
#menu_top .bgb-search form {
  border-radius: 20px;
  border: 1px solid #d2d2d2;
  border: 1px solid #c1c1c1;
}
#menu_top .bgb-search input[type="text"],
#menu_top .bgb-search input[type="email"] {
  display: inline-block;
  width: 85%;
  height: 40px;
  margin-bottom: 0px;
  line-height: 35px;
  font-size: 14px;
  padding: 0px;
  padding-left: 15px;
  float: left;
  border: 0px;
  border-radius: 20px 0px 0px 20px;
}
#menu_top .bgb-search button {
  width: 15%;
  height: 40px;
  padding: 0px;
  font-size: 18px;
  border: 0px;
  border-radius: 0px 20px 20px 0px;
  background-color: #fff;
  color: #2bcc9e;
}
#menu_top .right-nm {
  text-align: right;
  padding-top: 5px;
  position: relative;
}
#menu_top .right-nm .msg-bv {
  width: auto;
  display: inline-block;
  height: 24px;
  padding-top: 6px;
  font-size: 14px;
}
#menu_top .right-nm .msg-bv b {
  font-weight: 600;
}
#menu_top .right-nm .btn-right-perfil {
  width: auto;
  display: inline-block;
  width: 85px;
  height: 30px;
  float: right;
  margin-left: 25px;
}
#menu_top .right-nm .btn-right-perfil img {
  width: 40px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-top: -5px;
}
#menu_top .right-nm .btn-right-perfil .shb {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e6e8f2;
  color: #2bcc9e;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_top .right-nm .btn-right-perfil .shb i {
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-left: 8px;
  margin-top: 7px;
}
#menu_top .right-nm .btn-right-perfil:hover .shb {
  background-color: #2bcc9e;
  color: #fff;
}
#menu_top .right-nm .box-float-right {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0px;
  width: 230px;
  margin-top: 19px;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(64,64,64,0.1);
  text-align: left;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#menu_top .right-nm .box-float-right a {
  display: table;
  width: 88%;
  padding-left: 6%;
  padding-right: 6%;
  color: #2a2e43;
  font-size: 15px;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_top .right-nm .box-float-right a i {
  margin-right: 5px;
}
#menu_top .right-nm .box-float-right a .fa-chevron-right {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
}
#menu_top .right-nm .box-float-right a:hover {
  color: #2bcc9e;
}
#menu_top .bg-top-coord {
  width: 100%;
  height: auto;
  display: table;
  background-color: #2bcc9e;
  padding-top: 7px;
  padding-bottom: 7px;
}
#menu_top .bg-top-coord p {
  color: #fff;
  font-size: 14px;
  width: auto;
  display: inline-block;
  float: left;
  margin-top: 3px;
}
#menu_top .bg-top-coord p b {
  font-weight: 600;
  margin-left: 10px;
}
#menu_top .bg-top-coord p a {
  display: inline-block;
  background-color: #23af76;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 18px 8px 18px;
  border-radius: 14px;
  margin-left: 10px;
}
#menu_top .bg-top-coord p a i {
  margin-right: 6px;
}
#menu_top .bg-top-coord .box-inline-coordenador {
  width: auto;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
#menu_top .bg-top-coord .box-inline-coordenador p {
  margin-top: 0px;
}
.border-bottom {
  border-bottom: none !important;
}
.title-content-top {
  border-bottom: 1px solid #d2d2d2;
  margin-top: 30px;
  padding-bottom: 14px;
}
.title-content-top h1,
.title-content-top h2 {
  color: #1d1d1b;
  font-size: 28px;
  line-height: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}
.title-content-top .plow {
  color: #a0a0a0;
  font-size: 15px;
}
.title-content-top .subtitle {
  color: #ff6d5f;
  font-size: 15px;
}
.title-content-top .container-chart-bar {
  margin-top: 15px;
}
.title-content-top .title-chart {
  font-size: 18px;
  color: #29805c;
  margin-top: 20px;
}
.title-content-top .flex-chart-view {
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.25);
}
.title-content-top .flex-chart-view .bg-percent-view {
  background-color: #29805c;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: auto;
}
.title-content-top .flex-chart-view .bg-percent-view .pc1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.title-content-top .flex-chart-view .bg-percent-view .pc1 .p1 {
  line-height: 28px;
}
.title-content-top .flex-chart-view .pc2 {
  background-color: #e6e4e4;
  margin-right: auto;
  text-align: center;
}
.tct-button-right {
  margin-bottom: 30px;
}
.tct-button-right .tc-right {
  text-align: right;
}
.tct-button-right .tc-right a {
  display: inline-block;
  border-radius: 10px;
  background-color: #2bcc9e;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  padding: 16px 0px;
  width: 100%;
  max-width: 220px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.tct-button-right .tc-right a i {
  margin-right: 5px;
}
.tct-button-right .tc-right a:hover {
  background-color: #003673;
  color: #fff;
}
.tct-button-right .tc-right .back {
  background-color: transparent;
  color: #2a2e43;
}
.list-empreendimentos {
  margin-top: 30px;
}
.box-emp-inline {
  width: 23.2%;
  display: inline-table;
  margin-bottom: 35px;
  margin-right: 2.3%;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  border-radius: 10px;
}
.box-emp-inline .selo {
  position: absolute;
  z-index: 3;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #2bcc9e;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-emp-inline .selo span {
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.box-emp-inline .avatar {
  position: absolute;
  z-index: 3;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #fff;
  border: 1px solid #2bcc9e;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-emp-inline .avatar img {
  width: 92%;
  border-radius: 50%;
  margin-top: -5px;
}
.box-emp-inline img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -5px;
}
.box-emp-inline .box-infos {
  padding: 10px;
}
.box-emp-inline .box-infos .title {
  display: inline-block;
  width: 100%;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  color: #2a2e43;
  min-height: 44px;
  text-transform: uppercase;
  margin-top: 0px;
}
.box-emp-inline .box-infos .sub-title {
  display: inline-block;
  width: 100%;
  color: #2bcc9e;
  font-size: 15px;
  margin-top: 5px;
}
.box-emp-inline .box-infos .f-price {
  display: inline-block;
  width: 100%;
  color: #2a2e43;
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px;
}
.box-emp-inline .box-infos .f-price span {
  font-size: 13px;
}
.box-emp-inline .box-infos .ah-infos {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.box-emp-inline .box-infos .ah-infos .slist {
  width: 97%;
  padding: 4px 1.5% 4px 1.5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #a0a0a0;
  color: #929292;
  font-size: 14px;
}
.box-emp-inline .box-infos .ah-infos .slist .sl {
  width: 50%;
  float: left;
}
.box-emp-inline .box-infos .ah-infos .slist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.box-emp-inline .box-infos .ah-infos .slist .sr b {
  font-size: 13px;
}
.box-emp-inline .box-infos .ah-infos .slist .s60 {
  width: 60%;
}
.box-emp-inline .box-infos .ah-infos .slist .s40 {
  width: 40%;
}
.box-emp-inline .box-infos .ah-infos .slist:nth-child(even) {
  background: #fff;
}
.box-emp-inline .box-infos .row-share {
  margin-top: 15px;
}
.box-emp-inline .box-infos .row-share p {
  font-size: 13px;
  width: 40%;
  float: left;
  color: #929292;
  margin-top: 5px;
}
.box-emp-inline .box-infos .row-share .right-links {
  width: 60%;
  float: right;
  text-align: right;
}
.box-emp-inline .box-infos .row-share .right-links a {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 6px;
  border-radius: 50%;
  background-color: #23af76;
  margin-left: 18px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-emp-inline .box-infos .row-share .right-links a img {
  width: 100%;
  float: left;
  border-radius: 0px;
  margin-left: 1px;
}
.box-emp-inline .box-infos .row-share .right-links a:hover {
  opacity: 0.6;
}
.box-emp-inline .box-infos .row-share .right-links .open-share-list {
  background-color: #2a2e43;
}
.box-emp-inline .box-infos .row-share .right-links .open-share-list img {
  margin-left: 0px;
}
.box-emp-inline:nth-child(4n) {
  margin-right: 0px;
}
.emp-filter-top {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 14px;
}
.emp-filter-top .f-select select {
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  color: #2a2e43;
  width: 100%;
}
.emp-filter-top .r-buttons-mobile {
  display: none;
}
.emp-filter-top .f-right-tags .afilter {
  width: auto;
  display: inline-block;
  border: 1px solid #d2d2d2;
  border-radius: 14px;
  color: #2a2e43;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  margin-bottom: 8px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.emp-filter-top .f-right-tags .afilter i {
  margin-right: 5px;
}
.emp-filter-top .f-right-tags .afilter:hover {
  background-color: #2a2e43;
  border: 1px solid #2a2e43;
  color: #fff;
}
.emp-filter-top .f-right-tags .af-active {
  background-color: #2a2e43;
  border: 1px solid #2a2e43;
  color: #fff;
}
.emp-filter-top .f-right-tags .btn-more-filter {
  border: 0px;
  float: right;
}
.emp-filter-top .f-right-tags .btn-more-filter:hover {
  background-color: transparent;
  border: 0px;
  color: #003673;
}
.emp-filter-top .f-right-tags .box-list-tags {
  margin-top: 7px;
  width: 84%;
  display: inline-table;
}
.emp-filter-top .f-right-tags .box-right-close-filter {
  width: 15%;
  display: inline-table;
  text-align: right;
}
.emp-filter-top .f-right-tags .box-right-close-filter a {
  display: inline-block;
  border-radius: 14px;
  color: #2a2e43;
  text-decoration: underline;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.emp-filter-top .f-right-tags .box-right-close-filter a i {
  margin-right: 5px;
}
.emp-filter-top .f-right-tags .box-right-close-filter a:hover {
  color: #003673;
}
.emp-filter-top .f-right-tags .more-filters {
  border-top: 0px;
  margin-top: -10px;
  padding-top: 20px;
  display: none;
}
.address-share {
  margin-top: 20px;
}
.address-share .left-adrress p {
  color: #5e6e6e;
  font-size: 15px;
  margin-top: 4px;
}
.address-share .left-adrress p i {
  color: #2bcc9e;
  color: #ff6d5f;
  margin-right: 10px;
}
.address-share .left-adrress .right-open-map {
  text-align: right;
}
.address-share .left-adrress .right-open-map a {
  display: inline-block;
  background-color: #a0a0a0;
  background-color: #ff6d5f;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px 4px 10px;
  border-radius: 12px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.address-share .left-adrress .right-open-map a i {
  margin-right: 3px;
}
.address-share .left-adrress .right-open-map a:hover {
  background-color: #2c1e4f;
}
.box-share-emp {
  width: 455px;
  float: right;
}
.box-share-emp p {
  font-size: 15px;
  color: #a0a0a0;
  width: auto;
  display: inline-block;
  float: left;
  margin-top: 4px;
}
.box-share-emp p br {
  display: none;
}
.box-share-emp .box-icons {
  width: auto;
  display: inline-block;
}
.box-share-emp .alb-share {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 6px;
  border-radius: 50%;
  background-color: #23af76;
  margin-left: 18px;
  float: left;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-share-emp .alb-share img {
  width: 100%;
  float: left;
  border-radius: 0px;
  margin-left: 1px;
}
.box-share-emp .alb-share:hover {
  opacity: 0.6;
}
.box-share-emp .open-share-list {
  background-color: #2a2e43;
}
.box-share-emp .open-share-list img {
  margin-left: 0px;
}
.box-share-emp .copy-link,
.box-share-emp .a-link {
  display: inline-block;
  background-color: #a0a0a0;
  font-size: 15px;
  color: #fff;
  padding: 4px 15px 4px 15px;
  border-radius: 15px;
  margin-left: 18px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-share-emp .copy-link i,
.box-share-emp .a-link i {
  margin-right: 4px;
}
.box-share-emp .copy-link:hover,
.box-share-emp .a-link:hover {
  background-color: #003673;
}
.box-wh {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
}
.box-whp {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  padding: 20px;
}
.bwh-mt {
  margin-top: 40px;
}
.row-blocos-emp-view {
  margin-top: 30px;
}
.row-blocos-emp-view .selo {
  position: absolute;
  z-index: 3;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #2bcc9e;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.row-blocos-emp-view .selo span {
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.row-blocos-emp-view .box-imagem {
  text-align: center;
  position: relative;
  z-index: 2;
}
.row-blocos-emp-view .box-imagem img {
  border-radius: 10px;
  width: 100%;
  max-width: 580px;
  margin-bottom: -7px;
}
.row-blocos-emp-view .box-image200 {
  border: 1px solid red;
  height: 10px;
  position: absolute;
  margin-top: -30px;
  z-index: 0;
}
.row-blocos-emp-view .box-image200 img {
  width: 5px;
}
.title-box-oc {
  padding: 20px;
}
.title-box-oc p {
  width: 75%;
  float: left;
  color: #2a2e43;
  font-size: 20px;
  font-weight: 600;
}
.title-box-oc p span {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
.title-box-oc .right-button {
  width: 25%;
  float: right;
  text-align: right;
}
.title-box-oc .right-button a {
  display: inline-block;
  border: 1px solid #d8d8d8;
  color: #929292;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 14px 8px 14px;
  border-radius: 15px;
  background-color: #2c1e4f;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.title-box-oc .right-button a:hover {
  background-color: #003673;
  border: 1px solid #003673;
  background-color: #2c1e4f;
  border: 1px solid #2c1e4f;
  color: #fff;
}
.content-box-oc {
  border-top: 1px solid #d2d2d2;
  padding: 18px 20px 18px 20px;
}
.content-box-oc .slist {
  width: 97%;
  padding: 8px 1.5% 8px 1.5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 15px;
}
.content-box-oc .slist .sl {
  width: 50%;
  float: left;
}
.content-box-oc .slist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.content-box-oc .slist .sr b {
  font-size: 14px;
}
.content-box-oc .slist .s60 {
  width: 60%;
}
.content-box-oc .slist .s40 {
  width: 40%;
}
.content-box-oc .slist .s70 {
  width: 70%;
}
.content-box-oc .slist .s30 {
  width: 30%;
}
.content-box-oc .slist:nth-child(even) {
  background: #fff;
}
.cbo-close {
  display: none;
}
.texto {
  color: #929292;
}
.texto p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #4d4d4d;
}
.texto ul {
  list-style: none;
  margin-left: 10px;
}
.texto ul li {
  margin-bottom: 0px;
  font-size: 16px;
  margin-bottom: 5px;
}
.texto ul li::before {
  content: "\2022";
  color: #929292;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-right: 5px;
}
.title-box-ot {
  padding: 20px;
}
.title-box-ot p {
  width: 80%;
  float: left;
  color: #2a2e43;
  font-size: 20px;
  font-weight: 600;
  margin-top: 3px;
}
.title-box-ot p i {
  margin-right: 10px;
  color: #2bcc9e;
  color: #ff6d5f;
}
.title-box-ot .right-button {
  float: right;
  text-align: right;
  width: 20%;
}
.title-box-ot .right-button a {
  display: inline-block;
  color: #929292;
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  float: right;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.title-box-ot .right-button a i {
  margin-left: 5px;
}
.title-box-ot .right-button a:hover {
  color: #003673;
  color: #2c1e4f;
}
.title-box-ot .right-button .btn-close-all-imgs {
  display: none;
}
.title-box-ot .right-button .btn-close-all-imgs-mobile {
  display: none;
}
.box-download-tabela {
  margin-bottom: 20px;
}
.box-download-tabela .content-button-download {
  padding: 0px 20px 18px 20px;
}
.box-download-tabela .content-button-download a {
  width: 100%;
  display: inline-block;
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 0 16px 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  border-radius: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-download-tabela .content-button-download a i {
  margin-right: 5px;
}
.box-download-tabela .content-button-download a:hover {
  background-color: #2c1e4f;
}
.content-videos-emp .box-video {
  width: 48%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 10px;
}
.content-videos-emp .box-video .imgp {
  width: 100%;
  margin-bottom: -6px;
  border-radius: 10px;
}
.content-videos-emp .box-video .inner-bk {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.content-videos-emp .box-video .inner-bk .ib-center {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: transparent;
  height: auto;
  z-index: 1;
  text-align: center;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.content-videos-emp .box-video .inner-bk .ib-center .s1 {
  width: 100%;
  display: inline-block;
  margin-top: -50px;
}
.content-videos-emp .box-video .inner-bk .ib-center .s1 .play {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  background: url("../img/transparent.png") repeat;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.content-videos-emp .box-video .inner-bk .ib-center .s1 .play i {
  margin-left: 2px;
  margin-top: 8px;
}
.content-videos-emp .box-video .inner-bk .ib-center:hover .s1 .play {
  color: #2bcc9e;
  color: #ff6d5f;
}
.content-videos-emp .box-video .title {
  min-height: 50px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 15px;
  color: #1d1d1b;
}
.content-videos-emp .box-video:nth-child(even) {
  margin-left: 4%;
}
.bg-all-galerias {
  margin-top: 20px;
}
.bg-all-galerias .box-galeria {
  margin-bottom: 15px;
}
.bg-all-galerias .content-gallery {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  display: none;
}
.bg-all-galerias .content-gallery .box-img {
  display: inline-block;
}
.bg-all-galerias .content-gallery .box-img img {
  width: 100%;
}
.bg-all-galerias .content-gallery .box-img p {
  color: #2a2e43;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.bg-all-galerias .content-gallery .slick-slide {
  margin: 4px;
}
.bg-all-galerias .content-gallery .slick-dots {
  bottom: -22px;
}
.bg-all-galerias .content-gallery .slick-prev {
  background-color: #f0f0f0;
  background-color: #eaeaea;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: -15px;
}
.bg-all-galerias .content-gallery .slick-next {
  background-color: #f0f0f0;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -15px;
}
.bg-all-galerias #gallery_g1 {
  display: block;
}
.bg-all-galerias-mobile {
  margin-top: 20px;
}
.bg-all-galerias-mobile .box-galeria-mobile {
  margin-bottom: 15px;
}
.bg-all-galerias-mobile .content-gallery-mobile {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  display: none;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img {
  display: inline-block;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img img {
  width: 100%;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img p {
  color: #2a2e43;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-slide {
  margin: 4px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-dots {
  bottom: -22px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-prev {
  background-color: #f0f0f0;
  background-color: #eaeaea;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: -15px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-next {
  background-color: #f0f0f0;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -15px;
}
.bg-all-galerias-mobile #gallery_mobile_gm1 {
  display: block;
}
.content-arquivos {
  border-top: 2px solid #e6e6e6;
}
.content-arquivos .box-arquivo {
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.content-arquivos .box-arquivo p {
  width: 70%;
  float: left;
  color: #2a2e43;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}
.content-arquivos .box-arquivo .right-download {
  width: 40%;
  float: right;
  text-align: right;
}
.content-arquivos .box-arquivo .right-download a {
  display: inline-block;
  border: 1px solid #2bcc9e;
  border: 1px solid #ff6d5f;
  color: #2bcc9e;
  color: #ff6d5f;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 8px 22px 8px 22px;
  border-radius: 15px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.content-arquivos .box-arquivo .right-download a i {
  margin-right: 5px;
}
.content-arquivos .box-arquivo .right-download a:hover {
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  color: #fff;
}
#boxc_uni_1 {
  display: block;
}
.box-all-unidades {
  margin-top: 30px;
}
.box-all-unidades .box-wh {
  margin-top: 25px;
}
.box-all-unidades .title-box-oc-1 p {
  width: 45%;
  color: #23af76;
}
.box-all-unidades .title-box-oc-1 .right-button {
  width: 55%;
  text-align: right;
}
.box-all-unidades .title-box-oc-1 .right-button a {
  float: none;
  display: inline-block;
}
.box-all-unidades .title-box-oc-1 .right-button .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  background-color: #fff !important;
  margin-right: 50px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades .title-box-oc-1 .right-button .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades .title-box-oc-1 .right-button .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades .r-implantacao-mobile {
  display: none;
}
.box-all-unidades .r-implantacao-mobile .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  margin-right: 0px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades .r-implantacao-mobile .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades .r-implantacao-mobile .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades .title-box-oc-2 p {
  color: #eb5a46;
}
.box-all-unidades .title-box-oc-3 p {
  color: #f2d600;
}
.box-all-unidades .content-box-oc .title-andar-pav {
  color: #2a2e43;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-all-unidades .content-box-oc .box-list-unidades {
  margin-bottom: 10px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade {
  width: 48.5%;
  margin-right: 1.1%;
  display: inline-table;
  border: 2px solid #2bcc9e;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #2a2e43;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .din {
  display: inline-table;
  float: left;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .title {
  width: 20%;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .title p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 4px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle {
  width: 32%;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
  font-size: 13px;
  line-height: 13px;
  color: #a0a0a0;
  margin-top: 5px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco {
  width: 48%;
  text-align: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
  color: #2bcc9e;
  font-size: 17px;
  padding-right: 5px;
  margin-top: 3px;
  font-weight: 700;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p b {
  font-weight: 600;
  font-size: 15px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #efefef;
  color: #929292;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 i {
  color: #2bcc9e;
  font-size: 15px;
  float: left;
  margin-top: 0px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
  width: auto;
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
  text-align: center;
  width: 30%;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .p2 {
  font-size: 11px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #2a2e43;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
  width: 68%;
  float: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos .din {
  float: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .p1 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
  font-size: 13px;
  line-height: 19px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .more i {
  margin-top: 3px;
  font-size: 14px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
  margin-left: 10px;
  margin-right: 10px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos {
  display: none;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist {
  width: 92%;
  padding: 6px 3% 6px 5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 14px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl {
  width: 50%;
  float: left;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl i {
  color: #2bcc9e;
  font-size: 12px;
  margin-right: 3px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr b {
  font-size: 12px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist:nth-child(even) {
  background: #fff;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu3 a {
  width: 100%;
  padding: 6px 0 6px 0;
  display: table;
  background-color: #2bcc9e;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 0 0 6px 6px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu3 a i {
  margin-left: 7px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade:nth-child(2n) {
  margin-right: 0px;
}
.box-all-unidades .content-box-oc .box-lu-2 .box-unidade {
  border: 2px solid #eb5a46;
}
.box-all-unidades .content-box-oc .box-lu-2 .box-unidade .rlu1 .preco p {
  color: #eb5a46;
}
.box-all-unidades .content-box-oc .box-lu-2 .box-unidade .rlu3 a {
  background-color: #eb5a46;
}
.box-all-unidades .content-box-oc .box-lu-3 .box-unidade {
  border: 2px solid #f2d600;
}
.box-all-unidades .content-box-oc .box-lu-3 .box-unidade .rlu1 .preco p {
  color: #f2d600;
}
.box-all-unidades .content-box-oc .box-lu-3 .box-unidade .rlu3 a {
  background-color: #f2d600;
}
.box-all-unidades-new {
  margin-top: 30px;
}
.box-all-unidades-new .box-wh {
  margin-top: 25px;
}
.box-all-unidades-new .title-box-oc-1 p {
  width: 45%;
  color: #23af76;
}
.box-all-unidades-new .title-box-oc-1 .right-button {
  width: 55%;
  text-align: right;
}
.box-all-unidades-new .title-box-oc-1 .right-button a {
  float: none;
  display: inline-block;
}
.box-all-unidades-new .title-box-oc-1 .right-button .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  background-color: #fff;
  margin-right: 50px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades-new .title-box-oc-1 .right-button .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades-new .title-box-oc-1 .right-button .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades-new .r-implantacao-mobile {
  display: none;
}
.box-all-unidades-new .r-implantacao-mobile .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  margin-right: 0px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades-new .r-implantacao-mobile .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades-new .r-implantacao-mobile .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades-new .title-box-oc-2 p {
  color: #eb5a46;
}
.box-all-unidades-new .title-box-oc-3 p {
  color: #f2d600;
}
.box-all-unidades-new .content-box-oc .title-andar-pav {
  color: #2a2e43;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades {
  margin-bottom: 10px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade {
  width: 48.5%;
  margin-right: 1.1%;
  display: inline-table;
  border: 2px solid #2bcc9e;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #2a2e43;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .din {
  display: inline-table;
  float: left;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .title {
  width: 20%;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .title p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 4px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle {
  width: 32%;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
  font-size: 13px;
  line-height: 13px;
  color: #a0a0a0;
  margin-top: 5px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco {
  width: 48%;
  text-align: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
  color: #2bcc9e;
  font-size: 17px;
  padding-right: 5px;
  margin-top: 3px;
  font-weight: 700;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p b {
  font-weight: 600;
  font-size: 15px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #efefef;
  color: #929292;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 i {
  color: #2bcc9e;
  font-size: 15px;
  float: left;
  margin-top: 0px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
  width: auto;
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
  text-align: center;
  width: 30%;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .p2 {
  font-size: 11px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #2a2e43;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
  width: 68%;
  float: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos .din {
  float: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p1 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
  font-size: 13px;
  line-height: 19px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .more i {
  margin-top: 3px;
  font-size: 14px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
  margin-left: 10px;
  margin-right: 10px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist {
  width: 92%;
  padding: 6px 3% 6px 5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 14px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl {
  width: 50%;
  float: left;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl i {
  color: #2bcc9e;
  font-size: 12px;
  margin-right: 3px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr b {
  font-size: 12px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist:nth-child(even) {
  background: #fff;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu3 a {
  width: 100%;
  padding: 6px 0 6px 0;
  display: table;
  background-color: #2bcc9e;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 0 0 6px 6px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu3 a i {
  margin-left: 7px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade:nth-child(2n) {
  margin-right: 0px;
}
.box-all-unidades-new .content-box-oc .box-lu-2 .box-unidade {
  border: 2px solid #eb5a46;
}
.box-all-unidades-new .content-box-oc .box-lu-2 .box-unidade .rlu1 .preco p {
  color: #eb5a46;
}
.box-all-unidades-new .content-box-oc .box-lu-2 .box-unidade .rlu3 a {
  background-color: #eb5a46;
}
.box-all-unidades-new .content-box-oc .box-lu-3 .box-unidade {
  border: 2px solid #f2d600;
}
.box-all-unidades-new .content-box-oc .box-lu-3 .box-unidade .rlu1 .preco p {
  color: #f2d600;
}
.box-all-unidades-new .content-box-oc .box-lu-3 .box-unidade .rlu3 a {
  background-color: #f2d600;
}
#boxc_unim_1 {
  display: block;
}
.view-implantacao {
  padding: 20px;
}
.view-implantacao .pimp {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.view-implantacao .pimp i {
  color: #23af76;
  color: #ff6d5f;
  margin-right: 10px;
}
.view-implantacao img {
  width: 100%;
  margin-bottom: -6px;
}
.box-all-unidades-mobile {
  margin-top: 30px;
  display: none;
}
.box-all-unidades-mobile .box-wh {
  margin-top: 25px;
}
.box-all-unidades-mobile .title-box-oc-1 p {
  width: 45%;
  color: #23af76;
}
.box-all-unidades-mobile .title-box-oc-1 .right-button {
  width: 55%;
  text-align: right;
}
.box-all-unidades-mobile .title-box-oc-1 .right-button a {
  float: none;
  display: inline-block;
}
.box-all-unidades-mobile .title-box-oc-1 .right-button .btn-open-implantacao {
  display: none;
}
.box-all-unidades-mobile .r-implantacao-mobile {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}
.box-all-unidades-mobile .r-implantacao-mobile .btn-open-implantacao {
  font-size: 14px;
  padding: 0px;
  text-decoration: underline;
  margin-right: 0px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades-mobile .r-implantacao-mobile .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades-mobile .r-implantacao-mobile .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades-mobile .title-box-oc-2 p {
  color: #eb5a46;
}
.box-all-unidades-mobile .title-box-oc-3 p {
  color: #f2d600;
}
.box-all-unidades-mobile .content-box-oc .title-andar-pav {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 600;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades {
  margin-bottom: 10px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade {
  width: 100%;
  display: table;
  border: 2px solid #2bcc9e;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #2a2e43;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .din {
  display: inline-table;
  float: left;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .title {
  width: 20%;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .title p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 4px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle {
  width: 32%;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
  font-size: 13px;
  line-height: 13px;
  color: #a0a0a0;
  margin-top: 5px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco {
  width: 48%;
  text-align: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
  color: #2bcc9e;
  font-size: 17px;
  padding-right: 5px;
  margin-top: 3px;
  font-weight: 700;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p b {
  font-weight: 600;
  font-size: 15px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #efefef;
  color: #929292;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 i {
  color: #2bcc9e;
  font-size: 15px;
  float: left;
  margin-top: 0px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
  width: auto;
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
  text-align: center;
  width: 30%;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .p2 {
  font-size: 11px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #2a2e43;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
  width: 68%;
  float: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos .din {
  float: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .p1 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
  font-size: 13px;
  line-height: 19px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .more i {
  margin-top: 3px;
  font-size: 14px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
  margin-left: 10px;
  margin-right: 10px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos {
  display: none;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist {
  width: 92%;
  padding: 6px 3% 6px 5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 14px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl {
  width: 50%;
  float: left;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl i {
  color: #2bcc9e;
  font-size: 12px;
  margin-right: 3px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr b {
  font-size: 12px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist:nth-child(even) {
  background: #fff;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu3 a {
  width: 100%;
  padding: 6px 0 6px 0;
  display: table;
  background-color: #2bcc9e;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 0 0 6px 6px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu3 a i {
  margin-left: 7px;
}
.box-all-unidades-mobile .content-box-oc .box-lu-2 .box-unidade {
  border: 2px solid #eb5a46;
}
.box-all-unidades-mobile .content-box-oc .box-lu-2 .box-unidade .rlu1 .preco p {
  color: #eb5a46;
}
.box-all-unidades-mobile .content-box-oc .box-lu-2 .box-unidade .rlu3 a {
  background-color: #eb5a46;
}
.box-all-unidades-mobile .content-box-oc .box-lu-3 .box-unidade {
  border: 2px solid #f2d600;
}
.box-all-unidades-mobile .content-box-oc .box-lu-3 .box-unidade .rlu1 .preco p {
  color: #f2d600;
}
.box-all-unidades-mobile .content-box-oc .box-lu-3 .box-unidade .rlu3 a {
  background-color: #f2d600;
}
.p-load-unidades {
  margin-top: 20px;
  color: #929292;
  font-size: 18px;
  font-weight: 600;
}
.share-emp-mobile {
  display: none;
}
.br-view-emp-mobile {
  display: none;
}
.bg-emp-vadg {
  margin-top: 40px;
}
.bg-emp-vadg .menu-opc-emp {
  margin-bottom: 20px;
}
.bg-emp-vadg .menu-opc-emp a {
  width: 32%;
  margin-right: 2%;
  height: 70px;
  display: inline-table;
  color: #2a2e43;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  text-align: center;
  font-size: 14px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.bg-emp-vadg .menu-opc-emp a:hover {
  color: #ff6d5f;
}
.bg-emp-vadg .menu-opc-emp a span {
  width: 100%;
  display: table;
}
.bg-emp-vadg .menu-opc-emp a i {
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 5px;
}
.bg-emp-vadg .menu-opc-emp a:nth-child(3) {
  margin-right: 0px;
}
.bg-emp-vadg .menu-opc-emp .active {
  color: #ff6d5f;
}
.bg-emp-vadg .rbox-opc-emp {
  display: none;
}
.bg-emp-vadg #box_opc_galeria {
  display: block;
}
.bg-emp-vadg .content-videos-emp .box-video {
  margin-bottom: 10px;
}
.bg-emp-vadg .content-videos-emp .box-video .title {
  min-height: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.bg-emp-vadg .content-videos-emp .box-video:nth-child(even) {
  margin-left: 4%;
}
.bg-emp-vadg .content-arquivos {
  border-top: 0px;
  padding-top: 0px;
}
.bg-emp-vadg .content-arquivos .box-arquivo {
  margin-bottom: 12px;
  padding: 10px;
}
.bg-emp-vadg .content-arquivos .box-arquivo p {
  width: 60%;
  font-size: 14px;
  line-height: 18px;
}
.bg-emp-vadg .content-arquivos .box-arquivo .right-download {
  width: 40%;
}
.bg-emp-vadg .content-arquivos .box-arquivo .right-download a {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 20px 8px 20px;
  border-radius: 15px;
}
.bg-emp-vadg .content-arquivos .box-arquivo .right-download a i {
  margin-right: 3px;
}
.rsendp-mobile {
  text-align: center;
  margin-top: 20px;
  border-top: 2px solid #d2d2d2;
  padding-top: 30px;
}
.rsendp-mobile a {
  width: 100%;
  height: auto;
  display: inline-table;
  background-color: #51b3bc;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  letter-spacing: 1px;
}
.rsendp-mobile a i {
  margin-right: 10px;
}
.modal-view-mapa {
  width: 1080px;
  padding: 20px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.modal-view-mapa .close-modal {
  text-align: right;
}
.modal-view-mapa .close-modal span {
  display: inline-block;
  padding: 8px;
  width: 18px;
  height: 18px;
  background-color: #a0a0a0;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.modal-view-mapa .close-modal span img {
  width: 100%;
}
.modal-view-mapa .close-modal span:hover {
  background-color: #1d1d1b;
}
.modal-view-mapa h1 {
  color: #000;
  font-size: 28px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.modal-view-mapa p {
  font-size: 16px;
  text-align: center;
  color: #a0a0a0;
}
.modal-view-mapa p i {
  color: #000;
  margin-right: 5px;
}
.modal-view-mapa .imap {
  margin-top: 20px;
}
.modal-view-mapa .imap iframe {
  width: 100%;
  height: 450px;
}
.modal-view-mapa .itour iframe {
  height: 524px;
}
.row-table-responsive table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.row-table-responsive th,
.row-table-responsive td {
  padding: 15px 8px;
  font-weight: 400;
  border-bottom: 0px;
}
.row-table-responsive thead th {
  font-size: 15px;
  color: #929292;
  line-height: 5px;
  font-weight: 500;
}
.row-table-responsive tbody tr {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.row-table-responsive tbody tr:hover {
  background-color: #ebebeb;
  background-color: #f1f1f1;
}
.row-table-responsive tbody td {
  color: #000;
  font-size: 15px;
}
.row-table-responsive tbody a {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 4px 6px 4px 6px;
  border-radius: 4px;
  margin-right: 15px;
  background-color: #a0a0a0;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.row-table-responsive tbody a i {
  font-size: 10px;
  margin-left: 4px;
}
.row-table-responsive tbody a:hover {
  background-color: #003673;
}
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
  .row-table-responsive table {
    border-spacing: 0 4px;
  }
  .row-table-responsive th,
  .row-table-responsive td {
    padding: 10px 6px;
  }
  .row-table-responsive tbody td {
    font-size: 13px;
  }
  .row-table-responsive tbody a {
    font-size: 11px;
    line-height: 11px;
    padding: 4px 8px 4px 8px;
  }
  .row-table-responsive tbody a i {
    font-size: 9px;
  }
  .row-table-responsive table,
  .row-table-responsive thead,
  .row-table-responsive tbody,
  .row-table-responsive th,
  .row-table-responsive td,
  .row-table-responsive tr {
    display: block;
  }
  .row-table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .row-table-responsive tr {
    margin: 0 0 0.5rem 0;
  }
  .row-table-responsive tr:nth-child(odd) {
    background: #f1f1f1;
  }
  .row-table-responsive td {
    border: none;
    position: relative;
    padding-left: 40%;
    font-size: 13px;
  }
  .row-table-responsive td:before {
    position: absolute;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    color: #000;
  }
  .row-table-responsive td:nth-of-type(1):before {
    content: "Nome:";
  }
  .row-table-responsive td:nth-of-type(2):before {
    content: "Whatsapp:";
  }
  .row-table-responsive td:nth-of-type(3):before {
    content: "Email:";
  }
  .row-table-responsive td:nth-of-type(4):before {
    content: "Ações:";
  }
}
.row-add-form {
  padding: 20px;
}
.btn-all {
  display: inline-block;
  border-radius: 5px;
  background-color: #003673;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.btn-all i {
  margin-right: 5px;
}
.div-close {
  display: none;
}
.segundo-comprador {
  padding-top: 30px;
}
.conteudo {
  margin-bottom: 40px;
}
.conteudo img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px 10px 0 0;
}
.conteudo a {
  display: inline-block;
  width: 100%;
}
.conteudo .title {
  width: 94%;
  padding: 3%;
  height: auto;
  min-height: 55px;
  color: #003673;
  font-size: 18px;
  font-weight: 500;
}
.paginator {
  text-align: center;
  margin-top: 30px;
}
.paginator span {
  display: inline-block;
  color: #000;
  font-size: 18px;
}
.paginator span a {
  color: #000;
  padding: 5px 10px;
}
.paginator span a:hover {
  color: #003673;
}
.paginator span.current {
  color: #003673;
  font-weight: bold;
  padding: 5px 10px;
}
.paginator .prev,
.paginator .next {
  color: #000;
  padding: 5px 10px;
  display: inline-block;
  font-size: 16px;
}
.paginator .prev a,
.paginator .next a {
  color: #000;
  padding: 0;
}
.view-conteudo .al-left {
  width: 100%;
  max-width: 350px;
  float: left;
  margin-right: 20px;
}
.view-conteudo .texto p {
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.view-conteudo .bg-gallery {
  margin-top: 50px;
  text-align: center;
}
.view-conteudo .bg-gallery .galeria img {
  width: 100%;
  max-width: 325px;
  margin-bottom: 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.view-conteudo .bg-gallery .galeria img:hover {
  opacity: 0.7;
}
.view-conteudo .video {
  text-align: center;
  margin-top: 40px;
  padding-top: 22px;
  background-color: #000;
}
.view-conteudo .video iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin-bottom: 20px;
}
.tct-right-share {
  margin-bottom: 30px;
}
.tct-right-share .tc-right .box-share-emp {
  width: 100%;
  max-width: 557px;
  margin-top: 5px;
}
.box-edit-perfil {
  padding: 20px;
}
.box-edit-perfil .box-img-pf {
  text-align: center;
}
.box-edit-perfil .box-img-pf .noimg img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.box-edit-perfil .row-save {
  margin-top: 15px;
}
.out-upload-image .file-upload {
  background-color: #ffffff;
  margin: 0 auto;
}
.out-upload-image .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.out-upload-image .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.out-upload-image .file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}
.out-upload-image .file-upload-content {
  display: none;
  text-align: center;
}
.out-upload-image .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  float: left;
  margin-left: -50%;
}
.out-upload-image .image-upload-wrap {
  margin-top: 0px;
  border: 2px dashed #1fb264;
  position: relative;
  margin-top: 10px;
}
.out-upload-image .image-dropping,
.out-upload-image .image-upload-wrap:hover {
  background-color: #1fb264;
  border: 2px dashed #ffffff;
}
.out-upload-image .image-title-wrap {
  color: #222;
}
.out-upload-image .drag-text {
  text-align: center;
}
.out-upload-image .drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 14px 0;
  font-size: 14px;
}
.out-upload-image .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}
.out-upload-image .remove-image {
  width: 100%;
  height: 38px;
  line-height: 40px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0px;
}
.out-upload-image .remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.out-upload-image .remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}
.column-relatorio-perfil .filter-relatorio-perfil p {
  display: inline-block;
  color: #2a2e43;
  font-size: 18px;
  width: 30%;
  float: left;
  margin-top: 4px;
  font-weight: 500;
}
.column-relatorio-perfil .filter-relatorio-perfil p i {
  color: #2bcc9e;
  margin-right: 5px;
}
.column-relatorio-perfil .filter-relatorio-perfil .formfilter {
  width: 70%;
  float: right;
  display: inline-block;
}
.column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="text"],
.column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="email"],
.column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="tel"] {
  width: 35%;
  height: 35px;
  margin-bottom: 0px;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px solid #d2d2d2;
  color: #333;
  font-size: 14px;
}
.column-relatorio-perfil .filter-relatorio-perfil .formfilter span {
  width: 10%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: inline-block;
  color: #929292;
  text-align: center;
}
.column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="submit"] {
  width: 15%;
  float: right;
  height: 35px;
  border: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #2bcc9e;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  border-radius: 5px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="submit"]:hover {
  color: #fff;
  background-color: #003673;
}
.column-relatorio-perfil .list-box-numbers {
  margin-top: 30px;
}
.column-relatorio-perfil .list-box-numbers .box-number {
  padding: 20px;
  color: #2a2e43;
}
.column-relatorio-perfil .list-box-numbers .box-number .p1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.column-relatorio-perfil .list-box-numbers .box-number .p2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}
.column-relatorio-perfil .list-atividades {
  margin-top: 40px;
  border-top: 2px solid #e6e6e6;
  padding-top: 20px;
}
.column-relatorio-perfil .list-atividades p {
  color: #2a2e43;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}
.column-relatorio-perfil .list-atividades p i {
  color: #2bcc9e;
  margin-right: 7px;
}
.bs-save-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.lbtn {
  width: auto;
  display: inline-block;
  background-color: #2bcc9e;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.lbtn i {
  margin-right: 5px;
}
.lbtn:hover {
  background-color: #003673;
}
.box-msg {
  padding: 20px;
}
.box-msg p {
  color: #929292;
}
.p-title {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1b;
  margin-top: 25px;
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.row-proposta .rpc-cliente {
  margin-bottom: 20px;
}
.row-proposta .rpc-cliente .ptit {
  margin-bottom: 5px;
}
.row-proposta .rpc-cliente #c_id {
  width: 100%;
  max-width: 400px;
}
.row-proposta .rpc-cliente .right-add-c {
  text-align: right;
  margin-top: 35px;
}
.row-proposta .rpc-cliente .right-add-c p {
  width: auto;
  display: inline-block;
  color: #a0a0a0;
  margin-right: 15px;
  font-size: 14px;
}
.row-proposta .rpc-cliente .right-back-c {
  text-align: right;
}
.row-proposta .rpc-cliente .right-back-c a {
  color: #a0a0a0;
  font-size: 15px;
}
.box-show-values {
  width: 100%;
  max-width: 550px;
  margin-bottom: 20px;
}
.box-show-values .table-show-values tr td {
  padding: 10px;
  font-size: 14px;
}
.r-table-pagamentos {
  margin-bottom: 20px;
}
.r-table-pagamentos th,
.r-table-pagamentos td {
  padding: 8px 10px;
}
.r-table-pagamentos thead tr {
  font-weight: 700;
  font-size: 15px;
}
.r-table-pagamentos tbody td {
  color: #929292;
  font-size: 15px;
}
.r-table-pagamentos tbody td .select-parc {
  width: 75px;
  height: 30px;
  margin-bottom: 0px;
  padding: 4px 5px;
}
.r-table-pagamentos tbody td .select-indexador {
  width: 75px;
  height: 30px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-size: 12px;
}
.r-table-pagamentos tbody td .select-intervalo {
  width: 102px;
  height: 30px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-size: 13px;
}
.r-table-pagamentos tbody td .field-valor {
  width: 100%;
  max-width: 105px;
  margin-bottom: 0px;
  height: 30px;
  font-size: 14px;
}
.r-table-pagamentos tbody a {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 4px 6px 4px 6px;
  border-radius: 4px;
  margin-right: 15px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.r-table-pagamentos tbody a i {
  font-size: 10px;
  margin-left: 4px;
}
.r-table-pagamentos tbody a:hover {
  background-color: #003673;
}
.r-table-pagamentos tbody .tdc {
  font-size: 13px;
}
.r-obs textarea {
  margin-bottom: 0px;
  width: 100%;
}
.row-selects2 {
  margin-bottom: 20px;
}
#bs_proposta {
  width: auto;
  display: inline-block;
  background-color: #2bcc9e;
  border: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  font-weight: 600;
  border-radius: 8px;
  height: 45px;
  margin-top: 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#bs_proposta:hover {
  background-color: #003673;
}
.aviso-valores,
.aviso-valor-menor {
  display: table;
}
.aviso-valores p,
.aviso-valor-menor p {
  font-size: 15px;
}
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
  .r-table-pagamentos th,
  .r-table-pagamentos td {
    padding: 12px 10px;
  }
  .r-table-pagamentos table,
  .r-table-pagamentos thead,
  .r-table-pagamentos tbody,
  .r-table-pagamentos th,
  .r-table-pagamentos td,
  .r-table-pagamentos tr {
    display: block;
  }
  .r-table-pagamentos thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .r-table-pagamentos tr:nth-child(odd) {
    background: #e5e5e5;
    background: #ececec;
  }
  .r-table-pagamentos td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40%;
    font-size: 13px;
    height: auto;
  }
  .r-table-pagamentos td:before {
    position: absolute;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    color: #000;
    font-weight: 700;
    font-size: 13px;
  }
  .r-table-pagamentos td:nth-of-type(1):before {
    content: "Item:";
  }
  .r-table-pagamentos td:nth-of-type(2):before {
    content: "Espécie:";
  }
  .r-table-pagamentos td:nth-of-type(3):before {
    content: "Nº Parcela:";
  }
  .r-table-pagamentos td:nth-of-type(4):before {
    content: "Valor:";
  }
  .r-table-pagamentos td:nth-of-type(5):before {
    content: "Intervalo:";
  }
  .r-table-pagamentos td:nth-of-type(6):before {
    content: "Vencimento:";
  }
  .r-table-pagamentos td:nth-of-type(7):before {
    content: "Indexador:";
  }
  .r-table-pagamentos td:nth-of-type(8):before {
    content: "Valor Total:";
  }
  .rtr-propostas td a {
    display: table;
    margin-bottom: 8px;
  }
  .rtr-propostas td:before {
    position: absolute;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    color: #000;
    font-weight: 700;
    font-size: 13px;
  }
  .rtr-propostas td:nth-of-type(1):before {
    content: "Proposta";
  }
  .rtr-propostas td:nth-of-type(2):before {
    content: "Status:";
  }
  .rtr-propostas td:nth-of-type(3):before {
    content: "Empreendimento:";
  }
  .rtr-propostas td:nth-of-type(4):before {
    content: "Unidade:";
  }
  .rtr-propostas td:nth-of-type(5):before {
    content: "Cliente:";
  }
  .rtr-propostas td:nth-of-type(6):before {
    content: "Data:";
  }
  .rtr-propostas td:nth-of-type(7):before {
    content: " ";
  }
}
.r-docsp {
  margin-top: 40px;
}
.r-docsp .list-send-doc {
  margin-top: 20px;
  border-radius: 4px;
  position: relative;
}
.r-docsp .list-send-doc p {
  color: #2a2e43;
  font-weight: 500;
}
.r-docsp .list-send-doc p span {
  color: red;
  font-size: 12px;
}
.r-docsp .list-send-doc input[type="file"] {
  opacity: 0;
  margin-top: -70px;
  position: absolute;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  height: 50px;
}
.r-docsp .list-send-doc .input-wrapper label {
  background-color: transparent;
  border: 2px solid #2bcc9e;
  color: #2a2e43;
  border-radius: 10px;
  margin-top: 10px;
  width: 94%;
  max-width: 400px;
  padding-left: 3%;
  padding-right: 3%;
  height: 37px;
  padding-top: 13px;
  cursor: pointer;
  margin-left: 0px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.r-docsp .list-send-doc .input-wrapper label i {
  color: #2bcc9e;
  margin-right: 6px;
}
.r-docsp .list-send-doc .input-wrapper label:hover {
  background-color: ;
}
.pnot {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 15px;
}
#bs_finalizar_proposta {
  float: left;
  margin-top: 30px;
}
.row-change-construrtora .list-consts a {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  display: table;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2a2e43;
  background-color: #f1f1f1;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.row-change-construrtora .list-consts a img {
  width: 80px;
  float: left;
  margin-top: 2px;
}
.row-change-construrtora .list-consts a span {
  width: auto;
  float: left;
  margin-left: 20px;
}
.row-change-construrtora .list-consts a .acess {
  color: #a0a0a0;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 30px;
}
.row-change-construrtora .list-consts a .acess i {
  margin-left: 5px;
  font-size: 12px;
}
.row-change-construrtora .list-consts a:hover {
  background-color: #e7e7e7;
}
.row-change-construrtora .list-consts a:nth-child(even) {
  background-color: #fff;
}
.row-change-construrtora .list-consts a:nth-child(even):hover {
  background-color: #e7e7e7;
}
.indicar-construtora {
  margin-top: 80px;
  width: 100%;
  max-width: 600px;
}
.indicar-construtora .title-content-top {
  margin-top: 0px;
  border-bottom: 0px;
}
.indicar-construtora .formc {
  margin-top: 20px;
}
.bg-diferenciais .title-box-ot {
  padding: 20px;
}
.bg-diferenciais .title-box-ot p {
  width: 65%;
  font-size: 20px;
  margin-top: 3px;
}
.bg-diferenciais .title-box-ot .right-button {
  width: 35%;
}
.bg-diferenciais .title-box-ot .right-button .btn-close-all-difs {
  display: none;
}
.bg-diferenciais .title-box-ot .right-button .btn-close-all-imgs-difs {
  display: none;
}
.bg-diferenciais .box-diferencial {
  margin-bottom: 15px;
}
.bg-diferenciais .box-diferencial .title-box-oc {
  padding: 15px;
}
.bg-diferenciais .box-diferencial .title-box-oc p {
  width: 70%;
  font-size: 18px;
  margin-top: 1px;
}
.bg-diferenciais .box-diferencial .title-box-oc .right-button {
  width: 30%;
}
.bg-diferenciais .box-diferencial .title-box-oc .right-button a {
  font-size: 13px;
  line-height: 13px;
  padding: 8px 15px 8px 15px;
  border-radius: 15px;
}
.bg-diferenciais .box-diferencial .box-difs {
  padding: 0 0 10px 15px;
  display: none;
}
.bg-diferenciais .box-diferencial .box-difs .boxd {
  width: auto;
  display: inline-block;
  background-color: #f9f9f9;
  margin-right: 12px;
  margin-bottom: 7px;
  padding: 4px;
  border-radius: 3px;
}
.bg-diferenciais .box-diferencial .box-difs .boxd img {
  float: left;
  width: 28px;
  margin-right: 3px;
}
.bg-diferenciais .box-diferencial .box-difs .boxd h4 {
  color: #1d1d1b;
  font-size: 13px;
  line-height: 13px;
  width: auto;
  float: left;
  font-weight: 400;
  margin-top: 9px;
}
.row-contato {
  margin-top: 40px;
  width: 100%;
  max-width: 600px;
}
.r-avisos {
  margin-top: 40px;
}
.r-avisos .list-aviso {
  margin-bottom: 20px;
}
.r-avisos .list-aviso p {
  color: #2a2e43;
  font-size: 15px;
}
.r-avisos .list-aviso p span {
  font-size: 14px;
}
.title2 {
  color: #1d1d1b;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}
.sobre-construtora {
  margin-top: 30px;
}
.sobre-construtora .bg-gallery {
  text-align: center;
  margin-top: 30px;
}
.sobre-construtora .bg-gallery .galeria img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.sobre-construtora .arquivo-digital h2 {
  margin-bottom: 20px;
}
.sobre-construtora .arquivo-digital a {
  display: inline-block;
  color: #fff;
  background-color: #2bcc9e;
  text-align: center;
  padding: 13px 0px 13px 0px;
  min-width: 220px;
  max-width: 220px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 30px;
  letter-spacing: 0px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.sobre-construtora .arquivo-digital a i {
  margin-left: 8px;
}
.sobre-construtora .arquivo-digital a:hover {
  background-color: #003673;
}
.sobre-construtora .arquivo-digital .rad2 {
  margin-top: 25px;
  border: 1px solid transparent;
}
.sobre-construtora .bg-videos-full {
  text-align: center;
  margin-top: 40px;
  padding-top: 25px;
}
.sobre-construtora .bg-videos-full iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin-bottom: 20px;
}
.rba-feed {
  margin-bottom: 0px;
  text-align: right;
}
.rba-feed a {
  display: inline-block;
  background-color: #2bcc9e;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 20px;
  margin-top: 15px;
  margin-right: 15px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.rba-feed a i {
  margin-left: 5px;
}
.rba-feed a:hover {
  background-color: #003673;
}
.bg-feed {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 100px;
}
.bg-feed .r-buscas {
  background-color: #fff;
  margin-bottom: 50px;
}
.bg-feed .rl-feed {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}
.bg-feed .rl-feed .box-emp-inline {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0px;
  border: 2px solid #2bcc9e;
}
.bg-feed .rl-feed .conteudo {
  border: 2px solid #2bcc9e;
  margin-bottom: 0px;
}
.bg-feed .rl-feed .c-view {
  border: 0px;
  margin-bottom: 60px !important;
}
.bg-feed .rl-feed .box-emp-bottom {
  margin-bottom: 60px !important;
}
.bg-feed .rd-like {
  margin-top: 5px;
  margin-bottom: 50px;
}
.bg-feed .rd-like .boxl {
  width: 35px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.bg-feed .rd-like .boxl a {
  color: #2a2e43;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  float: left;
}
.bg-feed .rd-like .boxl .btn-d-like {
  color: #da2128;
  display: none;
}
.bg-feed .rd-like .box-count {
  width: auto;
  display: inline-block;
  float: left;
}
.bg-feed .rd-like .box-count p {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-top: 4px;
  color: #2a2e43;
}
.bg-feed #infscr-loading {
  text-align: center;
  margin: 2rem 0;
  font-weight: 700;
  color: #ccc;
}
.bg-feed #infscr-loading img {
  display: none !important;
}
.all-city-feed {
  color: #fff !important;
  background: #003673 !important;
  margin-top: 15px !important;
  display: inline-block !important;
  border-radius: 5px !important;
  padding: 5px 20px !important;
}
.bgc-0 {
  margin-top: 58px;
}
#menu_top_feed {
  width: 100%;
  display: table;
  float: left;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #2bcc9e;
  position: fixed;
  z-index: 999;
}
#menu_top_feed .container-fix {
  width: 97%;
}
#menu_top_feed .left-menu .box-back {
  width: 62px;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
#menu_top_feed .left-menu .box-back a {
  display: inline-block;
  color: #a0a0a0;
  font-size: 14px;
  margin-top: 6px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_top_feed .left-menu .box-back a:hover {
  color: #2a2e43;
}
#menu_top_feed .left-menu .logo-vgv {
  width: 125px;
  display: inline-block;
  float: left;
  margin-right: 40px;
}
#menu_top_feed .left-menu .logo-vgv img {
  width: 100%;
  margin-bottom: -5px;
}
#menu_top_feed .left-menu nav {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
}
#menu_top_feed .left-menu nav ul {
  margin-bottom: 0px;
  margin-top: 3px;
}
#menu_top_feed .left-menu nav ul li {
  margin-bottom: 0px;
  list-style: none;
  display: inline-table;
  margin-right: 30px;
}
#menu_top_feed .left-menu nav ul li a {
  color: #2a2e43;
  font-size: 16px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_top_feed .left-menu nav ul li a .count_feed {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  font-size: 12px;
  line-height: 22px;
}
#menu_top_feed .left-menu nav ul li a:hover {
  color: #2bcc9e;
}
#menu_top_feed .right-nm {
  text-align: right;
  padding-top: 0px;
  position: relative;
}
#menu_top_feed .right-nm .msg-bv {
  width: auto;
  display: inline-block;
  height: 24px;
  padding-top: 6px;
  font-size: 14px;
}
#menu_top_feed .right-nm .msg-bv b {
  font-weight: 600;
}
#menu_top_feed .right-nm .btn-right-perfil {
  width: auto;
  display: inline-block;
  width: 85px;
  height: 30px;
  float: right;
  margin-left: 25px;
}
#menu_top_feed .right-nm .btn-right-perfil img {
  width: 40px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-top: -5px;
}
#menu_top_feed .right-nm .btn-right-perfil .shb {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e6e8f2;
  color: #2bcc9e;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_top_feed .right-nm .btn-right-perfil .shb i {
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-left: 8px;
  margin-top: 7px;
}
#menu_top_feed .right-nm .btn-right-perfil:hover .shb {
  background-color: #2bcc9e;
  color: #fff;
}
#menu_top_feed .right-nm .box-float-right {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0px;
  width: 250px;
  margin-top: 19px;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(64,64,64,0.1);
  text-align: left;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#menu_top_feed .right-nm .box-float-right a {
  display: table;
  width: 88%;
  padding-left: 6%;
  padding-right: 6%;
  color: #2a2e43;
  font-size: 15px;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#menu_top_feed .right-nm .box-float-right a i {
  margin-right: 5px;
}
#menu_top_feed .right-nm .box-float-right a .fa-chevron-right {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
}
#menu_top_feed .right-nm .box-float-right a:hover {
  color: #2bcc9e;
}
.bg-all-galerias-2 {
  margin-top: 20px;
}
.bg-all-galerias-2 .box-galeria {
  margin-bottom: 15px;
}
.bg-all-galerias-2 .content-gallery,
.bg-all-galerias-2 .content-gallery-mobile {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  display: none;
}
.bg-all-galerias-2 .content-gallery .box-img,
.bg-all-galerias-2 .content-gallery-mobile .box-img {
  display: inline-table;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.bg-all-galerias-2 .content-gallery .box-img img,
.bg-all-galerias-2 .content-gallery-mobile .box-img img {
  width: 100%;
}
.bg-all-galerias-2 .content-gallery .box-img p,
.bg-all-galerias-2 .content-gallery-mobile .box-img p {
  color: #2a2e43;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 0px;
}
.bg-all-galerias-2 .content-gallery .box-img:nth-child(3n),
.bg-all-galerias-2 .content-gallery-mobile .box-img:nth-child(3n) {
  margin-right: 0px;
}
.bg-all-galerias-2 .content-gallery .slick-slide,
.bg-all-galerias-2 .content-gallery-mobile .slick-slide {
  margin: 4px;
}
.bg-all-galerias-2 .content-gallery .slick-dots,
.bg-all-galerias-2 .content-gallery-mobile .slick-dots {
  bottom: -22px;
}
.bg-all-galerias-2 .content-gallery .slick-prev,
.bg-all-galerias-2 .content-gallery-mobile .slick-prev {
  background-color: #f0f0f0;
  background-color: #eaeaea;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: -15px;
}
.bg-all-galerias-2 .content-gallery .slick-next,
.bg-all-galerias-2 .content-gallery-mobile .slick-next {
  background-color: #f0f0f0;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -15px;
}
.bg-all-galerias-2 #gallery_g21 {
  display: block;
}
.bg-low-buttons-gf {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  text-align: center;
  display: none;
  border-top: 1px solid #e5e5e5;
}
.bg-low-buttons-gf a {
  width: 49.6%;
  display: inline-block;
  background-color: #fff;
  color: #2a2e43;
  font-size: 14px;
  float: left;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bg-low-buttons-gf a i {
  margin-right: 8px;
  font-size: 13px;
}
.bg-low-buttons-gf a .count_feed {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  font-size: 11px;
  line-height: 20px;
}
.bg-low-buttons-gf .a1 {
  border-right: 1px solid #e5e5e5;
}
.bg-low-buttons-gf .a2 {
  border-left: 1px solid #d7d7d7;
}
.box-whatsapp-emprendimentos {
  position: fixed;
  z-index: 9999;
  bottom: 5px;
  right: 20px;
  width: 130px;
}
.box-whatsapp-emprendimentos a {
  width: 100%;
  padding: 5%;
  display: inline-block;
  background-color: #54b731;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
}
.box-whatsapp-emprendimentos a .st {
  width: 80%;
  float: left;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}
.box-whatsapp-emprendimentos a .si {
  width: 20%;
  float: right;
  text-align: right;
}
.box-whatsapp-emprendimentos a .si img {
  width: 80%;
  margin-top: 6px;
  margin-bottom: -5px;
}
.row-premio {
  display: flex;
}
.row-premio .boxp {
  display: inline-block;
  float: left;
  width: 18%;
  padding: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e4e4e4;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
}
.row-premio .boxp p {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 15px;
}
.row-premio .boxp img {
  border-radius: 2px;
  margin-right: 20px;
}
.row-premio .bp1 {
  width: 50%;
}
.row-premio .bp1 p {
  text-align: left;
}
.rp1 .boxp {
  background-color: #a0a0a0;
  color: #fff;
  border-bottom: 0px;
}
.rp1 .boxp p {
  font-weight: 700;
  font-size: 18px;
}
.rp1 .bp1 p {
  text-align: center;
}
@media (max-width: 1650px) {
  .box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
    width: 27%;
  }
  .box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
    width: 72%;
  }
  .box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
    margin-left: 8px;
  }
}
@media (max-width: 1590px) {
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade {
    width: 48%;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
    font-size: 15px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
    width: auto;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
    width: auto;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
    font-size: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
    margin-left: 5px;
  }
}
@media (max-width: 1550px) {
  #menu_content .mc-r-menu {
    min-height: 61vh;
  }
  #menu_content .mcr-mfeed {
    min-height: auto;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade {
    width: 48%;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
    font-size: 15px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
    width: auto;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
    width: auto;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
    font-size: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
    margin-left: 5px;
  }
}
@media (max-width: 1460px) {
  .emp-filter-top .f-right-tags .afilter {
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    margin-bottom: 8px;
  }
  .emp-filter-top .f-right-tags .afilter i {
    margin-right: 4px;
  }
  .emp-filter-top .f-right-tags .box-list-tags {
    margin-top: 7px;
    width: 88%;
    display: inline-table;
  }
  .emp-filter-top .f-right-tags .box-right-close-filter {
    width: 10%;
    display: inline-table;
    text-align: right;
  }
  .emp-filter-top .f-right-tags .box-right-close-filter a i {
    margin-right: 4px;
  }
  .emp-filter-top .f-right-tags .box-right-close-filter a span {
    display: none;
  }
}
@media (max-width: 1440px) {
  .bg-diferenciais .box-diferencial .title-box-oc .right-button a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 14px 8px 14px;
  }
}
@media (max-width: 1400px) {
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
    font-size: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  .bg-diferenciais .box-diferencial .title-box-oc .right-button a {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 1340px) {
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
    font-size: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
    font-size: 13px;
  }
}
@media (max-width: 1330px) {
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
    font-size: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
    font-size: 13px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
    font-size: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
    margin-left: 5px;
    margin-right: 8px;
  }
}
@media (max-width: 1300px) {
  .bg-diferenciais .box-diferencial .title-box-oc .right-button a {
    font-size: 10px;
    line-height: 10px;
  }
  .content-arquivos .box-arquivo .right-download {
    width: 45%;
  }
}
@media (max-width: 1290px) {
  .title-box-oc .right-button a {
    font-size: 13px;
    line-height: 13px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
    font-size: 11px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
    font-size: 12px;
  }
}
@media (max-width: 1268px) {
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
    font-size: 12px;
  }
}
@media (max-width: 1266px) {
  .title-box-oc .right-button a {
    font-size: 12px;
    line-height: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
    font-size: 12px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
    font-size: 10px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
    margin-right: 5px;
  }
}
@media (max-width: 1232px) {
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .title p {
    font-size: 16px;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade {
    width: 65%;
  }
}
@media (max-width: 1189px) {
  .title-box-oc .right-button a {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 1180px) {
  #installApp {
    bottom: 50px;
  }
  .container-fix {
    width: 92%;
  }
  #header_mobile {
    display: block;
  }
  #menu_top .mt-r-search-name {
    display: none;
  }
  #menu_top .bg-top-coord {
    padding-top: 0px;
  }
  #menu_top .bg-top-coord p {
    margin-bottom: 10px;
  }
  #menu_top .bg-top-coord .box-inline-coordenador {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #menu_top .bg-top-coord .box-inline-coordenador p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #menu_content {
    display: table;
    background-color: #fff;
    border-right: 1px solid #ebecf0;
    border-bottom: 1px solid #ebecf0;
    position: absolute;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    min-height: 100%;
    z-index: 999;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    transition: left 0.25s ease-in-out;
  }
  #menu_content .mc-close-mobile {
    display: block;
    width: 28%;
    float: right;
  }
  #menu_content .mc-alter-const {
    float: left;
    width: 72%;
  }
  #menu_content .mc-alter-const a {
    font-size: 14px;
  }
  #menu_content .mc-alter-const a .fa-chevron-right {
    display: none;
  }
  #menu_content .mc-logo {
    margin-top: 15px;
  }
  #menu_content .mc-logo img {
    max-width: 160px;
  }
  #menu_content .mc-r-menu {
    min-height: auto;
  }
  #menu_content .mc-r-menu nav ul .li-m {
    display: table;
  }
  #menu_content .mcr-mfeed {
    margin-top: 10px;
  }
  #menu_content .mcr-mfeed nav ul li a {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
  }
  #menu_content .mcr-mfeed nav ul li a:hover {
    background-color: transparent;
    color: #2a2e43;
  }
  #menu_content .mcr-mfeed nav ul li a .fa-chevron-right {
    display: none;
  }
  #menu_content .mc-r-vgv {
    margin-top: 50px;
  }
  .open-mm {
    transition: left 0.25s ease-in-out;
    left: 0px !important;
  }
  .close-mm {
    transition: left 0.25s ease-in-out;
    left: -280px !important;
  }
  .title-box-oc .right-button a {
    font-size: 13px;
    line-height: 13px;
  }
  .row-premio .boxp {
    padding: 1%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .row-premio .boxp p {
    font-size: 13px;
    line-height: 16px;
  }
  .row-premio .boxp img {
    max-width: 40px;
    margin-right: 10px;
  }
  .row-premio .bp1 {
    width: 49%;
  }
  .row-premio .bp2 {
    width: 30%;
  }
  .row-premio .bp2 span {
    font-size: 10px;
  }
  .row-premio .bp3 {
    width: 16%;
  }
  .rp1 .boxp p {
    font-size: 15px;
  }
}
@media (max-width: 1010px) {
  .title-box-oc .right-button a {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (max-width: 960px) {
  .formc .ptit {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .formc label {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .formc input[type="text"],
  .formc input[type="email"],
  .formc input[type="tel"] {
    height: 42px;
    margin-bottom: 16px;
  }
  .formc select {
    height: 42px;
    margin-bottom: 20px;
  }
  .formc input[type="submit"] {
    max-width: 180px;
    float: right;
    height: 45px;
    margin-top: 30px;
    font-size: 13px;
    line-height: 13px;
  }
  .list-empreendimentos {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .box-emp-inline {
    width: 100%;
    display: inline-table;
    margin-bottom: 35px;
    margin-right: 0px;
  }
  .box-emp-inline .selo {
    width: 66px;
    height: 66px;
    margin-top: -12px;
    margin-left: -12px;
  }
  .box-emp-inline .selo span {
    font-size: 11px;
    line-height: 13px;
  }
  .box-emp-inline .avatar {
    width: 66px;
    height: 66px;
    margin-top: -12px;
    margin-left: -12px;
  }
  .box-emp-inline .box-infos {
    padding: 10px;
  }
  .box-emp-inline .box-infos .title {
    font-size: 19px;
    line-height: 27px;
    min-height: 4px;
  }
  .box-emp-inline:nth-child(4n) {
    margin-right: 0px;
  }
  .emp-filter-top {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .emp-filter-top .f-select select {
    height: 40px;
  }
  .emp-filter-top .f-right-tags {
    display: block;
    margin-top: 10px;
  }
  .emp-filter-top .f-right-tags .afilter {
    padding: 6px 10px 6px 10px;
    margin-right: 10px;
    margin-bottom: 12px;
  }
  .emp-filter-top .f-right-tags .btn-more-filter {
    display: none;
  }
  .emp-filter-top .f-right-tags .box-list-tags {
    display: none;
    padding-top: 10px;
  }
  .emp-filter-top .f-right-tags .box-right-close-filter {
    display: none;
  }
  .emp-filter-top .f-right-tags .more-filters {
    margin-top: 0px;
    padding-top: 0px;
    display: none;
  }
  .emp-filter-top .r-buttons-mobile {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .emp-filter-top .r-buttons-mobile a {
    display: inline-block;
    color: #2a2e43;
    text-decoration: underline;
    float: left;
    margin-bottom: 0px !important;
    margin-top: 4px;
    font-size: 13px;
    transition: all 0.44s ease-in-out;
    -moz-transition: all 0.44s ease-in-out;
    -webkit-transition: all 0.44s ease-in-out;
  }
  .emp-filter-top .r-buttons-mobile a i {
    margin-right: 5px;
  }
  .emp-filter-top .r-buttons-mobile a:hover {
    color: #003673;
  }
  .emp-filter-top .r-buttons-mobile .btn-more-filter-mobile {
    border: 0px;
    text-decoration: none;
    margin-bottom: 0px !important;
    font-size: 16px;
    margin-left: 0px !important;
    margin-top: 0px;
  }
  .emp-filter-top .r-buttons-mobile .btn-more-filter-mobile i {
    margin-left: 5px;
  }
  .emp-filter-top .r-buttons-mobile .btn-more-filter-mobile:hover {
    border: 0px;
    background-color: transparent;
    color: #2a2e43;
  }
  .emp-filter-top .r-buttons-mobile .right-clean {
    float: right;
  }
  .title-content-top {
    border-bottom: 1px solid #d2d2d2;
    margin-top: 30px;
    padding-bottom: 14px;
  }
  .title-content-top h1,
  .title-content-top h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .title-content-top .plow {
    font-size: 14px;
  }
  .title-content-top .subtitle {
    color: #ff6d5f;
    font-size: 14px;
  }
  .tct-button-right {
    margin-bottom: 30px;
  }
  .tct-button-right .tc-left {
    width: 50%;
    float: left;
    margin: 0px;
  }
  .tct-button-right .tc-right {
    width: 50%;
    float: right;
    margin: 0px;
    text-align: right;
  }
  .tct-button-right .tc-right a {
    font-size: 12px;
    padding: 8px 0px 8px 0px;
    max-width: 180px;
  }
  .tct-button-right .tc-right a i {
    margin-right: 2px;
  }
  .box-share-emp {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  .box-share-emp p {
    font-size: 15px;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 8px;
    margin-right: 20px;
  }
  .box-share-emp p br {
    display: block;
  }
  .box-share-emp .alb-share {
    margin-top: 6px;
    margin-left: 0px;
    margin-right: 18px;
  }
  .box-share-emp .copy-link {
    font-size: 14px;
    margin-top: 6px;
    margin-left: 0px;
    margin-right: 18px;
  }
  .row-blocos-emp-view .selo {
    width: 66px;
    height: 66px;
    margin-top: -12px;
    margin-left: -12px;
  }
  .row-blocos-emp-view .selo span {
    font-size: 11px;
    line-height: 13px;
  }
  .title-box-oc {
    padding: 10px;
  }
  .title-box-oc p {
    width: 60%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  .title-box-oc p span {
    font-size: 12px;
    margin-left: 0px;
    line-height: 18px;
  }
  .title-box-oc .right-button {
    width: 40%;
  }
  .title-box-oc .right-button a {
    font-size: 13px;
    line-height: 13px;
    padding: 8px 12px 8px 12px;
    border-radius: 15px;
  }
  .title-box-oc .right-button a i {
    margin-left: 5px;
  }
  .title-box-ot {
    padding: 10px;
    margin-bottom: 10px;
  }
  .title-box-ot p {
    width: 55%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 3px;
  }
  .title-box-ot p i {
    margin-right: 8px;
  }
  .title-box-ot .right-button {
    float: right;
    text-align: right;
    width: 45%;
  }
  .title-box-ot .right-button a {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
  }
  .title-box-ot .right-button a i {
    margin-left: 5px;
  }
  .title-box-ot .right-button .btn-close-all-imgs {
    display: none;
  }
  .title-box-ot .right-button .btn-close-all-imgs-mobile {
    display: none;
  }
  .content-box-oc {
    padding: 14px 10px 14px 10px;
  }
  .box-download-tabela {
    margin-bottom: -15px;
  }
  .box-download-tabela .content-button-download {
    padding: 0px 10px 14px 10px;
  }
  .box-download-tabela .content-button-download a {
    padding: 15px 0 15px 0;
    font-size: 13px;
    line-height: 13px;
    border-radius: 10px;
  }
  .address-share {
    margin-top: 20px;
  }
  .address-share .left-adrress .left-address {
    width: 75%;
    float: left;
    margin: 0px;
  }
  .address-share .left-adrress p {
    font-size: 14px;
    margin-top: 0px;
  }
  .address-share .left-adrress p i {
    margin-right: 5px;
  }
  .address-share .left-adrress .ipl-address {
    width: 70%;
    float: left;
    margin: 0px;
  }
  .address-share .left-adrress .right-open-map {
    width: 30%;
    float: right;
    margin: 0px;
    text-align: right;
  }
  .address-share .left-adrress .right-open-map a {
    font-size: 13px;
    padding: 4px 5px 4px 5px;
    border-radius: 4px;
  }
  .address-share .left-adrress .right-open-map a i {
    margin-right: 2px;
  }
  .share-emp-desktop {
    display: none;
  }
  .share-emp-mobile {
    display: block;
  }
  .share-emp-mobile .box-share-emp {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .share-emp-mobile .box-share-emp p {
    width: auto;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .share-emp-mobile .box-share-emp p span {
    display: none;
  }
  .share-emp-mobile .box-share-emp .alb-share {
    margin-right: 17px;
  }
  .share-emp-mobile .box-share-emp .copy-link {
    margin-right: 17px;
  }
  .br-view-emp-desktop {
    display: none;
  }
  .br-view-emp-mobile {
    display: block;
  }
  .br-view-emp-mobile .box-download-tabela {
    margin-bottom: 0px;
  }
  .box-all-unidades {
    display: none;
  }
  .box-all-unidades-mobile {
    display: block;
  }
  .modal-view-mapa {
    width: 96%;
    padding: 10px 2% 10px 2%;
  }
  .modal-view-mapa .close-modal {
    text-align: right;
  }
  .modal-view-mapa .close-modal span {
    display: inline-block;
    padding: 8px;
    width: 18px;
    height: 18px;
    background-color: #a0a0a0;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.44s ease-in-out;
    -moz-transition: all 0.44s ease-in-out;
    -webkit-transition: all 0.44s ease-in-out;
  }
  .modal-view-mapa .close-modal span img {
    width: 100%;
  }
  .modal-view-mapa .close-modal span:hover {
    background-color: #1d1d1b;
  }
  .modal-view-mapa h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal-view-mapa p {
    font-size: 14px;
  }
  .modal-view-mapa .imap {
    margin-top: 10px;
  }
  .modal-view-mapa .imap iframe {
    height: 354px;
  }
  .box-tour-guiado {
    margin-top: 20px;
  }
  .box-tour-guiado p {
    width: 100%;
  }
  .btn-all {
    font-size: 13px;
    padding: 5px 8px 5px 8px;
  }
  .btn-all i {
    margin-right: 2px;
  }
  .view-conteudo .al-left {
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .view-conteudo .texto p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .view-conteudo .bg-gallery {
    margin-top: 30px;
  }
  .view-conteudo .bg-gallery .galeria .ig {
    width: 50%;
    display: inline-block;
  }
  .view-conteudo .bg-gallery .galeria img {
    margin-bottom: 8px;
    width: 90%;
  }
  .view-conteudo .video {
    margin-top: 20px;
    padding-top: 0px;
  }
  .view-conteudo .video iframe {
    height: 244px;
    margin-bottom: 0px;
  }
  .tct-right-share {
    margin-bottom: 30px;
    border-bottom: 0px;
  }
  .tct-right-share .tc-right .box-share-emp {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    border-top: 1px solid #d2d2d2;
    margin-top: 10px;
    padding-top: 10px;
  }
  .tct-right-share .tc-right .box-share-emp .alb-share {
    margin-top: 3px;
    margin-right: 11px;
  }
  .tct-right-share .tc-right .box-share-emp .copy-link {
    font-size: 14px;
    margin-top: 3px;
    margin-right: 11px;
  }
  .tct-right-share .tc-right .box-share-emp .copy-link i {
    margin-right: 2px;
  }
  .tct-right-share .tc-right .box-share-emp .copy-link .hm {
    display: none;
  }
  .tct-right-share .tc-right .box-share-emp .cl-right {
    margin-right: 0px;
  }
  .box-edit-perfil {
    padding: 15px;
  }
  .box-edit-perfil .box-img-pf {
    margin-bottom: 25px;
  }
  .box-edit-perfil .row-save {
    margin-top: 10px;
  }
  .out-upload-image {
    margin-bottom: 10px;
  }
  .out-upload-image .file-upload-btn {
    padding: 8px;
  }
  .out-upload-image .drag-text h3 {
    padding: 15px 0;
    font-size: 14px;
  }
  .out-upload-image .file-upload-image {
    padding: 20px;
  }
  .out-upload-image .remove-image {
    width: 200px;
    height: 36px;
    line-height: 38px;
    margin-top: 10px;
    font-size: 12px;
  }
  .out-upload-image .remove-is {
    width: 150px;
    height: 30px;
    line-height: 34px;
    font-size: 11px;
  }
  .column-relatorio-perfil {
    margin-top: 50px;
  }
  .column-relatorio-perfil .filter-relatorio-perfil p {
    font-size: 16px;
    width: 23%;
    margin-top: 4px;
  }
  .column-relatorio-perfil .filter-relatorio-perfil p i {
    margin-right: 3px;
  }
  .column-relatorio-perfil .filter-relatorio-perfil .formfilter {
    width: 77%;
  }
  .column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="text"],
  .column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="email"],
  .column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="tel"] {
    width: 36%;
    height: 32px;
    padding-left: 2px;
    font-size: 13px;
  }
  .column-relatorio-perfil .filter-relatorio-perfil .formfilter span {
    width: 10%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 13px;
  }
  .column-relatorio-perfil .filter-relatorio-perfil .formfilter input[type="submit"] {
    width: 15%;
    margin-left: 1%;
    height: 32px;
    font-size: 12px;
    line-height: 12px;
  }
  .column-relatorio-perfil .list-box-numbers {
    margin-top: 30px;
  }
  .column-relatorio-perfil .list-box-numbers .box-number {
    padding: 20px;
    margin-bottom: 20px;
  }
  .column-relatorio-perfil .list-box-numbers .box-number .p1 {
    font-size: 16px;
    line-height: 22px;
  }
  .column-relatorio-perfil .list-box-numbers .box-number .p2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .column-relatorio-perfil .list-atividades {
    margin-top: 20px;
    padding-top: 20px;
  }
  .column-relatorio-perfil .list-atividades p {
    font-size: 16px;
    padding-left: 10px;
  }
  .column-relatorio-perfil .list-atividades p i {
    margin-right: 5px;
  }
  .bs-save-float {
    right: auto;
    left: 20px;
    bottom: 10px;
  }
  .box-whp {
    border-radius: 8px;
    width: 94%;
    padding: 15px 3% 15px 3%;
  }
  .row-proposta .rpc-cliente {
    margin-bottom: 20px;
  }
  .row-proposta .rpc-cliente .left-column {
    width: 80%;
    float: left;
    margin: 0px;
  }
  .row-proposta .rpc-cliente .right-back-c {
    width: 20%;
    float: right;
    margin: 0px;
  }
  .row-proposta .rpc-cliente .right-back-c a {
    font-size: 14px;
  }
  .box-show-values {
    width: 94%;
    max-width: 94%;
    margin-bottom: 20px;
    padding: 10px 3%;
    padding-top: 5px;
  }
  .box-show-values .table-show-values tr td {
    padding: 10px 2px;
    font-size: 13px;
  }
  .box-show-values .table-show-values tr .tdl {
    width: 65%;
  }
  .box-show-values .table-show-values tr .tdr {
    width: 35%;
  }
  #bs_proposta {
    font-size: 13px;
    line-height: 13px;
    height: 44px;
    margin-top: 20px;
  }
  .row-change-construrtora .list-consts a {
    width: 95%;
    padding-left: 4%;
    padding-right: 1%;
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .row-change-construrtora .list-consts a img {
    width: 54px;
    margin-top: 2px;
  }
  .row-change-construrtora .list-consts a span {
    margin-left: 10px;
  }
  .row-change-construrtora .list-consts a .acess {
    display: none;
  }
  .bg-diferenciais-mobile {
    margin-top: 20px;
  }
  .bg-diferenciais-mobile .title-box-ot {
    padding: 10px;
  }
  .bg-diferenciais-mobile .title-box-ot p {
    width: 60%;
    font-size: 16px;
    margin-top: 3px;
  }
  .bg-diferenciais-mobile .title-box-ot .right-button {
    width: 40%;
  }
  .bg-diferenciais-mobile .box-diferencial {
    margin-bottom: 15px;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc {
    padding: 15px;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc p {
    width: 60%;
    font-size: 15px;
    margin-top: 3px;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc .right-button {
    width: 40%;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc .right-button a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 13px 8px 13px;
    border-radius: 13px;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs {
    padding: 0 0 10px 12px;
    display: none;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs .boxd {
    margin-right: 10px;
    margin-bottom: 6px;
    padding: 3px;
    border-radius: 2px;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs .boxd img {
    width: 26px;
    margin-right: 2px;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs .boxd h4 {
    font-size: 12px;
    line-height: 12px;
    margin-top: 9px;
  }
  .row-contato {
    margin-top: 30px;
  }
  .row-contato .formc input[type="submit"] {
    margin-top: 10px;
  }
  .r-avisos {
    margin-top: 30px;
  }
  .title2 {
    font-size: 18px;
    line-height: 26px;
  }
  .sobre-construtora {
    margin-top: 30px;
  }
  .sobre-construtora .bg-gallery {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sobre-construtora .bg-gallery h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .sobre-construtora .bg-gallery .galeria .ig {
    width: 50%;
    display: inline-block;
  }
  .sobre-construtora .bg-gallery .galeria img {
    margin-bottom: 10px;
    width: 94%;
  }
  .sobre-construtora .arquivo-digital a {
    padding: 14px 0px 14px 0px;
    font-size: 13px;
    margin-bottom: 5px;
    min-width: 100%;
    margin-right: 0px;
  }
  .sobre-construtora .arquivo-digital .rad2 {
    margin-top: 15px;
  }
  .sobre-construtora .bg-videos-full {
    margin-top: 30px;
    padding-top: 10px;
  }
  .sobre-construtora .bg-videos-full iframe {
    height: 260px;
  }
  #menu_top_feed {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 5px solid #2bcc9e;
  }
  #menu_top_feed .container-fix {
    width: 96%;
  }
  #menu_top_feed .left-menu {
    width: 80%;
    float: left;
  }
  #menu_top_feed .left-menu .box-back {
    width: 80px;
    display: inline-block;
    float: left;
    margin-right: 0px;
  }
  #menu_top_feed .left-menu .box-back a {
    font-size: 14px;
    margin-top: 5px;
  }
  #menu_top_feed .left-menu .logo-vgv {
    display: none;
  }
  #menu_top_feed .left-menu nav {
    margin-bottom: 0px;
  }
  #menu_top_feed .left-menu nav ul {
    margin-bottom: 0px;
    margin-top: 3px;
  }
  #menu_top_feed .left-menu nav ul li {
    margin-bottom: 0px;
    margin-right: 30px;
  }
  #menu_top_feed .left-menu nav ul li a {
    font-size: 15px;
    background-color: #2bcc9e;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    color: #fff;
  }
  #menu_top_feed .left-menu nav ul li a .count_feed {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: 4px;
    font-size: 12px;
    line-height: 23px;
  }
  #menu_top_feed .right-nm {
    width: 20%;
    float: right;
    text-align: right;
    padding-top: 0px;
    position: relative;
  }
  #menu_top_feed .right-nm .msg-bv {
    display: none;
  }
  #menu_top_feed .right-nm .btn-right-perfil {
    width: auto;
    display: inline-block;
    width: 85px;
    height: 30px;
    float: right;
    margin-left: 25px;
  }
  #menu_top_feed .right-nm .btn-right-perfil img {
    width: 40px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-top: -5px;
  }
  #menu_top_feed .right-nm .box-float-right {
    margin-top: 42px;
  }
  .rba-feed {
    margin-bottom: 0px;
    text-align: center;
  }
  .rba-feed a {
    font-size: 12px;
    padding: 7px 16px;
    border-radius: 20px;
    margin-top: 30px;
    margin-right: 0px;
  }
  .rba-feed a i {
    margin-left: 5px;
  }
  .bg-feed {
    width: 90%;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .bg-feed .rd-like {
    margin-bottom: 35px;
  }
  .bgc-0 {
    margin-top: 40px;
  }
  .bg-all-galerias-2 .title-box-oc {
    padding: 15px;
  }
  .bg-all-galerias-2 .title-box-oc p {
    width: 60%;
    font-size: 15px;
    margin-top: 3px;
  }
  .bg-all-galerias-2 .title-box-oc .right-button {
    width: 40%;
  }
  .bg-all-galerias-2 .title-box-oc .right-button a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 13px 8px 13px;
    border-radius: 13px;
  }
  .bg-all-galerias-2 .box-galeria {
    margin-bottom: 15px;
  }
  .bg-all-galerias-2 .content-gallery,
  .bg-all-galerias-2 .content-gallery-mobile {
    padding: 10px;
    padding-bottom: 0px;
  }
  .bg-all-galerias-2 .content-gallery .box-img,
  .bg-all-galerias-2 .content-gallery-mobile .box-img {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .bg-all-galerias-2 .content-gallery .box-img img,
  .bg-all-galerias-2 .content-gallery-mobile .box-img img {
    margin-bottom: -5px;
  }
  .bg-all-galerias-2 .content-gallery .box-img p,
  .bg-all-galerias-2 .content-gallery-mobile .box-img p {
    font-size: 12px;
    line-height: 14px;
  }
  .bg-all-galerias-2 .content-gallery .box-img:nth-child(3n),
  .bg-all-galerias-2 .content-gallery-mobile .box-img:nth-child(3n) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .bg-all-galerias-2 #gallery_g1 {
    display: block;
  }
  .bg-low-buttons-gf {
    display: block;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade {
    width: 100%;
    margin-right: 0px;
  }
  .view-implantacao {
    padding: 10px;
  }
  .view-implantacao .pimp {
    font-size: 16px;
  }
  .box-suporte {
    width: 80px;
    height: auto;
    right: auto;
    left: 3px;
    bottom: 38px;
  }
  .box-suporte a {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
  }
  .box-suporte a .st {
    font-size: 11px;
    margin-top: 5px;
  }
  .box-suporte a .si img {
    max-width: 18px;
  }
  .box-whatsapp-emprendimentos {
    bottom: 38px;
  }
  .bg-all-galerias-2 .title-box-oc {
    padding: 15px;
  }
  .bg-all-galerias-2 .title-box-oc p {
    width: 60%;
    font-size: 15px;
    margin-top: 3px;
  }
  .bg-all-galerias-2 .title-box-oc .right-button {
    width: 40%;
  }
  .bg-all-galerias-2 .title-box-oc .right-button a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 13px 8px 13px;
    border-radius: 13px;
  }
  .bg-all-galerias-2 .box-galeria {
    margin-bottom: 15px;
  }
  .bg-all-galerias-2 .content-gallery,
  .bg-all-galerias-2 .content-gallery-mobile {
    padding: 10px;
    padding-bottom: 40px;
  }
  .bg-all-galerias-2 .content-gallery .box-img,
  .bg-all-galerias-2 .content-gallery-mobile .box-img {
    width: 48%;
  }
  .bg-all-galerias-2 .content-gallery .box-img img,
  .bg-all-galerias-2 .content-gallery-mobile .box-img img {
    margin-bottom: -5px;
  }
  .bg-all-galerias-2 .content-gallery .box-img p,
  .bg-all-galerias-2 .content-gallery-mobile .box-img p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .bg-all-galerias-2 .content-gallery .slick-dots,
  .bg-all-galerias-2 .content-gallery-mobile .slick-dots {
    bottom: -30px;
  }
  .bg-all-galerias-2 .content-gallery .slick-prev,
  .bg-all-galerias-2 .content-gallery-mobile .slick-prev {
    background-color: #2bcc9e;
    background-color: #ff6d5f;
    background-size: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: -20px;
    background-image: url("../img/prev.png");
  }
  .bg-all-galerias-2 .content-gallery .slick-next,
  .bg-all-galerias-2 .content-gallery-mobile .slick-next {
    background-color: #2bcc9e;
    background-color: #ff6d5f;
    background-size: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: -20px;
    background-image: url("../img/next.png");
  }
  .bg-all-galerias-2 #gallery_g1 {
    display: block;
  }
  .box-condicoes-pagamento .condicoes-pagamento {
    padding: 0px 10px 10px 10px;
  }
  .box-condicoes-pagamento .condicoes-pagamento p {
    font-size: 14px;
  }
  .share-emp-new {
    margin-top: 0px !important;
  }
  .btn-all-news a {
    font-size: 13px;
    padding: 13px 50px;
  }
}
.box-low-more-filter {
  border: 2px solid #51b3bc !important;
  height: auto !important;
  margin-top: 0 !important;
}
.box-low-more-filter .filterForm > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-low-more-filter .filterForm > .row .box-inpts {
  flex: 1;
  border: none !important;
  padding: 1rem;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.box-low-more-filter .filterForm > .row .box-inpts select {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .box-low-more-filter .filterForm > .row .box-inpts {
    flex-basis: 45%;
  }
}
@media (max-width: 767px) {
  .box-low-more-filter .filterForm > .row .box-inpts {
    flex-basis: 100%;
    padding: 0.2rem;
  }
}
.box-low-more-filter .filterForm > .row .break-column {
  flex-basis: 100%;
  width: 0;
}
@media (max-width: 800px) {
  .box-low-more-filter .filterForm > .row .break-column {
    flex-basis: 0% !important;
  }
}
.box-low-more-filter .filterForm .buttonSubmitFilter {
  justify-content: right;
  margin-right: 1rem;
}
.box-low-more-filter .filterForm .box-inpts-accordion {
  justify-content: flex-start !important;
}
.box-low-more-filter .filterForm #box-accordion {
  justify-content: flex-start !important;
  padding: 1rem;
  font-size: 14px;
}
.box-low-more-filter .filterForm #box-accordion .accordion {
  width: 49.93333%;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion {
  padding: 5px;
  border: 1px solid #51b3bc;
  margin: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion a {
  color: #1d1d1b;
  padding: 10px;
  display: block;
  position: relative;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion a i {
  float: right;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion ul,
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion ul label,
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion li label {
  display: flex;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion ul label input[type="checkbox"],
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion li label input[type="checkbox"] {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .box-low-more-filter .filterForm #box-accordion .accordion .item-accordion ul,
  .box-low-more-filter .filterForm #box-accordion .accordion .item-accordion li {
    margin-bottom: 15px !important;
  }
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion .accordion-container {
  padding: 10px;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion .spr {
  font-size: 14px;
  font-weight: 300;
  color: #1d1d1b;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion.panel-accordion-active {
  background-color: #f2f2f2;
}
.box-low-more-filter .filterForm #box-accordion .accordion .item-accordion.panel-accordion-active a {
  color: #23af76;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .box-low-more-filter .filterForm #box-accordion .accordion {
    width: 50%;
  }
}
@media (max-width: 740px) {
  .box-low-more-filter .filterForm #box-accordion .accordion {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-low-more-filter .filterForm #box-accordion {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .box-low-more-filter {
    padding: 10px !important;
  }
}
.user-inputs-location {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 767px) {
  .user-inputs-location {
    justify-content: center;
  }
}
.filter-cidades label,
#load_cidades_user label {
  display: none !important;
}
.filter-cidades select,
#load_cidades_user select {
  width: 100%;
}
.imoveis-filter-top {
  margin-bottom: 20px !important;
}
.imoveis-filter-top input,
.imoveis-filter-top textarea,
.imoveis-filter-top select,
.imoveis-filter-top fieldset {
  margin-bottom: 0.5rem;
}
.user-box-select-location .select2 {
  width: 180px !important;
  margin-right: 10px;
}
.user-box-select-location .select2-container .select2-selection--single {
  height: 35px;
  width: 180px;
  text-align: left;
}
.user-box-select-location .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
  line-height: 28px;
  height: 35px;
  line-height: 34px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-size: 13px;
  width: 180px;
}
.user-box-select-location .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
  height: 35px;
  right: auto;
  left: 155px;
}
@media (max-width: 991px) {
  .imoveis-filter-top .box-clear-f {
    float: none !important;
    margin: 1rem 0 !important;
    clear: both !important;
    display: block !important;
  }
}
@media (max-width: 800px) {
  .imoveis-filter-top {
    margin-bottom: 0 !important;
  }
}
.mobile-visible,
.box-clear-f.mobile-visible {
  display: none !important;
}
@media (max-width: 767px) {
  .desktop-visible,
  .box-clear-f.desktop-visible {
    display: none !important;
  }
  .mobile-visible,
  .mobile-visible,
  .box-clear-f.mobile-visible {
    display: inline-block !important;
  }
  .imoveis-filter-top .box-more-filter.mobile-visible,
  .imoveis-filter-top .box-more-filter a.mobile-btn-more-filter {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.open-likes {
  color: #23af76;
}
.white-popup-likes {
  background: #fff;
  padding: 20px 10px;
  text-align: left;
  max-width: 548px;
  margin: 40px auto;
  position: relative;
  max-height: 300px;
  overflow: auto;
}
.white-popup-likes .like-users,
.white-popup-likes .like-users li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.white-popup-likes .like-users li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.white-popup-likes .like-users li figure {
  margin: 0;
  flex-basis: 10%;
  align-items: center;
  justify-content: left;
  display: flex;
}
.white-popup-likes .like-users li figure img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.white-popup-likes .like-users li .info-user {
  flex-basis: 60%;
}
.white-popup-likes .like-users li .button-profile-user {
  flex-basis: 30%;
  text-align: right;
}
.white-popup-likes .like-users li .button-profile-user a {
  display: inline-block;
  border-radius: 10px;
  background-color: #2bcc9e;
  color: #fff;
  font-size: 13px;
  padding: 8px 20px 8px 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.white-popup-likes .like-users li .button-profile-user a i {
  margin-right: 5px;
}
.white-popup-likes .like-users li .button-profile-user a:hover {
  background-color: #003673;
  color: #fff;
}
.white-popup-likes .like-users li small {
  font-size: 13px;
}
#crop-popup {
  max-width: 800px;
  background-color: #fff;
  text-align: left;
  margin: 40px auto;
  position: relative;
}
#crop-popup .modal-header {
  padding: 10px;
  font-size: 20px;
  text-align: center;
}
#crop-popup .modal-body #uploadedAvatar {
  max-height: 70vh;
}
#crop-popup .modal-footer {
  padding: 10px;
  text-align: center;
}
#crop-popup .modal-footer .btn-primary {
  display: inline-block;
  border-radius: 10px;
  background-color: #23af76;
  color: #fff;
  font-size: 13px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
#crop-popup .modal-footer .btn-secondary {
  display: inline-block;
  border-radius: 10px;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 13px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.radio-select-payments {
  margin-bottom: 20px;
}
.radio-select-payments .input {
  display: flex;
}
.radio-select-payments .input .plan-item {
  margin: 0 5px;
}
.radio-select-payments .input .plan-item:first-child {
  margin-left: 0;
}
.radio-select-payments .input .plan-item:last-child {
  margin-right: 0;
}
.radio-select-payments .input .plan-item input[type="radio"] {
  display: none;
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label {
  background-color: #23af76;
  color: #fff;
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label h2 {
  color: #99fbd3;
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label span {
  color: white;
  transform: translateY(70px);
}
.radio-select-payments .input .plan-item input[type="radio"]:checked + label span:before {
  transform: translateY(0px);
  opacity: 1;
}
.radio-select-payments .input .plan-item label {
  width: 300px;
  height: 200px;
  background-color: #ededed;
  color: #003673;
  transition: all 250ms ease;
  will-change: transition;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  padding: 10px;
}
.radio-select-payments .input .plan-item label:active {
  transform: translateY(10px);
}
.radio-select-payments .input .plan-item label h2 {
  font-size: 35px;
  color: #23af76;
}
.radio-select-payments .input .plan-item label h3 {
  font-size: 16px;
}
.radio-select-payments .input .plan-item label p {
  font-weight: 300;
}
@media (max-width: 735px) {
  .radio-select-payments .input {
    flex-direction: column;
  }
  .radio-select-payments .input .plan-item {
    margin: 5px 0;
  }
  .radio-select-payments .input .plan-item label {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feed-top-lc .box-inpt-lc .select2-container .select2-selection--single {
    max-width: 100% !important;
  }
  .feed-top-lc .six.columns {
    text-align: center;
  }
  .feed-top-lc .six.columns .select2 {
    text-align: left;
  }
  .feed-top-lc .tc-right {
    width: 100%;
    float: left;
    margin: 0px;
    text-align: left;
  }
  .white-popup-block {
    text-align: center !important;
  }
  .white-popup-block .select2 {
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: left !important;
  }
}
.select_estado_p_filter {
  width: 100% !important;
}
.imoveis-filter-top .box-more-filter {
  width: 365px !important;
}
.imoveis-filter-top .box-more-filter a.btn-more-filter {
  padding: 6px 14px;
  background: #e63a95;
  color: #fff !important;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #ccc;
  border: 1px solid #ffcbe7;
}
.imoveis-filter-top .box-more-filter a.btn-more-filter:hover {
  color: #fff;
  background-color: #b82372;
}
@media (max-width: 767px) {
  .imoveis-filter-top .box-more-filter a.btn-more-filter {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .imoveis-filter-top .box-more-filter {
    width: auto !important;
  }
}
.input-sn-price-container {
  width: auto !important;
}
.input-sn-price-container .input-shrink {
  display: flex !important;
  flex-shrink: 0;
  justify-content: space-between;
}
.input-sn-price-container .input-shrink .input-sn-price {
  flex: 1;
}
.input-sn-price-container .input-shrink .input-sn-price:last-child {
  margin-left: 10px;
}
@media (max-width: 526px) {
  .imoveis-filter-top input,
  .imoveis-filter-top select,
  .imoveis-filter-top a,
  .imoveis-filter-top .box-inpt-ec,
  .imoveis-filter-top .input-shrink,
  .imoveis-filter-top .select2-selection,
  .imoveis-filter-top .select2-selection__rendered {
    display: block !important;
    margin: 0 0 10px 0 !important;
    flex-direction: column;
    width: 100% !important;
  }
  .imoveis-filter-top .select2-selection__arrow {
    left: auto !important;
    right: 10px !important;
  }
}
#filter-popup {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
#filter-popup header {
  height: 72px;
  padding: 12px;
  margin: -20px -30px 20px -30px;
  background: #23af76;
  color: #fff;
  display: flex;
  align-items: center;
}
#filter-popup header h4 {
  font-size: 25px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #filter-popup header {
    margin: -20px 0 20px 0;
  }
}
#filter-popup .box-low-more-filter {
  border: none !important;
  padding: 0;
  box-shadow: none;
}
#filter-popup .buttonSubmitFilter {
  margin-right: 0 !important;
}
#filter-popup .filter-fields-box {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 740px) {
  #filter-popup .filter-fields-box {
    margin-left: 0;
    margin-right: 0;
  }
}
#filter-popup .filter-fields-box .box-inpts {
  flex-basis: calc(45%);
}
@media (max-width: 740px) {
  #filter-popup .filter-fields-box .box-inpts {
    flex-basis: 100%;
  }
}
#filter-popup #box-accordion {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 740px) {
  #filter-popup #box-accordion {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #filter-popup {
    padding: 20px 0;
  }
}
.ui-slider {
  background: #ccc !important;
}
.ui-slider-horizontal {
  height: 0.1em !important;
  margin-bottom: 15px;
  width: 99.5%;
  top: 1em !important;
  border: none !important;
}
.ui-slider-handle {
  outline: 0 !important;
  background: #23af76 !important;
  border-radius: 50% !important;
  top: -0.6em !important;
}
.ui-widget-header {
  background: #23af76 !important;
}
.price-range-search {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}
.price-range-field {
  width: 20%;
  min-width: 16%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  font-family: myFont;
  font: normal 14px Arial, Helvetica, sans-serif;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
}
.search-results-block {
  position: relative;
  display: block;
  clear: both;
}
#open-filter {
  background-color: #23af76;
  color: #fff;
  padding: 6px 6px;
  display: flex;
  width: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#open-filter i {
  margin-right: 10px;
}
.box-inpt-ec .select2,
.white-popup-block .select2 {
  width: 100% !important;
}
.green-text {
  color: #23af76;
}
.green-text small {
  font-size: 15px;
  color: #999;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.box-condicoes-pagamento {
  border: 4px solid #2bcc9e;
  border: 4px solid #ff6d5f;
}
.box-condicoes-pagamento .title-condicoes-pagamento {
  color: #2bcc9e;
  color: #ff6d5f;
}
.box-condicoes-pagamento .title-condicoes-pagamento i b {
  font-size: 15px;
  position: relative;
  bottom: 10px;
}
.box-condicoes-pagamento .condicoes-pagamento {
  padding: 0px 20px 20px 20px;
}
.box-condicoes-pagamento .condicoes-pagamento p {
  font-size: 18px;
}
.container-cart-btn {
  position: absolute;
  right: 25px;
  top: 20px;
}
.container-cart-btn .cart-btn {
  font-size: 28px;
  color: #ff6d5f;
}
.container-cart-btn-view {
  position: static;
}
.container-cart-btn-view a {
  color: #fff !important;
  font-size: 16px !important;
  background-color: #ff6d5f;
  padding: 5px 10px;
  border-radius: 4px;
  transition: ease-in-out 0.44s;
  text-align: center;
}
.container-cart-btn-view a:hover {
  background-color: #ff6d5f;
}
.container-cart-btn-view a i {
  margin-right: 5px;
}
@media (max-width: 549px) {
  .container-cart-btn-view {
    margin-top: 20px;
  }
  .container-cart-btn-view a {
    display: block !important;
    font-size: 14px !important;
  }
  .cart-corretor-view-desktop {
    display: none;
  }
}
.bg-all-galerias-2 {
  margin-top: 20px;
}
.bg-all-galerias-2 .box-galeria {
  margin-bottom: 15px;
}
.bg-all-galerias-2 .content-gallery,
.bg-all-galerias-2 .content-gallery-mobile {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 60px;
  display: none;
}
.bg-all-galerias-2 .content-gallery .box-img,
.bg-all-galerias-2 .content-gallery-mobile .box-img {
  display: inline-table;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.bg-all-galerias-2 .content-gallery .box-img img,
.bg-all-galerias-2 .content-gallery-mobile .box-img img {
  width: 100%;
}
.bg-all-galerias-2 .content-gallery .box-img p,
.bg-all-galerias-2 .content-gallery-mobile .box-img p {
  color: #2a2e43;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
}
.bg-all-galerias-2 .content-gallery .box-img:nth-child(3n),
.bg-all-galerias-2 .content-gallery-mobile .box-img:nth-child(3n) {
  margin-right: 0px;
}
.bg-all-galerias-2 .content-gallery .slick-slide,
.bg-all-galerias-2 .content-gallery-mobile .slick-slide {
  margin: 0px;
  padding: 0 5px;
  box-sizing: border-box;
}
.bg-all-galerias-2 .content-gallery .slick-dots,
.bg-all-galerias-2 .content-gallery-mobile .slick-dots {
  bottom: -40px;
}
.bg-all-galerias-2 .content-gallery .slick-dots li,
.bg-all-galerias-2 .content-gallery-mobile .slick-dots li {
  width: 13px;
}
.bg-all-galerias-2 .content-gallery .slick-prev,
.bg-all-galerias-2 .content-gallery-mobile .slick-prev {
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  background-size: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: -15px;
  background-image: url("../img/prev.png");
}
.bg-all-galerias-2 .content-gallery .slick-next,
.bg-all-galerias-2 .content-gallery-mobile .slick-next {
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  background-size: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: -15px;
  background-image: url("../img/next.png");
}
.bg-all-galerias-2 #gallery_g21 {
  display: block;
}
.share-emp-new {
  margin-top: 30px;
}
.share-emp-new p {
  color: #2bcc9e !important;
  color: #ff6d5f !important;
}
.share-new-azul p {
  color: #003673 !important;
  color: #2c1e4f !important;
}
.share-emp-new-corretor {
  margin-top: 20px;
}
.btn-all-news {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-all-news a {
  color: #fff;
  font-size: 14px;
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  padding: 15px 60px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  transition: ease-in-out 0.44s;
  line-height: 13px;
}
.btn-all-news a i {
  margin-right: 10px;
}
.btn-all-news a:hover {
  background-color: #003673;
  background-color: #2c1e4f;
}
.cf-mb-news {
  margin-top: 100px;
}
.sr-reservado {
  background-color: #f2d600;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  display: block;
  width: auto !important;
}
.sr-vendido {
  background-color: #eb5a46;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  display: block;
  width: auto !important;
}
