body{
    background: #0006 !important;
    font-family:var(--body-font-family) !important;
}

.style-tramo{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.img-iconos{
    width: 16px;
    height: auto;
}

.detail.ellipsis-container .ellipsis {
    font-size: 0.82em;
}

span.ellipsis > span >strong.no-ac{
    color: red;
}

.search-wrap .form-control {
    height: 50px !important;
}

.search-wrap .select2-container .select2-selection--multiple, .search-wrap .select2-container .select2-selection--single{
    height: 50px !important;
}

#nacionalidad {
    margin-bottom: 0px !important;
}

/* HOTEL */
.menu {
    position: absolute;
    width: 100%;
    display: none;
    min-height: 165px; /* Ocultar el menú por defecto */
    overflow: hidden; /* Ocultar el contenido que excede el max-height */
    margin-top: 10px;
    padding: 0 10px; /* Espaciado horizontal */
    border: 1px solid #ccc;
    background-color: #fff;
    transition: max-height 0.5s ease, padding 0.5s ease; /* Transición suave para max-height y padding */
}

.menu.show {
    z-index: 999;
    display: block;
    /*min-height: 200px;*/   /* Ajusta este valor según el contenido */
    padding: 10px; /* Añadir espaciado cuando se muestra */
}

.form-control.input-rooms{
    height: 35px !important;
}

.btn-circle {
    height: 36px !important;
    width: 36px !important;
    border-radius: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.input-group {
    width: 200px;
    margin-left: 25px;
}
*/

#total_habitacion{
    height: 36px !important;
    font-size: 1.2em;
    background: transparent;
    border: 0px;
}

#btn_minus:disabled, #btn_plus:disabled{
    color: #000;
    background: #ddd !important;
    border: 0px;
}

.section-rooms{
    /*
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    */
    border-radius: 5px;
}

.section-rooms-min{
    height: auto;
    width: 300px;
    z-index: 9;
}