@media (max-width: 575.98px) {
    .cansado {
        padding: 2rem 0;
        margin-bottom: 441px;
    }

    
}




@media (max-width: 600px) {

    .diferenciais::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -770px !important;
        right: 0;
        height: 50%;
        background-image: url(../img/pattern-hero.png);
        background-repeat: repeat;
        opacity: 1;
        z-index: 1;
        background-position: bottom;
    }
    body > section.vantagens > div {
        background: white;
        border-radius: 22px;
        padding: 18px !important;
    }


    .section-imoveis .section-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2rem;
        background: #e6e6e6 !important;
        position: relative;
    }

    .section-imoveis .section-header > div {
        display: flex
;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        justify-content: center;
        align-content: center;
    }

    .faq {
        padding: 0rem 0;
        background: #042E7606;
        text-align: center;
    }

    .blog .ver-tudo {
        color: #002B6B;
        text-decoration: none;
        display: flex
    ;
        align-items: center;
        gap: 0.5rem;
        font-weight: 800 !important;
        font-size: 14px;
        position: relative;
        top: 20px;
    }

    .blog h2 {
        color: #002B6B;
        font-size: 26px !important;
        font-weight: 700;
        margin: 0;
    }
}


@media (max-width: 600px) {
    

.toggle-wrapper {
    display: flex
;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.diferenciais::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -734px;
    right: 0;
    height: 50%;
    background-image: url(../img/pattern-hero.png);
    background-repeat: repeat;
    background-size: contain;
    opacity: 1;
    z-index: 0;
    background-position: bottom;
}

body > section.assessoria > div > div{
    display: flex
;
    flex-direction: column-reverse;
}

.vantagens h2 {
    color: #002B6B;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 3rem;
}

body > section.vantagens > div {
    background: white;
    border-radius: 22px;
    padding: 25px;
}

}

/* Global Typography */
body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .btn, .badge-primary {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #042E76;
}

/* Variáveis globais */
:root {
    --primary-color: #00B6FF;
    --text-white: #FFFFFF;
    --bg-transparent: rgba(255, 255, 255, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}

body {
    min-height: 100vh;
    background-color: #E6E6E6;
}


body > section.diferenciais > div > div.section-header.text-center > div{
    background-color: #056BB3;
}


body > section.diferenciais > div > div.section-header.text-center > div > span{
    color: #00B6FF;

}
/* Container principal */
.hero {
    min-height: 100vh;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 30.83%), url(../img/Hero.png);
    background-size: cover;

    background-position: center;
    position: relative;
    border-bottom: 8px solid var(--primary-color);
}

/* Navbar */
.navbar {
    background: #001b3d00  ;
    padding: 1rem 0;
}

.navbar-brand img {
    height: 35px;
}

.navbar-nav {
    gap: 0.5rem;
    margin-left: 20px;;
}

