#vista-previa-galeria {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.helle_icono{
    display:block;
    width:25px;
    height:25px;
    background-size:auto 100%;
    background-position:50%;
    background-repeat:no-repeat;
}

.helle_icono.tv{
    background-image:url(/wp-content/plugins/habitelle/assets/imgs/iconos_comodidades/aplicacion-de-tv.png);
}

.helle_icono.aire{
    background-image:url(/wp-content/plugins/habitelle/assets/imgs/iconos_comodidades/aire-acondicionado.png);
}

.helle_icono.calefaccion{
    background-image:url(/wp-content/plugins/habitelle/assets/imgs/iconos_comodidades/calentador.png);
}

.helle_icono.cama_doble{
    background-image:url(/wp-content/plugins/habitelle/assets/imgs/iconos_comodidades/cama.png);
}
.helle_hc_wrap{
    display:flex;
    flex-direction:column;
}
.helle_hc_wrap .helle_hc_img_wrap{
    width:100%;
    border-radius:15px;
    overflow:hidden;
    position:relative;
}
.helle_hc_wrap .helle_hc_imagen_principal img{
    object-fit: cover;
    width:100%;
    height:190px;
    border-radius:15px;
}

.helle_hc_wrap .helle_hc_content{
    height:100%;
}

.helle_hc_wrap .helle_hc_info_wrap{
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.helle_hc_wrap .helle_hc_info_wrap{
    margin-top:5px;
}
.helle_hc_wrap .helle_hc_precio,
.helle_hc_wrap .helle_hc_link{
    font-weight:700;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.helle_hc_wrap  .helle_hc_precio:after{
    content:"";
    display:block;
    width:2px;
    background-color:var(--e-global-color-accent);
    position:absolute;
    right:0;
    height:80%;
    top:10%;
}
.helle_hc_wrap  .helle_hc_link:before{
    content:"";
    display:block;
    width:2px;
    background-color:var(--e-global-color-accent);
    position:absolute;
    left:0;
    height:80%;
    top:10%;
}
.helle_hc_wrap  .helle_hc_precio .desde{
    color:#000;
    font-size:11px;
}
.helle_hc_wrap  .helle_hc_precio .precio{
    color:var(--e-global-color-accent);
    font-size:14px;
}

.helle_hc_wrap .helle_hc_link{

}

.helle_hc_wrap .moretag{
    background-color:var(--e-global-color-accent);
    border-radius:3px;
    padding:5px 8px;
    color:#fff;
    display:inline-block;
    font-size:12px;
    margin-top:12px;
    font-weight:700;
}

.helle_hc_wrap .helle_hc_link a{
    color:#fff;
    font-weight:700;
    font-size:16px;
    text-align:center;
    background-color:var(--e-global-color-accent);;
    padding:5px 8px;
    border-radius:3px;
}
.helle_hc_wrap  .helle_hc_comodidades{
    border-top:2px solid var(--e-global-color-accent);
    
    padding-top:25px;
    padding-bottom:10px;
    
}
.helle_hc_wrap  .helle_hc_comodidades ul.helle_hc_ulist{
    padding-left:0;
    line-height:1;
}
.helle_hc_wrap  .helle_hc_comodidades li{
    list-style:none;
    display:inline-flex;
    padding:7px 5px;
    font-weight:700;
}

.helle_hc_wrap .helle_hc_content{
    border-radius:15px;
    border:1px solid #000;
}

.helle_hc_wrap .helle_hc_content_title{
    margin-top:15px;
    font-weight:800;
    color:#000;
    font-size:23px;
    text-transform:capitalize;
}
.helle_hc_wrap .helle_hc_content .helle_hc_excerpt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (min-width:768px) and (max-width:1024px){
    .helle_hc_wrap .helle_hc_content .helle_hc_excerpt{
        /*min-height:327px;*/
    }
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .helle_hc_wrap .helle_hc_content .helle_hc_excerpt{
        /*min-height:543px;*/
    }
}
@media screen and (max-width:768px){
    .helle_hc_wrap .helle_hc_content .helle_hc_excerpt{
        min-height:initial;
    }
}
.helle_hc_wrap .helle_hc_img_wrap .open_gallery_btn{
    position:absolute;
    background-color:rgba(255,255,255,0.3);
    border:2px solid #fff;
    top:80%;
    right:5%;
    padding:5px 15px;
    color:#fff;
    font-weight:700;
    font-size:12px;
    border-radius:5px;
}

.helle_hc_wrap .popup_galeria{

}
.helle_hc_wrap .popup_galeria .card-image{
    height:400px;
    width:100%;
    display:flex;
    flex-direction: row;
    align-items: center;
}
.helle_hc_wrap .popup_galeria img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position: center;
}
.helle_hc_wrap .popup_galeria button.owl-next,
.helle_hc_wrap .popup_galeria button.owl-prev{
    position: absolute;
    top: 40%;
    text-shadow:2px 2px 3px rgba(0,0,0,0.2);
    font-size: 80px;
    color:#fff;
}
.helle_hc_wrap .popup_galeria button.owl-prev{
    left: 15px;
}

.helle_hc_wrap .popup_galeria button.owl-next{
    right: 15px;
}

.helle_hc_wrap .popup_galeria button.owl-prev:visited,
.helle_hc_wrap .popup_galeria button.owl-prev:focus,
.helle_hc_wrap .popup_galeria button.owl-prev:active,
.helle_hc_wrap .popup_galeria button.owl-next:visited,
.helle_hc_wrap .popup_galeria button.owl-next:focus,
.helle_hc_wrap .popup_galeria button.owl-next:active{
    border:none !important;
    outline:none !important;
}

.helle_hc_wrap .popup_galeria .owl-carousel{
    border-radius:35px;
    height:400px;
    overflow:hidden;
}
.helle_hc_wrap .popup_galeria.single{
    border-radius:35px;
    overflow: hidden;
}


form#helle_listing_form{
    display:flex;
    flex-wrap:wrap;
}

