html,
body {
    font-family: Montserrat, sans-serif;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; /* Fundo totalmente branco */
}

.menu-mobile {
    color: #000000; /* Ícone mobile escuro */
    cursor: pointer;
    display: none;
    position: absolute;
    top: -70px;
    right: 20px;
}

.site-cabecalho {
    background: #ffffff; 
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05); 
}

.site-cabecalho.fixo .logo-site {
    margin-top: 10px;
}

.site-cabecalho .container {
    position: relative;
}

.site-cabecalho .logo-site {
    display: block;
    width: 230px;
    margin: 35px 0;
}

.main-navbar {
    background: rgb(255 255 255 / 87%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.main-navbar .navbar-brand {
    width: 100px;
}

.navbar-nav .nav-item {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-navbar .nav-link {
    color: #000000; 
}

.site-cabecalho .menu-com-megamenu {
    float: right;
    padding: 0;
    margin: 60px 0 0 0;
    position: relative;
}

.site-cabecalho .menu-com-megamenu li {
    float: left;
    list-style: none;
    font-size: 15px;
}

.site-cabecalho .menu-com-megamenu li a {
    display: block;
    margin-left: 15px;
    color: #000000; 
    font-weight: 600;
}

.site-cabecalho .menu-com-megamenu li a:hover {
    color: #A6C636; /* Verdinho North Center no hover */
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    background-color: #A6C636;
    color: #fff;
    margin-right: 10px;
}

.search-page {
    margin-top: 185px;
}

.about-page,
.pg-contato {
    margin-top: 185px;
}

.banner-home {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-home .carousel,
.banner-home .carousel .carousel-inner,
.banner-home .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.banner-home .carousel .carousel-control-next,
.banner-home .carousel .carousel-control-prev {
    font-size: 60px;
    color: #fff;
}

.banner-home iframe,
.banner-home img {
    width: 100% !important;
    height: 100% !important;
}

.banner-home .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .35);
}

.search-home {
    bottom: 85px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 12;
}

.search-home h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.search-home h1 span:not(.title) {
    display: block;
}

.search-home h1 span.title {
    font-weight: bold;
    color: #A6C636; /* Detalhe do título em verde */
}

.banner-home .overlay .nav-tabs {
    border: none;
    margin-bottom: 10px;
}

.banner-home .overlay .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #000000; /* Abas de busca pretas */
    color: #fff;
    border-radius: 6px 6px 0 0;
    margin-left: 8px;
    border: none;
    padding: 14px;
    min-width: 100px;
}

.banner-home .overlay .nav-tabs .nav-link.active,
.banner-home .overlay .nav-tabs .nav-link:hover {
    background: #fff;
    color: #000000;
}

.banner-home .overlay .nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.banner-home .overlay .tab-content {
    padding: 10px;
    background: #ffffff; 
    border-radius: 10px 10px 10px 10px;
}

.banner-home .overlay .tab-content .btn {
    border-radius: 4px;
}

.search-home .form-control,
.search-home .form-control:focus {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    font-size: 14px;
}

.search-home .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    background-color: #A6C636; /* Botão buscar verde */
    color: #fff;
    border: none;
    height: 34px;
    border-radius: 4px;
}
.search-home .btn:hover {
    background-color: #000000;
}

.listing-item-headline {
    text-transform: uppercase;
    font-size: 23px;
    margin: 15px 0;
    display: block;
    color: #000000;
}

.listing-item-headline-searchs {
    font-size: 23px;
    margin: 15px 0 0 0;
}

.listing-item-headline-searchs span {
    font-size: 15px;
}

.listing-item-headline-breadcrumbs {
    padding: 0;
    margin: 0;
}

.listing-item-headline-breadcrumbs li {
    float: left;
    padding-left: 14px;
    list-style: none;
    font-size: 14px;
}

.listing-item-headline-breadcrumbs li:first-child {
    padding-left: 0;
}

