.datos_aviso {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.fondo_avisos .icono {
    font-size: 2em;
}

.titulo_aviso {
    margin-bottom: 5px;
    font-weight: 600;
}

.datos_aviso p:last-child {
    font-size: 0.8em;
}


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

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


.proceso_reserva .titular_acordeon {
    text-align: left !important;
    border: none;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 0px;
    margin-top: 8px;
}

.proceso_reserva .titular_acordeon.collapsed:after {

    content: "\f303";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.proceso_reserva .titular_acordeon:after {

    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}


.proceso_reserva .titular_acordeon:focus {
    box-shadow: none !important;
}

.proceso_reserva .card-body {
    background-color: #efefef;
}

.proceso_reserva .form-group {
    margin-bottom: 5px;
}

.proceso_reserva .caja_seguro {
    background-color: #ddd;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.proceso_reserva .caja_seguro .form-check label {
    color: #333;
}

.proceso_reserva .caja_seguro .form-check label b {
    color: #333;
    font-size: 1.2em;
    font-weight: 600;
}

.proceso_reserva .fila_extras {
    display: grid;
    grid-template-columns: 85% 15%;
    margin-bottom: 20px;
    align-items: center;
}

.proceso_reserva .fila_extras .cantidad {
    float: right;
}

.fila_extras .titulo_extra {
    color: #333;
    font-weight: 600;
}

.fila_extras .incluye_extra {
    color: #333;
    font-size: 0.8em;
    line-height: 110%;
}


.proceso_reserva .fila_extras .custom-quantity-input {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.proceso_reserva .fila_extras .custom-quantity-input input {
    height: 100%;
    width: 100%;
    border: none;
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    background-color: transparent !important;
}

.proceso_reserva .datos_resultado_reserva {
    color: #000;
    font-size: 0.9em;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
}

.proceso_reserva, .datos_resultado_reserva .caravana, .datos_resultado_reserva .personas {
    font-weight: 600;
}

.datos_resultado_reserva .personas i {
    padding-right: 5px;
}

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

.proceso_reserva .tabla_precios {
    display: grid;
    grid-template-columns: auto 80px;
    align-items: center;
    color: #333;
}

.proceso_reserva .precio {
    text-align: right;
    font-weight: 600;
    color: #000;
}

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

.columna_dcha {
    position: sticky;
    top: 0;
}

.proceso_reserva .tabla_precios_resultado {
    display: grid;
    grid-template-columns: auto 110px;
    align-items: center;
    color: #000;
    padding: 20px 5px;
    font-weight: 600;
    font-size: 1.2em;
    border-bottom: 1px dotted #666;

}

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

.proceso_reserva .area_resumen {
    padding: 20px 5px 15px 5px;
    border-bottom: 1px dotted #666;
    font-size: 0.9em;
}

.proceso_reserva .titulo_area_resumen {
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
}

.proceso_reserva .zona_cupon {
    padding-top: 20px;
}

.proceso_reserva .politica_resumen {
    margin: 10px 0px;
}

.proceso_reserva .politica_resumen .politica {
    font-size: 0.9em;
    color: #666;
}

.proceso_reserva .politica_resumen .politica:hover {
    color: #000;
}

.proceso_reserva .botones_proceso {
    margin-top: 30px;
}

.proceso_reserva .botones_proceso .btn {
    font-size: 0.9em;
    font-weight: 600;
}

.proceso_reserva .btn_presupuesto {
    background-color: #ccc;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 0.8em!important;
}

.proceso_reserva .btn_presupuesto:hover {
    background-color: #999;
}


/* .proceso_reserva  .modal-header{  padding: 15px 40px;}*/

.proceso_reserva .modal-title {
    font-weight: 600 !important;
    font-size: 1.3em;
}

.proceso_reserva .modal .form-control {
    margin-bottom: 15px;
    color: #333;
    background-color: #efefef;
}

.proceso_reserva .modal .form-control::placeholder {
    color: #333;
}

/*.proceso_reserva .modal .modal-body{ padding: 40px 20px;}*/
.proceso_reserva .modal .politica {
    color: #666;
    font-size: 0.9em;
}

.proceso_reserva .modal .politica:hover {
    color: #000;
}

.proceso_reserva .modal .modal-footer {
    display: block;
}

.proceso_reserva .recogida, .proceso_reserva .entrega{
    font-weight: normal;
}

.fecha_recogida, .hora_recogida, .sede_alquiler, .fecha_entrega, .hora_entrega{
    font-weight: bold;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .proceso_reserva h1 {
        font-size: 1.9em;
    }

    .proceso_reserva .titular_acordeon {
        font-size: 1em;
    }

    .proceso_reserva .caja_seguro {
        padding: 15px;
    }

    .datos_aviso {
        margin-bottom: 0px;
    }
}

/* 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) {
    .proceso_reserva .relleno_columna_dcha {
        margin-top: 61px;
    }

}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .proceso_reserva .relleno_columna_dcha {
        margin-top: 61px;
    }


}

