/*
    Taurus GO front refresh.
    Single clean override layer for the legacy travel template.
*/

html,
body {
    min-height: 100%;
    background: #f5f8fb;
    color: #17202a;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
}

html {
    overflow: auto !important;
}

body {
    height: auto !important;
    max-width: 100%;
    overflow: auto !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.front #page-wrapper,
#page-wrapper.front {
    height: auto !important;
    min-height: 100vh;
    background: #f5f8fb;
    max-width: 100%;
    overflow: visible !important;
}

.front .container {
    max-width: 1180px;
}

/* Header */

#header {
    position: relative;
    z-index: 20;
    background: #ffffff;
    border: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

#header .topnav {
    min-height: 36px;
    background: #071522;
    border: 0;
}

#header .topnav .quick-menu {
    margin: 0;
}

#header .topnav .quick-menu > li {
    border: 0;
}

#header .topnav .quick-menu > li > a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 12px;
}

#header .topnav .quick-menu > li > a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

#header .topnav .label-warning {
    background: #f59e0b;
    border-radius: 999px;
    color: #071522;
}

#header .main-header {
    min-height: 72px;
    background: #ffffff;
}

#header .logo {
    height: auto;
    margin: 13px 0;
    padding: 0;
}

#header .logo img.gologo {
    max-height: 48px;
    width: auto;
}

#header .mobile-menu-toggle {
    color: transparent;
}

/* Shared search box */

.front section#content.slideshow-bg {
    position: relative;
    min-height: 520px;
    padding: 46px 0 64px;
    background:
        linear-gradient(105deg, rgba(9, 23, 36, 0.72), rgba(9, 23, 36, 0.28)),
        url("../../img/app/bg2.jpeg") center center / cover no-repeat;
}

.front section#content.slideshow-bg > .container,
.front section#content.slideshow-bg .search-box-wrapper {
    position: relative;
    z-index: 2;
}

#slideshow {
    margin-top: -46px;
    opacity: 0.74;
}

.search-box-wrapper.style2 {
    width: 100%;
    max-width: 1000px;
    margin: 46px auto 0;
}

.search-box-wrapper.style2 .search-box {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
    opacity: 1;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs {
    display: table;
    width: 100%;
    margin: 0;
    background: #eef4f8;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs > li {
    display: table-cell;
    float: none;
    width: 33.333%;
    height: auto;
    background: #eef4f8 !important;
    border: 0;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs > li > a {
    display: block;
    min-height: 50px;
    padding: 15px 12px;
    background: transparent !important;
    color: #596879;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-transform: none;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs > li > a i {
    margin-right: 7px;
    color: inherit !important;
    font-size: 19px;
    vertical-align: middle;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs > li.active > a {
    color: #ffffff;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs > li.tab-hotels.active > a,
.search-box-wrapper.style2 .hotels {
    background: #0aa889 !important;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs > li.tab-packages.active > a,
.search-box-wrapper.style2 .packages {
    background: #cf346e !important;
}

.search-box-wrapper.style2 .search-box > ul.search-tabs > li.tab-activities.active > a,
.search-box-wrapper.style2 .activities {
    background: #157bd1 !important;
}

.search-box-wrapper.style2 .search-tab-content .tab-pane {
    padding: 18px 22px;
}

.form-search-front .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.form-search-front .row:before,
.form-search-front .row:after,
.activity-wrapper.row:before,
.activity-wrapper.row:after {
    display: none;
}

.form-search-front label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.form-search-front .form-group {
    position: relative;
}

.form-search-front .tg-field-error {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    color: #fff3d5;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.form-search-front .tg-field-invalid {
    border-color: #f59e0b !important;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2) !important;
}

.form-search-front .checkbox {
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    margin: 1px 0 4px;
}

.search-box-wrapper.style2 .search-tab-content input.input-text,
.search-box-wrapper.style2 .search-tab-content select,
.search-box-wrapper.style2 .search-tab-content textarea,
.search-box-wrapper.style2 .search-tab-content span.custom-select,
.search-box-wrapper.style2 .select2-container .select2-selection--single {
    height: 38px;
    min-height: 38px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 5px;
    box-shadow: none;
    color: #17202a;
    font-size: 12px;
}

.search-box-wrapper.style2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    color: #17202a;
    font-size: 12px;
}

.search-box-wrapper.style2 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.search-box-wrapper.style2 button,
.search-box-wrapper.style2 .btn-gold {
    height: 38px;
    min-height: 38px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.search-box-wrapper.style2 .hotels button,
.search-box-wrapper.style2 .hotels .selector span.custom-select:before {
    background: #08735f;
}

.search-box-wrapper.style2 .packages button,
.search-box-wrapper.style2 .packages .selector span.custom-select:before {
    background: #a5184f;
}

.search-box-wrapper.style2 .activities button,
.search-box-wrapper.style2 .activities .selector span.custom-select:before {
    background: #0d5da1;
}

.search-box-wrapper.style2 button:after {
    display: none;
}

/* Home sections */

.wrapper-section {
    padding: 56px 0;
}

.wrapper-section.blanco,
.wrapper-section.blanco-bg {
    background: #ffffff;
}

.wrapper-section.gris {
    background: #eef4f8;
}

.wrapper-section h2 {
    margin: 0 0 26px;
    color: #0f172a !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}

.wrapper-section h2:after {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    margin-top: 12px;
    background: #0aa889;
    border-radius: 999px;
}

.image-box .box,
.image-box.box {
    overflow: hidden;
    min-height: 0;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09) !important;
}

.image-box .box img,
.image-box.box img {
    width: 100%;
    height: 190px !important;
    object-fit: cover;
}

.image-box .box > .details,
.image-box.box > .details {
    padding: 18px;
}

.image-box .box-title {
    min-height: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.28;
    text-transform: none;
}

.image-box .box-title small {
    display: block;
    margin-top: 5px;
    color: #667789;
    font-size: 12px;
    font-weight: 600;
}

#CONTACTO .icon-box.style5 {
    min-height: 100px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

#CONTACTO .icon-box.style5 i {
    color: #0aa889;
}

#CONTACTO .icon-box.style5 h5 {
    color: #0f172a;
    font-size: 14px;
    line-height: 1.35;
    word-break: break-word;
}

#CONTACTO.wrapper-section {
    padding: 42px 0 52px;
    background: #f5f9fb;
}

#CONTACTO .home-contact-panel {
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.8fr);
    align-items: center;
    gap: 24px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
}

#CONTACTO .home-contact-heading span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    background: rgba(10, 168, 137, 0.12);
    border-radius: 999px;
    color: #0a8e75;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

#CONTACTO .home-contact-heading h2 {
    margin: 12px 0 0;
    color: #0f172a !important;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

#CONTACTO .home-contact-heading h2:after {
    display: none;
}

#CONTACTO .home-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

#CONTACTO .home-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 86px;
    padding: 16px;
    background: #f8fbfd;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    color: inherit;
}

#CONTACTO a.home-contact-item:hover {
    background: #eef7fb;
    border-color: #bcd8e8;
}

#CONTACTO .home-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    background: #0aa889;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
}

#CONTACTO .home-contact-copy {
    min-width: 0;
}

#CONTACTO .home-contact-copy small {
    display: block;
    margin-bottom: 4px;
    color: #607086;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
}

#CONTACTO .home-contact-copy strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    word-break: break-word;
}

#footer {
    background: #071522;
}