#helle_listing_form input, #helle_listing_form select{
    background-color:var(--e-global-color-secondary);
    border:initial;
    border-bottom:2px solid var(--e-global-color-accent);
    border-radius:0;
    padding-bottom:0;
    padding-left:0;
    padding-top:0;
}
#helle_listing_form ::placeholder{
    opacity:1 !important;
    color:#000;
}
#helle_listing_form input.date_picker{
    width:48%;
}

#helle_listing_form input#fecha_entrada{
    margin-right:2%;
}
#helle_listing_form input#fecha_salida{
    margin-left:2%;
}

#helle_listing_form .form_label{
    display:none;
}

@media screen and (max-width:767px){
    #helle_listing_form input.date_picker{
        width:100%;

    }
    #helle_listing_form input#fecha_entrada{
        margin-right:0;
    }
    #helle_listing_form input#fecha_salida{
        margin-left:0;
    }
    #helle_listing_form .form_label{
        display:block;
        width:100%;
        margin-top:15px;
    }
    
}
#helle_listing_form select{

    padding-top:0;
}
#helle_listing_form label{
    width:100%;
}

#helle_listing_form h6{
    width:100%;
    margin-top:15px;
    margin-bottom:5px;
}

#helle_listing_form button[type="submit"]{
    background-color:var(--e-global-color-accent);
    border-radius:0;
    width:100%;
    color:#fff;
    font-weight:700;
    font-size:25px;
    padding:8px;
    margin-top:10px;
}

#helle_listing_form ul{
    padding-left:0;
    margin-top:10px;
}
#helle_listing_form ul li{
    list-style: none;
    margin-bottom:10px;
}
#helle_listing_form ul li a{
    color:var(--e-global-color-accent);
}

.helle_habipack_description{
    background-color: #ededed;
    padding: 15px;
}

.helle_habipack_description h3.habipack_title{
    font-size:18px !important;
}

.helle_habipack_description h3{
    font-size:16px !important;
    font-weight:700;
}

.helle_habipack_description ul{
    font-size:12px;
}
.helle_habipack_description ul li{
    list-style:initial;
    list-style-type: disc;
}

.custom-tooltip-styling{
    max-width:280px;
    background-color:#fff;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    z-index: 9;
    padding:15px;
    border-radius:3px;
}

#habitacion_completa{
    width:100%;
    display:block;
}