.nav-link {
    color: rgb(255, 255, 255);
    font-size: 0.85rem;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.3rem 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Search */
.search-container .input-group {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 4px;
    height: 50px;
    width: 400px;
    transition: all 0.3s ease;
}

.search-container .input-group:hover,
.search-container .input-group:focus-within {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.search-container .form-control {
    background: transparent;
    border: none;
    color: white;
    padding: 8px 8px 8px 40px;
    font-size: 16px;
}

.search-container .form-control:focus {
    box-shadow: none;
    background: transparent;
}

.search-container .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-container .btn-search {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    transition: color 0.3s ease;
}

.search-container .btn-search:hover {
    color: rgba(255, 255, 255, 0.9);
}

.search-container .input-group:hover .btn-search,
.search-container .input-group:focus-within .btn-search {
    color: rgba(255, 255, 255, 0.9);
}

/* Card do Formulário */
main.container {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

main.container .row {
    width: 100%;
}

body > section.assessoria > div > div > div.col-lg-8{
    margin-top: 53px;
}
.form-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    width: 78%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.efficiency-badge {
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
    background: #C2E7F9;
    color: var(--text-white);
    padding: 8px 12px 8px 12px !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
}

.efficiency-badge i {
    font-size: 16px;
    color: #056BB3 !important;
}
.efficiency-badge span{
    font-size: 16px;
    color: #056BB3;
    font-weight: bold;
}

/* Toggle Alugar/Comprar */
.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

body .btn-primary {

    background-color: var(--primary-color);
    border: none;
    width: 65% !important;
    color: #032d75;
    padding: 16px 20px 16px 20px !important;
    font-family: Titillium Web;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.42px;
    text-align: center;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.toggle-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
}

.toggle-label.active {
    font-weight: 700;
    color: #056BB3;
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2360C9F9'/%3e%3c/svg%3e);
    width: 3em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2360C9F9'/%3e%3c/svg%3e);
    background-image: var(--bs-form-switch-bg);
    background-position: right center;
}

.form-check-input {
    width: 4rem;
    height: 1.5rem;
    background-color: #042E76 !important;
    border: none;
    padding: 12px;
    cursor: pointer;
}

.form-switch .form-check-input {
    background-image: none !important;
    width: 3em;
    margin-left: -2.5em;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    position: relative;
}

/* Criando a bolinha manualmente */
.form-switch .form-check-input::before {
    content: '';
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    left: 5px;
    top: 3px;
    background-color: #60C9F9;
    border-radius: 106px;
    transition: transform .15s ease-in-out;
}

/* Movendo a bolinha quando checked */
.form-switch .form-check-input:checked::before {
    transform: translateX(1.5rem);
    background-color: white;
}

.form-switch .form-check-input:checked {
    background-color: #60C9F9 !important;
}

.form-check-input {
    width: 4rem;
    height: 1.5rem;
    background-color: #042E76 !important;
    border: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

/* Formulário */
.form-control {
    background: #E6E6E6;
    padding: 0.8rem 1rem;
    border: 1px solid #E0E0E0;
    border-radius: 8px;

    padding: 18px 24px 18px 24px;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 255, 0.25);
}

/* Botão */
.btn-primary {
    background-color: var(--primary-color);
    border: none;
    color: #032d75;
    padding: 1rem 2rem;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0095d9;
    transform: translateY(-2px);
}

.btn-primary i {
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(5px);
}

/* Seção Cansado */
.cansado {
    padding: 80px 0;
    background: #e6e6e64d;
    border-radius: 25px;
}

.cansado .row {
    background-color: #ffffff00;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    height: 506px;

}

.cansado .image-wrapper {
    height: 506px;
    border-radius: 25px;
    overflow: hidden;
}

.cansado .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.cansado .content {
    height: 506px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background-color: #083277;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    gap: 10px;
}

.cansado .content::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 127%;
    height: 100%;
    background-image: url(../img/patern.png);
    background-position: bottom right;
    background-size: 80% auto;
    background-repeat: no-repeat;
    z-index: 0;
}

.cansado .content > * {
    position: relative;
    z-index: 1;
}

.cansado .efficiency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #365891!important;
    color: #60C9F9 !important;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
}

.cansado h2 {
    color: white;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.cansado h2 span {
    color: #60C9F9;
}

.cansado p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 16px;
}

.cansado .btn-outline-primary {
    color: #032d75;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    padding: 16px 20px;
    font-weight: 900;
    border-radius: 10px;
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    background: #F1F1F1;
    width: 27%;
}
.cansado .btn-outline-primary:hover {
    background-color: #64E5FF;
    color: #002B6B;
}

.cansado .btn-outline-primary .arrow-icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.cansado .btn-outline-primary i {
    font-size: 18px;
    padding-left: 0px;
}

@media (max-width: 991px) {
    .cansado {
        padding: 40px 0;
    }

    .cansado .image-wrapper {
        height: 300px;
    }

    .cansado .content {
        height: auto;
        min-height: 400px;
        padding: 32px 20px;
        text-align: center;
        align-items: center;
    }

    .cansado .efficiency-badge {
        margin: 0 auto 16px;
    }

    .cansado h2 {
        font-size: 32px;
        text-align: center;
    }

    .cansado p {
        font-size: 14px;
        text-align: center;
    }

    .cansado .btn-outline-primary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cansado .content {
        padding: 24px 16px;
        min-height: 350px;
    }

    .cansado h2 {
        font-size: 28px;
    }

    .cansado .image-wrapper {
        height: 250px;
    }
}

/* Seção Imóveis */
.imoveis {
    padding: 1rem 0;
    background-color: #F8F9FA;
}

.imoveis-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.badge-destaque {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 182, 255, 0.1);
    color: #00B6FF;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.imoveis h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #002B6B;
    margin: 0;
}

