@charset "UTF-8";

/******************** ********************/
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");

/******************** FONTS ********************/
@font-face {
  font-family: "Havelock Titling";
  src: url("../fonts/HavelockTitling-Black.woff2") format("woff2"),
    url("../fonts/HavelockTitling-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Havelock Titling";
  src: url("../fonts/HavelockTitling-Bold.woff2") format("woff2"),
    url("../fonts/HavelockTitling-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Havelock Titling";
  src: url("../fonts/HavelockTitling-Medium.woff2") format("woff2"),
    url("../fonts/HavelockTitling-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Havelock Titling";
  src: url("../fonts/HavelockTitling-Light.woff2") format("woff2"),
    url("../fonts/HavelockTitling-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Havelock Titling";
  src: url("../fonts/HavelockTitling-Regular.woff2") format("woff2"),
    url("../fonts/HavelockTitling-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Athena Regular";
  src: url("../fonts/Athena-Regular.woff2") format("woff2"), url("../fonts/Athena-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/******************** IMPORTS ********************/

@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Khand:400,500");

/******************** VARS ********************/

/******************** MEDIA QUERIES ********************/

/******************** BASE ********************/

* {
  outline: transparent !important;
}

html,
body {
  color: #2b2b2b;
  min-width: 320px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-smoothing: antialiased;
}

body {
  background: #fff;
  /* padding-bottom: 60px; */
}

strong {
  font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 900;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
  font-size: 70%;
  font-weight: inherit;
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

section {
  padding: 90px 0;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none !important;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

a:active,
a:focus,
a:visited {
  color: inherit;
}

a:hover {
  color: #f4b68c;
}

a.pink:hover {
  color: #e76879;
}

p.green,
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
a.green {
  color: #f4b68c;
}

.w-60 {
  width: 60% !important;
}

/******************** CLASSES ********************/

.wp-select {
  margin-bottom: 30px;
  margin-left: 5px;
}

.wp-select .select-1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 260px;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  margin-left: 15px;
}

.wp-select .select-1::placeholder {
  color: #2b2b2b;
}

.wp-select .down-select {
  color: #2b2b2b;
  margin-left: -15px;
}

.wp-search {
  margin-bottom: 30px;
  margin-left: 5px;
}

.wp-search .search-1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 280px;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  margin-left: 15px;
}

.wp-select .search-1::placeholder {
  color: #2b2b2b;
}

.wp-search .down-select {
  color: #2b2b2b;
  margin-left: -15px;
}

.cOrange {
  color: #f4b68c;
}

.ft-sec {
  font-family: "Havelock Titling", sans-serif;
}

.hline {
  display: inline-block;
  position: absolute;
  padding-right: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  left: 0;
  top: 14px;
}

.hline:before,
.hline:after {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
}

.hline:after {
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #000;
}

.paroller,
.owl-emp {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}

.owl-emp {
  position: relative;
}

.left-fill:before {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .left-fill:before {
    width: calc((100vw - 750px) / 2 + 0px);
    left: calc(calc((100vw - 750px) / 2 + 0px) * -1);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .left-fill:before {
    width: calc((100vw - 970px) / 2 + 0px);
    left: calc(calc((100vw - 970px) / 2 + 0px) * -1);
  }
}

@media (min-width: 1200px) {
  .left-fill:before {
    width: calc((100vw - 1170px) / 2 + 0px);
    left: calc(calc((100vw - 1170px) / 2 + 0px) * -1);
  }
}

#btn-load {
  color: #f4b68c;
}

#btn-load .button-go-bt {
  transform: rotate(90deg);
  border: 1px solid #f4b68c;
}

#btn-load .button-go-bt::after {
  border-top: 1px solid #f4b68c;
  border-right: 1px solid #f4b68c;
}

#btn-load:hover {
  color: #2b2b2b;
}

button.button-go {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.button-go {
  color: #2b2b2b;
  display: inline-block;
}

.button-go:hover {
  color: #2b2b2b;
}

.button-go .button-go-bt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  border: 1px solid #2b2b2b;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 0;
}

.button-go .button-go-bt:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  margin-left: -4px;
  transform: rotate(45deg);
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.button-go .button-go-bt:before {
  content: "";
  background: #2b2b2b;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  z-index: -1;
}

.button-go.bt-green {
  color: #f4b68c;
}

.button-go.bt-green .button-go-bt {
  border-color: #f4b68c;
}

.button-go.bt-green .button-go-bt:before {
  background: #f4b68c;
}

.button-go.bt-green .button-go-bt:after {
  color: #f4b68c;
  border-color: #f4b68c;
}

.button-go.go-reverse .button-go-bt {
  margin-left: 0;
  margin-right: 12px;
}

.button-go:hover .button-go-content:after {
  width: 20px;
}

.button-go:hover .button-go-bt:before {
  transform: scale(1);
}

.button-go:hover .button-go-bt:after {
  color: #fff;
  border-color: #fff;
}

.button-go.medium-go {
  font-size: 16px;
}

.button-go.medium-go .button-go-content {
  vertical-align: middle;
  font-family: "Athena Regular", sans-serif;
}
.button-go-content {
  font-family: "Athena Regular", sans-serif;
  text-transform: uppercase;
}

.button-go.medium-go .button-go-bt {
  width: 28px;
  height: 28px;
}

.button-go.medium-go .button-go-bt:after {
  width: 6px;
  height: 6px;
  margin-left: -2px;
}

.button-go.small-go {
  font-size: 14px;
}

.button-go.small-go .button-go-content {
  vertical-align: middle;
}

.button-go.small-go .button-go-bt {
  width: 22px;
  height: 22px;
}

.button-go.small-go .button-go-bt:after {
  width: 4px;
  height: 4px;
  margin-left: -2px;
}

.button-go.bt-close .button-go-bt:after {
  content: "\00d7";
  width: auto;
  height: auto;
  margin: 0;
  margin-top: 0;
  margin-left: -2px;
  border: 0;
  font-size: 24px;
  line-height: 1;
  transform: none !important;
}

.white-text .button-go {
  color: #fff;
}

.white-text .button-go:hover {
  color: #fff;
}

.white-text .button-go .button-go-bt {
  border-color: #fff;
}

.white-text .button-go .button-go-bt:before {
  background: #fff;
}

.white-text .button-go .button-go-bt:after {
  color: #fff;
  border-color: #fff;
}

.white-text .button-go:hover .button-go-bt:after {
  color: #fff;
  border-color: #2b2b2b;
}

.white-text .button-go.bt-green:hover .button-go-bt:after {
  color: #f4b68c;
  border-color: #f4b68c;
}

#content-wrapper {
  width: 100%;
  overflow: hidden;
}

.px-fallback {
  display: none;
}

body.parallax-fallback .px-fallback {
  display: block;
}

.nopadding {
  padding: 0;
}

.row.rowflex {
  display: flex;
}

@media (min-width: 768px) {
  .row.rowflex-sm {
    display: flex;
  }
}

@media (min-width: 992px) {
  .row.rowflex-md {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .row.rowflex-lg {
    display: flex;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.sec-title {
  margin-bottom: 60px;
  font-family: "Havelock Titling", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
}

.sec-title.center {
  text-align: center;
}

.white-text {
  color: #fff;
}

.white-text a {
  color: #fff;
}

.white-text a:active,
.white-text a:focus,
.white-text a:visited {
  color: #fff;
}

.white-text a:hover {
  color: #f7c9a4;
}

.white-text .sec-title {
  color: #fff;
}

.sec-banner {
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 120px;
  min-height: 550px;
  text-align: center;
}

.sec-banner .sec-title {
  position: relative;
  margin-bottom: 0;
  padding-left: 53px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  text-indent: 0;
  font-family: "Athena Regular", sans-serif;
}

.sec-banner .sec-title .stroked-text {
  color: transparent;
  position: absolute;
  left: 4px;
  top: 4px;
  padding-left: 53px;
  text-indent: 0;
  -webkit-text-stroke: 1px #f4b68c;
}

.div-banner {
  color: #2b2b2b;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.div-banner .sec-title {
  position: relative;
  margin-bottom: 0;
  padding-left: 53px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  font-size: 70px;
  text-indent: -13px;
  font-family: "Athena Regular", sans-serif;
}

.div-banner .sec-title:before {
  content: "";
}
.div-banner .data-blog:before {
  display: inline-block;
  width: 34px;
  margin-right: 12px;
  border-bottom: 1px solid #2b2b2b;
  content: "";
}

.div-banner .sec-title .stroked-text {
  color: transparent;
  position: absolute;
  left: 4px;
  top: 4px;
  padding-left: 53px;
  text-indent: -13px;
  -webkit-text-stroke: 1px #fff;
}

.breadcrumbs {
  padding: 30px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumbs .sep {
  margin: 0 4px;
}

.breadcrumbs .sep:before {
  content: " › ";
}

.breadcrumbs a {
  color: #666;
}

.breadcrumbs a:hover {
  color: #f4b68c;
}

.breadcrumbs .active {
  color: #f4b68c;
}

figure.fit {
  /* background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; */
  height: 356px;
  /* padding-bottom: 100%; */
  overflow: hidden;
  display: flex;
  justify-content: center;
}
figure.fit img {
  height: 356px;
}
@media (max-width: 700px) {
  figure.fit img {
    height: 462px;
  }
}

figure.fit.f16by9 {
  padding-bottom: 56.25%;
}

figure.fit.f4by3 {
  padding-bottom: 75%;
}

figure.fit.f3by4 {
  padding-bottom: 133.333333%;
}

.bt {
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-family: "Barlow";
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}

.bt-pink {
  color: #fff !important;
  background: #e76879 !important;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.bt-pink:focus,
.bt-pink:active,
.bt-pink:visited {
  color: #fff !important;
}

.bt-pink:hover {
  color: #fff !important;
  background: #e03c52 !important;
}

.bt-green-o {
  color: #f4b68c !important;
  background: transparent !important;
  border: 1px solid #f4b68c;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.bt-green-o:focus,
.bt-green-o:active,
.bt-green-o:visited {
  color: #f4b68c !important;
}

.bt-green-o:hover {
  color: #fff !important;
  background: #f4b68c !important;
}

.bt-medium {
  padding: 12px 18px;
  min-width: 130px;
  font-size: 14px;
}

.bt-large {
  padding: 17.5px 22px;
  min-width: 170px;
  font-size: 18px;
}

.form-control {
  color: #2b2b2b;
  background: transparent;
  height: auto;
  padding: 10px 3px;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #f4b68c !important;
  border-radius: 0;
  box-shadow: none !important;
  resize: none;
  font-size: 15px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  font-family: "Raleway", sans-serif;
}

.form-control:focus {
  color: #f4b68c;
  border-color: #f4b68c;
}

.form-control::placeholder {
  color: #2b2b2b;
}

.form-control.gray {
  background: #f8f8f8;
}

.white-text .form-control {
  color: #fff;
}

.white-text .form-control::placeholder {
  color: #2b2b2b;
}

.form-group {
  margin-bottom: 20px;
}

.nice-select-group {
  position: relative;
}

.nice-select-group:after {
  content: "";
  clear: both;
  display: table;
}

.nice-select-group .nice-select {
  padding: 2.5px 25px;
  padding-right: 44px;
}

.nice-select-group .nice-select:after {
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  margin-top: -6px;
  right: 22px;
}

.nice-select-group .nice-select .list {
  border-radius: 0;
}

.nice-select-group .nice-select.list-bottom .list {
  top: auto !important;
  bottom: 100%;
}

.owl-carousel.full-height {
  height: 100%;
}

.owl-carousel.full-height,
.owl-carousel.full-height .owl-stage-outer,
.owl-carousel.full-height .owl-stage {
  height: inherit;
}

.owl-carousel.full-height .owl-stage {
  display: flex;
}

.owl-carousel.full-height .owl-stage .owl-item {
  flex-shrink: 0;
}

.owl-carousel.full-height .item {
  height: 100%;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-top: 2px solid #2b2b2b;
  border-left: 2px solid #2b2b2b;
  transform: translateX(6px) rotate(-45deg);
  transition: border-color 0.2s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #f4b68c !important;
}

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
  border-color: #fff;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-nav .owl-next:before {
  transform: translateX(-6px) rotate(135deg);
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  background: #fff;
  display: inline-block;
  width: 56px;
  height: 3px;
  margin-right: 10px;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #f4b68c;
}

.owl-carousel .owl-dots .owl-dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  margin-top: -10px;
}

a.play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

a.play-icon:before {
  content: "";
  border-left: 28px solid white;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  margin-left: 8px;
}

.video-container {
  position: relative;
}

.video-container .video-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s ease-in-out, z-index 0s linear 0s;
  cursor: pointer;
}

.video-container .video-overlay.playing {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out, z-index 0s linear 0.3s;
}

.video-section .video-cover {
  position: relative;
}

.video-section .video-cover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/******************** MENU ********************/

body {
  padding-top: 90px;
}

@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}

#header {
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0.8), transparent);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s ease-in-out;
}

#header nav.main-menu {
  display: flex;
  align-items: center;
  height: 90px;
  transition: height 0.3s ease-in-out;
}

#header nav.main-menu .logo {
  display: flex;
  align-items: center;
}

