: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-green {
    color: var(--brand-secondary-1);
}

.c-white {
    color: #FFFFFF;
}

.c-black {
    color: #000000;
}

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

.c-gray {
    color: gray;
}

.bg-green {
    background-color: var(--brand-secondary-1);
}

/* 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;
    overflow: hidden;
    border-radius: 16px;
}

.main-card-promo img {
    border-radius: 16px;
}

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

label.search-main-label {
    font-size: .85rem;
}

.destination-suggestions-title {
    padding: 8px 12px 5px;
    color: var(--brand-primary-3);
    font-size: .75rem;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
}

.destination-option-icon {
    width: 18px;
    margin-right: 8px;
    color: var(--brand-primary-3);
    text-align: center;
}

.destination-option {
    font-size: .82rem;
}

.destination-option.ui-state-active .destination-option-icon,
.ui-menu-item:hover .destination-option-icon {
    color: var(--color-white);
}

/*
.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-header-strip {
    display: none;
}

.mobile-menu-toggle {
    border: 0;
    background: transparent;
    color: var(--color-white);
    cursor: pointer;
}

.mobile-menu-toggle:focus {
    outline: none;
}

.mobile-menu-toggle-line {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--color-white);
}

.mobile-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 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;
}

/* Menú de usuario */
.menu-profile {
    position: relative;
}

.menu-profile #dropdownMenuButton {
    display: inline-flex;
    min-width: 52px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px !important;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 14px rgba(24, 17, 82, .18);
    color: var(--brand-primary-3);
    line-height: 1;
    transition: background-color .2s ease, border-color .2s ease,
        box-shadow .2s ease, transform .2s ease;
}

.menu-profile #dropdownMenuButton i {
    color: var(--brand-primary-3) !important;
    font-size: .9rem;
}

.menu-profile #dropdownMenuButton::after {
    margin: 1px 0 0;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
    color: var(--brand-primary-3);
    transition: transform .2s ease;
}

.menu-profile #dropdownMenuButton:hover,
.menu-profile #dropdownMenuButton:focus,
.menu-profile #dropdownMenuButton[aria-expanded="true"] {
    border-color: var(--brand-secondary-1);
    background: var(--color-white);
    box-shadow: 0 8px 20px rgba(24, 17, 82, .24);
    color: var(--brand-primary-3);
    transform: translateY(-1px);
}

.menu-profile #dropdownMenuButton:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(108, 224, 202, .32),
        0 8px 20px rgba(24, 17, 82, .24);
}

.menu-profile #dropdownMenuButton[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.menu-profile .dropdown-menu {
    min-width: 220px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(83, 77, 230, .12);
    border-radius: 14px;
    background: var(--color-white);
    box-shadow: 0 16px 38px rgba(24, 17, 82, .2);
}

.menu-profile.show .dropdown-menu {
    animation: profile-menu-in .18s ease-out;
}

.menu-profile .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 9px;
    color: var(--color-neutral-700);
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.25;
    transition: background-color .18s ease, color .18s ease,
        transform .18s ease;
}

.menu-profile .dropdown-item[hidden] {
    display: none !important;
}

.menu-profile .dropdown-item i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--brand-primary-1);
    color: var(--brand-primary-3) !important;
    font-size: .78rem;
}

.menu-profile .dropdown-item:hover,
.menu-profile .dropdown-item:focus {
    background: var(--brand-tertiary-1);
    color: var(--brand-primary-4);
    text-decoration: none;
    transform: translateX(2px);
}

.menu-profile .dropdown-divider {
    margin: 6px 2px;
    border-color: var(--color-neutral-300);
}

.menu-profile .dropdown-item:last-child:hover,
.menu-profile .dropdown-item:last-child:focus {
    background: var(--color-error-100);
    color: var(--color-error-900);
}

.menu-profile .dropdown-item:last-child:hover i,
.menu-profile .dropdown-item:last-child:focus i {
    background: var(--color-error-100);
    color: var(--color-error-900) !important;
}

