@import './light.min.css';
@import './all.min.css';
@import './leaflet.css';

.ratio-3x2 {
    --mdb-aspect-ratio: 66.6%;
}

.alert-warning {
    --mdb-warning-bg-subtle: #B28853;
    --mdb-warning-text-emphasis: #ffffff;
}

.btn-whatsapp-fx,
.btn-whatsapp-fx:hover,
.btn-whatsapp-fx:active,
.btn-whatsapp-fx:active:focus {
    background-color: #25D366 !important;
    width: 4rem;
    height: 4rem;
}

.btn-whatsapp-fx i {
    font-size: 1.5rem;
}

.btn-dark-golden,
.btn-dark-golden:hover,
.btn-dark-golden:active {
    background-color: var(--accent-color, #B28853) !important;
    color: var(--secondary-color, #ffffff) !important;
}

.btn-dark-golden:hover {
    background-color: var(--primary-color, #111111) !important;
    border-color: var(--primary-color, #111111) !important;
}

.select-option {
    --mdb-form-outline-select-option-font-size: 0.9rem;
}

.dropdown-menu {
    --mdb-dropdown-font-size: 1rem;
}

.prevent-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.preserve-whitespace {
    white-space: break-spaces;
}

.p-6 {
    padding: 3.5rem !important;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #3E3E3D;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #DBD9D6;
    padding-top: 15px;
    width: 3rem;
    height: 3rem;
}

.search-results .carousel-control-next-icon,
.search-results .carousel-control-prev-icon {
    background-color: #DBD9D6;
    padding-top: 10px;
    width: 3rem;
    height: 3rem;
}

.carousel-control-next-icon::after,
.carousel-control-prev-icon::after {
    --mdb-carousel-control-icon-font-size: 1.2rem;
    --mdb-carousel-control-icon-font-weight: 600;
}

html,
body {
    font-family: Cabin, sans-serif;
}

.bg-light-grey {
    background-color: #F6F5FA;
}

.bg-light-brown {
    background-color: #F7F5EF;
}

.bg-dark-2 {
    background-color: #0C0B14;
}

.aboreto-regular {
    font-family: "Aboreto", system-ui, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.playfair-18-bold {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.playfair-32-bold {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.text-golden {
    color: var(--accent-color, #DBCBAD);
}

.text-dark-golden {
    color: var(--accent-color, #B28853) !important;
}

.navbar {
    --mdb-navbar-color: #ffffff;
}

.btn-whatsapp {
    background-color: #6DEB84;
    color: #181818;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-whatsapp i {
    font-size: 18px;
}

.social-icons a {
    background-color: #DBD9D6;
}

.social-icons a i {
    font-size: 16px;
    font-weight: 600;
}

/* .navbar-collapse.collapse {
    padding-left: 1.5rem;
} */

.navbar-nav {
    --mdb-nav-link-color: var(--primary-color, #775838);
    --mdb-nav-link-hover-color: var(--accent-color, #775838);
    --mdb-navbar-nav-link-padding-x: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--mdb-breadcrumb-divider, ">");
}

.section-title {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--accent-color, #DBCBAD);
}

header,
footer {
    background-color: #FAF7F2;
    color: #000000;
}

footer {
    padding-top: 3rem;
}

header a.nav-link {
    font-size: 18px;
    text-transform: uppercase;
}

header img.sm-logo {
    margin-left: -20px;
}

footer p {
    font-size: 16px;
    font-weight: 400;
}

footer h6 {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

footer .sn-images a {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #F7F5EF;
    display: inline-block;
    padding-top: 4px;
    font-size: 18px;
    color: var(--accent-color, #b28853);
    text-align: center;
    margin-bottom: 1rem;
}

footer .text-pr-light {
    display: inline-block;
    border-bottom: 1px solid var(--accent-color, #b28853);
}

.text-pr-light {
    color: var(--accent-color, #DBCBAD);
}

.bg-pr-pure {
    background-color: var(--accent-color, #b28853);
}

.p404 {
    font-family: "Aboreto", system-ui, sans-serif;
}

.p404 h1 {
    font-size: 160px;
    padding-top: 3rem;
}

.p404 section {
    font-size: 32px;
    max-width: 640px;
    text-align: center;
    padding-bottom: 3rem;
}

.homepage .top-search {
    height: calc(80vh - 70px);
    background-image: url('../images/header.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage .search-form {
    padding: 24px 12px;
    width: 420px;
    max-width: 80vw;
    border-radius: 10px;
    background: rgba(5, 2, 9, 0.43);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.13) inset;
    backdrop-filter: blur(5.599999904632568px);
}

.homepage .slogan {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
}

.homepage .slogan.slogan-md {
    font-size: 18px;
}

.homepage .about-flavia {
    background-color: #041b34;
    color: #ffffff;
}

.about-flavia__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 992px) {
    .about-flavia__content {
        flex-direction: row;
    }
}

.about-flavia__card {
    position: relative;
    flex: 1;
    max-width: 620px;
    border-radius: 24px;
    overflow: hidden;
    min-height: 403px;
    padding: 40px 24px;
}

.about-flavia__card-bg {
    position: absolute;
    inset: 0;
    background-image: url('/images/header.jpg');
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.about-flavia__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.about-flavia__card-text {
    position: absolute;
    bottom: 70px;
    left: 24px;
    right: 24px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-flavia__title {
    font-family: "Aboreto", system-ui, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 104%;
    letter-spacing: 0;
    margin: 0;
}

.about-flavia__subtitle {
    font-family: "Cabin", system-ui, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0;
}

.about-flavia__description {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    width: 100%;
    max-width: 420px;
    min-height: 180px;
    padding: 0;
}

.about-flavia__description p {
    font-family: "Aboreto", system-ui, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0;
    color: var(--accent-color, #B28853);
    margin: 0;
}

.about-flavia__description h2 {
    font-family: "Cabin", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0;
}

.btn-whatsapp-outline {
    width: 240px;
    height: 45px;
    border-radius: 6px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background-color: #DEF0D8;
    color: #041b34;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
}

.btn-whatsapp-outline:hover,
.btn-whatsapp-outline:focus {
    background-color: #cfe8c6;
    color: #041b34;
}

.btn-whatsapp-outline i {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 767.98px) {
    .about-flavia__card-text {
        bottom: 70px;
        left: 24px;
        right: 24px;
    }

    .about-flavia__title {
        font-size: 18px;
    }

    .about-flavia__subtitle {
        font-size: 18px;
    }

    .about-flavia__description {
        padding: 0 0px;
    }

    .btn-whatsapp-outline {
        width: calc(100vw - 48px);
        max-width: 420px;
        
    }
}
.homepage .properties-list[data-drag-scroll="true"] {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
}

.properties-list.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.properties-list .property-item {
    border: 1px solid #cccccc;
    width: 282px;
    margin-right: 1rem;
    cursor: pointer;
}

.search-ui .search-order a.dropdown-toggle {
    width: 160px;
    display: block;
    text-align: end;
    color: var(--mdb-body-color);
}

.search-ui .properties-list .property-item,
.search-ui .properties-list .property-item .img {
    width: 100%;
}

.search-ui .filter {
    background-color: #F2F3F5;
}

.form-control {
    background-color: #ffffff !important;
}

.properties-list .property-item:hover {
    border-color: var(--accent-color, #B28853);
}

.properties-list .property-item .img,
.leaflet-popup-content .property-item .img {
    background-color: #f1f1f1;
    width: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.leaflet-popup-content .property-item .images>img.img {
    display: block !important;
}

.leaflet-popup-content .property-item .images>div.carousel {
    display: none !important;
}

.properties-list .property-item .title {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #181818;
}

.properties-list .property-item .location {
    color: #646A73;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.homepage .services .service i {
    font-size: 28px;
}

.homepage .rei-text {
    width: 90vw;
    max-width: 450px;
}

.homepage .manifesto-clip iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.property-details .dark {
    background-color: #0C0B14;
    color: #ffffff;
    font-family: Cabin, sans-serif;
    border-top: 1px solid #F5CE90;
    padding: 1rem;
}

.property-details .dark .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0.5rem;
}

.property-details .dark .summary {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    opacity: 0.6;
}

.property-details .btn-whatsapp-fx {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

.property-details .details {
    padding: 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.property-details .details .breadcrumb-item a {
    color: #646A73;
    font-size: 14px;
    line-height: 17px;
}

.property-details .carousel-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prop-summary {
    padding: 1.5rem 1rem;
    color: #646A73;
    font-size: 12px;
    font-family: Cabin;
}

.property-details .characteristics .list>div::before {
    content: "\2022";
    color: var(--accent-color, #DBCBAD);
    margin-right: 0.5rem;
}

.property-details .about-property .text,
.property-details .characteristics .list {
    color: #373c43;
}

.trx-type {
    background-color: #F8F6F4;
    color: #000000;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
    font-size: 12px;
    line-height: 140%;
}

.trx-type-grey {
    background-color: #EFF0F1;
}

.property-details .trx-type {
    background-color: #dedede;
}

.prop-summary .refcode {
    font-family: Cabin, sans-serif;
    font-size: 12px;
}

.prop-summary .sum-desc {
    font-family: "Aboreto", system-ui, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 1rem;
}

.prop-summary .sum-location,
.prop-summary .sum-prices .trx {
    font-size: 14px;
    font-weight: 400;
    color: #2E2B4F;
}

.prop-summary .sum-features {
    display: flex;
    flex-grow: 1;
    font-size: 12px;
    line-height: 140%;
}

.property-details .prop-summary .sum-features {
    justify-content: space-between;
}

.prop-summary .sum-features .pipe {
    border-left: 1px solid #D1CFE8;
    margin: 0 1rem;
}

.property-details .pipe {
    margin: 0 !important;
}

.prop-summary .sum-prices .val {
    color: #0C0B14;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}

.agent-box {
    border: 1px solid var(--accent-color, #DBCBAD);
    padding: 1rem;
    color: #000000;
}

.agent-box img {
    width: 91px;
    height: 91px;
}

.agent-box .agent-name {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.agent-box .phone-number {
    color: #3E3E3D;
    text-decoration: underline;
}

.reviews .review {
    padding: 1.5rem;
    border: 1px solid #DEE0E3;
    background-color: #FEFDF9;
    margin-bottom: 2rem;
}

.reviews .review .review-title {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #181818;
    margin-bottom: 1rem;
}

.reviews .review .body,
.reviews .review .sign {
    font-family: Cabin, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #646A73;
    margin-bottom: 1rem;
}

.reviews .review .sign {
    color: var(--accent-color, #B28853);
    margin-bottom: 0;
}

.search-ui .search-desc {
    font-family: "Aboreto", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

@media (min-width: 768px) {

    .homepage .slogan {
        font-size: 36px;
    }

    section.slogan-md {
        font-size: 24px;
    }

    .search-ui .properties-list .property-item .img,
    .search-ui .properties-list .property-item .images {
        flex: 0 0 320px;
    }

    .search-ui .properties-list .property-item .prop-summary {
        flex: 1;
    }
}

@media (min-width: 992px) {

    .property-details .header,
    .property-details .details {
        padding: 1rem 4.5rem;
    }

    .homepage .properties-list .property-item {
        width: 850px;
        margin-right: 1rem;
    }

    .homepage .properties-list .property-item.super-premium .img {
        width: 500px;
        height: 375px;
    }

    .homepage .properties-list .property-item.super-premium .prop-summary {
        width: 350px;
    }

    .homepage .properties-list .property-item.super-premium .prop-summary .sum-description {
        font-size: 14px;
    }

    .homepage .properties-list .property-item.super-premium .prop-summary .sum-desc,
    .homepage .properties-list .property-item.super-premium .prop-summary .sum-prices .val {
        font-size: 24px;
    }

    .reviews .title {
        max-width: 200px;
        margin-right: 4rem;
    }

    .reviews .review {
        width: 417px;
        margin-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .btn-xl-block {
        width: 100%;
    }

    .homepage .slogan {
        font-size: 48px;
    }

    .homepage .bg-light-brown.slogan {
        font-size: 42px;
    }

    .homepage .search-form {
        max-width: 1000px;
        width: 80vw;
        padding: 1rem;
    }

    .search-ui .properties-list {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .search-ui .results {
        flex-direction: row !important;
        flex: 1;
    }

    .search-ui .map {
        width: 40vw;
        height: 100%;
        margin-left: 1rem;
    }

    .search-ui .results-container {
        width: 60vw;
    }

    .search-ui .search-desc {
        font-size: 24px;
    }

    .reviews .review .title {
        font-size: 24px;
        margin-right: 6rem;
    }

    .reviews .review .review-title {
        font-size: 24px;
    }

    .reviews .review .body,
    .reviews .review .sign {
        font-size: 16px;
    }

    .homepage .reviews .title .text-dark-golden {
        font-size: 32px;
    }

    .homepage .services .heading {
        font-size: 32px;
        line-height: 120%;
    }
}

@media (min-width: 1366px) {

    .homepage .slogan {
        font-size: 56px;
    }

    .reviews .title {
        max-width: 300px;
    }

    .search-ui .map {
        width: 45vw;
    }

    .search-ui .results-container {
        width: 55vw;
    }
}

/* Leaflet, Marker Clusters */
.leaflet-popup-content {
    margin: 0 !important;
    width: 280px !important;
}

.leaflet-popup-content .property-item {
    flex-direction: column !important;
    margin-bottom: 0 !important;
}

.leaflet-popup-content .property-item .img {
    border-radius: 12px 12px 0 0;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
    background-color: var(--accent-color, #B28853);
}

.marker-cluster-small div {
    background-color: var(--accent-color, #B28853);
}

.marker-cluster-medium {
    background-color: var(--accent-color, #B28853);
}

.marker-cluster-medium div {
    background-color: var(--accent-color, #B28853);
}

.marker-cluster-large {
    background-color: var(--accent-color, #B28853);
}

.marker-cluster-large div {
    background-color: var(--accent-color, #B28853);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    font: 12px Cabin, sans-serif;
    font-weight: bold;
    color: #fff;
}

.marker-cluster span {
    line-height: 30px;
}