.listing-item-headline-breadcrumbs li a {
    color: #333;
}

.listing-item-list {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
    border: 1px solid #F1F5F9; 
}

.listing-item-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.listing-item-list .listing-img-container {
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
}

.listing-item-list .listing-badges {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.listing-item-list .listing-badges .greeh-reference,
.listing-item-list .listing-badges .green-reference {
    color: #fff;
    display: inline-block;
    padding: 3px 12px;
    float: right;
    background-color: #A6C636 !important;
    border-radius: 6px;
    top: 15px;
    right: 15px;
    position: absolute;
    font-weight: 600;
}

.listing-item-list .listing-badges .red-reference {
    color: #fff;
    display: inline-block;
    padding: 3px 12px;
    float: right;
    background-color: #000000 !important; /* Tags alternativas em preto */
    border-radius: 6px;
    top: 15px;
    right: 15px;
    position: absolute;
    font-weight: bold;
    z-index: 1;
}

.listing-item-list .listing-badges .featured,
.listing-item-list .listing-badges .featured-green {
    background-color: #A6C636 !important;
    float: left;
    color: #fff;
    transform: rotate(-45deg);
    left: -60px;
    top: 25px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
    padding: 2px 0;
}

.listing-item-list .listing-badges .featured-red {
    background-color: #000000 !important;
    float: left;
    color: #fff;
    transform: rotate(-45deg);
    left: -60px;
    top: 25px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
    padding: 2px 0;
}

.listing-item-list .listing-img-content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 20px 16px 20px;
    line-height: 1;
}

.listing-item-list .listing-img-container:after,
.listing-item-list .listing-img-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
}

.listing-item-list .listing-img-container:hover:before {
    opacity: 0.85;
    background: linear-gradient(to bottom, transparent 65%, #000000);
    transition: opacity .3s;
}

.listing-item-list .listing-img-container .image {
    height: 300px;
    width: 100%;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    border-radius: 10px 10px 0 0;
}

.listing-item-list .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.9));
}

.listing-item-list .listing-img-container .listing-price {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.listing-item-list .listing-content {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.listing-item-list .listing-content .listing-title {
    padding: 2px 20px;
    min-height: 115px;
}

.listing-item-list .listing-title h4 {
    height: 32px;
    line-height: 1.2;
    font-size: 15px;
    margin: 12px 0 8px;
    font-weight: bold;
    color: #000000;
    display: flex;
    align-items: center;
    min-height: 35px;
}

.listing-item-list .listing-title h2,
.listing-title h5 {
    font-size: 13px;
    margin: 7px 0;
    color: #64748B;
}

.listing-item-list .listing-features {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 10px 2px;
    border-top: 1px solid #E2E8F0;
}

.listing-item-list .listing-features li {
    float: left;
    width: 33.33%;
    font-size: 13px;
    text-align: center;
    color: #475569;
}

.listing-item-list .listing-features li span,
.listing-item-list .listing-features li i {
    display: block;
    font-size: 11px;
    margin-bottom: 4px;
}

.listing-item-list .listing-features li i {
    font-size: 16px;
    color: #A6C636; 
}

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #000000;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 12px 10px;
    transition: all 0.2s;
    font-size: 25px;
}

.back-to-listings:hover {
    background-color: #A6C636;
    color: #fff;
}

.sidebar-listing-search {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #F1F5F9;
}

.single-broker {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #F1F5F9;
}

.single-broker .single-broker-header {
    background-color: #F8FAFC;
    padding: 15px 25px;
    border-bottom: 1px solid #E2E8F0;
    float: left;
    width: 100%;
}

.single-broker .single-broker-header h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.single-broker .single-broker-header p {
    margin: 0;
    font-size: 13px;
    color: #64748B;
}

.single-broker .content {
    padding: 20px;
    float: left;
    width: 100%;
}

.single-broker .content .image {
    float: left;
    width: 50%;
}

.single-broker .content .image img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 3px solid #F7F9FC;
}