#header nav.main-menu .logo .brand img {
  height: 69px;
  transition: height 0.3s ease-in-out;
}

#header nav.main-menu #menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header nav.main-menu #menu > ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  font-size: 16px;
  font-family: "Havelock Titling", sans-serif;
  font-weight: 400;
  text-transform: initial;
  width: 100%;
  justify-content: space-between;
  transition: 0.3s;
}

#header.top-fixed nav.main-menu #menu > ul {
  margin: 12px 0 0;
  transition: 0.3s;
}

#header nav.main-menu #menu > ul:after {
  content: "";
  clear: both;
  display: table;
}

#header nav.main-menu #menu > ul > li > a {
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
}
#header nav.main-menu #menu > ul > li.current-menu-item > a {
  color: #f7c9a4;
  text-decoration: underline !important;
}

#header nav.main-menu #menu > ul > li > a:hover {
  color: #f7c9a4;
  text-decoration: underline !important;
}

#header nav.main-menu .direita {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header nav.main-menu .direita img {
  transition: transform 0.3s ease-in-out;
}

#header nav.main-menu #menu-toggle {
  color: #f4b68c;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  align-items: center;
  border: 0;
  font-size: 14px;
  outline: transparent !important;
  transition: color 0.6s ease-in-out;
}
#header nav.main-menu #menu-toggle:hover {
  text-decoration: underline !important;
}

#header nav.main-menu #menu-toggle .icon-bars {
  background: #f4b68c;
  display: inline-block;
  height: 1px;
  width: 20px;
  margin-left: 12px;
  position: relative;
  transition: background 0.6s ease-in-out 0s;
}

#header nav.main-menu #menu-toggle .icon-bars:before,
#header nav.main-menu #menu-toggle .icon-bars:after {
  content: "";
  background: #f4b68c;
  position: absolute;
  right: 0;
  height: 1px;
  transition-property: top, bottom, width, transform, background;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.6s;
  transition-delay: 0.3s, 0.3s, 0.3s, 0s, 0s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}

#header nav.main-menu #menu-toggle .icon-bars:before {
  width: 15px;
  top: -6px;
}

#header nav.main-menu #menu-toggle .icon-bars:after {
  width: 20px;
  bottom: -6px;
}