#footer .bottom {
    height: auto !important;
    min-height: 98px;
    padding: 26px 0;
    background:
        linear-gradient(180deg, #0b1f32 0, #071522 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer .bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 46px;
}

#footer .footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

#footer .footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 112px;
    min-height: 46px;
}

#footer .footer-logo img {
    max-height: 42px;
    width: auto;
}

#footer .footer-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

#footer .footer-copy strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

#footer .footer-copy span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

#footer .footer-top-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #ffffff;
}

#footer .footer-top-link:hover {
    background: #0d6fb8;
    border-color: #0d6fb8;
    color: #ffffff;
}

#footer .footer-top-link i,
#footer .footer-top-link i.circle {
    margin: 0;
    background: transparent !important;
    border: 0;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1;
}

/* Login */

.soap-login-page,
.soap-login-page.body-blank {
    min-height: 100vh;
    background:
        radial-gradient(circle at 20% 18%, rgba(10, 168, 137, 0.24), transparent 28%),
        linear-gradient(115deg, rgba(7, 21, 34, 0.9), rgba(10, 31, 50, 0.56)),
        url("../../img/app/bg2.jpeg") center center / cover no-repeat;
}

.soap-login-page #page-wrapper,
.soap-login-page .wrapper-blank {
    min-height: 100vh;
    background: transparent;
}

.soap-login-page section.slideshow-bg {
    min-height: 100vh !important;
    padding: 0 !important;
    background: transparent !important;
}

.soap-login-page #main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px 0;
}

.soap-login-page #main > .row {
    width: 100%;
}

.soap-login-page .login-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 54px;
    margin-right: 0;
    margin-left: 0;
}

.soap-login-page .login-layout:before,
.soap-login-page .login-layout:after {
    display: none;
}

.soap-login-page .login-copy,
.soap-login-page .login-panel-column {
    float: none !important;
    width: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.soap-login-page .login-copy {
    max-width: 430px;
    color: #ffffff;
}

.soap-login-page .login-copy span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #b9f5e8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.soap-login-page .login-copy h1 {
    margin: 18px 0 12px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.soap-login-page .login-copy p {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
}

.soap-login-page .login-panel-column {
    flex: 0 0 410px;
}

.soap-login-page .bg-login {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    padding: 34px 36px 28px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 8px !important;
    box-shadow: 0 28px 80px rgba(7, 21, 34, 0.38);
    backdrop-filter: blur(10px);
}

.soap-login-page .bg-login > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.soap-login-page .bg-login img {
    max-height: 74px;
    width: auto;
    margin: 0 auto;
}

.soap-login-page .login-logo-wrap {
    margin-bottom: 22px;
}

.soap-login-page .m-t-10 {
    margin-top: 0 !important;
}

.soap-login-page .login-panel-title {
    margin: 0 0 22px;
    text-align: center;
}

.soap-login-page .login-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 11px;
    background: rgba(10, 168, 137, 0.12);
    border-radius: 999px;
    color: #078a72;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
}

.soap-login-page .login-panel-title h2 {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.soap-login-page .login-panel-title p {
    margin: 0;
    color: #607086;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.soap-login-page .login-form .form-group {
    margin-bottom: 14px;
}

.soap-login-page .login-form .login-field {
    position: relative;
}

.soap-login-page .login-form label:not(.checkbox) {
    display: block;
    margin: 0 0 7px;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.soap-login-page .login-form .login-field > i {
    position: absolute;
    left: 14px;
    bottom: 15px;
    color: #8a9bad;
    font-size: 14px;
    pointer-events: none;
}

.soap-login-page .login-form input.input-text,
.soap-login-page .login-form select.input-text {
    height: 46px;
    padding: 0 15px 0 40px;
    background: #f8fafc;
    border: 1px solid #d5e0ea;
    border-radius: 6px;
    color: #0f172a;
    font-size: 13px;
    box-shadow: none;
}

.soap-login-page .login-form .login-field input[type="password"],
.soap-login-page .login-form .login-field input[type="text"]#password {
    padding-right: 48px;
}

.soap-login-page .login-form input.input-text:focus,
.soap-login-page .login-form select.input-text:focus {
    background: #ffffff;
    border-color: #0aa889;
    box-shadow: 0 0 0 3px rgba(10, 168, 137, 0.13);
}

.soap-login-page .login-form .login-field:focus-within > i {
    color: #0aa889;
}

.soap-login-page .login-form .password-toggle {
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 6px;
    color: #64748b !important;
    font-size: 14px;
    box-shadow: none;
    cursor: pointer;
}

.soap-login-page .login-form .password-toggle:hover,
.soap-login-page .login-form .password-toggle:focus {
    background: rgba(10, 168, 137, 0.1) !important;
    color: #0aa889 !important;
    outline: 0;
    box-shadow: none;
}

.soap-login-page .login-form button,
.soap-login-page .login-form input[type="submit"] {
    height: 46px;
    background: #0aa889 !important;
    border: 0;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 14px 24px rgba(10, 168, 137, 0.24);
}

.soap-login-page .login-form button:hover,
.soap-login-page .login-form input[type="submit"]:hover {
    background: #078a72 !important;
    color: #ffffff !important;
}

.soap-login-page .login-form .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 2px 0 16px;
    color: #607086;
    font-size: 12px;
    font-weight: 800;
}

.soap-login-page .login-form .checkbox input {
    margin: 0;
}

.soap-login-page .login-error {
    display: block;
    margin: 0 0 14px;
    padding: 12px 13px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 6px;
    color: #be123c;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.soap-login-page .login-error b {
    display: inline-block;
    margin-left: 5px;
}

.soap-login-page .login-error small {
    display: block;
    margin-top: 6px;
    color: #9f1239;
    font-size: 11px;
    font-weight: 700;
}

.soap-login-page .link-login {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    color: #0d6fb8;
    font-size: 12px;
    font-weight: 900;
}

.soap-login-page .link-login:hover {
    color: #0aa889;
}

.soap-login-page .text-copyright,
.soap-login-page .copyright p {
    color: #667789;
    font-size: 12px;
    text-align: center;
}

/* Activity flow */

.front #content.activity-results-page {
    min-height: calc(100vh - 130px);
    padding: 0 0 82px;
    background:
        linear-gradient(180deg, #f7fbfd 0, #edf5f9 360px, #f5f8fb 100%);
}

.front #content.activity-detail-page {
    position: relative;
    height: auto !important;
    min-height: calc(100vh - 130px);
    overflow: visible !important;
    padding: 0 0 82px;
    background:
        linear-gradient(180deg, rgba(9, 23, 36, 0.62) 0, rgba(9, 23, 36, 0.42) 286px, #f5f8fb 287px),
        url("../../img/app/bg2.jpeg") center top / cover no-repeat;
}

.activity-results-page > .container,
.activity-detail-page > .container {
    max-width: 1120px;
}

.activity-results-page .search-box-wrapper.style2,
.activity-detail-page .search-box-wrapper.style2 {
    max-width: 980px;
    margin-top: 30px;
}

