html, body .container {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 1em; 
}
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
} 
h2 {
    font-size: 1em;
}
h3 {
    font-size: 0.9em;
    font-family: 'Raleway', sans-serif;
}
.container {
    background-color: #000;
    position: relative;
    height: 95vh !important;
}
.logo img {
  max-width: 40px;
  height: auto;
  z-index: 10001;
  position: relative;
}
a, a:hover, a:visited {
  color: #fff;
}
.player {
    position: relative;
    background-color: #000;
    width: 100%;
    z-index: 10000;
    margin-top: -65px;
}

.video-responsive {
    position: relative;
}
.video-js {
    margin: auto;
    width: 100%;
}

.video-js .vjs-big-play-button {
    line-height: 1.5em;
    height: 1.5em;
    width: 1.5em;
    border-radius: 1em;
    border: none;
    color: #000000;
    background-color: #D8D8D8;
}
.vjs-big-play-centered .vjs-big-play-button {

}
.vjs-control-bar {
    /* bottom: -3em; */
}
.owl-carousel .owl-stage-outer {
    width: 100%;
}
.sms-nav {
    position: relative;
    /*height: 180px;*/
    width: 100%;
    /*left: 0;
    right: 0;
    bottom: 0;*/
    z-index: 1000;
    background: #1f1e23;
}
.sms-nav-top {
    height: 80px;
    padding: 0px 10px;
    width: 100%;
}
.sms-nav-top-left, .sms-nav-top-right {
    color: #b5b5b5;
}
.sms-nav-top-left {
    width: 100%;
    padding-top: 5px;
}
.sms-nav-top-left h1 {
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
}
.sms-nav-top-left h2 {
    display: inline-block;
    /*color: #e6e6e6;*/
    color: #b0b7b8;
}
.sms-nav-top-right {
    width: 340px;
    float: right;
    border: solid 1px #b0b7b8;
    -webkit-border-radius:20px; /* Safari y Chrome */
    -moz-border-radius:20px; /* Firefox */
    -o-border-radius:20px; /* IE 9 */
    -ms-border-radius:20px; /* Opera */ 
    border-radius:20px;
    background-color: transparent;
}

.sms-search-cont {
    width: 90%;
    display: inline-block;
}
.sms-search-cont input {
    width: 100%;
    background-color: transparent;
    height: 30px;
    text-align: center;
    border: none;
    color: #fff;
}
.sms-search {
    width: 10%;
    padding-right: 15px;
    display: inline-block;
    text-align: right;
    color: #585858;
    cursor: pointer;
}
.i.fa.fa-search {
    font-size: 18px;
}

#search::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #585858;
    font-size: 0.8em;
}

#search:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #585858;
    font-size: 0.8em;
}
#search::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #585858;
    font-size: 0.8em;
}
#search:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #585858;
    font-size: 0.8em;
}
.sms-nav-top-left .i.fa.fa-angle-right {
    margin: 0px 10px;
    display: inline-block;
}

//CARRUSEL

li.splide__slide:hover .box-menu-mask {
    background-color: rgba(0,0,0,0.7);
}
li.splide__slide:hover h2 {
    background-color: rgba(0,0,0,0.5);
    padding: 3px 5px 5px 5px;
}
.box-mask-slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    border: solid 1px #b5b5b5;
    padding-top: 20%;
    text-align: center;
    color: #fff;
}
.box-slide-title {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 30%;
    padding: 5px;
    text-align: left;
    -webkit-transition:all 0.5s ease; /* Safari y Chrome */
    -moz-transition:all 0.5s ease; /* Firefox */
    -o-transition:all 0.5s ease; /* IE 9 */
    -ms-transition:all 0.5s ease; /* Opera */
}
li.splide__slide:hover .box-slide-title {
    margin-top: 0%;
}
.splide {
  height: auto;
  padding-top: 0px;
  background-color: #fffafa;
}
li.splide__slide {
  height: 96px;
  overflow: hidden;
  cursor: pointer;
}
.is-visible img {
  width: 100%!important;
  position: absolute;
}
.box-menu-mask {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #b5b5b5;
}
.box-menu-title {
  display: flex;
  color: #f2f2f2;
  text-align: center;
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
  border: none!important;
}

.vjs-social-share {
  opacity: 1;
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (max-width:767px) {
    .sms-nav {
        height: 220px;
     }
     .sms-nav-top {
        height: 120px;
     }
     .sms-nav-top-left {
        height: 85px;
     }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}