﻿@charset "utf-8";

@import url("./colors.css");

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

@font-face {
  font-family: "Graphik-Starwood";
  src: url('../fonts/Graphik-Starwood-Regular.woff') format("woff"), 
       url('../fonts/Graphik-Starwood-Regular.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: var(--color-black);
  background: var(--color-white);
}

html,
body,
p,
th,
td,
li,
dd,
dt {
  font: 1em "Graphik-Starwood", 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: var(--color-charcoal);
  height: 96px;
  z-index: 10;  
}

.navbar.pasos {
  display: flex;
  margin-left: 6%;
  background-color: var(--color-charcoal);
}

.navbar-item.is-tab.is-active {
  border-bottom: none;
  border-color: var(--color-black) !important;
}

.navbar-item.is-tab.is-active span {  
  border-bottom: 0.16em solid var(--color-soft-yellow);
  padding-bottom: 3px;
}

.navbar-item.is-tab:hover {
  border: none;
  border-color: var(--color-black) !important;
}

.navbar span {
  font-family: "Graphik-Starwood";
  font-size: 19px;
}

.saltoLinea{
  display: none;
}

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

.menu-label {
  font-family: "FreigDisPro";
  text-align: center;
  color: var(--color-charcoal);
  font-size: 25px; 
}

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

.tooltip .tooltiptext {
  background-color: var(--color-sage);
  color: var(--color-ink);  
  font-size: 18px;
}

.tooltip .tooltiptext::after {
  border-color: transparent transparent var(--color-sage) transparent;
  bottom: 110%;
}

/********** Rooms ****************/

.roomsTitle{
  display: none;
  color: var(--color-black);
  text-align: center;
  margin-top: -55px;  
  margin-bottom: 5px;
  text-transform: uppercase;
}

.step1 .rooms{ 
  display: flex;
  width: 50%;
  margin: 0 auto;
}

.step1 .rooms div span{    
    top: auto;    
    color: var(--color-slate);    
    position: absolute;
    width: 150px;
    text-align: center;
    margin-top: 72px;
}
/*
#venue-56{
  background-image: url("../images/rooms/deluxeRoom.jpg"); 
  background-position: center;
  background-size: cover;  
}*/

.step1 .rooms div.selectableCombination{
  background-repeat: no-repeat;
  cursor: pointer;
  width: 150px;
  height: 70px; 
  flex: 1;  
  position: relative;
}

/********* Fin Rooms **********/

span {
  color: var(--color-white);
  font-weight: 400;
  font-size: 20px;
}
table span {
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
}
.step2 a#showModal {
  visibility: hidden;
}

.step2 iframe {
  height: 528.7px;
  border: 5px solid var(--color-black);
}

.tabla-capacidades {
  color: var(--color-white) !important;
  width: 212px !important;
}

.toggle-button {
  background: var(--color-black);
  border: 1px solid var(--color-brown);
  border-radius: 0px;
  color: var(--color-brown);
  display: inline-block;
  font-size: 38px;
  margin-bottom: 0;
  margin-top: 0;
}

.toggle-button-active {
  background: var(--color-white);
}

.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: var(--color-white);
  border-color: var(--color-border-light) var(--color-border-light) var(--color-white);
}

.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: var(--color-graphite);
  font-weight: 600;
}

.step1 .table {
  background-color: var(--color-charcoal);
  color: var(--color-white);
  font-size: 15px;
}

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

.modal-content .table {
  font-family: "Graphik-Starwood";
  background-color: var(--color-white);
  color: var(--color-charcoal);
}

.modal-content .table td, .modal-content .table th {
    border: 1px solid var(--color-black) !important;
    border-width: 0 0 1px !important;
    padding: 0.6em 0.1em;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
}

.modal-content .table td a { 
  font-size: 18px; /*19*/
  color: var(--color-ink) !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: var(--color-white);
	color: var(--color-charcoal);
	width: 98px;
	height: 40px;	
  margin: 0 2px;
  margin-top: -20px;
  border: 2px solid var(--color-sage);
}


.button.metricSystemReactive-meters span, .button.metricSystemReactive-feets span{  
  color: var(--color-black);
}

.button.metros {
	background-color: var(--color-sage) !important;  
}

.button.metros span{  
  color: var(--color-charcoal) !important ;
}

.table.is-bordered td, .table.is-bordered th{
  border-width: 1.5px;
}

.step1 .table caption {
  font-family: "FreigDisPro";
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--color-charcoal);
  text-transform: uppercase;
}

.table td, .table th{  
  border: 1.5px solid var(--color-white);
}

.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th{
  border-bottom-width: 1.5px;
}

/*  Redes sociales  */

.arthref .overlay{
  background: rgba(255, 255, 255, 0.82);
}

.arthref .icon-container .centered{  
  padding: 5rem;
  max-width: 785px;
  background: var(--color-charcoal);
}

.arthref .icon-container ul li span{
  display: none;
  font-family: "Graphik-Starwood";
  text-shadow: none;
  color: var(--color-stone);
  font-size: 14px;
}

