*{ /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 0;
    padding: 0;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}
/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*:state(webkit-media-controls-play-button) {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

/* Esto es para el fullscreen del video en ios */

.vid .IIV::-webkit-media-controls-play-button,
.vid .IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}
/*Remove tap highlight on iOS*/
input,
textarea,
button,
select,
div,
ul,
li,
span,
img,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
textarea,
input,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none!important;
     border-radius: 0;
    outline: none;
}

select{ 
   -webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */     
   border-radius: 0 !important;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.vid, .vid source{
    border: none!important;
    -webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */     
   border-radius: 0 !important;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
@font-face {
    font-family: "integra";
    src: url("../fonts/integralcf-heavy.eot");
    src: url("../fonts/integralcf-heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/integralcf-heavy.woff") format("woff"),
    url("../fonts/integralcf-heavy.ttf") format("truetype"),
    url("../fonts/integralcf-heavy.svg#integralcf-heavy") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-family: 'roboto-400', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
}
ul > li{
    list-style-type: none;
    display: inline-block;
}
img{
    width: 100%;
    height: auto;
    display: block;
}
.inicio{
	opacity: 0;

    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}
.queda{
	opacity: 1;
}
.on-waitlist{
    opacity: 0;   
}
.come-in {
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
    -webkit-animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
    animation-duration: 0.6s;
    /* So they look staggered */
    -webkit-animation-duration: 0.6s;
    /* So they look staggered */
}

@keyframes come-in {  
     to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
 
/* Firefox */
 
/* Safari and Chrome */
@-webkit-keyframes come-in {
    to {
        -webkit-transform: translateY(0);
    }
}
 
/* Internet Explorer */
/* Opera */
.go-out { 
    position:fixed;
    bottom:50%;
    bottom:-300px;
    width:300px;
    height:100px;
    font-size:30px;
    color:white;
    background:#f18500;
}

@media screen and (min-width: 768px) {
    /**/
}

.videowrapper{
  width: 500px;
  position:relative;
  height: auto;
}
.fancybox-slide > *{
    padding: 0!important;
}
.fancybox-toolbar{
    visibility: visible!important;
}
.vjs-fullscreen-control{
    display: none!important;
    visibility: hidden!important;
}

















.cookie-message {
    position:fixed;
    top:auto;bottom:0;left:0;right:0;
    padding:0 120px 0 20px;
    background:#fff;
    z-index: 99;
  }
  .cookie-message .cookiebar-close {
    position:absolute;
    /* top:0;*top: -2px;right:20px;*/
    cursor:pointer;
  }
  .cookie-message p {
    color:#333;
    font:normal 11px/13px 'Titillium Web';
    margin:5px 0;
  }
  .cookie-message .cookiebar-close{
      color:#333;
      font:bold 11px/13px 'Titillium Web';
      margin: 0;
      background-color: rgba(0,0,0,0.3);
      padding: 5px 20px;
  }
  
  .cookie-message a{
      text-decoration: none;
      color: #ea7810;
  }
  .blue {
    border-bottom:none;
    background-color:rgba(0,0,0,0.3)!important;
  }
  .blue p, .blue .cookiebar-close { color:#fff; }
  
  .cookie-message .cookiebar-close:hover{
      background-color: #ea7810;
  }
  
  @media screen and (min-width: 860px) {
      .cookie-message {
        position:fixed;
        top:auto;bottom:0;left:0;right:0;
        padding:0 85px 0 20px;
        background:#fff;
        z-index: 99;
      }
      .cookie-message .cookiebar-close {
        position:absolute;
        /* top:0; *top:-2px; right:20px; */
        cursor:pointer;
      }
      .cookie-message p {
        color:#333;
        font:normal 11px/13px 'Titillium Web';
        margin:5px 0;
      }
      .cookie-message .cookiebar-close{
          color:#333;
          font:bold 11px/13px 'Titillium Web';
          margin: 0;
          background-color: rgba(0,0,0,0.3);
          padding: 5px 20px;
      }
      .blue {
        border-bottom:none;
        background-color:rgba(0,0,0,0.3)!important;
      }
      .blue p, .blue .cookiebar-close { color:#fff; }
  }