*{ /* 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 */

*::--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 */

.IIV::-webkit-media-controls-play-button,
.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+ */
}
video, 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: "built";
    src: url("../fonts/builttitlingbd.eot");
    src: url("../fonts/builttitlingbd.eot?#iefix") format("embedded-opentype"),
    url("../fonts/builttitlingbd.woff") format("woff"),
    url("../fonts/builttitlingbd.ttf") format("truetype"),
    url("../fonts/builttitlingbd.svg#builttitlingbd") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: "fut";
    src: url("../fonts/FuturaStd-CondensedBold.eot");
    src: url("../fonts/FuturaStd-CondensedBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaStd-CondensedBold.woff") format("woff"),
    url("../fonts/FuturaStd-CondensedBold.ttf") format("truetype"),
    url("../fonts/FuturaStd-CondensedBold.svg#FuturaStd-CondensedBold") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-family: 'built', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    background-image: url('../img/back_live.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.contenedor{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}
ul > li{
    list-style-type: none;
    display: inline-block;
}
.inicio{
	opacity: 0;
}
.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;
}

.volver{
    width: 35px;
    height: auto;
    display: block;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50px;
    padding: 3px 3px 4px 4px;
    position: fixed;
    left: 10px;
    right: auto;
    top: 10px;
    bottom: auto;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.volver:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}

@media screen and (min-width: 768px) {
    .volver{
        width: 40px;
        height: auto;
        display: block;
        background-color: rgba(0,0,0,0.4);
        border-radius: 50px;
        padding: 3px 3px 4px 4px;
        position: fixed;
        left: 30px;
        right: auto;
        top: 20px;
        bottom: auto
    }
}

#alerta01{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto -25px;
    font-size: 12px;
    color: #ff0000;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.58);
}
#alerta02{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto 10px;
    font-size: 12px;
    color: #ff0000;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.58);
}

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