:root {
    --brand-primary-1: #EBE5F5;
    --brand-primary-2: #A780FF;
    --brand-primary-3: #534de6;
    --brand-primary-4: #270570;
    --title-color-1: #7460ee;
    --price-color: #353535;
    --taxes-color: #7460ee;
    --buton-color-1: #792bf7;
    --brand-secondary-1: #6CE0CA;
    --brand-secondary-2: #FB8478;
    --brand-secondary-3: #FA503F;
    --brand-secondary-4: #6CE0CA;
    --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;
}

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

.logo {
    height: 120px;
}

.logo-icon {
    height: 50px;
}

.f-s-6 { font-size: 6px !important; }
.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; }
.f-s-12 { font-size: 12px !important; }

.f-s-6r { font-size: 0.6rem !important; }
.f-s-7r { font-size: 0.7rem !important; }
.f-s-8r { font-size: 0.8rem !important; }
.f-s-9r { font-size: 0.9rem !important; }
.f-s-1r { font-size: 1rem !important; }
.f-s-11r { font-size: 1.1rem !important; }
.f-s-12r { font-size: 1.2rem !important; }

.requerido {
    color: red;
}

.form_actions {
    margin-top: 32px;
}

.seleccionable:hover {
    background: #6BDECA;
    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;
}

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;
    color: var(--title-color-1);
}

.border-custom {
    border-color: var(--buton-color-1) !important;
    border-bottom-left-radius: 0.8rem !important;
    /*border-radius: 0 20px 20px 20px !important;*/
    /*padding: 15px;*/
    /*box-shadow: 2px 2px var(--brand-primary-2);*/
}

.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);
}

.card-info {
    background: var(--brand-primary-3);
    border-color: var(--brand-primary-3);
}

.alert-primary {
    color: var(--brand-primary-3);
    background-color: var(--brand-secondary-1);
    border-color:  var(--brand-secondary-1);
}

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

.wrapper-action {
    height: 100%;
}

.item-dispo .fas {
    color: var(--brand-primary-3);
}

.item-dispo .price {
    color: var(--brand-primary-3);
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.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-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: #6BDECA;
}

.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_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;
}

.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 var(--brand-secondary-1);*/
    padding: 10px;
}

.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: #6BDECB;*/
}

.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: #6BDECB;
    border-color: #6BDECB;
}

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

.btn-secondary:focus {
    color: #fff;
    background-color: #6BDECB;
    border-color: #6BDECB;
}

.btn-success:hover {
    color: #ffffff !important;
    background-color: #6BDECB;
    border-color: #6BDECB;
}

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

.btn-success:focus {
    color: #fff;
    background-color: #6BDECB;
    border-color: #6BDECB;
}

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

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

.w-100 {
    width: 100%;
}

.c-blue {
    color: var(--brand-primary-3);
}

.c-black {
    color: #000000;
}

.c-gold {
    color: rgb(255, 178, 43);
}

.c-gray {
    color: gray;
}

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

.box-title {
    border-radius: 0 0 50px 0;
    margin-right: 20px;
    padding: 5px;
    font-weight: bold;
    background-color: var(--brand-primary-3);
    color: #ffffff;
}

.main-card-promo {    
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.border-medium {
    border-width: medium;
}

.album .card {
    /*height: 100%;*/
}

.album .el-card-item {
    background-color: var(--brand-secondary-1);
    /*background-image: url('../img/tb-box-4.png');*/
    height: 200px;
}

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

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

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

.tb-color {
    color: var(--brand-primary-3);
}

/*
.pac-item:hover {
    background-color: #1E88E5;
}
*/



/* CONTENEDOR GENERAL (fondo azul) */
.header-container {
    background: linear-gradient(135deg, var(--brand-primary-3), #1e3c72);
}

.header-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 300px;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, white, transparent);
    z-index: 1;
}

/* BLOQUE SUPERIOR DERECHO */
.header-top-info {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    color: var(--color-white);
    font-size: 14px;
    line-height: 25px;
}

/* CONTENIDO INTERNO */
.background-overlay {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
}

/* BLOQUE IZQUIERDO (LOGO BLANCO CON CURVA) */
.background-logo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    background: var(--color-white);
    border-radius: 0 120px 120px 0;
    padding: 0 40px;
}

/* extensión visual */
.background-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px; /* extiende hacia la izquierda */
    width: 200px;
    height: 100%;
    background: var(--color-white);
}

/* OPCIONAL: SUAVIZAR BORDE ENTRE BLANCO Y AZUL */
.header-container::after {
    display: none;
}

.icon-discount {
    background: var(--brand-secondary-1) !important;
    color: var(--brand-primary-1) !important;
}

/* Desktop por defecto */
.logo-mobile {
    display: none;
}

.logo-desktop {
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }
}



