@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');
}

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

html,
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: var(--color-black);
  background: var(--color-white);
  font-family: "Graphik-Starwood";
}

html,
body,
p,
th,
td,
li,
dd,
dt {
  font: 1em "Graphik-Starwood", Arial, Helvetica, sans-serif;
}

/*
*   Componentes principales
*/

#home-container {
  background-color: var(--color-white);
  background-image: url("../images/hotel-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;  
  display: block;
  height: 100vh;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#home-header {  
  position: relative;
  top: 0;
  height: 190px;
  padding: 1.3% 5%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

#home-panel {
  display: flex;  
  align-items: center;
  width: 100%;     
  text-align: center;    
  height: 156px;
  bottom: 0;
  position: fixed;
  margin-bottom: 140px;
}

#welcome-message-container {
  display: block;
}

#welcome-message-panel {  
  flex: 1;
  display: block;
  border-right: 4px solid;
  height: 85%;  
}

#welcomen-message {
  display: inline-block;
  font-size: 30pt;
  color: var(--color-white);
  width: 85%;    
  margin: auto;
  padding-top: 50px;
  text-transform: uppercase;
}

#welcomen-message div {
  font-family: "Graphik-Starwood";
  font-size: 5.5rem;
  margin-top: 30px;
  margin-bottom: -12px;  
}

.welcomSubtitle{
  color: var(--color-taupe);
  font-size: 1.5rem;
}

#invite-message {
  font-family: "Graphik-Starwood";
  font-size: 1.1rem;  
  display: inline-block;
  margin: 20px auto;  
  width: 90%;  
}

.VP-trademark{
  color: var(--color-white);
  font-size: 1.3rem;
}

span.VP-trademark sup{
  font-size: 0.7em;
}

#main-button-panel { 
  flex: 1;   
  display: flex;
  text-align: center;  
  flex-direction: row-reverse;
}

#start-button {
  font-family: "FreigDisPro";
  background: var(--color-charcoal);
  opacity: .95;
  color: var(--color-white);
  display: inline-block;
  font-size: 40pt;
  margin: 0 13%;
  padding: 5px 0;    
  padding-bottom: 20px;
  flex: 1;
}

#start-button label{
  border-bottom: 0.08em solid var(--color-soft-yellow);
}

/*
#start-button:hover {
  background-color: var(--color-gold);
  color: var(--color-white) !important;
  outline: 1px solid var(--color-gold);
  outline-offset: 4px;
}*/

.dividing-line {
  display: inline;
  border-left: 2px solid var(--color-navy);
  padding-top: 38px;
  padding-bottom: 20px;
}

.designSpace {
  height: 30px;
}

#virtualplanner-panel {
  background: var(--color-ink);
  display: flex;  
  bottom: 0px;
  position: fixed;
  width: 100%;
  height: 135px;
}

#virtualplanner-panel a{
  margin: 0 auto;
}

.deactivateIt {
  color: rgba(23, 40, 60, 0.65) !important;
  display: inline-block;
  font-size: 44px;
  margin: 17px 5px;
  padding: 26px 65px;
  text-decoration: none;
}

/*
*   Logos
*/

#hotel-logo-home {
  width: 275px;  
  height: auto;        
}
  
  #iso-hotel-logo {
    height: 195.21px;
    margin-bottom: 20px;
  }
  
  #vp-logo {
    height: 105px;    
    margin: 15px 0;
  }

@media only screen and (max-width: 1919px) and (min-width: 1280px){
  #start-button{
    margin: 0 8%;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {  

  #home-panel, #home-header{
    margin-bottom: 105px;
  }

  #hotel-logo-home {   
    width: 185px;
    margin: 24px 0px;
  }   

  #welcome-message-panel{
    margin-top: 0;
  }

  #welcomen-message {
    font-size: 1.4rem;
  }

  #welcomen-message div {
    font-size: 2.3rem;
    margin-top: 15px;
    margin-bottom: -12px;
  }

  .VP-trademark{
    font-size: 16px;
  }

  .welcomSubtitle{
    font-size: 20px;
  }

  #invite-message {
    font-size: 16px !important;
    margin: 0px !important;
    width: 80% !important;
  }

  #start-button {
    font-size: 35px;    
    padding: 12px 30px;
    margin: 0 5%;
  }

  #start-button::after{
    margin-top: 2px;
  }

  #virtualplanner-panel{
    height: 105px;
  }

  #vp-logo{
    height: 75px;
  }
}

@media only screen and (max-width: 899.98px) and (min-width: 768px) { 
/*
  #home-container{
    background-size: contain;    
  }*/

  #home-header, #home-panel{
    height: 145px;
    margin-bottom: 105px;
  }

  #hotel-logo-home {
    width: 165px;
    margin: 22px 0px;
  } 
/*
  #welcome-message-panel{
    margin-left: 235px;
    padding-left: 20px;
  }*/

  #welcomen-message {
    font-size: 25px;
    padding-top: 35px;
  }

  #welcomen-message div {
    font-size: 1.5rem;
    margin-top: 8px;
    margin-bottom: -12px;
  }

  .VP-trademark{
    font-size: 14px;
  }

  .welcomSubtitle{
    font-size: 20px;
  }

  #invite-message {
    font-size: 14px !important;
    margin: 0px !important;
    width: 80% !important;
  }

  #start-button {
    font-size: 30px;
    padding: 10px 30px;
    margin: 0 5%;
  }

  #start-button::after{
    border-width: 12px 0 12px 22px;
    margin-top: 5px;
  }

  #virtualplanner-panel{
    height: 105px;
  }

  #vp-logo{
    height: 75px;
  }
}

@media (max-width: 767.98px) {  

  #home-container{
    /*background-size: contain;*/
    background-position-y: -75px;
  }

  #home-header{
    height: 150px;
    text-align: center;
  }

  #hotel-logo-home {    
    width: 143px;
    margin: 16px 0px;
  } 

  #welcome-message-panel{
    margin-left: 5px;
    padding-left: 5px;
    border-right: none;
    height: 75px;
  }

  #welcomen-message {
    font-size: 16px;  
    padding: 20px 0;  
  }

  #welcomen-message div {
    font-size: 1.5rem;
    margin-top: 8px;
    margin-bottom: -12px;
  }

  .VP-trademark{
    font-size: 14px;
  }

  .welcomSubtitle{
    font-size: 16px;
  }

  #invite-message {
    font-size: 14px !important;
    margin: 0px !important;
    width: 80% !important;
  }

  #start-button {
    font-size: 20px;
    padding: 10px;
    margin: 1% 20%;
  }

  #start-button::after{
    border-width: 12px 0 12px 22px;
    margin-top: -2px;
  }

  #main-button-panel{
    display: flex;
    flex-direction: column-reverse;    
  }

  #home-panel{
    margin-bottom: 75px;
  }

  #virtualplanner-panel{
    height: 75px;
  }

  #vp-logo{
    margin: 15px 0;
    height: 45px;
  }
}
