﻿@import url("../cards/index.css");

.main__container {
    padding: 30px 200px;
}

.sector1 {
    display: flex;
    max-height: 400px;
}

.options__enterprise {
    display: flex;
    /*width: 100%;*/
    flex-direction: column;
    gap: 10px;
}

.button__gray {
    color: #2300FF;
}

.main__property__image img {
    width: 100%;
    object-fit: cover;
}

.sector2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.address__container {
    display: flex;
    font-size: 14px;
    font-weight: 300;
}

.main__title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
    margin: 60px 0 30px;
}

.container__banner__selected {
    position: relative;
    margin-right: 10px;
}

    .container__banner__selected .actions {
        position: absolute;
        top: 0;
        display: flex;
        padding: 20px;
        flex-wrap: wrap;
    }

        .container__banner__selected .actions button {
            margin: 0 2px;
            font-weight: bold;
        }

.image__and__description {
    display: flex;
}

    .image__and__description > * {
        flex: 1;
    }

    .image__and__description img.banner__selected, .map {
        border-radius: 30px;
        height: 100%;
        width: 100%;
        margin-right: 16px;
    }

.map {
    display: none;
}

.value__property, .observation {
    font-size: 12px;
}

.from__value__main, .value {
    font-size: 30px;
}

.value {
    font-weight: bold;
}

.value__container {
    line-height: 40px;
}

.details__meters {
    font-size: 10px;
}

.image__and__description .main__description {
    padding: 30px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 38%)0px 3px 11px 0px;
    display: flex;
    flex-direction: column;
}

    .image__and__description .main__description > * {
        margin: 5px 0;
    }

    .image__and__description .main__description > button {
        color: #2300FF;
        border: unset !important;
        font-size: 18px !important;
        max-width: 279px;
    }

.want__buy__color {
    color: #FFF !important;
}

.button__gray {
    background-color: #CCCCCC !important;
}

.complementar__description {
    margin: 40px 0;
    display: flex;
}

    .complementar__description > * {
        flex: 1;
    }

.second__complementar__description {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    padding: 15px;
    color: #FFF;
}

.item__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

    .item__detail img {
        width: 25px;
        height: 25px;
        margin-bottom: 5px;
    }

.details__meters {
    font-weight: bold;
}

.details__location {
    display: flex;
    font-size: 10px;
}

    .details__location img {
        width: 15px;
        height: 15px;
        margin-right: 2px;
    }

.condominium__details {
    font-size: 12px;
}

.first__complementar__description {
    font-weight: bold;
    font-size: 20px;
}

.title__complementar__description {
    width: 80%;
    font-size: 28px;
}

.sector3 {
    margin-top: 40px;
}

.third__complementar__description {
    display: flex;
    justify-content: space-around;
}

.carrousel__images {
    margin: 20px 0;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    scrollbar-width: none;
}

    .carrousel__images > * {
        /*flex:1;*/
        margin-right: 10px;
    }

        .carrousel__images > *:last-child {
            margin-right: unset;
        }

    .carrousel__images img {
        width: 140px;
        height: 140px;
        /*  max-height: 220px;
        max-width: 180px;*/
        border-radius: 10px;
        pointer-events: auto;
        user-drag: none;
        -webkit-user-drag: none;
    }

    .carrousel__images.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

.third__complementar__description > * {
    margin-right: 20px;
}

    .third__complementar__description > *:last-child {
        margin-right: unset;
    }

.third__complementar__description .third__item__detail {
    padding: 30px;
    /*width: 40%;*/
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 38%) 0px 3px 11px 0px;
    display: flex;
    flex-direction: column;
    min-width: 50%;
}

    .third__complementar__description .third__item__detail .title__item__detail {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 700;
    }

.sector4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hide {
    display: none!important;
}


@media (min-width: 1921px) {
    .main__container {
        padding: 30px 400px !important;
    }
}

@media (max-width: 1626px) {
    .main__container {
        padding: 30px 180px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .main__container {
        padding: 30px 120px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .main__container {
        padding: 30px 80px !important;
    }
}

@media only screen and (max-width: 1050px) {
    .main__container {
        padding: 30px 40px !important;
    }

    .main__description {
        max-width: 40%;
    }
}



@media only screen and (max-width: 831px) {
    .main__description {
        max-width: unset;
    }

    .third__complementar__description .third__item__detail {
        min-width: unset;
    }

    .image__and__description img.banner__selected, .map {
        height: 450px;
        margin-bottom: 10px;
        margin-right: unset !important;
    }

    .container__banner__selected {
        margin-right: unset;
    }

    .main__title {
        margin: 10px
    }

    .image__and__description {
        flex-direction: column-reverse;
    }

        .image__and__description .main__description {
            width: 100%;
            margin-bottom: 30px;
        }

            .image__and__description .main__description > button {
                max-width: 100%;
            }

    .complementar__description {
        flex-direction: column;
        text-align: center;
        margin: 10px 0;
    }

    .title__complementar__description {
        width: 100%;
    }

    .second__complementar__description {
        margin-top: 10px;
    }

    .sector3 {
        margin-top: 10px;
    }

    .third__complementar__description {
        flex-direction: column;
    }

        .third__complementar__description > * {
            margin-right: 0;
            margin-bottom: 30px;
        }

    .options__enterprise {
        width: 100%;
        flex-direction: row;
        position: fixed;
        z-index: 1002;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 25px;
        background-color: #FFF;
        margin: unset!important;
    }
    .link__button {
        flex: 1;
        font-size: 12px !important;
        padding: 8px 10px !important;
    }
    .chat__bot {
        bottom: 80px;
    }
    .main__container {
        margin-bottom: 80px;
    }
    
}