#header.top-fixed,
#header.top-fixed2 {
  background: #2b2b2b;
}

#header.open {
  z-index: 2;
}

#footer p.jobs {
  font-family: "Havelock Titling", sans-serif;
  color: #fff;
}

#footer p.jobs a {
  color: #fff;
}

#footer .social-icon {
  margin-right: 10px;
}

#footer .social-icon span {
  font-size: 27px;
}

#header.open nav.main-menu #menu-toggle {
  color: #fff;
}

#header.open nav.main-menu #menu-toggle .icon-bars {
  background: transparent !important;
}

#header.open nav.main-menu #menu-toggle .icon-bars:before {
  background: #fff;
  top: 0;
  width: 20px;
  transform: rotate(45deg);
  transition-delay: 0s, 0s, 0s, 0.3s;
}

#header.open nav.main-menu #menu-toggle .icon-bars:after {
  background: #fff;
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0s, 0s, 0.3s;
}

.sub-menu.open {
  right: 0%;
  width: 100%;
  transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  background: #2b2b2b;
}

.sub-menu {
  background: rgba(53, 62, 82, 0) url(../img/bg_letters.png) repeat left top;
  width: 0%;
  display: flex;
  position: fixed;
  height: 100%;
  right: -30%;
  top: 0;
  z-index: 2;
  padding: 30px;
  transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}

.sub-menu nav ul li {
  text-align: right;
  margin-bottom: 10px;
  display: block;
}

.sub-menu nav ul li h3 {
  color: #f4b68c;
  margin-bottom: 0px;
  font-size: 24px;
}

.sub-menu nav ul li h4 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.sub-menu nav ul li h4 a {
  color: #fff;
  font-size: 24px;
}

.sub-menu nav ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
}

.sub-menu nav ul li a:hover {
  color: #f4b68c;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  text-decoration: underline !important;
}

.sub-menu .link-phone {
  margin-top: 30px;
  color: #f4b68c;
  font-size: 26px;
}

@media (max-width: 992px) {
  .sub-menu {
    width: 100%;
    right: -100%;
  }
}

@media (max-width: 480px) {
  .sub-menu {
    width: 100%;
    right: -100%;
  }
}

.social-menu {
  margin-top: 0px;
}

.social-menu h6 {
  color: #f4b68c;
  margin-bottom: 10px;
}

.social-menu a {
  width: 50px;
  height: 50px;
  display: inline-block !important;
  color: #f4b68c;
  font-size: 20px;
}

.social-menu a:hover {
  color: #fff;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

@media (min-width: 992px) {
  #header.top-fixed nav.main-menu,
  #header.top-fixed2 nav.main-menu {
    height: 60px;
  }

  #header.top-fixed nav.main-menu .logo .brand img,
  #header.top-fixed2 nav.main-menu .logo .brand img {
    height: 50px;
  }

  #header.top-fixed nav.main-menu .direita img,
  #header.top-fixed2 nav.main-menu .direita img {
    transform: scale(0.9);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header nav.main-menu #menu > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#header + .undermenu {
  margin-top: -90px;
}

/******************** MISC ********************/

#cta-contato {
  background: linear-gradient(90deg, #25d366 50%, #2b2b2b 50%);
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 10;
}

#cta-contato .item {
  color: #fff;
  font-family: "Havelock Titling", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#cta-contato .item .fa,
#cta-contato .item .fab,
#cta-contato .item .far,
#cta-contato .item img {
  margin-right: 14px;
}

#cta-contato .whatsapp .fa,
#cta-contato .whatsapp .fab,
#cta-contato .whatsapp .far,
#cta-contato .telefone .fa,
#cta-contato .telefone .fab,
#cta-contato .telefone .far {
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

#footer .hline::after {
  border-color: #fff;
}

#footer .hline::before {
  border-color: #fff;
}

/******************** FOOTER ********************/

#footer {
  background: #2b2b2b;
  padding: 60px 0;
  background-image: url("../img/bg-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .col .titulo {
  position: relative;
  color: #fff;
  font-family: "Havelock Titling", sans-serif;
  padding-left: 40px;
}

#footer .baixo .titulo {
  padding-left: 40px;
  font-family: "Havelock Titling", sans-serif;
}

#footer p {
  font-family: "Raleway", sans-serif;
}

@media (max-width: 992px) {
  #footer .col .titulo {
    padding-left: 40px;
  }

  #footer .baixo .titulo {
    padding-left: 40px;
    font-family: "Havelock Titling", sans-serif;
  }

  #footer .baixo .hline {
    left: -1px;
  }
}

#footer .hline {
  top: 10px;
}

#footer .contato ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .contato ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

#footer .contato ul li:last-child {
  margin-bottom: 0;
}

#footer .contato ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#footer .newsletter form:after {
  content: "";
  clear: both;
  display: table;
}

#footer .newsletter form .form-group .form-control {
  margin-right: -90px;
  padding-right: 102px;
  float: left;
}

#footer .newsletter form .button-go {
  color: #f4b68c;
  width: 90px;
  line-height: 42px;
}

#footer .newsletter form .button-go .button-go-bt {
  border-color: #f4b68c;
}

#footer .newsletter form .button-go .button-go-bt:after {
  border-color: #f4b68c;
}

#footer .baixo {
  margin-top: 90px;
  align-items: flex-end;
}

#footer .baixo .social .icons {
  font-size: 22px;
  line-height: 1;
}

#footer .baixo .social .icons .social-icon {
  color: #f4b68c;
  margin-right: 20px;
}

#footer .baixo .social .icons .social-icon:last-child {
  margin-right: 0;
}

#footer .baixo .social .icons .social-icon:hover {
  color: #fff;
}

#footer .baixo .topo {
  text-align: right;
}

#footer .baixo .topo .button-go {
  font-size: 14px;
  transform: translateY(25%);
}

#footer .baixo .topo .button-go .button-go-bt:after {
  content: url("../img/ico-topo.png");
  width: auto;
  height: auto;
  border: 0;
  margin-left: 0;
  line-height: 1;
  transform: none;
  transition: filter 0.2s ease-in-out;
  filter: brightness(0) invert(1);
}

#footer .baixo .topo .button-go:hover .button-go-bt:after {
  filter: none;
}

#footer .baixo .copy {
  color: #95a1a8;
  font-size: 12px;
  text-align: center;
}

#cta-contato .whatsapp.item a:hover {
  color: #fff;
}

#cta-contato .telefone.item a:hover {
  color: #fff;
}

/******************** HOME ********************/

#home-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 60px);
  padding: 0;
}

#home-banner .titulo-2 {
  font-family: "Athena Regular", sans-serif;
  font-size: 100px;
  width: 45vw;
}

#home-banner .titulo-3 {
  font-size: 59px;
  letter-spacing: -6.49px;
  line-height: 65px;
  font-family: "Havelock Titling", sans-serif;
}

@media (max-width: 992px) {
  #home-banner .titulo-2 {
    font-size: 35px;
    width: 100%;
  }

  #home-banner .titulo-3 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -3.3px;
  }
}

#home-banner .sobretitulo small {
  display: block;
  font-family: "Havelock Titling", sans-serif;
}

#home-banner .sobretitulo {
  color: #f4b68c;
}

#home-banner .titulo,
#home-banner img {
  margin-bottom: 25px;
}

#home-banner .mouse-scroll-container {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateY(-100%);
  z-index: 1;
}

#home-banner-carousel {
  padding-bottom: 90px;
}

#home-banner-carousel .item {
  display: flex;
  align-items: center;
  padding: 120px 0;
  background-size: cover;
}

#home-banner-carousel .button-go {
  font-family: "Athena Regular", sans-serif;
  font-size: 16px;
}

