body {
  font-family: 'Montserrat', Arial;
  -webkit-font-smoothing: antialiased;
}
.width-max {
  max-width: 1300px;
  margin: auto;
}
img {
  max-width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.ng-hide {
  display: none;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.btn-blue {
  background: #3c75ab;
  border-bottom: 2px solid #1a5389;
  color: white;
  font-weight: 600;
  padding: 8px 20px;
}
.row {
  margin: 0px;
}
.text-error {
  color: #de4d68;
  padding-top: 5px;
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .show-mobile {
    display: flex;
  }
}
.hide-mobile {
  display: block;
}
@media only screen and (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}
.header {
  background-color: #1c3a5c;
  background-image: url('img/parceriaimobiliaria-bg-title.jpg');
  background-size: auto 600px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .header {
    background-size: auto 100%;
  }
}
.header .black {
  padding: 10px;
  background: #222;
}
.header .black .back-home-btn {
  margin-right: 10px;
}
.header .header-sub {
  padding: 20px 20px 0px 20px;
  min-height: 400px;
}
@media only screen and (max-width: 1024px) {
}
.header .logo {
  text-align: left;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .header .logo img {
    height: 40px;
  }
}
.header .h1 {
  position: relative;
  top: 110px;
  padding-top: 130px;
  font-size: 34px;
  font-weight: 600;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .header .h1 {
    padding-top: 0px;
    font-size: 28px;
  }
}
.header .btn {
  position: relative;
  top: 90px;
}
.header .sub {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  top: 110px;
}
.header .__header {
  padding-top: 180px;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.header .back-home {
  vertical-align: top;
  float: right;
  width: 50%;
  text-align: right;
}
.header .back-home-btn {
  border: 2px solid #eee;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  color: #3c75ab;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .header .back-home-btn {
    padding: 10px 10px;
    font-size: 12px;
  }
}
.properties-vantagens {
  background: #fff;
  padding: 30px 20px;
}
.properties-vantagens h1 {
  text-align: center;
  font-size: 30px;
  color: #222;
  font-weight: 600;
  padding-bottom: 10px;
}
.properties-vantagens img {
  min-width: 400px;
  width: auto;
  height: auto;
}
.properties-vantagens .all-vant {
  padding: 0px 20px;
}
.properties-vantagens .sub {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  text-align: center;
  height: 203px;
  background: #eee;
}
@media only screen and (max-width: 1300px) {
  .properties-vantagens .sub {
    font-size: 15px;
  }
}
.properties-vantagens .td {
  width: 50%;
  vertical-align: top;
}
.properties-vantagens h2 {
  color: #3c75ab;
  white-space: nowrap;
  font-size: 26px;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  .properties-vantagens h2 {
    font-size: 16px;
    font-weight: 600;
  }
}
.properties-vantagens .line {
  border-bottom: 1px solid #3c75ab;
  margin: 0 40px 0 5px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .properties-vantagens .td {
    width: 100%;
    display: block;
  }
  .properties-vantagens .all-vant {
    width: 100%;
    max-width: 100%;
  }
  .properties-vantagens img {
    min-width: auto;
    max-width: 100%;
  }
  .properties-vantagens .sub {
    height: auto;
  }
}
.apresentation-division {
  width: 100%;
  height: 118px;
  background: url('img/apresentation-division.png');
  background-position: center bottom;
}
.properties-dones {
  background: #eee;
}
.properties-dones .text {
  padding: 100px 0px;
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  .properties-dones .text {
    padding: 40px 20px;
  }
}
.properties-dones img {
  max-height: 400px;
  margin: auto;
  display: table;
}
.properties-dones .h2 {
  font-size: 28px;
  font-weight: bold;
}
.properties-dones p {
  padding-bottom: 30px;
}
.system-freatureds {
  text-align: center;
  border-top: 2px solid #eee;
}
.system-freatureds .h3 {
  font-size: 20px;
  padding-top: 10px;
  font-weight: 600;
}
.system-freatureds .h2 {
  font-size: 29px;
  padding: 40px 10px 60px 10px;
  font-weight: 600;
}
.system-freatureds .card-system {
  text-align: center;
  margin-bottom: 60px;
}
.system-freatureds .card-system p {
  min-height: 80px;
}
.system-freatureds .icon {
  font-size: 38px;
}
.system-freatureds .img-example {
  margin: auto;
  display: table;
  max-width: 90%;
}
.system-freatureds-2 {
  background: #222;
  color: white;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 25px;
}
.system-freatureds-2 .h2 {
  font-size: 18px;
  padding-top: 45px;
  padding-bottom: 10px;
}
.system-freatureds-2 .network {
  margin-top: 40px;
}
.system-freatureds-3 {
  background-image: url('img/parceriaimobiliaria-bg-2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 30px;
}
.system-freatureds-3 .icon {
  font-size: 32px;
  padding-bottom: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  margin-bottom: 20px;
  background: #222;
}
.system-freatureds-3 .h2 {
  font-size: 18px;
  padding-top: 45px;
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
}
.system-freatureds-3 .circle {
  color: #3c75ab;
  font-size: 8px;
  vertical-align: middle;
}
.system-freatureds-3 .list {
  display: block;
  padding: 10px 10px;
  font-weight: 600;
}
.footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 50px 20px;
}
.footer .h2 {
  font-size: 28px;
  padding: 0px;
  padding-bottom: 40px;
}
.footer .form-group {
  max-width: 500px;
  width: 90%;
  margin: auto;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.footer .form-group input {
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 20px;
  height: auto;
  border: none;
}
.footer p {
  padding-top: 15px;
}

.plugin-whatsapp-container *, .plugin-whatsapp-container *:before, .plugin-whatsapp-container *:after {
  box-sizing: inherit;
}
.plugin-whatsapp-container .whatsapp-icon {
  background: #61d36c;
  background: -moz-linear-gradient(top, #61d36c 0%, #26b43d 100%);
  background: -webkit-linear-gradient(top, #61d36c 0%, #26b43d 100%);
  background: linear-gradient(to bottom, #61d36c 0%, #26b43d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61d36c', endColorstr='#26b43d', GradientType=0);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 43px;
  color: white;
  padding: 0px;
  position: relative;
}
.alert-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-weight: 700;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
 }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
 }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
 }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
 }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
 }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
 }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
 }
}
@keyframes jump {
  0% {
    transform: translateY(0);
 }
  20% {
    transform: translateY(0);
 }
  40% {
    transform: translateY(-10px);
 }
  50% {
    transform: translateY(0);
 }
  60% {
    transform: translateY(-5px);
 }
  80% {
    transform: translateY(0);
 }
  100% {
    transform: translateY(0);
 }
}
.plugin-whatsapp-container .marvel-device {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 1300px;
  left: 50%;
  z-index: 80;
  margin: auto;
  transform: translateX(-50%);
}
.plugin-whatsapp-container .marvel-device .screen {
  text-align: left;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  max-width: 450px;
}
.plugin-whatsapp-container .screen-container {
  height: 100%;
}
.plugin-whatsapp-container .chat {
  height: calc(31%);
}
.plugin-whatsapp-container .chat-container {
  height: 100%;
}
.plugin-whatsapp-container .user-bar {
  height: 55px;
  background: #005e54;
  color: #fff;
  padding: 0 8px;
  font-size: 24px;
  position: relative;
}
.plugin-whatsapp-container .user-bar:after {
  content: "";
  display: table;
  clear: both;
}
.plugin-whatsapp-container .user-bar div {
  float: left;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.plugin-whatsapp-container .user-bar .actions {
  float: right;
  margin: 0 0 0 20px;
}
.plugin-whatsapp-container .user-bar .actions.more {
  margin: 0 12px 0 32px;
}
.plugin-whatsapp-container .user-bar .actions.attachment {
  margin: 0 0 0 30px;
}
.plugin-whatsapp-container .user-bar .actions.attachment i {
  display: block;
  transform: rotate(-45deg);
}
.plugin-whatsapp-container .user-bar .avatar {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
  background: black;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.plugin-whatsapp-container .user-bar .avatar img {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-3%, -50%) scale(1.5);
}
.plugin-whatsapp-container .user-bar .name {
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  margin: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  width: 110px;
}
.plugin-whatsapp-container .user-bar .status {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.plugin-whatsapp-container .conversation {
  height: calc(88%);
  position: relative;
  background: #efe7dd url("img/background-whatsapp.jpg") repeat;
}
.plugin-whatsapp-container .conversation ::-webkit-scrollbar {
  transition: all 0.5s;
  width: 5px;
  height: 1px;
}
.plugin-whatsapp-container .conversation ::-webkit-scrollbar-track {
  background: transparent;
}
.plugin-whatsapp-container .conversation ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}
.plugin-whatsapp-container .conversation .conversation-container {
  box-shadow: inset 0 10px 10px -10px #000;
  overflow-x: hidden;
  padding: 0 16px;
  overflow: scroll;
  max-height: 350px;
}
.plugin-whatsapp-container .conversation .conversation-container:after {
  content: "";
  display: table;
  clear: both;
}
.plugin-whatsapp-container .message {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 14px;
  padding: 8px;
  position: relative;
  margin: 4px 0;
  max-width: 85%;
  word-wrap: break-word;
}
.plugin-whatsapp-container .message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.plugin-whatsapp-container .metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}
.plugin-whatsapp-container .metadata .time {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  display: inline-block;
}
.plugin-whatsapp-container .message:first-child {
  margin: 16px 0 8px;
}
.plugin-whatsapp-container .message.received {
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
}
.plugin-whatsapp-container .message.received .metadata {
  padding: 0 0 0 16px;
}
.plugin-whatsapp-container .message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}
.plugin-whatsapp-container .message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}
.plugin-whatsapp-container .message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}
.plugin-whatsapp-container .conversation-compose {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  background: white;
  padding: 8px 5px;
}
.plugin-whatsapp-container .conversation-compose div, .plugin-whatsapp-container .conversation-compose input {
  background: #fff;
  height: 100%;
}
.plugin-whatsapp-container .conversation-compose .input-msg {
  border: 0;
  flex: 1 1 auto;
  font-size: 13px;
  margin: 0;
  outline: none;
  min-width: 50px;
  background: #eee;
  margin: 0px 5px;
  height: 40px;
  padding: 0px 15px;
}
.plugin-whatsapp-container .conversation-compose .send {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  outline: none;
}
.plugin-whatsapp-container .conversation-compose .send .circle {
  background: #008a7c;
  border-radius: 50%;
  color: #fff;
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plugin-whatsapp-container .conversation-compose .send .circle i {
  font-size: 17px;
  margin-left: 0px;
}
@media (max-width: 1360px) {
  .plugin-whatsapp-container .marvel-device {
    width: 270px;
    bottom: 20px;
    left: 20px;
    transform: none;
 }
  .plugin-whatsapp-container .conversation .conversation-container {
    max-height: 180px;
 }
  .plugin-whatsapp-container .whatsapp-icon {
    font-size: 36px;
 }
  .plugin-whatsapp-container .user-bar .name {
    font-size: 16px;
 }
  .plugin-whatsapp-container .user-bar .status {
    font-size: 12px;
 }
  .plugin-whatsapp-container .user-bar {
    height: 45px;
 }
}
.whatsapp-sales a {
  color: white !important;
  color: white !important;
}
