
@font-face {
    font-family: 'Moonrise';
    src: url('Moonrise-Regular.woff2') format('woff2'),
        url('Moonrise-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('IBMPlexSansCond-BoldItalic.woff2') format('woff2'),
        url('IBMPlexSansCond-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('IBMPlexSansCond-Italic.woff2') format('woff2'),
        url('IBMPlexSansCond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('IBMPlexSansCond-Bold.woff2') format('woff2'),
        url('IBMPlexSansCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('IBMPlexSansCond.woff2') format('woff2'),
        url('IBMPlexSansCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');




.navbar-default {
    background-image: -webkit-linear-gradient(top,black 0,black 100%); */
    background-image: -o-linear-gradient(top,black 0,black 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(black),to(black)); */
    background-image: linear-gradient(to bottom,black 0,black 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(1,1,1,1.00), 0 1px 5px rgba(1,1,1,.075);
}

nav{position: fixed!important;
    width: 100%;
    top: 0;
    left: 0; color: white!important;z-index: 4000;
      border: 0px solid black!important;}

.navbar-default .navbar-brand {
        color: white!important;
    }

.navbar-brand{font-family: 'Moonrise', serif;font-weight: 200!important;font-size:22px!important;letter-spacing: 1px;    border: 0px solid black;}

h1,h2,h3,h4,h5,h6{font-family: 'Moonrise', serif;font-weight: 200!important;}

p{font-family: 'IBM Plex Sans Condensed';font-size: 16px;    line-height: 32px;}
.navbar-right{font-family: 'Moonrise', sans-serif;}

.navbar-default .navbar-nav>li>a {
    color: white!important;
    font-size: 18px!important;
}

h2{margin-top: 1em;margin-bottom: 1em;}

.container-general{position: absolute;width: 100%;
top:0;left: 0;padding-right: 0;padding-left: 0}

.home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.texto{max-width: 900px;
margin: 0 auto;    margin-top: 5em;}

.creditos-final{background-color: black;
color: white;
text-align: center;}
.video-still {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 700;
    width: auto;
}

.video-still2 {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -25%);
    z-index: 700;
    width: auto;
}
.home .video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 800;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}

.home-hero__outer {
    position: absolute;
    bottom: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 900;
    width: 100%;


}

.home-hero__content {
    text-shadow: 3px 2px 0px rgba(0,0,0,0.5);
    text-align: center;
    text-transform: uppercase;
    color: white!important;
    display: inline-block;
      text-decoration: none;
      border-bottom: 1px solid white;
  	margin-bottom: -1px;
    font-family: 'Noto Serif TC';
  font-weight: 100!important;
}


.title{
    font-size: 95px!important;
    letter-spacing: 9px;
    text-align: center;
    text-transform: uppercase;    border-bottom: 1px solid white;
    	margin-bottom: -1px;
      font-family: 'Moonrise';
    font-weight: 100!important;}

.title2{
        font-size: 65px!important;
        letter-spacing: 9px;
        text-align: center;
        text-transform: uppercase;    border-bottom: 1px solid black;
        	margin-bottom: 10px;
          font-family: 'Moonrise';
        font-weight: 100!important;}

.autor{    text-align: right;
    margin-bottom: 3em;}

.home-hero__scroll {
    position: absolute;
    bottom: 3%;
    left: 50%;
    z-index: 1400;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    color: #fff;
    border: solid 2px #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.carousel-inner {

    padding:20px 0;
}
#texto-time small{color:#FFAF0D;text-transform: uppercase; }
#texto-time h2{

  color: white;
}

#texto-time p{

  color: white;
}
.carousel-control.right {
    left: auto;
    /* right: 0; */
    background-image: none!important;
    background-image: none!important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.left {
    left: auto;
    /* right: 0; */
    background-image: none!important;
    background-image: none!important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

@media only screen and (max-width: 700px) {
  .title2 {
      font-size: 35px!important;
      letter-spacing: 9px;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid black;
      margin-bottom: 10px;
      font-family: 'Moonrise';
      font-weight: 100!important;
  }
  .title {
    font-size: 35px!important;
    letter-spacing: 9px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    font-family: 'Moonrise';
    font-weight: 100!important;
}
}
