:root {
    --brand-primary-1: #EBE5F5;
    --brand-primary-2: #A780FF;
    --brand-primary-3: #4300D2;
    --brand-primary-4: #270570;
    --title-color-1: #3c3fa3;
    --brand-secondary-1: #FFE3E0;
    --brand-secondary-2: #FB8478;
    --brand-secondary-3: #FA503F;
    --brand-secondary-4: #E12B19;
    --brand-tertiary-1: #ECFDF9;
    --brand-tertiary-2: #CBF6EC;
    --brand-tertiary-3: #ADEDDD;
    --brand-tertiary-4: #62C1A3;
    --color-black: #000000;
    --color-neutral-100: #F2F4F5;
    --color-neutral-300: #DDE1E8;
    --color-neutral-400: #C0C4CC;
    --color-neutral-600: #767E89;
    --color-neutral-700: #545962;
    --color-neutral-800: #343A3D;
    --color-white: #FFFFFF;
    --color-info-100: #E7F1FF;
    --color-info-300: #95C5FF;
    --color-info-500: #3F95FA;
    --color-info-900: #1C63B6;
    --color-success-100: #E6FBF4;
    --color-success-300: #8FE3C6;
    --color-success-500: #03A691;
    --color-success-900: #007D6D;
    --color-warning-100: #FFF0E1;
    --color-warning-300: #FFC286;
    --color-warning-500: #FA8E04;
    --color-warning-900: #A85F14;
    --color-error-100: #FFEBE8;
    --color-error-300: #FF9D8F;
    --color-error-500: #FA503F;
    --color-error-900: #A43424
  }
  
  :root {
    --eva-loyalty-primary-700: #F04A51;
    --eva-loyalty-primary-500: #FF5C63;
    --eva-loyalty-primary-300: #FF7A80;
    --eva-loyalty-primary-100: #FFF1F2;
    --eva-loyalty-secondary-500: #FAE74B;
    --eva-loyalty-secondary-300: #FFF288;
    --eva-loyalty-secondary-200: #FFF5AB;
    --eva-loyalty-secondary-100: #FFFBDB;
    --eva-loyalty-tertiary-900: #12101C;
    --eva-loyalty-tertiary-800: #1B182B;
    --eva-loyalty-tertiary-600: #353645;
    --eva-loyalty-tertiary-400: #535466;
    --eva-loyalty-quaternary-800: #897940;
    --eva-loyalty-quaternary-500: #E0CB82;
    --eva-loyalty-quaternary-300: #ECE0B4;
    --eva-loyalty-quaternary-100: #F9F5E6
  }

  /*
.light-blue {
    background: #ebf3f5;
    padding: 80px 0;
    position: relative;
    z-index: 10;
}
*/
.light-blue {
    padding: 40px 0;
}
@media (max-width: 768px) {
    .light-blue {
        padding: 20px 0;
    }
}


.sidebar-nav > ul > li {
    margin-bottom: 0;
}

.logo {
    height: 120px;
}

.logo-icon {
    height: 50px;
}

.f-s-10 {
    font-size: 10px;
}

.requerido {
    color: red;
}

.form_actions {
    margin-top: 32px;
}

.seleccionable:hover {
    background: #26c6da;
    transition: all 0.4s ease 0s;
}

.listado {
    list-style: none;
}

.dot-occuped {
    height: 10px;
    width: 10px;
    background-color: gainsboro;
    border-radius: 50%;
    display: inline-block;
    margin-left: 200px;
}

.card-body {
    padding: 0.5rem;
}

#search_results_table {
    color: #383838;
    background-color: #ffffff;
    font-size: small;
}

/*
.result-wrapper {
    margin-bottom: 100px;
}
*/
.result-wrapper {
    margin-bottom: 40px;
}
article.item_flex {
    margin: 8px 0;
    padding: 12px;
}


article.item_flex {
    margin: 16px 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

figure {
    margin: 0;
}

.item_flex .item-img {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item_flex .item-content {
    padding: 10px;
}

.item_flex .rooms-content {}

.item_flex .property_block_main_row {
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.item_flex .item_main_block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1;
}

.item_flex .item_id_block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: main-size;
    -ms-flex-preferred-size: main-size;
    flex-basis: main-size;
    width: auto;
    max-width: 45%;
}

.item_flex .item_result_id {
    float: right;
}

.item_flex p.item-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.item_flex .hotel_address_line,
.item_flex .hotel_address_line a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.item_flex .item_room_table {
    width: 100%;
    margin-top: 8px;
}

.item_flex .room_details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*clear: both;*/
}

.item_flex .room_details .details_list,
.modal-content .modal-body .room-attr .details_list {
    list-style: none;
    padding: 0;
}