.single-broker .content .info {
    width: 50%;
    float: left;
    line-height: 19px;
    text-align: center;
    padding-top: 15px;
}

.single-broker .content .info p {
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}

.single-broker .content .info span {
    color: #A6C636;
    font-size: 13px;
    font-weight: 600;
}

.single-broker .content .info .cellphone {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    background: #25D366;
    padding: 8px 10px;
    border-radius: 30px;
    color: #fff;
}

.single-broker .content .info .cellphone:hover {
    background: #075E54;
    text-decoration: none;
    transition: .3s;
}

/* Galeria de imagens no imovel   */

.gallery-listing {
    margin-top: 140px;
    float: left;
    width: 100%;
}

.gallery-listing .item {
    float: left;
    width: 33%;
    height: 330px;
    border: 1px solid #fff;
    display: none;
}

.gallery-listing .item:nth-child(1),
.gallery-listing .item:nth-child(2),
.gallery-listing .item:nth-child(3),
.gallery-listing .item:nth-child(4),
.gallery-listing .item:nth-child(5) {
    display: block;
}

.gallery-listing .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-listing .item.active {
    float: left;
    height: 660px;
}

.block-features-property {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #F1F5F9;
}

.block-features-property header {
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.block-features-property header h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

.block-features-property ul {
    margin: 0;
    padding: 0;
}

.block-features-property ul li {
    float: left;
    width: 33.33%;
    font-weight: 500;
    list-style: none;
    font-size: 14px;
    margin: 6px 0;
    color: #475569;
}

.block-features-property ul li:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 16px;
    background-color: #A6C636;
    border: 1px solid transparent;
    border-radius: 4px;
}

.single-listing .price {
    font-weight: bold;
    margin: 0;
    text-align: right;
    color: #A6C636; 
    font-size: 24px;
}

.single-listing .price-condominium {
    font-weight: 600;
    text-align: right;
    margin: 0;
    color: #64748B;
}

.single-listing .form-contact {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #F1F5F9;
}

.single-listing .form-contact p {
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.single-listing .form-contact .form-control,
.single-listing .form-contact .form-control:focus {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    border-color: #E2E8F0;
}

.single-listing .share-options {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #F1F5F9;
}

.single-listing .share-options .title {
    background: #000000;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.single-listing .share-options .content {
    padding: 14px;
    text-align: center;
}

.single-listing .share-options .content ul {
    padding: 0;
    margin: 0;
}

.single-listing .share-options .content ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.single-listing .share-options .content ul li a {
    width: 45px;
    height: 45px;
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    border-radius: 50%;
    background: #64748B;
    transition: 0.3s;
}
.single-listing .share-options .content ul li a:hover {
    transform: scale(1.1);
}

.main-footer {
    background-position: center top;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.main-footer .overlay {
    width: 100%;
    min-height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(0, 0, 0, 0.90);
}

.main-footer .overlay h3 {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #A6C636;
}

.main-footer .overlay ul {
    padding: 0;
    margin: 0;
}

.main-footer .overlay ul li {
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    color: #cbd5e1;
}

.main-footer .overlay ul li a {
    color: #fff;
    transition: 0.2s;
}
.main-footer .overlay ul li a:hover {
    color: #A6C636;
    text-decoration: none;
}

.footer-mestre {
    background: #111111;
    padding: 20px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.footer-mestre a {
    color: #fff;
    font-weight: bold;
}

.sidebar-listing-search button {
    background-color: #000000;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}
.sidebar-listing-search button:hover {
    background-color: #A6C636;
}

.form-contact .btn {
    color: #000000;
    background-color: #A6C636;
    border-color: #A6C636;
    font-weight: bold;
    border-radius: 4px;
}
.form-contact .btn:hover {
    background-color: #8CA62E; 
    border-color: #8CA62E;
    color: #fff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-page {
    margin-top: 145px;
    margin-bottom: 35px;
}

.contact-page .btn {
    background-color: #A6C636;
    border-color: #A6C636;
    color: #000000;
}
.contact-page .btn:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.contact-page iframe {
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #A6C636;
    border-color: #A6C636;
}

.page-link {
    color: #000000;
}

.page-link:hover {
    z-index: 2;
    color: #A6C636;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(166, 198, 54, 0.25);
}

section#contact {
    margin-top: 20px;
    background-color: #FFFFFF; 
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #000000;
}

section#contact .form-group input.form-control {
    height: auto;
    border-radius: 4px;
}

section#contact .form-group textarea.form-control {
    height: 236px;
    border-radius: 4px;
}

section#contact .form-control:focus {
    border-color: #A6C636;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder,
section#contact:-moz-placeholder,
section#contact::-moz-placeholder,
section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #94a3b8;
}