#home-banner-carousel .owl-dots {
  counter-reset: home-banner-dots;
  bottom: 50px;
  transform: none;
}

@media (max-width: 767px) {
  #home-banner-carousel .owl-dots {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-banner-carousel .owl-dots {
    left: calc((100% - 750px) / 2 + 15px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #home-banner-carousel .owl-dots {
    left: calc((100% - 970px) / 2 + 15px);
  }
}

@media (min-width: 1200px) {
  #home-banner-carousel .owl-dots {
    left: calc((100% - 1170px) / 2 + 15px);
  }
}

#home-banner-carousel .owl-dots .owl-dot {
  color: #fff;
  background-color: transparent;
  position: relative;
  width: 68px;
  height: auto;
  margin-right: 24px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-align: left;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

#home-banner-carousel .owl-dots .owl-dot:before {
  counter-increment: home-banner-dots;
  content: counter(home-banner-dots, decimal-leading-zero);
  padding: 6px 4px;
}

#home-banner-carousel .owl-dots .owl-dot:after {
  content: "";
  background-color: #f4b68c;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  opacity: 0;
  transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#home-banner-carousel .owl-dots .owl-dot.active {
  color: #f4b68c;
  border-bottom-color: #f4b68c;
}

#home-banner-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

#home-sobre {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#home-sobre .sec-title {
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -0.96px;
  font-weight: 400;
  color: #2b2b2b;
  padding-left: 50px;
  position: relative;
}

#home-sobre .sec-title .hline {
  left: 0;
  width: 40px;
  top: 14px;
}

#home-sobre .sec-title .hline::before {
  width: 40px;
}

#home-sobre .sec-title .hline::after {
  border-color: #000;
  width: 40px;
}

#home-sobre .main-cont {
  position: relative;
  z-index: 1;
}

#home-sobre .main-cont .prop {
  background: #f7c9a4;
  position: absolute;
  left: -30px;
  top: -30px;
  height: calc(100% + 40px);
  width: 25%;
}

#home-sobre .sobre-box {
  background: #eee;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 60px;
}

#home-sobre .sobre-box .add-1 {
  left: -100px;
  width: 100%;
}

#home-sobre .sobre-box p {
  font-size: 18px;
}

#home-sobre .sobre-box .button-go {
  margin-top: 45px;
}

#home-sobre .wrp-video {
  position: relative;
  display: flex;
  align-items: center;
}

#home-sobre #bt-play {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 78px;
  width: 78px;
}

#home-compre {
  background: #2b2b2b;
}

#home-compre .sec-title {
  color: #f4b68c;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.75px;
  font-family: "Havelock Titling", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 45px;
}
#home-compre .sec-title .hline::after {
  border-color: #fff;
}

@media (max-width: 992px) {
  #home-compre .sec-title {
    padding-left: 25px;
  }
  #home-compre .hline::after {
    border-color: #fff;
  }
}

#home-noticias {
  padding-top: 75px;
  overflow: hidden;
}

#home-noticias .sec-title {
  margin-bottom: 30px;
}

#home-noticias .noticias .noticia {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 60px 5%;
}

#home-noticias .noticias .noticia .desc {
  font-size: 17px;
}

#home-noticias .noticias .noticia .desc p.data {
  color: #2b2b2b;
  padding-left: 0 !important;
  font-size: 14px;
  font-family: "Havelock Titling", sans-serif;
}

#home-noticias .noticias .noticia .desc p.data a {
  color: #2b2b2b;
  font-family: "Havelock Titling", sans-serif;
}

#home-noticias .noticias .noticia .desc p.data:before {
  content: "";
  display: inline-block;
  width: 34px;
  margin-right: 12px;
  border-bottom: 1px solid #2b2b2b;
  vertical-align: middle;
}

#home-noticias .noticias .noticia .desc h3.titulo {
  font-family: "Havelock Titling", sans-serif;
  font-size: 30px;
  line-height: 39px;
  color: #2b2b2b;
  letter-spacing: -0.9px;
  margin-bottom: 18px;
}

@media (max-width: 992px) {
  #home-noticias .noticias .noticia .desc h3.titulo {
    font-size: 25px;
    line-height: 30px;
  }
}

#home-noticias .noticias .noticia .foto .button-go {
  color: #2b2b2b;
  font-family: "Athena", sans-serif;
  font-size: 16px;
}

#home-noticias .noticias .noticia .desc p {
  padding-left: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #2b2b2b;
}

#home-noticias .noticias .noticia .desc p:last-child {
  margin-bottom: 30px;
}

#home-noticias .noticias .noticia .foto {
  text-align: right;
}

#home-noticias .noticias .noticia .foto figure {
  margin-bottom: 30px;
}

#home-noticias .noticias .esquerda.white-text .button-go .button-go-bt {
  border-color: #000;
}

#home-noticias .noticias .esquerda.white-text .button-go .button-go-bt::after {
  border-color: #000;
}

#home-noticias .noticias .esquerda.white-text .button-go:hover .button-go-bt::after {
  border-color: #000;
}

#home-noticias .noticias .esquerda {
  background: #f7c9a4;
}

#home-noticias .noticias .esquerda:before {
  content: "";
  background: #f7c9a4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  #home-noticias .noticias .esquerda:before {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-noticias .noticias .esquerda:before {
    left: calc(calc((100vw - 750px) / 2 + 0px) * -1);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #home-noticias .noticias .esquerda:before {
    left: calc(calc((100vw - 970px) / 2 + 0px) * -1);
  }
}

@media (min-width: 1200px) {
  #home-noticias .noticias .esquerda:before {
    left: calc(calc((100vw - 1170px) / 2 + 0px) * -1);
  }
}

#home-noticias .noticias .direita {
  background: #2b2b2b;
}

#home-noticias .noticias .noticia.direita .desc p.data {
  color: #fff;
}

#home-noticias .noticias .noticia.direita .desc p {
  color: #fff;
}

#home-noticias .noticias .noticia.direita .desc h3.titulo {
  color: #fff;
}

#home-noticias .noticias .noticia.direita .desc p.data a {
  color: #fff;
}

#home-noticias .noticias .noticia.direita .desc p.data::before {
  color: #000;
  border-color: #000;
}

#home-noticias .noticias .noticia.direita .foto .button-go {
  color: #fff;
}

#home-noticias .noticias .noticia.direita .foto .button-go .button-go-bt {
  border-color: #fff;
}

.button-go-bt {
  border-color: #fff;
}

#home-noticias .noticias .noticia.direita .foto .button-go .button-go-bt::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

#home-noticias .noticias .direita:before {
  content: "";
  background: #2b2b2b;
  left: initial !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  #home-noticias .noticias .direita:before {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-noticias .noticias .direita:before {
    right: calc(calc((100vw - 750px) / 2 + 0px) * -1);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #home-noticias .noticias .direita:before {
    right: calc(calc((100vw - 970px) / 2 + 0px) * -1);
  }
}

@media (min-width: 1200px) {
  #home-noticias .noticias .direita:before {
    right: calc(calc((100vw - 1170px) / 2 + 0px) * -1);
  }
}

#home-noticias.lista-blog {
  padding-top: 30px;
}

#home-noticias.lista-blog .noticias .noticia {
  padding: 30px 5%;
}

#home-noticias.lista-blog .noticias .noticia .desc p {
  color: #2b2b2b;
}

#home-noticias.lista-blog .noticia.direita .desc p.data {
  color: #2b2b2b;
}

#home-noticias.lista-blog .noticia.direita .desc p.data a {
  color: #2b2b2b;
}

#home-noticias.lista-blog .noticias .noticia.direita .desc h3.titulo {
  color: #2b2b2b;
}

#home-noticias.lista-blog .noticias .noticia.direita .foto .button-go {
  color: #2b2b2b;
}

