@charset "UTF-8";

/* Root Variables */
:root {
    --primary-color: #23ffba;
    --active-color: #26c492;
    --text-dark: #181818;
    --text-light: #ffffff;
    --font-termina: "termina", sans-serif;
    --spacing-unit: 1rem;
    --transition-speed: 0.3s;
    --container-max-width: 1280px;
}

body {
    background-color: #f5f5f5;
}

/* Sections */
.section-one {
    background: url("/assets/images/backgrounds/1.jpg") no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    padding: calc(var(--spacing-unit) * 8) 0;
    display: flex;
    align-items: center;
    position: relative;
}

.section-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.section-one .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Garantir que o container não interfira no z-index do formulário */
.section-one .container > .row {
    position: relative;
    z-index: auto;
}

.section-two {
    border-radius: 40px;
    min-height: 34.375rem;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 50%,
            #000 100%
        ),
        var(--image-section-two, url('/assets/images/backgrounds/2.jpg'));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Layout */
.container {
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
}

/* Utility Classes */
.h-22 {
    height: 1.375rem;
}

.h-44 {
    height: 2.75 !important;
}

.me-25 {
    margin-right: 1.563rem !important;
}

.mt-10 {
    margin-top: 0.625rem !important;
}
.ps-24 {
    padding: 0 0 0 1.5rem;
}

.left-82 {
    left: 82%;
}

.top-8 {
    top: 0.5rem !important;
}

/* Navigation */
.nav-item {
    margin-right: calc(var(--spacing-unit) * 1.563);
    align-content: center;
}

.nav-link {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-dark);
    transition: color var(--transition-speed) ease-in-out;
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link.active {
    color: var(--active-color);
}

/* Form Elements */
.form-navbar {
    background-color: #F8F8F8;
    border: .063rem solid #C0C0C0;
    border-right: none;
    border-radius: 15px 0 0 15px;
    font-family: "Work Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    transition: border-color 0.3s ease-in-out;
}

.form-navbar:focus {
    background-color: #F8F8F8;
    border-color: #C0C0C0;
    box-shadow: none;
    outline: none;
}

/* Buttons */
.btn-form-navbar {
    background-color: #F8F8F8;
    border: 1px solid #C0C0C0;
    border-left: none;
    border-radius: 0 15px 15px 0;
    padding: 0 calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 0.563) 0;
    font-family: "Work Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    transition: opacity var(--transition-speed) ease-in-out;
}

.btn-form-navbar:hover {
    opacity: 0.9;
    background-color: #F8F8F8;
    border: 1px solid #C0C0C0;
    border-left: none;
}

.btn-form-navbar:active {
    opacity: 0.9;
    background-color: #F8F8F8;
    border: 1px solid #C0C0C0;
    border-left: none;
}

.btn-aquamarine {
    background-color: var(--primary-color);
    transition: all var(--transition-speed) ease-in-out;
}

.btn-aquamarine:hover {
    background-color: var(--text-dark);
    color: var(--primary-color);
}

.btn-navbar {
    font-family: "Work Sans", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 15px;
    padding: .6rem 1.2rem;
}

/* Search Container */
.container-search {
    background: transparent;
    border: none;
    border-radius: 0;
    backdrop-filter: none;
    padding: 0;
    color: var(--text-light);
}

.container-search h1 {
    font-family: var(--font-termina);
    font-weight: 400;
    font-size: 2.125rem; /* 34px */
    margin: calc(var(--spacing-unit) * 3) 0;
}

.container-search h1 span {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 5px;
}

/* Override para o novo design hero */
.hero-title-section h1 {
    margin: 0 0 calc(var(--spacing-unit) * 2) 0;
}

.search-box-icon {
    user-select: none;
    position: absolute;
    height: 13px;
    margin-left: 1rem;
    margin-top: 1.4rem;
    z-index: 9;
}

.container-search .form-select {
    background-size: 11px 12px !important;
    background-position: 96% !important;
}

.select2-selection {
    height: 3.5rem !important;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 15px !important;
    padding-top: 1rem !important;
    padding-left: 2.5rem !important;
    text-align: left !important;
}

