a{
    color:inherit;
    text-decoration:none;
}
  
a:hover,
a:focus,
a:active{
    color:inherit;
    text-decoration:none;
}

/* Copy above code to top of webflow css */

.powered{
    color:#fff;
}


.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color:#19243d;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #fff;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-default > .panel-heading {
  background-image: none;
}
.panel-default > .panel-heading {
  background-color: #19243d;
}

.panel {
  border: 1px solid rgba(15, 11, 32, 0.1);
}

.panel {
  background-color: #ffffff;
}

.collapse.in {
  display: block;
}

.collapse {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.menu-principal-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  
  }
  .menu-principal-container  ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
  }
  .menu-principal-container > ul > li{
    list-style-type: none;
    display:inline-block;
  }
  
  .menu-principal-container  li{
    list-style-type: none;
    display:inline-block;
   
  }
  .menu-principal-container > ul > li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #efefef;
  font-size: 18px;
  font-weight: 500;
  }
  .menu-principal-container .dropdown-toggle{
    margin-right: 0px;
    color: inherit;
    font-weight: 500;
  }
  .menu-principal-container span.caret{
    width: 0;
    height: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ff6768;
    display: inline-block;
  }
  
  .open > .dropdown-menu {
    display: block;
  }
  
  .dropdown-menu {
    position: absolute;
    background: #dddddd;
    top:25px;
    left:0px;
    display: none;
    min-width: 100%;
  }
  .dropdown-menu .menu-item{
    padding: 10px 20px;
    display: block;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f02d3a;
    color: #fff;
    padding: 12px;
  }
  .dropdown-menu .menu-item.boldy{
      font-weight:bold;
  }
  .mobilemenu{
    position: relative;
    float: right;
  
  }
  

.menu-principal-container > ul > li:hover{
    border-bottom:2px solid red;
}
.menu-principal-container > ul > li.open:hover{
    border-bottom:0px solid red;
}

.dropdown-menu .menu-item:hover{
text-shadow: 1px 1px 1px #b7b7b7

}

#google_translate_element img, #google_translate_element span {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.goog-te-menu-value span {
 /*    font-family: 'Montserrat' !Important; */
    color: #fff !Important;
}
.goog-te-gadget-icon {
    display: none !important;
}
.goog-te-gadget-simple {
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    background: transparent !important;
}

.btn-select{
  border-radius: 9px;
  opacity: 1;
  color: #9197ae;
  font-size: 10px;
  padding-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  line-height: inherit;
}


.btn-select span.caret {
  width: 0;
  height: 7px;
  margin-top: 6px;
  float: right;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f00;
  margin-left:5px;
  display: inline-block;
}

.btn-search-wrap .dropdown-menu{
  top: 40px;
  left: 11px;
  right: 11px;
  min-width: auto;
  padding-left:0px;
  border-radius:5px;
  z-index: 90;
  background-color:#fff;
}
.btn-search-wrap .dropdown-menu > li{

  text-align:left;
  white-space: normal;
  padding-right: 10px;
  padding-left: 10px;
  cursor:pointer;
  padding: 10px;
  overflow: hidden;
}

.btn-search-wrap .dropdown-menu  li:hover{
  background-color: #efefef;

}
.btn-search-wrap .dropdown-menu > li:nth-child(even){
/*   border-top:1px solid #f02d3a;
  border-bottom:1px solid #f02d3a; */
}

.dropdown-menu > li{
  display: block;
  list-style-type: none;
}
.text-as-fake-select{
  color: #9197ae;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.text-as-fake-select,
.text-as-fake-select::-webkit-input-placeholder{
  font-size:10px;
}

#search-form .columns-3{
  padding-bottom: 0px;
}

#search-form .btn-col-wrapper .w-input,
#search-form .btn-col-wrapper .w-select {
  padding: 8px 6px;
}

#search-form .web2boots-converter{
  padding-left: 5px;
  padding-right: 5px;
}

.width-100{
  width:100%;
}
.fake-img-as-background{
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;

}
.hidden-tittle {
  border: 1px none #000;
  direction: ltr;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
}
.lightbox-overlay{
  background-color: rgba(66, 66, 66, 0.88);
}
.lightbox-overlay .hidden-tittle span{
  font-weight: 600;
  display: block;
  font-size: 26px;
  color:#fff;
  margin-bottom: 15px;
  text-shadow: 0px 0px 0px rgba(255,255,255,0.55);
}