.activity-results-page .search-box-wrapper.style2 .activities .form-search-front .row,
.activity-detail-page .search-box-wrapper.style2 .activities .form-search-front .row {
    display: grid;
    grid-template-columns: minmax(145px, 1.35fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(76px, 0.65fr) minmax(105px, 0.8fr) minmax(130px, 1.1fr);
    gap: 10px;
    align-items: end;
    margin-right: 0;
    margin-left: 0;
}

.activity-results-page .search-box-wrapper.style2 .activities .form-search-front .row > [class*="col-"],
.activity-detail-page .search-box-wrapper.style2 .activities .form-search-front .row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.activity-results-page .search-box-wrapper.style2 .activities .form-search-front .checkbox,
.activity-detail-page .search-box-wrapper.style2 .activities .form-search-front .checkbox {
    display: flex;
    align-items: center;
    min-height: 18px;
    margin: 0 0 3px;
    padding: 1px 0;
    line-height: 16px;
    white-space: nowrap;
}

.activity-results-page .search-box-wrapper.style2 .activities .form-search-front .checkbox input,
.activity-detail-page .search-box-wrapper.style2 .activities .form-search-front .checkbox input {
    margin: 0 5px 0 0;
    position: static;
}

.activity-results-page #main,
.activity-detail-page #main {
    height: auto !important;
    overflow: visible;
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 26px;
}

.page-title-container {
    margin: 0 0 18px;
    background: transparent;
}

.page-title-container .container {
    width: auto;
    padding: 0;
}

.page-title-container .breadcrumbs {
    margin: 0;
    text-align: right;
    font-size: 11px;
    font-weight: 800;
    text-transform: none;
}

.page-title-container .breadcrumbs li a {
    color: #0d6fb8;
}

.activity-detail-page .page-title-container .breadcrumbs,
.activity-detail-page .page-title-container .breadcrumbs li a {
    color: rgba(255, 255, 255, 0.86);
}

.search-result.activities {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin: 0;
    padding-top: 0 !important;
}

.search-result.activities > [class*="col-"] {
    float: none !important;
    padding: 0 !important;
}

.search-result.activities > .col-sm-4 {
    width: 250px !important;
    flex: 0 0 250px;
}

.search-result.activities > .col-sm-8 {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
}

#filters.box {
    margin: 0;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08) !important;
}

#filters .search-results-title {
    height: auto;
    margin: 0;
    padding: 16px 18px;
    background: #ffffff;
    border-top: 4px solid #18a6b7;
    border-radius: 8px 8px 0 0;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.3;
    text-transform: none;
}

#filters .toggle-container {
    padding: 16px 18px 18px;
}

#filters .form-group {
    margin-bottom: 13px;
}

#filters label {
    margin-bottom: 7px;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    text-transform: none;
}

#filters input.input-text,
#filters select.input-text {
    height: 36px;
    padding: 0 11px;
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 5px;
    color: #0f172a;
    font-size: 12px;
    box-shadow: none;
}

#filters .ui-slider {
    height: 5px;
    background: #dbe5ef;
    border: 0;
    border-radius: 999px;
}

#filters .ui-slider .ui-slider-range {
    background: #18a6b7;
}

#filters .ui-slider .ui-slider-handle {
    top: -6px;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: 3px solid #0d6fb8;
    border-radius: 50%;
}

#filters .button-filtering,
#filters .button-processing {
    height: 36px;
    min-width: 82px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
}

#filters .button-filtering {
    background: #0d6fb8;
    border-color: #0d6fb8;
    color: #ffffff;
}

#filters .button-processing {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #475569;
}

#activity-list-search #order_results {
    margin: 0 0 14px;
    background: transparent;
    border: 0;
}

#activity-list-search #order_results .form-group {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

#activity-list-search #sortActivities {
    width: 172px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 5px;
    color: #475569;
    font-size: 12px;
}

.hotel-list.listing-style3.activities.image-box {
    display: block;
}

.hotel-list.listing-style3.activities.image-box article.box {
    width: 100%;
    margin: 0 0 14px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08) !important;
}

.hotel-list .activity-wrapper.row {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 205px;
    min-height: 190px;
    margin: 0;
    align-items: stretch;
}

.hotel-list .activity-wrapper > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

.hotel-list .activity-wrapper figure {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    height: auto;
    min-height: 220px;
    background: linear-gradient(135deg, #dcecf7, #edf5f8);
}

.hotel-list .activity-wrapper figure img {
    width: 100%;
    height: 100% !important;
    min-height: 220px;
    object-fit: cover;
}

.hotel-list .activity-wrapper figure.activity-media-generic {
    align-items: center;
    min-height: 220px;
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #eaf4fb 0, #dcecf7 48%, #f6fbfd 100%);
}

.hotel-list .activity-wrapper figure.activity-media-generic:before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(13, 111, 184, 0.12);
    border-radius: 8px;
}

.hotel-list .activity-wrapper figure.activity-media-generic:after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 4px;
    background: linear-gradient(90deg, #0d6fb8, #18a6b7 55%, #fdb714);
    border-radius: 999px;
}

.hotel-list .activity-wrapper figure.activity-media-generic img {
    position: relative;
    z-index: 1;
    width: 74px;
    height: 74px !important;
    min-height: 0;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(13, 111, 184, 0.16));
}

.hotel-list .texto-ppal {
    padding: 24px 26px !important;
}

.hotel-list .texto-ppal .box-title {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.hotel-list ul.caracteristicas {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hotel-list ul.caracteristicas li {
    margin-bottom: 7px;
    color: #506173;
    font-size: 12px;
    line-height: 1.45;
}

.hotel-list ul.caracteristicas i {
    width: 15px;
    color: #18a6b7;
    text-align: center;
}

.activities .bg-price {
    min-height: 190px;
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f9fcff !important;
    border-left: 1px solid #dfe8f0;
    color: #0f172a;
    text-align: center;
}

.activities .bg-price .title-price,
.activities .bg-price .desc-price {
    color: #607086;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.activities .bg-price .best-price,
.activities .bg-price .price,
.activities .bg-price .price-x-pax-activity {
    display: block;
    margin: 5px 0 4px;
    color: #0d6fb8 !important;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.activities .bg-price .desc-price {
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: none;
}

.activities .bg-price .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    height: 34px;
    padding: 0 14px;
    background: #0d6fb8;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
}

.activity-detail-page .listing-style3.activities {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
}

.activity-detail-page .listing-style3.activities > .container {
    width: auto;
    padding: 0;
}

.activity-detail-page .listing-style3.activities > .container > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.activity-detail-page .listing-style3.activities h3 {
    margin: 0;
    padding: 24px 28px 6px;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    color: #0f172a;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: none;
}

.activity-detail-page .listing-style3.activities h3 small {
    display: block;
    margin-top: 7px;
    color: #667789;
    font-size: 13px;
    font-weight: 700;
}

.activity-detail-page .listing-style3.activities h6 {
    margin: 0;
    padding: 0 28px 22px;
    background: #ffffff;
    color: #506173;
    font-size: 13px;
    border-bottom: 1px solid #dfe8f0;
}

.activity-detail-page .activity-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 0;
    overflow: hidden;
    margin: 0;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
}

.activity-detail-page .activity-wrapper > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

.activity-detail-page .activity-wrapper figure {
    min-height: 430px;
    background: #dcecf7;
    border-radius: 0 !important;
}

.activity-detail-page .activity-wrapper figure img {
    width: 100%;
    height: 100% !important;
    min-height: 430px;
    object-fit: cover;
}

.activity-detail-page .activity-wrapper figure img.activity-placeholder-image {
    width: 100%;
    height: 430px !important;
    padding: 150px 0;
    object-fit: contain;
    background: #dcecf7;
}

.activity-detail-page .activity-wrapper .bg-price {
    min-height: 430px;
    height: auto !important;
    padding: 34px 30px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ffffff;
    border-left: 1px solid #dfe8f0;
    border-radius: 0 !important;
    text-align: left;
}

.activity-detail-page .bg-price .title-price {
    display: block;
    margin-bottom: 8px;
    color: #607086;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.activity-detail-page .bg-price .best-price,
.activity-detail-page .bg-price .price {
    display: block;
    color: #0d6fb8 !important;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.activity-detail-page .bg-price .popover-impuestos {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin: 10px 0 18px;
    color: #0d6fb8;
    font-size: 11px !important;
    font-weight: 800;
    cursor: pointer;
}

.activity-detail-page .activity-date-field {
    width: 100%;
    margin: 0 0 16px !important;
}

.activity-detail-page .activity-date-field label {
    display: block;
    margin: 0 0 7px;
    color: #607086;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.activity-detail-page .bg-price .js-activity-date {
    width: 100%;
    max-width: 190px;
    height: 38px;
    padding: 0 12px;
    margin: 0;
    background: #f8fafc !important;
    border: 1px solid #dbe5ef !important;
    border-radius: 5px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.activity-detail-page .activity-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
}

.activity-detail-page .bg-price .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    max-width: 210px;
    min-height: 40px;
    height: auto;
    padding: 0 16px;
    margin: 0 !important;
    background: #0d6fb8;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 10px 20px rgba(13, 111, 184, 0.22);
}

.activity-detail-page .bg-price .button:hover,
.activity-detail-page .bg-price .button:focus {
    background: #0a5f9f;
    color: #ffffff;
}

.activity-detail-page .bg-price .button .fa {
    margin-right: 7px;
    color: #ffffff;
}

.activity-detail-page .listing-style3.activities > .row {
    max-width: 980px;
    margin: 18px auto 0;
    padding: 22px 28px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.activity-detail-page #notas-tarifa {
    color: #334155;
    font-size: 13px;
    line-height: 1.7;
}

.activity-detail-page #notas-tarifa p {
    margin-bottom: 0;
}