@keyframes profile-menu-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-profile #dropdownMenuButton,
    .menu-profile #dropdownMenuButton::after,
    .menu-profile .dropdown-item,
    .menu-profile.show .dropdown-menu {
        animation: none;
        transition: none;
    }
}

.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 {
    width: min(82%, 1640px);
    margin: 20px auto 0;
    padding: 18px 26px 16px;
    border-radius: 72px 72px 0 0;
    background-color: #f0f0f0;
    position: relative;
    z-index: 1;
}

aside.menu .sidebar-nav {
    padding: 0;
}

aside.menu #sidebarnav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

aside.menu #sidebarnav > li {
    margin: 0;
}

aside.menu #sidebarnav > li > a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border: 2px solid #534de6;
    border-radius: 999px;
    background: transparent;
    box-shadow: 0 3px 7px rgba(56, 56, 56, .18);
    color: #534de6;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

aside.menu #sidebarnav > li.active > a,
aside.menu #sidebarnav > li > a:hover,
aside.menu #sidebarnav > li > a:focus {
    border-color: #534de6;
    border-radius: 999px;
    background: #6b5ce7;
    color: #fff;
}

aside.menu #sidebarnav > li.active > a i,
aside.menu #sidebarnav > li > a:hover i,
aside.menu #sidebarnav > li > a:focus i {
    color: #fff;
}

@media (max-width: 767px) {
    aside.menu {
        width: 100%;
        margin-top: 10px;
        padding: 10px 12px;
        border-radius: 22px;
    }

    aside.menu .sidebar-nav {
        overflow-x: auto;
    }

    aside.menu #sidebarnav {
        width: max-content;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 8px;
    }

    aside.menu #sidebarnav > li > a {
        min-width: 46px;
        min-height: 42px;
        padding: 8px 13px;
    }
}

.main-container-over-banner aside.menu {
    margin-top: -50px;
}

