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: .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: .35em .625em .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: .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: .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: .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: .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: .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: .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: .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;
  }
}
.sombra {
  -webkit-box-shadow: 0px 1px 22px 0px rgba(39,39,44,0.4);
  -moz-box-shadow: 0px 1px 22px 0px rgba(39,39,44,0.4);
  box-shadow: 0px 1px 22px 0px rgba(39,39,44,0.4);
}
.fonte_dm {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
}
.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;
}
.container-fix {
  width: auto;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.formc {
  color: #565656;
}
.formc ::placeholder {
  color: #565656;
  opacity: 1;
}
.formc :-ms-input-placeholder {
  color: #565656;
}
.formc ::-ms-input-placeholder {
  color: #565656;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #FFF;
  border: 0px;
  border-bottom: 0px;
}
.formc select {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  padding-left: 10px;
  border: 1px solid #b3b3b3;
}
.formc input[type="submit"] {
  width: 100%;
  height: 40px;
  border: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #FFF;
  border-radius: 2px;
  background-color: #1A1A1A;
  font-size: 13px;
  line-height: 13px;
  padding-top: 2px;
  letter-spacing: 0px;
  font-weight: 700;
  margin-top: 15px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.formc input[type="submit"]:hover {
  background-color: #565656;
  color: #FFF;
}
.msg-send-form {
  display: none;
  margin-top: 5px;
  color: #000;
  text-align: center;
}
.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;
}
.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: ;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.page-404 a:hover {
  background-color: ;
}
.bgtop {
  width: 100%;
  height: 780px;
  display: table;
  background: url('../img/bg_top.png') no-repeat center center;
}
.bgtop .lll {
  padding-left: 99px;
}
.bgtop .lll .logo {
  margin-top: 130px;
}
.bgtop .lll .logo img {
  width: 100%;
  max-width: 360px;
}
.bgtop .lll .links {
  margin-top: 50px;
}
.bgtop .lll .links a {
  display: table;
  color: #565656;
  font-size: 20px;
  margin-bottom: 8px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.bgtop .lll .links a i {
  margin-right: 5px;
}
.bgtop .lll .links a:hover {
  color: #1A1A1A;
}
.bgtop .bt-right .bg-contato {
  background: rgba(255,255,255,0.4);
  box-shadow: 0px 12px 24px rgba(0,0,0,0.25);
  border-radius: 0px 80px 0px 0px;
  width: 360px;
  padding: 30px;
  margin-top: 90px;
}
.bgtop .bt-right .bg-contato h1 {
  margin-top: 0px;
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 55px;
  color: #1A1A1A;
  margin-bottom: 20px;
}
.bgtop .bt-right .bg-contato p {
  color: #565656;
  font-size: 20px;
  margin-bottom: 20px;
}
.o-empreendimento {
  margin-top: 80px;
}
.o-empreendimento h2 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 40px;
  text-align: center;
}
.o-empreendimento p {
  color: #565656;
  font-size: 20px;
  padding-left: 20px;
}
.bg-banner-galeria {
  width: 100%;
  display: table;
  margin-top: 80px;
}
.bg-banner-galeria img {
  width: 100%;
}
.bbg-mt0 {
  margin-top: 0px;
}
.galeria-slider {
  margin-top: 40px;
}
.galeria-slider img {
  width: 100%;
  max-width: 400px;
  border-radius: 2px;
}
.galeria-slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.galeria-slider .slick-dots {
  bottom: -30px;
}
.galeria-slider .slick-prev {
  margin-left: -35px;
}
.galeria-slider .slick-next {
  margin-right: -33px;
}
.bg-mais-detalhes {
  width: 100%;
  height: auto;
  display: table;
  background-color: #F3F3F3;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 80px;
}
.bg-mais-detalhes h3 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 40px;
  text-align: center;
  margin-top: 0px;
}
.bg-mais-detalhes .pd {
  color: #565656;
  font-size: 20px;
  padding-left: 20px;
}
.bg-mais-detalhes .list-md {
  margin-top: 40px;
}
.bg-mais-detalhes .list-md .box-md img {
  width: 100%;
  max-width: 360px;
  margin-bottom: 15px;
  border-radius: 2px;
}
.bg-mais-detalhes .list-md .box-md .rtext {
  background: rgba(0,0,0,0.5);
  box-shadow: 0px 8px 13px rgba(0,0,0,0.25);
  border-radius: 2px 40px 2px 2px;
  padding: 20px;
}
.bg-mais-detalhes .list-md .box-md .rtext p {
  color: #FFF;
  font-size: 18px;
}
.bg-plantas {
  width: 100%;
  height: auto;
  display: table;
  background-color: #F3F3F3;
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bg-plantas h4 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 60px;
}
.bg-plantas .list-t4 .pptt {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 38px;
  margin-top: 25px;
}
.bg-plantas .list-t4 h5 {
  color: #565656;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bg-plantas .list-t4 .r-tamanho {
  border: 1px solid #565656;
  border-radius: 0px 40px 0px 0px;
  color: #565656;
  width: 280px;
  padding: 15px;
}
.bg-plantas .list-t4 .r-tamanho .prt1 {
  font-size: 20px;
  font-weight: 400;
}
.bg-plantas .list-t4 .r-tamanho .prt1 b {
  font-weight: 700;
}
.bg-plantas .list-t4 .plocal {
  margin-top: 35px;
}
.bg-plantas .list-t4 .plocal img {
  width: 100%;
  max-width: 265px;
}
.bg-plantas .list-t4 .img-p img {
  width: 100%;
  max-width: 727px;
}
.bg-plantas .list-t4-mobile {
  display: none;
}
.bg-plantas .list-t-others {
  margin-top: 30px;
}
.bg-plantas .list-t-others .sc-padding {
  padding-left: 25px;
}
.bg-plantas .list-t-others .img-p-desk {
  margin-bottom: 20px;
}
.bg-plantas .list-t-others .img-p-desk img {
  width: 100%;
  max-width: 512px;
}
.bg-plantas .list-t-others .img-p-mobile {
  display: none;
}
.bg-plantas .list-t-others .img-p-mobile img {
  width: 100%;
  max-width: 512px;
}
.bg-plantas .list-t-others .pptt {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 32px;
}
.bg-plantas .list-t-others h5 {
  color: #565656;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bg-plantas .list-t-others .pn {
  color: #565656;
  font-size: 16px;
}
.bg-plantas .list-t-others .r-tamanho {
  border: 1px solid #565656;
  border-radius: 0px 40px 0px 0px;
  color: #565656;
  width: 200px;
  padding: 10px;
}
.bg-plantas .list-t-others .r-tamanho .prt1 {
  font-size: 16px;
  font-weight: 400;
}
.bg-plantas .list-t-others .r-tamanho .prt1 b {
  font-weight: 700;
}
.bg-plantas .list-t-others .plocal {
  margin-top: 20px;
}
.bg-plantas .list-t-others .plocal img {
  width: 100%;
  max-width: 230px;
}
.localizacao {
  margin-top: 80px;
}
.localizacao h6 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 40px;
  text-align: center;
  margin-top: 0px;
}
.localizacao .pd {
  color: #565656;
  font-size: 20px;
  padding-left: 20px;
}
.localizacao .residencial-dinapoli {
  margin-top: 50px;
}
.localizacao .residencial-dinapoli img {
  width: 100%;
  max-width: 1200px;
}
.localizacao iframe {
  margin-top: 30px;
  width: 100%;
  height: 393px;
}
.bg-solicite-hb {
  width: 100%;
  height: auto;
  display: table;
  background-color: #F3F3F3;
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bg-solicite-hb p {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: #565656;
  font-size: 40px;
  line-height: 50px;
  max-width: 420px;
}
.bg-solicite-hb .right-button {
  text-align: right;
}
.bg-solicite-hb .right-button a {
  width: 55%;
  display: inline-block;
  background-color: #1A1A1A;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  margin-top: 30px;
  transition: all .44s ease-in-out;
  -moz-transition: all .44s ease-in-out;
  -webkit-transition: all .44s ease-in-out;
}
.bg-solicite-hb .right-button a:hover {
  background-color: #565656;
}
footer {
  width: 100%;
  height: auto;
  display: table;
  background-color: #1A1A1A;
  padding-top: 50px;
  padding-bottom: 40px;
}
footer .right-address {
  text-align: right;
}
footer .right-address p {
  color: #FFF;
  font-size: 16px;
}
footer .right-address .socials {
  margin-top: 10px;
}
footer .right-address .socials a {
  display: inline-block;
  color: #FFF;
  font-size: 25px;
  margin-left: 13px;
}
.box-whatsapp {
  position: fixed;
  z-index: 10;
  display: table;
  bottom: 10px;
  right: 20px;
  width: 130px;
}
.box-whatsapp a {
  width: 92%;
  padding: 4%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
  background-color: #00A74D;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
}
.box-whatsapp a span {
  width: auto;
  float: left;
  font-size: 13px;
  line-height: 18px;
}
.box-whatsapp a img {
  width: 20px;
  float: right;
  margin-top: -1px;
}
#box-chat-whatsapp {
  width: 330px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border: 1px solid #565656;
  position: fixed;
  z-index: 999;
  bottom: 70px;
  right: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  display: none;
}
#box-chat-whatsapp .r-close {
  text-align: right;
}
#box-chat-whatsapp .r-close a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 10px;
}
#box-chat-whatsapp p {
  text-align: center;
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #2CCB46;
  font-weight: 700;
}
#box-chat-whatsapp .formf {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#box-chat-whatsapp .formf ::placeholder {
  color: #666;
  opacity: 1;
}
#box-chat-whatsapp .formf :-ms-input-placeholder {
  color: #666;
}
#box-chat-whatsapp .formf ::-ms-input-placeholder {
  color: #666;
}
#box-chat-whatsapp .formf input[type="text"],
#box-chat-whatsapp .formf input[type="email"],
#box-chat-whatsapp .formf input[type="tel"] {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  border: 0px;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 2px solid #CCC;
  color: #666;
}
#box-chat-whatsapp .formf .g-recaptcha {
  margin-top: 7px;
}
#box-chat-whatsapp .formf input[type="submit"] {
  width: 100%;
  float: right;
  height: 35px;
  border: 0px;
  padding: 0px;
  padding-top: 4px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #FFF;
  background-color: #2CCB46;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0px;
  border-radius: 5px;
}
@media (max-width: 1080px) {
  .container-fix {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 800px) {
  .formc input[type="submit"] {
    width: 70%;
    height: 40px;
    margin-top: 10px;
    font-size: 12px;
  }
  .bgtop {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }
  .bgtop .lll {
    padding-left: 0px;
  }
  .bgtop .lll .logo {
    width: 38%;
    float: left;
    margin: 0px;
    margin-top: 50px;
  }
  .bgtop .lll .logo img {
    width: 100%;
  }
  .bgtop .lll .links {
    width: 60%;
    float: right;
    margin: 0px;
    margin-top: 50px;
  }
  .bgtop .lll .links a {
    float: right;
    width: 160px;
    font-size: 15px;
    margin-bottom: 8px;
  }
  .bgtop .lll .links a i {
    margin-right: 0px;
  }
  .bgtop .bt-right .bg-contato {
    border-radius: 0px 50px 0px 0px;
    width: 90%;
    padding: 5%;
    margin-top: 50px;
  }
  .bgtop .bt-right .bg-contato h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .bgtop .bt-right .bg-contato p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .o-empreendimento {
    margin-top: 40px;
  }
  .o-empreendimento h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
  }
  .o-empreendimento p {
    font-size: 18px;
    padding-left: 0px;
  }
  .bg-banner-galeria {
    margin-top: 50px;
  }
  .bg-banner-galeria img {
    width: 100%;
  }
  .galeria-slider {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .galeria-slider .slick-slide {
    margin-left: 4px;
    margin-right: 4px;
  }
  .galeria-slider .slick-dots {
    bottom: -30px;
  }
  .bg-mais-detalhes {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .bg-mais-detalhes h3 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left;
  }
  .bg-mais-detalhes .pd {
    color: #565656;
    font-size: 18px;
    padding-left: 0px;
  }
  .bg-mais-detalhes .list-md {
    margin-top: 40px;
  }
  .bg-mais-detalhes .list-md .box-md {
    margin-bottom: 45px;
  }
  .bg-mais-detalhes .list-md .box-md img {
    margin-bottom: 10px;
  }
  .bg-mais-detalhes .list-md .box-md .rtext {
    border-radius: 2px 30px 2px 2px;
    padding: 15px;
  }
  .bg-mais-detalhes .list-md .box-md .rtext p {
    font-size: 16px;
  }
  .bg-plantas {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .bg-plantas h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  .bg-plantas h4 br {
    display: none;
  }
  .bg-plantas .list-t4 {
    display: none;
  }
  .bg-plantas .list-t4-mobile {
    display: block;
  }
  .bg-plantas .list-t-others {
    margin-top: 0px;
  }
  .bg-plantas .list-t-others .sc-padding {
    padding-left: 0px;
  }
  .bg-plantas .list-t-others .img-p-desk {
    display: none;
  }
  .bg-plantas .list-t-others .img-p-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .bg-plantas .list-t-others .pptt {
    font-size: 28px;
  }
  .bg-plantas .list-t-others h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .bg-plantas .list-t-others .pn {
    color: #565656;
    font-size: 15px;
    margin-bottom: 15px;
    max-width: 200px;
  }
  .bg-plantas .list-t-others .r-tamanho {
    border-radius: 0px 30px 0px 0px;
    width: 190px;
    padding: 9px;
  }
  .bg-plantas .list-t-others .r-tamanho .prt1 {
    font-size: 15px;
  }
  .bg-plantas .list-t-others .plocal {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .bg-plantas .list-t-others .plocal img {
    max-width: 220px;
  }
  .localizacao {
    margin-top: 50px;
  }
  .localizacao h6 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: left;
  }
  .localizacao .pd {
    color: #565656;
    font-size: 18px;
    padding-left: 0px;
  }
  .localizacao .residencial-dinapoli {
    margin-top: 30px;
  }
  .localizacao iframe {
    margin-top: 20px;
    height: 193px;
  }
  .bg-solicite-hb {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
  }
  .bg-solicite-hb p {
    font-size: 23px;
    line-height: 30px;
    max-width: 220px;
    margin: 0 auto;
  }
  .bg-solicite-hb .right-button {
    text-align: center;
  }
  .bg-solicite-hb .right-button a {
    width: 80%;
    font-size: 15px;
    padding: 10px 0;
    margin-top: 25px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
  }
  footer .logof {
    margin-bottom: 30px;
  }
  footer .right-address {
    text-align: center;
  }
  footer .right-address p {
    font-size: 15px;
  }
  footer .right-address .socials {
    margin-top: 15px;
  }
  footer .right-address .socials a {
    font-size: 25px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .box-whatsapp {
    position: fixed;
    z-index: 10;
    display: table;
    bottom: 7px;
    right: auto;
    left: 10px;
    width: 115px;
  }
  .box-whatsapp a {
    width: 94%;
    padding: 3%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .box-whatsapp a span {
    font-size: 12px;
    line-height: 17px;
  }
  .box-whatsapp a img {
    width: 18px;
    margin-top: -1px;
  }
  #box-chat-whatsapp {
    width: 300px;
    bottom: 53px;
    right: auto;
    left: 10px;
  }
}
