#ficha2 {margin: 20px 0;}

/* Page Header */
#ficha2 .page-header small {display: block;padding-top: 5px;color: #656D78;font-size: large;}
#ficha2 .page-header small:empty {display: none;}


/* Facilidades */
#facilidades .list-group-item {padding-bottom: 0;}
#facilidades .list-group-item .list-group-item-heading {font-weight: 600;border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: 10px;}
#facilidades .list-group-item .list-group-item-text .row {margin-left: 0px;margin-right: -10px;}
#facilidades .list-group-item .list-group-item-text .row > div {position: relative;padding-left: 20px;padding-right: 10px;line-height: 20px;margin-bottom: 10px;}
#facilidades .list-group-item .list-group-item-text .row > div > .fa {position: absolute;left: 4px;top: 0px;}

/* Saldias */
#salidas table.table {}
#salidas table.table .list-inline {margin-bottom: 0;padding-left: 5px;}
#salidas table.table .list-inline > li {padding-left: 0; cursor: default;}
#salidas table.table .list-inline > li .badge {padding: 7px 5px;font-size: 15px;margin-bottom: 8px;min-width: 32px;line-height: 18px;font-weight: normal;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
#salidas table.table tbody tr td {padding-bottom: 0;}

/* Galeria */
#salidas #galeria {margin: 40px 0 0;}

/* Tags */
#ficha2 #tags { margin: 5px 0; }

#ficha2 #tags.collapse {display: block; height: 35px;min-height: 35px; visibility: visible; overflow: hidden; position: relative; padding-right: 20px;}
#ficha2 #tags.collapse.in {height: auto;}

#ficha2 #tags > ul {margin: 0;}
#ficha2 #tags > ul > li {padding: 4px 7px 4px 0;}
#ficha2 #tags > ul > li > a {  position: relative;text-decoration: none; border-radius: 3px;display: inline-block; background: #ffffff;padding: 4px 10px;font-size: 13px;color: #333; border: solid 1px #ccc;}
#ficha2 #tags > ul > li > a:hover { background: #333333; }
#ficha2 #tags > ul > li > a:active { background: #333333; }

#ficha2 #tags > ul > li:first-child {padding: 6px 7px 6px 0; color: #333333;}
#ficha2 #tags > a { position: absolute; right: 0; top: 5px; font-size: 20px; color: #2c3e50; text-decoration: none;}
#ficha2 #tags.collapse.in > a > .fa { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

/* Tarifas */
#ficha2 #tarifas .panel > .table {}
#ficha2 #tarifas .panel > .table > tbody > tr > th,
#ficha2 #tarifas .panel > .table > tbody > tr > td {vertical-align: middle; line-height: 15px;}

#ficha2 #tarifas .panel > .table > tbody > tr > th {text-align: center;}

#ficha2 #tarifas .panel > .table > tbody > tr > td.vigencias {font-family: monospace;}

#ficha2 #tarifas .panel > .table > tbody > tr > td ul.list-inline.hoteles {margin-bottom: 0;font-size: 12px;color: #ccc;}
#ficha2 #tarifas .panel > .table > tbody > tr > td ul.list-inline.hoteles > li {}

#ficha2 #tarifas .panel > .table > tbody > tr > td .btn-modal-descripcion {margin-left: auto; text-align: right; line-height: 13px; font-size: 11px;}

#ficha2 #tarifas .panel > .table > tbody > tr > td.precio {font-family: monospace;}
#ficha2 #tarifas .panel > .table > tbody > tr > td.precio > .tarifa {}
#ficha2 #tarifas .panel > .table > tbody > tr > td.precio > .original {font-size: 11px;color: #ccc;}

@media print {
    #ficha2 table.table > tbody > tr > th.visible-print {display: table-cell;}
}



/* =========================
GENERAL
========================= */


.page-header{
    border:0!important;
    margin:0 0 18px 0!important;
    padding:0!important;
}

/* =========================
TITULO PRINCIPAL
========================= */

.page-header h1{
    font-size:42px;
    line-height:1.1;
    font-weight:800;
    margin:0 0 15px;
}

