.nav-logo .logo {
  /* padding: 4px 0; */
  padding: 0;
}

.nav-logo .nav-logo-right ul li {
  list-style: none;
  display: inline-block;
  margin-left: 45px;
  padding: 0;
}

/* .nav-logo {
  padding: 5px 0;
} */

@media screen and (max-width:767px) {
  .nav-logo a img {
    max-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .canvas-open {
      position: absolute;
      right: 40px;
      top: 20px;
      
      font-size: 22px;
      width: 30px;
      height: 30px;
      color: #c6ac78;
      border: 1px solid #c6ac78;
      border-radius: 2px;
      line-height: 33px;
      text-align: center;
      z-index: 100;
      display: block;
      cursor: pointer;
  }
}





@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrapper .main-menu ul li a {
    color: #fff !important;
    padding: 10px 0;
    background: #19191a;
  }
}


nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  display: inline-block;
  background-color: #2d2d2d;
}

nav a {
  display: block;
  padding: 0 10px;
  color: #FFF;
  font-size: 20px;
  /* line-height: 60px; */
  text-decoration: none;
}

nav a:hover {
  background-color: #2d2d2d;
}

/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 57px;
  /* the height of the main nav */
  left: 84px;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}


/* Change this in order to change the Dropdown symbol */
li>a:after {
  content: ' +';
}

li>a:only-child:after {
  content: '';
}





.top-nav .main-menu ul li a {
  padding: 20px;
}

.top-nav .main-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 0;
}




.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  padding: 0.2rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #2d2d2d;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border: none;
  border-radius: 0.25rem;
  border-radius: 0;
}



.feature-carousel2 .feature-item .fi-text .inside-text h4 {
  font-size: 22px;
  color: #19191a;
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 62px;
}



.copyright-text__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}

@media(max-width:768px){
  .copyright-text__wrapper{
    flex-direction: column;
    gap: 52px;
    justify-content: center;
  }
}


.footer-text .footer-widget ul {
  width: 100%;
}

.paginacao{
  display: flex;
  justify-content: end;
  padding: 30px 0;
  gap: .4rem;
}

.paginacao a{
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  line-height: 100%;
  color: #2d2d2d;
  background-color: #f7f7f7;
}

.paginacao a.active{
  background-color: #c6ac78;
  color: #fff;
}





@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrapper {
    background: #19191a;
    color: #fff;
    left: -320px;
    width: 320px;
  }

  nav ul {
    display: flex;
    flex-direction: column;
}

  nav ul li {
    display: inline-block;
    background-color: transparent;
}
  
}



@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrapper .nav-logo-right ul li .info-text p {
      color: #fff;
    
  }
}


@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrapper .nav-logo-right ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
      width: 48px;
      height: 48px;
      
      font-size: 16px;
      margin-right: 8px;
  }
}



@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrapper .nav-logo-right ul li {
      list-style: none;
      padding: 12px 0 12px;
  }
}

@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrapper .nav-logo-right ul li .info-text p {
      margin-top: 0;
  }
  .offcanvas-menu-wrapper .nav-logo-right ul li .info-text a {
    font-size: 13px;
    color: #fff !important;
}
}


.nav-logo{
  background-color: #2D2D2D;
  color: #fff;
}

.nav-logo .nav-logo-right ul li .info-text p, 
.nav-logo .nav-logo-right ul li .info-text a {
  color: #fff;
}

nav ul li {
 
  background-color: #222;
}
.top-nav {
  background: #222;
}

.cardCorretor .single-agent .sa-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top-properties-carousel .single-top-properties .stp-text .room-features li {
  margin-right: 24px;
}

.top-properties-carousel .single-top-properties .stp-pic img {
  /* height: 380px; */
  height: auto; 
  aspect-ratio: 4 / 3;
}

.top-properties-carousel .single-top-properties .stp-text h2 {
  font-size: 32px;
  
}



.top-properties-carousel .single-top-properties .stp-text {
  display: grid;
}


.top-properties-carousel .single-top-properties .stp-text .s-text {
  width: fit-content;
}


.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c6ac78;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(198, 172, 120, .25);
}


@media(max-width:600px){
  h2{
    font-size: 24px !important;
  }
}