#home-noticias.lista-blog .noticias .noticia.direita .foto .button-go .button-go-bt {
  color: #2b2b2b;
}

#home-noticias.lista-blog .noticias .noticia.direita .foto .button-go .button-go-bt::after {
  border-top-color: #2b2b2b;
  border-right-color: #2b2b2b;
}

#home-noticias.lista-blog .noticias .noticia.direita .foto .button-go .button-go-bt {
  border-color: #2b2b2b !important;
}

/******************** IMOVEIS ********************/

#imoveis-main .sidebar {
  padding-right: 30px;
}

#imoveis-main .sidebar .widget {
  margin-bottom: 30px;
}

#imoveis-main .sidebar .widget .titulo {
  color: #f4b68c;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #f4b68c;
  font-size: 15px;
  font-weight: 500;
  font-family: "Havelock Titling", sans-serif;
}

#imoveis-main .sidebar .widget .categorias {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#imoveis-main .sidebar .widget .categorias > li > a .qtd {
  color: #95a1a8;
  float: right;
  font-size: 14px;
}

#imoveis-main .sidebar .widget .categorias > li > a .qtd:before {
  content: "(";
}

#imoveis-main .sidebar .widget .categorias > li > a .qtd:after {
  content: ")";
}

#imoveis-main .sidebar .widget.collapsible a[data-toggle="collapse"] .titulo {
  position: relative;
}

#imoveis-main .sidebar .widget.collapsible a[data-toggle="collapse"] .titulo:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform-origin: 66% 66%;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in-out;
}

#imoveis-main .sidebar .widget.collapsible a[data-toggle="collapse"].collapsed .titulo:after {
  transform: rotate(45deg);
}

#imoveis-main .sidebar .widget.valor form {
  display: flex;
}

#imoveis-main .sidebar .widget.valor form .form-group {
  margin-bottom: 0;
  margin-right: 12px;
}

#imoveis-main .sidebar .widget.valor form .form-group:last-of-type {
  margin-right: 0;
}

#imoveis-main .sidebar .widget.filtro .fl-limpa {
  margin-bottom: 30px;
}

#imoveis-main .sidebar .widget.filtro .fl-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

#imoveis-main .sidebar .widget.filtro .fl-lista > li {
  background: #eee;
  padding: 4px 15px;
  margin-bottom: 10px;
  border-radius: 0;
  font-family: "Raleway", sans-serif;
}

#imoveis-main .sidebar .widget.filtro .fl-lista > li:last-child {
  margin-bottom: 0;
}

#imoveis-main .sidebar .widget.filtro .fl-lista > li .fl-item-x {
  float: right;
  font-size: 18px;
  line-height: 1;
}

#imoveis-main .sidebar .widget.filtro .fl-lista > li .fl-item-x:before {
  content: "\00d7";
}

#imoveis-main .items .item {
  margin-bottom: 45px;
}

#imoveis-main .items .item a figure {
  position: relative;
  padding-bottom: 140%;
  margin-bottom: 30px;
}

#imoveis-main .items .item a figure .label-projeto {
  padding: 3px 15px;
  color: #2b2b2b;
  background-color: #f4b68c;
  position: absolute;
  top: 20px;
  left: 20px;
}

#imoveis-main .items .item a figure:hover .label-projeto {
  opacity: 0;
}

#imoveis-main .items .item a figure .label-projeto2 {
  padding: 3px 15px;
  color: #2b2b2b;
  background-color: #f4b68c;
  text-align: center;
}

#imoveis-main .items .item a figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
  transition: border 0.3s ease-in-out;
}

#imoveis-main .items .item a figure:after {
  content: "";
  background-color: #2b2b2b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@supports (mix-blend-mode: multiply) {
  #imoveis-main .items .item a figure:after {
    mix-blend-mode: multiply;
  }
}

#imoveis-main .items .item a figcaption {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px;
  text-align: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 1;
}

#imoveis-main .items .item a figcaption p {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}

#imoveis-main .items .item a figcaption button {
  color: #f4b68c;
  font-family: "Athena Regular", sans-serif;
}

#imoveis-main .items .item a:hover figure:before {
  border-width: 15px;
}

#imoveis-main .items .item a:hover figure:after {
  opacity: 0.75;
}

@supports (mix-blend-mode: multiply) {
  #imoveis-main .items .item a:hover figure:after {
    opacity: 1;
  }
}

#imoveis-main .items .item a:hover figure figcaption {
  opacity: 1;
  transform: scale(1);
}

#imoveis-main .items .item .desc .sobretitulo {
  color: #2b2b2b;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

#imoveis-main .items .item .desc .titulo {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -0.66px;
  color: #2b2b2b;
}

#imoveis-main .items .item .desc .subtitulo {
  margin-bottom: 10px;
  color: #f4b68c;
  font-weight: 400;
}

#imoveis-main .items .item .desc .subtitulo2 {
  margin-bottom: 0px;
  color: #f4b68c;
}

#imoveis-main .items .item .desc p {
  color: #2b2b2b;
}

#imoveis-main #filters .categorias label {
  font-size: 15px;
  color: #343e52;
  font-family: "Raleway", sans-serif;
  margin-right: auto;
  margin-left: 5px;
  margin-bottom: 0;
}

#imoveis-main #filters .categorias label.valores {
  font-size: 13px;
}

#imoveis-main #filters .categorias .checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/******************** CONTATO ********************/

#contato-form .forms ul {
  flex-direction: initial;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  font-size: 22px;
}

#contato-form .forms ul > li {
  position: relative;
  padding-bottom: 30px;
}

#contato-form .forms ul > li > a {
  color: #e5e5e5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
}

#contato-form .forms ul > li > a:hover {
  color: #f4b68c;
  background-color: transparent;
}

#contato-form .forms ul > li:after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f4b68c;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#contato-form .forms ul > li.active:after {
  opacity: 1;
}

#contato-form .forms ul > li.active > a {
  color: #2b2b2b;
  background-color: transparent;
  border-color: transparent;
}

#contato-form .forms form .esquerda {
  padding-right: 30px;
}

#contato-form .forms form .direita {
  padding-left: 30px;
}

#contato-form .forms form .form-group:last-child {
  margin-bottom: 0;
}

#contato-form .forms #contato-form-1 .direita .form-group {
  height: 100%;
}

#contato-form .forms #contato-form-1 .direita .form-group textarea.form-control {
  height: 100%;
}

#contato-form .forms #contato-form-1 .botao {
  margin-top: 30px;
  text-align: right;
}

#contato-mapa {
  padding-top: 0;
  padding-bottom: 0;
}

#contato-mapa .info {
  background: #f4b68c;
  position: absolute;
  padding-top: 45px;
  padding-bottom: 45px;
  z-index: 1;
}

#contato-mapa .info .contato ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contato-mapa .info .contato ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

#contato-mapa .info .contato ul li:last-child {
  margin-bottom: 0;
}

#contato-mapa .info .contato ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#contato-mapa .info .social {
  text-align: center;
}

#contato-mapa .info .social .icons {
  font-size: 22px;
  line-height: 1;
}

#contato-mapa .info .social .icons .social-icon {
  color: #f4b68c;
  margin-right: 20px;
}

#contato-mapa .info .social .icons .social-icon:last-child {
  margin-right: 0;
}

#contato-mapa .info .social .icons .social-icon:hover {
  color: #fff;
}

#contato-mapa .mapa {
  margin-top: 60px;
}

#contato-mapa .mapa #map {
  height: 615px;
}

#contato-mapa .hline::after {
  border: 1px solid #fff;
}

#contato-mapa .titulo {
  padding-left: 35px;
}

#contato-faq .col-titulo {
  padding-top: 10px;
}

#contato-faq .busca,
#contato-faq .main {
  padding-left: 30px;
}

