@font-face {
    font-family: "orbitron_bold";
    src: url("../fonts/orbitron-bold.otf") format("woff"), url("../fonts/orbitron-bold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {

}

*{
  margin: 0;
  padding: 0;
}

body, html{
  height: 100%;
}

#video-tres h3,
#video-tres p,
#video-tres span{
  color: #fff;
}

#video-tres h3,
#video-tres span{
  font-family: "orbitron_bold";
  font-size: 20px;
}

#video-tres{
  text-align: center;
  background-image: url('../img/back.jpg');
  background-repeat: no-repeat;
  height: 600px;
  max-width: 1200px;
  margin: auto;
}

#video-tres #enter_content{
  padding-top: 30px;
}

#video-tres #enter_content .imgBTN:hover{
  cursor: pointer;
}

#video-tres #if_content2{
  width: 100%;
  min-height: 100%;
  background-color: rgba(0,0,0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

#video-tres #if_content2 .img_close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
}

#video-tres #if_content2 .img_close:hover{
  cursor: pointer;
}

#video-tres #if_content2 #video_tres{
  height: 600px;
}

#video-tres #if_content2.inactive{
  display: none;
}
.usuario{
    font-family: aktiv-grotesk,sans-serif;
font-weight: 400;
font-style: normal;
}