.ver-tudo {
    color: #002B6B;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ver-tudo i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.ver-tudo:hover i {
    transform: translateX(5px);
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.toggle-active {
    color: #056BB3;
    font-family: Titillium Web;
    font-size: 24px;
    font-weight: 700;
    line-height: 36.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.toggle-inactive {
    color: #666;
    font-family: Titillium Web;
    font-size: 24px;
    font-weight: 400;
    line-height: 36.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.form-check-input {
    width: 3rem;
    height: 1.5rem;
    background-color: #00B6FF;
    border: none;
    cursor: pointer;
}

.imovel-card {
    background: #ffffff00;
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.imovel-card:hover {
    transform: translateY(-4px);
}

.card-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 20px;
}

.card-img img {
    width: 100%;
    height: 280px;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.imovel-card:hover .card-img img {
    transform: scale(1.1);
    border-radius: 22px;

}

.property-specs {
    display: flex
;
    justify-content: space-between;
    /* padding: 16px; */
    padding-top: 10px;
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    padding-bottom: 10px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.spec-item img {
    width: 20px;
    height: 20px;
}

.spec-value {
    color: #042E76;
    font-weight: 700;
    font-size: 14px;
}

.card-specs {
    margin-bottom: 20px;
    bottom: 0;
    top: 208px;
    left: 0;
    right: 0;
    background: rgb(240 240 240);
    display: flex
;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #666;
    padding-top: 12px;
   
}

.card-specs span {
   
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.card-specs i {
    color: #00B6FF;
}

.card-content {
    padding-top: 0px;
}

.property-type {
    color: #002B6B;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.card-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

.card-price > div {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    white-space: nowrap;
}

.card-price .bullet {
    margin: 0 0.25rem;
    color: #666;
}

.card-price .currency,
.card-price .period,
.card-price .currency-rent .value-rent {
    color: #042E76;
    font-size: 18px;
    font-weight: bold;
}

span.value-rent {
    color: #042E76;
    font-size: 14px;
    font-weight: bold;
}

span.rent{
    color: #042E76;
    font-size: 14px;
    font-weight: bold;
}

.card-price .value .currency{
   
    font-size: 18px;
    font-weight: 700;
    line-height: 27.38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.price {
    margin-bottom: 1rem;
}

body > section.diferenciais > div > div > div.col-lg-8{
    margin-top: 53px;
}
.form-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    width: 78%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.efficiency-badge {
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
    background: #C2E7F9;
    color: var(--text-white);
    padding: 8px 12px 8px 12px !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
}

.efficiency-badge i {
    font-size: 16px;
    color: #056BB3 !important;
}
.efficiency-badge span{
    font-size: 16px;
    color: #056BB3;
    font-weight: bold;
}

/* Toggle Alugar/Comprar */
.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

body .btn-primary {

    background-color: var(--primary-color);
    border: none;
    width: 65% !important;
    color: #032d75;
    padding: 16px 20px 16px 20px !important;
    font-family: Titillium Web;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.42px;
    text-align: center;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.toggle-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
}

.toggle-label.active {
    font-weight: 700;
    color: #056BB3;
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2360C9F9'/%3e%3c/svg%3e);
    width: 3em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2360C9F9'/%3e%3c/svg%3e);
    background-image: var(--bs-form-switch-bg);
    background-position: right center;
}

.form-check-input {
    width: 4rem;
    height: 1.5rem;
    background-color: #042E76 !important;
    border: none;
    padding: 12px;
    cursor: pointer;
}

.form-switch .form-check-input {
    background-image: none !important;
    width: 3em;
    margin-left: -2.5em;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    position: relative;
}

/* Criando a bolinha manualmente */
.form-switch .form-check-input::before {
    content: '';
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    left: 5px;
    top: 3px;
    background-color: #60C9F9;
    border-radius: 106px;
    transition: transform .15s ease-in-out;
}

/* Movendo a bolinha quando checked */
.form-switch .form-check-input:checked::before {
    transform: translateX(1.5rem);
    background-color: white;
}

.form-switch .form-check-input:checked {
    background-color: #60C9F9 !important;
}

.form-check-input {
    width: 4rem;
    height: 1.5rem;
    background-color: #042E76 !important;
    border: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

/* Formulário */
.form-control {
    background: #E6E6E6;
    padding: 0.8rem 1rem;
    border: 1px solid #E0E0E0;
    border-radius: 8px;

    padding: 18px 24px 18px 24px;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 255, 0.25);
}

/* Botão */
.btn-primary {
    background-color: var(--primary-color);
    border: none;
    color: #032d75;
    padding: 1rem 2rem;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0095d9;
    transform: translateY(-2px);
}

.btn-primary i {
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(5px);
}

/* Seção Cansado */
.cansado {
    padding: 80px 0;
    background: #e6e6e64d;
    border-radius: 25px;
}

.cansado .row {
    background-color: #ffffff00;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    height: 506px;

}

.cansado .image-wrapper {
    height: 506px;
    border-radius: 25px;
    overflow: hidden;
}

.cansado .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.cansado .content {
    height: 506px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background-color: #083277;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    gap: 10px;
}

.cansado .content::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 127%;
    height: 100%;
    background-image: url(../img/patern.png);
    background-position: bottom right;
    background-size: 80% auto;
    background-repeat: no-repeat;
    z-index: 0;
}

.cansado .content > * {
    position: relative;
    z-index: 1;
}

.cansado .efficiency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #365891!important;
    color: #60C9F9 !important;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
}

.cansado h2 {
    color: white;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.cansado h2 span {
    color: #60C9F9;
}

.cansado p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 16px;
}

.cansado .btn-outline-primary {
    color: #032d75;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    padding: 16px 20px;
    font-weight: 900;
    border-radius: 10px;
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    background: #F1F1F1;
    width: 27%;
}
.cansado .btn-outline-primary:hover {
    background-color: #64E5FF;
    color: #002B6B;
}

.cansado .btn-outline-primary .arrow-icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.cansado .btn-outline-primary i {
    font-size: 18px;
    padding-left: 0px;
}

@media (max-width: 991px) {
    .cansado {
        padding: 40px 0;
    }

    .cansado .image-wrapper {
        height: 300px;
    }

    .cansado .content {
        height: auto;
        min-height: 400px;
        padding: 32px 20px;
        text-align: center;
        align-items: center;
    }

    .cansado .efficiency-badge {
        margin: 0 auto 16px;
    }

    .cansado h2 {
        font-size: 32px;
        text-align: center;
    }

    .cansado p {
        font-size: 14px;
        text-align: center;
    }

    .cansado .btn-outline-primary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cansado .content {
        padding: 24px 16px;
        min-height: 350px;
    }

    .cansado h2 {
        font-size: 28px;
    }

    .cansado .image-wrapper {
        height: 250px;
    }
}

/* Seção Imóveis */
.imoveis {
    padding: 1rem 0;
    background-color: #F8F9FA;
}

.imoveis-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.badge-destaque {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 182, 255, 0.1);
    color: #00B6FF;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.imoveis h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #002B6B;
    margin: 0;
}

.ver-tudo {
    color: #002B6B;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ver-tudo i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.ver-tudo:hover i {
    transform: translateX(5px);
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.toggle-active {
    color: #056BB3;
    font-family: Titillium Web;
    font-size: 24px;
    font-weight: 700;
    line-height: 36.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.toggle-inactive {
    color: #666;
    font-family: Titillium Web;
    font-size: 24px;
    font-weight: 400;
    line-height: 36.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.form-check-input {
    width: 3rem;
    height: 1.5rem;
    background-color: #00B6FF;
    border: none;
    cursor: pointer;
}

.imovel-card {
    background: #ffffff00;
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.imovel-card:hover {
    transform: translateY(-4px);
}

.card-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 20px;
}

.card-img img {
    width: 100%;
    height: 280px;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.imovel-card:hover .card-img img {
    transform: scale(1.1);
    border-radius: 22px;

}

.property-specs {
    display: flex
;
    justify-content: space-between;
    /* padding: 16px; */
    padding-top: 10px;
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    padding-bottom: 10px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.spec-item img {
    width: 20px;
    height: 20px;
}

.spec-value {
    color: #042E76;
    font-weight: 700;
    font-size: 14px;
}

.card-specs {
    margin-bottom: 20px;
    bottom: 0;
    top: 208px;
    left: 0;
    right: 0;
    background: rgb(240 240 240);
    display: flex
;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #666;
    padding-top: 12px;
   
}

.card-specs span {
   
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.card-specs i {
    color: #00B6FF;
}

.card-content {
    padding-top: 0px;
}

.property-type {
    color: #002B6B;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.card-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

.card-price > div {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    white-space: nowrap;
}

.card-price .bullet {
    margin: 0 0.25rem;
    color: #666;
}

.card-price .currency,
.card-price .period,
.card-price .currency-rent .value-rent {
    color: #042E76;
    font-size: 18px;
    font-weight: bold;
}

span.value-rent {
    color: #042E76;
    font-size: 14px;
    font-weight: bold;
}

span.rent{
    color: #042E76;
    font-size: 14px;
    font-weight: bold;
}

.card-price .value .currency{
   
    font-size: 18px;
    font-weight: 700;
    line-height: 27.38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.price {
    margin-bottom: 1rem;
}

body > section.diferenciais > div > div > div.col-lg-8{
    margin-top: 53px;
}
.form-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    width: 78%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.efficiency-badge {
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
    background: #C2E7F9;
    color: var(--text-white);
    padding: 8px 12px 8px 12px !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
}

.efficiency-badge i {
    font-size: 16px;
    color: #056BB3 !important;
}
.efficiency-badge span{
    font-size: 16px;
    color: #056BB3;
    font-weight: bold;
}

/* Toggle Alugar/Comprar */
.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

body .btn-primary {

    background-color: var(--primary-color);
    border: none;
    width: 65% !important;
    color: #032d75;
    padding: 16px 20px 16px 20px !important;
    font-family: Titillium Web;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.42px;
    text-align: center;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.toggle-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
}

.toggle-label.active {
    font-weight: 700;
    color: #056BB3;
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2360C9F9'/%3e%3c/svg%3e);
    width: 3em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2360C9F9'/%3e%3c/svg%3e);
    background-image: var(--bs-form-switch-bg);
    background-position: right center;
}

.form-check-input {
    width: 4rem;
    height: 1.5rem;
    background-color: #042E76 !important;
    border: none;
    padding: 12px;
    cursor: pointer;
}

.form-switch .form-check-input {
    background-image: none !important;
    width: 3em;
    margin-left: -2.5em;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    position: relative;
}

/* Criando a bolinha manualmente */
.form-switch .form-check-input::before {
    content: '';
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    left: 5px;
    top: 3px;
    background-color: #60C9F9;
    border-radius: 106px;
    transition: transform .15s ease-in-out;
}

/* Movendo a bolinha quando checked */
.form-switch .form-check-input:checked::before {
    transform: translateX(1.5rem);
    background-color: white;
}

.form-switch .form-check-input:checked {
    background-color: #60C9F9 !important;
}

.form-check-input {
    width: 4rem;
    height: 1.5rem;
    background-color: #042E76 !important;
    border: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

/* Formulário */
.form-control {
    background: #E6E6E6;
    padding: 0.8rem 1rem;
    border: 1px solid #E0E0E0;
    border-radius: 8px;

    padding: 18px 24px 18px 24px;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 255, 0.25);
}

/* Botão */
.btn-primary {
    background-color: var(--primary-color);
    border: none;
    color: #032d75;
    padding: 1rem 2rem;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0095d9;
    transform: translateY(-2px);
}

.btn-primary i {
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(5px);
}

/* Seção Diferenciais */
.diferenciais {
    background-color: #28a7ec;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.diferenciais::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -315px;
    right: 0;
    height: 50%;
    background-image: url(../img/pattern-hero.png);
    background-repeat: repeat;
    opacity: 1;
    z-index: 1;
    background-position: bottom;
}

.badge-diferenciais {
    background-color: #fff;
    color: #056BB3;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.diferenciais h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.diferencial-card {
    background-color: #002B6B;
    border-radius: 28px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 22;
}

.diferencial-card:hover {
    transform: translateY(-10px);
}

.diferencial-card i {
    font-size: 2rem;
    color: #00A7FF;
    margin-bottom: 1.5rem;
}

.diferencial-card h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.diferencial-card p {
    color: rgba(255, 255, 255, 0.8);
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}


body > section.vantagens > div > div.row.g-4 > div:nth-child(1) > div > img,
body > section.vantagens > div > div.row.g-4 > div:nth-child(2) > div > img,
body > section.vantagens > div > div.row.g-4 > div:nth-child(3) > div > img,
body > section.diferenciais > div > div.row.g-4 > div:nth-child(1) > div > img,
body > section.diferenciais > div > div.row.g-4 > div:nth-child(2) > div > img,
body > section.diferenciais > div > div.row.g-4 > div:nth-child(3) > div > img,
body > section.diferenciais > div > div.row.g-4 > div:nth-child(4) > div > img,
body > section.diferenciais > div > div.row.g-4 > div:nth-child(5) > div > img,
body > section.diferenciais > div > div.row.g-4 > div:nth-child(6) > div > img




{
    
    margin-bottom: 20px;
}


/* Seção Assessoria */
.assessoria {
    padding: 5rem 0;
    background: #e1e2e3;
    position: relative;
}

.badge-assessoria {
    background-color: #00A7FF;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.assessoria h2 {
    color: #002B6B;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    max-width: 600px;
}

.assessoria p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 800px;
}

.assessoria .btn-contato {
    background-color: #002B6B;
    color: #fff;
    padding: 16px 20px 16px 20px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.assessoria .btn-contato:hover {
    background-color: #001f4d;
    transform: translateY(-2px);
}

.assessoria .btn-contato i {
    font-size: 1.25rem;
}

.assessoria .image-wrapper {
    border-radius: 32px;
    overflow: hidden;
    height: 100%;
}

.assessoria .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .assessoria .image-wrapper {
        margin-top: 2rem;
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .cansado {
        padding: 3rem 0;
    }

    .cansado .col-lg-6:first-child,
    .cansado .col-lg-6:last-child {
        padding: 0;
    }

    .cansado .col-lg-6:last-child {
        border-radius: 32px;
        margin-top: 2rem;
    }

    .cansado .image-wrapper {
        border-radius: 32px;
    }

    .cansado .content {
        padding: 2rem;
        text-align: center;
    }

    .cansado h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .cansado {
        padding: 2rem 0;
    }

    .cansado h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        padding: 1rem;
        border-radius: 10px;
        margin-top: 1rem;
    }

    .search-container {
        width: 100%;
        margin-top: 1rem;
    }

    .form-card {
        margin: 2rem 1rem;
    }

    .cansado {
        padding: 3rem 0;
    }

    .cansado .content {
        padding-left: 0;
        padding-top: 2rem;
        text-align: center;
    }

    .cansado h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .form-card h1 {
        font-size: 1.5rem;
    }

    .cansado {
        padding: 2rem 0;
    }

    .cansado h2 {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .imoveis {
        padding: 3rem 0;
    }

    .imoveis-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .ver-tudo {
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .imoveis {
        padding: 2rem 0;
    }

    .imoveis h2 {
        font-size: 1.75rem;
    }
}

label{
    font-weight: bold;
    margin-bottom: 10px;
}

/* Seção Vantagens */
.vantagens {
    padding: 5rem 0;
    background: #e1e2e3;
    text-align: center;
}

.badge-anuncie {
    background-color: #E5F5FF;
    color: #056BB3;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.vantagens h2 {
    color: #002B6B;
    font-size: 2.5rem;
    font-weight: bold;

    margin-bottom: 3rem;
}

.vantagens h2 span {
    color: #2DA7EA;
    font-weight: bold;
}

.vantagem-card {
    background: #60C9F9;
    border-radius: 24px;
    padding: 2rem;
    text-align: left;
    height: 100%;
    transition: all 0.3s ease;
}

.vantagem-card:hover {
    transform: translateY(-10px);
}

.vantagem-card i {
    font-size: 2rem;
    color: #002B6B;
    margin-bottom: 1.5rem;
}

.vantagem-card h3 {
    color: #002B6B;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.vantagem-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

body > section.vantagens > div{
    background: white;
    border-radius: 22px;
    padding: 57px;
}

.btn-anuncie {
    background-color: #002B6B;
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin: 50px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-anuncie:hover {
    background-color: #001f4d;
    transform: translateY(-2px);
}

.btn-anuncie i {
    font-size: 1.25rem;
    color: #60C9F9;
    fill: #60C9F9;
}

/* Seção Blog */
.blog {
    padding: 5rem 0;
    background: #02235d06;

    
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.badge-blog {
    background-color: #00A7FF;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.blog h2 {
    color: #002B6B;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.blog .ver-tudo {
    color: #002B6B;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.blog-card {
    background: #ffffff00;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-content {
    padding: 0px;
}

.blog-card h3 {
    color: #002B6B;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.blog-card .date {
    color: #666;
    font-size: 0.875rem;
}

/* Seção FAQ */
.faq {
    padding: 5rem 0;
    background: #042E7606;
    text-align: center;
}

.badge-faq {
    background-color: #E5F5FF;
    color: #00A7FF;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.faq h2 {
    color: #002B6B;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.faq-item {
    background: #ffffff00;
    border-radius: 0px;
    padding: 1.5rem;
    border-bottom: 1px solid #808080;
    margin-bottom: 1rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-header h3 {
    color: #002B6B;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.faq-header i {
    color: #042E76;
    font-size: 28px;
}
.faq-content {
    color: #666;
    margin-top: 1rem;
    display: none;
    line-height: 1.6;
}

.faq-item.active {
    background: #e6e6e6;
    border-radius: 24px;
    border: none;
}
.faq-item.active .faq-header i {
    transform: rotate(45deg);
}

.faq-item.active .faq-content {
    display: block;
}

/* Navigation Footer */
.nav-footer {
    background-color: #03255E !important;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Nav oculto por padrão em mobile e tablet */
.navbar {
    display: none;
}

/* Mostrar nav apenas no desktop */
@media screen and (min-width: 1025px) {
    .navbar {
        display: block;
        background-color: #ffffff00 !important;
    }
}

.nav-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-footer-left span {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
    line-break: 10px;
}

.nav-footer-left span.esperar {
    color: #89B5FF;
}

.nav-footer-left .logo-small {
    height: 24px;
    width: auto;
    margin-left: 16px;
}

.nav-footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-footer-right .social-icon {
    width: 32px;
    height: 32px;
    background-color: #F1F1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #032d75;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.nav-footer-right .social-icon:hover {
    background-color: #2DA7EA;
}

.nav-footer-right .btn-imoveis {
    background-color: #2DA7EA;
    color: #001B3D;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.nav-footer-right .btn-imoveis:hover {
    background-color: #a5c5ff;
}

.nav-footer-right .btn-imoveis i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .nav-footer .container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-footer-left, 
    .nav-footer-right {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .nav-footer-left {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .nav-footer-left .logo-small {
        margin: 10px auto;
    }

    .nav-footer-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-footer-right .social-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .nav-footer-right .btn-imoveis {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.spec-item img {
    width: 16px;
    height: 16px;
}

.spec-value {
    color: #042E76;
    font-weight: 700;
    font-size: 14px;
}

.footer-desktop {
    background-color: #03255E;
    padding: 60px 0 0px;
    color: #fff;
    border-top: 7px solid #2DA7EA;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-family: Titillium Web;
    font-size: 20px;
    font-weight: 400;
    line-height: 30.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F4F4F4;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: Titillium Web;
    font-size: 17px;
    font-weight: 400;
    line-height: 30.42px;
    text-align: left;
    text-decoration: none;
    
}

.footer-column ul li a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #0dcaf0;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-column ul li a:hover {
    color: #0dcaf0;
    padding-left: 10px;
}

.footer-column ul li a:hover::before {
    opacity: 1;
    left: 0;
}

.footer-bottom {
    background-color: #021E4B;
    padding: 20px 0;
    width: 100%;
    left: 0;
    right: 0;
} 

.footer-bottom p, 
.footer-bottom a {
    color: #ffffff;
    margin: 0;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Responsivo */
@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .nav-footer .container {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .nav-footer-left {
        justify-content: center;
    }

    .nav-footer-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 40px 0 0 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 32px;
    }

    .footer-column:last-child {
        margin-bottom: 0;
    }

    .nav-footer-left {
        flex-direction: column;
    }

    .logo-small {
        margin: 16px 0;
    }

    .nav-footer-right {
        gap: 24px;
    }

    .social-icon {
        font-size: 24px;
    }
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.spec-item img {
    width: 16px;
    height: 16px;
}

.spec-value {
    color: #042E76;
    font-weight: 700;
    font-size: 14px;
}

/* Header Mobile (oculto no desktop) */
.mobile-header {
    display: block;
    width: 100%;
    padding: 15px 0;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    max-width: 100%;
}

.menu-toggle {
    margin-right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: white;
    transition: all 0.3s ease;
}

.search-toggle {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: white;
    transition: all 0.3s ease;
}

.menu-toggle:hover, .search-toggle:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.menu-toggle:active, .search-toggle:active {
    transform: scale(0.95);
}

.logo {
    height: 40px;
    display: flex;
    align-items: center;
}

.logo img {
    height: 100%;
    width: auto;
}

@media screen and (min-width: 1025px) {
    .mobile-header {
        display: none;
    }
}

/* Side Menu */
.side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background-color: #042E76;
    z-index: 1000;
    transition: left 0.3s ease;
}

.side-menu.active {
    left: 0;
}

.side-menu-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #89B5FF;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-menu:hover {
    opacity: 0.8;
}

.side-nav {
    margin-top: 60px;
}

.side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-nav ul li {
    margin-bottom: 20px;
}

.side-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.side-nav ul li a:hover {
    opacity: 0.8;
}

.side-search {
    margin-top: 30px;
}

.search-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
} 

.search-box input {
    flex: 1;
    background: none;
    border: none;
    color: white;
    padding: 8px;
    outline: none;
    font-size: 14px;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-btn {
    background: none;
    border: none;
    color: white;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn i {
    font-size: 16px;
}

.side-logo {
    margin-top: auto;
    text-align: center;
    padding-bottom: 20px;
}

.side-logo img {
    height: 40px;
    width: auto;
}

/* Estilos para o menu lateral mobile */
.side-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 400;
}

.side-nav ul li a:hover,
.side-nav ul li a.active {
    color: #0684D1;
    font-weight: 700;
}

/* Estilos para o menu principal desktop */
.navbar-nav .nav-item .nav-link {
    color: #F1F1F1;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 400;
    padding: 8px 16px;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    color: #ffffff !important;
    font-weight: 700;
}

/* CSS media query dentro de um stylesheet */
@media (max-width: 600px) {
    .form-card {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 20px;
        padding: 2rem;
        position: relative;
        margin-top: 20px;
        margin-bottom: 200px;
        width: 98%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        top: 100px;
    }
    .cansado .content{
        padding: 3rem 0;
        padding: 32px;
    }

    .sidebar-filters{
        /* display: none; */
    }

    .section-imoveis .section-header {
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2rem;
        background: #f2f2f24d;
        position: relative;
    }
    .section-imoveis .section-header > div {
        display: flex
    ;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        justify-content: center;
    }

    .cansado .row {
        margin: 12px;
        background-color: #ffffff00;
        border-radius: 24px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }

    body .btn-primary {
        background-color: var(--primary-color);
        border: none;
        width: 100% !important;
        color: #032d75;
        padding: 16px 20px 16px 20px !important;
        font-weight: bold;
        border-radius: 10px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        transition: all 0.3s ease;
        margin-bottom: 10px;
    }
}

/* Footer Mobile */
.footer-mobile {
    display: none;
    background-color: #042E76;
    padding-top: 46px;
    padding-left: 20px;
    padding-right: 20px;
   
}

.footer-mobile .footer-sections {
    margin-bottom: 30px;
}

.footer-mobile h4 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-mobile ul li {
    margin-bottom: 12px;
}

.footer-mobile ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-mobile .social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-mobile .social-links a {
    color: white;
    font-size: 20px;
}

.footer-mobile .cta-section {
    background-color: #042E76;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-mobile .cta-section p {
    color: white;
    margin-bottom: 15px;
}

.footer-mobile .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #89B5FF;
    color: #042E76;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
}

.footer-mobile .copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 20px;
}

.footer-mobile .cta-section {
    background-color: #042E76;
    padding: 20px;
    margin: 20px -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-mobile .nav-footer-left {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
}

.footer-mobile .nav-footer-left .esperar {
    color: #89B5FF;
}

.footer-mobile .nav-footer-left .logo-small {
    height: 20px;
    margin-left: 5px;
}

.footer-mobile .nav-footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-mobile .nav-footer-right .social-icon {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.footer-mobile .nav-footer-right .btn-imoveis {
    background: #89B5FF;
    color: #042E76;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

/* Controle de visibilidade footer desktop/mobile */
@media (max-width: 1024px) {
    .footer-desktop {
        display: none;
    }
    
    .footer-mobile {
        display: block;
    }
}

@media (min-width: 1025px) {
    .footer-mobile {
        display: none;
    }
    
    .footer-desktop {
        display: block;
    }
}

.footer-mobile .cta-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin: 20px -20px 0;
}

.footer-mobile .cta-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-mobile .text-wrapper {
    display: flex;
    gap: 5px;
    color: white;
    font-size: 16px;
}

.footer-mobile .text-wrapper .esperar {
    color: #89B5FF;
}

.footer-mobile .logo-small {
    height: 25px;
    width: auto;
}

.footer-mobile .cta-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-mobile .social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-mobile .social-icon {
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-mobile .social-icon:hover {
    color: #89B5FF;
}

.footer-mobile .btn-imoveis {
    background: #89B5FF;
    color: #042E76;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

.footer-mobile .copyright-section {
    background: rgba(0, 0, 0, 0.2);
    margin: 0 -20px;
    padding: 20px;
    text-align: center;
}

.footer-mobile .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.5;
}

.footer-mobile .cta-section {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    /* padding: 20px; */
    /* margin: 20px -20px 0; */
    align-items: flex-start;
}

.footer-mobile .cta-text {
    display: flex
;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.footer-mobile .cta-actions {
    display: flex
;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}

.footer-mobile .btn-imoveis {
    background: #2DA7EA;
    color: #042E76;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

.section-imoveis .row {
    row-gap: 40px;
    margin-left: -20px;
    margin-right: -20px;
}

.section-imoveis .col-md-6,
.section-imoveis .col-lg-3 {
    padding-left: 20px;
    padding-right: 20px;
}

/* Ajuste para manter 4 cards por linha */
@media (min-width: 992px) {
    .section-imoveis .col-lg-3 {
        width: 25%;
    }
}