.ficha-producto #bajada {
    font-size: 16px;
    padding: 20px 0 30px 0;
}

/* =========================
TITULOS DE SECCION
========================= */

.page-header h3,
.page-header h4{
    background:#333333;
    color:#fff;
    padding:12px 16px;
    border-radius:7px;
    margin:0;
    font-size:18px;
    font-weight:700;
}

/* =========================
CARDS
========================= */

.panel-wrapper,
.aside-wrapper,
.panel-central,
.panel.panel-default{
    background:#fff;
    border:none!important;
    border-radius:16px;
    box-shadow:0 2px 12px rgba(0,0,0,.1);
    padding:20px;
    margin-bottom:22px;
}

/* =========================
GALERIA
========================= */

.panel img,
.galeria img{
    width:100%;
    display:block;
    border-radius:14px;
}

/* =========================
LEAD INFO
========================= */

.lead{
    font-size:18px;
}

.lead ul{
    margin:0;
    padding:0;
}

.lead li{
    margin-bottom:0px;
}

.lead li a {
    color: #333333;
}

.panel-wrapper .hidden-print p {
    text-align: center;
}

/* =========================
BOTON WHATSAPP
========================= */

.btn-whatsapp{
    display:inline-block;
    width: auto;
    min-width: 380px;
    max-width:100%;
    background:#2dcc63;
    color:#fff!important;
    border-radius:10px;
    text-align:center;
    padding:13px 50px;
    font-weight:700;
    text-decoration:none!important;
    transition:.2s;
    font-size: 18px;
    height: 50px;
}

.btn-whatsapp:hover{
    opacity:.92;
}

/* =========================
BOTON CONSULTAR
========================= */

.btn-consulta {
    display: inline-block;
    width: auto;
    min-width: 380px;
    max-width: 100%;
    background:var(--primary);
    border:none!important;
    color:#fff!important;
    border-radius:10px!important;
    padding:13px 50px!important;
    font-weight:700!important;
    transition:.2s;
    font-size: 18px;
    height: 50px;
    margin-top: 10px;
}

.btn-consultar:hover{
    opacity:.92;
}

/* =========================
BOTONES SHARE
========================= */

.btn-toolbar-share {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
    margin-left: 0!important;
}

.btn-toolbar-share .btn-group a {
    border: none !important;
}

.btn-toolbar .btn{
    background:#fff!important;
    border:1px solid #ddd!important;
    color:#333333!important;
    box-shadow:none!important;
}

.btn-toolbar>.btn-group {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 0;
}

ul.list-inline.categorias a {
    color: #333333;
    font-size: 18px;
}

.btn-toolbar .btn:first-child {
    border-radius: 6px 0 0 6px;
}

.btn-toolbar .btn:last-child {
    border-radius: 0px 6px 6px 0;
}

.btn-toolbar .btn:hover{
    background:#f7f7f7!important;
    color:#333!important;
}



/* =========================
BUSCADOR
========================= */

.btn-buscar{
    display:inline-block;
    width: auto;
    min-width: 400px;
    max-width: 100%;
    background:var(--primary);
    color:#fff!important;
    text-align:center;
    padding:13px 50px;
    border-radius:10px;
    text-decoration:none!important;
    font-weight:700;
    height: 50px;
    font-size: 18px;
}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

    .page-header h1{
        font-size:30px;
    }

    .panel-wrapper,
    .aside-wrapper,
    .panel-central,
    .aside-panel,
    .panel.panel-default{
        padding:16px;
    }

}

.panel-central .list-group-item {
    border: none;
    border-bottom: solid 1px #ddd!important;
    background-color: transparent!important;
}

.btn-archivo {
    margin-bottom: 5px;
}
.wrapper-botones {
    text-align: center;
    padding: 20px 0 40px 0;
}


#tarifas .panel-heading {
    border: none;
}

#tarifas .panel-heading li, #tarifas .list-group-item.tarifa-datos .col-xs-12 {
    margin-bottom: 5px!important;
}

#tarifas .list-group-item.tarifa-datos {
    border: none!important;
}