section#contact .text-danger {
    color: #e74c3c;
}

.img-about-us img {
    width: 500px;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    color: #475569;
}

.about-us {
    margin-bottom: 20px;
    margin-top: 20px;
}

.rodape-site-indices {
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #F1F5F9;
}

.rodape-site-indices .titulo {
    text-align: center;
    margin-bottom: 20px;
}

.rodape-site-indices .titulo p {
    background: #000000;
    display: inline-block;
    padding: 9px 21px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
}

.rodape-site-indices .item {
    display: flex;
    padding-top: 10px;
    border-radius: 10px;
    transition: 0.2s;
}

.rodape-site-indices .item p {
    padding: 25px 20px;
    background: #A6C636;
    color: #000000;
    border-radius: 10px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 17px;
    min-width: 80px;
    text-align: center;
}

.rodape-site-indices .item span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #475569;
}

.rodape-site-indices .item:hover {
    background: #F8FAFC;
}

.info {
    margin-top: 12px;
}

.main-navbar.fixed-top {
    background: #fff;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.05);
}

.main-navbar.fixed-top .navbar-brand img {
    width: 70px;
}

/* Ajustes de Redes Sociais no bloco Share Options */
.facebook { background: #3b5998 !important; color:#fff !important; }
.instagram { background: #833AB4 !important; color:#fff !important; }
.telegram { background: #0088cc !important; color:#fff !important; }
.whatsapp { background: #25D366 !important; color:#fff !important; }
.twitter { background: #00acee !important; color:#fff !important; }

.barra-contatos {
    width: 100%;
    left: 0;
    right: 0;
    height: 84px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .95);
    box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
}

.barra-contatos ul {
    padding: 0;
    text-align: center;
}

.barra-contatos ul li {
    display: inline-block;
    padding: 20px 35px;
    font-size: 17px;
}

.barra-contatos ul li a {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    align-items: center;
}

.barra-contatos ul li svg {
    width: 35px;
    fill: #A6C636;
    margin-right: 15px;
}

.barra-contatos ul li .texto-contato span {
    display: block;
    color: #cbd5e1;
    font-weight: 400;
    font-size: 14px;
}

.btn-zap {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
    transition: 0.3s;
}
.btn-zap:hover {
    transform: scale(1.1);
}

.btn-zap img {
    width: 55px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
}

@media screen and (min-width: 1220px) {
    .container {
        max-width: 1260px !important;
    }
}

@media screen and (max-width: 768px) {
    .search-page {
        margin-top: 130px;
    }

    .block-features-property ul li {
        width: 100%;
    }

    .site-cabecalho .menu-com-megamenu {
        display: none;
        padding: 0;
        margin: 0;
    }

    .site-cabecalho .menu-com-megamenu li {
        display: block;
        width: 100%;
        font-size: 14px;
    }

    .site-cabecalho .menu-com-megamenu li a {
        width: 100%;
        padding: 4px;
        color: #000000; 
    }

    .menu-mobile {
        display: block !important;
        color: #000000; 
    }

    .site-cabecalho .logo-site {
        width: 190px;
    }

    .banner-home,
    .banner-home .carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .search-home .form-control {
        margin-bottom: 10px;
    }

    .search-home h1 {
        font-size: 21px;
    }

    .banner-home .overlay .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 5px;
        font-size: 11px;
        padding: 10px;
        margin-left: 0;
        display: block;
        border-radius: 4px;
    }

    .gallery-listing .item,
    .gallery-listing .item.active {
        height: auto;
        display: block;
        width: 100%;
        padding: 5px;
        border: none;
    }

    .main-footer {
        height: auto;
        padding-bottom: 120px;
    }

    .main-footer .overlay ul {
        margin: 0 0 40px 0;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .map {
        margin-top: 20px;
    }

    .single-listing {
        margin-top: 120px;
    }

    .listing-item-headline-searchs {
        font-size: 17px;
        margin-left: 0;
        margin-top: 17px;
    }

    .single-listing .price {
        text-align: left;
    }

    .img-about-us img {
        width: 100%;
        height: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .info {
        margin-top: 10px;
    }

    .search-home {
        bottom: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        background-color: #F8FAFC;
        color: #A6C636;
        margin-right: 0;
        margin-bottom: 5px;
        border-radius: 4px;
        text-align: center;
    }

    .barra-contatos {
        height: 60px;
    }

    .barra-contatos ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .barra-contatos ul li {
        font-size: 14px;
        padding: 0 15px;
    }

    .barra-contatos ul li small {
        display: none;
    }

    .barra-contatos ul li svg {
        width: 25px;
        margin: 0;
    }
    
    .btn-zap {
        bottom: 75px;
    }
}

@media screen and (max-width: 375px) {
    .listing-item-headline {
        font-size: 18px;
    }
}

@media screen and (min-width: 1020px) {
    .site-cabecalho {
        min-height: 140px;
    }

    .site-cabecalho.fixo {
        z-index: 9999;
        min-height: 120px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
}

/* ==========================================================================
   ESTILOS ESTILO AIRBNB
   ========================================================================== */

/* Ajuste de espaçamento para considerar a navbar fixa */
.airbnb-style {
    margin-top: 130px; 
}

.airbnb-style h1.listing-item-headline-searchs {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
}

/* Mosaico de Galeria */
.airbnb-gallery {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-grid {
    display: flex;
    gap: 8px;
    height: 100%;
}

.gallery-grid .main-photo {
    flex: 1;
    height: 100%;
}

.gallery-grid .sub-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    width: 50%;
    height: 100%;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s;
}

.gallery-grid img:hover {
    filter: brightness(0.85);
}

/* Descrição Truncada */
.description-content {
    display: -webkit-box;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #222222;
    line-height: 1.6;
}

.description-content.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

/* Widget Lateral Sticky (Quadro de Cotação) */
.booking-widget {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    top: 120px; 
}

.booking-widget .price {
    color: #222222;
}

.booking-form-box {
    border-color: #b0b0b0 !important;
}

.booking-form-box input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.btn-reserve {
    background: linear-gradient(to right, #A6C636 0%, #8CA62E 100%); /* Substituindo o rosa pelo degradê verde */
    color: #000;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    transition: transform 0.1s ease;
}

.btn-reserve:hover {
    background: linear-gradient(to right, #8CA62E 0%, #A6C636 100%);
    transform: scale(0.98);
    color: #fff;
}

/* Responsividade Mobile */
@media screen and (max-width: 768px) {
    .airbnb-gallery {
        display: none; 
    }
    
    .airbnb-style h1.listing-item-headline-searchs {
        font-size: 22px;
    }
    
    .booking-widget {
        box-shadow: none;
        border: none;
        border-top: 1px solid #ddd;
        border-radius: 0;
        padding: 20px 0;
        margin-top: 20px;
    }
}