﻿@charset "utf-8";

@font-face {
    font-family: DINPro-CondBlack;
    src: url('../fonts/DINPro-CondBlack.woff') format("woff"),
    url('../fonts/DINPro-CondBlack.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: DIN Next LT Arabic;
    src: url('../fonts/din-next-lt-arabic-medium.woff') format("woff"),
    url('../fonts/din-next-lt-arabic-medium.ttf') format('truetype');
    font-style: normal;
}

@-ms-viewport {
    width: device-width;
}

html {
    display: flex;
}

html,
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #FFFFFF;
    background: #000;
    background-color: #000;
    background-image: url("../videos/portadaFade.jpg");
    background-position: center;
    background-size: cover;
}

html,
body,
p,
th,
td,
li,
dd,
dt {
    font: 1em "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

/**
* Menu 
*
*/

nav#navbar {
    top: 0;
    width: 100%;
    background-color: #0c0c0e;
    height: 96px;
    z-index: 10;
    border-bottom: 1px solid #262626;
}

.navbar.pasos {
    display: flex;
    margin-left: 0%;
    background-color: transparent;
}

@media only screen and (max-width: 1035px) and (min-width: 900px) {
    /*1202.98*/
    .navbar-item.is-tab.is-active span {
        border: none !important;
    }

    .navbar-item.is-tab.is-active span.menu-break {
        border-bottom: 2px solid #beadd1 !important;
    }
}

.navbar-item.is-tab.is-active {
    border-bottom: none;
}

.navbar-item.is-tab.is-active span {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #008484;
}

a.navbar-item.is-tab span:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #008484;
}

/*a.navbar-item.is-tab:after{*/
/*    content: '';*/
/*    height: 4px;*/
/*    width: 30px;*/
/*    display: block;*/
/*    background: #008484;*/
/*    transition: width 1s;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

.navbar-item.is-tab span {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}


.navbar-item.is-tab.is-active span.menu-break {
    border: none;
}

.navbar-item.is-tab:hover {
    border: none;
}

.navbar span {
    font-family: "DINPro-CondBlack", serif;
}

.menu-label {
    font-family: "DINPro-CondBlack", serif;
}

.tooltip .tooltiptext {
    background-color: #1e1e1e;
    border: 1px solid #008484;
    text-align: center !important;
    color: #262626;
}

.tooltip .tooltiptext::after {
    border-color: transparent transparent #008484 transparent;
}

span {
    color: #262626;
    font-weight: 400;
    font-size: 15px;
}

.step2 a#showModal {
    visibility: hidden;
}

.step2 iframe {
    height: 535px;
}

.tabla-capacidades {
    color: #ffffff !important;
    width: 212px !important;
}

.toggle-button {
    background: #000000;
    border: 1px solid #008c95;
    border-radius: 0px;
    color: #008c95;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 0;
    margin-top: 0;
}

.toggle-button-active {
    background: #ffffff;
}

.menu-arrow-container-active {
    background: rgba(0, 0, 0, 0);
    display: inline-block !important;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    text-align: center;
}

#cover {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

/*
      Capacity Charts
  */

.step1 .table.step1 span {
    color: #FFFFFF;
    font-weight: 600;
}

.buttons.is-centered {
    margin: 20px;
}

.step1 .table {
    color: #FFFFFF;
    background: none;
    border: 0;
    margin: 14px;
    width: 90%;
}

.button.tabla-capacidades {
    background: #008484;
}

.modal-content .table th {
    font-weight: bold;
}

.modal-content .table {
    background-color: #1e1e1e;
    color: #FFFFFF;
}

.modal-content .table td,
.modal-content .table th {
    border: 1px solid #333333 !important;
    border-width: 0 0 1px !important;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.modal-content .table th {
    font-family: "DINPro-CondBlack", serif;
    text-transform: uppercase;
}

.modal-content .table td a {
    font-family: "DIN Next LT Arabic", serif;
    color: #008484 !important;
    text-decoration: underline;
}

/*
  Redes sociales
  */
.aFacebook {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #beadd1;
}

.aInstagram, .aGooglePlus, .aLinkedIn, .aPinterest, .aTwitter {
    background-color: rgba(255, 255, 255, 0) !important;
}

/**
* Fotter
*/

.mifooter {
    margin-top: auto;
    width: 100%;
    height: 70px;
    font-family: "DIN Next LT Arabic", serif;
    background: #FFFFFF;
    color: #000000;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
}

.social {
    align-self: center;
    order: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 11px;
}

.container-footer {
    text-align: center;
    align-self: center;
    order: 2;
    margin: auto;
    margin-top: -10px;
}

.shareSelector {
    color: #008484 !important;
    margin-top: -14px;
}

#footer {
    display: block;
    color: #ffffff;
    background: #000000;
    height: 74px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#footer-share-icon {
    display: inline-block;
    font-size: 30pt;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer-copyright-text {
    font-family: "DIN Next LT Arabic", serif;
    font-size: 18pt;
    display: inline-block;
}

.modal-dialog {
    background: rgba(0, 0, 0, 0.6);
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.modal-body {
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background: none;
    height: auto;
    border-radius: 0;
    width: 80%;
    margin-bottom: 60px;
}

.modal-content .venue-title {
    display: none;
}

/*
*   Logos
*/

#hotel-logo {
    height: 44px;
    position: absolute;
    left: 100px;
}

#virtual-planner-logo {
    height: 44px;
    position: absolute;
    right: 100px;
}

div#spaces-map-panel {
    width: 100%;
    height: 100%;
}

div#spaces-map-panel span {
    width: 46%;
    color: black;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-right: -30px;
    margin-left: 19px;
}

div#spaces-map-panel div {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.box.container.capacity-table-lateral-mobile {
    display: none !important;
}

div.paso5_formulario {
    height: 713px;
}

div.text-preview {
    width: 450px;
    margin-left: 250px;
    position: relative;
    float: left;
    font-size: 16px;
    margin-top: 30px;
}

div.foto-preview {
    width: 200px;
    height: 130px;
    margin-left: 750px;
    margin-bottom: 5px;
    padding-top: 5px;
}

div.foto-preview img {
    width: 200px;
    height: 130px;
}

fieldset.datos-contacto {
    width: 490px;
    float: left;
    margin-left: 10px;
    height: 224px;
}

fieldset.datos-contacto,
fieldset.datos-comidas,
fieldset.datos-evento,
fieldset.montaje-evento,
fieldset.comentarios-detalles,
.envio-ok,
.captcha {
    background: #fff;
    border: 1px solid #c9c2b8;
}

#legend {
    position: relative;
    width: 100%;
}

#legend {
    border-bottom: 1px solid #c9c2b8;
}

fieldset.datos-comidas {
    width: 490px;
    margin-left: 16px;
    margin-bottom: 10px;
    height: 224px;
    float: left;
}

fieldset.datos-comidas > label.checkbox {
    width: 200px;
    text-align: right;
    padding-right: 5px;
}

fieldset.datos-contacto,
fieldset.datos-comidas,
fieldset.datos-evento,
fieldset.montaje-evento,
fieldset.comentarios-detalles,
.envio-ok,
.captcha {
    background: #fff;
    border: 1px solid #c9c2b8;
}

label.checkbox {
    width: 70px;
    margin-top: 2px;
    display: block;
    float: left;
    clear: left;
    cursor: default !important;
}

.checkbox:hover,
.radio:hover {
    color: black !important;
}

fieldset.datos-comidas > label.checkbox {
    width: 200px;
    text-align: right;
    padding-right: 5px;
}

fieldset.datos-montaje1 > label.checkbox {
    width: 200px;
    text-align: right;
    padding-right: 5px;
}

fieldset.datos-montaje2 > label.checkbox {
    width: 200px;
    text-align: right;
    padding-right: 5px;
}

input.checkbox {
    width: 15px;
    height: 15px;
    margin: 5px;
    float: left;
}

fieldset.datos-evento {
    width: 490px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 163px;
}

#ui-datepicker-div {
    font-size: 82.5%;
}

label.habitaciones {
    float: left;
    width: 180px;
}

label.habitaciones {
    margin-left: 1px;
}

input.cuantas {
    width: 15px;
    height: 15px;
    margin: 13px 10px 10px;
    float: left;
}

label.cuantas {
    float: left;
    clear: right;
    width: 140px;
}


.tabs.is-large.niveles {
    top: 0;
    margin-bottom: 8px;
}

.tabs ul {
    display: flex;
    width: 100%;
    background-color: #1e1e1e;
}

.tabs .map-tabs-span {
    font-family: "DIN Next LT Arabic", serif;
    color: #bbb2a2 !important;
}

.tabs a:hover {
    color: #bbb2a2;
}