.activity-detail-page #notas-tarifa h4 {
    display: inline;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
}

/* Loading states */

.tg-loader-overlay.opacity-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    background: rgba(7, 21, 34, 0.62);
}

.tg-loader-card {
    width: min(360px, calc(100vw - 40px));
    padding: 28px 30px 26px;
    background: #ffffff;
    border: 1px solid rgba(223, 232, 240, 0.96);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(7, 21, 34, 0.28);
    text-align: center;
}

.tg-loader-card-wide {
    width: min(420px, calc(100vw - 40px));
}

.tg-loader-mark {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border: 4px solid #dcecf7;
    border-top-color: #157bd1;
    border-right-color: #fdb714;
    border-radius: 50%;
    animation: tg-loader-spin 0.85s linear infinite;
}

.tg-loader-mark span {
    position: absolute;
    inset: 15px;
    border-radius: 50%;
    background: #0d6fb8;
    box-shadow: inset 0 0 0 5px #ffffff;
}

.tg-loader-card h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.tg-loader-card p {
    margin: 0;
    color: #607086;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.tg-loader-bar {
    position: relative;
    overflow: hidden;
    height: 4px;
    margin-top: 20px;
    background: #dcecf7;
    border-radius: 999px;
}

.tg-loader-bar span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -42%;
    width: 42%;
    background: #fdb714;
    border-radius: inherit;
    animation: tg-loader-bar 1.2s ease-in-out infinite;
}

/* Activity results polish */

#header .main-header {
    min-height: 78px;
    background: #ffffff;
    border-bottom: 1px solid #e6eef5;
}

#header .main-header .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 78px;
}

#header .logo {
    float: none;
    display: inline-flex;
    align-items: center;
    min-height: 78px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

#header .logo img.gologo {
    display: block;
    max-width: 174px;
    max-height: 56px;
    object-fit: contain;
    filter: saturate(1.04);
}

#header .main-header .logo a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 204px;
    min-height: 58px;
    padding: 8px 18px;
    background: linear-gradient(180deg, #ffffff 0, #f8fbfd 100%);
    border: 1px solid #e4edf4;
    border-radius: 8px;
    box-shadow: 0 13px 30px rgba(15, 23, 42, 0.08);
}

#header .main-header .logo a:after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, #0d6fb8, #18a6b7 55%, #fdb714);
    border-radius: 999px 999px 0 0;
}

#header .main-header .logo a:hover,
#header .main-header .logo a:focus {
    border-color: #d5e5f0;
    box-shadow: 0 16px 34px rgba(13, 111, 184, 0.12);
}

.search-box-wrapper.style2 .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 38px !important;
    padding: 0 8px 0 10px;
}

.search-box-wrapper.style2 .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
    display: flex !important;
    align-items: center !important;
    min-width: 0;
    height: 100% !important;
    padding: 0 24px 0 24px !important;
    line-height: 1.25 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-box-wrapper.style2 .select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 50%;
    left: 4px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
    color: #607086;
    font-size: 14px;
    line-height: 18px !important;
}

.search-box-wrapper.style2 .select2-container .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 6px;
}

.select2-container--bootstrap.select2-container--open .select2-dropdown,
.select2-container--open .select2-dropdown {
    overflow: hidden;
    min-width: 260px;
    margin-top: 6px;
    background: #ffffff;
    border: 1px solid #d9e6ef !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.select2-container--bootstrap .select2-search--dropdown,
.select2-search--dropdown {
    padding: 10px;
    background: #f8fbfd;
    border-bottom: 1px solid #e4edf4;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .select2-search__field {
    height: 36px;
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #dbe5ef !important;
    border-radius: 5px !important;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    outline: 0;
    box-shadow: none;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .select2-search__field:focus {
    border-color: #0d6fb8 !important;
    box-shadow: 0 0 0 3px rgba(13, 111, 184, 0.12);
}

.select2-container--bootstrap .select2-results,
.select2-results {
    background: #ffffff;
}

.select2-container--bootstrap .select2-results > .select2-results__options,
.select2-results > .select2-results__options {
    max-height: 280px !important;
    padding: 6px;
}

.select2-container--bootstrap .select2-results__option,
.select2-results__option {
    min-height: 38px;
    padding: 10px 12px !important;
    border-radius: 5px;
    color: #334155;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.35 !important;
    letter-spacing: 0;
    white-space: nowrap;
}

.select2-container--bootstrap .select2-results__option + .select2-results__option,
.select2-results__option + .select2-results__option {
    margin-top: 2px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.select2-container--bootstrap .select2-results__option--highlighted,
.select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted {
    background: #eaf4fb !important;
    color: #0d6fb8 !important;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"],
.select2-results__option[aria-selected="true"] {
    background: #0d6fb8 !important;
    color: #ffffff !important;
}

/* Hotel destination autocomplete */

.ui-autocomplete {
    overflow: hidden auto;
    min-width: 292px !important;
    max-height: 320px;
    padding: 6px !important;
    background: #ffffff !important;
    border: 1px solid #d9e6ef !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
    font-family: "Montserrat", Arial, sans-serif;
    z-index: 10020 !important;
}

.ui-autocomplete .ui-autocomplete-category {
    margin: 4px 6px 5px;
    padding: 6px 0 4px;
    color: #607086;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ui-autocomplete .ui-menu-item {
    margin: 0 0 2px;
    padding: 0;
    border: 0;
    list-style: none;
}

.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    display: block;
    min-height: 38px;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 5px;
    color: #334155 !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-autocomplete .ui-menu-item a.ui-state-active,
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active {
    background: #eaf4fb !important;
    color: #0d6fb8 !important;
}

.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
    background: #eaf4fb !important;
    color: #0d6fb8 !important;
}

#filters.box {
    overflow: hidden;
    padding: 0 !important;
}

#filters .search-results-title {
    margin: 0;
    padding: 18px 20px;
    background: #0d6fb8;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
}

#filters .search-results-title i,
#filters .search-results-title b {
    color: #ffffff;
}

