@charset "UTF-8";

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* width: 100%; */
  font-family: 'Monumental Regular';
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  /* box-sizing: border-box; */
  background-color: #000000;
}

@font-face {
  font-family: 'Monumental Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Monumental Regular2'), url('../font/MonumentExtended-Regular.woff') format('woff');
}

header, nav, div, h1, p, a, ul, li {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

header a:hover {
  text-decoration-line: none;
  color: #C11D00;
}

/* contenedor general */
#total {
  position: relative;
	min-height: 100vh;
	width: 100%;
	padding: 0px;
	padding-top: 2.9%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* contenedor para header, nav y visor superior */
.contenedor {
  position: fixed;
  width: 93%;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

header {
  position: relative;
  padding-left: 10px;
  float: left;
  text-align: left;
  box-sizing: border-box;
  margin-left: 0px;
}

header h1 {
  color: #fff;
  font-size: calc(0.35rem + 0.35vw + 0.35vh);
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
}

nav {
  position: relative;
  padding-right: 6px; /* se le suma 4px de nav ul li a */
	padding-top: 0px;
	float: right;
	box-sizing: border-box;
	margin-right: 0px;
}

nav ul {
  list-style: none;
  float: right;
}

nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: calc(0.33rem + 0.33vw + 0.33vh);
	text-align: left;
	transition: all 0.3s linear;
	font-style: normal;
	font-weight: 100;
}

nav ul li a {
	color: #ffffffe7;
	text-decoration: none;
	mix-blend-mode: color-burn;
	font-weight: 100;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}

nav ul li a:hover {
	color: #000000;
	background-color: #fff;
	text-decoration: none;
	mix-blend-mode: color-burn;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}

.select {

	filter: brightness(75%);
	mix-blend-mode: color-burn;
	letter-spacing: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

/* visor superior en contenedor fijo */
#visor_Sup {
  position: relative;
  clear: both;
  padding-top: 4px;
  z-index: 2;
}

#visor_Sup img {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

/* visor inferior independiente y fijo */
#visor_Inf {
  position: fixed;
  bottom: 69px;
  width: 93%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

#visor_Inf img {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

/* Para narrative */



.contendor-videos {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

.video-backgroundB {
  scroll-snap-align: start;
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  cursor: url("../imgs/playy.png"), cell;
}




.video-backgroundB img{
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  cursor: url("../imgs/playy.png"), cell;
  
}


.contendor-texto-videosb {
  position: absolute;
  
  top: 46%;
  left: 5%;
  z-index: 3;
  color: #fff;
 
  padding: 33px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 1.6;
  
}




.contendor-texto-videos {
    position: absolute;
    /* [disabled]top: 46%; */
    left: 5%;
    z-index: 3;
    color: #fff;
    padding: 33px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    line-height: 1.6;
    bottom: 12%;
}

.b{
  font-size: 0.79rem;
}
p{
  margin-top: 4px;
}

.contendor-texto-videos p{
 
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.video-backgroundB video {
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