.tabs li {
    flex: 1;
    max-width: 150px;
    border: none;
}

.custom-underline {
    background-color: #bbb2a2;
}

input.day {
    width: 20%;
    float: left;
    margin-right: 5px;
}

label.nguests {
    width: 160px;
    margin-top: 20px;
}

label.nguests {
    margin-top: 20px;
}

input.npers {
    width: 10%;
    float: left;
    margin-right: 5px;
    margin-top: 20px;
}

input.npers {
    margin-top: 20px;
}

fieldset.datos-horarios {
    width: 250px;
}

fieldset.datos-horarios {
    width: 266px;
}

label.hora {
    margin-left: 40px;
    width: 80px;
    height: 30px;
    padding-top: 15px;
}

select.hora1 {
    margin-top: 13px;
    margin-left: 13px;
    width: 106px;
}

select.hora2 {
    margin-top: 5px;
    margin-left: 13px;
    width: 106px;
}

label.hora {
    padding-top: 14px !important;
    width: 80px;
    height: 25px;
    margin-left: 35px !important;
}

select.hora1 {
    margin-top: 9px;
    margin-left: -3px;
    width: 103px;
    font-size: 12px;
    height: 25px;
}

select.hora2 {
    margin-top: 4px;
    margin-left: -3px;
    width: 103px;
    font-size: 12px;
    height: 25px;
}

label.hora {
    padding-top: 0px;
    width: 80px;
    height: 30px;
    margin-left: 0px;
}

fieldset.montaje-evento {
    width: 490px;
    float: left;
    margin-left: 17px;
    height: 230px;
}

fieldset.datos-montaje1 {
    width: 50%;
    float: left;
    margin-top: 5px;
}

fieldset.datos-montaje2 {
    margin-top: 5px;
}

fieldset.comentarios-detalles {
    width: 490px;
    margin-left: 10px;
    top: -57px;
    position: relative;
    height: 110px;
}

#submit {
    width: 200px;
    padding: 5px;
    display: inline;
    margin-top: -89px;
    float: right;
    margin-right: 11px;
    height: 50px;
}

fieldset.submit {
    margin-top: -18px;
}

input#submit {
    font-size: 18px;
    text-decoration: none;
    width: 118px;
    border: 0;
}

.btn-envio-ok,
input#submit {
    text-transform: uppercase;
    background-color: #000000;
    color: #ffffff;
    font-family: "DIN Next LT Arabic", serif, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.noactive {
    display: none;
}

img#map_image_sel {
    /*position: absolute;*/
    /*margin-top: -380px;*/
    /*height: 380px;*/
}

.pointer-default {
    cursor: default !important;
}

.field.name-salon {
    font-family: "DINPro-CondBlack", serif;
    text-align: center;
    font-size: 1.3rem;
    color: #efefef;
    text-transform: uppercase;
    margin-top: -15px;
}

.venue-title {
    margin-top: 11px;
    margin-bottom: 11px;
}

#title h1 {
    font-family: "DINPro-CondBlack", serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.03;
    margin: 0;
}

.menu-label:not(:last-child) {
    margin-bottom: 1em;
!important;
    margin-top: 1em;
!important;
}

.menu-label {
    color: #ffffff;
}

.arthref .icon-container .centered {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    max-width: 100%;
    width: 100%;
    background: rgba(142, 142, 142, 0.7) !important;
}

.dz-message.needsclick {
    color: #363636;
}

.arthref .icon-container ul.active {
    margin: 22% 0; /*10 0*/
}

.arthref .icon-container ul li {
    width: 125px;
}

.arthref .icon-container ul li span {
    display: none;
    color: #beadd1;
    font-size: 14px;
    text-shadow: none;
}

/*
.arthref .icon-container ul li:hover span{
  background: #beadd1;
}*/

.arthref .icon-container ul li a {
    background-image: none;
    background-color: transparent;
    margin: 0 0 20px 0;
    color: #262626;
    font-size: 4rem;
}

.arthref .icon-container ul li:hover a {
    background-image: none;
    color: #008484;
}

.modal-close {
    background-color: #008484 !important;
    border-radius: unset !important;
}

article.tile.is-child.venues-menu-article {
    background-color: #1f1f1fcc !important;
    /*height: 95%;*/
}

div.navbar-brand {
    height: 100%;
    padding: 0px;
}

img.head-logo {
    height: 130%;
    width: auto;
}

.navbar-brand .navbar-item {
    height: 80px;
    flex: 1;
}

.navbar.is-spaced a.navbar-item {
    flex-grow: initial;
}

.navbar-brand .navbar-end {
    height: 80px;
    flex: 1;
}

.logoVP-small-menu {
    display: none;
}

div.bg-hamb-menu {
    display: none;
}

.step2 h1.title.is-3 {
    font-family: "DINPro-CondBlack", serif;
    font-size: 44px;
    margin-top: 10px;
    padding-bottom: 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.control span {
    font-family: "DINPro-CondBlack", serif;
    text-transform: uppercase;
}

.nameHotel {
    background-color: #1e1e1e;
    color: #262626;
    width: 100%;
}

.nameHotel p {
    font-family: "DINPro-CondBlack", serif;
    font-size: 28px;
    padding: 14px 0;
    padding-left: 22px;
    max-width: 1488px;
    margin: auto;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #fff;
    align-self: center;
}

.selectZone {
    color: #262626;
    width: 100%;
}

.selectZone p {
    font-family: "DINPro-CondBlack", serif;
    font-size: 2.5rem;
    padding: 14px;
    max-width: 1488px;
    margin: 0 auto;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #fff;
    align-self: center;
    text-align: center;
    text-transform: uppercase;
}

.dir-ar .nameHotel p {
    padding-right: 27px;
}

.step2 .tile.is-ancestor {
    display: flex;
}

.tile.is-vertical.is-9 {
    flex-grow: 2;
}

.step2 .tableCapacity {
    flex-grow: 1;
}

.columns.biggers {
    width: 90%;
    margin: auto;
}

.desktop-step-2 {
    width: 90%;
    margin: auto;
}

.thumb-video span {
    font-family: "DIN Next LT Arabic", serif;
    text-transform: uppercase;
}

.thumb-photo span.icon.is-small {
    font-family: "DINPro-CondBlack", serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: rgb(24 24 24 / 80%);
    color: #c3c3c3;
    z-index: 95;
}

span.icon.is-small.icon-video-yt {
    background: rgba(0, 0, 0, 0.35);
    z-index: 95;
	border: 1px solid #fff;
}

.thumb-video span.icon.is-small {
    z-index: 95;
}

i.far.fa-play-circle {
    color: #bbbbbb;
    margin: 0;
}

.step2 .control span {
    font-family: "DINPro-CondBlack", serif;
}

.thumb-2-big img,
.thumb-3-big img,
.thumb-4-big img {
    width: auto;
}

div#spaces-map-panel div {
    margin: auto;
    display: block;
    float: none;
}

.step1 .step-1-columns .venuesList article.venues-menu-article {
    width: 100%;
}

.step1 .step-1-columns .venuesList {
    flex: 1;
    height: 640px;
}

.step1 .step-1-columns .tile.is-parent.is-7 {
    flex: 3;
}

.step1 .step-1-columns .capacity-table-lateral-desktop {
    flex: 1;
}

.step1 .step-1-columns .playCanvasTab {
    margin: 0 auto;
}

/* 900 a 1280  OLD 1024 a 1280 */
@media only screen and (max-width: 1279.98px) and (min-width: 900px) {
    .step1 {
        margin-bottom: 170px;
    }

    #iso-hotel-logo {
        height: 120.21px !important;
    }

    #invite-message {
        font-size: 12pt !important;
        margin: 15px !important;
        width: 70% !important;
    }

    #vp-logo {
        margin: 12.5px auto !important;
    }

    .navbar-burger {
        display: none;
    }

    .navbar > .container {
        display: flex;
    }

    .navbar-menu {
        display: flex !important;
        height: 96px;
        background: none;
        box-shadow: none;
        padding: 0;
        width: 84%;
        align-items: center;
    }

    .navbar.pasos {
        margin: 0 10px;
    }

    .navbar-item {
        padding: 10px;
        flex-shrink: 1;
        text-align: center;
    }

    .navbar span {
        font-size: 13px;
    }

    .nameHotel p {
        font-size: 25px;
        padding-left: 25px;
    }

    #spaces-map-panel {
        display: block !important;
    }

    .step-1-columns {
        display: flex !important;
        justify-content: space-around !important;
        align-items: center;
        width: 90%;
    }

    .step-1-columns .tile.is-parent.venuesList {
        flex: 1;
        align-self: flex-start;
    }

    .tile.is-7 {
        flex: 2;
        align-self: flex-start;
        justify-content: space-around;
    }

    .field.name-salon {
        font-size: 15px;
        margin: 0;
        margin-top: -15px;
    }

    .metricSystemReactive-meters, .metricSystemReactive-feets {
        height: 35px;
    }

    .step1 .capacity-table-lateral-desktop {
        flex: 1;
        align-self: flex-start;
        justify-content: center;
    }

    .step1 .tile.is-ancestor {
        margin: auto;
        margin-top: -15px;
        width: 100%;
    }

    .tile.is-parent {
        padding: 8px !important;
    }

    .tile.is-parent.capacity-table-lateral-desktop {
        margin-top: 8px;
    }

    .venue-title {
        margin-top: 35px;
    }

    .step2 h1.title.is-3 {
        font-size: 40px;
    }

    .modal-content {
        height: 80%;
    }

    .table.step1 {
        font-size: 13px;
    }

    .step1 .capacity-table-lateral-desktop .buttons.is-centered {
        width: 185px;
        margin-bottom: 5px;
    }

    .step1 .capacity-table-lateral-desktop div.field.metros-pies-sidebar {
        margin-bottom: 5px;
    }

    /*900 1280*/
    .container.step2 {
        margin: 0;
        width: auto;
        margin-bottom: 120px;
    }

    .container.step3, .container.step4 {
        margin-bottom: 120px;
    }

    .step2 iframe {
        height: 420px;
    }

    .step2 .tile.is-ancestor {
        display: flex;
        align-items: center;
        margin-top: -25px !important;
    }

    .step2 .tile.is-9 {
        flex: 3;
    }

    .step2 .tableCapacity {
        flex: 1;
        align-self: baseline;
    }

    .step2 .capacity-table-lateral-desktop {
        width: 215px;
        margin-top: -35px;
    }

    .customize-3d-button {
        font-size: 0.82rem;
        margin-left: 15px !important;
    }

    .container-footer {
        text-align: center;
        order: 2;
        margin: 0;
        flex: 2;
    }

    .social {
        align-self: center;
        order: 1;
        flex: 1;
    }

    .dividing-line {
        padding-top: 28px;
    }

    div#spaces-map-panel div {
        display: block;
        float: none;
    }
}

@media all and (max-width: 1470px) and (min-width: 900px) {
    .step1 .step-1-columns div.playCanvasTab {
        width: 100%;
    }

    .table.is-narrow td, .table.is-narrow th {
        padding: 4px 5px !important;
    }
}