#contato-faq .busca form:after {
  content: "";
  clear: both;
  display: table;
}

#contato-faq .busca form .form-group {
  float: left;
  width: 100%;
  margin-right: -42px;
}

#contato-faq .busca form .form-group .form-input {
  padding-right: 44px;
}

#contato-faq .busca form .bt-busca {
  background-color: transparent;
  width: 42px;
  height: 42px;
  border: 0;
  text-align: center;
  line-height: 1;
}

#contato-faq .sidebar {
  color: #fff;
  background-color: #f4b68c;
  padding-top: 45px;
  padding-bottom: 45px;
}

#contato-faq .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

#contato-faq .sidebar ul > li {
  margin-bottom: 10px;
}

#contato-faq .sidebar ul > li:last-child {
  margin-bottom: 0px;
}

#contato-faq .sidebar ul > li > a {
  display: inline-block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
}

#contato-faq .sidebar ul > li > a:hover {
  color: #2b2b2b;
}

#contato-faq .sidebar ul > li > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #2b2b2b;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#contato-faq .sidebar ul > li.active > a {
  color: #2b2b2b;
  font-weight: 500;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
}

#contato-faq .sidebar ul > li.active > a:before {
  opacity: 1;
}

#contato-faq .main .faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

#contato-faq .main .faq-list > li {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}

#contato-faq .main .faq-list > li:last-child {
  border-bottom: 0;
}

#contato-faq .main .faq-list > li > a .topico {
  color: #2b2b2b;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  transition: font-weight 0.2s ease-in-out;
}

#contato-faq .main .faq-list > li > a .topico:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform-origin: 66% 66%;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in-out;
}

#contato-faq .main .faq-list > li > a.collapsed .topico {
  font-weight: normal;
}

#contato-faq .main .faq-list > li > a.collapsed .topico:after {
  transform: rotate(45deg);
}

#contato-faq .main .faq-list > li .box .box-inside {
  color: #95a1a8;
  padding-bottom: 30px;
}

#contato-politicas,
#sucesso-main {
  background: url("../img/contato-politicas-bg.png") no-repeat;
  background-position: 15% bottom;
  position: relative;
  padding-top: 30px;
  padding-bottom: 150px;
  margin-bottom: 90px;
}

#contato-politicas .main,
#sucesso-main .main {
  background: #eee;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 60px;
  z-index: 1;
}

#contato-politicas .main .sec-title,
#sucesso-main .main .sec-title {
  margin-bottom: 30px;
}

#contato-politicas .prop,
#sucesso-main .prop {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(calc((100vw - 1170px) / 2 + 779.999999688px));
  height: calc(100% - 60px);
}

#sucesso-main .main {
  padding-bottom: 60px;
}

#sucesso-main .main .button-go {
  margin-top: 45px;
}

/******************** RESPONSIVE ********************/

@media (max-width: 767px) {
  /***** BASE *****/
}

@media (min-width: 480px) and (max-width: 991px) {
  /***** HOME *****/
}

@media (min-width: 768px) and (max-width: 991px) {
  /***** BASE *****/
}

@media (min-width: 992px) and (max-width: 1199px) {
  /***** BASE *****/
  /***** HEADER *****/
  #header #sub-menu > ul > li > a {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}

.empr-owl .owl-nav {
  width: 260px;
  display: block;
  position: relative;
  left: 28%;
  top: -25px;
}

.empr-owl .owl-nav button[class*="owl-"] {
  border-radius: 0;
}

.empr-owl .owl-nav button[class*="owl-"]::before {
  width: 12px;
  height: 12px;
  border-top: 1px solid #2b2b2b;
  border-left: 1px solid #2b2b2b;
}

.empr-owl .owl-nav button[class*="owl-"]:hover {
  background-color: #f4b68c !important;
}

.empreendimento-carousel .sec-title {
  margin-top: 30px;
}

.empreendimento-carousel .label-item {
  font-family: "Havelock Titling", sans-serif;
  color: #f4b68c;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 14px;
}

.empreendimento-carousel h2 {
  font-family: "Athena Regular", sans-serif;
  margin-bottom: 0;
  line-height: 41px;
  font-size: 35px;
  color: #fff;
}

.empreendimento-carousel h4 {
  font-family: "Raleway", sans-serif;
  color: #f4b68c;
  margin-bottom: 30px;
  font-size: 20px;
}

.empreendimento-carousel p {
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 17px;
}

.empreendimento-carousel .button-go {
  margin-top: 50px;
  font-family: "Athena", sans-serif;
}

@media (max-width: 992px) {
  .empreendimento-carousel h2 {
    margin-bottom: 20px;
  }
  .empreendimento-carousel h4 {
    margin-bottom: 10px;
  }
  #contato-mapa .info .social .icons .social-icon {
    color: #fff;
  }
}

/* SOBRE */

.historia {
  padding: 30px 0 30px;
}

.historia .wrap-txt-historia {
  background-color: #eee;
  margin-top: -50px;
  max-height: 740px;
  overflow-x: auto;
}

.historia .wrap-txt-historia .cont-txt {
  width: 90%;
  padding: 10px 50px 100px;
}

.historia .wrap-txt-historia .cont-txt h4 {
  margin: 50px 0 10px;
}

.depoimentos {
  padding: 30px 0 50px;
}

.depoimentos .wrap-depo {
  background-color: #1fb995;
  margin-left: 0;
}

.depoimentos .wrap-depo .sec-title {
  margin-top: 0px;
  margin-bottom: 30px;
}

.depoimentos .wrap-depo .depoimento {
  font-size: 14px;
  font-family: "Barlow";
}

.depoimentos .wrap-depo .depoimento::before {
  content: "“";
  color: #fff;
  font-family: "Barlow";
  font-size: 20px;
  line-height: 10px;
  position: relative;
  left: -10px;
}

.depoimentos .wrap-depo .depoimento::after {
  content: "”";
  color: #fff;
  font-family: "Barlow";
  font-size: 20px;
  position: relative;
  right: -15px;
  top: 10px;
  line-height: 10px;
}

.depoimentos .wrap-depo .cliente-depo {
  color: #fff;
  font-size: 14px;
}

.depoimentos .owl-nav {
  width: 240px;
  display: block;
  position: relative;
  left: 10%;
  top: -15px;
}

.depoimentos .owl-nav button[class*="owl-"] {
  border-radius: 0;
  background-color: #eee !important;
  width: 55px;
  height: 55px;
}

.depoimentos .owl-nav button[class*="owl-"]::before {
  width: 12px;
  height: 12px;
  border-top: 1px solid #2b2b2b;
  border-left: 1px solid #2b2b2b;
}

.depoimentos .owl-nav button[class*="owl-"]:hover {
  background-color: #95a1a8 !important;
}

/* Imoveis */

.foto-empreendimento .button-go-bt {
  background-color: transparent;
  margin-top: 20px;
  border-color: #fff !important;
}
.foto-empreendimento .button-go .button-go-bt::after {
  border-color: #fff;
}

/* Invista */

.cont-txt-invista .cont-txt {
  padding: 30px 50px;
}

.wrap-green {
  background-color: #1fb995;
}

.wrap-green form input::placeholder,
.wrap-green form textarea::placeholder {
  color: #2b2b2b;
}

.wrap-green form textarea {
  height: 120px;
}

.wrap-green form .form-control {
  border-bottom: 1px solid #fff !important;
}

.wrap-green form .form-group {
  margin-bottom: 10px;
}

.wrap-green form .button-go {
  color: #fff;
  float: right;
  margin-top: 20px;
}

.wrap-green form .button-go:hover {
  color: #2b2b2b;
}

.wrap-green form .button-go .button-go-bt {
  border: 1px solid #fff;
}

