.topoInternas-novo {
  width: 100%;
  height: auto;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #FF6A00;
}

.topoInternas-novo h3{
  color: #fff !important;
}

.top-nav .main-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.nav-logo .nav-logo-right {
  text-align: right;
  height: 100%;

  display: flex;
  justify-content: space-between;
}

.nav-logo .nav-logo-right ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  padding: 0;
}




.nav-logo .nav-logo-right ul{
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media(max-width:767.98px){
 .nav-logo .nav-logo-right ul{
  display: none;
 }
}

.nav-logo .nav-logo-right ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  padding: 0;
}

.nav-logo .nav-logo-right ul li i {

  border: 1px solid rgb(255, 106, 0, .2);
  font-size: 1.5rem;

}


.feature-carousel2 .feature-item .fi-text .inside-text h4 {
  font-size: 22px;
  color: #19191a;
  font-weight: 600;
  margin-bottom: 8px;

  min-height:54px;

}


.top-properties-carousel .single-top-properties .stp-text .room-features li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}


.top-properties-carousel .single-top-properties .stp-text h2 {
  font-size: 44px;
  color: #19191a;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 16px;

  font-size: 22px !important;
}

.top-properties-carousel .single-top-properties .stp-pic img {
  height: auto !important;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 991px){
  .top-properties-carousel .single-top-properties .stp-text {
    padding-top: 8px !important;
}

.top-properties-carousel .single-top-properties .stp-text .room-features li {

  margin-right: 0 !important;
}

.top-properties-carousel .single-top-properties .stp-text .room-features {

  display: flex;
  gap: 15px;
}

.top-properties-section {
  padding-top: 40px;
}

.spad {
  padding-top: 40px;
  padding-bottom: 40px;
}



}

.top-properties-carousel .single-top-properties .stp-text h2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.top-properties-carousel .single-top-properties .stp-text P {
  margin-bottom: 20px !important;
}



@media only screen and (max-width: 767px){
  .top-properties-carousel.owl-carousel .owl-nav {
    padding-top: 15px;
}

footer{
  padding-top:30px;
  padding-bottom:80px;
}

}



.footer-section::after{
  background-color: rgb(0, 0, 0, .5);
}


.nav-logo{
  background-color: #494949;
}

.nav-logo .nav-logo-right ul li .info-text p {
  /* color: #19191a; */
  color: #fff;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 4px;
}

.nav-logo .nav-logo-right ul li .info-text span {
  font-size: 14px;
  color: rgb(255, 255, 255,.75);
  line-height: 15px;
  display: inline-block;
}

.nav-logo .nav-logo-right ul li .info-text a {
  color: #fff;
}



.footer-text .footer-logo p {
  margin-bottom: 25px;
  color: #fff;
}

.footer-text .footer-widget ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.footer-text .footer-widget ul.contact-option li {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.copyright-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.copyright-text {
  text-align: center;
  padding: 13px 0 15px;
  border-top: 1px solid rgb(255, 255, 255, .25);
}


.footer-text .footer-widget ul.social li {
  position: relative;
  padding-left: 15px;
}

.footer-text .footer-widget ul.social li i {
 color: #FF6A00;
}

.footer-text .footer-widget ul li {
  list-style: none;
  padding-left: 15px;
}


footer .redes-sociais i{
  font-size: 2rem;
}

footer .redes-sociais{
  display: flex;
  gap: 16px;
}



.footer-text .footer-widget ul {
  width: 100% !important;
  float: left;
}




@media only screen and (max-width: 991px){
  .canvas-open {
    position: absolute;
    right: 40px;
    top: 34px;
    font-size: 22px;
    width: 30px;
    height: 30px;
    color: #FF6A00;
    border: 1px solid #FF6A00;
    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 .nav-logo-right ul li .info-text p a {
    color: #FF6A00;
    font-size: 14px;
}
}


@media only screen and (max-width: 991px){
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    top: 0;
    width: 90%;
    z-index: 9999999;
    background: #ffffff;
    text-align: center;
    overflow-y: auto;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 50px 30px 30px 30px;
    display: block;
}
}



@media only screen and (max-width: 991px){
  .offcanvas-menu-wrapper .nav-logo-right ul li i {
    float: left;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #FF6A00;
    line-height: 35px;
    color: #FF6A00;
    font-size: 20px;
    margin-right: 14px;
}
}



@media only screen and (max-width: 991px){
  .offcanvas-menu-wrapper .nav-logo-right ul li .info-text p {
    margin-top: 0;
}
}



.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6A00 !important;
}





@media screen and (max-width:767px) {
  .nav-logo a img {
    max-height: 54px;
  }
}



@media only screen and (max-width: 991px){

  .offcanvas-menu-wrapper .main-menu ul li a {
    font-size: 1rem;
    color: #19191a;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 1rem 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

}



/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */