/*******************************
* GENERAL
*******************************/

@media(device-width:1080px) and (orientation:portrait) {
    body {
        overflow: hidden;
        cursor: none
    }
    * {
        outline: 0;
        cursor: none
    }
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: white;
}

a:focus {
    outline: none;
}

a {
    color: white !important;
}

body {
    padding: 0;
    margin: 0;
    width: 1080px;
    height: 1920px;
    -moz-user-select: none;
    -webkit-user-select: none;
    border: 1px solid #ffffff2e;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper {
    width: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    margin-left: 0;
    padding-bottom: 0px !important;
    height: 1920px !important;
    width: 1080px !important;
    min-width: 1080px !important;
    min-height: 1920px !important;
}

a {
    text-decoration: none;
    outline: none;
}

a#backbutton,
a#mainbutton {
    height: 80px;
}

.dialogbox .modal-dialog .modal-content {
    max-width: 100%;
    max-height: 800px;
}

.modalbox .modal-dialog {
    max-width: 80%;
    transition: 0.5s all !important;
    margin-top: env(safe-area-inset-top);
}

.dialogbox .modal-dialog {
    max-width: 60%;
}

div#upselling_card {
    text-align: left !important;
    min-height: 220px;
}

.upselling-prod-descp {
    line-height: 16px;
    margin-bottom: 30px !important;
}

.dialogbox .modal-dialog.upselling {
    max-width: 90% !important;
}

#upselling_card .card-text {
    max-height: 160px;
    overflow: hidden;
}

#upselling_card .card-img-box {
    height: 273px !important;
}

.loader-screen {
    width: 1080px !important;
    height: 1920px !important;
}

.tab-content .tab-pane {
    height: 100%;
    min-height: 956px;
    max-height: 956px;
    overflow-y: auto;
}

.tabcontent {
    height: 100%;
    max-height: 1086px;
}

.tabcontent-full {
    height: 100%;
    max-height: 1176px;
}

.tab-pane {
    column-count: auto;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 1202px!important;
    left: 0;
    outline: 0;
    position: absolute!important;
    -webkit-tap-highlight-color: transparent;
    top: 743px!important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 1080px!important;
    z-index: 99992
}

div#nav-tab {
    border-radius: 15px;
}

.tablinks {
    margin: 10px 2px 10px 2px;
    height: 55px;
    font-size: 1em;
    text-transform: uppercase;
    border-color: transparent !important;
}

.header-page,
.header-page-lg {
    height: 200px !important;
}

.header-page-image,
.header-page-image-lg {
    height: 250px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 0 !important;
    max-width: 1080px;
}

.header-page-title {
    z-index: 9;
    position: absolute;
    top: auto !important;
    margin-top: 84px !important;
    max-width: 1080px;
}

#weatherdiv {
    margin-left: 35px;
    width: 230px;
}

.card.active {
    border-bottom: 2px solid #df691a;
}

#slider {
  max-width: 1080px;
  width:100vw;
  height: 607px;
  overflow: hidden;
}
img#slider {
      width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /* centra el recorte */
        display: block;
}


.fancybox-slide--image {
    overflow: hidden;
    padding: 150px 100px 70px 100px!important
}

#buttonbar-widget {
    border-color: #ffffff3d !important;
}

div#tabs-mobile {
    padding: 5px;
}

#welcome-splash .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1080px!important;
    height:100vh;
    height:100dvh;
    margin: 0;
}

#welcome-splash .modal-content {
    border-radius: 0.3rem!important;
    border: none;
    width: 1080px;
    height:100vh;
    height:100dvh;
}


/******************************
* TRACK ROUTES
*******************************/

.floating_menu {
    position: absolute;
    top: 31px;
    right: 4px;
    z-index: 10;
}

button#btnMyLocation {
    box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
    border-radius: 0.5em;
    width: 3em;
    height: 3em;
    line-height: 1px;
    border: none;
    background: #fffffffa;
}

.track-route-list-btn {
    display: none;
}

#track-route-grid {
    display: block;
    grid-template-areas: "route-list" "map";
    height: 1178px;
    position: relative;
    overflow: hidden;
}

#track-route-map {
    grid-area: map;
    height: calc(100vh - 60px);
    max-height: 100%;
    position: relative;
}

#track-route-map-container {
    height: calc(100% - 0px);
}

#track-route-list {
    grid-area: route-list;
    /* height: calc( 85px - 32px ); */
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 7px;
}

