@charset "UTF-8";
@keyframes circle_animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(3600deg);
  }
}
input[type=submit], input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

* {
  outline: none !important;
}

select,
input,
textarea {
  -webkit-appearance: none;
}

*[data-load=on] {
  color: transparent !important;
  pointer-events: none;
  position: sticky;
  filter: opacity(0.9);
  transition: all 0.3s;
}
*[data-load=on]:before {
  content: "";
  position: absolute;
  background: url(../img/loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: rotate_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
*[data-load=on]:after {
  content: "Carregando";
  position: absolute;
  color: white;
  font-family: ubuntu;
  font-size: 10px;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: text_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes rotate_load {
  100% {
    transform: translate(-50%, -50%) rotate(1080deg);
  }
}
@keyframes text_load {
  0% {
    content: "Carregando";
  }
  25% {
    content: "Carregando.";
  }
  50% {
    content: "Carregando..";
  }
  75% {
    content: "Carregando...";
  }
  100% {
    content: "Carregando";
  }
}
/*
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/
@font-face {
  font-family: pacifico;
  src: url("../fonts/pacifico-webfont.woff2") format("woff2"), url("../fonts/pacifico-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#opensans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-italic-webfont.eot");
  src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../fonts/opensans-italic-webfont.svg#opensans") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#opensans") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-lightitalic-webfont.eot");
  src: url("../fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff"), url("../fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("../fonts/opensans-lightitalic-webfont.svg#opensans") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#opensans") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-semibolditalic-webfont.eot");
  src: url("../fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("../fonts/opensans-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-semibolditalic-webfont.svg#opensans") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#opensans") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-bolditalic-webfont.eot");
  src: url("../fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-bolditalic-webfont.svg#opensans") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-extrabold-webfont.eot");
  src: url("../fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold-webfont.woff") format("woff"), url("../fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabold-webfont.svg#opensans") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans-extrabolditalic-webfont.eot");
  src: url("../fonts/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabolditalic-webfont.woff") format("woff"), url("../fonts/opensans-extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabolditalic-webfont.svg#opensans") format("svg");
  font-weight: 800;
  font-style: italic;
}
* {
  line-height: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  line-height: inherit;
  outline: none !important;
}

body {
  color: #666;
  font-size: 16px;
  font-family: opensans, Arial, Helvetica, sans-serif;
}

h1 {
  line-height: 60px;
  color: #3e3e3e;
  font-size: 60px;
  font-weight: 500;
}
h1 strong {
  color: #28589e;
}

h2 {
  line-height: 60px;
  color: #3e3e3e;
  font-size: 60px;
  font-weight: 500;
  line-height: 34px;
  font-size: 34px;
}
h2 strong {
  color: #28589e;
}

h3 {
  line-height: 60px;
  color: #3e3e3e;
  font-size: 60px;
  font-weight: 500;
}
h3 strong {
  color: #28589e;
}

h4 {
  line-height: 60px;
  color: #3e3e3e;
  font-size: 60px;
  font-weight: 500;
}
h4 strong {
  color: #28589e;
}

h5 {
  line-height: 60px;
  color: #3e3e3e;
  font-size: 60px;
  font-weight: 500;
}
h5 strong {
  color: #28589e;
}

a {
  color: #6e271f;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

#mapa {
  width: 100%;
  height: 380px;
}
#mapa img {
  max-width: inherit;
  max-height: inherit;
}

label {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 3px;
  font-family: opensans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #52555e;
}

input[type=text] {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #999999;
  font-size: 15px;
  vertical-align: middle;
  font-family: opensans, Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type=password] {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #999999;
  font-size: 15px;
  vertical-align: middle;
  font-family: opensans, Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #52555e;
  text-shadow: 0px 0px 0px #ec8c2d;
  -webkit-text-fill-color: transparent;
}

input[type=email] {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #999999;
  font-size: 15px;
  vertical-align: middle;
  font-family: opensans, Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #999999;
  font-size: 15px;
  vertical-align: middle;
  font-family: opensans, Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
}

.dumb_select {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #999999;
  font-size: 15px;
  vertical-align: middle;
  font-family: opensans, Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.dumb_select:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 15px;
  top: 29px;
  border-bottom: 3px solid #9e9e9e;
  border-right: 3px solid #9e9e9e;
  transform: rotate(45deg);
}

select.dumb {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

label.radio_button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
label.radio_button input + span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}
label.radio_button input:checked + span:after {
  content: " ";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  margin: 4px;
  background: #ec8c2d;
  border-radius: 20px;
}
label.radio_button input[type=checkbox] + span {
  border-radius: 2px;
}
label.radio_button input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  display: none;
  width: 6px;
  height: 15px;
  top: 5px;
  left: 5px;
  background: #ec8c2d;
  transform: rotate(-45deg);
}
label.radio_button input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  display: none;
  width: 6px;
  height: 15px;
  top: 5px;
  left: 5px;
  background: #ec8c2d;
  transform: rotate(-45deg);
  content: " ";
  position: absolute;
  display: none;
  width: 6px;
  height: 25px;
  top: -10px;
  left: 10px;
  background: #ec8c2d;
  transform: rotate(30deg);
}
label.radio_button input[type=checkbox]:checked + span:before {
  display: block;
}
label.radio_button input[type=checkbox]:checked + span:after {
  display: block;
}

textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  color: #999999;
  font-size: 15px;
  resize: none;
  border: 1px solid #cbcbcb;
  font-family: opensans, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #999;
}

button {
  background-color: transparent;
  cursor: pointer;
}

form ._field {
  position: relative;
  text-align: left;
}
form ._field ._field {
  vertical-align: middle;
  margin: 5px 0;
}
form .bt_submit {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #e87a0f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form ._actions .bt_cancel {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #265ca9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d7171b;
}
form ._actions .bt_submit.green {
  background: #0d5b34;
}
form ._actions .full {
  width: 100%;
}
form ._field_simulate {
  height: 50px;
  line-height: 50px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 15px;
  padding: 0 10px;
  float: left;
  color: #28589e;
  font-size: 14px;
  text-align: center;
  border: 2px #cbcbcb dashed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.inputfile + label svg {
  width: 26px;
  height: auto;
  margin: 0 10px 0 0;
}
.inputfile + label svg * {
  fill: rgb(182, 182, 182);
}
.inputfile + label * {
  pointer-events: none;
}
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

input::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999;
}

.menu-topo {
  width: 125px;
  float: left;
}

.empreen-topo {
  width: 100%;
}
.empreen-topo .btn {
  width: 210px;
  height: 100px;
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #204e8e;
}
.empreen-topo .btn img {
  width: 24px;
  margin-bottom: 9px;
}

.busca-topo .btn {
  width: 95px;
  height: 100px;
  float: left;
  border-right: 1px #5e82b6 solid;
  border-radius: 0;
}
.busca-topo button img {
  width: 28px;
}

.logomarca {
  width: 100%;
  width: -webkit-calc(100% - 925px);
  width: -moz-calc(100% - 925px);
  width: calc(100% - 925px);
  float: left;
  text-align: center;
}
.logomarca img {
  width: 225px;
  margin-top: 10px;
}

.hover-empreendimentos {
  display: none;
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 5;
  border-bottom: 1px #d7d7d7 solid;
  -webkit-box-shadow: 0px 6px 13px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 13px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 13px -2px rgba(0, 0, 0, 0.15);
}
.hover-empreendimentos li {
  width: 20%;
  height: 140px;
  line-height: 140px;
  float: left;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px #d9d9d9 solid;
  background: #fff;
}
.hover-empreendimentos li:last-child {
  border-right: 0;
}
.hover-empreendimentos li a {
  display: block;
  color: #28589e;
}
.hover-empreendimentos li a img {
  margin-right: 24px;
}

.navbutton {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  float: left;
  text-align: center;
  background-color: #9c977b;
}
.navbutton span {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  top: 41px;
  left: 43px;
  background: #fff;
}
.navbutton span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  top: -10px;
  left: 0;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navbutton span:after {
  content: " ";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  top: -10px;
  left: 0;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 10px;
}
.navbutton:after {
  display: block;
  content: "MENU";
  margin-top: 41px;
  font-size: 12px;
}

.hover-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 5;
}
.hover-menu ul {
  display: none;
  width: 490px;
  padding: 50px 0 50px 40px;
  background: #9c977b;
}
.hover-menu ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  background: url("../img/seta-menu-right.png") center right 40px no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fecha-menu {
  width: 22px;
  height: 22px;
  margin: -15px 38px 0 0;
  float: right;
}
.fecha-menu span {
  display: block;
  width: 22px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
}
.fecha-menu span:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 3px;
  top: 0;
  left: 0;
  background: #fff;
  transform: rotate(92deg);
}

.hover-busca {
  display: none;
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 5;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.7);
}
.hover-busca .txt-filtre {
  color: #fff;
}
.hover-busca form.busca .dumb_select {
  background: transparent;
}
.hover-busca .btn-bus-filtrar {
  color: #797664;
  background: #dcd7b8;
}

.topo-right {
  width: 495px;
  float: right;
}
.topo-right a {
  float: right;
  color: #fff;
}

.tr-telefone {
  padding: 35px 0 0 0;
  font-size: 20px;
  height: 100px;
  float: left;
}
.tr-telefone img {
  margin-left: 0 !important;
  padding-top: 3px;
  width: 24px;
  margin: 0 15px 0 20px;
  float: left;
}
.tr-telefone span {
  display: block;
  float: left;
}

.tr-portal {
  height: 100px;
  float: left;
  width: 145px;
  line-height: 18px;
  padding-top: 30px;
  font-size: 16px;
  border-left: 1px #5e82b6 solid;
}
.tr-portal:hover {
  background: #204e8e;
}
.tr-portal img {
  padding-top: 7px;
  width: 24px;
  margin: 0 15px 0 20px;
  float: left;
}
.tr-portal span {
  display: block;
  float: left;
}

.tr-vendas {
  height: 100px;
  float: left;
  width: 145px;
  line-height: 18px;
  padding-top: 30px;
  font-size: 16px;
  border-left: 1px #5e82b6 solid;
}
.tr-vendas:hover {
  background: #204e8e;
}
.tr-vendas img {
  padding-top: 7px;
  width: 24px;
  margin: 0 15px 0 20px;
  float: left;
}
.tr-vendas span {
  display: block;
  float: left;
}

.newsletter {
  padding: 65px 0;
  background: #265ca9;
}
.newsletter .container {
  padding: 0;
}
.newsletter .txt-news {
  width: 480px;
  float: left;
  line-height: 32px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.newsletter .txt-news span {
  display: block;
  color: #ede5bb;
}
.newsletter form {
  width: 680px;
  float: right;
}
.newsletter form input[type=text] {
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.newsletter form .news-nome {
  width: 50%;
  width: -webkit-calc(50% - 39px);
  width: -moz-calc(50% - 39px);
  width: calc(50% - 39px);
  float: left;
  margin-left: 2px;
}
.newsletter form .news-email {
  width: 50%;
  width: -webkit-calc(50% - 39px);
  width: -moz-calc(50% - 39px);
  width: calc(50% - 39px);
  float: left;
  margin-left: 2px;
}
.newsletter button.news-botao {
  width: 74px;
  height: 70px;
  float: right;
  background-color: #aca78a;
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/btn-news.png");
}

.end-footer {
  margin-top: -30px;
}
.end-footer span {
  display: block;
  margin-top: 30px;
  line-height: 18px;
  color: #627da4;
  font-size: 14px;
  text-transform: uppercase;
}

.menu-footer span {
  display: block;
  margin-bottom: 15px;
  color: #265ca9;
  font-size: 20px;
  font-weight: 800;
}
.menu-footer a {
  line-height: 32px;
  color: #666;
  font-size: 16px;
}
.menu-footer a:hover {
  color: #265ca9;
}

.footer-atendimento {
  padding: 35px 20px 100px 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  background: #fff;
}
.footer-atendimento span {
  color: #265ca9;
}

.logo-hibrida {
  display: inline-block;
  width: 40px;
  height: 18px;
  background: url("../img/logo-hibrida.png") no-repeat;
  transition: all 0.2s;
}

.redes-sociais {
  width: 330px;
  text-align: center;
}

.comunicadores {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 16px 0 12px 0;
  z-index: 4;
  color: #fff;
  font-size: 12px;
  background: #9c977b;
}
.comunicadores a {
  margin-right: 60px;
  float: left;
  color: #fff;
}
.comunicadores img {
  width: 30px;
  height: 30px;
  margin-top: 8px;
  margin-right: 15px;
  float: left;
}
.comunicadores span {
  font-size: 14px;
}
.comunicadores strong {
  display: block;
}
.comunicadores .central-atendimento strong {
  margin-top: -5px;
  font-size: 19px;
  font-weight: 700;
}
.comunicadores .nosso-whatsapp {
  width: 250px;
  margin-right: 0;
}
.comunicadores .nosso-whatsapp strong {
  margin-top: -5px;
  font-size: 19px;
  font-weight: 700;
}
.comunicadores .corretor-online span {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}
.comunicadores .corretor-online strong {
  margin-top: -4px;
  font-size: 14px;
  font-weight: 700;
}
.comunicadores .atendimento-email span {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}
.comunicadores .atendimento-email strong {
  margin-top: -4px;
  font-size: 14px;
  font-weight: 700;
}
.comunicadores .ligamos-para-voce {
  width: 160px;
  margin-right: 0;
}
.comunicadores .ligamos-para-voce span {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}
.comunicadores .ligamos-para-voce strong {
  margin-top: -4px;
  font-size: 14px;
  font-weight: 700;
}
.comunicadores .topo {
  display: block;
  width: 81px;
  height: 70px;
  margin: -14px 0;
  float: right;
  background: #959177 url("../img/seta-topo.png") center center no-repeat;
}

#busca-por-mapa .cabecalho h1 {
  color: #fed356;
}

.cabecalho {
  position: relative;
  height: 190px;
  text-align: center;
  background: url("../img/bg-topo-internas.png") top center no-repeat;
}
.cabecalho h1 {
  padding-top: 40px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
}
.cabecalho p {
  line-height: 26px;
  color: #fff;
  font-size: 26px;
}

.bg-menu-internas {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}

.inter-mobile {
  display: none;
}

.menu-internas {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}
.menu-internas li {
  width: 100%;
}
.menu-internas li:nth-child(2n) a {
  background-color: rgb(140, 74, 124);
}
.menu-internas li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 5px #1b3e6a solid;
  background-color: rgb(240, 146, 18);
  color: white;
}
.menu-internas li a.ativo {
  color: #28589e;
  background-color: #fff !important;
}
.menu-internas li:last-child a {
  border-right: 0;
}
@media (max-width: 760px) {
  .menu-internas li a {
    background: #eaeaea !important;
  }
}

#empreendimentos .menu-internas li:nth-child(4n-3) a {
  background-color: #8c4a7c;
}
#empreendimentos .menu-internas li:nth-child(4n-2) a {
  background-color: rgb(215, 48, 114);
}
#empreendimentos .menu-internas li:nth-child(4n-1) a {
  background-color: rgb(240, 146, 18);
}
#empreendimentos .menu-internas li:nth-child(4n) a {
  background-color: rgb(75, 159, 147);
}
#empreendimentos .menu-internas li a {
  color: #fff;
}
#empreendimentos .menu-internas li a.ativo {
  color: #28589e;
  background-color: #fff;
}
#empreendimentos .item {
  position: relative;
  width: calc(50% - 7px);
  height: 470px;
  margin-bottom: 20px;
}
#empreendimentos .item:nth-child(2n) {
  margin-left: 14px;
}
#empreendimentos .roleta1 .itens .item:after {
  height: 470px;
}
#empreendimentos .roleta1 h1 {
  margin-top: 45px;
}
#empreendimentos .item-link {
  height: 470px;
}

#hotsite .bg-marca-dagua {
  background-position: top -400px center;
}
#hotsite .categorias {
  margin-top: 40px;
}
#hotsite .categorias .cat-lista a {
  line-height: 60px;
  height: 60px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
#hotsite .newsletter {
  display: none;
}

.bg-marca-dagua {
  padding: 65px 0 100px 0;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-marca-dagua.png");
}

.bg-cinza {
  background: #e9eeee;
}

.bg-branco {
  background: #fff;
}

.margin-interna {
  padding-bottom: 120px;
}

.area-interna {
  padding: 65px 20px 30px 20px;
}

.titulo-interna {
  color: #3e3e3e;
  text-align: center;
}
.titulo-interna strong {
  color: #28589e;
}
.titulo-interna span {
  display: block;
  width: 180px;
  height: 4px;
  margin: 20px auto 40px auto;
  background: #28589e;
}

.popup_default {
  position: relative;
  width: 750px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.popup_default button._close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 27px;
  right: 20px;
}
.popup_default button._close:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 4px;
  margin: 0;
  background: #fff;
  transform: rotate(45deg);
}
.popup_default button._close:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 4px;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  transform: rotate(-45deg);
}
.popup_default .titulo {
  padding: 15px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  background: #682859;
}
.popup_default .titulo img {
  margin-right: 15px;
}

.popup-conteudo {
  padding: 40px 30px;
}
.popup-conteudo .editable_content {
  color: #666;
  font-size: 20px;
}

.bg-empreendimento {
  padding-top: 120px;
  z-index: 2;
  background-color: #f2efe0;
  background-image: url("../img/bg-ho-empreendimentos.jpg");
}

.txt-por-voce {
  color: #696969;
  line-height: 50px;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.txt-por-voce strong {
  color: #144578;
}
.txt-por-voce span {
  display: block;
  width: 190px;
  height: 4px;
  margin: 30px auto 0 auto;
  background: #144578;
}

.cat-mobile {
  display: none;
}

.categorias {
  width: 1180px;
  margin: 65px auto 0 auto;
}
.categorias .cat-lista {
  text-align: center;
  margin: 0 auto;
}
.categorias .cat-lista a {
  display: inline-block;
  width: 20%;
  line-height: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  border-right: 2px #c1bda7 solid;
  border-bottom: 2px #e9eeee solid;
  background: #16406d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.categorias .cat-lista a:nth-child(2n) {
  background: #d73072;
}
.categorias .cat-lista a:nth-child(3n) {
  background: #f09212;
}
.categorias .cat-lista a:nth-child(4n) {
  background: #4b9f93;
}
.categorias .cat-lista a:nth-child(5n) {
  background: #4b9f93;
}
.categorias .cat-lista a:nth-child(5n) {
  background: #894679;
}
.categorias .cat-lista a:last-child {
  border-right: 0;
}
.categorias .cat-lista a.atual {
  background: #204e8e;
}

.roleta1 {
  position: relative;
  width: 100%;
}
.roleta1 .itens {
  width: 100%;
}
.roleta1 .itens .item:after {
  position: absolute;
  width: 100%;
  height: 510px;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.roleta1 .owl-dots {
  display: none !important;
}
.roleta1 .setas {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  z-index: 2;
}
.roleta1 .setas span {
  display: block;
  position: absolute;
  width: 45px;
  height: 510px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.roleta1 .setas span:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.roleta1 .setas .left {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/seta-roleta-esq.png");
}
.roleta1 .setas .right {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/seta-roleta-dir.png");
}
.roleta1 .setas span.right {
  right: 0;
}
.roleta1 .cidade-bairro {
  position: relative;
  z-index: 2;
  padding-top: 85px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.roleta1 .cidade-bairro span {
  color: #07ede5;
  text-transform: uppercase;
  font-size: 15px;
}
.roleta1 h1 {
  position: relative;
  z-index: 2;
  margin: 80px 25px 0 25px;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.roleta1 h1 span {
  display: block;
  width: 100px;
  height: 3px;
  margin: 25px auto 0 auto;
  background: #fff;
}
.roleta1 .qtos {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 47%;
  float: left;
  text-align: right;
}
.roleta1 .qtos:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 25px;
  margin: 6px 0 0 -45px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/icon-quartos.png");
}
.roleta1 .metr {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 47%;
  padding-left: 40px;
  float: right;
  text-align: left;
}
.roleta1 .metr:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 25px;
  margin: 7px 0 0 -35px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../img/icon-metragem.png");
}

.item {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 510px;
  float: left;
  text-align: center;
  background-position: 100% auto;
}

.item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 510px;
  z-index: 7;
}

.bg-ho-institucional {
  margin-top: 17px;
  padding-top: 150px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-ho-azul.jpg");
}

.ho-inst-left {
  width: 45%;
  padding: 0 4% 0 8%;
  float: left;
  color: #fff;
}
.ho-inst-left h2 {
  color: #fff;
  line-height: 60px;
  font-size: 60px;
  text-transform: uppercase;
}
.ho-inst-left h2 span {
  color: #dad4b4;
}
.ho-inst-left p {
  margin-top: 20px;
  line-height: 30px;
  font-size: 24px;
}
.ho-inst-left .ho-sim {
  color: #dad4b4;
  font-size: 24px;
  font-weight: 700;
}
.ho-inst-left .ho-sim span {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  font-family: pacifico, Arial, Helvetica, sans-serif;
}

.ho-inst-right {
  width: 55%;
  margin-bottom: -80px;
  float: right;
}

.btn-conheca {
  display: inline-block;
  width: 300px;
  margin-top: 55px;
  padding: 16px 80px 16px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: #ada88a;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-image: url("../img/seta-btn-saibamais1.png");
}

.ho-noticias {
  padding: 180px 0 80px 0;
  text-align: center;
  background: url("../img/bg-fita-pontilhado.png") top left repeat-x;
}
.ho-noticias .ho-data {
  margin: 25px 0 15px 0;
  color: #ffa200;
  font-size: 14px;
  font-weight: 700;
}
.ho-noticias h3 {
  line-height: 28px;
  color: #265ca9;
  font-size: 28px;
}
.ho-noticias h3 span {
  display: block;
  width: 150px;
  height: 4px;
  margin: 10px auto 0 auto;
  background: #ffa200;
}
.ho-noticias p {
  margin-top: 15px;
  color: #696969;
}

.not-box {
  max-width: 500px;
  margin: 60px auto 0 auto;
}

.titulo-not {
  color: #627da4;
  font-size: 60px;
  font-weight: 700;
}

#noticias .leia-mais {
  background-color: transparent;
}
#noticias .cabecalho {
  padding-top: 22px;
}
#noticias .ho-noticias {
  padding: 1px 0 80px 0;
  background: none;
}
#noticias .ho-noticias .col-md-6:nth-child(1) {
  display: none;
}
#noticias .ho-noticias .col-md-6:nth-child(2) {
  display: none;
}
#noticias .ho-noticias .col-md-6:nth-child(3) {
  display: none;
}
@media (max-width: 1250px) {
  #noticias .ho-noticias .col-md-6 {
    display: block !important;
  }
}

.leia-mais {
  display: inline-block;
  padding: 16px 20px 16px 55px;
  color: #9ba5b3;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-image: url("../img/seta-btn-saibamais3.png");
}

.sobre-txt {
  padding: 90px 0 120px 0;
}
.sobre-txt .sobre-borda {
  width: 4px;
  height: 230px;
  float: left;
  background: #28589e;
}
.sobre-txt .editable_content {
  width: 100%;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  float: right;
}

.sobre-construtoras .editable_content {
  font-size: 24px;
}
.sobre-construtoras dl {
  display: table;
  min-height: 200px;
  margin: 90px 0 0 180px;
}
.sobre-construtoras dl dt {
  display: table-cell;
  width: 350px;
  margin: 0 20px;
  float: left;
  border-left: 6px #28589e solid;
}
.sobre-construtoras dl dd {
  display: table-cell;
  vertical-align: middle;
}

.titulo-form {
  line-height: 34px;
  font-size: 34px;
  color: #666;
  text-align: center;
}
.titulo-form span {
  display: block;
  width: 210px;
  height: 3px;
  margin: 20px auto;
  background: #28589e;
}

.contato {
  margin: 60px 0 80px 0;
  color: #868686;
}
.contato .end {
  line-height: 19px;
}
.contato .end img {
  margin-right: 18px;
  float: left;
}
.contato .tel {
  font-size: 24px;
}
.contato .tel img {
  margin-right: 18px;
  float: left;
}
.contato .email {
  font-size: 18px;
}
.contato .email img {
  margin-right: 18px;
  float: left;
}

.txt-form .editable_content {
  color: #868686;
  text-align: center;
}

.btn-enviar {
  display: inline-block;
  width: 200px;
  height: 70px;
  line-height: 70px;
  padding: 0 80px 0 40px;
  float: right;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: #28589e;
  background-position: center right 35px;
  background-repeat: no-repeat;
  background-image: url("../img/seta-btn-saibamais1.png");
}

.btn-enviar1 {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #28589e;
  height: 60px;
  line-height: 60px;
  margin-bottom: 0;
}

.banner-hotsite {
  width: 100%;
  height: 600px;
  background-position: top center;
}

.ban-hotsite-area {
  width: 500px;
  height: 600px;
  padding: 0 25px 0;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.ban-hotsite-area h1 {
  font-size: 40px;
  line-height: 40px;
  color: white;
  font-weight: 900;
  margin: 0 0 30px;
}
.ban-hotsite-area h2 {
  width: 390px;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #fff;
  font-weight: 700;
}
.ban-hotsite-area h2 span {
  color: #ffb80e;
}
.ban-hotsite-area p {
  font-size: 28px;
  line-height: 28px;
  padding: 0 0 45px;
}
@media (max-width: 550px) {
  .ban-hotsite-area h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .ban-hotsite-area p {
    font-size: 23px;
    line-height: 25px;
  }
}

.descricao-hot {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 700;
}
.descricao-hot img {
  height: 24px;
  margin-right: 13px;
}

.bg-menu-hotsite {
  height: 65px;
}

.menu-hotsite {
  height: 65px;
  line-height: 65px;
}
.menu-hotsite li {
  float: left;
}
.menu-hotsite li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.bg-cadastro-hotsite {
  padding: 35px 0;
  color: #f8f8f4;
  background: #f8f8f4;
}
.bg-cadastro-hotsite form {
  padding: 0 80px;
}
.bg-cadastro-hotsite form input[type=text] {
  height: 60px;
  line-height: 60px;
  margin-bottom: 0;
}

.tit-cadastro {
  margin-bottom: 15px;
  color: #696969;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.tit-cadastro img {
  margin: -2px 10px 0 0;
}

.area-imagens {
  margin-bottom: 80px;
  padding: 100px 0 80px 0;
  background: #e9eeee;
}

.galeria-fotos {
  margin-top: 35px;
}
.galeria-fotos span {
  display: block;
  line-height: 15px;
  min-height: 50px;
  padding-top: 5px;
  color: #3f3f3f;
  font-size: 14px;
}

.btn-grande {
  display: block;
  width: 570px;
  height: 50px;
  margin: 20px auto 0 auto;
  padding: 10px 0;
  color: #696969;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px #696969 solid;
}

.localizacao {
  margin: 100px 0;
  padding-top: 60px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-localizacao.jpg");
}
.localizacao .titulo-interna {
  color: #fff;
}
.localizacao p {
  line-height: 28px;
  color: #ffce08;
  font-size: 28px;
  text-align: center;
}
.localizacao ul {
  padding: 15px 0 40px 0;
}
.localizacao ul li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
  color: #fff;
  font-size: 14px;
}
.localizacao ul li:before {
  position: absolute;
  content: "• ";
  margin-left: -15px;
  color: #ffd200;
}

.acompanhe-obra {
  margin-bottom: 60px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.acompanhe-obra h3 {
  color: #171717;
  width: 100%;
}
.acompanhe-obra p {
  color: #28589e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.acompanhe-obra h4 {
  float: left;
  color: #171717;
  font-size: 40px;
  font-weight: 700;
  margin: 0 20px 20px 0;
}
.acompanhe-obra form {
  width: 300px;
  float: right;
}
.acompanhe-obra form .dumb_select {
  margin-top: 8px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  border: 2px #144578 solid;
}
.acompanhe-obra form .dumb_select:after {
  top: 19px;
}
.acompanhe-obra form select {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  border: 2px #144578 solid;
}
.acompanhe-obra .galeria-fotos {
  margin-top: 25px;
}

.etapa-obra {
  position: relative;
  width: 144px;
  height: 143px;
  margin: 0 10px 20px;
  text-align: center;
  background: url("../img/obra-porcentagem-bg.png") top left no-repeat;
}
.etapa-obra span {
  display: block;
  line-height: 11px;
  margin-top: 49px;
  color: #4c4b4b;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.etapa-obra strong {
  color: #28589e;
  font-weight: 800;
  font-size: 36px;
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
}

.main-etapa {
  position: absolute;
  height: 143px;
  background: url("../img/obra-porcentagem-concluida.png") top left no-repeat;
}

.form-interesse {
  padding: 65px 0;
  color: #fff;
  background: #682859;
}
.form-interesse strong {
  display: block;
  padding-top: 7px;
  line-height: 38px;
  font-size: 38px;
}

.btn-cadastre {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #e87a0f;
}

.btn-indique {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #682859;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: white;
}

.area-empreen {
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.area-empreen form.busca {
  padding: 40px 0 20px;
}
@media (max-width: 1179px) {
  .area-empreen form.busca {
    padding: 50px 0;
  }
}
.area-empreen select {
  height: 50px;
  line-height: 50px;
}
.area-empreen .dumb_select {
  height: 50px;
  line-height: 50px;
}

.btn-mais-empreen {
  display: block;
  width: 100%;
  margin: 20px 0 130px 0;
  padding: 20px 0;
  color: #746f50;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #c9c3a1;
}

.txt-filtre {
  width: 130px;
  line-height: 20px;
  margin-top: 10px;
  float: left;
  color: #696969;
  font-size: 18px;
}

.camp-busca {
  width: 700px;
  float: left;
}

form.busca .dumb_select {
  margin-top: 8px;
}
form.busca .dumb_select:after {
  top: 19px;
}

.btn-bus-filtrar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #1c3f75;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .btn-bus-filtrar {
    margin: 0 0 15px;
  }
}

.btn-bus-mapa {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #223c58;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-bus-mapa img {
  width: 15px !important;
  height: 21px;
  margin-right: 10px;
}

.area-botoes {
  width: 330px;
  margin-top: 8px;
  float: right;
}

.ultimas {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  z-index: 4;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  background-color: rgba(240, 146, 18, 0.8);
}

.vendido {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  z-index: 4;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  background-color: rgba(225, 21, 0, 0.8);
}

.breve {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  z-index: 4;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  background-color: rgba(46, 159, 11, 0.8);
}

.busca-mapa {
  margin-bottom: 80px;
}
.busca-mapa form {
  width: 80%;
  margin: 50px auto 0 auto;
}
.busca-mapa #mapa {
  height: 610px;
}
.busca-mapa .btn-enviar {
  width: 100%;
}

.tit-bus-map {
  color: #999;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.pagination {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.pagination a {
  width: 60px;
  padding: 16px 0;
  margin: 4px 0;
  display: inline-block;
  color: #999 !important;
  font-weight: 600;
  font-size: 20px;
  background: #fff;
  transition: all 0.2s;
}
.pagination a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #3a72d3;
}
.pagination a.ativo {
  color: #fff !important;
  text-decoration: none;
  background: #3a72d3;
}

.data-noticia {
  display: inline-block;
  margin-top: 25px;
  padding: 7px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #8c4a7c;
}

.titulo-not-list {
  line-height: 44px;
  padding: 20px 0 40px 0;
  color: #000;
  font-size: 42px;
}

.compartilhe {
  margin: 50px 0;
  padding: 15px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.compartilhe span {
  display: inline-block;
  margin-top: 10px;
  color: #1d6dc6;
  font-size: 20px;
  font-weight: 600;
}
.compartilhe a {
  margin: 0 10px;
  float: right;
  text-align: right;
}

.btn-voltar {
  display: inline-block;
  width: 200px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 60px;
  padding: 0 40px 0 80px;
  color: #28589e;
  font-size: 20px;
  font-weight: 700;
  border: 2px #696969 solid;
  background-position: center left 35px;
  background-repeat: no-repeat;
  background-image: url("../img/btn-boltar.png");
}

#noticia .cabecalho h1 {
  padding-top: 60px;
}
#noticia .galeria-fotos a {
  display: block;
  margin-bottom: 20px;
}

.left {
  display: block;
  float: left !important;
}

.right {
  display: block;
  float: right !important;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  width: 100%;
}

.row:after {
  content: " ";
  display: block;
  clear: both;
}

.center {
  text-align: center;
}

.tright {
  text-align: right;
}

.tar {
  text-align: right;
}

.relative {
  position: relative;
}

.editable_content {
  color: #2c2c2c;
  font-size: 18px;
  overflow: hidden;
}
.editable_content * {
  max-width: 100%;
}
.editable_content a {
  color: #28589e;
  font-weight: bold;
}
.editable_content a:hover {
  text-decoration: none;
}
.editable_content ul li {
  list-style-position: inside;
  list-style: disc;
  margin-left: 20px;
}
.editable_content img {
  max-width: 100%;
  max-height: 100%;
}
.editable_content img.imgFull {
  max-width: 100%;
  max-height: 100%;
  margin: 20px 0;
}
.editable_content img.imgRight {
  float: right;
  margin-left: 20px;
}
.editable_content img.imgLeft {
  float: left;
  margin-right: 20px;
}
.editable_content iframe.video-youtube {
  width: 100%;
  height: 478px;
}

.bgParallax {
  width: 100%;
  position: relative;
  min-height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.comp-banners {
  position: relative;
  width: 100%;
  height: 44vw;
  z-index: 4;
  background: url("../img/bg-fita-pontilhado.png") top left repeat-x;
}
.comp-banners .display {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
.comp-banners .display .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 73%;
  z-index: 3;
  overflow: visible;
  display: none;
}
.comp-banners .display .banner:first-child {
  display: block;
}
.comp-banners .display .banner .texto {
  width: 31%;
  margin-top: 7vw;
  margin-right: -36%;
  float: right;
}
.comp-banners .display .banner .texto .categ-txt {
  color: #26ab95;
  font-size: 20px;
  font-weight: 700;
}
.comp-banners .display .banner .texto .titulo-txt {
  margin: 15px 0 20px 0;
  letter-spacing: -1px;
  color: #265ca9;
  font-size: 2.5vw;
  font-weight: 800;
}
.comp-banners .display .banner .texto .desc-txt {
  color: #8c8974;
  line-height: 34px;
  font-size: 28px;
}
.comp-banners .display .banner .texto .desc-txt strong {
  color: #26ab95;
}
.comp-banners .display .banner .texto .btn-txt {
  display: inline-block;
  margin-top: 70px;
  padding: 20px 80px 20px 40px;
  color: #144578;
  border: 2px #144578 solid;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  background-position: center right 35px;
  background-repeat: no-repeat;
  background-image: url("../img/seta-btn-saibamais.png");
}
.comp-banners .setas {
  position: absolute;
  width: 132px;
  height: 66px;
  margin-left: -132px;
  left: 73%;
  bottom: 0;
}
.comp-banners .setas .left {
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  cursor: pointer;
  z-index: 200;
  left: 0;
  text-align: left;
}
.comp-banners .setas .right {
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  cursor: pointer;
  z-index: 200;
  right: 0;
  text-align: right;
}

.numeros {
  position: absolute;
  width: 22%;
  margin-left: 76.3%;
  bottom: 90px;
  z-index: 2;
}
.numeros span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  cursor: pointer;
  border: 1px #a1a1a1 solid;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.numeros span:before {
  content: " ";
  position: absolute;
  display: block;
  left: 50%;
  margin-top: -10px;
  margin-left: -15px;
}
.numeros span:hover {
  font-weight: 600;
  border: 1px #1d6dc6 solid;
  background: #1d6dc6;
}
.numeros span.atual {
  font-weight: 600;
  border: 1px #1d6dc6 solid;
  background: #1d6dc6;
}
.numeros span.atual:before {
  height: 15px;
  margin-top: -13px;
}

.comp-forms-item {
  margin: 5px 0;
}

.comp-forms-bt_submit {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding: 0 45px 0 20px;
  background: url("../img/bg_botao.png") no-repeat center right #88b400;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 1180px) {
  .btn-grande {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .btn-grande:hover {
    background: #fff;
  }
  .menu-internas li a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .menu-internas li a:hover {
    color: #28589e;
    background: #fff;
  }
  .comp-banners .display .banner .texto .btn-txt {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .comp-banners .display .banner .texto .btn-txt:hover {
    padding: 20px 95px 20px 45px;
    background-position: center right 40px;
  }
  .btn-conheca {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .btn-conheca:hover {
    background-color: #999475;
  }
  .leia-mais {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .leia-mais:hover {
    background-position: center left 20px;
  }
  .roleta1 .setas span {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .roleta1 .item:hover .hover-conheca {
    display: block;
  }
  .tr-portal {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .tr-vendas {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .hover-empreendimentos li a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .hover-empreendimentos li a:hover {
    background: #f7f6f2;
  }
  header .nav nav {
    display: block;
  }
  header .nav nav li a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  header .nav .navbutton {
    display: none;
  }
  .numeros span {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .logo-hibrida:hover {
    background-position: 0 -18px;
  }
  .container {
    width: 1180px;
    display: block !important;
  }
  #empreendimentos .menu-internas li a:hover {
    color: #28589e;
    background: #fff;
  }
  #empreendimentos .hover-conheca {
    height: 470px;
  }
  .hover-conheca {
    display: none;
    position: absolute;
    content: "";
    width: 100%;
    height: 510px;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: rgba(17, 50, 97, 0.9);
  }
  .hover-conheca span {
    display: inline-block;
    width: 230px;
    height: 55px;
    line-height: 55px;
    margin-top: 225px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 2px #fff solid;
    background: url("../img/seta-btn-saibamais1.png") right 30px center no-repeat;
  }
  .imghover {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .imghover:after {
    content: " ";
    position: absolute;
    width: 600px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -300px;
    background: url("../img/icon-hover.png") no-repeat center center rgba(40, 88, 158, 0.7);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .imghover:hover:after {
    opacity: 1;
  }
  .imghover:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .imghover img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .imghoverover:after {
    opacity: 1;
  }
  .imghoverover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1180px) and (max-width: 1370px) {
  .comp-banners {
    height: 41.4vw;
  }
  .comp-banners .display .banner {
    width: 68%;
  }
  .comp-banners .display .banner .texto {
    width: 40%;
    margin-top: 4vw;
    margin-right: -46%;
  }
  .comp-banners .display .banner .texto .titulo-txt {
    font-size: 3vw;
  }
  .comp-banners .display .banner .texto .desc-txt {
    line-height: 29px;
    font-size: 22px;
  }
  .comp-banners .display .banner .texto .btn-txt {
    margin-top: 50px;
    padding: 15px 60px 15px 30px;
    background-position: center right 20px;
  }
  .comp-banners .display .banner .texto .btn-txt:hover {
    margin-top: 50px;
    padding: 15px 70px 15px 38px;
    background-position: center right 25px;
  }
  .comp-banners .setas {
    left: 68%;
  }
  .numeros {
    margin-left: 71.7%;
    bottom: 70px;
  }
  .bg-ho-institucional {
    padding-top: 120px;
  }
  .ho-inst-left {
    width: 50%;
    padding: 0 2% 70px 2%;
  }
  .ho-inst-left p {
    line-height: 25px;
    font-size: 20px;
  }
  .ho-inst-right {
    width: 50%;
  }
  .ho-noticias {
    padding-top: 100px;
  }
  .hover-empreendimentos li {
    line-height: 71px;
  }
  .hover-empreendimentos li a img {
    display: block;
    width: 40px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
  }
}
@media (max-width: 1179px) {
  .hover-empreendimentos li {
    height: 110px;
    line-height: 35px;
    font-size: 16px;
  }
  .hover-empreendimentos li a img {
    display: block;
    width: 30px;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
  }
  .topo-right {
    width: 215px;
  }
  .logomarca {
    width: -webkit-calc(100% - 645px);
    width: -moz-calc(100% - 645px);
    width: calc(100% - 645px);
  }
  .tr-portal {
    display: none;
  }
  .tr-vendas {
    display: none;
  }
  header .nav nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: 0;
    top: 0;
    left: 0;
    padding-top: 20px;
    background: rgba(136, 180, 0, 0.9);
    z-index: 1;
  }
  header .nav nav li {
    display: block;
    text-align: center;
    padding: 5px 0;
  }
  header .nav nav li a {
    font-size: 14px;
    color: #fff;
  }
  .newsletter {
    padding: 35px 0 40px 0;
  }
  .newsletter .txt-news {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .newsletter .txt-news span {
    display: block;
    color: #ede5bb;
  }
  .newsletter form {
    width: 95%;
    margin: 0 auto;
    float: inherit;
  }
  .newsletter form input[type=text] {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .newsletter form .news-nome {
    width: 50%;
    width: -webkit-calc(50% - 39px);
    width: -moz-calc(50% - 39px);
    width: calc(50% - 39px);
    float: left;
    margin-left: 2px;
  }
  .newsletter form .news-email {
    width: 50%;
    width: -webkit-calc(50% - 39px);
    width: -moz-calc(50% - 39px);
    width: calc(50% - 39px);
    float: left;
    margin-left: 2px;
  }
  .end-footer {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .end-footer span {
    margin-top: 15px;
  }
  .menu-footer span {
    display: block;
    margin-bottom: 15px;
  }
  .redes-sociais {
    margin: 0 auto;
  }
  .comunicadores a {
    margin-right: 8%;
  }
  .comunicadores .central-atendimento {
    margin-right: 4%;
  }
  .comunicadores .central-atendimento span {
    display: none;
  }
  .comunicadores .nosso-whatsapp {
    width: inherit;
    margin-right: 4%;
  }
  .comunicadores .nosso-whatsapp span {
    display: none;
  }
  .comunicadores .corretor-online strong {
    margin-top: -4px;
    font-size: 14px;
    font-weight: 700;
  }
  .comunicadores .atendimento-email strong {
    margin-top: -4px;
    font-size: 14px;
    font-weight: 700;
  }
  .comunicadores .ligamos-para-voce {
    width: 160px;
    margin-right: 0;
  }
  .comunicadores .ligamos-para-voce strong {
    margin-top: -4px;
    font-size: 14px;
    font-weight: 700;
  }
  .menu-internas {
    width: 100%;
  }
  .menu-internas li a {
    font-size: 14px;
  }
  .form-interesse strong {
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
  }
  .form-interesse a {
    margin-bottom: 10px;
  }
  .categorias {
    width: 100%;
  }
  .categorias .cat-lista a {
    font-size: 17px;
  }
  .bg-empreendimento {
    margin-top: 0;
    padding-top: 90px;
  }
  .txt-por-voce {
    line-height: 40px;
    font-size: 40px;
  }
  .bg-ho-institucional {
    padding-top: 100px;
  }
  .ho-inst-left {
    width: 100%;
    padding: 0 2% 50px 2%;
    text-align: center;
  }
  .ho-inst-right {
    width: 100%;
  }
  .sobre-txt {
    padding: 50px 0 70px 0;
  }
  .sobre-txt .sobre-borda {
    display: none;
  }
  .sobre-txt .editable_content {
    width: 100%;
  }
  .sobre-construtoras dl {
    margin-left: 0;
  }
  .contato .tel {
    margin-top: 30px;
  }
  .contato .email {
    margin-top: 30px;
  }
  .hover-conheca {
    display: none;
  }
  .area-empreen {
    width: 93%;
  }
  .txt-filtre {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
  .area-botoes {
    width: 100%;
  }
  .camp-busca {
    width: 100%;
  }
  #noticias .cabecalho h1 {
    line-height: 44px;
    padding-top: 46px;
    font-size: 44px;
  }
  #noticia .cabecalho h1 {
    padding-top: 70px;
  }
  .comp-banners {
    height: 90vw;
    background: #fff;
  }
  .comp-banners .display .banner {
    width: 100% !important;
    background-size: 100% auto;
  }
  .comp-banners .display .banner .texto {
    width: 100%;
    height: 300px;
    margin-top: 60vw;
    margin-right: 0;
    text-align: center;
  }
  .comp-banners .display .banner .texto .categ-txt {
    margin-top: 15px;
  }
  .comp-banners .display .banner .texto .titulo-txt {
    margin: 5px 0;
    font-size: 4vw;
  }
  .comp-banners .display .banner .texto .desc-txt {
    line-height: 29px;
    font-size: 22px;
  }
  .comp-banners .display .banner .texto .btn-txt {
    margin-top: 20px;
    padding: 10px 60px 10px 30px;
    background-position: center right 20px;
  }
  .comp-banners .setas {
    left: 100%;
    top: 53vw;
    bottom: inherit;
  }
  .numeros {
    width: 100%;
    margin-left: 0;
    bottom: 10px;
    z-index: 3;
    text-align: center;
  }
}
@media (max-width: 1179px) and (max-width: 988px) {
  .empreen-topo {
    display: none;
  }
  .busca-topo {
    display: none;
  }
  .logomarca {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
  }
  .busca-mapa form {
    width: 98%;
  }
  .busca-mapa #mapa {
    height: 500px;
    margin-top: 50px;
  }
}
@media (max-width: 1179px) and (max-width: 1000px) {
  .comp-banners .setas {
    left: 100%;
    top: 52vw;
  }
}
@media (max-width: 1179px) and (max-width: 900px) {
  .comp-banners {
    height: 95vw;
  }
}
@media (max-width: 760px) {
  h1 {
    line-height: 38px;
    font-size: 38px;
  }
  h2 {
    line-height: 38px;
    font-size: 38px;
  }
  h3 {
    line-height: 38px;
    font-size: 38px;
  }
  h4 {
    line-height: 38px;
    font-size: 38px;
  }
  h5 {
    line-height: 38px;
    font-size: 38px;
  }
  input[type=text] {
    margin-bottom: 15px;
  }
  input[type=password] {
    margin-bottom: 15px;
  }
  input[type=email] {
    margin-bottom: 15px;
  }
  select {
    margin-bottom: 15px;
  }
  .dumb_select {
    margin-bottom: 15px;
  }
  textarea {
    margin-bottom: 10px;
  }
  .topo-right {
    display: none;
  }
  .topo-empreendimentos {
    display: none;
  }
  .logomarca {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .logomarca img {
    width: 180px;
    margin-top: 10px;
  }
  .menu-topo {
    width: 90px;
    float: left;
  }
  .navbutton {
    height: 80px;
  }
  .navbutton span {
    left: 25px;
    top: 33px;
  }
  .hover-menu {
    top: 80px;
  }
  .hover-menu ul {
    width: 100%;
  }
  .roleta1 .setas span {
    width: 25px;
    height: 410px;
  }
  .roleta1 .setas .left {
    background-size: 13px auto;
  }
  .roleta1 .setas .right {
    background-size: 13px auto;
  }
  .roleta1 .cidade-bairro {
    padding-top: 40px;
  }
  .roleta1 h1 {
    margin-top: 50px;
    font-size: 24px;
  }
  .roleta1 h1 span {
    margin-top: 18px;
  }
  .roleta1 .qtos {
    margin-top: 30px;
    font-size: 17px;
  }
  .roleta1 .qtos:before {
    width: 25px;
    margin: 1px 0 0 -35px;
    background-size: 25px auto;
  }
  .roleta1 .metr {
    margin-top: 30px;
    font-size: 17px;
  }
  .roleta1 .metr:before {
    width: 20px;
    margin: 2px 0 0 -30px;
    background-size: 20px auto;
  }
  .roleta1 .itens .item:after {
    height: 410px;
  }
  .newsletter .txt-news {
    width: 94%;
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .newsletter .txt-news span {
    display: inline;
  }
  .newsletter form {
    width: 94%;
  }
  .newsletter form .news-nome {
    width: 100%;
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    float: inherit;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .newsletter form .news-email {
    width: 100%;
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    float: inherit;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .newsletter button.news-botao {
    width: 100%;
  }
  .redes-sociais {
    width: 100%;
    margin-top: 50px;
  }
  .comunicadores .corretor-online {
    display: none;
  }
  .comunicadores .atendimento-email {
    margin-top: 2px;
    margin-right: 4%;
  }
  .comunicadores .atendimento-email span {
    display: none;
  }
  .comunicadores .ligamos-para-voce {
    display: none;
  }
  .comunicadores .topo {
    display: none;
  }
  .comunicadores a {
    margin-right: 0;
    width: 20% !important;
    text-align: center;
    margin: 0 auto;
  }
  .comunicadores .central-atendimento {
    margin-right: 0;
    margin-top: 2px;
  }
  .comunicadores .nosso-whatsapp {
    width: 56% !important;
    margin-right: 0;
    float: right;
  }
  .comunicadores .nosso-whatsapp img {
    margin-top: 3px;
    margin-right: 5%;
    float: left;
  }
  .comunicadores .nosso-whatsapp span {
    display: block;
    margin: -5px 0;
    text-align: left;
  }
  .comunicadores .nosso-whatsapp strong {
    font-size: 16px;
  }
  .comunicadores img {
    width: 25px;
    height: 25px;
    float: none;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
  }
  .cabecalho h1 {
    padding-top: 45px;
    font-size: 33px;
  }
  .cabecalho p {
    line-height: 20px;
    font-size: 20px;
  }
  .bg-branco {
    background: #fff;
  }
  .bg-cinza {
    background: #e9eeee;
  }
  .area-interna {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bg-empreendimento {
    padding-top: 80px;
  }
  .txt-por-voce {
    line-height: 30px;
    font-size: 30px;
  }
  .ho-inst-left h2 {
    line-height: 47px;
    font-size: 45px;
  }
  .ho-inst-left p {
    margin: 30px;
    line-height: 25px;
    font-size: 20px;
  }
  .ho-inst-left .ho-sim {
    line-height: 24px;
    font-size: 22px;
  }
  .ho-inst-left .ho-sim span {
    display: block;
    margin-top: 20px;
  }
  .titulo-not {
    line-height: 45px;
    font-size: 50px;
    font-weight: 700;
  }
  .categorias .cat-lista {
    display: none;
    padding-top: 0;
  }
  .categorias .cat-lista a {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    border-right: 0;
  }
  #home .categorias .cat-lista a {
    border-top: 1px #d8d4c2 solid;
    background: #16406d !important;
  }
  #hotsite .cat-mobile {
    background: #28589e;
  }
  #hotsite .categorias .cat-lista a.atual {
    background: #3e3e3e;
  }
  #hotsite .categorias .cat-lista a {
    border-top: 1px #e9eeee solid;
    border-bottom: none;
  }
  .cat-mobile {
    display: block;
    width: 100%;
    line-height: 65px;
    height: 65px;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background: #16406d;
  }
  .cat-mobile:after {
    content: "";
    margin: 28px 10px 0 0;
    float: right;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #fff;
  }
  .btn-conheca {
    width: 100%;
    padding: 16px 60px 16px 10px;
  }
  .sobre-txt .editable_content img {
    display: none;
  }
  .sobre-construtoras .editable_content {
    font-size: 22px;
  }
  .sobre-construtoras dl {
    display: block;
    min-height: 200px;
    margin: 90px 0 0 0;
  }
  .sobre-construtoras dl dt {
    display: block;
    width: 100%;
    min-height: 100px;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .sobre-construtoras dl dd {
    width: 100%;
  }
  .menu-internas {
    display: none;
  }
  .menu-internas li a {
    width: 100% !important;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    float: left;
    color: #28589e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-right: 0;
    text-align: left;
    border-bottom: 1px #fff solid;
    background-color: #eaeaea;
  }
  .inter-mobile {
    display: block;
    width: 100%;
    line-height: 65px;
    height: 65px;
    padding: 0 15px;
    color: #28589e;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background: #eaeaea;
  }
  .inter-mobile:after {
    content: "";
    margin: 28px 10px 0 0;
    float: right;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #28589e;
  }
  #empreendimentos .menu-internas li a {
    color: #28589e;
    background-color: #eaeaea;
  }
  #empreendimentos .roleta1 .itens .item:after {
    width: 100%;
    height: 410px;
  }
  #empreendimentos .item-link {
    width: 100%;
    height: 410px;
  }
  #empreendimentos .item {
    width: 100%;
    height: 410px;
    margin-left: 0 !important;
  }
  .titulo-form {
    line-height: 28px;
    font-size: 28px;
    color: #666;
    text-align: center;
  }
  .contato {
    margin-bottom: 50px;
  }
  .contato .end {
    font-size: 14px;
  }
  .contato .email {
    font-size: 14px;
  }
  .btn-enviar {
    width: 100%;
  }
  .item {
    width: 100%;
    height: 410px;
  }
  .banner-hotsite {
    width: 100%;
    height: 460px;
  }
  .banner-hotsite .container {
    padding: 0;
  }
  .bg-menu-hotsite {
    height: inherit;
    margin-bottom: 0;
  }
  .bg-menu-hotsite .container {
    padding: 0;
  }
  .item-link {
    height: 410px;
  }
  .txt-filtre {
    font-size: 22px;
  }
  .ban-hotsite-area {
    width: 100%;
    height: 460px;
    padding: 50px 15px 0;
  }
  .ban-hotsite-area h2 {
    width: 100%;
    line-height: 32px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .tit-cadastro {
    font-size: 18px;
  }
  .bg-cadastro-hotsite {
    padding: 60px 0;
  }
  .bg-cadastro-hotsite form {
    padding: 0 5px;
  }
  .bg-cadastro-hotsite form img {
    display: none;
  }
  .bg-cadastro-hotsite form input {
    margin-bottom: 5px !important;
  }
  .descricao-hot {
    font-size: 16px;
  }
  .descricao-hot img {
    display: block;
    height: 18px;
    margin: 0 auto;
    float: none;
  }
  .menu-hotsite li {
    width: 100% !important;
  }
  .localizacao ul li {
    width: 100%;
  }
  .acompanhe-obra form {
    width: 100%;
  }
  #noticias .cabecalho h1 {
    line-height: 30px;
    padding-top: 40px;
    font-size: 30px;
  }
  .ho-noticias .ho-data {
    margin: 15px 0 5px 0;
  }
  .titulo-not-list {
    line-height: 34px;
    padding: 20px 0 30px 0;
    color: #000;
    font-size: 32px;
  }
  .compartilhe {
    text-align: center;
  }
  .compartilhe span {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .compartilhe a {
    margin: 0 10px;
    float: none;
    text-align: center;
  }
  .btn-voltar {
    width: 100%;
    text-align: center;
  }
  .popup_default {
    width: 360px;
  }
  .popup_default .titulo {
    font-size: 18px;
  }
  .popup_default .titulo img {
    display: none;
  }
  .popup_default button._close {
    top: 17px;
  }
  .popup-conteudo {
    padding: 30px 10px;
  }
  .comp-banners {
    height: 100vw;
  }
  .comp-banners .setas {
    display: none !important;
  }
  .comp-banners .display .banner .texto {
    height: auto;
  }
  .comp-banners .display .banner .texto .titulo-txt {
    padding: 0 10px;
    font-size: 5vw;
  }
  .comp-banners .display .banner .texto .desc-txt {
    display: none;
  }
  .comp-banners .display .banner .texto .btn-txt {
    padding: 8px 55px 8px 25px;
    font-size: 16px;
    border: 1px #0784d3 solid;
  }
  .editable_content img.imgRight {
    width: 100% !important;
    float: none;
    margin: 20px 0;
  }
  .editable_content img.imgLeft {
    width: 100% !important;
    float: none;
    margin: 20px 0;
  }
}
@media (max-width: 760px) and (max-width: 600px) {
  .comp-banners {
    height: 110vw !important;
  }
  .comp-banners .display .banner .texto .titulo-txt {
    font-size: 5vw;
  }
}
@media (max-width: 760px) and (max-width: 480px) {
  .comp-banners {
    height: 130vw !important;
  }
  .comp-banners .display .banner .texto .titulo-txt {
    font-size: 7vw;
  }
}
#hotsite .bg-menu-hotsite .menu-hotsite li {
  height: 65px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#hotsite .bg-menu-hotsite .menu-hotsite li a {
  line-height: 16px;
  text-align: center;
  width: 100%;
}

#hotsite footer {
  border-top: none;
}

header {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 40px;
  z-index: 7;
  position: relative;
  background: white;
}
header a.logo {
  display: block;
  width: 190px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
header .content {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100px;
}
header .content a {
  font-size: 16px;
  color: #595959;
  height: 100%;
  padding: 0 35px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
header .content a svg {
  width: 25px;
  height: auto;
  margin: 0 10px 0 0;
}
header .content a svg * {
  fill: rgb(0, 183, 39);
}
header .content button.pesquisa {
  width: 115px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
header .content button.pesquisa svg {
  width: 30px;
  height: auto;
}
header .content button.pesquisa svg * {
  fill: rgb(90, 167, 156);
}
header .content button.menu {
  width: 125px;
  height: 100%;
  background: #8c4a7c;
  color: white;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 0 0;
}
header .content button.menu[active=true] span {
  background: transparent;
  width: 30px;
  transform: rotate(360deg);
  height: 3px;
}
header .content button.menu[active=true] span:before {
  top: 0;
  transform: rotate(45deg);
}
header .content button.menu[active=true] span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
header .content button.menu span {
  display: block;
  width: 40px;
  height: 2px;
  background: white;
  position: relative;
  margin: 0 0 15px;
  transition: all 0.3s;
}
header .content button.menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 0.3s;
}
header .content button.menu span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  header .content a {
    display: none;
  }
}
@media (max-width: 800px) {
  header {
    padding: 0 0 0 20px;
  }
  header a.logo {
    width: 150px;
    height: 50px;
  }
  header .content {
    height: 80px;
  }
  header .content button.pesquisa {
    width: 95px;
  }
  header .content button.menu {
    width: 95px;
  }
}
@media (max-width: 500px) {
  header .content button.pesquisa {
    display: none;
  }
}

section.drop_menu {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 6;
  width: 100%;
  max-width: 500px;
  background: #8c4a7c;
  padding: 30px 50px;
  transition: all 0.3s;
}
section.drop_menu[active=false] {
  pointer-events: none;
  transform: translateY(-100%);
}
section.drop_menu a {
  display: block;
  color: white;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  font-size: 20px;
  margin: 0 0 10px;
}
section.drop_menu button.pesquisa {
  width: 100%;
  background: #a55792;
  color: white;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  font-size: 16px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 25px 0 0;
  display: none;
}
section.drop_menu button.pesquisa svg {
  width: 25px;
  margin-right: 10px;
}
section.drop_menu button.pesquisa svg * {
  fill: white;
}
@media (max-width: 800px) {
  section.drop_menu {
    top: 80px;
  }
}
@media (max-width: 500px) {
  section.drop_menu {
    padding: 20px 30px;
  }
  section.drop_menu a {
    font-size: 18px;
    margin: 0 0 8px;
  }
  section.drop_menu button.pesquisa {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

section.drop_busca {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(140, 74, 124, 0.9);
  transition: all 0.3s;
}
section.drop_busca[active=false] {
  pointer-events: none;
  transform: translateY(-100%);
}
section.drop_busca form {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
}
section.drop_busca form p {
  margin: 0 20px 0 0;
  width: 100px;
  color: white;
  font-size: 16px;
  line-height: 20px;
}
section.drop_busca form select {
  width: 250px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  height: 50px;
  margin: 0 5px;
  background-image: url(./../img/select_input_content_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px) center;
  padding: 0 20px;
  line-height: initial;
}
section.drop_busca form button.filtrar {
  height: 50px;
  background: #f09110;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 0 30px;
  border-radius: 4px;
  margin: 0 5px;
}
section.drop_busca form button.buscar_mapa {
  height: 50px;
  background: #4b9f93;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
  border-radius: 4px;
  margin: 0 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section.drop_busca form button.buscar_mapa img {
  margin: 0 5px 0 0;
}
@media (max-width: 1250px) {
  section.drop_busca form p {
    display: none;
  }
  section.drop_busca form select {
    width: 200px;
  }
}
@media (max-width: 950px) {
  section.drop_busca form {
    height: auto;
    padding: 25px 0;
    width: 300px;
    margin: 0 auto;
    justify-content: space-between;
  }
  section.drop_busca form select {
    width: 100%;
    margin: 0 0 5px;
  }
  section.drop_busca form button.filtrar {
    margin: 0;
    padding: 0px 39px;
  }
  section.drop_busca form button.buscar_mapa {
    margin: 0;
  }
}
@media (max-width: 800px) {
  section.drop_busca {
    top: 80px;
  }
}

footer {
  background: #f4f3eb;
  border-top: 14px solid #265382;
  padding: 145px 0 100px;
}
footer .content {
  width: 1200px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
footer .content .left_content {
  width: 400px;
}
footer .content .left_content a.logo {
  display: block;
  width: 190px;
  height: 65px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .content .left_content p.endereco {
  color: #627da4;
  margin: 25px 0 0;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
footer .content .left_content .redes {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 0;
}
footer .content .left_content .redes a {
  width: 55px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 0 0 30px;
}
footer .content .left_content .redes a:first-child {
  margin: 0;
}
footer .content .left_content .redes a.facebook {
  background: #d73072;
}
footer .content .left_content .redes a.facebook svg * {
  fill: white !important;
}
footer .content .left_content .redes a.google svg {
  width: 37px;
}
footer .content .left_content .redes a svg {
  width: 27px;
  height: auto;
}
footer .content .left_content .redes a svg * {
  fill: rgb(172, 175, 179);
}
footer .content .left_content .redes a:hover svg * {
  fill: #d73072;
}
footer .content .right_content {
  max-width: calc(100% - 400px);
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .content .right_content .page_content {
  max-width: 250px;
  margin-left: 110px;
}
footer .content .right_content .page_content:first-child {
  margin: 0;
}
footer .content .right_content .page_content h3 {
  color: #265ca9;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px;
  line-height: 20px;
}
footer .content .right_content .page_content a {
  display: block;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  color: #666666;
  font-size: 16px;
  margin: 0 0 10px;
}
footer .content .right_content .page_content a:hover {
  color: #d73072;
}
@media (max-width: 1300px) {
  footer {
    padding: 80px 0 70px;
  }
  footer .content {
    justify-content: center;
    width: 100%;
  }
  footer .content .left_content {
    margin: 0 0 70px;
  }
  footer .content .left_content a.logo {
    margin: 0 auto;
    background-position: center;
  }
  footer .content .left_content p.endereco {
    text-align: center;
  }
  footer .content .left_content .redes {
    justify-content: center;
  }
  footer .content .right_content {
    width: 100%;
    max-width: none;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  footer .content .right_content {
    display: none;
  }
}
@media (max-width: 500px) {
  footer {
    padding: 60px 0 30px;
    border-top: 10px solid #265382;
  }
  footer .content .left_content {
    width: 320px;
  }
  footer .content .left_content p.endereco {
    font-size: 12px;
  }
  footer .content .left_content .redes a {
    width: 45px;
    height: 45px;
  }
  footer .content .left_content .redes a.google svg {
    width: 33px;
  }
  footer .content .left_content .redes a svg {
    width: 23px;
  }
}

section.contato_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0px 20px 32px black;
  z-index: 10;
}
section.contato_fixed .content {
  height: 70px;
  width: 1200px;
  margin: 0 auto;
  display: block;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.contato_fixed .content a.contato_item {
  display: block;
  padding: 0 0 0 45px;
  position: relative;
}
section.contato_fixed .content a.contato_item.central_atendimento svg * {
  fill: rgb(254, 206, 65);
}
section.contato_fixed .content a.contato_item.whatsapp svg * {
  fill: rgb(65, 160, 7);
}
section.contato_fixed .content a.contato_item.corretor svg * {
  fill: rgb(90, 225, 255);
}
section.contato_fixed .content a.contato_item.email svg * {
  fill: #f09110;
}
section.contato_fixed .content a.contato_item svg {
  width: 35px;
  height: auto;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
section.contato_fixed .content a.contato_item span {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-weight: 600;
}
section.contato_fixed .content a.contato_item span strong {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
}
section.contato_fixed .content a.topo {
  display: block;
  width: 85px;
  height: 100%;
  background: rgb(218, 218, 218);
  position: relative;
}
section.contato_fixed .content a.topo:before {
  content: "";
  position: absolute;
  border-right: 5px solid #888888;
  border-top: 5px solid #888888;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1250px) {
  section.contato_fixed .content {
    width: 1000px;
  }
}
@media (max-width: 1050px) {
  section.contato_fixed .content {
    width: 750px;
    height: 65px;
  }
  section.contato_fixed .content a.contato_item {
    padding: 0 0 0 40px;
  }
  section.contato_fixed .content a.contato_item svg {
    width: 30px;
  }
  section.contato_fixed .content a.contato_item span {
    font-size: 12px;
    line-height: 16px;
  }
  section.contato_fixed .content a.contato_item span strong {
    font-size: 15px;
    line-height: 16px;
  }
  section.contato_fixed .content a.topo {
    display: none;
  }
}
@media (max-width: 800px) {
  section.contato_fixed .content {
    width: 450px;
  }
  section.contato_fixed .content a.contato_item.central_atendimento {
    height: 40px;
  }
  section.contato_fixed .content a.contato_item.central_atendimento span {
    display: none;
  }
  section.contato_fixed .content a.contato_item.whatsapp {
    height: 40px;
  }
  section.contato_fixed .content a.contato_item.whatsapp span {
    display: none;
  }
}
@media (max-width: 500px) {
  section.contato_fixed .content {
    width: 340px;
  }
  section.contato_fixed .content a.contato_item {
    width: 50px;
    height: 50px !important;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  section.contato_fixed .content a.contato_item svg {
    position: initial;
    transform: initial;
  }
  section.contato_fixed .content a.contato_item span {
    display: none;
  }
}

section.home_banner {
  overflow: hidden;
  position: relative;
}
section.home_banner .carousel {
  margin: 0;
}
section.home_banner .carousel .item {
  max-width: initial;
  height: 800px;
  position: relative;
  background-position: center;
  background-size: cover;
}
section.home_banner .carousel .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.5;
}
section.home_banner .carousel .item .content {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 50px;
}
section.home_banner .carousel .item .content .text {
  width: 450px;
  text-align: left;
}
section.home_banner .carousel .item .content .text .categoria {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fecc3b;
}
section.home_banner .carousel .item .content .text h2 {
  font-size: 48px;
  line-height: 52px;
  color: white;
  font-weight: 800;
  margin: 0 0 20px;
}
section.home_banner .carousel .item .content .text .description {
  font-size: 28px;
  color: white;
  line-height: 37px;
  margin: 0 0 45px;
}
section.home_banner .carousel .item .content .text a.link {
  background: #da407d;
  color: white;
  display: block;
  width: 250px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 19px 0;
}
section.home_banner .arrows {
  position: absolute;
  bottom: 350px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  pointer-events: none;
}
section.home_banner .arrows button {
  pointer-events: all;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.home_banner .arrows button.next svg {
  transform: rotate(180deg);
}
section.home_banner .arrows button svg {
  width: 25px;
  height: auto;
}
section.home_banner .arrows button svg * {
  fill: white;
}
section.home_banner .dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
section.home_banner .dots ul li {
  width: 20px;
  height: 20px;
  margin: 0 8px;
}
section.home_banner .dots ul li.slick-active button {
  background: #f3aa46;
  border-color: #f3aa46;
  opacity: 1;
}
section.home_banner .dots ul li button {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.5;
}
section.home_banner .dots ul li button:before {
  display: none;
}
@media (max-width: 1550px) {
  section.home_banner .carousel .item .content {
    width: 1150px;
  }
}
@media (max-width: 1400px) {
  section.home_banner .carousel .item {
    height: 650px;
  }
  section.home_banner .carousel .item .content {
    width: 1000px;
  }
  section.home_banner .carousel .item .content .text {
    width: 430px;
  }
  section.home_banner .carousel .item .content .text .categoria {
    margin: 0 0 10px;
    font-size: 18px;
  }
  section.home_banner .carousel .item .content .text h2 {
    font-size: 45px;
    line-height: 48px;
    margin: 0 0 15px;
  }
  section.home_banner .carousel .item .content .text .description {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 30px;
  }
  section.home_banner .carousel .item .content .text a.link {
    width: 200px;
    font-size: 18px;
    padding: 15px 0;
  }
  section.home_banner .arrows {
    bottom: 285px;
  }
  section.home_banner .arrows button {
    width: 65px;
    height: 65px;
  }
  section.home_banner .arrows button svg {
    width: 20px;
  }
  section.home_banner .dots {
    bottom: 30px;
  }
  section.home_banner .dots ul li {
    width: 17px;
    height: 17px;
    margin: 0 7px;
  }
}
@media (max-width: 1200px) {
  section.home_banner .carousel .item .content {
    width: 100%;
  }
  section.home_banner .carousel .item .content .text {
    width: 100%;
    padding: 0 80px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  section.home_banner .carousel .item .content .text a.link {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  section.home_banner .carousel .item {
    height: 500px;
  }
  section.home_banner .carousel .item .content .text .categoria {
    font-size: 16px;
  }
  section.home_banner .carousel .item .content .text h2 {
    font-size: 41px;
    line-height: 44px;
  }
  section.home_banner .carousel .item .content .text .description {
    font-size: 22px;
    line-height: 30px;
  }
  section.home_banner .carousel .item .content .text a.link {
    width: 180px;
    font-size: 16px;
    padding: 13px 0;
  }
  section.home_banner .arrows {
    bottom: 220px;
  }
  section.home_banner .dots {
    bottom: 20px;
  }
}
@media (max-width: 550px) {
  section.home_banner .carousel .item {
    height: 430px;
  }
  section.home_banner .carousel .item:before {
    opacity: 0.6;
  }
  section.home_banner .carousel .item .content .text {
    padding: 0 20px;
  }
  section.home_banner .carousel .item .content .text .categoria {
    font-size: 13px;
    margin: 0 0 5px;
  }
  section.home_banner .carousel .item .content .text h2 {
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 10px;
  }
  section.home_banner .carousel .item .content .text .description {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px;
  }
  section.home_banner .carousel .item .content .text a.link {
    width: 150px;
    font-size: 14px;
    padding: 11px 0;
  }
  section.home_banner .arrows {
    display: none;
  }
  section.home_banner .dots ul li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
}
section.home_institucional {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
  position: relative;
}
section.home_institucional:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(./../img/temporario/institucional_bg.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
section.home_institucional .text {
  width: calc(100% - 1050px);
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
section.home_institucional .text .content {
  margin: 0 0 0 auto;
  padding: 0 30px 0 0;
  width: 500px;
}
section.home_institucional .text .content h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #894679;
  margin: 0 0 40px;
}
section.home_institucional .text .content h2 span {
  color: #f09110;
}
section.home_institucional .text .content p {
  font-size: 24px;
  line-height: 34px;
  color: black;
  margin: 0 0 45px;
}
section.home_institucional .text .content a {
  display: block;
  background: #d73072;
  color: white;
  width: 300px;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 35px;
  position: relative;
}
section.home_institucional .text .content a svg {
  position: absolute;
  width: 20px;
  height: auto;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
section.home_institucional .text .content a svg * {
  fill: white;
}
section.home_institucional .image {
  width: 1050px;
  height: 650px;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1700px) {
  section.home_institucional .text {
    width: calc(100% - 850px);
  }
  section.home_institucional .image {
    width: 850px;
    background-size: cover;
  }
}
@media (max-width: 1450px) {
  section.home_institucional .text {
    width: calc(100% - 700px);
  }
  section.home_institucional .text .content {
    width: 450px;
  }
  section.home_institucional .text .content h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 25px;
  }
  section.home_institucional .text .content p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 35px;
  }
  section.home_institucional .text .content a {
    width: 270px;
    font-size: 17px;
    padding: 15px 30px;
  }
  section.home_institucional .image {
    width: 700px;
    height: 550px;
  }
}
@media (max-width: 1200px) {
  section.home_institucional .text {
    width: calc(100% - 600px);
  }
  section.home_institucional .text .content {
    width: 400px;
  }
  section.home_institucional .text .content h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 20px;
  }
  section.home_institucional .text .content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
  }
  section.home_institucional .text .content a {
    width: 240px;
    font-size: 15px;
    padding: 15px 25px;
  }
  section.home_institucional .text .content a svg {
    width: 15px;
  }
  section.home_institucional .image {
    width: 600px;
    height: 500px;
  }
}
@media (max-width: 1050px) {
  section.home_institucional .text {
    width: 100%;
  }
  section.home_institucional .text .content {
    margin: 0 auto;
    padding: 50px 30px;
    width: 100%;
    max-width: 600px;
  }
  section.home_institucional .text .content h2 {
    text-align: center;
  }
  section.home_institucional .text .content p {
    text-align: center;
  }
  section.home_institucional .text .content a {
    margin: 0 auto;
  }
  section.home_institucional .image {
    width: 580px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  section.home_institucional .text .content {
    padding: 40px 20px;
  }
  section.home_institucional .text .content h2 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
  }
  section.home_institucional .text .content p {
    font-size: 17px;
    line-height: 27px;
  }
  section.home_institucional .image {
    width: 100%;
    height: 375px;
  }
}

section.blog_topo {
  padding: 50px 0 0;
  background: #e9eeee;
}
section.blog_topo .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.blog_topo .content .item_blog {
  background-position: center;
  background-size: cover;
  position: relative;
}
section.blog_topo .content .item_blog a.full_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
section.blog_topo .content .item_blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
section.blog_topo .content .item_blog .item_content {
  position: relative;
}
section.blog_topo .content .item_blog .item_content p.data {
  font-size: 16px;
  font-weight: bold;
  color: #00f6ff;
  margin: 0 0 5px;
}
section.blog_topo .content .item_blog .item_content h2 {
  color: white;
  margin: 0 0 30px;
}
section.blog_topo .content .item_blog .item_content a.link {
  display: block;
  position: relative;
  padding: 0 0 0 50px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  z-index: 1;
}
section.blog_topo .content .item_blog .item_content a.link svg {
  width: 35px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.blog_topo .content .item_blog .item_content a.link svg * {
  fill: #00f6ff;
}
section.blog_topo .content .left_content {
  width: 770px;
}
section.blog_topo .content .left_content .item_blog {
  height: 580px;
  width: 100%;
  position: relative;
}
section.blog_topo .content .left_content .item_blog .item_content {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  padding: 0 180px 0 55px;
}
section.blog_topo .content .left_content .item_blog .item_content h2 {
  font-size: 40px;
  line-height: 40px;
}
section.blog_topo .content .right_content {
  width: calc(100% - 774px);
  position: relative;
}
section.blog_topo .content .right_content .item_blog {
  width: 100%;
  height: calc(50% - 3px);
  margin-bottom: 6px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
section.blog_topo .content .right_content .item_blog:last-child {
  margin-bottom: 0;
}
section.blog_topo .content .right_content .item_blog .item_content {
  padding: 0 60px 0 30px;
}
section.blog_topo .content .right_content .item_blog .item_content h2 {
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 1250px) {
  section.blog_topo {
    display: none;
  }
}

/*# sourceMappingURL=principal.css.map */