.select2-search__field:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.select2-dropdown {
    border: 0px !important;
    border-radius: 0px 0px 15px 15px !important;
}

.select2-container--open .select2-selection {
    border-radius: 15px 15px 0px 0px !important;
}

.container-search .col-6 .form-select {
    background-size: 11px 12px !important;
    background-position: 90.5% !important;
}

.filter-section .form-group .form-select {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 15px;
    text-align: center;
    padding: .7rem;
    padding-left: 20px;

}

.container-search select {
    height: 60px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding-left: 45px;
    background-image: url('../icons/icon-arrow.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
}

.container-search select::after {
    height: 1px !important;
}

.container-search select option {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: -45px !important;
    margin: 0;
}

.container-search button {
    background-color: #23FFBA;
    color: #000;
    font-family: 'termina';
    font-size: 14px;
    font-weight: medium;
    border: none;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    text-transform: uppercase;
}

.container-search button:hover {
    background-color: #000;
    color: #23FFBA;
}

.custom-container {
    padding-left: 50px;
    padding-right: 25px;
}

.custom-banner {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.custom-banner img {
    position: absolute;
    top: -7.3rem !important;
    left: -8rem !important;
    height: 385px !important;
    width: 385px !important;
    left: -50px;
}

.custom-banner .info {
    padding-top: 15px;
    flex-grow: 1;
    margin-left: 13rem;
}

.custom-banner .info .details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-banner .info h2 {
    font-family: 'termina';
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    line-height: 1.4;
}

.custom-banner .info h2 span {
    font-weight: bold !important;
    text-decoration: underline;
    text-decoration-color: #23FFBA;
    text-underline-offset: 2px;

}

.custom-banner .info .details p {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    color:#000;
}

/* Footer */
.footer-text-address {
    text-align: left;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 0.745rem;
    color: #000000;
}

.footer-navbar-title {
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: 0.9375rem; /* 15px */
    text-transform: uppercase;
}

/* Text Elements */
.text-section {
    margin: 4rem 3rem 3rem 1.5rem;
    font-family: 'termina';
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.sub-text-section {
    font-weight: bold;
    text-decoration: underline #23FFBA;
    -webkit-text-decoration-line: underline !important;
    -webkit-text-decoration-color: #23FFBA !important;
    text-underline-offset: 3px;
}
.title-home-section-two {
    padding: 0 5rem;
    line-height: 1.3 !important;
}

.title-home-section-two span {
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 10px;
}

/* Font Elements */
.font-termina {
    font-family: var(--font-termina);
}

.font-33 {
    font-size: 33px;
}

/*

body {
    background-color: #F5F5F5;
}
.sub-text-search-box {
    text-decoration: underline;
    text-decoration-color: #23FFBA;
    text-underline-offset: 8px;
    font-weight: 800;
}






.side-buttons-favorite {
    position: absolute;
    right: -20px !important;
    top: -15px !important;
    display: flex;
    flex-direction: column;
}
.side-buttons-whatsapp {
    position: absolute;
    right: -20px !important;
    top: 35px !important;
    display: flex;
    flex-direction: column;
}
.btn-circle {
    background-color: #fff;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.btn-circle:hover {
    background-color: #fff !important;
}
.btn-circle img {
    height: 16px;
}
.btn-group:hover .dropdown-menu {
    display: block;
}
.dropdown-favorite {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    width: 222px;
    height: 42px;
    color: #FF235F;
    border: transparent;
    text-align: center;
    align-content: center;
    position: relative;
    margin-right: 20px;
    user-select: none;
}
.dropdown-favorite::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}
.dropdown-whatsapp {
    width: 250px;
    top: -15px;
    background-color: transparent !important;
    color: transparent !important;
    border: transparent !important;
    text-align: center;
    align-content: center;
    position: relative;
    margin-right: 0px;
    user-select: none;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.btn-send {
    background-color: #23FFBA;
    color: #000;
    font-size: 13px;
    padding: .5rem 2rem;
}
.btn-send:hover {
    background-color: #23FFBA;
    color: #000;
}
.btn-send::after {
    content: '';
    position: absolute;
    top: 13.6%;
    right: 0px;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #23FFBA;
}
.btn-group .bi {
    color: #0e8f5e;
    font-size: 14px;
}
.btn-whatsapp {
    padding: 1rem;
    text-align: start;
    color: #1d1d1d;
    font-size: 13px;
    -webkit-box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
    -moz-box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
    box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
}
.btn-whatsapp:hover {
    color: #1d1d1d;
}
.btn-email {
    padding: 1rem;
    text-align: start;
    color: #1d1d1d;
    font-size: 13px;
    -webkit-box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
    -moz-box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
    box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
}
.btn-email:hover {
    color: #1d1d1d;
}
.btn-instagram {
    padding: 1rem;
    text-align: start;
    color: #1d1d1d;
    font-size: 13px;
    -webkit-box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
    -moz-box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
    box-shadow: 0px 2px 9px 2px rgba(224,224,224,1);
}
.btn-instagram:hover {
    color: #1d1d1d;
}
.card-property-text-1 {
    text-align: left;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.card-property-text-2 {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.card-property-text-3 {
    text-align: left;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.card-property-text-money {
    background-color: #000;
    text-align: left;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 15px;
    padding: 2px 5px;
}
.card-property-text-icon {
    text-align: left;
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.btn-card-property {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "termina";
    font-weight: 500;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 15px;
}
.btn-card-property:hover {
    background-color: #23FFBA;
    color: #000;
}

.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-25 {
    font-size: 25px;
}


.font-bold {
    font-weight: 900;
}




.details .container-fluid .row .col-md-3 .btn-aquamarine {
    font-family: 'termina';
    font-weight: 500;
    font-size: 13px;
    border-radius: 15px;
    padding: 15px 32px !important;
    height: 50px !important;
    display: flex;
    margin: 6% 0;
}
.details .container-fluid .row .col-md-3 .btn-aquamarine:hover {
    background-color: #000 !important;
    color:#23FFBA;
}
footer p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}

.filter-section .form-group {
    display: flex;
}
.filter-section .form-group img {
    position: absolute;
    margin-top: .85rem;
    margin-left: 1rem;
    height: 15px;
}

.icon-filter-money {
    margin-top: 1.05rem !important;
    height: 12px !important;
}
.icon-filter-bedrooms {
    margin-top: 1.15rem !important;
    height: 8px !important;
}
.filter-section .btn {
    background-color: #23FFBA;
    border-radius: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: .7rem;
}
.filter-section .btn:hover {
    background-color: #000;
    color: #23FFBA;
}
.row-filter-property .col-md-4 {
    margin-bottom: 3rem !important;
}
.filter-result-text {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.filter-link-clear {
    color: #FF0000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none !important;
}
.property-card-img {
    max-height: 225px;
}


 :root {
            --image-section-two: url('');
        }


        #d-none d {
            -webkit-text-decoration-line:  none !important;
        }

        .btn-anuncie-imovel {
            width: 57%;
            margin-top: 20px;
            border-radius: 15px;
            font-weight: 500;
        }
        .bg-mobile-indique {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) -50%, #000 100%), var(--image-section-two, url(""));
            background-repeat: no-repeat;
            background-position: center;
            background-size: 130%;
            height: 300px;
            border-radius: 40px;
            padding: 2rem;
            width: 90%;
            margin: auto;
        }
        .title-home-section-two-mobile {
            width: 275px;
            margin: auto;
            font-size: 16px;
            font-family: 'termina';
            text-transform: uppercase;
            font-weight: 400;
            text-align: center;
            color: white;
        }
        .mobile-subtitle-home-section-two {
            font-size: 14px;
            text-align: center;
            font-family: 'Work Sans', sans-serif;
        }
        .btn-mobile-anuncie-i {
            text-transform: uppercase;
            font-family: termina;
            font-size: 14px;
        }
        .bg-mobile-ganhe {
            background: #fff url("") no-repeat left;
            background-repeat: no-repeat;
            background-position-x: -466%;
            background-size: 110% auto;
            height: 350px;
            align-content: flex-end;
            justify-content: start;
            padding: 2rem 2rem;
        }

*/
