@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville");

/**
 * font-face
 * 
 * font-family: effra, sans-serif;
 * font-weight: 400;
 * font-weight: 700;
 * font-weight: 300;
 * font-weight: 500;
 * 
 */
* {
  outline: none !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #4A4A4A;
  font-family: "effra", sans-serif; }

body {
  width: 100%;
  min-width: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

a {
  color: #6a6e75; }
  a:hover {
    text-decoration: none;
    color: #4A4A4A; }

p {
  line-height: 22px; }

ul {
  list-style: none; }

.bg-gray {
  background-color: #F8F8F8; }

.title-default {
  font-size: 18px; }

.main-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  margin-bottom: 30px; }

.main-title2 {
  font-size: 40px;
  letter-spacing: 1px; }

.float-r {
  float: right; }

.img-full {
  width: 100%;
  height: auto; }

button {
  border: none; }

section {
  padding-bottom: 50px; }

section.terms.internas {
  padding-bottom: 0; }

@media screen and (min-width: 768px) {
  section,
  section.post,
  section.terms.internas {
    padding-bottom: 100px; } }

@media screen and (min-width: 992px) {
  .main-text {
    font-size: 18px; } }

.oportunities-header, .page-header {
  margin-bottom: 50px; }

.oportunities-title, .about-title, .header-title, .details-title, .detailscontainer .title,
.noticias-detalhes .title, .landingmain-title {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 5px; }

.quemsomos-location .title, .noticias .title, .internas .title, .internas .blog-title {
  padding: 30px 0 60px;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.6; }

.noticias .subtitle, .internas .page-title {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  padding: 20px 0; }

.detailscontainer-subtitle,
.noticias-detalhes-subtitle, .contactform-title, .landingmain-subtitle {
  font-size: 20px; }

.footerhome-break .copyright, .footerhome-copyright, .detailsmain-code, .landingmain-testimonyauthor {
  font-size: 12px; }

.footerhome-languagebox a.chosen-single, .filters-container a.chosen-single {
  border-radius: 0;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #DBDBDB; }

.footerhome-languagebox .chosen-container-active.chosen-with-drop .chosen-single, .filters-container .chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
  background-image: none; }

.footerhome-languagebox .chosen-container-single .chosen-single, .filters-container .chosen-container-single .chosen-single {
  box-shadow: none; }

.contactform-contact, .detailsform-contact {
  position: relative;
  width: 100%;
  display: block;
  align-items: center;
  margin-bottom: 15px;
  background: none; }

.contactform-contact input,
.contactform-contact textarea, .detailsform-contact input,
.detailsform-contact textarea {
  width: 100%;
  color: #BAA256;
  border: 1px solid #BAA256;
  border-radius: 0px; }
  .contactform-contact input:focus,
  .contactform-contact textarea:focus, .detailsform-contact input:focus,
  .detailsform-contact textarea:focus {
    border-color: #BAA256;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(186, 162, 86, 0.25); }
  .contactform-contact input::placeholder,
  .contactform-contact textarea::placeholder, .detailsform-contact input::placeholder,
  .detailsform-contact textarea::placeholder {
    color: #BAA256; }

.contactform-contact textarea, .detailsform-contact textarea {
  resize: none;
  height: 120px;
  padding: 5px 12px; }

.contactform-icon, .detailsform-icon {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px; }

.contactform-button, .detailsform-button {
  width: 100%;
  height: 45px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none; }

.botaoblog {
  width: 45px;
  height: 45px;
  padding: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  border: none;
  background-color: transparent; }

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }

.modal.right .modal-body {
  padding: 15px 15px 80px; }

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.in .modal-dialog {
  right: 0; }

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none; }

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA; }

.demo {
  padding-top: 60px;
  padding-bottom: 110px; }

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #FFFFFF; }

.btn-demo:focus {
  outline: 0; }

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center; }

.demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff; }

.main-button {
  background-color: #f7e000;
  border-radius: 20px 0 20px 0;
  color: #6a6e75;
  font-size: 0.8em;
  text-align: center;
  margin: 40px auto;
  padding: 15px 25px;
  max-width: 270px;
  width: 100%; }
  .main-button:hover {
    opacity: 0.9; }
  .main-button-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 5px; }

