#mapa-wishpoint {
    width: 100%;
    height: 86vh;
    border: 1px solid #DDD;
}

.input-group-custom-radio .btn-first-radio {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.view-container {
    display: none;
}

.view-container.show {
    display: block;
}

/* #panel-offcanvas-nuevo-wishpoint {
    margin-top: 57px;
} */

#mapa-modal-wishpoint {
    height: 40vh;
}

#contenedor-input-search-lugar-wishpoint {
    position: absolute;
    z-index: 2;
    margin: auto;
    width: 350px;
    margin-top: 1rem;
    margin-left: 1%;
    z-index: 1051;
    max-width: 98%;
}

#input-buscador-lugar-mapa-wishpoint {
    border-radius: 0.5rem !important;
    border: 1px solid #DDD;
    box-shadow: 0px 0px 4px 1px rgba(90, 90, 90, 0.47);

}

@media screen and (max-width: 768px) {
    #input-buscador-lugar-mapa-wishpoint {
        width: 100%;
        max-width: 100%;
    }
}

/* 
#mapa-wishpoint .offcanvas {
    position: absolute;
    height: 98%;
    top: 0;
    bottom: 0;
    margin-top: 0.5%;
    margin-left: 0.5%;
    border-radius: 8px;
    overflow: hidden;
}

#mapa-wishpoint .offcanvas-backdrop {
    position: absolute;
    
} */


.content-wishpoint-place {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    /* height: auto; */
    padding: 2px;
    border: 1px solid #CCC;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 28px;
}

.content-wishpoint-place:hover {
    width: fit-content;
}

.content-wishpoint-place:hover .detail {
    display: flex;
}

.content-wishpoint-place .icon {
    color: #FFF;
    font-size: 0.7rem;
    /* border: 2px solid coral; */
    border-radius: 0.4rem;
    padding: 4px;
    position: relative;
    background-color: var(--tab-color);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
}

.content-wishpoint-place .detail {
    font-size: 0.8rem;
    font-weight: bold;
    columns: #222;
    display: none;
    margin-left: 0.5rem;
    padding-right: 0.5rem;
}

#img-lugar-wishpoint {
    height: 20vh;
    width: 100%;
}

@media (max-width: 767.98px) {
    /* #offcanvasWispointMapa.offcanvas {
        height: 100% !important;
        width: 100% !important;
        border-top: 2px solid #666;
    } */

    /* #mapa-wishpoint {
        height: 77vh;
    } */

    .content-padding-small {
        padding-right: 0px;
        padding-left: 0px;
    }

    #contenedor-input-search-lugar-wishpoint {
        width: 98%;
    }
}

.wishpoint-info-window {
    width: 320px;
    max-width: 100%;
}

.wishpoint-info-window p {
    font-size: 0.91rem;
}

gmp-advanced-marker {
    z-index: 9999999;
}

.gm-style-iw.gm-style-iw-c {
    padding: 12px 4px;
    padding-top: 0px;
}

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
    width: 40px !important;
    height: 34px !important;
}

.info-window-tags span {
    font-size: 0.9rem;
    display: inline-block;
}

.swiper {
    width: 100%;
    height: 140px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}

#lista-imagenes-wishpoint-galeria.swiper {
    height: 280px;
}

#texto-visualizar-wishpoint p {
    margin-bottom: 0px;
}


.swiper-slide.divided {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.divided img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.divided {
    width: 80%;
}

.swiper-slide.divided:nth-child(2n) {
    width: 60%;
}

.swiper-slide.divided:nth-child(3n) {
    width: 40%;
}

#lista-detalle-imagenes-wishpoint-galeria {
    height: 220px;
}

.swipper-buttons-content-custom {
    position: absolute;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
}

.swipper-buttons-content-custom i {
    pointer-events: none;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
    cursor: pointer;
    color: #FFF;
    background-color: #444;
    border: 1px solid #333;
    font-size: 1rem;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    margin-left: 0px;
}

#contenedor-informacion-extra-visualiza-wishpoint li {
    list-style: none;
}

#contenedor-informacion-extra-visualiza-wishpoint li b {
    display: block;
}