.arthref .icon-container ul li:hover span{
  color: var(--color-gold);
}

.modal-background{
  background: rgba(255, 255, 255, 0.82);
}

/** Fotter **/

.mifooter {
  margin-top: auto;
  width: 100%;
  height: 75px;
  background: var(--color-ink);
  color: var(--color-white);
  padding: 0px;  
  position: fixed;
  bottom: 0;
}

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

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

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

#footer {
  display: block;
  color: var(--color-white);
  background: var(--color-black);
  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: "Graphik-Starwood";
  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: var(--color-charcoal) !important;
  height: auto;
  border-radius: 0;
  width: 80%;  
}

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

.mifooter .social span{  
  border: 1px solid var(--color-white);
  color: var(--color-white);
  height: 2.5rem;
  width: 2.5rem;
}

.mifooter .social span:hover{
  background: var(--color-sage);    
  border: none;
}

.mifooter .social span:hover a{
  color: var(--color-charcoal) !important;
}

.shareSelector{
  color: var(--color-white) !important;
  padding: 8px 8px;
}

/*  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: var(--color-white);
  border: 1px solid var(--color-beige);
}

#legend {
  position: relative;
  width: 100%;
}

#legend {
  border-bottom: 1px solid var(--color-beige);
}

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: var(--color-white);
  border: 1px solid var(--color-beige);
}

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: var(--color-black);
  color: var(--color-white);
  font-family: "Graphik-Starwood", 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: 23px;
  color: var(--color-charcoal);  
  margin-top: 25px;
}

#title h1 {
  font-size: 30px;
  color: var(--color-charcoal);
  margin-top: 20px;  
  padding-left: 105px;
}

.arthref .icon-container ul li{
  height: 75px;
}

.arthref .icon-container ul li a {
  background-image: none;
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0 0 20px 0;  
  border-radius: 0px;
  color: var(--color-white);
  font-size: 2.5rem;
}

.arthref .icon-container ul li:hover a{
  background-image: none;  
  color: var(--color-sage);
}

.arthref .icon-container ul li a .fab{
  padding: 14px;
}

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

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

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

.vplogo-head{
  margin-left: 8px;
}

.navbar.is-spaced .navbar-menu a.navbar-item:last-child {
  border-right: none;
}

.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: "FreigDisPro";
  font-size: 35px;
  margin-top: 10px;
  padding-bottom: 0px;
  color: var(--color-slate);  
}

.control span {
  font-family: "Graphik-Starwood";
}

.nameHotel {
  background-color: #f4f4f4;
  color: var(--color-charcoal);
  width: 100%;  
}

.nameHotel p {
  font-family: "FreigDisPro";
  font-size: 25px;
  padding: 7px 0;
  padding-left: 14px;
  max-width: 1488px;
  margin: auto;
}

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

.tile.is-vertical.is-9 {
  flex-grow: 2;
}

.step2 .tableCapacity {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.columns.biggers {
  width: 90%;
  margin: auto;
}

.desktop-step-2 {
  width: 90%;
  margin: auto;
}

.image.is-16by9{
  border: 5px solid var(--color-stone);
}

.thumb-video span {
  font-family: "Graphik-Starwood";  
}

.thumb-photo span.icon.is-small, .thumb-plane3D span.icon.is-small{    
  font-size: 16px;  
  background-color: rgba(255, 255, 255, 0);
  top: auto;
  bottom: 0;
  color: var(--color-slate);  
  margin-bottom: -45px;
  z-index: 90;
}

.thumb-video span.icon.is-small{
  height: 100%;
  padding-top: 20px;
  z-index: 90;
}

span.icon.is-small.icon-video-yt {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

i.far.fa-play-circle {
  color: var(--color-white);
  margin: 0;
  font-size: 45px;
  padding-bottom: 20px;
}

.step2 .control span {
  font-family: "Graphik-Starwood";
  color: var(--color-slate);
}

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

.step1 div#spaces-map-panel{
  width: 100%;
}

div#spaces-map-panel div {  
  display: block;
  float: none;  
  width: 100%; 
}

body {
  min-height: 100vh;
  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;
}

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

.step1 .capacity-table-lateral-desktop {
  width: 225px;
  margin: 0 auto;
  margin-top: -50px;  
}

.capacity-table-lateral-desktop {
  max-width: 315px;
  margin-top: -50px;
}

.step1 .capacity-table-lateral-desktop article{
  width: 225px;
}

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

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

.engine-webPlayer #topMenuNavLayoutSelection span {
  color: rgba(231, 231, 228, 1);
}

.engine-webPlayer #topMenuNavVenueConfiguration span {
  color: rgba(231, 231, 228, 1);
}

.step1 .accordion .titleFloor {
  font-family: "Graphik-Starwood";
  color: var(--color-graphite);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}

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

button.modal-close.is-large {
    background: var(--color-charcoal);
    border-radius: unset;
    padding: 15px;
}

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