.lightbox-overlay .hidden-tittle{
  color: #f7f7f7;
  font-weight: 900;
  font-size: 30px;
/*   text-shadow: 2px 2px 1px rgba(221, 4, 38,0.75); */
}
.link:hover {
  border-style: none none solid;
   border-width: 1px 1px 1px; 
  border-color: #000 #000 #ff6768;
  text-shadow: 0 0 1px #000;
}
.image-team .fake-img-as-background{
  display:inline-block;
  background-position: top center;
  width: 320px;
  height: 320px;
  border-radius: 8%;

}
.ghost-img{
  opacity: 0;
  z-index: -1000;
  position: relative;
}
.lightbox-overlay .hidden-tittle.nossaequipa{
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.main-cta._2{
  margin-bottom: -175px;
}
.heading-12-but-relative{
  display: inline-block;
  position: relative;
  float: none;
  margin: 0px;
}

.heading-12-but-relative-leveler{
  margin-top: -40px;
  padding-bottom: 20px;
  text-align:left
}
.column-5{
  right: 0px;
}
.infoimovel .heading-13{
 line-height:22px;
 font-size: 18px;
}
.imagem-search-props{
  background-color: black;
  width:100%; 
  height:300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.imoveis-seach-wrappers > .column-5{
  border: 5px solid #efefef;

}
.pagination {
  padding-top: 30px;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;

}
.pagination>li {
  display: inline;
  cursor: pointer;
}
.pagination>li:first-child>a,
 .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>.disabled>span,
 .pagination>.disabled>span:hover,
  .pagination>.disabled>span:focus,
   .pagination>.disabled>a,
    .pagination>.disabled>a:hover,
     .pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination>li>a,
 .pagination>li>span {
  padding: 20px 25px;
  color: #787878;
  font-weight: 700;
  background-color: #fff;
  border-color: #fff;
  border-radius: 2px;
  margin-left: 0;
}
.pagination>li>a,
 .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #263859;
  background-color: #dde0e5;
  border: 1px solid #dde0e5;
  margin-left: -1px;
}
.onda-wrapper-top{
  margin-bottom: -133px;
}
.onda-wrapper-bot{
  margin-top: -33px;
  z-index: -1;
}

.p_imoveis-search-wrap .pesqiosa{
 padding-top:50px;
}
.imoveis{
  min-height: 200px;
}
.onda-wrapper-bot .effect{
position:initial;


}
.line-height-text{
  margin-top: 15px;
    line-height: 24px;
}

.small-for-area{
  color:#ccc;
  font-weight: 400;
}

.effect{
  z-index: -1;

}
.mb-2{
  margin-bottom:2rem;
}

.text-block-8.woutmargin.comercialtel{
  color:#000;
}
.text-block-8.woutmargin.hcomercialmail{
  color: #273043;
}
.buttom1.dosdetalhescomercial{
  margin-right:0px;
}

.tree-hugger .panel-title{
  text-align:left;
}
.tree-hugger li{
  display:block;
  list-style-type:none;
  text-align: left;
}
.tree-hugger ul{
  padding-left:0px;
}
.no-padding{
  padding-left:0px;
  padding-right:0px;
}
.alignleft{
  text-align: left;
}

.content-background{
  background-color:#fff;
}

.text-block-agent-text{  
  margin-top: 9px;
  line-height: 14px;

}
.dropdown-menu > li > a{
  color:inherit;
}
.dropdown-menu{
  padding:0px;
}

.border-as-spacer{ 
  border: 5px solid #efefef;
}
.border-as-spacer-right{
  border-right: 5px solid #efefef;
}

.border-as-spacer-left{
  border-left: 5px solid #efefef;
}

.about-agent-semi-fix{
  height: 100%;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;

}
.about-agent-semi-fix::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .4; 
  z-index: -1;
  background: url(../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 65%;
  background-size: 200px auto;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff6768;
  border-color: #ff6768;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus{ 
  z-index: 2;
  color: #ffffff;
  background-color: #17223b;
  border-color: #17223b;
}
.imgdetail-agent-store{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #273043;
  text-decoration: none;
  outline: 0;
  background-color: #efefef;
}
.container-content.quemsomos.col-xs-12.no-padding {
  float:none;
}
.effect.first-index{
  top: -25px;
  z-index:1;
}
.effect.effecte-empresa .image{
  top: 75px;
}
.navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed;
     left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto; 
    /* display: block;*/
    background-color: #17223b;
  }

  .menu-wrapper{
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  .menu-principal-container > ul > li  {
    position: relative;
    height: 100px;
    overflow: hidden;
    text-decoration: none;
}
.menu-principal-container > ul > li  {
    max-width: 100%;
    display: inline-block;
}

.div-block-formpesquisa{
  padding-top: 45px;
  margin-left: 20px;
  float: right;
  width: 100%;
  text-align: right;
}

.btn-pesquisar{
  margin-right: 0px!important;
}

.destaques-index .hidden{
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(38, 56, 89, 0.87);
  visibility: visible !important;
}
.heading-block{
  position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #fff;
    text-align: center;
}
.section-2-destaques-index{
  display: flex;
  min-height: auto;
  padding: 0px 20px 40px;
  background-color: #17223b;
  box-shadow: -13px 4px 14px -1px #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
}
.destaques-block1{
  display: grid;
  margin-bottom: 50px;
  padding-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 6fr 1.75fr;
  grid-template-columns: 6fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ff6768;
}
.btnver-todos{
  border-radius: 5px;
  background-color: #ff6768;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
}
.buttom-block.blockdestaques{
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.heading-block.agents{
  position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #fff;
    text-align: center;
}
.buttom-block{
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5; 
}
.heading-3.equipa{
  color: #17223b;
  font-weight: bold;
}
.link.staff{
  color:#18243c;
}
.div-block-4{
  padding-bottom: 20px;
}
.colluns-content.cont-team{
  padding-bottom: 30px;
}
.btncontacto{
  border-radius: 5px;
  background-color: #ff6768;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.powered{
  padding-top: 50px;
}
.section-8.todosimoveis {
  position: relative;
  margin-bottom: 0px;
}
.button.bspecifics.da-lista-agente.w-button{
  border: none;
  margin-top: 40px;
  color:white;
}
.section-8-da-lista{
  position: relative;
  margin-bottom: 0px;
}
.container-content.containerdetalhes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.div-block-10 {
  padding-top: 17px;
  padding-bottom: 28px;
  background-color: #fff;
}
.w-slider-arrow-left{
  color:#19243d;
  z-index: 1
}
.w-slider-arrow-right{
  color:#19243d;
  z-index: 1
}

@media (max-width: 1500px){
 #search-form{
  padding-left: 30px;
  padding-right: 30px;
 }
 .detaildedinfo {
  max-width: none;
  font-size: 15px!important;
}
}
@media (max-width: 992px){
  .border-as-spacer-right{
    border-right: 0px solid #c0bebe;
  }
  
  .border-as-spacer-left{
    border-left: 0px solid #efefef;
  }
  .effect.effecte-empresa .image{
    top: 75px;
  }
  .effect.p-vender{
    top:60px;
  }
  .section.p-vender{
    padding-top: 100px;  
  }
  .container-content.quemsomos.col-xs-12.no-padding {
    float:none;
    padding-top: 100px;
  }
  .effect.p-contactos{
    top: 60px;
  }
  .text-span-2{
    padding-top: 5px!important;
    text-align: left;
  }
  .heading-block {
    margin-bottom: 0px!important;
  }
  .heading-8{
    margin-bottom: 0px!important;
    text-align: left!important;
  }
 
  .button-2{
    margin-top: 10px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
}
@media (max-width: 767px){
  .imoveis-seach-wrappers .column-5.collum-mobile{
    display:inline-block;
  }
  .effect.first-index{
    top: 46px;
  }
  .effect.effecte-empresa .image{
  top: 85px;
}
.effect.p-vender{
  top:75px;
}
.section.p-vender{
  padding-top: 120px;  
}
.container-content.quemsomos.col-xs-12.no-padding {
  float:none;
  padding-top: 115px;
}
.effect.p-contactos{
  top: 70px;
}
.text-span-2{
  padding-top: 5px!important;
  text-align: left;
}
.heading-block {
  margin-bottom: 0px!important;
}
.heading-8{
  margin-bottom: 0px!important;
  text-align: left!important;
}

}
@media (max-width: 480px){
  .sect-team {
    padding-top: 37px;
  }
  .effect.effecte-empresa .image{
    top:102px;
  }
  .effect.first-index{
    top: 66px;
  }
  .section.p-vender{
    padding-top: 150px;  
  }
  .effect.p-vender{
    top:85px;
  }
  .container-content.quemsomos.col-xs-12.no-padding {
    float:none;
    padding-top: 135px;
  }
  .effect.p-contactos{
    top: 190px;
  }
  .text-span-2{
    padding-top: 5px!important;
    text-align: left;
  }
  .heading-block {
    margin-bottom: 0px!important;
  }
  .heading-8{
    margin-bottom: 0px!important;
    text-align: left!important;
  }
} 