.btn {
  padding: 3px 15px;
  font-weight: lighter;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn:focus {
  box-shadow: none; }

.btn-default {
  position: relative;
  background: #4A4A4A;
  color: #ffe8aa;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .btn-default-xd {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 40px; }
  .btn-default-sm {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px; }
  .btn-default:hover {
    background: #4A4A4A;
    color: #ffe8aa; }

.btn-primary {
  background: #BAA256;
  color: #ffffff;
  border-color: #BAA256; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #BAA256;
    color: #4A4A4A;
    border-color: #BAA256; }

.btn-red {
  background: #ea2027;
  color: #ffe8aa; }
  .btn-red:hover {
    background: #ea2027;
    color: #ffe8aa; }

.cataya-pagination span {
  display: inline-block;
  margin-top: 10px; }

.cataya-pagination .pagination {
  margin-top: 10px; }
  .cataya-pagination .pagination .active a {
    color: #353B56;
    font-weight: bold;
    background: transparent; }
  .cataya-pagination .pagination a {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    border: 0px;
    background: transparent;
    color: #6a6e75;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    outline: none !important; }
    .cataya-pagination .pagination a:hover {
      font-weight: bold; }

@media screen and (min-width: 576px) {
  .main-button {
    display: inline-block;
    font-size: 0.9em;
    text-align: center;
    margin: 30px auto;
    padding: 15px 30px;
    width: 260px; } }

@media screen and (min-width: 992px) {
  .main-button {
    height: 60px; }
    .main-button-text {
      font-size: 18px;
      margin: 0px; } }

.arrow-right, .oportunities-citiestitle::before, .arrow-left {
  height: 20px;
  width: 20px;
  display: block; }

.arrow-right, .oportunities-citiestitle::before {
  border: 2px solid #4A4A4A;
  border-width: 2px 2px 0px 0px;
  transform: rotate(45deg); }

.arrow-left {
  border: 2px solid #4A4A4A;
  border-width: 0px 0px 2px 2px;
  transform: rotate(45deg); }

.arrow-left-small {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #ffffff;
  border-width: 0px 0px 1px 1px;
  transform: rotate(45deg); }

.loadingdots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  align-self: center;
  height: calc(100vh - 90px); }
  .loadingdots-content {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .loadingdots-content:nth-of-type(1) .loadingdots-item {
      animation-delay: 0s; }
    .loadingdots-content:nth-of-type(2) .loadingdots-item {
      animation-delay: 0.1s; }
    .loadingdots-content:nth-of-type(3) .loadingdots-item {
      animation-delay: 0.2s; }
    .loadingdots-content:nth-of-type(4) .loadingdots-item {
      animation-delay: 0.3s; }
    .loadingdots-content:nth-of-type(5) .loadingdots-item {
      animation-delay: 0.4s; }
  .loadingdots-item {
    height: 15px;
    width: 15px;
    background: #BAA256;
    border-radius: 10px;
    animation: loading 0.8s linear infinite;
    display: block; }

@keyframes loading {
  0% {
    padding: 0px; }
  20% {
    padding: 2px; }
  40% {
    padding: 4px; }
  60% {
    padding: 6px; }
  80% {
    padding: 10px; }
  100% { } }

.loading {
  position: relative;
  width: 100%;
  display: block;
  height: 100%; }
  .loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    display: block;
    border: 2px solid white;
    content: '';
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border-right-color: #454141;
    animation: load 0.5s linear infinite; }

@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    transform: translate(-50%, -50%) rotate(90deg); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg); }
  75% {
    transform: translate(-50%, -50%) rotate(270deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@media screen and (min-width: 768px) {
  .loadingdots {
    height: calc(100vh - 150px); } }

.social {
  display: inline-flex; }
  .social .links {
    padding-right: 10px; }
    .social .links:hover .socialsvg path {
      fill: #BAA256; }
  .social .content {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .social .item:hover .socialsvg path {
    fill: #BAA256; }
  .social .icon i {
    font-size: 32px; }
    .social .icon i:hover {
      color: #BAA256; }

.sociallist {
  margin: 0; }
  .sociallist .sociallistitem {
    padding: 6px 0; }
  .sociallist .sociallistlink {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .sociallist .sociallistlink:hover {
      color: #BAA256; }
      .sociallist .sociallistlink:hover .socialmediahover path {
        fill: #BAA256; }
      .sociallist .sociallistlink:hover::after {
        content: '';
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        border-bottom: 1px solid #BAA256;
        animation: hoverLine linear 0.2s; }

@keyframes hoverLine {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.popper-socialmedia {
  z-index: 3;
  width: 148px;
  margin-top: 5px;
  padding: 0;
  position: absolute;
  margin-left: 30px;
  background: #ffffff;
  box-shadow: 0px 0 15px rgba(74, 74, 74, 0.3); }
  .popper-socialmedia ul {
    padding: 12px; }
    .popper-socialmedia ul li {
      border-bottom: none;
      margin: 0px 5px 12px; }
      .popper-socialmedia ul li:last-child {
        margin-bottom: 5px; }

.navmobile {
  padding: 15px 0; }
  .navmobile .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .navmobile .menu .btn {
      border: none;
      background: none;
      width: 40px;
      height: 40px; }
      .navmobile .menu .btn:hover, .navmobile .menu .btn:active {
        background: none;
        border: none; }
    .navmobile .menu .bars {
      border: none;
      right: 20px;
      position: absolute;
      background-color: #353B56;
      height: 4px;
      width: 30px; }
      .navmobile .menu .bars.top {
        top: 10px; }
      .navmobile .menu .bars.center {
        top: 20px; }
      .navmobile .menu .bars.bottom {
        top: 30px; }

.menu-mobile .modal-dialog {
  margin: 0; }

.menu-mobile .modal-content {
  min-height: 100vh;
  width: 100vw; }
  .menu-mobile .modal-content .modal-header {
    width: 100%;
    display: flex;
    align-items: center; }
    .menu-mobile .modal-content .modal-header .navmobile {
      padding: 0; }
    .menu-mobile .modal-content .modal-header .btn {
      border: none;
      background: none; }
    .menu-mobile .modal-content .modal-header .bars {
      border: none;
      right: 15px;
      position: absolute;
      background-color: #353B56;
      height: 4px;
      width: 30px; }
      .menu-mobile .modal-content .modal-header .bars.slash {
        transform: rotate(45deg); }
      .menu-mobile .modal-content .modal-header .bars.backslash {
        transform: rotate(135deg); }

.menu-mobile .busca {
  padding: 30px; }
  .menu-mobile .busca .mainbanner-inputicon {
    margin: 0;
    width: 100%;
    border: 1px solid #BAA256; }
  .menu-mobile .busca .mainbanner-inputsearch {
    padding-left: 10px; }
  .menu-mobile .busca .btn-busca {
    background: none; }

.menu-mobile .lista {
  padding: 0;
  text-align: center; }
  .menu-mobile .lista:not(:first-of-type) {
    margin-top: 30px; }
  .menu-mobile .lista .item {
    margin-bottom: 5px; }
  .menu-mobile .lista .headerindex-item {
    font-size: 20px; }

.menu-mobile .footerhome-contactnumberarea {
  margin: 60px auto;
  width: 200px; }

.menu-mobile .language {
  display: flex;
  justify-content: center;
  margin: 25px auto 50px; }
  .menu-mobile .language .box {
    position: relative; }
    .menu-mobile .language .box::before, .menu-mobile .language .box::after {
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      width: 2px;
      height: 11px;
      transition: 0.3s;
      background-color: #000; }
    .menu-mobile .language .box::before {
      right: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .menu-mobile .language .box::after {
      right: 13px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .menu-mobile .language .box .select {
      display: flex;
      justify-content: center;
      padding: 15px;
      width: 200px;
      border-radius: unset;
      background-color: transparent;
      border: 1px solid #DBDBDB; }

.btn-filtro {
  bottom: 35px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 1000;
  background-color: #BAA256; }
  .btn-filtro .icon {
    width: 75%;
    z-index: 1010; }

#mobileFilter .modal-dialog {
  margin: 0; }

#mobileFilter .modal-content {
  padding: 30px;
  min-width: 100vw;
  min-height: 100vh; }

#mobileFilter .btn-limpar {
  top: 0;
  right: 0;
  position: absolute;
  background: none; }

#mobileFilter .btn-close,
#mobileFilter .btn-close:after {
  content: '';
  width: 25px;
  height: 3px;
  position: absolute;
  background-color: #353B56; }

#mobileFilter .busca {
  position: relative;
  display: flex; }
  #mobileFilter .busca input.inputsearch {
    width: calc(100% - 30px);
    border-radius: 0;
    border: none;
    -webkit-appearance: none; }
  #mobileFilter .busca input::placeholder {
    color: #4A4A4A; }
  #mobileFilter .busca .src-icon {
    top: 23%;
    right: 10px;
    position: absolute;
    width: 20px; }
  #mobileFilter .busca .btn-busca {
    background: none; }

#mobileFilter .title {
  font-size: 26px;
  text-align: center;
  margin: 80px 0 25px; }

#mobileFilter .busca,
#mobileFilter .estado,
#mobileFilter .cidade,
#mobileFilter .area,
#mobileFilter .tipo {
  border: 1px solid #BAA256;
  margin-bottom: 30px;
  height: 40px;
  padding-left: 10px;
  border-radius: 1px;
  background: none; }

#mobileFilter .number-input .area {
  width: 100%;
  max-width: 100%; }

#mobileFilter .filter-number-mobile .number-input {
  margin-top: 0px; }

#mobileFilter .filter-number-mobile .popper-area-text {
  margin-bottom: 0px; }

#mobileFilter .acao-filtro {
  display: flex;
  margin-top: 60px;
  justify-content: space-between; }
  #mobileFilter .acao-filtro .btn-cancelar,
  #mobileFilter .acao-filtro .btn-filtrar {
    height: 40px;
    width: 140px; }

#mobileFilter .btn-cancelar {
  background: #DBDBDB; }

#mobileFilter .btn-filtrar {
  background: #BAA256; }

b, strong {
  font-weight: bold; }

.chosen-container-single .chosen-single div b {
  background-image: none; }

.internas .error-page-content h1.title {
  margin: 0;
  padding: 0; }

.internas .error-page-content .content-title {
  margin: 60px 0; }

.internas .error-page-content .logo-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center; }

.internas.-error-page {
  padding-bottom: 0; }
  .internas.-error-page .banner {
    min-height: calc(100vh - 245px); }
  .internas.-error-page .banner.-error-page {
    justify-content: center; }

.footerhome-break.-error-page {
  padding-top: 30px; }

@media screen and (min-width: 768px) {
  .internas.-error-page .banner {
    min-height: calc(100vh - 80px); } }

.mainbanner {
  height: calc( 100vh - 65px);
  background: url("../../assets/images/banner-sm.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mainbanner-title {
    font-family: "Baskerville", serif;
    color: #ffffff;
    text-align: center;
    font-size: 60px; }
  .mainbanner-subtitle {
    text-transform: uppercase;
    font-family: "effra";
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 200;
    padding-top: 20px; }
  .mainbanner ul.suggestions {
    z-index: 2;
    width: 100%;
    background-color: #ffffff;
    padding-inline-start: unset;
    border-top: 1px solid #DBDBDB;
    cursor: pointer; }
    .mainbanner ul.suggestions .item {
      padding: 5px 10px 5px 50px;
      color: #796058; }
      .mainbanner ul.suggestions .item:hover {
        background-color: #DBDBDB; }
  .mainbanner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100vw; }
    .mainbanner-content > .form {
      max-width: 100%;
      position: relative;
      width: 95%; }
      .mainbanner-content > .form .suggestions-area {
        position: absolute;
        width: 100%; }
  .mainbanner-inputicon {
    display: flex;
    background: #ffffff;
    margin-top: 50px; }
  .mainbanner-icon {
    padding: 10px; }
  .mainbanner-inputsearch {
    border: none;
    width: 100%;
    color: #796058; }
    .mainbanner-inputsearch::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: rgba(121, 96, 88, 0.5); }
    .mainbanner-inputsearch:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: rgba(121, 96, 88, 0.5);
      opacity: 1; }
    .mainbanner-inputsearch::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: rgba(121, 96, 88, 0.5);
      opacity: 1; }
    .mainbanner-inputsearch:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: rgba(121, 96, 88, 0.5); }
    .mainbanner-inputsearch::-ms-input-placeholder {
      /* Microsoft Edge */
      color: rgba(121, 96, 88, 0.5); }
    .mainbanner-inputsearch::placeholder {
      /* Most modern browsers support this now. */
      color: rgba(121, 96, 88, 0.5); }

.oportunities-title.break {
  margin-bottom: 50px; }

.oportunities-subtitle {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px; }

.oportunities-cities {
  padding: 0; }

.oportunities-citiestitle {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.5;
  display: block; }
  .oportunities-citiestitle::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    display: block;
    position: absolute;
    bottom: -10px; }
  .oportunities-citiestitle::before {
    content: '';
    height: 10px;
    width: 10px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    position: absolute;
    top: 50%;
    right: 0; }

.oportunities-list .container {
  padding-top: 30px; }

.oportunitiescard-content {
  position: relative; }

.oportunitiescard {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 100px;
  display: block;
  overflow: hidden; }
  .oportunitiescard-title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    font-weight: 300;
    line-height: 1.4;
    box-shadow: 0px 2px 20px 0px rgba(136, 136, 136, 0.3);
    text-align: center;
    background: white;
    transform: translate(-50%);
    width: calc(100% - 70px); }
  .oportunitiescard-subtitle {
    display: block;
    font-size: 14px; }
  .oportunitiescard-link {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px; }

.oportunitiescarddescription {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  height: calc(100% - 50px);
  margin-bottom: 50px;
  box-shadow: 0 0 20px rgba(74, 74, 74, 0.31);
  position: relative; }
  .oportunitiescarddescription-image {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center; }
    .oportunitiescarddescription-image::after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .oportunitiescarddescription .image {
    visibility: hidden;
    position: absolute;
    height: 10px;
    width: 10px; }
  .oportunitiescarddescription-title {
    font-size: 18px;
    font-weight: 500; }
  .oportunitiescarddescription-subtitle {
    font-size: 14px; }
  .oportunitiescarddescription-description {
    height: 100%;
    padding: 12px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .oportunitiescarddescription-text {
    font-size: 14px; }
  .oportunitiescarddescription .owl-carousel .owl-nav .owl-next,
  .oportunitiescarddescription .owl-carousel .owl-nav .owl-prev {
    background: none; }
  .oportunitiescarddescription .owl-carousel .owl-dots {
    display: flex;
    justify-content: center; }
    .oportunitiescarddescription .owl-carousel .owl-dots .owl-dot {
      height: 20px;
      width: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .oportunitiescarddescription .owl-theme .owl-dots .owl-dot.active span, .oportunitiescarddescription .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    padding: 5px;
    transition: 0.3s; }
  .oportunitiescarddescription .owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    transition: 0.3s;
    width: 7px;
    height: 7px; }
  .oportunitiescarddescription .arrow-right,
  .oportunitiescarddescription .arrow-left {
    border-color: #ffffff;
    position: absolute;
    height: 10px;
    width: 10px;
    top: calc(50% - 5px); }
  .oportunitiescarddescription .arrow-left {
    left: 20px; }
  .oportunitiescarddescription .arrow-right {
    right: 20px; }
  .oportunitiescarddescription .footer-info {
    display: flex;
    justify-content: space-between; }

.about {
  background: #F0ECE0; }
  .about-title {
    text-align: center;
    padding: 60px 0; }
  .about .carousel-home .owl-dots .owl-dot span {
    background: #ffffff; }
  .about .carousel-home .owl-dots .owl-dot.active span {
    background: #4A4A4A; }
  .about .carousel-home .owl-nav {
    top: calc(50% + 28px); }
    .about .carousel-home .owl-nav .owl-next, .about .carousel-home .owl-nav .owl-prev {
      background: none; }
      .about .carousel-home .owl-nav .owl-next .arrow-left, .about .carousel-home .owl-nav .owl-prev .arrow-left {
        border: 2px solid #ffffff;
        border-width: 0px 0px 2px 2px;
        transform: rotate(45deg); }
      .about .carousel-home .owl-nav .owl-next .arrow-right, .about .carousel-home .owl-nav .owl-prev .arrow-right {
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff; }
  .about p.citation-title {
    text-align: center; }

.quote-area > p {
  text-align: center; }

.quote-area blockquote {
  margin: 30px 0 0 30px; }

.morelist {
  margin-top: -1rem; }

.citiesColapse {
  padding-bottom: 45px; }
  .citiesColapse .seeMore {
    width: 100%;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    outline: none;
    background-color: white; }
    .citiesColapse .seeMore:focus, .citiesColapse .seeMore:active {
      outline: none; }

.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria {
  left: 0;
  right: 0; }

.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next.bubbles-on, .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev.bubbles-on {
  z-index: 2; }

.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container {
  z-index: 2; }

@media screen and (min-width: 768px) {
  .mainbanner {
    height: 102vh; }
    .mainbanner-subtitle {
      font-size: 20px;
      padding-top: 0; }
    .mainbanner ul.suggestions .item {
      padding: 5px 10px 5px 70px; }
  .about-title {
    padding: 50px 0; }
  .quote-area {
    padding-top: 50px; }
  .citiesColapse {
    padding-bottom: 0; }
  .mainbanner {
    margin-bottom: 100px; }
    .mainbanner-content > .form {
      width: 100%; }
    .mainbanner-inputicon {
      width: 100%; }
    .mainbanner-icon {
      padding: 20px; }
  .oportunities-list {
    padding-top: 50px; }
    .oportunities-list .container {
      padding-top: 0; }
  .oportunitiescarddescription > .carousel-thumb {
    min-height: unset; }
  .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria {
    left: 80px;
    right: 80px; }
  .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next.bubbles-on, .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev.bubbles-on {
    z-index: 0; }
  .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container {
    z-index: 2; } }

@media screen and (min-width: 1200px) {
  .mainbanner-title {
    font-size: 70px; }
  .mainbanner-subtitle {
    font-size: 25px; } }

@media screen and (min-width: 1600px) {
  .mainbanner-title {
    font-size: 90px; }
  .mainbanner-subtitle {
    font-size: 30px; }
  .oportunities-citiestitle {
    margin-bottom: 60px; }
    .oportunities-citiestitle::after {
      bottom: -20px; } }

.headerindex {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .headerindex-nav {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .headerindex-item {
    font-family: "effra";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 5px;
    color: #796058; }
    .headerindex-item:hover {
      color: #4A4A4A; }
  .headerindex-itemborder {
    padding: 7px;
    color: #796058;
    border: 1px solid #BAA256;
    transition: 0.3s; }
    .headerindex-itemborder:hover {
      background: #BAA256;
      color: #ffffff;
      transition: 0.3s; }

.headerlanding,
.headersearch {
  height: 80px;
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #DBDBDB; }
  .headerlanding-image,
  .headersearch-image {
    height: 40px; }
  .headerlanding-left, .headerlanding-right,
  .headersearch-left,
  .headersearch-right {
    display: flex;
    align-items: center; }
  .headerlanding .container-search,
  .headersearch .container-search {
    margin-left: 40px;
    position: relative;
    display: flex;
    flex-direction: column; }
    .headerlanding .container-search .search,
    .headersearch .container-search .search {
      width: 330px;
      height: 40px;
      padding: 0px 10px 0px 45px;
      border: 1px solid #DBDBDB; }
      .headerlanding .container-search .search:focus,
      .headersearch .container-search .search:focus {
        border-color: #BAA256; }
        .headerlanding .container-search .search:focus + .search-icon .cls-1,
        .headersearch .container-search .search:focus + .search-icon .cls-1 {
          stroke: #BAA256; }
    .headerlanding .container-search .has-suggestions,
    .headersearch .container-search .has-suggestions {
      border-bottom: none; }
    .headerlanding .container-search .suggestions,
    .headersearch .container-search .suggestions {
      position: absolute;
      z-index: 2;
      width: 100%;
      border: 1px solid #BAA256;
      background-color: #ffffff;
      padding-inline-start: unset;
      border-top: 1px solid #DBDBDB;
      cursor: pointer; }
      .headerlanding .container-search .suggestions .item,
      .headersearch .container-search .suggestions .item {
        padding: 5px 10px 5px 45px; }
        .headerlanding .container-search .suggestions .item:hover,
        .headersearch .container-search .suggestions .item:hover {
          background-color: #DBDBDB; }
  .headerlanding-icon,
  .headersearch-icon {
    width: 20px;
    height: 20px;
    padding-right: 0;
    margin: 10px;
    position: absolute; }
  .headerlanding .search-icon,
  .headersearch .search-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding-right: 0;
    margin: 10px; }
    .headerlanding .search-icon .cls-1,
    .headersearch .search-icon .cls-1 {
      stroke: #DBDBDB; }

.headerlanding {
  justify-content: center; }
  .headerlanding-right {
    right: 30px;
    align-items: center;
    position: absolute; }

.active-input {
  border: 1px solid #BAA256; }
  .active-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #BAA256; }
  .active-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BAA256;
    opacity: 1; }
  .active-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BAA256;
    opacity: 1; }
  .active-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BAA256; }
  .active-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BAA256; }
  .active-input::placeholder {
    /* Most modern browsers support this now. */
    color: #BAA256; }

@media screen and (min-width: 768px) {
  header.headersearch.-stickybar-mode {
    position: fixed;
    z-index: 200; } }

@media screen and (min-width: 1200px) {
  .headerindex-item {
    padding: 0 13px; }
  .headerindex-itemborder {
    padding: 10px; }
  .headerlanding .container-search .search,
  .headersearch .container-search .search {
    width: 380px; } }

.social-links i {
  font-size: 25px; }

.footerhome {
  background-color: #ffffff; }
  .footerhome-break {
    padding-top: 50px; }
    .footerhome-break .link {
      display: flex;
      justify-content: center; }
      .footerhome-break .link .img {
        max-width: 100%; }
    .footerhome-break .register-number {
      color: #707070;
      margin-top: 10px;
      text-align: center; }
    .footerhome-break .copyright {
      display: flex;
      justify-content: center;
      color: #707070;
      margin-top: 15px; }
  .footerhome-logodescription {
    margin-top: 20px;
    color: #6a6e75; }
  .footerhome-contactnumberarea {
    padding: 16px;
    margin: 45px 0 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BAA256; }
  .footerhome-contactnumber {
    margin: 0;
    color: #ffffff;
    font-weight: lighter; }
  .footerhome-list {
    padding: 0px 15px;
    text-align: center; }
  .footerhome-listtitle {
    letter-spacing: 0;
    margin-bottom: 18px;
    font-weight: 500; }
  .footerhome-listitem {
    margin-bottom: 10px; }
  .footerhome-logodescription,
  .footerhome-listitem a {
    font-size: 14px; }
  .footerhome-languagebox {
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10%; }
    .footerhome-languagebox .chosen-container li.highlighted {
      background-color: #796058;
      background-image: none; }
    .footerhome-languagebox a.chosen-single span {
      margin: 0; }
    .footerhome-languagebox a.chosen-single::before, .footerhome-languagebox a.chosen-single::after {
      content: '';
      top: 20px;
      width: 2px;
      height: 11px;
      display: block;
      transition: 0.3s;
      position: absolute;
      background-color: #000; }
    .footerhome-languagebox a.chosen-single::before {
      right: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .footerhome-languagebox a.chosen-single::after {
      right: 13px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .footerhome-languagebox .chosen-with-drop > a.chosen-single::before {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .footerhome-languagebox .chosen-with-drop > a.chosen-single::after {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
  .footerhome-sitemap {
    margin-top: 50px;
    display: none; }
    .footerhome-sitemap i.fab:hover {
      opacity: 0.8;
      transition: 0.3s; }
  .footerhome-sitemaplist {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase; }
  .footerhome-sitemaplistitem {
    margin-right: 3px; }
  .footerhome-copyright {
    color: #707070;
    text-align: center; }
  .footerhome-itemcontents {
    display: inline-block; }

.footerpagina {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  overflow-y: hidden; }
  .footerpagina-opener {
    display: block;
    width: 100%;
    cursor: pointer; }
  .footerpagina-title {
    width: 215px;
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    font-size: 12px; }
  .footerpagina-close .footerhome {
    max-height: 0;
    animation: closer 0.3s linear; }
  .footerpagina-open .footerhome {
    animation: opener 0.3s linear; }

@keyframes opener {
  0% {
    max-height: 0; }
  25% {
    max-height: 86px; }
  50% {
    max-height: 172px; }
  75% {
    max-height: 248px; }
  100% {
    max-height: 344px; } }

@keyframes closer {
  0% {
    max-height: 344px; }
  25% {
    max-height: 248px; }
  50% {
    max-height: 172px; }
  75% {
    max-height: 86px; }
  100% {
    max-height: 0; } }

@media screen and (min-width: 768px) {
  .footerhome #imoveisFooter {
    padding: 0;
    width: 400px; }
  .footerhome-break {
    padding-top: 100px; }
  .footerhome-content {
    margin: 0; }
  .footerhome-itemcontents {
    display: block; }
  .footerhome-list {
    padding: 0;
    text-align: left; }
  .footerhome-copyright {
    justify-content: start; }
  .footerhome-sitemap {
    display: flex;
    justify-content: space-around; } }

.details-title {
  margin-bottom: 30px; }

.detailsmain {
  min-height: 520px;
  position: relative;
  background-color: #F8F8F8; }
  .detailsmain-info {
    padding-right: 0; }
  .detailsmain-breadcrumb {
    margin: 25px 0 15px; }
  .detailsmain-breadcrumblist {
    padding: 0;
    display: inline-block;
    font-size: 14px; }
    .detailsmain-breadcrumblist a::after {
      content: '';
      left: 2px;
      padding: 3px;
      opacity: 0.4;
      position: relative;
      display: inline-block;
      border: solid #4a4a4a;
      border-width: 0 1px 1px 0;
      transform: rotate(45deg);
      -webkit-transform: rotate(-45deg); }
  .detailsmain-breadcrumblistitem {
    font-size: 12px;
    display: inline-block; }
    .detailsmain-breadcrumblistitem a {
      margin-right: 10px;
      font-size: 12px; }
    .detailsmain-breadcrumblistitem:nth-last-of-type(1) a::after {
      display: none; }
  .detailsmain-content {
    padding-top: 30px; }
    .detailsmain-content ~ .share-and-more {
      padding-top: 50px; }
      .detailsmain-content ~ .share-and-more .popper-socialmedia {
        width: 130px;
        margin-left: 0; }
      .detailsmain-content ~ .share-and-more .landingmoreinfo-sharearea {
        margin-top: 0; }
      .detailsmain-content ~ .share-and-more .landingmoreinfo-share {
        display: inline-block;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400; }
        .detailsmain-content ~ .share-and-more .landingmoreinfo-share:hover {
          color: #ffffff; }
  .detailsmain-featureslist {
    padding: 0; }
  .detailsmain-featureslistitem {
    margin-bottom: 15px;
    font-size: 14px; }
  .detailsmain-code {
    float: right; }
  .detailsmain-code {
    font-weight: bold; }

.detailscontainer .title,
.noticias-detalhes .title {
  margin-bottom: 30px; }

.detailscontainer-subtitle,
.noticias-detalhes-subtitle {
  margin-top: 30px;
  margin-bottom: 0px; }

.detailsinformations .content.mais-infos {
  padding-bottom: 100px; }
  .detailsinformations .content.mais-infos p {
    margin-bottom: 0; }

.detailsallimages-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }

.detailsallimages-listitem {
  width: 80px;
  margin: 0 10px 10px 0; }
  .detailsallimages-listitem img {
    width: 100%; }

.detailsallimages .ng-image-gallery .ng-image-gallery-thumbnails .thumb:nth-child(2n) {
  margin-right: 0; }

.detailsallimages .ng-image-gallery, .detailsallimages .ng-image-gallery * {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.detailsallimages .thumb {
  flex-shrink: 0;
  flex-basis: 48%; }

.detailsallimages .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images {
  margin-top: 10px; }

.detailsallimages .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper > div .title {
  color: #ffffff; }

.detailsgallery-content {
  right: 0px;
  height: auto;
  display: flex;
  overflow: hidden;
  flex-direction: column; }
  .detailsgallery-content > button.gallery-img.gallery-imgmain {
    min-height: 200px; }
  .detailsgallery-content .gallery-video {
    min-height: 300px; }
  .detailsgallery-content figure {
    margin: 0 0 0 0; }
  .detailsgallery-content .gallery-imgmain {
    display: inline-flex;
    height: 75%; }
    .detailsgallery-content .gallery-imgmain > .play {
      height: 100%;
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
      .detailsgallery-content .gallery-imgmain > .play::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        border-style: solid;
        border-color: transparent transparent transparent #ffffff;
        border-width: 15px 0 15px 30px;
        box-sizing: border-box; }
  .detailsgallery-content .gallery-video {
    width: 100%;
    border: none; }
  .detailsgallery-content .gallery-footer {
    display: flex;
    height: 25%; }
    .detailsgallery-content .gallery-footer .gallery-more {
      align-items: center;
      background-color: #4a4a4a;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 25%;
      will-change: opacity; }
      .detailsgallery-content .gallery-footer .gallery-more span {
        color: #F8F8F8; }
        .detailsgallery-content .gallery-footer .gallery-more span:first-of-type {
          font-size: 30px;
          line-height: 0.8; }
      .detailsgallery-content .gallery-footer .gallery-more:hover {
        opacity: 0.8;
        transition: opacity 0.4s;
        cursor: pointer; }
  .detailsgallery-content .gallery-thumbs {
    display: flex;
    width: 75%; }
    .detailsgallery-content .gallery-thumbs .gallery-img {
      cursor: pointer;
      position: relative;
      width: 100%; }
      .detailsgallery-content .gallery-thumbs .gallery-img > .play {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5); }
        .detailsgallery-content .gallery-thumbs .gallery-img > .play::before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 30px;
          height: 30px;
          border-style: solid;
          border-color: transparent transparent transparent #ffffff;
          border-width: 15px 0 15px 30px;
          box-sizing: border-box; }
      .detailsgallery-content .gallery-thumbs .gallery-img .gallery-video {
        display: none; }
  .detailsgallery-content .gallery-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .detailsgallery-content img {
    width: 100%; }

.detailspropertiesforsale .details-title {
  margin-bottom: 30px; }

.video-modal > .video-container {
  display: flex;
  justify-content: center; }
  .video-modal > .video-container > .content {
    width: unset; }

.video-modal::before, .video-modal::after {
  content: '';
  height: 35px;
  position: absolute;
  top: 50px;
  right: 70px;
  width: 5px;
  background-color: #F8F8F8;
  border-radius: 10px; }

.video-modal::before {
  transform: rotate(45deg); }

.video-modal::after {
  transform: rotate(135deg); }

.video-modal .imovel-player {
  display: block;
  width: 600px;
  height: 400px; }

.modal-backdrop.show {
  opacity: 0.9; }

.galleria .galleria-title-description-wrapper {
  display: none; }

.ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper {
  display: flex;
  justify-content: center; }

.btn-back {
  background-color: #BAA256;
  border-radius: 50%;
  bottom: 35px;
  height: 50px;
  left: 35px;
  position: fixed;
  width: 50px;
  z-index: 9; }
  .btn-back:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.4s; }
  .btn-back::before {
    content: '';
    background-color: #ffffff;
    height: 4px;
    left: 35%;
    position: absolute;
    top: 46%;
    width: 20px; }
  .btn-back::after {
    content: '';
    background: transparent;
    border: solid #ffffff;
    border-width: 4px 0 0 4px;
    left: 30%;
    padding: 5px;
    position: absolute;
    top: 35%;
    transform: rotate(-45deg); }

@media screen and (min-width: 576px) {
  .detailsgallery-content .gallery-footer .gallery-more span:first-of-type {
    font-size: 50px; } }

@media screen and (min-width: 768px) {
  .details-body > .imoveldetalhes.-stickybar-mode {
    padding-top: 80px; }
  .detailsmain-content ~ .share-and-more .landingmoreinfo-share:hover {
    color: #4a4a4a; }
  .detailsgallery-content > button.gallery-img.gallery-imgmain {
    min-height: 300px; }
  .btn-back {
    left: 10px; } }

@media screen and (min-width: 992px) {
  .detailsmain-info {
    padding-right: 30px; }
  .detailsform {
    margin-top: 0; }
  .detailsgallery-content {
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    width: 50%; }
    .detailsgallery-content > button.gallery-img.gallery-imgmain {
      height: 350px; }
  .detailsallimages .thumb {
    flex-basis: initial; }
  .detailsallimages .ng-image-gallery, .detailsallimages .ng-image-gallery * {
    justify-content: initial; }
  .detailsallimages .ng-image-gallery .ng-image-gallery-thumbnails .thumb:nth-child(2n) {
    margin-right: 5px; }
  .btn-back {
    bottom: 60px;
    left: 40px; } }

@media screen and (min-width: 1200px) {
  .detailsgallery-content > button.gallery-img.gallery-imgmain {
    height: 100%; }
  .btn-back {
    bottom: 180px;
    left: 25px; } }

@media screen and (min-width: 1600px) {
  .imoveldetalhes section.detailsmain {
    padding-bottom: 100px; }
  .btn-back {
    left: 60px; } }

.contato .social {
  display: none; }

.contato .footerhome-break {
  padding: 60px 0 25px; }

.contactform {
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0px 0 15px rgba(74, 74, 74, 0.3); }
  .contactform-title {
    text-align: center; }
  .contactform-contact input {
    padding-left: 40px;
    height: 45px; }
  .contactform-contact img {
    position: absolute;
    top: 12px; }
  .contactform-button {
    background-color: #BAA256;
    border: none; }
  .contactform-footertext,
  .contactform-footertext strong {
    text-align: center;
    font-size: 10px; }

@media screen and (min-width: 768px) {
  .contato .title {
    margin-top: -55px; }
  .contato .social {
    display: block; }
  .contactform {
    position: absolute; }
  .contactmain {
    height: 420px;
    margin-bottom: 170px; }
  .contato-footer {
    margin-top: 0; } }

.detailsform {
  padding: 25px;
  background-color: #F8F8F8;
  position: sticky;
  top: 50px; }
  .detailsform-contact input {
    padding-left: 40px;
    height: 45px; }
  .detailsform-contact.text-area {
    height: 120px; }
  .detailsform-button {
    background-color: #81bb43; }
    .detailsform-button:disabled {
      background-color: rgba(132, 186, 85, 0.7); }
  .detailsform-footertext,
  .detailsform-footertext strong {
    font-size: 10px; }

.landingmain {
  background: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 500px; }
  .landingmain::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 50%); }
  .landingmain .wrap {
    z-index: 1;
    position: relative; }
  .landingmain-content {
    padding-top: 50px; }
  .landingmain-title {
    color: #ffffff; }
  .landingmain-subtitle {
    color: #ffffff; }
  .landingmain-testimonyarea {
    display: flex;
    margin: 40px 0 0 20px; }
    .landingmain-testimonyarea img {
      max-width: 25px;
      max-height: 20px; }
  .landingmain-quotationsinit {
    color: #ffffff;
    align-self: flex-start; }
  .landingmain-testimonytext {
    margin-left: 10px;
    color: #ffffff; }
  .landingmain-testimonyauthor {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff; }
  .landingmain-quotationsend {
    color: #ffffff;
    align-self: center;
    justify-content: flex-end;
    transform: rotate(180deg); }
  .landingmain + section.detailscontainer {
    padding-top: 100px; }

.landingmoreinfo-sharearea {
  margin-top: 100px;
  display: flex;
  justify-items: center;
  align-items: center; }

.landingmoreinfo-share {
  margin-right: 5px;
  color: #ffffff;
  font-weight: lighter;
  display: inline-block;
  padding: 3px 20px 3px 10px;
  background-color: #BAA256;
  width: 100%; }
  .landingmoreinfo-share img {
    max-height: 25px; }

.landingmoreinfo-whatsapp {
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  background-color: #BAA256;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #BAA256; }
  .landingmoreinfo-whatsapp path {
    fill: #ffffff; }

.content-share {
  width: 100%;
  text-align: center; }

@media screen and (min-width: 768px) {
  .landingmoreinfo-sharearea {
    margin-top: 0; } }

@media screen and (min-width: 992px) {
  .detailsmain-info {
    padding-right: 30px; }
  .landingform {
    margin-top: -175px; }
  .content-share {
    width: initial; } }

.imoveis-container {
  min-height: 100vh; }
  .imoveis-container .oportunities-list.-stickybar-mode {
    padding-top: 200px; }
  .imoveis-container .footer-collapse {
    visibility: hidden; }

.filter-nav.-stickybar-mode.-stickybar-mode {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 200; }

.filters {
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(74, 74, 74, 0.08); }
  .filters-container {
    height: 70px;
    display: flex;
    margin-right: 5px;
    align-items: center;
    background: #ffffff; }
    .filters-container a.chosen-single {
      height: 35px; }
      .filters-container a.chosen-single span {
        color: #DBDBDB; }
      .filters-container a.chosen-single::before {
        right: 15px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      .filters-container a.chosen-single::after {
        right: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .filters-container a.chosen-single::before, .filters-container a.chosen-single::after {
        content: '';
        top: 13px;
        width: 2px;
        height: 9px;
        transition: 0.3s;
        position: absolute;
        background-color: #DBDBDB; }
    .filters-container .chosen-with-drop a.chosen-single::before {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .filters-container .chosen-with-drop a.chosen-single::after {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .filters-container .chosen-container.chosen-with-drop .chosen-drop {
      left: 15px; }
    .filters-container .chosen-drop {
      top: 35px;
      width: 120%;
      border: none;
      z-index: 3;
      margin-top: 5px;
      padding: 5px 0px;
      position: absolute;
      margin-left: -30px;
      background: #ffffff;
      box-shadow: 0px 0 15px rgba(74, 74, 74, 0.3); }
      .filters-container .chosen-drop::after {
        content: '';
        z-index: -1;
        top: -10px;
        left: 35%;
        padding: 10px;
        position: absolute;
        background: #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
    .filters-container .chosen-container .chosen-results li.highlighted {
      background-color: #BAA256;
      background-image: none; }
    .filters-container .chosen-container-single .chosen-single abbr {
      z-index: 10000;
      top: 9px;
      right: 6px;
      width: 15px;
      height: 15px;
      border: none;
      background: none;
      position: absolute; }
    .filters-container .chosen-single .chosen-default,
    .filters-container .chosen-single .chosen-single-with-deselect .chosen-default {
      width: 100px; }
    .filters-container.filter-md {
      width: 106px; }
  .filters-close::before {
    content: '';
    top: 12px;
    right: 18px;
    width: 2px;
    height: 9px;
    display: block;
    transition: 0.3s;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #DBDBDB; }
  .filters-close::after {
    content: '';
    top: 12px;
    right: 12px;
    width: 2px;
    height: 9px;
    display: block;
    transition: 0.3s;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #DBDBDB; }
  .filters-item {
    padding: 6px;
    display: flex;
    background: none;
    margin-right: 5px;
    border: 1px solid #DBDBDB; }
  .filters-text {
    margin-left: 5px;
    color: #DBDBDB; }

.filter-estado-btn {
  top: 28px;
  right: 5px;
  height: 15px;
  border: none;
  display: none;
  background: none;
  position: absolute; }

.filter-cidade-btn {
  top: 28px;
  right: 5px;
  height: 15px;
  border: none;
  display: none;
  background: none;
  position: absolute; }

.popper-area.ng-show::after {
  content: '';
  position: absolute;
  width: 30px;
  border: 12px solid #ffffff;
  transform: rotate(45deg);
  top: -5px;
  left: 50px; }

.popper-closebtn {
  float: right;
  margin: 20px 0 15px;
  color: #ffffff;
  background: #BAA256; }

.check-radio-control {
  display: block;
  cursor: pointer;
  font-weight: 300;
  padding-top: 2px;
  padding-left: 22px;
  margin-bottom: 5px;
  color: #BAA256;
  position: relative; }

.check-radio-control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control-indicator {
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #BAA256; }

.control-radio .control-indicator {
  border-radius: 50%; }

.control:hover input ~ .control-indicator,
.check-radio-control input:focus ~ .control-indicator {
  background: #ffffff;
  border: 1px solid #BAA256; }

.check-radio-control input:checked ~ .control-indicator {
  transition: 0.2s;
  background: #BAA256;
  border: 1px solid #BAA256; }

.check-radio-control input:disabled ~ .control-indicator {
  opacity: 0.6;
  pointer-events: none; }

.check-radio-control input:checked ~ .control-indicator:after {
  display: block; }

.control-checkbox .control-indicator:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #ffe8aa;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control-checkbox.control-checkbox-lg .control-indicator {
  width: 26px;
  height: 26px;
  top: -2px; }
  .control-checkbox.control-checkbox-lg .control-indicator:after {
    top: 2px;
    left: 7px;
    width: 10px;
    height: 15px; }

.control-checkbox input:disabled ~ .control-indicator:after {
  border-color: #ffe8aa; }

.active-filter .chosen-container,
.active-filter .filters-item {
  background-color: #BAA256; }
  .active-filter .chosen-container .filters-text,
  .active-filter .filters-item .filters-text {
    margin-right: 20px;
    color: #ffffff; }
  .active-filter .chosen-container .filters-close::before,
  .active-filter .chosen-container .filters-close::after,
  .active-filter .filters-item .filters-close::before,
  .active-filter .filters-item .filters-close::after {
    content: '';
    top: 12px;
    right: 14px;
    width: 2px;
    height: 10px;
    transition: 0.3s;
    position: absolute;
    background-color: #ffffff; }
  .active-filter .chosen-container .filters-close::before,
  .active-filter .filters-item .filters-close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .active-filter .chosen-container .filters-close::after,
  .active-filter .filters-item .filters-close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

.active-filter a.chosen-single {
  border-color: #BAA256; }
  .active-filter a.chosen-single span {
    color: #ffffff; }
  .active-filter a.chosen-single::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .active-filter a.chosen-single::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .active-filter a.chosen-single::before, .active-filter a.chosen-single::after {
    content: '';
    top: 12px;
    right: 14px;
    width: 2px;
    height: 10px;
    transition: 0.3s;
    position: absolute;
    background-color: #ffffff; }

.active-text {
  color: #ffffff; }

.active-detail {
  background: #ffffff; }

.filter-estado {
  width: 100px;
  position: relative; }
  .filter-estado .chosen-single .chosen-single-with-deselect {
    width: 100%; }

.filter-cidade {
  width: 200px;
  position: relative; }
  .filter-cidade .chosen-container {
    width: 100%; }

.filter-area {
  width: 175px;
  position: relative; }

.filter-tipo {
  width: 145px;
  position: relative; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.number-input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0; }

.number-input button {
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #4A4A4A;
  font-size: 26px;
  color: #4A4A4A;
  margin-top: -5px; }

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  border: none;
  font-weight: bold;
  text-align: center; }

.quemsomos-location .title {
  padding-top: 0;
  padding-bottom: 30px;
  display: block; }

.quemsomos-mapa a {
  display: block;
  width: 100%; }

.quemsomos-mapa img {
  width: 100%; }

.quemsomos-footer .footerhome-break {
  padding-top: 0; }

@media screen and (min-width: 768px) {
  .quemsomos-content {
    padding-top: 0; } }

.noticias {
  margin-bottom: 50px; }
  .noticias .hidden-image {
    visibility: hidden;
    height: 10px;
    width: 10px; }
  .noticias .banner {
    min-height: calc(100vh - 80px);
    background: #F8F8F8;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column; }
  .noticias .autor {
    display: block;
    width: 100%;
    text-align: end; }
  .noticias .content-title {
    margin-top: 20px; }
  .noticias .cover {
    background-image: url(https://mercadodeterras2019.localhost/public/main/assets//images/mercado-de-terras-01.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    display: block;
    margin-bottom: 15px; }
  .noticias .publicacoes {
    padding-top: 75px;
    padding-bottom: 30px; }

.post .page-content {
  padding-top: 60px; }

.post .body-text {
  text-align: justify;
  overflow-y: scroll; }
  .post .body-text .table-responsive {
    display: table; }

.post .link:hover .svghover path {
  fill: #BAA256; }

.post .noticias-detalhes .socialarea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px; }
  .post .noticias-detalhes .socialarea .socialtext {
    display: block; }
  .post .noticias-detalhes .socialarea .sociallist {
    width: 130px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.post .galleria-bubbles-wrapper {
  justify-content: center; }

.cards-item {
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column; }
  .cards-item .description {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

@media screen and (min-width: 768px) {
  .noticias .banner {
    min-height: 520px;
    justify-content: center; }
  .noticias .title {
    text-align: start;
    padding: 0; }
  .noticias .content-title {
    margin: 0 50px 0 0; }
  .post .noticias-detalhes {
    padding-top: 100px; }
  .post .page-content {
    padding-top: 0; }
  .publicacoes .socialarea {
    justify-content: flex-end;
    margin-top: 0px; } }

.mapaimoveis-breadcrumb {
  padding-bottom: 40px; }

.mapaimoveis-list {
  padding: 0; }
  .mapaimoveis-list li {
    margin-top: 5px; }
    .mapaimoveis-list li a:hover {
      text-decoration: underline; }

.internas .hidden-image {
  visibility: hidden;
  height: 10px;
  width: 10px; }

.internas .banner.contato {
  min-height: 860px; }

.internas .banner {
  min-height: calc(100vh - 80px);
  background: #F8F8F8;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column; }
  .internas .banner .left-column {
    padding-top: 30px; }
    .internas .banner .left-column .page-title {
      padding: 0; }
  .internas .banner.terms {
    text-align: justify;
    padding-bottom: 100px;
    padding-top: 60px; }
    .internas .banner.terms .termsbody {
      text-align: justify; }

.internas .content-title {
  margin-top: 20px; }

.internas .date {
  display: block;
  width: 100%;
  text-align: end; }

.internas .blog-title {
  display: block;
  color: #4A4A4A; }
  .internas .blog-title:hover {
    opacity: 0.8;
    transition: 0.4s; }

.internas .cover {
  background-image: url(https://mercadodeterras2019.localhost/public/main/assets//images/mercado-de-terras-01.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  display: block; }

.internas .publicacoes {
  padding-top: 75px;
  padding-bottom: 30px; }

.page-content p {
  line-height: 30px;
  font-size: 16px; }

.page-content .quote-area > p {
  padding-top: 30px; }

@media screen and (min-width: 768px) {
  .internas .banner {
    padding: 0;
    min-height: 520px;
    text-align: start;
    justify-content: center; }
    .internas .banner .left-column {
      padding-top: 0; }
    .internas .banner.terms {
      padding: 100px 0; }
  .internas .cover {
    background-size: cover; }
  .page-content .quote-area > p {
    padding-top: 0px; } }

.comprar-vender .description {
  padding: 60px 0; }

@media screen and (min-width: 768px) {
  .comprar-vender .description {
    padding: 15px; } }

.terms .page-title {
  padding: 0; }

.terms .content-title {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  .terms-footer .footerhome-break {
    padding-top: 0; } }

.pagination.center {
  justify-content: center; }

.cataya-pagination .pagination-blog.pagination {
  justify-content: center; }
  .cataya-pagination .pagination-blog.pagination li.active a {
    border-bottom: 1px solid #DBDBDB; }
  .cataya-pagination .pagination-blog.pagination a {
    font-size: 18px;
    font-weight: 300;
    padding: 5px 12px; }
    .cataya-pagination .pagination-blog.pagination a:hover {
      border-bottom: 1px solid #DBDBDB; }
  .cataya-pagination .pagination-blog.pagination span.next {
    height: 10px;
    width: 10px;
    margin-top: 8px;
    position: relative; }
    .cataya-pagination .pagination-blog.pagination span.next::after {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
      position: absolute;
      left: -2px; }
  .cataya-pagination .pagination-blog.pagination span.last {
    height: 10px;
    width: 10px;
    margin-top: 8px;
    position: relative; }
    .cataya-pagination .pagination-blog.pagination span.last::after {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
      position: absolute;
      left: -7px; }
    .cataya-pagination .pagination-blog.pagination span.last::before {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
      position: absolute;
      right: -3px; }
  .cataya-pagination .pagination-blog.pagination span.prev {
    height: 10px;
    width: 10px;
    margin-top: 8px;
    position: relative; }
    .cataya-pagination .pagination-blog.pagination span.prev::after {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-top: 1px solid;
      border-left: 1px solid;
      transform: rotate(-45deg);
      position: absolute;
      left: 2px; }
  .cataya-pagination .pagination-blog.pagination span.first {
    height: 10px;
    width: 10px;
    margin-top: 8px;
    position: relative; }
    .cataya-pagination .pagination-blog.pagination span.first::after {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-top: 1px solid;
      border-left: 1px solid;
      transform: rotate(-45deg);
      position: absolute;
      right: -7px; }
    .cataya-pagination .pagination-blog.pagination span.first::before {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-top: 1px solid;
      border-left: 1px solid;
      transform: rotate(-45deg);
      position: absolute;
      right: 3px; }

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