.wrap-green form .button-go .button-go-bt::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.app {
  padding: 0 0;
  margin: 0 0 70px;
  background-image: url("../img/bg_app.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.app .hand {
  margin-top: 100px;
}

.app .cont-txt {
  background-color: #fff;
  padding: 70px 80px;
}

.app .cont-txt p {
  margin-bottom: 20px;
}

.app .cont-txt .cta-app {
  margin-top: 20px;
  display: inline-block;
}

/* Jeito hype */

.linhas .content-info-linhas {
  background-color: #f4b68c;
  padding: 55px 30px;
  margin-bottom: 30px;
}

.linhas .content-info-linhas h2 {
  color: #fff;
  font-size: 24px;
}

.linhas .button-go {
  color: #fff;
  margin-top: 20px;
}

.linhas .button-go:hover {
  color: #2b2b2b;
}

.linhas .button-go .button-go-bt {
  border: 1px solid #fff;
}

.linhas .button-go .button-go-bt::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.cta-jeito {
  padding: 100px 0;
  margin: 0 0;
  background-image: url("../img/bg2_jeito.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-jeito .cont-txt {
  background-color: #fff;
  padding: 70px 80px;
}

.vantagens {
  padding: 100px 0;
}

.vantagens .box-vant {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  margin: 0 auto;
}

.vantagens .box-vant:hover .icon-vant {
  opacity: 0;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.vantagens .box-vant .icon-vant {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: #1fb995;
  color: #fff;
  padding: 20px;
  opacity: 1;
}

.vantagens .box-vant .icon-vant img {
  margin-bottom: 15px;
}

.vantagens-sg {
  padding: 0px 0 50px !important;
}

.vantagens-sg h3 {
  font-family: "Khand";
}

.vantagens-sg .icon-vant {
  background-color: #eee !important;
  color: #2b2b2b !important;
}

.processo-carousel {
  background-color: #fff;
  color: #666;
}

.processo-carousel .sec-title {
  margin-top: 30px;
}

.processo-carousel .label-item {
  font-family: "Barlow";
  color: #1fb995;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 14px;
}

.processo-carousel h2 {
  font-family: "Khand";
  margin-bottom: 0;
  line-height: 50px;
}

.processo-carousel h4 {
  font-family: "Barlow";
  color: #1fb995;
  margin-bottom: 30px;
}

.processo-carousel p {
  margin-bottom: 0;
  font-family: "Barlow";
}

.processo-carousel .box-1 {
  padding: 100px 30px 100px 50px;
}

.processo-carousel .box-1 .sec-title {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -15px;
  font-size: 22px;
}

.processo-carousel .box-1 p {
  padding-left: 30px;
  font-family: "Raleway", sans-serif;
}

.owl-jeito .empr-owl .owl-nav {
  width: 100%;
  display: contents;
}

.owl-jeito .empr-owl .owl-nav button[class*="owl-"] {
  border-radius: 0;
  background-color: transparent !important;
  width: 55px;
  height: 55px;
}

.owl-jeito .empr-owl .owl-nav button[class*="owl-"]::before {
  width: 12px;
  height: 12px;
  border-top: 1px solid #2b2b2b;
  border-left: 1px solid #2b2b2b;
}

.owl-jeito .empr-owl .owl-nav button[class*="owl-"]:hover {
  background-color: transparent !important;
}

.politica .wrap-poli,
.apartamentos-venda .wrap-poli {
  margin: 50px 0;
  background-color: #eee;
  padding: 50px 100px 80px 30%;
}

.politica .wrap-poli .sec-title,
.apartamentos-venda .wrap-poli .sec-title {
  margin-bottom: 20px;
}

/*Blog*/

.blog .titulo {
  font-family: "Athena Regular", sans-serif;
}

.blog .data-blog::before {
  content: url("../img/mark-blog.png");
  margin-right: 10px;
  position: relative;
  top: -5px;
  margin-bottom: 0;
}

.filter-blog {
  padding: 40px 0 20px;
  background-color: #f7c9a4;
}
.filter-blog p {
  font-size: 20px;
  color: #2b2b2b;
}

.lista-blog .direita {
  background: transparent !important;
}

.lista-blog .direita::before {
  background: transparent !important;
}

.blog-cont h1 {
  font-size: 55px;
  line-height: 70px;
  color: #2b2b2b;
  margin-top: 10px;
  font-family: "Athena Regular", sans-serif;
}

.blog-cont h3 {
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 50px !important;
  display: block;
}

.blog-cont .data-blog {
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
  font-family: "Athena Regular", sans-serif;
}

.blog-cont .data-blog a {
  font-family: "Havelock Titling", sans-serif;
  font-size: 14px;
  letter-spacing: -0.42px;
}

.blog-cont p {
  color: #2b2b2b;
  font-size: 22px;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
}

.blog-content p {
  font-size: 22px;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 50px;
  text-indent: 50px;
}

/* Single Projetos */

.tit-single p {
  color: #f4b68c;
}

.tit-single h1,
.tit-single .stroked-text {
  padding-left: 110px !important;
}

.tit-single h1::before,
.tit-single .stroked-text::before {
  content: "" !important;
}

.sub-banner {
  position: relative;
  height: 50px;
  padding: 50px 0 0;
}

.box-info-bn {
  background-color: #eee;
  padding: 50px;
  margin-top: -120%;
  min-height: 480px;
}

.box-info-bn h4 {
  margin-bottom: 10px;
}

.box-info-bn p {
  margin-bottom: 5px;
}

.box-info-bn .label-box {
  background-color: #f4b68c;
  padding: 3px 15px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
}

.galeria {
  padding-top: 130px;
  padding-bottom: 0;
  margin-bottom: -50px;
}

.galeria .overl {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 15px;
  align-items: center;
  display: flex;
}

.galeria .overl p {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fff;
}

.galeria figure a:hover p {
  color: #f4b68c;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

/* Single Imovel */

.logo-imovel {
  height: 250px;
  margin-left: 200px;
}

.hd-box,
.ct-box {
  width: 90%;
}

.hd-box {
  margin-top: 15px;
}

.hd-box p {
  font-family: "Athena Regular", sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.ct-box {
  background-color: #fff;
}

.ct-box .form-control {
  color: #2b2b2b;
}
.ct-box .wpcf7 form.invalid {
  color: initial;
}
.form-sg button {
  text-align: right;
}

.form-sg button span {
  color: #666;
  border-color: #666 !important;
  font-family: "Athena Regular", sans-serif;
}

.form-sg button span::after {
  border-top: 1px solid #666 !important;
  border-right: 1px solid #666 !important;
}

.sub-sg h3 small {
  font-weight: normal;
  font-size: 18px;
  margin-right: 30px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0;
}

.sub-sg h3 {
  font-family: "Havelock Titling", sans-serif;
  letter-spacing: -3.5px;
}

.sub-sg .sub-1 {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.66px;
  color: #2b2b2b;
  font-family: "Havelock Titling", sans-serif;
}

@media (max-width: px) {
  .sub-sg .sub-1 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.54px;
  }
}

.info-des {
  border-top: 1px solid #eee;
}

.info-des img {
  width: auto;
  max-height: 40px;
}

.info-des p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.box-info-sg {
  width: 55%;
  margin-left: 5%;
  position: relative;
  top: -5%;
  margin-top: -100px;
  z-index: 1;
  color: #fff;
}

.box-info-sg h3 {
  font-family: "Havelock Titling", sans-serif;
}

.box-info-sg #btn-load {
  color: #fff;
}

.box-info-sg #btn-load .button-go-bt {
  border: 1px solid #fff;
}

.box-info-sg #btn-load .button-go-bt::before {
  background: #fff;
}

.box-info-sg #btn-load .button-go-bt::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.box-info-sg #btn-load:hover .button-go-bt::after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

#carousel-sg-imovel .box-1 {
  padding: 50px 30px 50px 50px;
}