/* 768 a 899 OLD 768px a 1023px MIDDLE*/
@media only screen and (max-width: 899.98px) and (min-width: 768px) {
    .step1 .capacity-table-lateral-desktop article {
        display: none;
    }

    :not(.is-child).tile {
        display: block;
    }

    .step2 .tile.is-ancestor.mobile {
        display: block;
    }

    .step2 .mobile .tile.is-vertical.is-9 {
        width: 90%;
        margin: auto;
    }

    .step2 .mobile .tableCapacity {
        width: 90%;
        margin: auto;
    }

    #spaces-map-panel {
        display: none;
    }

    #iso-hotel-logo {
        height: 120.21px !important;
    }

    #invite-message {
        font-size: 12pt !important;
        margin: 15px !important;
        width: 70% !important;
    }

    #vp-logo {
        margin: 12.5px auto !important;
    }

    #topMenuNavVenueConfiguration {
        display: none;
    }

    #topMenuNavLayoutSelection {
        display: none;
    }

    div.bg-hamb-menu {
        display: block;
        position: fixed;
        top: 150px;
        background-color: rgba(0, 0, 0, 0.82);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .bg-hamb-menu:after {
        content: "";
        display: block;
        position: relative;
        width: 14px;
        border-style: solid;
        border-width: 25px 18px 0 18px;
        border-color: #e4e4e4 transparent transparent transparent;
        margin: auto;
        margin-top: 12px;
    }

    div.step1 {
        margin: inherit;
    }

    .capacity-table-lateral-desktop {
        display: none !important;
    }

    .logoVP-big-menu {
        display: none;
    }

    .logoVP-small-menu {
        display: block;
    }

    .nameHotel p {
        padding-left: 14px;
    }

    div.navbar-brand {
        display: flex;
        height: 120px;
        padding: 15px;
        padding-top: 7px;
    }

    .navbar-brand .navbar-item {
        height: 80px;
        flex: 1;
        float: right;
    }

    .navbar-brand .navbar-burger {
        height: 80px;
        flex: 1;
    }

    .navbar-burger span {
        color: #008484;
    }

    .navbar-brand .navbar-end {
        height: 80px;
        flex: 1;
    }

    #title h1 {
        font-size: 40px;
    }

    .container .navbar-menu {
        text-align: center;
        background-color: transparent;
        box-shadow: none;
    }

    .container .navbar {
        border: 1px solid #008484;
        width: 70%;
        margin: 0 auto;
        margin-top: 70px;
        flex-direction: column;
    }

    .pasos a.navbar-item {
        padding-top: 5%;
    }

    .menu-item {
        padding: 0px 41.963px;
        height: 47.963px;
    }

    .menu-item-border {
        border-right: 1px solid #008c95;
    }

    #menu-container a:hover {
        color: #008c95;
        transition: 0.5s ease-in-out;
    }

    .menu-active-item {
        width: 259px;
    }

    aside.accordion {
        width: 35%;
    }

    /* Paso 2 Multimedia */
    .columns.multimedia-thumbs.desktop-step-2 {
        display: none;
    }

    .columns.is-mobile.multimedia-nav.mobile-step-2 {
        display: flex;
    }

    .tile.is-vertical {
        flex-direction: row;
    }

    .title.is-3 {
        font-size: 1.5rem;
    }

    .thumb-video-big iframe {
        height: auto;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 435.56px;
    }

    .thumb-right button,
    .thumb-left button {
        background-color: #f8dec3;
        border: none;
    }

    button#prever:disabled {
        opacity: 0.6;
    }

    .icon.is-medium {
        color: #1c1c1c;
    }

    .step-1-columns .box.container.capacity-table-lateral-mobile {
        display: none !important;
    }

    .step2 .box.container.capacity-table-lateral-mobile {
        display: block !important;
        padding-bottom: 40px;
        width: 70%;
    }

    .customize-3d-button {
        display: none;
    }

    .step2 .box {
        box-shadow: none;
    }

    .capacityTable article {
        box-shadow: none;
    }

    /* Footer */
    .container-footer {
        margin-top: 0;
    }

    .container-footer p {
        font-size: 15px;
        margin-top: -10px;
        padding-left: 10px;
    }

    .social {
        font-size: 12px;
        left: 5px;
    }

    .social span.icon {
        font-size: 10px;
    }

    .container.step2 {
        width: 100%;
    }

    .navbar-burger:hover {
        background-color: rgba(0, 0, 0, 0);
    }
}

@media only screen and (min-width: 768px) {
    .step0 .tile.is-ancestor.step-1-columns {
        display: none !important;
    }
}