#track-route-list-details {
    background-color: #ffffff55;
    backdrop-filter: blur(10px);
    border-radius: 12px !important;
    padding: 10px 20px;
}

button#btnRouteNotification {
    height: 45px;
    padding: 10px;
}

.track-route-list-details-item {
    display: -ms-flexbox;
    justify-content: start;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-flow: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    gap: 8px;
    font-size: 48px;
    /* transform: translateX(0px); */
}

.animation {
    transition: opacity 3.25s cubic-bezier(.68, -.55, .27, 1.55), height 2s cubic-bezier(.68, -.55, .27, 1.55), width 1s cubic-bezier(.68, -.55, .27, 1.55), font-size 2s cubic-bezier(.68, -.55, .27, 1.55), all 2s cubic-bezier(.68, -.55, .27, 1.55);
}

.hide {
    transition: opacity 0.15s cubic-bezier(.68, -.55, .27, 1.55), height .15s cubic-bezier(.68, -.55, .27, 1.55), width .15s cubic-bezier(.68, -.55, .27, 1.55), font-size .15s cubic-bezier(.68, -.55, .27, 1.55), all .15s cubic-bezier(.68, -.55, .27, 1.55);
}

.animation.hide,
.animation.hide * {
    height: 0;
    transform: translateX(100px);
    opacity: 0;
    font-size: 0;
    padding: 0;
}

.icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.icon-24 {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

#track-route-list a {
    background: white;
    color: #5a5a5a;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.marker-vehicle {
    background: white;
    padding: 4px;
    border: 3px solid #003167;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transform: translateY(-75%) translateX(-75%);
    padding: 9px;
}

.zoomOut .marker-vehicle {
    width: 90px;
    height: 90px;
}

.marker-vehicle::after {
    border-right: 10px solid #003167;
    border-bottom: 10px solid #003167;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateY(-55%) translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}

.marker-vehicle img {
    object-fit: fill;
}

.H_btn {
    width: 10em !important;
    height: 10em !important;
}

.H_l_middle {
    top: 12%;
}


/*******************************
* SLIDER
*******************************/

.slide-imagen {
    width: 100vw !important;
    max-width: 1080px;
    max-height: 100% !important;
}


/*******************************
* MAPS
*******************************/

.modal-header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 260px;
}

.maplist-header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 130px;
}

#maps_filters .nav-item {
    width: auto !important;
    margin-bottom
    /* padding: 80px; */
}

div#maps_filters {
    margin-bottom: 0px !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    overflow-x: auto;
    white-space: nowrap;
    display: flex !important;
    flex-wrap: nowrap !important;
    padding: 0 10px;
}

#maps_filters a.item {
    height: 80px;
    line-height: 45px;
    color: #5a5a5a;
}

.footer-mapfilters {
    height: 80px;
    width: 100%;
    position: relative;
    padding: env(safe-area-inset-bottom);
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #ffffffbf;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
}

img.filter-icon {
    max-width: 25px;
    filter: opacity(0.5);
    margin-top: 7px;
}

.filter_active {
    border-bottom: 3px solid;
    color: #3355b4 !important;
    height: 60px;
    background-color: #f7f7f7;
}

.filter_active * {
    filter: opacity(1) !important;
}

.footer-icon-title {
    font-size: 16px;
    color: black;
}

.mapa_hotel {
    height: 1177px;
    width: 1080px;
    top: -127px;
}

.mapitem.active {
    box-shadow: 0 0.1rem 0.8rem #0056b35c !important;
    color: #2345a6 !important;
}

.mapitem {
    min-width: 230px !important;
}

#maplistContainer {
    column-count: auto !important;
    overflow-x: auto;
    background-color: #ffffff80;
}

.header_map {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


/*******************************
* AGENDA
*******************************/

.ag-evento {
    width: 185px !important;
}

.filterDiv {
    float: left;
}

div#nav-0,
div#nav-1,
div#nav-2,
div#nav-3,
div#nav-4,
div#nav-5,
div#nav-6,
div#nav-7 {
    height: 845px;
}

.agenda .modal-dialog {
    max-width: 750px;
    padding-top: 280px;
}

img#poster-modal {
    max-height: 650px;
    max-width: 100%;
}

.selected-agenda-day {
    color: #f9f9f9 !important;
}

button#agenda-filterall {
    min-width: 170px;
}

.barra-filtros {
    height: 50px !important;
}

.tab-agenda .tab-pane {
    padding: 20px !important;
    height: 1016px !important;
    min-height: 1016px !important;
}

.logo-footer-agenda {
    max-height: 115px;
    margin-left: 20px;
}