/* 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;
}

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

.result-wrapper #view-list .result-card-gallery {
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.result-card-gallery .result-card-gallery-frame {
    position: relative;
}

.result-card-gallery .result-card-recommended-ribbon {
    top: 0 !important;
    left: 0 !important;
    z-index: 20 !important;
}

.result-wrapper #view-list .result-card-gallery .carousel,
.result-wrapper #view-list .result-card-gallery .carousel-inner {
    width: 100%;
}

.result-wrapper #view-list .results-item-container .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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) {
    .front-wrapper {
        padding-top: 64px;
    }

    .topbar {
        top: 0;
    }

    .header-container {
        position: relative;
        overflow: visible;
    }

    .header-main-row {
        min-height: 64px;
        margin-right: 0;
        margin-left: 0;
        align-items: stretch;
    }

    .background-logo {
        min-height: 64px;
        padding: 0 12px 0 8px;
        border-radius: 0 46px 46px 0;
    }

    .background-logo::before {
        left: -24px;
        width: 24px;
    }

    .logo-mobile {
        width: auto;
        max-width: 46px;
        max-height: 52px;
        height: auto;
        padding-left: 8px !important;
    }

    .mobile-header-actions-container {
        display: flex;
        min-height: 64px;
        align-items: center;
        justify-content: flex-end;
    }

    .desktop-header-nav {
        display: none !important;
    }

    .mobile-header-strip {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        padding: 0 14px 0 8px;
    }

    .mobile-whatsapp-link {
        display: inline-flex;
        min-width: 0;
        align-items: center;
        gap: 7px;
        color: var(--color-white);
        font-size: clamp(.76rem, 3.4vw, 1rem);
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

    .mobile-whatsapp-link:hover,
    .mobile-whatsapp-link:focus {
        color: var(--color-white);
        text-decoration: none;
    }

    .mobile-whatsapp-icon {
        display: inline-flex;
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--color-white);
    }

    .mobile-whatsapp-icon i {
        color: var(--brand-primary-3);
        font-size: 18px;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0;
    }

    .mobile-dropdown-menu {
        width: 100%;
        margin: 0;
        padding: 8px 16px 14px;
        background: #343A3D;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .mobile-menu-list a {
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid rgba(255,255,255,.55);
        color: var(--color-white);
        font-size: .86rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.25;
        text-align: right;
        text-transform: uppercase;
    }

    .mobile-menu-list a:hover,
    .mobile-menu-list a:focus {
        color: var(--brand-secondary-1);
        text-decoration: none;
    }

    .mobile-menu-list li:last-child a {
        border-bottom: 0;
    }

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

    .result-wrapper {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 42px;
    }

    .result-wrapper > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .result-search-wrapper {
        margin-bottom: 12px;
    }

    .result-search-wrapper .card-todobuzios {
        margin-top: 10px !important;
        border-radius: 8px;
        overflow: visible;
    }

    .result-search-wrapper .card-todobuzios .card-body {
        padding: 12px;
    }

    .result-search-wrapper .form-accomodation-search {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-top: 0 !important;
    }

    .result-search-wrapper .form-accomodation-search > .form-group {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: .65rem;
    }

    .result-search-wrapper .form-accomodation-search label {
        width: 100%;
        margin-bottom: 4px;
        font-size: .7rem;
    }

    .result-search-wrapper .form-accomodation-search .input-group {
        width: 100%;
    }

    .result-search-wrapper .form-accomodation-search .input-group-text,
    .result-search-wrapper .form-accomodation-search .form-control {
        min-height: 40px;
    }

    .result-search-wrapper .form-accomodation-search .input-ocupation {
        display: flex;
        align-items: center;
        margin-left: 0;
        padding: .25rem .5rem;
    }

    .result-search-wrapper .form-accomodation-search .select-rooms {
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    .result-search-wrapper .form-accomodation-search #destination,
    .result-search-wrapper .form-accomodation-search #dates {
        font-size: .72rem !important;
    }

    .result-search-wrapper .form-accomodation-search .btn-accomodation-search {
        width: 100%;
        min-height: 42px;
        font-size: 1rem;
    }

    .btn-results-filter-toggle {
        width: 100%;
        min-height: 40px;
        margin: 4px 0 12px;
        border-radius: 24px;
        font-weight: 600;
    }

    .btn-results-filter-toggle i {
        color: var(--color-white);
        margin-right: 6px;
    }

    .result-wrapper .filters-wrapper {
        margin-bottom: 14px;
    }

    .result-wrapper .filters-wrapper .filter-option {
        border-radius: 8px !important;
    }

    .result-wrapper .filters-wrapper .d-flex.justify-content-between {
        gap: 8px;
    }

    .result-wrapper .filters-wrapper .w-45 {
        flex: 1 1 0;
        width: auto !important;
    }

    .result-wrapper #view-list h3 {
        margin: 10px 0 12px;
        font-size: 1rem;
        line-height: 1.35;
    }

    .result-wrapper #view-list .results-item-container {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }

    .result-wrapper #view-list .results-item-container .box-shadow {
        overflow: hidden;
        border-radius: 8px !important;
        box-shadow: 0 4px 14px rgba(220, 220, 248, .85);
    }

    .result-wrapper #view-list .results-item-container .row {
        margin-right: 0;
        margin-left: 0;
    }

    .result-wrapper #view-list .results-item-container .carousel-item {
        height: 205px !important;
    }

    .result-wrapper #view-list .result-card-gallery .carousel-inner {
        border-radius: 8px 8px 0 0;
    }

    .result-wrapper #view-list .result-card-body {
        padding: 14px !important;
    }

    .result-wrapper #view-list .result-card-price {
        padding: 0 !important;
    }

    .result-wrapper #view-list .results-item-container .item-name-wrapper,
    .result-wrapper #view-list .results-item-container .item-links-wrapper {
        margin-left: 0 !important;
    }

    .result-wrapper #view-list .results-item-container .item-name {
        display: block;
        font-size: 1rem !important;
        line-height: 1.3;
    }

    .result-wrapper #view-list .results-item-container .star-rating {
        margin-top: 3px;
    }

    .result-wrapper #view-list .results-item-container .item-links-wrapper > div,
    .result-wrapper #view-list .results-item-container .item-links-wrapper > a {
        overflow-wrap: anywhere;
    }

    .result-wrapper #view-list .results-item-container .btn-compare {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px;
    }

    .result-wrapper #view-list .item-price-wrapper {
        height: auto;
        padding: 12px 12px 14px;
        border-top: 1px solid var(--title-color-1);
        border-left: 0;
        align-items: stretch !important;
    }

    .result-wrapper #view-list .item-price-wrapper .list-unstyled {
        margin-bottom: 8px;
    }

    .result-wrapper #view-list .item-price-wrapper .text-center,
    .result-wrapper #view-list .item-price-wrapper .btn-dispo {
        width: 100%;
    }

    .result-wrapper #view-list .item-price-wrapper .btn-dispo {
        display: inline-flex;
        min-height: 38px;
        align-items: center;
        justify-content: center;
        white-space: normal;
    }

    .result-wrapper #view-list .li-price {
        font-size: 1.35em;
    }

    .result-wrapper #view-list .item-dispo .wrapper-action {
        height: auto;
    }

    .result-wrapper #view-list .item-dispo .wrapper-action p {
        width: 100%;
        margin-bottom: 0;
    }

    .result-wrapper #view-list .item-dispo .btn-accomodation-detail {
        width: 100%;
        white-space: normal;
    }

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

@media only screen and (max-width: 380px) {
    .mobile-header-strip {
        gap: 8px;
        padding-right: 10px;
    }

    .mobile-whatsapp-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .mobile-whatsapp-number {
        font-size: .72rem;
    }

    .mobile-menu-toggle {
        flex-basis: 38px;
        width: 38px;
    }

    .logo-mobile {
        max-width: 40px;
        max-height: 48px;
    }
}

/* Keep the search date field legible over branded search-card backgrounds. */
input.daterangepicker.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