/* Max 768px SMALL */
@media only screen and (max-width: 767.98px) {

    h1.venueGroup.venue-menu-collapsable {
        margin-top: 7px;
        padding: 10px;
    }

    .step0 .accordion {
        width: 250px !important;

    }

    div.container.step1 .go-to-map-div span.go-to-map-button {
        position: relative !important;
        display: block;
        width: auto;
        margin: 15px auto;
    }

    .column.is-two-thirds.spaces-map {
        display: none;
    }

    .step0 article.tile.is-child.venues-menu-article {
        padding-top: 15px;
        margin-top: 50px !important;
    }

    .step1 .accordion {
        background: #1e1e1e;
        padding: 20px;
    }

    article.tile.is-child.venues-menu-article {
        background-color: #000000 !important;
    }

    article.tile.is-child.venues-menu-article {
        padding-top: 15px;
    }

    .step5 .columns .checkbox-block label.lbl_leyenda_vp2_eh {
        font-size: 11px !important;
    }

    .step2 img.see-full {
        display: none;
    }

    .tabs.niveles .map-tabs-span {
        font-size: 13px;
    }

    .tabs.niveles li {
        max-width: 64px;
    }

    .tile.is-ancestor.step-1-columns {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .navbar.is-spaced a.navbar-item {
        flex: 1;
    }

    .step2 .mobile .tile.is-vertical.is-9 {
        width: 95%;
        margin: auto;
    }

    .step2 .mobile .tableCapacity {
        width: 95%;
        margin: auto;
    }

    #spaces-map-panel {
        display: none;
    }

    #topMenuNavVenueConfiguration {
        display: none;
    }

    #topMenuNavLayoutSelection {
        display: none;
    }

    div.bg-hamb-menu {
        display: block;
        position: fixed;
        top: 140px; /*78*/
        background-color: rgba(0, 0, 0, 0.82);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .bg-hamb-menu:after {
        content: "";
        display: block;
        position: relative;
        width: 14px;
        border-style: solid;
        border-width: 25px 18px 0 18px;
        border-color: #e4e4e4 transparent transparent transparent;
        margin: auto;
        margin-top: 8px;
    }

    .arthrefSocialShare .launchpad .centered ul.active {
        margin-top: 20px;
    }

    .step-1-columns {
        display: block !important;
    }

    div.step1 {
        margin: inherit;
    }

    .capacity-table-lateral-desktop {
        display: none;
    }

    .logoVP-big-menu {
        display: none;
    }

    .logoVP-small-menu {
        display: block;
    }

    .nameHotel p {
        font-size: 25px;
        margin-left: 0;
    }

    #title h1 {
        font-size: 30px;
    }

    .menu-label {
        font-size: 1.1rem;
    }

    div.navbar-brand {
        display: flex;
        height: 120px;
        padding: 15px;
        padding-top: 7px;
    }

    .navbar-brand .navbar-item {
        height: 80px;
        flex: 1;
        float: right;
    }

    .navbar-brand .navbar-burger {
        height: 80px;
        flex: 1;
    }

    .navbar-burger span {
        color: #008484;
    }

    .navbar-brand .navbar-end {
        height: 80px;
        flex: 1;
    }

    .container .navbar-menu {
        text-align: center;
        background-color: transparent;
        box-shadow: none;
    }

    .container .navbar {
        border: 1px solid #008484;
        width: 70%;
        margin: 0 auto;
        margin-top: 50px;
        flex-direction: column;
    }

    .pasos a.navbar-item {
        padding-top: 5%;
    }

    .menu-item {
        padding: 0px 41.963px;
        height: 47.963px;
    }

    .menu-item-border {
        border-right: 1px solid #008c95;
    }

    #menu-container a:hover {
        color: #008c95;
        transition: 0.5s ease-in-out;
    }

    .menu-active-item {
        width: 259px;
    }

    .navbar-burger:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    aside.accordion {
        width: 65%;
        margin-bottom: 60px;
    }

    /* Paso 2 Multimedia */
    .columns.multimedia-thumbs.desktop-step-2 {
        display: none;
    }

    .columns.is-mobile.multimedia-nav.mobile-step-2 {
        display: flex;
    }

    .title.is-3 {
        font-size: 1rem;
    }

    .thumb-video-big iframe {
        height: auto; /*170*/
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 169px;
    }

    .thumb-right button,
    .thumb-left button {
        background-color: #008484;
        border: none;
    }

    button#prever:disabled {
        opacity: 0.6;
    }

    .icon.is-medium {
        color: #1c1c1c;
    }

    .step-1-columns .box.container.capacity-table-lateral-mobile {
        display: none !important;
    }

    .step2 .box.container.capacity-table-lateral-mobile {
        display: block !important;
        padding-bottom: 40px;
        width: 85%;
        background-color: #1e1e1e !important;
    }

    .step2 h1.title.is-3 {
        font-size: 30px;
    }

    .customize-3d-button {
        display: none;
    }

    .step2 .box {
        box-shadow: none;
        background-color: #1e1e1e !important;
    }

    .capacityTable article {
        box-shadow: none;
    }

    /* Footer */
    .container-footer {
        margin-top: 0;
    }

    .container-footer p {
        font-size: 12px;
        margin-top: -10px;
        padding-left: 40px;
    }

    .social {
        font-size: 12px;
        margin-left: -10px;
    }

    .social span.icon {
        font-size: 10px;
    }

    .container.step2 {
        width: 100%;
    }

    .step2 .tile.is-ancestor {
        flex-wrap: wrap;
    }

    #gm-vp-logo{
        display: none;
    }

    #gm-hotel-logo{
        height: 120% !important;
        margin-top: -10px !important;
        margin: auto 70px !important;
    }

    img.head-logo{
        height: 75% !important;
        margin-top: -15px;
    }

    .step1 .step-1-columns .venuesList article.venues-menu-article{
        height: inherit !important;
    }

    img#icon-gallery{
        padding: 0 !important;
    }

    .container.step0.desktop.is-fluid{
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1471px) and (min-width: 1280px) {
    .step1 .step-1-columns .venuesList article.venues-menu-article aside.accordion {
        width: 100%;
    }

    div#spaces-map-panel {
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
    }
}