/*******************************
* CATEGORY
*******************************/

button#subcat-bottons {
    height: 55px;
    font-size: 18px;
    text-transform: uppercase;
}

#itemcontainer {
    max-width: 1080px;
    margin: 0;
    padding: 0;
    height: 1067px;
    overflow: hidden;
}

.lista-items {
    height: 1060px;
}

.lista-items-full {
    height: 1175px;
}


/*******************************
* HOME
*******************************/

.ButtonsWidgetlogo {
    max-width: 350px;
}
.lista-categoria .card-img-top {
  height: 144px;
}

div#category-text {
    background: #0000008f;
    bottom: 0px;
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0px;
}

.languages-content {
    background: none repeat scroll 0 0 #2b3e50;
    height: 50px;
    margin-top: -1px;
    top: -28px;
    display: inline-block;
    position: relative;
    padding-bottom: 58px;
}

#hoteldiv {
    border-radius: 30px 30px 0 0;
    height: 894px;
}

#ButtonsFlags {
    position: absolute;
    top: -2px;
}

#categorylist {
    margin: 0;
    column-count: auto;
}

.buttons-widget-icons {
    margin: 5px 8px;
}


/*******************************
* OFFER PAGE
*******************************/

.candado {
    height: 95px;
}

.responsive-tab-container {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.responsive-fila-tab-background {
    height: 1075px;
    width: 1080px;
}

.tabcontent-full {
    height: 1180px;
}

.page-slide-photo {
    width: 330px !important;
    max-height: 238px !important;
}

div#column-logo {
    max-height: 250px;
    min-height: 150px;
}

.pdf-viewer {
    height: 1093px;
}

.pin-virtual {
    height: 210px;
}


/*******************************
* TRATAMIENTOR
*******************************/

.tratamientos_prod_btn {
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 17px;
}

/*******************************
* BOOKING
*******************************/
/* .zoomHolder
    {
        width:350px;
        height:650px;
        position:relative;
        overflow:hidden;
        margin-left: 5px;    
        
    }   */

.zoomHolder {
    width: 100% !important;
    height: 1048px !important;
    position: relative;
    overflow: hidden;
}
.btn-seats.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 19px;
  text-align: center;
  translate: -4px 0px;
}

.btn-seats.btn-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 35px;
  text-align: center;
  translate: -9px -14px;
}
#header_locate_resourcetable>.col-12>.badge-dark {
  display: none !important;
}

.btn-seats.btn-xl {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 35px !important;
  font-size: 50px;
  text-align: center;
  translate: -23px -23px;
}
.btn-seats {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border: 0.1px solid #7c8e95 !important;
  border-radius: 50% !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  translate: -12px -8px;
}
.btn-seats:hover {
    box-shadow: 0 0px 10px rgba(0, 94, 255, 0.3), 0 5px 12px rgba(0, 73, 255, 0.22) !important;
}

.btn-seats i {
    position: relative;
    top: -2px;
}

.btn-seats-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.controlHolder {
    width: 120px !important;
    height: 30px !important;
    /* background:rgba(255,255,255,0.70); */
    top: 0px !important;
    margin: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    position: relative !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    text-align: center !important;
    border-radius: 30px !important;
    /* margin-top: 560px; */
}

.zoomIn,
.zoomOut,
.fullscreenToggle {
    /* background:url(../assets/pz_sheet_blue.png) no-repeat; */
    display: inline-block !important;
    margin: 0px 8px 0px 8px !important;
    background-size: cover !important;
    text-align: center;
    width: 20px !important;
    height: 20px !important;
}

.zoomOut {
    background-position: -20px 0 !important;
}

.fullscreenToggle {
    background-position: -60px 0px !important;
}

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

.seats_top_bar {
    border-top: 1px solid;
    margin-top: 0px;
    padding: 10px 10px;
    background-color: #ebebeb;
}

#content_conditions {
    text-align: left;
}

.booking-itemcontainer {
    background: none!important;
    text-align: center;
    height: auto !important;
}

.bg-booking-restaurant {
    height: 1179px;
    background-size: cover;
    background-position: center;
    background-image: url("/assets/images/bg-restaurant-reservations.jpg");
}

.tab-booking .tab-pane {
    padding: 50px !important;
}

.input-group.cantidad {
    max-width: 150px;
}

.booking-description {
    min-height: 300px;
    max-height: 450px;
    margin: 10px;
    width: 416px;
}

.book-horario {
    max-width: 160px;
}

