/**
Map module
 */

.map-area {
    /*width: 100%;*/
}

#map-canvas {
    width: 100%;
    height: 580px
}

.map-items {
    border-top-left-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
    max-width: 370px;
    max-height: 580px;

    overflow: hidden;
    position: relative;
}

.map-items .map-scroll-area {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.map-items .map-scroll-area::-webkit-scrollbar {
    display: none;
}

.map-area {
    overflow: hidden;
    position: relative;
}

.map .img-place {
    max-height: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.map .aside-left h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #34870B;
    mix-blend-mode: normal;
    margin-bottom: 4px;
    margin-top: 8px;
}

.map .aside-left a {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    color: #3B403B;
}

.map .aside-left a:hover {
    text-decoration: none;
    color: #3B403B;
}

.map .aside-left .hardware {
    margin-left: 0px;
    margin-bottom: 4px;
}

.map .aside-left .hardware li {
    list-style-type: disc;
    margin-left: 30px;
    line-height: 22px;
}

.map .aside-left .label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #697869;
    mix-blend-mode: normal;
    margin-bottom: 4px;
}

.map .aside-left .localization {
    margin-bottom: 4px;
}

.map {
    position: relative
}

.map .asides {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.map-items .rounded {
    border-radius: 1.3rem !important;
}

.map-items img {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 1s;
    cursor: pointer;
}

.map-items .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 120%;
}

.map-items .subtitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.map .map-items .map-scroll-area::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.map .map-items .map-scroll-area {
    overflow: hidden;
    overflow-y: scroll;

    height: 100%;

    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.map .map-area #map-canvas {
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
}

.map .aside-left {
    background: white;
}

.map .aside-right {
    background: white;
}

@media (min-width: 768px) {
    .map .asides {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }

    .map-area {
        flex-grow: 1;
    }

    .map .aside-left {
        background: white;
        height: 580px;
        width: 380px;
        max-width: 380px;
        z-index: 1001;

        border-top-left-radius: 1.3rem;
        border-bottom-left-radius: 1.3rem;
    }

    .map .aside-right {
        height: 580px;
        background: white;
        height: 100%;
        z-index: 1001;
        flex: 1;

        border-top-right-radius: 1.3rem;
        border-bottom-right-radius: 1.3rem;
    }
}

@media (max-width: 767px) {


    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .map, .map-container, .map-area {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .map-area {
        width: 100%;
    }

    .map-items {
        display: none !important;
    }

    .map .map-area #map-canvas {
        border-top-right-radius: 0rem !important;
        border-bottom-right-radius: 0rem !important;
    }

    .map .asides {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-direction: column-reverse;
    }

    .map .aside-left {
        z-index: 1;
        max-width: 100%;
        width: 100%;

        padding-top: 0px !important;
        overflow: hidden;
    }

    .map .aside-right {
        z-index: 1;
        max-width: 100%;
        width: 100%;

        max-height: 260px;
    }

    .map .aside-left .button-back {
        display: none
    }

    .map .aside-right .button-back {
        display: block !important;
        position: absolute;
        top: 15px;
        left: 15px;
        color: #FFFFFF !important;
    }

    .map .aside-right .button-back a {
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        color: #FFFFFF !important;
        text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    }

    .map .aside-left h4 {
        font-weight: 600;
        font-size: 19px;
        line-height: 20px;
        color: #34870B;
        mix-blend-mode: normal;
    }
}

.map .aside-left .button-back a {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;

    display: flex;
    vertical-align: middle;
    align-items: center;
    text-decoration: none;
    color: #3B403B;
}