@media (max-width: 899.98px) {
    #title {
        padding: 10px 0 !important;
    }

    #title h1 {
        display: none;
    }
}

body {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

div#mibloque {
    position: fixed;
    top: 900px;
    margin-top: -80px;
    background: #000000;
    height: 800px;
    width: 100%;
    left: 0;
    display: none;
}

.borde-top {
    border-top: 2px solid #fff;
}

.navbar-brand {
    display: block;
}

.step-1-columns {
    display: flex;
}

.tile {
    flex-basis: auto;
}

.combinationName-451 {
    font-size: 15px;
}

.step1 {
    flex-grow: 1;
}

.modal.is-active {
    justify-content: space-around;
}

.capacity-table-lateral-desktop {
    max-width: 280px; /*315*/
}

.step2 .capacity-table-lateral-desktop article {
    text-align: center;	
}

.step2 img.see-full {
    display: none;
    margin-top: 25px;
    margin-right: 25px;
    margin-left: -25px;
}

.dir-ar .step2 img.see-full {
    margin-top: 25px;
    margin-left: 25px;
}

.engine-webPlayer #topMenuNavLayoutSelection span {
    color: #262626;
}

.engine-webPlayer #topMenuNavVenueConfiguration span {
    color: #262626;
}

.step1 .accordion {
    padding-top: 1px;
    padding-bottom: 15px;
}

.step1 .accordion .titleFloor {
    font-family: "DIN Next LT Arabic", serif;
    display: block !important;
    background: #EEEEEE;
    color: #262626;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    padding-left: 20px;
    margin-top: 10px;
}

.step1 .step-1-columns .capacity-table-lateral-desktop article {
    width: 100%;
}

.foot-note {
    font-family: "DINPro-CondBlack", serif;
    font-size: 16px;
}

div#cookie-aviso a {
    color: black !important;
}

area {
    cursor: pointer;
}

.navbar.pasos.reverse {
    flex-direction: row-reverse;
}

.dir-ar {
    direction: rtl !important;
}

.columns.biggers {
    background: #1e1e1e;
}

.columns.multimedia-thumbs.desktop-step-2 {
    background: #1e1e1e;
}

.step2 .tableCapacity {
    margin-top: 80px;
    background: #1e1e1e;
    position: relative;
}

.step2 .buttons.is-centered {
    display: none;
}

.container.step3 {
    margin-bottom: 74px;
}

.video-thumb img {
    height: 138% !important;
    margin-top: -11%;
}

.video-thumb {
    overflow: hidden;
}

.table tr td:first-child {
    color: #FFFFFF;
}


@media only screen and (max-width: 1274px) {
    .navbar-item.is-tab.is-active span {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

.navbar-brand .navbar-item {
    height: 100%;
}

.step1 .container.desktop-step-1.is-fluid {
    margin-bottom: 20px;
}

div#unityPlayer {
    background: black;
}

#table_detail tr:hover {
    background-color: #282828;
}

footer.mifooter.has-text-centered.borde-top {
    border-top: 0px;
}

.dir-ar .arthref.arthrefSocialShare {
    right: 0;
}

.cc-window.cc-banner.cc-type-opt-out.cc-theme-block.cc-bottom {
    flex-direction: column;
}

.cc-banner .cc-message {
    padding-right: 0px !important;
}

span.cc-message {
    font-size: 15px;
}

@media only screen and (max-width: 767.98px) {
    .cc-window.cc-banner.cc-type-opt-out.cc-theme-block.cc-bottom {
        display: block;
        padding: 20px !important;
        top: 0;
        overflow: auto;
        height: 100%;
    }
}

img#icon-360 {
    display: none;
}

.modal-pop-up {
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-pop-up.is-active {
    justify-content: space-around;
}

.modal-pop-up.is-active {
    display: flex;
}

.modal-close-pop-up{
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    background-color: #008484;
    border-radius: unset;
}

.modal-close-pop-up:before{
    height: 2px;
    width: 100%;
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.modal-close-pop-up:after{
    height: 100%;
    width: 2px;
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.notification.is-primary {
    background-color: rgba(36, 35, 35, 0.8) !important;
    color: #ffffff;
    font-family: "DIN Next LT Arabic", serif;
    text-transform: uppercase;
    text-align: center;
}