#filters .filters-container.activities form,
#filters .filters-container.hotels form {
    padding: 18px 18px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

#filters .filters-container.activities .form-group,
#filters .filters-container.hotels .form-group {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 16px;
}

#filters .filters-container.activities .form-group label,
#filters .filters-container.hotels .form-group label {
    margin-bottom: 7px;
}

#filters .filters-container.activities .button-filtering,
#filters .filters-container.activities .button-processing,
#filters .filters-container.hotels .button-filtering,
#filters .filters-container.hotels .button-processing {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin: 8px 0 0 !important;
    padding: 0 8px;
    white-space: nowrap;
}

#filters .filters-container.activities .button-processing,
#filters .filters-container.hotels .button-processing {
    margin-left: 0 !important;
}

.hotel-list .activity-wrapper > .texto-ppal,
.hotel-list .activity-wrapper.row > .texto-ppal {
    padding: 24px 26px !important;
}

.hotel-list .activity-wrapper > .texto-ppal .box-title,
.hotel-list .activity-wrapper.row > .texto-ppal .box-title {
    margin: 0 0 15px;
    padding: 0;
    color: #0b1727;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: balance;
}

.hotel-list .activity-wrapper > .texto-ppal ul.caracteristicas,
.hotel-list .activity-wrapper.row > .texto-ppal ul.caracteristicas {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

/* Hotel detail */

.hotel-detail-page #main {
    padding-bottom: 42px;
}

.hotel-detail-page #hotel-main-content {
    overflow: hidden;
    background: #eef5f8;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
}

.hotel-detail-page #hotel-main-content img {
    width: 100%;
    min-height: 260px;
    max-height: 340px;
    object-fit: cover;
}

.hotel-detail-page #hotel-main-content img[src*="default_hotel"] {
    padding: 42px;
    object-fit: contain;
}

.hotel-detail-page .detailed-logo {
    min-height: 260px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.hotel-detail-page .detailed-logo .details {
    padding: 24px 26px;
}

.hotel-detail-page .detailed-logo .box-title {
    margin: 0 0 12px;
    color: #17202a;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: none;
}

.hotel-detail-page .detailed-logo .box-title small {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #607086;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.hotel-detail-page .detailed-logo .box-title small .fourty-space {
    margin-left: 0;
}

.hotel-detail-page .detailed-logo .description {
    max-height: 112px;
    overflow: auto;
    margin-top: 14px;
    padding-right: 6px;
    color: #526173;
    font-size: 13px;
    line-height: 1.65;
}

.hotel-detail-page #hotel-features {
    overflow: hidden;
    margin-top: 26px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.hotel-detail-page #hotel-features > .tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 18px;
    background: #f4f8fb;
    border-bottom: 1px solid #dfe8f0;
}

.hotel-detail-page #hotel-features > .tabs:before,
.hotel-detail-page #hotel-features > .tabs:after {
    display: none;
}

.hotel-detail-page #hotel-features > .tabs > li {
    float: none;
    margin: 0;
}

.hotel-detail-page #hotel-features > .tabs > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    background: transparent;
    color: #607086;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

.hotel-detail-page #hotel-features > .tabs > li.active > a,
.hotel-detail-page #hotel-features > .tabs > li > a:hover {
    background: #ffffff;
    color: #0d6fb8;
}

.hotel-detail-page #hotel-features .tab-content {
    padding: 24px;
}

.hotel-detail-page #hotel-availability > h2 {
    margin: 0 0 18px;
    color: #17202a;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

.hotel-detail-page #hotel-availability .room-list {
    margin: 0;
}

.hotel-detail-page #hotel-availability table.table {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
}

.hotel-detail-page #hotel-availability table.table thead {
    display: none;
}

.hotel-detail-page #hotel-availability table.table tbody {
    display: grid;
    gap: 14px;
}

.hotel-detail-page #hotel-availability table.table tr {
    display: grid;
    grid-template-columns: minmax(220px, 1.65fr) minmax(150px, 0.85fr) minmax(135px, 0.75fr) minmax(140px, 0.75fr) minmax(150px, 0.75fr);
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.hotel-detail-page #hotel-availability table.table td {
    display: block;
    padding: 0 !important;
    border: 0 !important;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
    vertical-align: middle;
}

.hotel-detail-page #hotel-availability table.table td:before {
    display: block;
    margin-bottom: 5px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hotel-detail-page #hotel-availability table.table td:nth-child(1):before {
    content: "Habitacion";
}

.hotel-detail-page #hotel-availability table.table td:nth-child(2):before {
    content: "Regimen";
}

.hotel-detail-page #hotel-availability table.table td:nth-child(3):before {
    content: "Estado";
}

.hotel-detail-page #hotel-availability table.table td:nth-child(4):before {
    content: "Precio";
}

.hotel-detail-page #hotel-availability table.table td:nth-child(5):before {
    content: "Accion";
}

.hotel-detail-page #hotel-availability table.table td p {
    margin: 0;
}

.hotel-detail-page #hotel-availability table.table td:first-child p {
    color: #17202a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.hotel-detail-page #hotel-availability .info-success,
.hotel-detail-page #hotel-availability .info-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.hotel-detail-page #hotel-availability .info-success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.hotel-detail-page #hotel-availability .info-primary {
    background: rgba(13, 111, 184, 0.1);
    color: #0d6fb8;
}

.hotel-detail-page #hotel-availability .price-section {
    padding: 0;
}

.hotel-detail-page #hotel-availability .price-section .price {
    color: #0d6fb8;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
}

.hotel-detail-page #hotel-availability form {
    margin: 0;
}

.hotel-detail-page #hotel-availability .button,
.hotel-detail-page #hotel-availability button.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    padding: 0 14px !important;
    background: #0d6fb8 !important;
    border: 1px solid #0d6fb8 !important;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    box-shadow: 0 10px 18px rgba(13, 111, 184, 0.18);
}

.hotel-detail-page #hotel-availability .button:hover,
.hotel-detail-page #hotel-availability button.button:hover {
    background: #0b5f9d !important;
    border-color: #0b5f9d !important;
    color: #ffffff !important;
}

.hotel-list .activity-wrapper > .texto-ppal ul.caracteristicas li,
.hotel-list .activity-wrapper.row > .texto-ppal ul.caracteristicas li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 30px;
    margin: 0;
    padding: 7px 10px;
    background: #f5f8fb;
    border: 1px solid #dfe8f0;
    border-radius: 5px;
    color: #46596d;
}

.hotel-list .activity-wrapper > .texto-ppal ul.caracteristicas li i,
.hotel-list .activity-wrapper.row > .texto-ppal ul.caracteristicas li i {
    flex: 0 0 16px;
    width: 16px;
    margin-top: 1px;
    color: #0d6fb8;
}

