﻿@charset "utf-8";

@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma.woff2') format("woff2"),url('../fonts/Tahoma.woff') format('woff'), 
       url('../fonts/Tahoma.ttf')  format('truetype');
}

@font-face {
  font-family: 'Calibre-Regular';
  src: url('../fonts/Calibre-Regular.woff') format("woff"), 
       url('../fonts/Calibre-Regular.ttf')  format('truetype');
}

@-ms-viewport {
  width: device-width;
}

html {
  display: flex;
}

html,
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
  background: #fff;
}


body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
  background: #fff;
}

html,
body,
p,
th,
td,
li,
dd,
dt {
  font: 1em "Tahoma", 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: #ffffff;
  height: 96px;
  z-index: 10;
  min-height: 6.25rem;
  border-bottom: 1px solid #54534a;
}

.navbar.pasos {
  display: flex;
  /*margin-left: 6%;*/
}

.navbar-item.is-tab.is-active {
  border-bottom: none;
  border-color: #000000 !important;
}

.navbar-item.is-tab.is-active span {
  color: #8D8C8B;
}

.navbar-item.is-tab.is-active span.numberBox{
  border: 0.5px solid #8D8C8B;
  background: #8D8C8B;
  color: #FFFFFF;
}

.navbar-item.is-tab.is-active span.menu-break {
  border: none;
}

.navbar-item.is-tab:hover {
  border: none;
  border-color: #000000 !important;
}

.navbar span {
  font-family: "Tahoma";
  font-size: 17px;/*19*/
}

.saltoLinea{
  display: none;
}

.navbar-item img{
  width: 150px;
  height: auto;
}

.menu-label {
  font-family: "Tahoma";
  text-align: center;
  color: #000000;
}

.numberBox{
  border: 0.5px solid;
  padding: 3px 8px;
  margin-right: 10px;
}

.tooltip .tooltiptext {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #8D8C8B;
}

.tooltip .tooltiptext::after {
  border-color: transparent transparent #8D8C8B transparent;
  bottom: 110%;
}

span {
  color: #54534a;
  font-weight: 400;
  font-size: 20px;
}

.step2 a#showModal {
  visibility: hidden;
}

.step2 iframe {
  height: 528.7px;
}

.tabla-capacidades {
  color: #ffffff !important;
  width: 212px !important;
}

.arrowBoxBtnCapacity {
    border-left: 0.5px solid #000000;
    font-size: 33px;
    margin-left: 18px;
    padding: 0px 5px;
    margin-right: -21px;
}

.toggle-button {
  background: #000000;
  border: 1px solid #64541b;
  border-radius: 0px;
  color: #64541b;
  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: #494949;
  font-weight: 600;
}

.step1 .table {
  background-color: #ffffff;
  color: #8D8C8B;
}

.modal-content .table th {
  font-weight: bold;
}

.modal-content .table {
  font-family: "Tahoma";
  background-color: #ffffff;
  color: #494949;
}

.modal-content .table td,
.modal-content .table th {
  border: 1px solid #000000 !important;
  border-width: 0 0 1px !important;
  padding: 0.5em 0.75em;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
}

.modal-content .table td a { 
  font-size: 19px; 
  color: #8D8C8B !important;
  text-decoration: underline;
}

.step1 .step-1-columns .tile.is-parent.is-7 {
  justify-content: center;
}

.control .button .icon.is-small{
	display: none;
}

.control .button{
	background-color: #FFFFFF;
	color: #000000;
	width: 97px;
	height: 40px;
	border: 0.5px solid #000000;	
    margin: 0 10px;
    margin-top: 20px;
}

.button.metros {
	background-color: #8D8C8B !important;
  color: #ffffff !important ;	
  border-color: #8D8C8B;
}

.step1 .container.desktop-step-1 .columns .column{
  padding:0;
}

.table td, .table th{
  border: 1px solid #000000;
}

/*
  Redes sociales
  */

.arthref .overlay{
  background: rgba(10, 10, 10, 0.86);
}