#carousel-sg-imovel .box-1 h4 {
  color: #000;
  margin-bottom: 30px;
  margin-left: 30px;
  font-family: "Havelock Titling", sans-serif;
}

#carousel-sg-imovel .box-1 h5 {
  margin-left: 30px;
  font-size: 30px;
  font-family: "Athena Regular", sans-serif;
}

#carousel-sg-imovel .box-2 {
  background-color: #f7c9a4;
}

#carousel-sg-imovel .owl-nav button[class*="owl-"]::before {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

#carousel-sg-imovel .icon-planta {
  float: right;
  clear: both;
  margin-top: 40px;
}

.gal-imovel .title {
  color: #000;
  font-family: "Havelock Titling", sans-serif;
  font-size: 32px;
}
.gal-imovel .title .hline {
  left: 0;
  width: 40px;
  top: 14px;
}
.gal-imovel .title .hline::before {
  width: 40px;
}
.gal-imovel .title .hline::after {
  width: 40px;
}
.mapa-sg {
  padding-top: 200px;
}

.mapa-sg aside {
  margin-top: 50px;
}

.mapa-sg aside p {
  border-bottom: 1px solid #000;
}

.mapa-sg aside ul {
  padding-left: 0;
}

.mapa-sg aside ul li {
  display: block;
  padding-bottom: 10px;
}

.mapa-sg .container {
  position: relative;
}

.mapa-sg aside ul li button {
  background: none;
  border: none;
}

.box-mapa {
  color: #fff;
  width: 45%;
  display: inline-block;
  position: absolute;
  top: -80px;
  left: 0;
  left: 15px;
}

.box-mapa img {
  margin-right: 15px;
}

.box-mapa h2 {
  font-family: "Havelock Titling", sans-serif;
  font-size: 25px;
  margin-bottom: 15px;
}

.box-mapa p {
  font-size: 17px;
}

.cta-sg h3 {
  font-family: "Havelock Titling", sans-serif;
  font-size: 32px;
}
.cta-sg .list-group-item.active {
  font-family: "Havelock Titling", sans-serif;
  font-size: 13px;
}
.ic-gale {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.status-obra h5 {
  margin-bottom: 15px;
}

.box-obra {
  color: #fff;
  margin-top: -350px;
  margin-right: 70px;
}

.box-obra h6 {
  font-family: "Khand";
  font-size: 30px;
}

.box-obra .progress {
  background-color: #3c3c3d;
  border-radius: 0;
}

.box-obra .progress-bar {
  background-color: #fff;
}

.cta-sg p {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}

.cta-sg .cta-phon,
.cta-sg .cta-what {
  width: 100%;
  font-size: 24px;
  display: block;
  margin-top: 15px;
}

.cta-sg .cta-phon i,
.cta-sg .cta-what i {
  margin-right: 20px;
  font-size: 18px;
}

.cta-sg .list-group-item {
  border-radius: 0 !important;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Havelock Titling", sans-serif;
}

.cta-sg .tab-pane {
  background-color: #fff;
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
  background-color: transparent !important;
  color: #2b2b2b;
  font-weight: 100;
  font-size: 18px;
  padding-right: 40px;
  background-image: url("../img/icone-7.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px;
}

.ajax-load-more-wrap.blue .alm-load-more-btn:hover {
  color: #2b2b2b !important;
  font-family: "Athena Regular", sans-serif;
}

#mapa {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

.se-pre-con {
  background: url(https://jobscreative.com.br/jobsx/veso/wp-content/themes/hype/img/loading.gif) center no-repeat
    #2b2b2b !important;
}
.se-pre-con-spinner {
  height: 50vh;
  width: 100%;
  background: url(https://jobscreative.com.br/jobsx/veso/wp-content/themes/hype/img/loading.gif) center no-repeat;
}

#sobre-contato .row {
  background-color: #f4b68c;
}

#sobre-contato .form-control {
  border: none;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  font-family: "Raleway", sans-serif;
}
#sobre-contato .form-control:focus {
  background: transparent;
}

#sobre-contato .form-control::placeholder {
  color: #fff;
  font-size: 16px;
}
#sobre-contato .btnEnviar {
  color: #fff;
  font-size: 16px;
  font-family: "Athena Regular", sans-serif;
  background: transparent;
  border: none;
  position: relative;
}
#sobre-contato .btnP > p {
  display: flex;
  align-items: center;
}
#sobre-contato .btnP .buttonGoBt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 0;
  transition: 0.4s;
}
#sobre-contato .btnP .buttonGoBt:before {
  content: "";
  background: #2b2b2b;
  position: absolute;
  left: -1px;
  top: -1px px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  z-index: -1;
}
#sobre-contato .btnP .buttonGoBt:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: -4px;
  transform: rotate(45deg);
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#sobre-contato .btnP .btnEnviar:hover + .buttonGoBt:before {
  transform: scale(1);
}
#sobre-contato .btnP .btnEnviar:hover + .buttonGoBt {
  border: none;
}
#sobre-contato .btnP .wpcf7-spinner {
  order: -1;
}

#obras-entregues #filters .widget.collapsible.situacao {
  display: none;
}
#obras-entregues .sec-banner {
  margin-top: -90px;
}
#obras-entregues #filters h5.titulo {
  color: #f4b68c;
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Havelock Titling", sans-serif;
}
#obras-entregues #imoveis-main .sidebar .widget .titulo {
  color: #2b2b2b;
  font-weight: 400;
  font-family: "Athena Regular", sans-serif;
}

@media (max-width: 992px) {
  #obras-entregues #imoveis-main .sidebar .collapsible {
    display: block;
  }
  #sobre-contato {
    padding: 10px 0;
  }
  #sobre-banner {
    background-image: url("../img/bg-sobre-mobile.png") !important;
    background-color: transparent !important;
  }
  #carousel-sg-imovel .box-1 h4 {
    margin-left: 2px;
    padding-left: 2px;
  }
  #carousel-sg-imovel .box-1 h5 {
    margin-left: 2px;
  }
  .processo-carousel .box-1 p {
    padding-left: 2px;
  }
  #carousel-sg-imovel .icon-planta {
    width: 70%;
    padding-left: 50px;
    float: none;
  }
}
#obras-entregues #imoveis-main #filters .categorias .checkbox span {
  display: none;
}

#sobre-contato .btn-1 {
  color: #fff;
  font-size: 16px;
  font-family: "Athena Regular", sans-serif;
}

#sobre-contato .btn-1:hover {
  color: #000;
}

#sobre-contato .button-go .button-go-bt {
  border-color: #fff;
}
#sobre-contato .button-go .button-go-bt::after {
  border-color: #fff;
}

/*WHATSAPP FLOAT*/

.whatsapp-float {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: 10%;
  margin-top: -20px;
  border-radius: 50%;
  background: #00c334;
}

.whatsapp-float img {
  width: 48%;
}

.whatsapp-float:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00c334;
  -webkit-animation: whatsFloat 0.7s infinite alternate;
}

@keyframes whatsFloat {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .whatsapp-float {
    width: 76px;
    height: 76px;
    margin-top: -38px;
  }
}

/* Resposta Forms */
.wpcf7-response-output {
  border: 1px solid red !important;
  font-weight: bold !important;
  text-align: center !important;
}

.limpar_tudo {
  vertical-align: middle;
  font-family: "Athena Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
.limpar_tudo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../img/close_circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.limpar_tudo:hover:after {
  background: url("../img/close_.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.limpar_tudo.desativado {
  cursor: none;
}
.filter_btn {
  /* display: none; */
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  vertical-align: middle;
  font-family: "Athena Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  transition: 0.4s;
  padding: 0;
}
.filter_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  background: url("../img/filt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*=================================
=            REPONSIVE            =
=================================*/

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