#tarifas .list-group-item.list-group-item-precios.active {
    margin-top: 20px;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

#tarifas .list-group-item.list-group-item-precios {
    font-size: 16px;
}

#tarifas .btn-tarifa {
    display: block;
    background: var(--primary);
    color: #fff !important;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    margin: 10px auto auto;
}

/* =========================
DESTACADOS
========================= */

.item-destacado-manual img{
        height: 230px;
        background-size: cover;
        background-position: top center;
        border-radius: 15px 15px 0 0;
        object-fit: cover;
    }

    .item-destacado-manual:first-child {

    }

    .item-destacado-manual .caption h5{
        font-size: 18px!important;
        color: #333333;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 50px;
        line-height: initial;
        padding: 5px 0px;
        font-weight: 700;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .item-destacado-manual{
        height: 450px;
        background-color: #fff;
        box-shadow:0 2px 12px rgba(0,0,0,.1);
        border-radius: 15px!important; 
        margin-bottom: 30px;
        padding: 0;
        border: none!important;
    }

    .item-destacado-manual:hover{
        box-shadow:0 2px 12px rgba(0,0,0,.2);
    }

    .item-destacado-manual .caption {
        padding: 25px!important;
        height: 220px;
    }

    
    .item-destacado-manual a:hover{
        text-decoration: none;
    }
    

    .item-destacado-manual .extras_icons {
        display: flex;
        align-items: flex-start;
        height: 70px;
        gap: 10px
    }
    .item-destacado-manual .c_icons {
        display: flex;
        flex-direction: column;
        font-size: 11px;
        justify-content: center;
        align-items: center;
    }
    .item-destacado-manual .c_icons .fa {
        color: var(--primary);
        font-size: 14px!important;
    }
    .item-destacado-manual .extra-icons-text {
        color: #333;
    }
    

    .info-cont-dest-manual3{
        text-align: left;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .item-destacado-manual .caption .text-muted {
        color: #fff;
        background-color: var(--primary);
        font-weight: 300;
        font-size: 12px;
        padding: 5px 10px;
        margin: 0;
        display: inline-block;
        height: 30px;
        position: absolute;
        top: 200px;
    }

    .precio-manual{
        color: #333333;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        width: 100%;
    }

    .tarifa-manual{
        font-size: 21px;
        font-weight: 700;
        color: var(--primary);
    }

    .btn_verMas_manual {
        text-align: center;
        color: var(--primary);
        border: solid 1px var(--primary);
        padding: 8px 20px;
        border-radius: 50px;
        font-weight: 600;
    }

    .destacados-tag p {
        position: absolute;
        top: 15px;
        left: 10px;
        width: calc(100% - 20px);
        background-color: var(--primary);
        color: #ffffff;
        z-index: 9;
        padding: 5px 10px;
    }
    .panel-wrapper.buscar {
        padding: 40px!important;
        text-align: center;
        font-size: 18px;
        margin-top: 30px;
    }
    .panel-wrapper.buscar p {
        margin-bottom: 20px;
    }

    /* Botones de compartir en ficha inmersivo */
    .btn-toolbar-share {
        display: inline-flex;
        gap: 4px;
        align-items: center;
    }
    .btn-toolbar-share .btn-group .btn {
        width: 32px;
        height: 32px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1;
        opacity: 0.9;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }
    .btn-toolbar-share .btn-group .btn:hover {
        opacity: 1;
        transform: translateY(-1px);
    }
    .btn-toolbar-share .btn-group .btn i {
        font-size: 14px;
    }

    /* Tags en ficha inmersivo */
    #tags {
        margin-top: 10px;
    }
    #tags .list-inline {
        margin-bottom: 0;
    }
    #tags .tag-link {
        display: inline-block;
        padding: 4px 10px;
        background: #f5f5f5;
        border-radius: 14px;
        font-size: 12px;
        color: #555;
        text-decoration: none;
        transition: background 0.2s ease;
    }
    #tags .tag-link:hover {
        background: #e6e6e6;
        color: #222;
    }

    #tags {
        margin-bottom: 40px !important;
    }