/*
.item-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
*/
.item-name, .item-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.room-subtitle {
    font-size: 0.85rem;
    color: var(--color-neutral-700);
    margin-bottom: 2px;
}

.border-custom {
    border-color: var(--color-neutral-400);
    border-radius: 0 5% 5% 5% !important;
}

.badge-success {
    background-color: var(--color-success-100);
    color: var(--color-success-900);
}

.badge-warning {
    background-color: var(--color-warning-100);
    color: var(--color-warning-900);
}

.badge-error {
    background-color: var(--color-error-100);
    color: var(--color-error-900);
}

.badge-info {
    background-color: var(--color-info-100);
    color: var(--color-info-900);
}

.badge-secondary {
    background-color: var(--color-neutral-100);
    color: var(--color-neutral-900);
}

.text-small {
    font-size: 85%;
}
.text-cp {
    font-size: 80%;
}

.wrapper-action {
    height: 100%;
}

.item-dispo:nth-child(odd), .item-more-wrapper {
    background-color: var(--color-neutral-100);
}

.roomName_flex {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*padding-right: 32px;*/
}

.roomPrice_flex {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.roomPrice_flex {
    width: auto;
    min-width: 170px;
}

.item_flex .item-price-info {
    font-size: 12px;
}

/*
.item_flex .item-price-value {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #383838;
}
*/
.item_flex .item-price-value {
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 768px) {
    .item_flex .item-price-value {
        font-size: 16px;
        line-height: 22px;
    }
}

.item_flex .item-taxes-and-fees-under-price {
    font-size: 12px;
    color: #707070;
    font-weight: 400;
}

.item_flex .item-price-actions {
    /*padding: 10px 0;*/
}

.item_flex .fas,
.item_flex .fas {
    color: #26c6da;
}

.item_flex .fas.fa-cart-plus,
.item_flex .fas.fa-cart-plus {
    color: #ffffff !important;
}

i.fas.fa-cart-plus
/* select 2 */

.select2-container {
    display: inline !important;
}

.oculto {
    display: none;
}

.room_wrapper {
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.room_wrapper {
    gap: 12px;
    flex-wrap: wrap;
}
.room_info, .room_price {
    flex: 1 1 100%; /* que se apilen en mobile */
}
@media (min-width: 768px) {
    .room_info, .room_price {
        flex: 1;
    }
}

.room_info,
.room_price {
    /*min-height: 50px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.room_price {
    text-align: center;
}
.room_price .btn {
    width: 100%;
    margin-top: 6px;
}


.rooms.striped div.room_wrapper:nth-of-type(2n+1) {
    background-color: #dddddd;
}

.left-aside .filters {
    font-size: 0.75em;
}

.filters-wrapper .filter-option {
    border-bottom: 2px solid #534de6;
    padding: 5px;
}

.selected_filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    /*align-items: center;*/
}

.selected_filters a,
.selected_filters span {
    margin-right: 5px;
    margin-bottom: 5px;
}

.form_wrapper {
    display: flow-root;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.marca-login {
    max-width: fit-content;
    margin: auto;
    display: grid;
}

.m-l-20 {
    margin-left: 20px;
}

.f-s-7 { font-size: 7px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }

.badge-green {
    background-color: #28a745;
    color: white;
}
.badge-grey {
    background-color: hsla(0, 0%, 91%, 0.847);
    color: red;
}

h1, h2, h3, h4, h5, h6, i {
    /*color: #f62d51;*/
}

.badge-green>i, .badge-warning>i, .badge-primary>i, .badge-danger>i, .badge-info>i,
.btn-green>i, .btn-warning>i, .btn-primary>i, .btn-danger>i, .btn-info>i {
    color: white;
}

.customtab2 li a.nav-link.active>i {
    color: white;
}

.row-selected {
    background-color: #f2f4f8;
}

/* acction butons*/
.btn-secondary:hover {
    color: #ffffff !important;
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-secondary:hover i {
    color: #ffffff !important;
}

.btn-secondary:focus {
    color: #f62d51;
}

/* footer */
.front-wrapper .footer {
    left: 0;
}

.not-showing {
    display: none !important;
}

.w-100 {
    width: 100%;
}

.c-blue {
    color: #534de6;
}

.c-black {
    color: #000000;
}

.c-gold {
    color: gold;
}

.c-gray {
    color: gray;
}

/* detail */
.box-info {
    border-bottom: 1px solid #F2F4F5;
    padding: 5px;
}

/* checkout */
.form-check {
    padding-left: 0;
}

[type="checkbox"] + label {
    font-size: 1em;
}

/* API Places */
.pac-container {
    width: 500px;
}

.topbar {
    background: #534de6;
}

.alert-success {
    color: #4C62DA;
    background-color: #6BDECB;
    border-color: #6BDECB;
}