.book-horario-price {
    max-width: 168px;
    /* max-width: 46%; */
    margin-bottom: 6px !important;
    display: inline-block;
    width: 100%;
    margin: 5px;
}

.book-people-title {
    font-size: 20px;
}

div#div-credit-card-processing {
    top: 0;
    position: absolute;
    height: 1180px;
    margin: 0;
    padding: 0;
    left: 0;
}

#allergens_buttons {
    column-count: 7;
}

#allergens_container {
    margin-top: 10px !important;
}

#booking-allergens-card {
    overflow: hidden;
    margin: 4px;
    width: 106px;
}

.final-step-booking-result {
    width: 1080px;
    position: absolute;
    bottom: 0px;
    height: 1180px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: translatex(-50%);
    left: 50%;
}

.booking-daterange-checkbox {
    height: 60px;
    width: 60px;
}

.booking-categories {
    column-count: 2;
}


/*******************************
* SELLING PAGE
*******************************/

.header-image-roomservice-product {
    height: 200px !important;
}

.selling-header-image-modal {
    opacity: 0.5;
}

.selling-menu-foto {
    max-height: 20vh;
}

div#guest_validation {
    height: 1178px;
    background-color: #f9f9f9;
}

button#dias-roomservice {
    border: none;
    border-radius: 0;
}

button.roomservice-horas {
    height: 50px;
    width: 100px;
}

.tab-selling .tab-pane {
    padding: 50px;
}

.filtros-totem {
    z-index: 999999;
    position: sticky;
    top: 0px;
}


/*******************************
* FLIGHTS
*******************************/

.flights-div {
    height: 1171px;
}


/*******************************
* JQUERY UI
*******************************/

.ui-datepicker {
    width: 420px !important;
    font-size: 1.7em !important;
    padding: 0 !important;
}

.ui-datepicker-header {
    border: none !important;
    background: transparent !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

.ui-datepicker-header .ui-state-hover {
    background: transparent !important;
    border-color: transparent !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: .7em !important;
    margin-bottom: .7em !important;
    color: #e9f0f4 !important;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 1.2em !important;
    border: none !important;
    width: 2.8em !important;
    height: 1.8em !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-position: -32px 0 !important;
    margin-top: 0 !important;
    top: 0 !important;
    font-weight: normal !important;
}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0 !important;
}

.ui-datepicker table {
    margin: 0 !important;
}

.ui-datepicker th {
    padding: 1em 0 !important;
    color: #ccc !important;
    font-size: 13px !important;
    font-weight: normal !important;
    border: none !important;
    border-top: 1px solid #3a414d !important;
}

.ui-datepicker td {
    background: #3355b4 !important;
    border: none !important;
    padding: 0px !important;
}

td .ui-state-default {
    background: transparent !important;
    border: none !important;
    text-align: center !important;
    padding: 1em !important;
    margin: 0 !important;
    font-weight: normal !important;
    color: #efefef !important;
    font-size: 16px !important;
}

.ui-state-disabled {
    opacity: 1 !important;
}

.ui-state-disabled .ui-state-default {
    color: #ffffff4a !important;
}

td .ui-state-active,
td .ui-state-hover {
    background: #2e3641 !important;
}


/* .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #5cb85c !important;
} */

div#ui-datepicker-div {
    background: #545454 !important;
}


/*******************************
* poll
*******************************/

.tab-poll .tab-pane {
    padding: 50px !important;
}


/*******************************
* MENU PAGE
*******************************/

#accordion-menu {
    column-count: 1;
    min-height: 1068px !important;
    max-width: 700px;
    margin: auto;
}

.header-menucat {
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: color;
    background-color: #00000085;
}

.tab-selling {
    max-height: 1180px;
    overflow: auto;
    background-color: #f6f6f6
}

.menu-product-description {
    color: #a0a0a0!important;
    width: 100%!important;
    font-size: 80%;
    font-weight: 400;
    line-height: normal;
    padding: .15rem .25rem!important;
}

.product-options {
    line-height: 26px;
    background: #f9f9f9;
    border-radius: 3px;
    margin-top: 5px;
}

div#mapContainer {
    height: 1170px;
}

.icon-near-stop {
    font-size: 48px;
}

.icon-time-stop {
    font-size: 48px;
}

div#routeNotification {
    z-index: 99;
    position: absolute;
    bottom: 74px;
    left: 3px;
    background-color: #ffffff7a;
    font-size: 34px;
    width: 100vw;
    max-width: 1080px;
    line-height: 1.3;
}