.arthref .icon-container .centered{
  background: #000000;
  padding: 5rem;
}

.arthref .icon-container ul li span{
  font-family: "Tahoma";
  text-shadow: none;
  color: #8D8C8B;
  font-size: 14px;
}

.modal-background{
  background: rgba(10, 10, 10, 0.86);
}

/**
* Fotter
*/

.mifooter {
  margin-top: auto;
  width: 100%;
  height: 70px;
  background: #000000;
  color: #FFFFFF;
  padding: 0px;
  position: fixed;
  bottom: 0;
  /*flex-shrink: 0;    */
}

.social {
  align-self: center;  
  order: 1;
  position: absolute;
  margin-top: -55px;
  z-index: 100;
  margin-left: 15px;
}

.container-footer {
  text-align: center;
  align-self: center;
  order: 2;
  margin: 25px 0px;  
}

.shareSelector {
  color: #000000 !important;
  /*padding: 10px;*/
}

.fa-2x{
  font-size: 1.15em;
}

#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: "Tahoma";
  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 {
  height: auto;
  border-radius: 0;
  width: 80%;  
}

.modal-content .venue-title {
  display: none;
}

.mifooter .social span{
  background: #FFFFFF;
}

.mifooter .social span:hover{
  background: #8D8C8B;  
}

.mifooter .social span:hover a{
  color: #ffffff !important;
}


span.numeration {
    width: 40px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    font-size: 17px;
}


/*
*   Logos
*/

#hotel-logo {
  height: 44px;
  position: absolute;
  left: 100px;
}

#virtual-planner-logo {
  height: 44px;
  position: absolute;
  right: 100px;
}

div#spaces-map-panel span {
  width: 46%;
  color: black;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: -30px;
  margin-left: 19px;
}

.box.container.capacity-table-lateral-mobile {
  display: none !important;
}

.tabs {
  display: none;
}

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

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: "Tahoma", 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 {
  text-align: center;
  font-size: 25px;
  color: #8D8C8B;
  width: 225px;/*200*/
  text-transform: uppercase;
}

.venue-title {
  margin-top: 22px;
}

#title h1 {
    font-size: 30px;
    color: #000000;
    margin-top: 0px;
    font-family: "Tahoma";
}

.arthref .icon-container ul li a {
  background-image: none;
  background-color: #8D8C8B !important;
  margin: 0 0 20px 0;
  border-radius: unset;
}

.arthref .icon-container ul li:hover a {
  background-image: none;
}

div.navbar-brand {
  height: 100%;
  padding: 15px;
  padding-top: 7px;
}

.navbar-brand .navbar-item {
  height: 80px;
  flex: 1;
}

.navbar.is-spaced a.navbar-item {
  flex-grow: 1;  
}

.navbar.is-spaced .navbar-menu a.navbar-item{
  border-right: 0.5px solid;
  margin-left: 35px;
}

.navbar.is-spaced .navbar-menu a.navbar-item:first-child{
  margin-left: 0px;
}

.navbar.is-spaced .navbar-menu a.navbar-item:last-child {
  border-right: none;
}
/*
.navbar.is-spaced .navbar-menu a.navbar-item .is-active{
  border-color: #000;
}*/

.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: "Tahoma";
  font-size: 38px;
  margin-top: 10px;
  padding-bottom: 0px;
  color: #000000;
  text-transform: uppercase;
}

.control span {
  font-family: "Tahoma";
}

.nameHotel {
  background-color: #3a3a3a;
  color: #ffffff;
  width: 100%;
  border-top: 1px solid #ffffff;
}

.nameHotel p {
  font-family: "Tahoma";
  font-size: 34px;
  margin-left: 8%;
  padding: 7px 0;
}

.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: "Tahoma";
  text-transform: uppercase;
}

.thumb-photo span.icon.is-small {
  display: none;
  font-family: "Tahoma";
  font-size: 16px;  
  background-color: rgba(0,0,0,0);
  top: 100px;
  color: #8D8C8B;  
}

span.icon.is-small.icon-video-yt {
  background-color: rgba(141, 140, 139, 0.8);
  z-index: 10;
}

i.far.fa-play-circle {
  color: #FFFFFF;
  margin: 0;
}

.step2 .control span {
  font-family: "Tahoma";
  color: #000000;
}

.thumb-2-big img,
.thumb-3-big img,
.thumb-4-big img {
  width: auto;
}

div#spaces-map-panel div {
  margin: 0 12px;
  display: block;
  float: none;
  margin-top: 0px;  
  width: 100%; 
}

/* 900 a 1280  OLD 1024 a 1280 */
@media only screen and (max-width: 1279.98px) and (min-width: 900px) {

  .saltoLinea{
    display: block;
    margin-bottom: -28px;
  }

  #iso-hotel-logo {
    height: 120.21px !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 {    
    flex-shrink: 1;
    text-align: center;
  }

  nav#navbar{
    height: 105px;
  }

  .nameHotel p {
    margin-left: 4%;
    font-size: 25px;
  }

  #spaces-map-panel {
    display: block !important;    
  }

  .step-1-columns {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center;
    width: 95%;
  }

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

  .step1 .capacity-table-lateral-desktop .tile.is-child {
    width: 180px;
  }

  .field.name-salon {
    font-size: 15px;
    margin: 0;
    margin-top: -15px;
    width: auto;
    margin-bottom: 10px;
  }

  .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-left: auto;
    margin-right: auto;
    margin-top: -15px;
  }

  .tile.is-parent {
    padding: 0;
  }

  .venue-title {
    margin-top: 35px;
  }

  .step2 h1.title.is-3 {
    font-size: 35px;
  }

  .modal-content {
    height: 80%;    
  }

  .table.step1 {
    font-size: 13px;
  }

  /*900 1280*/
  .container.step2 {
    margin: 0;
    width: auto;
  }

  .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: -20px;
  }

  .customize-3d-button {
    font-size: 0.82rem;    
    margin-left: 15px !important;
  }

  .dividing-line {
    padding-top: 28px;
  }

  div#spaces-map-panel div {
    margin: 0 10px;
    margin-top: 47px;
    display: block;
    float: none;
    width: 400px;
  }  

  .control .button{
    width: 89px;
    margin: 0 1px;
  }

  .arrowBoxBtnCapacity{
    margin-left: 3px;
    /*padding: 0px 15px;*/
    margin-right: -5px;
  }

  .step1 .step-1-columns .capacity-table-lateral-desktop article.tile table{
    width: 180px !important;
  }

  .tile.is-ancestor:last-child{
    margin-bottom: 0.25rem;
  }    

  .navbar.is-spaced .navbar-menu a.navbar-item{
    margin-left: 25px;
    margin-top: 9px;
  }
}



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

  #topMenuNavVenueConfiguration {
    display: none;
  }

  #topMenuNavLayoutSelection {
    display: none;
  }

  div.bg-hamb-menu {
    display: block;
    position: fixed;
    top: 96px;
    background-color: rgba(0, 0, 0, 0.82);
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  div.step1 {
    margin: inherit;
  }

  .capacity-table-lateral-desktop {
    display: none !important;
  }

  .logoVP-big-menu {
    display: none;
  }

  .logoVP-small-menu {
    display: block;
  }

  .nameHotel p {
    margin-left: 5%;
  }

  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-brand .navbar-end {
    height: 80px;
    flex: 1;
  }

  #title h1 {
    font-size: 40px;
  }

  .container .navbar-menu {
    text-align: center;
    background-color: transparent;
    box-shadow: none;
  } 

  .pasos a.navbar-item {
    padding-top: 5%;
    margin-left: 0px !important;
  }

  .menu-item {
    padding: 0px 41.963px;
    height: 47.963px;
  }

  .menu-item-border {
    border-right: 1px solid #64541b;
  }

  #menu-container a:hover {
    color: #64541b;
    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;
  }  

  

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

  .container.step2 {
    width: 100%;
  }

  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}

/* Max 768px SMALL */
@media only screen and (max-width: 767.98px) {
  .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;
  } 

  .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: 28px;
    text-align: center;
    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-brand .navbar-end {
    height: 80px;
    flex: 1;
  }

  .container .navbar-menu {
    text-align: center;
    background-color: transparent;
    box-shadow: none;
  }

  .pasos a.navbar-item {
    padding-top: 5%;
    margin-left: 0px !important;
  }

  .menu-item {
    padding: 0px 41.963px;
    height: 47.963px;
  }

  .menu-item-border {
    border-right: 1px solid #64541b;
  }

  #menu-container a:hover {
    color: #64541b;
    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: 80px;
  }

  /* 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; 
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 169px;
  }  

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

  .step2 h1.title.is-3 {
    font-size: 30px;
  }

  .customize-3d-button {
    display: none;
  }

  .step2 .box {
    box-shadow: none;
  }

  .capacityTable article {
    box-shadow: none;
  }

  .foot-note{
    font-size: 13px !important;
  }  

  .social{
    margin-left: 2px;
    margin-top: -48px;
  }

  .container.step2 {
    width: 100%;
  }

  .step2 .tile.is-ancestor {
    flex-wrap: wrap;
  }  
}

@media (max-width: 899.98px){
	#title{
		padding: 15px 0 !important;
	}

	#title h1{
		display: none;
  }
  
  .navbar-burger span {
    color: #8D8C8B;
  }

  .menu-label {    
    text-align: center;
  } 

  .container .navbar {
    border: 1px solid #8D8C8B;    
    width: 70%;
    margin-left: 15%;
    flex-direction: column;
  }

  div.bg-hamb-menu {
    display: block;
    position: fixed;
    top: 96px;
    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: #FFFFFF transparent transparent transparent;
    margin: auto;
    margin-top: 5px;
  }

  .thumb-right button,
  .thumb-left button {
    background-color: #8D8C8B;
    border: 1px solid #8D8C8B;
    border-radius: 25px;
    padding: 0;
    width: 45px;
    height: 45px;
  }

  button#prever:disabled {
    opacity: 0.6;
  }

  .icon.is-medium {
    color: #FFFFFF;
  }

  #table_detail tr:hover{
    background-color: #FFFFFF;
  }
}

@media only screen and (min-width: 1450px){
  .navbar.is-spaced .navbar-menu a.navbar-item{
    margin-left: 40px;
  }
}

body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

div#mibloque {
  display: none;
  position: fixed;
  top: 900px;
  margin-top: -134px;
  background: black;
  height: 800px;
  width: 100%;
  left: 0;
}

.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: 315px;
}

.step2 .capacity-table-lateral-desktop article {
  text-align: center;
}

.step2 img.see-full {
  margin-top: 25px;
  margin-right: 25px;
  margin-left: -25px;
  display: none;
}

.engine-webPlayer #topMenuNavLayoutSelection span {
  color: #e6e6e6;
}

.engine-webPlayer #topMenuNavVenueConfiguration span {
  color: #e6e6e6;
}

.step1 .accordion .titleFloor {
  font-family: "Tahoma";
  color: #494949;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}

.foot-note {
  font-family: "Calibre-Regular";
  font-size: 18px;
}

img.smallPhoto {
    border: 1px solid;
}

figure.image.is-16by9 img {
    border: 1px solid black;
}


.container.step1 {
    margin-bottom: 70px;

}

/*****************/

.container.step1 {
    left: -18px;
}

/*****************/
div#cookie-aviso a{color:white!important;}

ul.venues-list h2.menu-hover {
    color: #8D8C8B !important;
}

ul.venues-list h2.menu-hover span.numeration {
    color: #8D8C8B !important;
}

.columns.multimedia-thumbs.desktop-step-2 .column {
    max-width: 210px;
}