/* Modern date range picker */
.daterangepicker.dropdown-menu {
    --calendar-primary: var(--brand-primary-3, #534de6);
    --calendar-primary-soft: #eeecff;
    --calendar-text: var(--color-neutral-800, #343a3d);
    --calendar-muted: var(--color-neutral-600, #767e89);
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px 12px;
    color: var(--calendar-text);
    background: #fff;
    border: 1px solid rgba(83, 77, 230, .1);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(39, 5, 112, .16);
    font-family: inherit;
}

.daterangepicker.dropdown-menu::before {
    border-right-width: 9px;
    border-bottom: 9px solid rgba(83, 77, 230, .1);
    border-left-width: 9px;
    top: -9px;
}

.daterangepicker.dropdown-menu::after {
    border-right-width: 8px;
    border-bottom: 8px solid #fff;
    border-left-width: 8px;
    top: -8px;
}

.daterangepicker.opensright::before {
    left: 17px;
}

.daterangepicker.opensright::after {
    left: 18px;
}

.daterangepicker .calendar {
    margin: 0;
    max-width: 252px;
}

.daterangepicker.ltr .calendar.left,
.daterangepicker.ltr .calendar.right {
    margin: 0;
}

.daterangepicker.ltr .calendar.left {
    padding-right: 8px;
}

.daterangepicker.ltr .calendar.right {
    padding-left: 8px;
    border-left: 1px solid var(--color-neutral-100, #f2f4f5);
}

.daterangepicker .daterangepicker_input {
    margin-bottom: 6px;
}

.daterangepicker .input-mini {
    height: 34px;
    margin: 0;
    padding: 0 10px 0 34px;
    color: var(--calendar-text);
    background: var(--color-neutral-100, #f2f4f5);
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    line-height: 34px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.daterangepicker .input-mini.active,
.daterangepicker .input-mini:focus {
    background: #fff;
    border-color: var(--calendar-primary);
    border-radius: 10px;
    box-shadow: 0 0 0 3px rgba(83, 77, 230, .1);
    outline: 0;
}

.daterangepicker .daterangepicker_input i {
    top: 9px;
    left: 11px;
    color: var(--calendar-primary);
    font-size: 15px;
}

.daterangepicker .calendar-table {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.daterangepicker table {
    border-collapse: separate;
    border-spacing: 1px;
}

.daterangepicker th.month {
    height: 28px;
    color: var(--calendar-text);
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.daterangepicker th.prev,
.daterangepicker th.next {
    color: var(--calendar-primary);
    font-size: 16px;
    border-radius: 9px;
}

.daterangepicker th.prev:hover,
.daterangepicker th.next:hover {
    color: var(--calendar-primary);
    background: var(--calendar-primary-soft);
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    min-width: 28px;
    width: 28px;
    height: 26px;
    border: 0;
    border-radius: 9px;
    font-size: 12px;
    line-height: 26px;
}

.daterangepicker thead tr:last-child th {
    height: 20px;
    color: var(--calendar-muted);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.daterangepicker td.available {
    color: var(--calendar-text);
    font-weight: 500;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.daterangepicker td.available:hover {
    color: var(--calendar-primary);
    background: var(--calendar-primary-soft);
    transform: scale(1.04);
}

.daterangepicker td.in-range,
.daterangepicker td.in-range:hover {
    color: var(--calendar-primary);
    background: var(--calendar-primary-soft);
    border-radius: 7px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.start-date,
.daterangepicker td.end-date {
    color: #fff;
    background: var(--calendar-primary);
    border-radius: 9px;
    box-shadow: 0 4px 10px rgba(83, 77, 230, .24);
    font-weight: 600;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date,
.daterangepicker td.disabled {
    color: var(--color-neutral-400, #c0c4cc);
    background: transparent;
    box-shadow: none;
    text-decoration: none;
}

.daterangepicker .ranges {
    clear: both;
    float: none !important;
    margin: 8px 0 0;
    padding-top: 8px;
    border-top: 1px solid var(--color-neutral-100, #f2f4f5);
    text-align: right;
}

.daterangepicker .range_inputs {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}

.daterangepicker .range_inputs .range_inputs {
    display: contents;
}

.daterangepicker .ranges .btn {
    min-width: 88px;
    min-height: 32px;
    margin: 0;
    padding: 6px 14px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    box-shadow: none;
}

.daterangepicker .ranges .applyBtn {
    color: #fff;
    background: var(--calendar-primary);
    border-color: var(--calendar-primary);
}

.daterangepicker .ranges .applyBtn:hover,
.daterangepicker .ranges .applyBtn:focus {
    color: #fff;
    background: var(--brand-primary-4, #270570);
    border-color: var(--brand-primary-4, #270570);
}

.daterangepicker .ranges .applyBtn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.daterangepicker .ranges .cancelBtn {
    color: var(--calendar-muted);
    background: #fff;
    border-color: var(--color-neutral-300, #dde1e8);
}

.daterangepicker .ranges .cancelBtn:hover,
.daterangepicker .ranges .cancelBtn:focus {
    color: var(--calendar-primary);
    background: var(--calendar-primary-soft);
    border-color: transparent;
}

@media (max-width: 729px) {
    .daterangepicker.dropdown-menu {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
        padding: 10px;
        overflow-y: auto;
    }

    .daterangepicker .calendar,
    .daterangepicker.ltr .calendar.left,
    .daterangepicker.ltr .calendar.right {
        float: none;
        width: 100%;
        max-width: none;
        padding: 0;
        border-left: 0;
    }

    .daterangepicker.ltr .calendar.right {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid var(--color-neutral-100, #f2f4f5);
    }

    .daterangepicker .calendar th,
    .daterangepicker .calendar td {
        width: 12.5%;
        min-width: 28px;
    }

    .daterangepicker .input-mini {
        pointer-events: none;
        user-select: none;
    }

    .daterangepicker .ranges .btn {
        flex: 1 1 0;
    }
}
