.ficha_caravana h1 {
    color: #000;
    font-size: 2.3em;
    font-weight: 600;
    padding-bottom: 10px;
}

.ficha_caravana h2 {
    color: #000;
    font-size: 1.7em;
    font-weight: 600;
    padding-bottom: 15px;
}

.botones_ficha .btn {
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: 0px;
    margin-top: 5px;
    padding: 10px;
}

.zonas_ficha {
    padding-bottom: 5px;
    padding-top: 50px;
}

.ficha_caravana .detalle {
    font-weight: 600;
    color: #000;
    padding-bottom: 6px;
}

.ficha_caravana .detalle span {
    font-weight: 500;
    color: #666;
}

.bloque_caracteristicas {
    display: grid;
    grid-template-columns: 50% 50%;
}

.bloque_caracteristicas .caracteristica {
    display: grid;
    grid-template-columns: 36px auto;
    align-items: center;
    padding-bottom: 7px;
}

.bloque_caracteristicas .caracteristica_sin_img {
    padding-bottom: 7px;
}

.bloque_caracteristicas .caracteristica img {
    padding-right: 6px;
    font-size: 1.1em;
}

.ficha_caravana .relleno_columna_dcha {
    background-color: #efefef;
    padding: 30px;
}

.ficha_caravana .columna_dcha .tabla_precios {
    display: grid;
    grid-template-columns: auto 90px;
    align-items: center;
    color: #333;
    padding: 20px 5px;
    border-bottom: 1px dotted #666;
}

.ficha_caravana .columna_dcha .tabla_precios .precio {
    text-align: right;
}

.ficha_caravana .columna_dcha .tabla_precios .texto, .ficha_caravana .columna_dcha .tabla_precios .precio {
    padding-bottom: 7px;
}


.ficha_caravana .columna_dcha .tabla_precios_resultado {
    display: grid;
    grid-template-columns: auto 90px;
    align-items: center;
    color: #000;
    padding: 10px 5px;
    font-weight: 600;

}

.ficha_caravana .columna_dcha .tabla_precios_resultado .precio {
    text-align: right;
}


.ficha_caravana .btn_corporativo.reservar {
    color: #000 !important;
}

.ficha_caravana .texto_cancelacion {
    font-size: 0.9em;
    background-color: #bbb;
    color: #000;
    padding: 15px;
    margin-top: 40px;
}

.ficha_caravana .btn_corporativo.galeria {
    color: #000 !important;
    margin-top: 15px;
    text-transform: lowercase;
}


/*-----------------------------calendario ficha ---------------------------*/

.datepicker table tr td.day { color: #333;}

.datepicker table tr td.today {
    color: #000;
    background-color: #efefef;
    border-color: #efefef;
}


.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #ED0E06;
    cursor: default;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #a5af31;
    border-color: #c4cf3d;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #a5af31;
    border-color: #c4cf3d;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #a5af31;
    border-color: #c4cf3d;
}

.datepicker table tr td, .datepicker table tr th {
    text-transform: uppercase;
    font-weight: 600;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    color: #000;
    font-weight: 700;
    font-size: 1.2em;
}

.datepicker table tr th.dow {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .bloque_caracteristicas {
        display: grid;
        grid-template-columns: 100%;
    }

    .ficha_caravana h1 {
        font-size: 1.7em;
    }

    .ficha_caravana h2 {
        font-size: 1.4em;
    }

    .zonas_ficha {
        padding-top: 30px;
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {


}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {


}
 
 