.hotel-list .activity-wrapper > .texto-ppal ul.caracteristicas li a,
.hotel-list .activity-wrapper.row > .texto-ppal ul.caracteristicas li a {
    color: #0d6fb8;
    font-weight: 800;
}

.hotel-list .activity-wrapper > .texto-ppal ul.caracteristicas li a:hover,
.hotel-list .activity-wrapper.row > .texto-ppal ul.caracteristicas li a:hover {
    color: #0a5f9f;
}

.hotel-list .activity-wrapper > .texto-ppal ul.caracteristicas li.activity-description-item,
.hotel-list .activity-wrapper.row > .texto-ppal ul.caracteristicas li.activity-description-item {
    align-items: flex-start;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.hotel-list .activity-info-button {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #0d6fb8;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
}

.hotel-list .activity-info-button:after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: rgba(13, 111, 184, 0.1);
    border-radius: 50%;
    font-size: 13px;
    line-height: 1;
}

.hotel-list .activity-info-button:hover,
.hotel-list .activity-info-button:focus {
    color: #0a5f9f;
}

.activity-info-modal .modal-dialog {
    max-width: 620px;
    margin-top: 9vh;
}

.activity-info-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.26);
}

.activity-info-modal .modal-header {
    padding: 18px 22px;
    background: #0d6fb8;
    border-bottom: 0;
}

.activity-info-modal .modal-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: none;
}

.activity-info-modal .modal-header .close {
    margin-top: 0;
    color: #ffffff;
    font-size: 26px;
    opacity: 0.9;
}

.activity-info-modal .modal-body {
    padding: 22px;
    background: #ffffff;
}

.activity-info-modal .modal-body p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.65;
}

/* Modern calendar skin */

.dtp {
    z-index: 10000;
    background: rgba(7, 21, 34, 0.58);
    font-family: "Montserrat", Arial, sans-serif;
}

.dtp > .dtp-content {
    overflow: hidden;
    max-width: 340px;
    border: 1px solid rgba(223, 232, 240, 0.9);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(7, 21, 34, 0.32);
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time {
    background: #071522;
    color: #fdb714;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    min-height: 38px;
    padding: 11px 42px 9px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.dtp .dtp-close {
    top: 9px;
    right: 12px;
}

.dtp .dtp-close > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fdb714;
}

.dtp .dtp-close > a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.dtp div.dtp-date {
    padding: 14px 18px 16px;
}

.dtp div.dtp-actual-month {
    color: #fdb714;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.dtp div.dtp-actual-num {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
}

.dtp div.dtp-actual-year {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-weight: 700;
}

.dtp .p10 > a,
.dtp a.dtp-select-month-before,
.dtp a.dtp-select-month-after,
.dtp a.dtp-select-year-before,
.dtp a.dtp-select-year-after {
    color: #fdb714;
}

.dtp div.dtp-picker {
    padding: 18px 22px 12px;
}

.dtp div.dtp-picker-month {
    padding-bottom: 14px !important;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none !important;
}

.dtp table.dtp-picker-days {
    min-height: 238px;
}

.dtp table.dtp-picker-days tr > th {
    color: #607086;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 4px;
}

.dtp table.dtp-picker-days tr > td {
    padding: 5px 4px;
    font-size: 12px;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day,
.dtp table.dtp-picker-days tr > td > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50% !important;
    font-weight: 800;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
    color: #cbd5e1 !important;
}

.dtp table.dtp-picker-days tr > td > a {
    color: #334155;
}

.dtp table.dtp-picker-days tr > td > a:hover {
    background: #eaf4fb;
    color: #0d6fb8;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #0d6fb8;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(13, 111, 184, 0.24);
}

.dtp .dtp-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 22px 18px;
}

.dtp .dtp-buttons .button {
    min-width: 82px;
    height: 36px;
    margin: 0 !important;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    line-height: 36px;
    text-transform: none;
}

.dtp .dtp-buttons .dtp-btn-cancel {
    background: #eef4f8;
    color: #475569;
}

.dtp .dtp-buttons .dtp-btn-ok,
.dtp .dtp-buttons .dtp-btn-now,
.dtp .dtp-buttons .dtp-btn-clear {
    background: #0d6fb8;
    color: #ffffff;
}

.dtp .dtp-buttons .dtp-btn-ok:hover,
.dtp .dtp-buttons .dtp-btn-now:hover,
.dtp .dtp-buttons .dtp-btn-clear:hover {
    background: #0a5f9f;
    color: #ffffff;
}

/* Cart */

.front #content.cart-page {
    min-height: calc(100vh - 130px);
    padding: 0 0 82px;
    background:
        linear-gradient(180deg, #f7fbfd 0, #edf5f9 360px, #f5f8fb 100%);
}

.cart-page > .container {
    max-width: 1120px;
}

.cart-page .search-box-wrapper.style2 {
    max-width: 980px;
    margin-top: 30px;
}