.navbar-header {
    /*margin-right: 15%;*/
    /*background: var(--brand-primary-3);*/
    /*background: linear-gradient(to right, #534de6 0%, #002032 100%);*/
    /*background-color: #534DE6;*/
    /*border-radius: 0 0 0 15px;*/
}

.navbar-collapse {
    /*background: var(--brand-secondary-1);*/
    color: var(--color-white);
    padding: 10px 10px;
    /*border-radius: 0 0 0 40px;*/
     background: linear-gradient(to left, #534de6 0%, #002032 100%, #534de6 100%);
    border-radius: 0 0 0 40px;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
    color: var(--color-white);
}

.navbar-expand-md .navbar-nav {
    justify-content: end;
}

.topbar .top-navbar {
    padding: 0;
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 14px;
    line-height: 30px;
}

.navbar {
    align-items: flex-start;
}

.topbar {
    background: var(--color-white);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-top-navbar {
    min-height: 0 !important;
}

.card-todobuzios {
    background-color: var(--brand-secondary-1);
}
.card-todobuzios .card-body {
    padding: 0.5rem 0.5rem 0 0.5rem;
}
.sidebar-nav ul li a {
    border-radius: 50px;
}
.sidebar-nav > ul > li.active > a {
    border-radius: 0 50px 50px 0;
}

/* menu */
.sidebar-nav ul li a {
    color: var(--brand-primary-3);
}
.sidebar-nav ul li a:hover {
    color: var(--color-white);
}
i, .sidebar-nav > ul > li > a i {
    color: var(--brand-primary-3);
}
i, .sidebar-nav > ul > li > a:hover i {
    /*color: var(--color-white);*/
    color: #534de6;
}

/* aside */
aside.menu {
    border-radius: 50px 50px 0 0; 
    background-color: rgba(255, 255, 255, 0.8); 
    margin-top: -100px;
}

/* form check and radio style */
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 2px solid #67757c;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    border: 2px solid #67757c;
}

.icon-social-media {
    display: inline-flex;
    background: white;
    border-radius: 50%;
    /*width: 25px;*/
    text-align: center;
    margin-left: 10px;
    padding: 5px 6px;
}

.icon-social-media.youtube {
    padding: 5px 5px !important;
}

.bg-gray {
    background-color: #EAEAEA;
}

.carousel-inner {
    border-radius: 0 0 0 5% !important;
}

.item-price-wrapper {
    height: 100%;
    /*margin: 10px 0;*/
    padding: 5px;
    border-left: 1px solid var(--title-color-1);
}

.price-top {
    color: var(--title-color-1);
    font-weight: bold;
    text-align: center;
}
.li-price {
    color: var(--price-color);
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
}
.li-text {
    color: var(--price-color);
    font-weight: bold;
    text-align: center;
    font-size: 1em;
}
.li-taxes {
    color: var(--taxes-color);
    text-align: center;
    font-size: 0.8em;
}
.btn-dispo {
    color: #fff;
    background-color: var(--buton-color-1);
    border-color:var(--buton-color-1);
    bottom: 0;
}
.btn-dispo:hover {
    color: #fff;
}
.btn-map {
    color: #fff;
    background-color: var(--title-color-1);
    border-color:var(--title-color-1);
    bottom: 0;
}
.btn-map:hover {
    color: #fff;
}
.ribbon {
    border-radius: 0 0 50px 0;
    background: var(--title-color-1);
}
.ribbon-bookmark:before {
    border: none;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(220,220,248,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(220,220,248,1);
    box-shadow: 0px 0px 10px 5px rgba(220,220,248,1);
}
.bg-black {
    background-color: #000;
}

.fs-7em {
    font-size: 0.7em;
}
.fs-8em {
    font-size: 0.8em;
}
.fs-12px {
    font-size: 12px !important;
}

/* Botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
}
.whatsapp-float:hover img {
    transform: scale(1.1);
}

.ti-angle-left:before {
    color: #fff;
}
.ti-angle-right:before {
    color: #fff;
}

.main-banner {
    background-image: url('/public/img/banners/banner-1.png');
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    height: 350px;
}

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

@media only screen and (min-width: 767px) and (max-width: 1440px) {
    .navbar-header {
        margin-right: 0px;
    }

    .nav-item-header {
        font-size: 12px;
    }

    .main-banner {
        background-size: contain;
    }
}

/* Mobile version */
@media only screen and (max-width: 767px) {
    .top-navbar-header, .navbar-header {
        display: none !important;
    }

    .top-navbar-collapse {
        width: 100%;
        overflow-x: auto;
        border-radius: unset;
    }

    .top-navbar-element {
        display: none !important;
    }    

    .navbar-logo {
        display: flex !important;
    }

    .topbar .top-navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow-x: auto;
        border-radius: unset;
    }

    .text-search-category {
        display: none !important;
    }

    .main-container {
        width: 100% !important;
    }

    .input-ocupation {
        margin-left: 15px;
    }

    .main-banner {
        background-size: contain;
    }
}