.cart-page .cart-shell.travelo-box {
    margin: 24px 0 0;
    padding: 26px 28px 28px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.cart-page .cart-shell > .row {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin-right: 0;
    margin-left: 0;
}

.cart-page .cart-shell > .row:before,
.cart-page .cart-shell > .row:after {
    display: none;
}

.cart-page .cart-main,
.cart-page .cart-summary {
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.cart-page .cart-main {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
}

.cart-page .cart-summary {
    flex: 0 0 330px;
    width: 330px !important;
}

.cart-page h2 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.cart-page h4 {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 12px;
    padding: 0 11px;
    background: #eaf4fb;
    border: 1px solid #d7e8f3;
    border-radius: 999px;
    color: #0d6fb8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
}

.cart-page .table-responsive,
.cart-page .table-container {
    overflow: visible;
}

.cart-page .cart-table,
.cart-page .cart-summary-table {
    overflow: hidden;
    margin: 0 0 20px;
    background: #ffffff;
    border: 1px solid #dfe8f0 !important;
    border-collapse: separate;
    border-radius: 8px !important;
    border-spacing: 0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.cart-page .cart-table thead {
    background: #0d6fb8 !important;
    color: #ffffff !important;
}

.cart-page .cart-table th,
.cart-page .cart-table td,
.cart-page .cart-summary-table th,
.cart-page .cart-summary-table td {
    border-color: #e4edf4 !important;
    color: #334155;
    font-size: 12px;
    line-height: 1.45;
    vertical-align: middle !important;
}

.cart-page .cart-table th {
    padding: 12px 13px !important;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: none;
}

.cart-page .cart-table td {
    padding: 15px 13px !important;
    background: #ffffff;
}

.cart-page .cart-table tbody tr:nth-child(even) td,
.cart-page .cart-summary-table tbody tr:nth-child(even) td,
.cart-page .cart-summary-table tbody tr:nth-child(even) th {
    background: #f8fbfd;
}

.cart-page .cart-service-title {
    display: block;
    max-width: 300px;
    color: #0b1727;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0;
    text-transform: none;
}

.cart-page .cart-service-meta {
    display: block;
    margin-top: 5px;
    color: #607086;
    font-size: 11px;
    font-weight: 700;
}

.cart-page .cart-table td .soap-icon-departure {
    color: #fdb714 !important;
}

.cart-page .cart-table .button.btn-small.red,
.cart-page .link-delete-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0 !important;
    background: #e44049;
    border-radius: 5px;
    color: #ffffff;
}

.cart-page .cart-summary .search-box-wrapper.style2 {
    position: sticky;
    top: 16px;
    margin: 0;
}

.cart-page .cart-summary .search-box {
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.cart-page .cart-summary .search-tabs > li > a {
    min-height: 44px !important;
    padding: 12px 10px !important;
    font-size: 12px !important;
}

.cart-page .cart-summary .search-tabs > li.active > a {
    background: #0d6fb8 !important;
    color: #ffffff !important;
}

.cart-page .cart-summary .search-tab-content .tab-pane {
    padding: 0;
}

.cart-page .cart-summary-table {
    margin: 0;
    box-shadow: none;
}

.cart-page .cart-summary-table th,
.cart-page .cart-summary-table td {
    padding: 12px 13px !important;
}

.cart-page .cart-summary-table th {
    color: #475569;
    font-weight: 800;
}

.cart-page .cart-summary-table .bg-warning th,
.cart-page .cart-summary-table .bg-warning td {
    background: #fff7df !important;
    color: #0f172a;
    font-size: 14px;
}

.cart-page .cart-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.cart-page .cart-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.cart-page .cart-actions .reserve-button-ext {
    background: #0d6fb8 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(13, 111, 184, 0.22);
}

.cart-page .cart-actions .button.red {
    background: #ffffff !important;
    border: 1px solid #e44049;
    color: #e44049 !important;
}

.cart-page .cart-table-hotels {
    display: block;
    overflow: visible;
    border: 0 !important;
    box-shadow: none;
}

.cart-page .cart-table-hotels thead {
    display: none;
}

.cart-page .cart-table-hotels tbody {
    display: grid;
    gap: 16px;
}

.cart-page .cart-table-hotels .cart-hotel-item {
    display: grid;
    grid-template-columns: minmax(220px, 1.6fr) minmax(180px, 1.15fr) minmax(98px, 0.7fr) minmax(98px, 0.7fr);
    gap: 14px 16px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.cart-page .cart-table-hotels .cart-hotel-item td {
    display: block;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.cart-page .cart-table-hotels .cart-hotel-item td:before {
    display: block;
    margin-bottom: 6px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(1) {
    grid-row: span 2;
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(1):before {
    content: "Servicio";
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(2):before {
    content: "Habitacion";
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(3):before {
    content: "Desde";
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(4):before {
    content: "Hasta";
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(5):before {
    content: "Precio";
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(6):before {
    content: "Ocupacion";
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(7):before {
    content: "Cancelacion";
}

.cart-page .cart-table-hotels .cart-hotel-item td:nth-child(8):before {
    content: "Acciones";
}

.cart-page .cart-table-hotels .cart-service-title {
    max-width: none;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 900;
}

.cart-page .cart-service-city {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #607086;
    font-size: 12px;
    font-weight: 800;
}

.cart-page .cart-room-name,
.cart-page .cart-room-board {
    display: block;
}

.cart-page .cart-room-name {
    color: #17202a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
}

.cart-page .cart-room-board {
    margin-top: 5px;
    color: #607086;
    font-size: 12px;
    font-weight: 800;
}

.cart-page .cart-date-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    background: #f4f8fb;
    border: 1px solid #dfe8f0;
    border-radius: 999px;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
}

.cart-page .cart-price {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
}

.cart-page .cart-price-amount {
    display: block;
    margin-top: 3px;
    color: #0d6fb8;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.cart-page .cart-occupation p {
    margin: 0 0 4px !important;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.cart-page .cart-occupation p:last-child {
    margin-bottom: 0 !important;
}

.cart-page .cart-table-hotels td:nth-child(7) a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    background: rgba(13, 111, 184, 0.1);
    border-radius: 999px;
    color: #0d6fb8;
    font-size: 11px;
    font-weight: 900;
}

.cart-page .cart-table-hotels td:nth-child(8) .btn-group {
    display: flex;
}

.cart-page .cart-summary {
    padding-left: 8px !important;
}

.cart-page .cart-summary > h2 {
    margin-bottom: 14px;
}

.cart-page .cart-summary .search-box {
    overflow: hidden;
    border: 1px solid #dfe8f0;
}

.cart-page .cart-summary-table tr {
    display: grid;
    grid-template-columns: 1fr auto minmax(82px, auto);
    align-items: center;
}

.cart-page .cart-summary-table th,
.cart-page .cart-summary-table td {
    display: block;
    border-right: 0 !important;
    border-left: 0 !important;
}

.cart-page .cart-summary-table tr:last-child {
    display: table-row;
}

.cart-page .cart-summary-table tr:last-child td {
    padding: 13px !important;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

.cart-page .cart-summary-table {
    display: table !important;
    width: 100% !important;
}

.cart-page .cart-summary-table tbody {
    display: table-row-group !important;
}

.cart-page .cart-summary-table tr {
    display: table-row !important;
}

.cart-page .cart-summary-table th,
.cart-page .cart-summary-table td {
    display: table-cell !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* My reserves */

.front #content.reserves-page {
    min-height: calc(100vh - 130px);
    padding: 0 0 82px;
    background:
        linear-gradient(180deg, #f7fbfd 0, #edf5f9 360px, #f5f8fb 100%);
}

.reserves-page > .container {
    max-width: 1120px;
}

.reserves-page .search-box-wrapper.style2 {
    max-width: 980px;
    margin-top: 30px;
}

.reserves-page #main {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.reserves-page .reserves-shell.travelo-box {
    margin: 24px 0 0;
    padding: 26px 28px 28px;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.reserves-page .reserves-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.reserves-page .reserves-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.reserves-page .reserves-heading span {
    color: #607086;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}

.reserves-page .reserves-table-wrap {
    overflow: visible;
}

.reserves-page .dataTables_wrapper {
    position: relative;
}

.reserves-page .dataTables_length,
.reserves-page .dt-buttons {
    margin: 0 0 14px;
}

.reserves-page .dataTables_length {
    float: left;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.reserves-page .dataTables_length label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.reserves-page .dataTables_length select {
    width: auto;
    min-width: 78px;
    height: 34px;
    padding: 0 28px 0 10px;
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 5px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
}

.reserves-page .dt-buttons {
    float: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reserves-page .dt-buttons .dt-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 34px;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 0;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 34px;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.reserves-page .dt-buttons .green {
    background: #0aa889 !important;
}

.reserves-page .dt-buttons .red {
    background: #e44049 !important;
}

.reserves-page .dt-buttons .yellow {
    background: #0d6fb8 !important;
    color: #ffffff !important;
}

.reserves-page .reserves-table {
    clear: both;
    overflow: hidden;
    width: 100% !important;
    margin: 0 0 14px !important;
    background: #ffffff;
    border: 1px solid #dfe8f0 !important;
    border-collapse: separate !important;
    border-radius: 8px !important;
    border-spacing: 0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.reserves-page .reserves-table thead tr.headers {
    background: #0d6fb8;
}

.reserves-page .reserves-table thead tr.filter {
    background: #f8fbfd;
}

.reserves-page .reserves-table th,
.reserves-page .reserves-table td {
    border-color: #e4edf4 !important;
    color: #334155;
    font-size: 12px;
    line-height: 1.45;
    vertical-align: middle !important;
}

.reserves-page .reserves-table thead tr.headers th {
    padding: 12px 10px !important;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: none;
}

.reserves-page .reserves-table thead tr.filter th {
    padding: 9px 8px !important;
}

.reserves-page .reserves-table thead tr.filter input,
.reserves-page .reserves-table thead tr.filter select {
    width: 100%;
    height: 32px;
    padding: 0 9px;
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 5px;
    color: #0f172a;
    font-size: 11px;
    font-weight: 700;
    box-shadow: none;
}

.reserves-page .reserves-table tbody td {
    padding: 14px 10px !important;
    background: #ffffff;
}

.reserves-page .reserves-table tbody tr:nth-child(even) td {
    background: #f8fbfd;
}

.reserves-page .reserves-table .dataTables_empty {
    padding: 34px 16px !important;
    color: #607086;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.reserves-page .reserves-table .btn-group {
    display: inline-flex;
    gap: 6px;
}

.reserves-page .reserves-table .button.btn-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 30px;
    padding: 0 10px !important;
    border: 0;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 30px;
    text-transform: none;
}

.reserves-page .reserves-table .button.btn-mini.yellow {
    background: #0d6fb8 !important;
}

.reserves-page .reserves-table .button.btn-mini.orange {
    background: #f59e0b !important;
    color: #071522 !important;
}

.reserves-page .dataTables_info {
    float: left;
    padding-top: 9px;
    color: #607086;
    font-size: 12px;
    font-weight: 700;
}

.reserves-page .dataTables_paginate {
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding-top: 2px;
}

.reserves-page .dataTables_paginate .paginate_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin: 0 !important;
    padding: 0 10px !important;
    background: #ffffff !important;
    border: 1px solid #dbe5ef !important;
    border-radius: 5px !important;
    color: #475569 !important;
    font-size: 12px;
    font-weight: 800;
}

.reserves-page .dataTables_paginate .paginate_button.current,
.reserves-page .dataTables_paginate .paginate_button:hover {
    background: #0d6fb8 !important;
    border-color: #0d6fb8 !important;
    color: #ffffff !important;
}

.reserves-page .dataTables_paginate .paginate_button.disabled {
    opacity: 0.45;
    cursor: default;
}

@keyframes tg-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes tg-loader-bar {
    0% {
        left: -42%;
    }
    100% {
        left: 100%;
    }
}

/* Responsive */

@media (max-width: 991px) {
    .front section#content.slideshow-bg {
        min-height: 0;
        padding: 34px 0 46px;
    }

    .search-box-wrapper.style2 {
        margin-top: 28px;
    }

    .form-search-front .row {
        display: block;
    }

    .form-search-front .row > [class*="col-"] {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .activity-results-page .search-box-wrapper.style2 .activities .form-search-front .row,
    .activity-detail-page .search-box-wrapper.style2 .activities .form-search-front .row {
        display: block;
    }

    .form-search-front .form-group {
        margin-bottom: 14px;
    }

    .search-result.activities {
        display: block;
    }

    .search-result.activities > .col-sm-4,
    .search-result.activities > .col-sm-8 {
        width: 100% !important;
    }

    #filters.box {
        margin-bottom: 18px;
    }

    .hotel-list .activity-wrapper.row,
    .activity-detail-page .activity-wrapper {
        display: block !important;
    }

    .hotel-list .activity-wrapper > [class*="col-"],
    .activity-detail-page .activity-wrapper > [class*="col-"] {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
    }

    .activities .bg-price,
    .activity-detail-page .activity-wrapper .bg-price {
        min-height: 0;
        border-left: 0;
        border-top: 1px solid #dfe8f0;
    }

    .hotel-detail-page #hotel-main-content {
        margin-bottom: 18px;
    }

    .hotel-detail-page #hotel-availability table.table tr {
        grid-template-columns: 1fr 1fr;
    }

    .hotel-detail-page #hotel-availability table.table td:nth-child(1),
    .hotel-detail-page #hotel-availability table.table td:nth-child(5) {
        grid-column: 1 / -1;
    }

    #CONTACTO .home-contact-panel {
        grid-template-columns: 1fr;
    }

    #CONTACTO .home-contact-grid {
        grid-template-columns: 1fr;
    }

    .soap-login-page .login-layout {
        flex-direction: column;
        gap: 24px;
    }

    .soap-login-page .login-copy {
        max-width: 410px;
        text-align: center;
    }

    .soap-login-page .login-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .soap-login-page .login-panel-column {
        flex: 0 1 auto;
        width: 100% !important;
        max-width: 410px;
    }
}

@media (max-width: 767px) {
    #header .main-header {
        min-height: 66px;
    }

    #header .logo {
        margin: 10px 0;
    }

    #header .logo img.gologo {
        max-height: 44px;
    }

    .search-box-wrapper.style2 .search-box > ul.search-tabs {
        display: none;
    }

    .search-box-wrapper.style2 {
        margin-right: 12px;
        margin-left: 12px;
        width: auto;
    }

    .search-box-wrapper.style2 .visible-mobile .search-tabs {
        display: table;
        width: 100%;
        background: #eef4f8;
    }

    .search-box-wrapper.style2 .visible-mobile .search-tabs > li {
        display: table-cell;
        float: none;
    }

    .search-box-wrapper.style2 .visible-mobile .search-tabs > li > a {
        display: block;
        min-height: 44px;
        padding: 12px 6px;
        color: #596879;
        font-size: 11px;
        font-weight: 800;
        text-align: center;
    }

    .search-box-wrapper.style2 .visible-mobile .search-tabs > li.active > a {
        background: #157bd1;
        color: #ffffff;
    }

    .search-box-wrapper.style2 .search-tab-content .tab-pane {
        padding: 16px;
    }

    .hotel-list .activity-wrapper figure img,
    .activity-detail-page .activity-wrapper figure img {
        height: auto !important;
        min-height: 0;
    }

    .hotel-detail-page #hotel-features .tab-content {
        padding: 16px;
    }

    .hotel-detail-page #hotel-features > .tabs {
        padding: 0 8px;
    }

    .hotel-detail-page #hotel-features > .tabs > li > a {
        min-height: 42px;
        padding: 0 10px;
        font-size: 11px;
    }

    .hotel-detail-page #hotel-availability table.table tr {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .hotel-detail-page #hotel-availability .price-section .price {
        font-size: 18px;
    }

    #CONTACTO.wrapper-section {
        padding: 30px 0 38px;
    }

    #CONTACTO .home-contact-panel {
        padding: 18px;
    }

    #CONTACTO .home-contact-heading h2 {
        font-size: 22px;
    }

    .soap-login-page #main {
        padding: 24px 14px;
    }

    .soap-login-page .login-copy h1 {
        font-size: 38px;
    }

    .soap-login-page .login-copy p {
        font-size: 14px;
    }

    .soap-login-page .bg-login {
        padding: 26px 22px 22px !important;
    }

    .activity-detail-page .activity-wrapper figure {
        min-height: 0;
    }

    .activity-detail-page .activity-wrapper .bg-price {
        padding: 22px !important;
        align-items: stretch;
        text-align: left;
    }

    .activity-detail-page .bg-price .best-price,
    .activity-detail-page .bg-price .price {
        font-size: 28px;
    }

    .activity-detail-page .bg-price .button,
    .activity-detail-page .bg-price .js-activity-date {
        max-width: none;
    }

    #footer .bottom .container {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    #footer .footer-brand {
        justify-content: center;
        text-align: center;
    }

    #footer .footer-top-link {
        align-self: center;
    }
}
